:root {
    color-scheme: dark;
    --surface: #0f172a;
    --surface-raised: #172033;
    --border: rgba(255, 255, 255, .1);
    --muted: #94a3b8;
    --accent: #34d399;
}

html {
    scroll-behavior: smooth;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    overflow-x: hidden;
}

.country-card--compact {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: .8rem;
    background: rgba(15, 23, 42, .55);
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.country-card--compact:hover {
    transform: translateY(-1px);
    border-color: rgba(52, 211, 153, .35);
    background: rgba(30, 41, 59, .8);
}

.country-card__identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .65rem;
}

.country-card__identity strong,
.country-card__identity small,
.country-card__result small {
    display: block;
}

.country-card__identity strong {
    overflow: hidden;
    color: #f8fafc;
    font-size: .9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.country-card__identity small,
.country-card__result small {
    margin-top: .12rem;
    color: #64748b;
    font-size: .64rem;
}

.country-card__flag { font-size: 1.15rem; }
.country-card__result { flex: 0 0 auto; text-align: right; }
.country-card__result strong { font-size: 1.25rem; line-height: 1; }

.gci-rankings-body tr { border-top: 1px solid rgba(255, 255, 255, .05); }
.gci-rankings-body tr:hover { background: rgba(255, 255, 255, .035); }
.gci-rankings-body td { padding: .75rem 1.5rem; }
.gci-rankings__rank { width: 5rem; color: #64748b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.gci-rankings__country { display: flex; align-items: baseline; gap: .55rem; }
.gci-rankings__country strong { color: #e2e8f0; }
.gci-rankings__country:hover strong { color: #6ee7b7; }
.gci-rankings__country small,
.gci-rankings__number small { color: #64748b; font-size: .68rem; }
.gci-rankings__number { text-align: right; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: #cbd5e1; }
.gci-rankings__number strong { font-size: 1.05rem; }
.gci-rankings__mode { text-align: center; }
.mode-badge { display: inline-block; padding: .15rem .4rem; border-radius: .4rem; font-size: .62rem; }
.mode-badge--baseline { background: rgba(71, 85, 105, .45); color: #cbd5e1; }
.mode-badge--hybrid { background: rgba(168, 85, 247, .18); color: #d8b4fe; }
.mode-badge--measured { background: rgba(59, 130, 246, .18); color: #93c5fd; }

@media (max-width: 639px) {
    .gci-rankings-body td { padding: .7rem .8rem; }
    .gci-rankings__rank { width: 3.25rem; }
}

button, a, input, textarea, select {
    outline-offset: 3px;
}

:focus-visible {
    outline: 2px solid #34d399;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 100;
    padding: .75rem 1rem;
    border-radius: .75rem;
    background: #fff;
    color: #020617;
    font-weight: 700;
}

.skip-link:focus {
    top: 1rem;
}

.gci-hero {
    padding: 5.5rem 0 3.5rem;
    background:
        radial-gradient(circle at 50% 0, rgba(16, 185, 129, .19), transparent 45%),
        linear-gradient(180deg, #080b12 0%, #0b111d 100%);
    border-bottom: 1px solid var(--border);
}

.eyebrow {
    margin-bottom: .8rem;
    color: #6ee7b7;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gci-hero h1 {
    max-width: 880px;
    margin: 0 auto;
    font-size: clamp(2.25rem, 6vw, 4.75rem);
    line-height: 1.02;
    letter-spacing: -.05em;
    font-weight: 750;
    text-wrap: balance;
}

.gci-hero__lead {
    max-width: 760px;
    margin: 1.4rem auto 0;
    color: #b6c2d2;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.7;
    text-wrap: balance;
}

.gci-hero__actions,
.privacy-banner__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.button-primary,
.button-secondary {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.1rem;
    border-radius: .8rem;
    font-size: .9rem;
    font-weight: 650;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.button-primary {
    background: linear-gradient(135deg, #10b981, #0891b2);
    color: white;
    box-shadow: 0 14px 36px rgba(16, 185, 129, .2);
}

.button-secondary {
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(15, 23, 42, .72);
    color: #e2e8f0;
}

.button-primary:hover,
.button-secondary:hover {
    transform: translateY(-1px);
}

.data-provenance {
    margin-top: 1.2rem;
    color: #718096;
    font-size: .76rem;
}

.data-provenance a,
.data-notice a {
    color: #a7f3d0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.map-stage {
    min-height: 500px;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 45%, rgba(16, 185, 129, .12), transparent 38%),
        linear-gradient(145deg, #111827, #070b12 60%);
}

.map-loader {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    display: flex;
    width: min(520px, calc(100% - 2rem));
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    background: rgba(5, 8, 14, .88);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .4);
    transform: translate(-50%, -50%);
    transition: opacity .2s ease, visibility .2s ease;
    backdrop-filter: blur(16px);
}

.map-loader strong,
.map-loader span { display: block; }
.map-loader strong { color: #f8fafc; font-size: .92rem; }
.map-loader span { margin-top: .25rem; color: #94a3b8; font-size: .72rem; line-height: 1.45; }
.map-loader .button-primary { flex: 0 0 auto; }
.map-loader--hidden { visibility: hidden; opacity: 0; pointer-events: none; }

@media (max-width: 639px) {
    .map-loader { top: 42%; flex-direction: column; align-items: stretch; text-align: center; }
}

.map-index-control,
.map-legend {
    position: absolute;
    z-index: 10;
    left: 1rem;
    border: 1px solid var(--border);
    border-radius: .85rem;
    background: rgba(5, 8, 14, .83);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .3);
    backdrop-filter: blur(14px);
}

.map-index-control {
    top: 1rem;
    display: grid;
    gap: .35rem;
    padding: .55rem;
    font-size: .72rem;
}

.map-index-control__active,
.map-index-control__disabled {
    padding: .5rem .65rem;
    border-radius: .55rem;
}

.map-index-control__active {
    background: rgba(16, 185, 129, .17);
    color: #6ee7b7;
    font-weight: 700;
}

.map-index-control__disabled {
    color: #64748b;
}

.map-legend {
    bottom: 1rem;
    width: 184px;
    padding: .85rem;
}

.map-legend__empty {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-top: .65rem;
    color: #94a3b8;
    font-size: .66rem;
}

.map-legend__empty span {
    width: 1.05rem;
    height: .6rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .15rem;
    background: #334155;
}

.map-status {
    margin-top: .6rem;
    color: #64748b;
    font-size: .6rem;
    line-height: 1.35;
}

.map-tooltip {
    width: 250px;
}

.map-badge {
    padding: .2rem .45rem;
    border-radius: .4rem;
    font-size: .62rem;
    font-weight: 700;
    white-space: nowrap;
}

.map-badge--measured { background: rgba(59, 130, 246, .2); color: #93c5fd; }
.map-badge--hybrid { background: rgba(168, 85, 247, .2); color: #d8b4fe; }
.map-badge--baseline { background: rgba(71, 85, 105, .45); color: #cbd5e1; }
.map-badge--empty { background: rgba(71, 85, 105, .25); color: #94a3b8; }

.data-notice {
    max-width: 760px;
    padding: .85rem 1rem;
    border: 1px solid rgba(245, 158, 11, .22);
    border-radius: .8rem;
    background: rgba(245, 158, 11, .075);
    color: #cbd5e1;
    font-size: .82rem;
    line-height: 1.55;
}

.privacy-banner {
    position: fixed;
    z-index: 90;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 920px;
    margin: auto;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 1rem;
    background: rgba(8, 11, 18, .96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .55);
    backdrop-filter: blur(18px);
}

.privacy-banner.hidden { display: none; }
.privacy-banner p { margin-top: .25rem; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.privacy-banner__actions { flex: 0 0 auto; margin-top: 0; }

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
    gap: 2rem;
}

.contact-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--border);
    border-radius: 1.1rem;
    background: rgba(15, 23, 42, .62);
}

.form-grid { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: .42rem; }
.form-field label { color: #cbd5e1; font-size: .82rem; font-weight: 650; }
.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: .82rem .9rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: .75rem;
    background: rgba(2, 6, 23, .62);
    color: white;
}
.form-field textarea { min-height: 170px; }
.form-help { color: #64748b; font-size: .72rem; line-height: 1.45; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert-success,
.alert-error { margin-bottom: 1rem; padding: .85rem 1rem; border-radius: .75rem; font-size: .84rem; }
.alert-success { border: 1px solid rgba(16, 185, 129, .25); background: rgba(16, 185, 129, .1); color: #a7f3d0; }
.alert-error { border: 1px solid rgba(248, 113, 113, .25); background: rgba(248, 113, 113, .1); color: #fecaca; }

/* Editorial hub and transparent product pages */
.content-shell {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding-top: 6rem;
}

.content-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2.5rem, 7vw, 5.5rem);
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 88% 5%, rgba(34, 211, 238, .12), transparent 31%),
        radial-gradient(circle at 5% 100%, rgba(16, 185, 129, .14), transparent 36%),
        rgba(15, 23, 42, .6);
}

.content-hero h1 {
    max-width: 960px;
    margin: 0;
    color: #f8fafc;
    font-size: clamp(2.25rem, 6vw, 4.65rem);
    font-weight: 760;
    letter-spacing: -.05em;
    line-height: 1.02;
    text-wrap: balance;
}

.content-hero--article h1 { max-width: 900px; font-size: clamp(2.15rem, 5.4vw, 4.15rem); }
.content-hero--product h1 { margin-top: .45rem; }

.content-lead {
    max-width: 820px;
    margin-top: 1.35rem;
    color: #b8c4d4;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.72;
    text-wrap: pretty;
}

.content-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 2.2rem;
    color: #64748b;
    font-size: .78rem;
}

.content-breadcrumbs a { color: #a7f3d0; }
.content-breadcrumbs a:hover { color: #fff; }
.content-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.content-section { margin-top: clamp(3.5rem, 8vw, 6rem); }

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.6rem;
}

.section-heading h2,
.trust-principles h2,
.referral-panel h2,
.product-feature-panel h2,
.product-principles h2,
.article-faq > h2 {
    color: #f8fafc;
    font-size: clamp(1.7rem, 4vw, 2.45rem);
    font-weight: 720;
    letter-spacing: -.035em;
    line-height: 1.12;
    text-wrap: balance;
}

.section-heading > p { max-width: 510px; color: #94a3b8; line-height: 1.65; }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.content-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.guide-card,
.pricing-card,
.use-case-grid article,
.product-feature-panel,
.product-principles {
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: 1.15rem;
    background: rgba(15, 23, 42, .62);
}

.guide-card { display: flex; min-height: 270px; flex-direction: column; }
.guide-card:hover { border-color: rgba(52, 211, 153, .28); background: rgba(20, 31, 50, .82); }
.guide-card__meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-bottom: 1rem; color: #6ee7b7; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h3,
.pricing-card h3,
.use-case-grid h3 { color: #f8fafc; font-size: 1.3rem; font-weight: 680; letter-spacing: -.02em; line-height: 1.25; }
.guide-card h3 a:hover,
.pricing-card h3 a:hover { color: #6ee7b7; }
.guide-card > p:not(.guide-card__meta),
.pricing-card > p:not(.pricing-card__eyebrow, .pricing-card__price),
.use-case-grid p { margin-top: .8rem; color: #94a3b8; font-size: .9rem; line-height: 1.65; }
.guide-card__arrow { display: inline-flex; align-items: center; gap: .45rem; margin-top: auto; padding-top: 1.25rem; color: #6ee7b7; font-size: .84rem; font-weight: 700; }
.guide-card__arrow:hover { color: #fff; }

.article-byline { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; margin-top: 1.6rem; color: #7f8da2; font-size: .78rem; }
.article-byline a { color: #a7f3d0; }
.article-layout { display: grid; grid-template-columns: minmax(210px, .27fr) minmax(0, .73fr); gap: clamp(2rem, 6vw, 5rem); margin-top: 3rem; }
.article-sidebar__inner { position: sticky; top: 6rem; padding: 1.2rem; border-left: 1px solid rgba(255, 255, 255, .12); }
.article-sidebar strong { color: #e2e8f0; font-size: .78rem; }
.article-sidebar ol { display: grid; gap: .7rem; margin-top: .9rem; color: #64748b; font-size: .78rem; line-height: 1.42; }
.article-sidebar a:hover { color: #6ee7b7; }
.article-sidebar__policy { display: inline-block; margin-top: 1.2rem; color: #6ee7b7; font-size: .75rem; }
.article-main { min-width: 0; }

.takeaway-box {
    padding: 1.45rem 1.6rem;
    border: 1px solid rgba(52, 211, 153, .22);
    border-radius: 1.1rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, .1), rgba(8, 145, 178, .06));
}
.takeaway-box h2 { color: #d1fae5; font-size: 1.1rem; font-weight: 700; }
.takeaway-box ul { display: grid; gap: .55rem; margin-top: .8rem; color: #cbd5e1; font-size: .9rem; line-height: 1.55; }
.takeaway-box li { position: relative; padding-left: 1.25rem; }
.takeaway-box li::before { position: absolute; left: 0; color: #34d399; content: "✓"; }

.article-body > section { margin-top: 3.2rem; scroll-margin-top: 6.5rem; }
.article-body h2 { margin-bottom: 1rem; color: #f8fafc; font-size: clamp(1.55rem, 3.5vw, 2.15rem); font-weight: 710; letter-spacing: -.03em; line-height: 1.16; }
.article-body h3 { color: #f8fafc; font-size: 1rem; font-weight: 680; }
.article-body p,
.article-body > section > ul,
.article-body > section > ol { margin-top: .9rem; color: #b6c2d2; font-size: 1rem; line-height: 1.78; }
.article-body p a,
.article-body li a,
.article-sources a { color: #6ee7b7; text-decoration: underline; text-decoration-color: rgba(110, 231, 183, .4); text-underline-offset: .18em; }
.article-body > section > ul,
.article-body > section > ol { display: grid; gap: .65rem; padding-left: 1.3rem; }
.article-body > section > ul { list-style: disc; }
.article-body > section > ol { list-style: decimal; }

.article-table-wrap { overflow-x: auto; margin-top: 1.4rem; border: 1px solid var(--border); border-radius: .9rem; }
.article-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .82rem; }
.article-table th { padding: .8rem; background: rgba(30, 41, 59, .82); color: #f8fafc; font-weight: 700; text-align: left; }
.article-table td { padding: .8rem; border-top: 1px solid rgba(255, 255, 255, .07); color: #b6c2d2; line-height: 1.45; }
.article-table tr:hover td { background: rgba(255, 255, 255, .025); }

.step-list { display: grid; gap: .8rem; margin-top: 1.4rem; padding: 0 !important; list-style: none !important; }
.step-card { display: grid; grid-template-columns: 2.25rem 1fr; gap: 1rem; padding: 1rem; border: 1px solid var(--border); border-radius: .85rem; background: rgba(15, 23, 42, .55); }
.step-card > span { display: inline-flex; width: 2.15rem; height: 2.15rem; align-items: center; justify-content: center; border-radius: .65rem; background: rgba(16, 185, 129, .14); color: #6ee7b7; font-weight: 750; }
.step-card p { margin-top: .25rem; color: #94a3b8; font-size: .88rem; line-height: 1.55; }

.content-note { margin-top: 1.3rem; padding: 1rem 1.1rem; border-left: 3px solid #f59e0b; border-radius: 0 .7rem .7rem 0; background: rgba(245, 158, 11, .07); }
.content-note strong { color: #fde68a; font-size: .8rem; }
.content-note p { margin-top: .35rem; color: #cbd5e1; font-size: .86rem; line-height: 1.62; }
.article-sources { margin-top: 1.3rem; padding: 1rem; border: 1px solid var(--border); border-radius: .8rem; color: #94a3b8; font-size: .8rem; }
.article-sources strong { color: #cbd5e1; }
.article-sources ul { display: grid; gap: .4rem; margin-top: .55rem; }

.conversion-panel {
    margin-top: clamp(3.5rem, 8vw, 6rem);
    padding: clamp(1.5rem, 5vw, 3rem);
    border: 1px solid rgba(52, 211, 153, .22);
    border-radius: 1.25rem;
    background: radial-gradient(circle at 100% 0, rgba(34, 211, 238, .14), transparent 40%), rgba(13, 31, 41, .78);
}
.conversion-panel h2 { max-width: 720px; color: #f8fafc; font-size: clamp(1.6rem, 4vw, 2.35rem); font-weight: 720; letter-spacing: -.035em; line-height: 1.13; }
.conversion-panel > p:not(.eyebrow), .conversion-panel > div > p:not(.eyebrow) { max-width: 700px; margin-top: .8rem; color: #aebccd; line-height: 1.65; }
.conversion-panel > .button-primary { margin-top: 1.35rem; }
.conversion-panel--split { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.conversion-panel__actions { display: flex; min-width: 220px; flex-direction: column; align-items: stretch; gap: .7rem; }
.text-link { color: #6ee7b7; font-size: .83rem; font-weight: 680; text-align: center; }

.article-faq { margin-top: clamp(3.5rem, 8vw, 6rem); }
.article-faq details { border-bottom: 1px solid var(--border); }
.article-faq summary { position: relative; padding: 1.1rem 2.5rem 1.1rem 0; color: #e2e8f0; font-weight: 650; cursor: pointer; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { position: absolute; right: .35rem; color: #6ee7b7; content: "+"; }
.article-faq details[open] summary::after { content: "−"; }
.article-faq details p { max-width: 780px; padding: 0 2.5rem 1.15rem 0; color: #94a3b8; line-height: 1.65; }
.related-guides { margin-top: clamp(3.5rem, 8vw, 6rem); }
.related-guides .guide-card { min-height: 185px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pricing-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-card { display: flex; flex-direction: column; }
.pricing-card--live { border-color: rgba(52, 211, 153, .3); }
.pricing-card__eyebrow { margin: 1rem 0 .45rem; color: #6ee7b7; font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card__price, .product-price { margin-top: .8rem; color: #f8fafc; font-size: 1.15rem; font-weight: 700; }
.status-chip { display: inline-flex; width: fit-content; padding: .28rem .55rem; border: 1px solid rgba(125, 211, 252, .2); border-radius: 999px; background: rgba(14, 165, 233, .1); color: #bae6fd; font-size: .66rem; font-weight: 700; }
.status-chip--live { border-color: rgba(52, 211, 153, .25); background: rgba(16, 185, 129, .1); color: #a7f3d0; }
.feature-list { display: grid; gap: .65rem; margin: 1.2rem 0; color: #cbd5e1; font-size: .84rem; line-height: 1.5; }
.feature-list li { position: relative; padding-left: 1.2rem; }
.feature-list li::before { position: absolute; left: 0; color: #34d399; content: "✓"; }
.feature-list--large { gap: .85rem; font-size: .93rem; }
.product-price { margin-top: 1.4rem; font-size: 1.25rem; }
.product-availability { margin-top: .35rem; color: #64748b; font-size: .76rem; }
.product-details { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.product-principles p:not(.eyebrow) { padding: .8rem 0; border-bottom: 1px solid rgba(255, 255, 255, .06); color: #b6c2d2; font-size: .9rem; line-height: 1.6; }
.use-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-faq { width: min(820px, 100%); }

.trust-principles,
.referral-panel { margin-top: clamp(3.5rem, 8vw, 6rem); padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--border); border-radius: 1.2rem; background: rgba(15, 23, 42, .48); }
.trust-principles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.6rem; }
.trust-principles article { padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .1); }
.trust-principles strong { color: #d1fae5; }
.trust-principles article p, .referral-panel > p { margin-top: .6rem; color: #94a3b8; font-size: .88rem; line-height: 1.65; }
.referral-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: center; border-color: rgba(167, 139, 250, .2); background: linear-gradient(135deg, rgba(109, 40, 217, .08), rgba(15, 23, 42, .5)); }
.policy-layout { width: min(820px, 100%); margin: 0 auto; padding-bottom: 1rem; }
.policy-layout .content-note { margin-top: 3.2rem; }
.content-home-section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.content-home-section__footer { display: flex; justify-content: center; margin-top: 1.4rem; }

@media (max-width: 767px) {
    .gci-hero { padding: 4rem 0 2.5rem; }
    .map-index-control { right: 3.7rem; left: auto; }
    .map-index-control__disabled { display: none; }
    .map-legend { width: 160px; }
    .privacy-banner { align-items: stretch; flex-direction: column; }
    .privacy-banner__actions { justify-content: stretch; }
    .privacy-banner__actions button { flex: 1; }
    .contact-grid,
    .form-row { grid-template-columns: 1fr; }
    .content-shell { width: min(100% - 1rem, 1180px); padding-top: 5rem; }
    .content-hero { padding: 2rem 1.1rem; border-radius: 1rem; }
    .content-breadcrumbs { margin-bottom: 1.5rem; }
    .section-heading,
    .conversion-panel--split { align-items: stretch; flex-direction: column; }
    .content-grid,
    .content-grid--related,
    .pricing-grid,
    .pricing-grid--four,
    .use-case-grid,
    .product-details,
    .trust-principles__grid,
    .referral-panel { grid-template-columns: 1fr; }
    .article-layout { grid-template-columns: 1fr; }
    .article-sidebar { display: none; }
    .guide-card { min-height: 230px; }
    .conversion-panel__actions { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
