/* Halal Knowledge Center (/halal-guide). Every rule is scoped to .hg-page and prefixed hg- so nothing
   collides with the legacy global class names in style.css. */
.hg-page {
    --hg-ink: #1d2147;
    --hg-body: #3f4865;
    --hg-muted: #65718a;
    --hg-primary: #2e3192;
    --hg-primary-dark: #20246d;
    --hg-green: #28a86c;
    --hg-green-dark: #168665;
    --hg-soft: #eef0fb;
    --hg-bg: #f7f8fc;
    --hg-paper: #fff;
    --hg-line: #dde2ef;
    --hg-yes: #1c8a57;
    --hg-yes-soft: #e7f6ee;
    --hg-no: #c2352b;
    --hg-no-soft: #fdecea;
    --hg-depends: #a9650c;
    --hg-depends-soft: #fdf3e1;
    --hg-unverified: #5a4a1f;
    --hg-unverified-soft: #fff6dc;
    --hg-radius: 16px;
    --hg-shadow: 0 10px 30px rgba(32, 36, 109, .07);
    float: left;
    width: 100%;
    color: var(--hg-body);
    background: var(--hg-bg);
    font-family: Poppins, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
.hg-page *, .hg-page *::before, .hg-page *::after { box-sizing: border-box; }
.hg-page [hidden] { display: none !important; }
.hg-page h1, .hg-page h2, .hg-page h3, .hg-page h4, .hg-page p { margin: 0; color: inherit; }
.hg-page h1, .hg-page h2, .hg-page h3 { letter-spacing: -.025em; line-height: 1.22; color: var(--hg-ink); }
.hg-page a { color: var(--hg-primary); }
.hg-page :focus-visible { outline: 3px solid #8e9aee; outline-offset: 3px; border-radius: 4px; }
.hg-page svg { flex-shrink: 0; }
.hg-wrap { min-width: 0; }

/* ---------- Hero ---------- */
.hg-hero {
    position: relative;
    overflow: hidden;
    padding: 36px 0 44px;
    color: #fff;
    background: #2e3192 url("/img/page-banner/about-page-banner.jpg") no-repeat bottom center / cover;
}
.hg-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 88% 10%, rgba(40, 168, 108, .38), transparent 52%),
        linear-gradient(120deg, rgba(32, 36, 109, .9), rgba(46, 49, 146, .72));
    pointer-events: none;
}
.hg-hero > * { position: relative; z-index: 1; }
.hg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #bdf0d6;
}
.hg-eyebrow svg { width: 16px; height: 16px; }
.hg-page .hg-hero h1 {
    margin-top: 12px;
    max-width: 860px;
    color: #fff;
    font-size: clamp(30px, 4.4vw, 46px);
    font-weight: 650;
}
.hg-hero h1 em { font-family: Georgia, serif; font-style: italic; font-weight: 400; color: #bdf0d6; }
.hg-page .hg-hero-lead { margin-top: 14px; max-width: 760px; color: #dde2fa; font-size: 16px; }

.hg-search {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 760px;
    margin-top: 28px;
    padding: 8px 8px 8px 20px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(9, 12, 60, .35);
}
.hg-search svg { width: 20px; height: 20px; color: var(--hg-muted); }
.hg-search input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--hg-ink);
    font: inherit;
    font-size: 16px;
}
.hg-search input::placeholder { color: #8a93ab; }
.hg-search input::-webkit-search-cancel-button { cursor: pointer; }
.hg-search button {
    height: 46px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: var(--hg-green);
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}
.hg-search button:hover { background: var(--hg-green-dark); }
.hg-search:focus-within { box-shadow: 0 0 0 4px rgba(189, 240, 214, .55), 0 18px 45px rgba(9, 12, 60, .35); }

.hg-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.hg-chips-label { font-size: 12px; color: #c9d0f5; margin-right: 4px; }
.hg-chip {
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}
.hg-chip:hover { background: rgba(255, 255, 255, .2); border-color: #fff; }

.hg-hero-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 30px; color: #dde2fa; font-size: 13px; }
.hg-hero-stats strong { display: block; color: #fff; font-size: 26px; font-weight: 650; line-height: 1.1; }

/* ---------- Category navigation ---------- */
.hg-catnav { background: #fff; border-bottom: 1px solid var(--hg-line); }
.hg-catnav ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 14px 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: thin;
}
.hg-catnav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid var(--hg-line);
    border-radius: 999px;
    background: #fff;
    color: var(--hg-ink);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s, border-color .2s, color .2s;
}
.hg-catnav a:hover { background: var(--hg-soft); border-color: var(--hg-primary); color: var(--hg-primary); }
.hg-catnav a span { color: var(--hg-muted); font-size: 12px; }

/* ---------- Index body ---------- */
.hg-body { padding: 40px 0 64px; }
.hg-results-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
    padding: 14px 20px;
    border: 1px solid #cfd5f3;
    border-radius: 12px;
    background: var(--hg-soft);
    color: var(--hg-ink);
    font-size: 14px;
}
.hg-results-note button {
    border: 0;
    background: none;
    color: var(--hg-primary);
    font: inherit;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.hg-section { scroll-margin-top: 150px; }
.hg-section + .hg-section { margin-top: 52px; }
.hg-section-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.hg-section-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--hg-soft);
    color: var(--hg-primary);
}
.hg-section-icon svg { width: 26px; height: 26px; }
.hg-page .hg-section-head h2 { font-size: 26px; font-weight: 600; }
.hg-page .hg-section-head p { margin-top: 4px; color: var(--hg-muted); font-size: 14px; max-width: 720px; }
.hg-section-count {
    margin-left: auto;
    padding: 4px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--hg-line);
    color: var(--hg-muted);
    font-size: 12px;
    white-space: nowrap;
}

.hg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hg-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
    border: 1px solid var(--hg-line);
    border-radius: var(--hg-radius);
    background: var(--hg-paper);
    box-shadow: 0 2px 6px rgba(32, 36, 109, .03);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.hg-card:hover, .hg-card:focus-within { transform: translateY(-3px); border-color: #b9c0ec; box-shadow: var(--hg-shadow); }
.hg-page .hg-card h3 { font-size: 16.5px; font-weight: 600; line-height: 1.4; }
.hg-card h3 a { color: var(--hg-ink); text-decoration: none; }
.hg-card h3 a::after { content: ""; position: absolute; inset: 0; border-radius: var(--hg-radius); }
.hg-card:hover h3 a { color: var(--hg-primary); }
.hg-page .hg-card-excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: var(--hg-muted);
    font-size: 13.5px;
    line-height: 1.65;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hg-card-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 6px;
    color: var(--hg-primary);
    font-size: 13px;
    font-weight: 600;
}
.hg-card-more svg { width: 14px; height: 14px; transition: transform .2s; }
.hg-card:hover .hg-card-more svg { transform: translateX(4px); }

.hg-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: var(--hg-soft);
    color: var(--hg-primary);
}
.hg-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.hg-badge--yes { background: var(--hg-yes-soft); color: var(--hg-yes); }
.hg-badge--no { background: var(--hg-no-soft); color: var(--hg-no); }
.hg-badge--depends { background: var(--hg-depends-soft); color: var(--hg-depends); }
.hg-badge--not-verified { background: var(--hg-unverified-soft); color: var(--hg-unverified); }

/* Brand pages are many and short: a denser card. */
.hg-grid--brands { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.hg-grid--brands .hg-card { padding: 16px 18px; gap: 8px; }
.hg-page .hg-grid--brands .hg-card h3 { font-size: 14.5px; }
.hg-grid--brands .hg-card-excerpt { display: none; }

.hg-empty {
    padding: 56px 24px;
    border: 1px dashed #c3c9e6;
    border-radius: var(--hg-radius);
    background: #fff;
    text-align: center;
}
.hg-page .hg-empty h2 { font-size: 22px; font-weight: 600; }
.hg-page .hg-empty p { max-width: 520px; margin: 10px auto 20px; color: var(--hg-muted); }

/* ---------- Detail ---------- */
.hg-hero--detail { padding-bottom: 38px; }
.hg-page .hg-hero--detail h1 { font-size: clamp(27px, 3.8vw, 42px); max-width: 920px; }
.hg-hero-cat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-decoration: none;
}
.hg-hero-cat:hover { background: rgba(255, 255, 255, .22); }
.hg-hero-cat svg { width: 15px; height: 15px; }
.hg-hero-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 16px; color: #d3d9f7; font-size: 13px; }
.hg-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hg-hero-meta svg { width: 15px; height: 15px; color: #bdf0d6; }

.hg-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; align-items: start; }
.hg-main { min-width: 0; }

.hg-answer {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
    padding: 28px 30px;
    border: 1px solid var(--hg-line);
    border-left: 8px solid var(--hg-primary);
    border-radius: var(--hg-radius);
    background: #fff;
    box-shadow: var(--hg-shadow);
}
.hg-answer-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--hg-soft);
    color: var(--hg-primary);
}
.hg-answer-icon svg { width: 32px; height: 32px; }
.hg-page .hg-answer-label {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--hg-muted);
}
.hg-page .hg-answer-verdict {
    margin-top: 2px;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    color: var(--hg-primary);
}
.hg-page .hg-answer-text { margin-top: 10px; color: var(--hg-ink); font-size: 16.5px; line-height: 1.65; }
.hg-page .hg-answer-advice {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 12px;
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 12px;
    background: var(--hg-primary-dark);
    color: #fff;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.55;
}
.hg-answer-advice strong {
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--hg-green);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}
.hg-answer-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hg-answer--yes { border-left-color: var(--hg-yes); background: linear-gradient(100deg, var(--hg-yes-soft), #fff 58%); }
.hg-answer--yes .hg-answer-icon { background: #d2efdf; color: var(--hg-yes); }
.hg-answer--yes .hg-answer-verdict { color: var(--hg-yes); }
.hg-answer--no { border-left-color: var(--hg-no); background: linear-gradient(100deg, var(--hg-no-soft), #fff 58%); }
.hg-answer--no .hg-answer-icon { background: #fbd9d5; color: var(--hg-no); }
.hg-answer--no .hg-answer-verdict { color: var(--hg-no); }
.hg-answer--depends { border-left-color: #d98a1c; background: linear-gradient(100deg, var(--hg-depends-soft), #fff 58%); }
.hg-answer--depends .hg-answer-icon { background: #fbe4bc; color: var(--hg-depends); }
.hg-answer--depends .hg-answer-verdict { color: var(--hg-depends); }
.hg-answer--not-verified { border-left-color: #e0a91b; background: linear-gradient(100deg, var(--hg-unverified-soft), #fff 62%); }
.hg-answer--not-verified .hg-answer-icon { background: #fde9a9; color: #8a6400; }
.hg-answer--not-verified .hg-answer-verdict { color: #8a6400; }

.hg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 10px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.hg-btn svg { width: 17px; height: 17px; }
.hg-btn--primary { background: var(--hg-primary); color: #fff !important; }
.hg-btn--primary:hover { background: var(--hg-primary-dark); }
.hg-btn--ghost { background: #fff; border-color: #c3c9e6; color: var(--hg-primary) !important; }
.hg-btn--ghost:hover { border-color: var(--hg-primary); background: var(--hg-soft); }
.hg-btn--green { background: var(--hg-green); color: #fff !important; }
.hg-btn--green:hover { background: var(--hg-green-dark); }
.hg-btn--light { background: #fff; color: var(--hg-primary-dark) !important; }
.hg-btn--light:hover { transform: translateY(-2px); }
.hg-btn--lg { min-height: 56px; padding: 14px 32px; font-size: 16px; }

.hg-matches {
    margin-top: 22px;
    padding: 22px 26px;
    border: 1px solid #bfe5d2;
    border-radius: var(--hg-radius);
    background: var(--hg-yes-soft);
}
.hg-page .hg-matches h2 { font-size: 17px; font-weight: 600; }
.hg-page .hg-matches p { margin-top: 6px; font-size: 14px; color: var(--hg-body); }
.hg-matches ul { display: grid; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.hg-matches li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 16px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #fff;
    color: var(--hg-ink);
    font-weight: 500;
    text-decoration: none;
}
.hg-matches li a:hover { color: var(--hg-primary); }
.hg-matches li span { color: var(--hg-muted); font-size: 13px; font-weight: 400; }

.hg-article {
    margin-top: 26px;
    padding: 34px 38px;
    border: 1px solid var(--hg-line);
    border-radius: var(--hg-radius);
    background: #fff;
}
.hg-page .hg-article-kicker {
    margin-bottom: 14px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--hg-green-dark);
}
.hg-prose { color: var(--hg-body); font-size: 16.5px; line-height: 1.85; }
.hg-page .hg-prose p + p, .hg-page .hg-prose p + ul, .hg-page .hg-prose p + ol,
.hg-page .hg-prose ul + p, .hg-page .hg-prose ol + p, .hg-page .hg-prose blockquote + p,
.hg-page .hg-prose p + blockquote { margin-top: 18px; }
.hg-page .hg-prose > p:first-child { font-size: 18px; color: var(--hg-ink); }
.hg-page .hg-prose h2 { margin: 32px 0 12px; font-size: 22px; font-weight: 600; }
.hg-page .hg-prose h3 { margin: 26px 0 10px; font-size: 18px; font-weight: 600; }
.hg-prose strong { color: var(--hg-ink); font-weight: 600; }
.hg-prose a { color: var(--hg-primary); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.hg-prose a:hover { color: var(--hg-green-dark); }
.hg-prose ul, .hg-prose ol { margin: 0; padding-left: 24px; }
.hg-prose li + li { margin-top: 8px; }
.hg-prose blockquote {
    margin: 0;
    padding: 18px 24px;
    border-left: 4px solid var(--hg-green);
    border-radius: 0 12px 12px 0;
    background: #f1faf5;
    color: var(--hg-ink);
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
}
.hg-page .hg-source-note {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--hg-line);
    color: var(--hg-muted);
    font-size: 13px;
    line-height: 1.6;
}
.hg-source-note svg { width: 20px; height: 20px; margin-top: 1px; color: var(--hg-green-dark); }

.hg-pager { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.hg-pager a {
    display: block;
    padding: 16px 20px;
    border: 1px solid var(--hg-line);
    border-radius: 14px;
    background: #fff;
    color: var(--hg-ink);
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s;
}
.hg-pager a:hover { border-color: var(--hg-primary); box-shadow: var(--hg-shadow); color: var(--hg-primary); }
.hg-pager small { display: block; margin-bottom: 4px; color: var(--hg-muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hg-pager-next { grid-column: 2; text-align: right; }

/* Sidebar */
.hg-side { display: grid; gap: 20px; position: sticky; top: 130px; }
.hg-panel { padding: 24px; border: 1px solid var(--hg-line); border-radius: var(--hg-radius); background: #fff; }
.hg-page .hg-panel h2 { font-size: 16px; font-weight: 600; }
.hg-panel-search { display: flex; gap: 8px; margin-top: 14px; }
.hg-panel-search input {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #c3c9e6;
    border-radius: 10px;
    color: var(--hg-ink);
    font: inherit;
    font-size: 14px;
}
.hg-panel-search button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: var(--hg-primary);
    color: #fff;
    cursor: pointer;
}
.hg-panel-search button svg { width: 18px; height: 18px; }
.hg-related { margin: 12px 0 0; padding: 0; list-style: none; }
.hg-related li + li { border-top: 1px solid #eceff8; }
.hg-related a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    color: var(--hg-ink);
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}
.hg-related a:hover { color: var(--hg-primary); }
.hg-related svg { width: 15px; height: 15px; margin-top: 4px; color: var(--hg-green); }
.hg-panel-all { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 600; }
.hg-panel--verify { border-color: #cfd5f3; background: linear-gradient(160deg, var(--hg-soft), #fff); }
.hg-page .hg-panel--verify p { margin: 8px 0 16px; color: var(--hg-muted); font-size: 13.5px; }

/* ---------- Bottom call to action (every page) ---------- */
.hg-cta {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 56px;
    padding: 40px 44px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(ellipse at 100% 0, rgba(40, 168, 108, .55), transparent 55%),
        linear-gradient(120deg, #20246d, #2e3192);
    box-shadow: 0 22px 50px rgba(32, 36, 109, .22);
}
.hg-cta-pin {
    position: absolute;
    right: -30px;
    bottom: -50px;
    width: 240px;
    height: 240px;
    color: rgba(255, 255, 255, .07);
    pointer-events: none;
}
.hg-page .hg-cta h2 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; }
.hg-page .hg-cta p { margin-top: 8px; max-width: 560px; color: #dde2fa; font-size: 15px; }
.hg-cta .hg-btn { position: relative; white-space: nowrap; box-shadow: 0 10px 24px rgba(9, 12, 60, .3); }
.hg-main .hg-cta { margin-top: 26px; padding: 32px 34px; }
.hg-page .hg-main .hg-cta h2 { font-size: 24px; white-space: nowrap; }

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .hg-grid--brands { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hg-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; }
}
@media (max-width: 991px) {
    .hg-grid, .hg-grid--brands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hg-layout { grid-template-columns: minmax(0, 1fr); }
    .hg-side { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hg-side .hg-panel--related { grid-column: 1 / -1; }
    .hg-cta { flex-direction: column; align-items: flex-start; }
    .hg-section { scroll-margin-top: 120px; }
}
@media (max-width: 640px) {
    .hg-hero { padding: 26px 0 32px; }
    .hg-search { padding: 6px 6px 6px 16px; }
    .hg-search button { padding: 0 18px; }
    .hg-hero-stats { gap: 20px; }
    .hg-hero-stats strong { font-size: 22px; }
    .hg-body { padding: 28px 0 44px; }
    .hg-grid, .hg-grid--brands { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .hg-section-head { gap: 12px; }
    .hg-section-icon { width: 44px; height: 44px; border-radius: 12px; }
    .hg-page .hg-section-head h2 { font-size: 21px; }
    .hg-section-count { display: none; }
    .hg-answer { grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 22px 20px; border-left-width: 6px; }
    .hg-answer-icon { width: 52px; height: 52px; }
    .hg-answer-icon svg { width: 26px; height: 26px; }
    .hg-article { padding: 24px 20px; }
    .hg-prose { font-size: 16px; }
    .hg-side { grid-template-columns: minmax(0, 1fr); }
    .hg-pager { grid-template-columns: minmax(0, 1fr); }
    .hg-pager-next { grid-column: 1; text-align: left; }
    .hg-cta, .hg-main .hg-cta { padding: 28px 22px; border-radius: 18px; }
    .hg-cta .hg-btn { width: 100%; white-space: normal; text-align: center; }
    .hg-page .hg-main .hg-cta h2 { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
    .hg-page *, .hg-page *::before, .hg-page *::after { transition: none !important; }
}
@media print {
    .hg-search, .hg-chips, .hg-catnav, .hg-side, .hg-cta, .hg-pager { display: none !important; }
    .hg-hero { background: none; color: #000; padding: 0 0 12px; }
    .hg-hero::after { display: none; }
    .hg-page .hg-hero h1 { color: #000; }
    .hg-layout { grid-template-columns: minmax(0, 1fr); }
}
