.ggs-topic-page {
    --ggs-blue: #2563eb;
    --ggs-blue-dark: #1e3a8a;
    --ggs-indigo: #4f46e5;
    --ggs-teal: #0d9488;
    --ggs-gold: #facc15;
    --ggs-slate-950: #0f172a;
    --ggs-slate-800: #1e293b;
    --ggs-slate-700: #334155;
    --ggs-slate-600: #475569;
    --ggs-slate-500: #64748b;
    --ggs-slate-300: #cbd5e1;
    --ggs-slate-200: #e2e8f0;
    --ggs-slate-100: #f1f5f9;
    --ggs-slate-50: #f8fafc;
    --ggs-shadow: 0 20px 60px -22px rgba(15, 23, 42, .24);
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
    color: var(--ggs-slate-800);
    background: #fff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.ggs-topic-active .site-content .ast-container,
body.ggs-topic-active .site-content .site-main,
body.ggs-topic-active .site-content .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
body.ggs-topic-active .site-content .entry-content > p:empty { display: none; }
body.ggs-topic-active { overflow-x: hidden; }

.ggs-topic-page *,
.ggs-topic-page *::before,
.ggs-topic-page *::after { box-sizing: border-box; }
.ggs-topic-page h1,
.ggs-topic-page h2,
.ggs-topic-page h3,
.ggs-topic-page p { margin: 0; color: inherit; }
.ggs-topic-page button,
.ggs-topic-page input,
.ggs-topic-page select { font: inherit; }
.ggs-topic-page button,
.ggs-topic-page a { -webkit-tap-highlight-color: transparent; }
.ggs-topic-page a,
.ggs-topic-page a:hover,
.ggs-topic-page a:focus,
.ggs-topic-page a:visited { text-decoration: none !important; }
.ggs-topic-page [hidden] { display: none !important; }

.ggs-container {
    width: min(100% - 64px, 1280px);
    margin-inline: auto;
}
.ggs-container--narrow { width: min(100% - 64px, 896px); }

.ggs-button {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 26px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-weight: 750;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.ggs-button:hover { transform: translateY(-2px); }
.ggs-button:focus-visible,
.ggs-topic-page button:focus-visible,
.ggs-topic-page a:focus-visible,
.ggs-topic-page input:focus-visible,
.ggs-topic-page select:focus-visible { outline: 3px solid rgba(37, 99, 235, .28); outline-offset: 3px; }
.ggs-button--primary { background: var(--ggs-blue); color: #fff; box-shadow: 0 12px 26px -12px rgba(37, 99, 235, .7); }
.ggs-button--primary:hover { background: #1d4ed8; color: #fff; }
.ggs-button--secondary { background: var(--ggs-slate-50); border-color: var(--ggs-slate-200); color: var(--ggs-blue); }
.ggs-button--secondary:hover { background: var(--ggs-slate-100); color: #1d4ed8; }
.ggs-button--gold { background: var(--ggs-gold); color: #172554; box-shadow: 0 12px 28px -15px rgba(250, 204, 21, .8); }
.ggs-button--gold:hover { background: #fde047; color: #172554; }

/* Keep landing CTA links isolated from Astra/Elementor entry-content link rules. */
.ggs-topic-page--landing a.ggs-button,
.ggs-topic-page--landing a.ggs-button:hover,
.ggs-topic-page--landing a.ggs-button:focus,
.ggs-topic-page--landing a.ggs-button:visited {
    display: inline-flex !important;
    color: inherit;
    text-align: center !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 750 !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}
.ggs-topic-page--landing a.ggs-button--primary,
.ggs-topic-page--landing a.ggs-button--primary:visited { background: var(--ggs-blue) !important; color: #fff !important; }
.ggs-topic-page--landing a.ggs-button--primary:hover,
.ggs-topic-page--landing a.ggs-button--primary:focus-visible { background: #1d4ed8 !important; color: #fff !important; }
.ggs-topic-page--landing a.ggs-button--secondary,
.ggs-topic-page--landing a.ggs-button--secondary:visited { background: var(--ggs-slate-50) !important; color: var(--ggs-blue) !important; }
.ggs-topic-page--landing a.ggs-button--secondary:hover,
.ggs-topic-page--landing a.ggs-button--secondary:focus-visible { background: var(--ggs-slate-100) !important; color: #1d4ed8 !important; }
.ggs-topic-page--landing a.ggs-button--gold,
.ggs-topic-page--landing a.ggs-button--gold:visited { background: var(--ggs-gold) !important; color: #172554 !important; }
.ggs-topic-page--landing a.ggs-button--gold:hover,
.ggs-topic-page--landing a.ggs-button--gold:focus-visible { background: #fde047 !important; color: #172554 !important; }

/* Landing pages */
.ggs-hero { position: relative; padding: 96px 0 192px; isolation: isolate; }
.ggs-hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.ggs-hero .ggs-container { width: min(100%, 1280px); padding-inline: 32px; }
.ggs-hero__content { position: relative; z-index: 1; }
.ggs-ambient { position: absolute; z-index: -1; border-radius: 999px; filter: blur(72px); pointer-events: none; }
.ggs-ambient--one { width: 720px; height: 560px; top: -260px; right: -120px; background: rgba(99, 102, 241, .19); }
.ggs-ambient--two { width: 520px; height: 420px; bottom: -240px; left: -140px; background: rgba(34, 211, 238, .16); }
.ggs-topic-page--expat .ggs-ambient--one { background: rgba(13, 148, 136, .17); }
.ggs-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border: 1px solid #dbeafe; border-radius: 999px; background: rgba(239, 246, 255, .88); color: #1d4ed8; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; box-shadow: 0 6px 16px rgba(37, 99, 235, .06); }
.ggs-topic-page--expat .ggs-pill { border-color: #ccfbf1; background: rgba(240, 253, 250, .9); color: #0f766e; }
.ggs-pill__dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(37, 99, 235, .1); animation: ggs-pulse 2s infinite; }
@keyframes ggs-pulse { 50% { box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); } }
.ggs-hero__title { max-width: 720px; margin-top: 24px !important; color: var(--ggs-slate-950) !important; font-size: 60px; font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.ggs-gradient-text { color: var(--ggs-blue); background: linear-gradient(90deg, var(--ggs-blue), var(--ggs-indigo)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ggs-topic-page--expat .ggs-gradient-text { background-image: linear-gradient(90deg, #0f766e, #2563eb); }
.ggs-hero__description { max-width: 640px; margin-top: 24px !important; color: var(--ggs-slate-600) !important; font-size: 18px; line-height: 1.625; }
.ggs-hero__action { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 32px; }
.ggs-price-anchor { color: var(--ggs-slate-500); font-size: 14px; font-weight: 650; }
.ggs-feature-panel { position: relative; padding: 32px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 24px; background: rgba(255, 255, 255, .8); box-shadow: var(--ggs-shadow); backdrop-filter: blur(16px); transition: transform .35s ease; }
.ggs-feature-panel:hover { transform: translateY(-5px); }
.ggs-feature-panel__heading { display: flex; align-items: center; gap: 15px; padding-bottom: 24px; border-bottom: 1px solid var(--ggs-slate-100); }
.ggs-icon-tile { display: grid; width: 52px; height: 52px; place-items: center; flex: 0 0 auto; border-radius: 16px; background: #eff6ff; color: var(--ggs-blue); font-size: 24px; box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .05); }
.ggs-topic-page--expat .ggs-icon-tile { background: #f0fdfa; color: #0f766e; }
.ggs-feature-panel h2 { color: var(--ggs-slate-950) !important; font-size: 20px; font-weight: 800; }
.ggs-feature-panel p { margin-top: 2px !important; color: var(--ggs-slate-500) !important; font-size: 14px; }
.ggs-check-list { display: grid; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.ggs-check-list li { display: flex; padding: 12px 9px; align-items: center; gap: 12px; border-radius: 12px; color: var(--ggs-slate-700); font-weight: 650; transition: background .2s ease; }
.ggs-check-list li:hover { background: var(--ggs-slate-50); }
.ggs-check { display: inline-grid; width: 23px; height: 23px; place-items: center; flex: 0 0 auto; border-radius: 999px; background: #dbeafe; color: var(--ggs-blue); font-size: 13px; font-weight: 900; }
.ggs-topic-page--expat .ggs-check { background: #ccfbf1; color: #0f766e; }

.ggs-section { position: relative; padding: 96px 0; }
.ggs-section--muted { background: var(--ggs-slate-50); }
.ggs-section-heading { max-width: 672px; margin: 0 auto 64px; text-align: center; }
.ggs-section-kicker { display: block; margin-bottom: 8px; color: var(--ggs-indigo); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ggs-topic-page--expat .ggs-section-kicker { color: #0f766e; }
.ggs-section-heading h2,
.ggs-coverage h2 { color: var(--ggs-slate-950) !important; font-size: 48px; font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.ggs-section-heading p { margin-top: 17px !important; color: var(--ggs-slate-600) !important; font-size: 18px; line-height: 1.65; }
.ggs-card-grid { display: grid; gap: 32px; }
.ggs-card-grid--three { grid-template-columns: repeat(3, 1fr); }
.ggs-info-card,
.ggs-audience-card { min-height: 310px; padding: 32px; border: 1px solid var(--ggs-slate-100); border-radius: 24px; background: #fff; box-shadow: 0 14px 42px -28px rgba(15, 23, 42, .46); transition: transform .25s ease, box-shadow .25s ease; }
.ggs-info-card:hover,
.ggs-audience-card:hover { transform: translateY(-7px); box-shadow: var(--ggs-shadow); }
.ggs-info-card__icon,
.ggs-audience-card__icon { display: grid; width: 64px; height: 64px; margin-bottom: 25px; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #3b82f6, #4f46e5); color: #fff; font-size: 27px; font-weight: 800; box-shadow: 0 13px 25px -14px rgba(79, 70, 229, .65); }
.ggs-info-card__icon--2 { background: linear-gradient(135deg, #facc15, #f97316); }
.ggs-info-card__icon--3 { background: linear-gradient(135deg, #34d399, #0d9488); }
.ggs-info-card h3,
.ggs-audience-card h3 { color: var(--ggs-slate-950) !important; font-size: 23px; font-weight: 800; }
.ggs-info-card p,
.ggs-audience-card p { margin-top: 13px !important; color: var(--ggs-slate-600) !important; line-height: 1.72; }
.ggs-audience-card { position: relative; overflow: hidden; }
.ggs-audience-card::after { position: absolute; width: 130px; height: 130px; top: -55px; right: -48px; border-radius: 50%; background: #eff6ff; content: ""; }
.ggs-audience-card:nth-child(2)::after { background: #fefce8; }
.ggs-audience-card:nth-child(3)::after { background: #f0fdfa; }
.ggs-audience-card__icon { position: relative; z-index: 1; background: #eff6ff; color: #2563eb; box-shadow: none; }

.ggs-step-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }
.ggs-step-grid::before { position: absolute; height: 2px; top: 47px; left: 17%; right: 17%; background: var(--ggs-slate-200); content: ""; }
.ggs-step { position: relative; text-align: center; }
.ggs-step__icon { position: relative; display: grid; width: 96px; height: 96px; margin: 0 auto 24px; place-items: center; border: 4px solid #eff6ff; border-radius: 50%; background: #fff; color: var(--ggs-blue); font-size: 30px; box-shadow: 0 5px 16px rgba(15, 23, 42, .05); }
.ggs-step__icon b { position: absolute; display: grid; width: 31px; height: 31px; top: -5px; right: -5px; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--ggs-blue); color: #fff; font-size: 12px; }
.ggs-step h3 { color: var(--ggs-slate-950) !important; font-size: 20px; font-weight: 800; }
.ggs-step p { margin-top: 9px !important; color: var(--ggs-slate-600) !important; }

.ggs-coverage { overflow: hidden; background: linear-gradient(135deg, #eef2ff, #eff6ff 55%, #fff); }
.ggs-coverage--dark { background: #172554; color: #fff; }
.ggs-ambient--coverage { width: 440px; height: 440px; right: -160px; top: -140px; background: rgba(45, 212, 191, .2); }
.ggs-coverage__grid { display: grid; grid-template-columns: 1fr .92fr; gap: 72px; align-items: center; }
.ggs-coverage--dark h2 { color: #fff !important; }
.ggs-coverage__description { margin-top: 17px !important; color: var(--ggs-slate-600) !important; font-size: 18px; line-height: 1.7; }
.ggs-coverage--dark .ggs-coverage__description { color: var(--ggs-slate-300) !important; }
.ggs-coverage-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 30px; }
.ggs-coverage-list > div { display: flex; min-height: 61px; padding: 13px 15px; align-items: center; gap: 10px; border: 1px solid var(--ggs-slate-100); border-radius: 13px; background: #fff; color: var(--ggs-slate-800); font-size: 14px; font-weight: 650; box-shadow: 0 5px 14px rgba(15, 23, 42, .025); }
.ggs-coverage--dark .ggs-coverage-list > div { border-color: rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .06); color: #f8fafc; backdrop-filter: blur(8px); }
.ggs-network-card { padding: 38px; border: 1px solid var(--ggs-slate-100); border-radius: 30px; background: #fff; box-shadow: var(--ggs-shadow); }
.ggs-coverage--dark .ggs-network-card { border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .09); text-align: center; backdrop-filter: blur(15px); }
.ggs-network-card__icon { display: grid; width: 78px; height: 78px; margin-bottom: 20px; place-items: center; border-radius: 20px; background: linear-gradient(135deg, #eff6ff, #eef2ff); color: var(--ggs-blue); font-size: 34px; }
.ggs-coverage--dark .ggs-network-card__icon { margin-inline: auto; background: linear-gradient(135deg, #2dd4bf, #10b981); color: #fff; }
.ggs-network-card__badge { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: #dcfce7; color: #15803d; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.ggs-network-card h3 { margin-top: 10px !important; color: var(--ggs-slate-950) !important; font-size: 28px; font-weight: 850; }
.ggs-coverage--dark .ggs-network-card h3 { color: #fff !important; }
.ggs-network-card__subtitle { margin-top: 4px !important; color: var(--ggs-slate-500) !important; font-size: 14px; font-weight: 650; }
.ggs-network-card__description { margin: 24px 0 !important; padding-top: 20px; border-top: 1px solid var(--ggs-slate-100); color: var(--ggs-slate-600) !important; font-size: 17px; line-height: 1.72; }
.ggs-coverage--dark .ggs-network-card__subtitle,
.ggs-coverage--dark .ggs-network-card__description { color: var(--ggs-slate-300) !important; border-color: rgba(255, 255, 255, .14); }
.ggs-network-card .ggs-button { width: 100%; }

.ggs-faq { background: #fff; }
.ggs-accordion { display: grid; gap: 13px; }
.ggs-accordion__item { overflow: hidden; border: 1px solid var(--ggs-slate-200); border-radius: 17px; background: #fff; transition: border-color .2s ease, background .2s ease; }
.ggs-accordion__item.is-open { border-color: #93c5fd; background: rgba(239, 246, 255, .45); }
.ggs-accordion__item h3 { margin: 0 !important; }
.ggs-accordion__button { display: flex; width: 100%; padding: 20px 23px; justify-content: space-between; align-items: center; gap: 25px; border: 0; background: transparent; color: var(--ggs-slate-950); text-align: left; font-size: 17px; font-weight: 800; cursor: pointer; }
.ggs-accordion__button > span:last-child { font-size: 25px; transition: transform .2s ease; }
.ggs-accordion__item.is-open .ggs-accordion__button > span:last-child { transform: rotate(180deg); }
.ggs-accordion__panel { padding: 0 23px 23px; }
.ggs-accordion__panel p { padding-top: 17px; border-top: 1px solid var(--ggs-slate-100); color: var(--ggs-slate-600) !important; line-height: 1.75; }
.ggs-bottom-cta { padding: 58px 0; background: #172554; color: #fff; }
.ggs-bottom-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ggs-bottom-cta h2 { color: #fff !important; font-size: 31px; font-weight: 850; }
.ggs-bottom-cta p { margin-top: 5px !important; color: #bfdbfe !important; }

/* Plans: shared list modules mirror the existing U.S. ProductList; topic-only panels stay independent. */
.ggs-topic-page--plans { overflow: visible; background: #f9fafb; }
.ggs-plans-shell { min-height: 900px; padding: 40px 0; }
.ggs-plans-container { width: min(100%, 1280px); margin-inline: auto; padding-inline: 32px; }
.ggs-plans-hero { margin-bottom: 40px; }
.ggs-plans-hero h1 { display: inline-block; position: relative; isolation: isolate; color: #111827 !important; font-size: 48px; font-weight: 800; letter-spacing: -.025em; line-height: 1; }
.ggs-plans-hero h1 span { position: relative; z-index: 1; }
.ggs-plans-hero h1::after { position: absolute; z-index: 0; height: 16px; left: 0; right: 0; bottom: 4px; background: rgba(253, 224, 71, .6); content: ""; transform: rotate(-1deg); }
.ggs-plans-hero p { margin-top: 16px !important; color: #4b5563 !important; font-size: 18px; line-height: 28px; }
.ggs-equity-panel { overflow: hidden; margin-bottom: 48px; border: 1px solid #e5e7eb; border-left: 4px solid #3b82f6; border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); }
.ggs-equity-panel > header { display: flex; padding: 24px; align-items: center; gap: 16px; }
.ggs-equity-panel > header > span { display: grid; width: 40px; height: 40px; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #eff6ff; color: #2563eb; font-size: 18px; }
.ggs-equity-panel h2 { color: #111827 !important; font-size: 18px; font-weight: 700; line-height: 28px; }
.ggs-equity-panel > header p { color: #6b7280 !important; font-size: 14px; line-height: 20px; }
.ggs-equity-panel__items { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 24px; border-top: 1px solid #f3f4f6; }
.ggs-equity-panel__items article { padding: 20px; border: 1px solid #f1f5f9; border-radius: 12px; background: #f8fafc; }
.ggs-equity-panel h3 { display: flex; align-items: center; gap: 8px; color: #111827 !important; font-size: 14px; font-weight: 700; }
.ggs-equity-panel h3 i { color: #3b82f6; font-size: 18px; }
.ggs-equity-panel__items p { margin-top: 8px !important; color: #4b5563 !important; font-size: 14px; line-height: 22.75px; }

.ggs-plan-results { margin-top: 0; }
.ggs-state { display: grid; min-height: 240px; place-items: center; align-content: center; gap: 15px; border: 1px dashed #d1d5db; border-radius: 24px; background: rgba(255, 255, 255, .65); color: #6b7280; text-align: center; }
.ggs-spinner { width: 38px; height: 38px; border: 4px solid #dbeafe; border-top-color: #2563eb; border-radius: 50%; animation: ggs-spin .8s linear infinite; }
@keyframes ggs-spin { to { transform: rotate(360deg); } }
.ggs-plan-layout { display: block; position: relative; max-width: 100%; }
.ggs-plan-labels { display: none; width: 256px; flex: 0 0 256px; }
.ggs-plan-labels__controls { display: flex; height: 320px; padding-top: 16px; flex-direction: column; gap: 24px; }
.ggs-cycle-control { display: flex; align-items: center; gap: 16px; }
.ggs-cycle-control > span { color: #9ca3af; font-size: 14px; font-weight: 700; }
.ggs-cycle-control > span.is-active { color: #111827; }
.ggs-cycle-switch { position: relative; width: 56px; height: 32px; padding: 0; flex: 0 0 auto; border: 0; border-radius: 999px; background: #2563eb; cursor: pointer; }
.ggs-cycle-switch span { position: absolute; width: 24px; height: 24px; top: 4px; left: 4px; border-radius: 50%; background: #facc15; box-shadow: 0 1px 2px rgba(0, 0, 0, .1); transition: left .3s ease; }
.ggs-cycle-switch.is-yearly span { left: 28px; }
.ggs-dob-trigger { display: grid; position: relative; width: 100%; padding: 0 16px 0 0; grid-template-columns: 60px minmax(0, 1fr); align-items: center; gap: 12px; border: 0; background: transparent; color: #111827; text-align: left; cursor: pointer; }
.ggs-dob-trigger b { font-weight: 700; }
.ggs-dob-trigger span { overflow: hidden; height: 42px; padding: 10px 44px 10px 16px; border-radius: 12px; background: #eff6ff; color: #374151; font-size: 14px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.ggs-dob-trigger i { position: absolute; top: 50%; right: 28px; margin: 0; color: #2563eb; font-size: 18px; pointer-events: none; transform: translateY(-50%); }
.ggs-plan-label { display: flex; height: 64px; padding: 0 16px; align-items: center; border-radius: 12px 0 0 12px; color: #1e3a8a; font-size: 14px; font-weight: 600; }
.ggs-plan-label:nth-child(odd) { background: rgba(249, 250, 251, .5); }
.ggs-plan-label i { margin-left: 8px; color: #9ca3af; font-size: 14px; }
.ggs-plan-label.is-advanced { display: none; }
.ggs-plan-label-list.is-expanded .ggs-plan-label.is-advanced { display: flex; }

.ggs-mobile-plan-controls { display: flex; margin-bottom: 32px; flex-direction: column; gap: 20px; }
.ggs-mobile-plan-controls .ggs-dob-trigger { width: 268px; padding: 0; }
.ggs-plan-grid { display: grid; width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: stretch; }
.ggs-plan-card { display: flex; position: relative; min-width: 0; max-width: 100%; overflow: visible; flex-direction: column; border: 1px solid #f3f4f6; border-radius: 24px; background: #fff; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.ggs-plan-card:hover { z-index: 20; transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1); }
.ggs-plan-card.is-recommended { z-index: 10; border: 2px solid #3b82f6; box-shadow: 0 8px 30px rgba(59,130,246,.15); }
.ggs-plan-card__badge { display: flex; position: absolute; z-index: 2; width: 164px; min-width: 164px; top: -16px; left: 50%; padding: 4px 16px; align-items: center; justify-content: center; gap: 4px; border-radius: 999px; background: linear-gradient(to right, #facc15, #eab308); color: #713f12; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1); font-size: 12px; font-weight: 700; line-height: 18px; white-space: nowrap; transform: translateX(-50%); }
.ggs-plan-card__badge i { font-size: 15px; }
.ggs-plan-card__header { display: flex; position: relative; height: 320px; min-height: 320px; padding: 32px 24px 24px; align-items: center; flex-direction: column; overflow: visible; border-bottom: 1px solid #f9fafb; text-align: center; }
.ggs-topic-page--plans h2.ggs-plan-card__name { display: block !important; width: 100%; min-height: 34px; margin: 0 0 6px !important; padding: 0 !important; color: #111827 !important; text-align: center !important; text-wrap: balance; overflow-wrap: break-word; font-family: inherit !important; font-size: 20px !important; font-weight: 800 !important; letter-spacing: normal !important; line-height: 24px !important; text-transform: none !important; }
.ggs-plan-card__price { display: flex; width: 100%; min-width: 0; margin-bottom: 24px; align-items: baseline; justify-content: center; gap: 4px; color: #dc2626; white-space: nowrap; }
.ggs-topic-page--plans .ggs-plan-card__price b { color: #dc2626 !important; font-family: inherit !important; font-size: 24px !important; font-weight: 700 !important; line-height: 1 !important; }
.ggs-topic-page--plans .ggs-plan-card__price strong { color: #dc2626 !important; font-family: inherit !important; font-size: 36px !important; font-weight: 900 !important; letter-spacing: -.025em !important; line-height: 40px !important; }
.ggs-topic-page--plans .ggs-plan-card__price span { color: #6b7280 !important; font-family: inherit !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1 !important; }
.ggs-plan-card__price-meta { position: absolute; top: 113px; max-width: calc(100% - 32px); color: #6b7280 !important; font-size: 11px; line-height: 15px; }
.ggs-plan-card__price-meta.is-error { color: #b45309 !important; }
.ggs-topic-page--plans a.ggs-plan-card__buy,
.ggs-topic-page--plans a.ggs-plan-card__buy:visited { display: inline-flex !important; width: 100%; min-height: 52px; padding: 14px 12px; align-items: center; justify-content: center; border-radius: 12px; background: #eff6ff !important; color: #1d4ed8 !important; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); text-align: center !important; text-decoration: none !important; font-family: inherit !important; font-size: 16px !important; font-weight: 700 !important; line-height: 24px !important; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.ggs-topic-page--plans a.ggs-plan-card__buy:hover,
.ggs-topic-page--plans a.ggs-plan-card__buy:focus-visible { background: #dbeafe !important; color: #1d4ed8 !important; text-decoration: none !important; }
.ggs-topic-page--plans .ggs-plan-card.is-recommended a.ggs-plan-card__buy,
.ggs-topic-page--plans .ggs-plan-card.is-recommended a.ggs-plan-card__buy:visited { background: #2563eb !important; color: #fff !important; }
.ggs-topic-page--plans .ggs-plan-card.is-recommended a.ggs-plan-card__buy:hover,
.ggs-topic-page--plans .ggs-plan-card.is-recommended a.ggs-plan-card__buy:focus-visible { background: #1d4ed8 !important; color: #fff !important; }
.ggs-plan-card__buy.is-disabled { pointer-events: none; opacity: .45; }
.ggs-plan-card__compare { display: inline-flex; width: auto; margin-top: 24px; padding: 0; align-items: center; justify-content: center; gap: 8px; border: 0; background: transparent; color: #4b5563 !important; font-family: inherit !important; font-size: 14px !important; font-weight: 500 !important; line-height: 20px !important; cursor: pointer; }
.ggs-plan-card__compare input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ggs-plan-card__check { display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border: 2px solid #d1d5db; border-radius: 4px; background: #fff; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.ggs-plan-card__compare:hover .ggs-plan-card__check { border-color: #2563eb; }
.ggs-plan-card__compare input:checked + .ggs-plan-card__check { border-color: #2563eb; background: #2563eb; }
.ggs-plan-card__compare input:focus-visible + .ggs-plan-card__check { outline: 2px solid #2563eb; outline-offset: 2px; }
.ggs-plan-card__compare input:checked + .ggs-plan-card__check::after { color: #fff; content: "✓"; font-size: 13px; line-height: 1; }
.ggs-plan-card__variant-row { display: flex; width: 100%; min-height: 72px; margin-top: auto; padding-top: 18px; align-items: center; }
.ggs-plan-card__variant-row.is-empty { visibility: hidden; pointer-events: none; }
.ggs-plan-card__variant { display: grid; width: 100%; min-height: 52px; padding: 6px; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); align-items: stretch; gap: 6px; overflow: hidden; border-radius: 12px; background: #f3f4f6; }
.ggs-plan-card__variant button { width: 100%; min-width: 0; min-height: 40px; padding: 10px 14px; border: 0 !important; border-radius: 8px; background: transparent !important; color: #6b7280 !important; box-shadow: none !important; font-family: inherit !important; font-size: 12px !important; font-weight: 700 !important; line-height: 18px !important; white-space: nowrap; cursor: pointer; transition: background-color 220ms ease, color 220ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1), box-shadow 220ms ease, opacity 180ms ease !important; will-change: transform, background-color, box-shadow; }
.ggs-plan-card__variant button:hover,
.ggs-plan-card__variant button:focus-visible { color: #374151 !important; transform: translateY(-1px) !important; }
.ggs-plan-card__variant button.is-active { background: #facc15 !important; color: #111827 !important; box-shadow: 0 6px 16px rgba(250, 204, 21, .28) !important; transform: translateY(-1px) !important; }
.ggs-plan-card__body { display: flex; flex: 1; flex-direction: column; }
.ggs-plan-feature-list { display: flex; margin: 0; padding: 0 24px 32px; flex-direction: column; list-style: none; }
.ggs-topic-page .ggs-plan-feature-list { margin: 0 !important; padding: 0 24px 32px !important; list-style: none !important; }
.ggs-topic-page .ggs-plan-feature-list > li { margin: 0 !important; padding: 8px 0 !important; list-style: none !important; }
.ggs-topic-page .ggs-plan-feature-list > li::before { display: none !important; content: none !important; }
.ggs-plan-feature { display: flex; height: 64px; padding: 8px 0; align-items: center; justify-content: center; flex-direction: column; border-bottom: 1px solid #f9fafb; }
.ggs-plan-feature.is-advanced { display: none; }
.ggs-plan-grid.is-expanded .ggs-plan-feature.is-advanced { display: flex; }
.ggs-plan-feature__label { display: block; margin-bottom: 4px; color: #9ca3af !important; font-family: inherit !important; font-size: 12px !important; font-weight: 500 !important; line-height: 16px !important; text-align: center; }
.ggs-plan-feature__value { width: 100%; color: #1f2937 !important; text-align: center !important; font-family: inherit !important; font-size: 14px !important; font-weight: 700 !important; line-height: 20px !important; overflow-wrap: anywhere; }
.ggs-topic-page--opt .ggs-plan-card__variant-row.is-empty { display: none; }
.ggs-topic-page--opt .ggs-plan-card__header { height: 248px; min-height: 248px; }
.ggs-topic-page--opt .ggs-plan-feature,
.ggs-topic-page--expat .ggs-plan-feature,
.ggs-topic-page--opt .ggs-plan-feature__value,
.ggs-topic-page--expat .ggs-plan-feature__value { justify-content: center; text-align: center !important; }
.ggs-plan-card__links { display: flex; margin-top: auto; padding: 24px; flex-wrap: wrap; justify-content: center; gap: 16px; border-top: 1px solid #f9fafb; border-radius: 0 0 24px 24px; background: rgba(249,250,251,.5); }
.ggs-topic-page--plans .ggs-plan-card__links a,
.ggs-topic-page--plans .ggs-plan-card__links a:visited { color: #2563eb !important; text-decoration: none !important; font-family: inherit !important; font-size: 14px !important; font-weight: 700 !important; line-height: 20px !important; }
.ggs-topic-page--plans .ggs-plan-card__links a:hover,
.ggs-topic-page--plans .ggs-plan-card__links a:focus-visible { color: #1d4ed8 !important; text-decoration: none !important; }
.ggs-plan-card__links a:first-child::before { margin-right: 6px; font-family: "Font Awesome 5 Free"; content: "\f15c"; }
.ggs-plan-card__links a:last-child::before { margin-right: 6px; font-family: "Font Awesome 5 Free"; content: "\f3ed"; font-weight: 900; }
.ggs-expand-wrap { display: flex; margin-top: 48px; justify-content: center; }
.ggs-expand-button { display: flex; padding: 10px 24px; align-items: center; gap: 8px; border: 0; border-radius: 999px; background: #eff6ff; color: #2563eb; font-size: 14px; font-weight: 700; cursor: pointer; }
.ggs-expand-button i { transition: transform .2s ease; }
.ggs-expand-button[aria-expanded="true"] i { transform: rotate(180deg); }

@keyframes ggs-topic-value-fade {
    from { opacity: 0; transform: translateY(2px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes ggs-topic-fade-up {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.ggs-value-fade { animation: ggs-topic-value-fade 180ms ease; }
.ggs-compare-sidebar:not([hidden]),
.ggs-compare-bar:not([hidden]) { animation: ggs-topic-fade-up .28s ease; }

.ggs-factor-panel { overflow: hidden; margin: 48px 0 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: linear-gradient(135deg, #1e3a8a, #312e81 50%, #172554); color: #fff; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }
.ggs-factor-panel__inner { padding: 32px; }
.ggs-factor-panel header { display: flex; align-items: flex-start; gap: 12px; }
.ggs-factor-panel header > span { display: grid; width: 44px; height: 44px; place-items: center; flex: 0 0 auto; border: 1px solid rgba(96,165,250,.3); border-radius: 12px; background: rgba(59,130,246,.2); color: #bfdbfe; font-size: 22px; }
.ggs-factor-panel h2 { color: #fff !important; font-size: 24px; font-weight: 700; letter-spacing: -.025em; }
.ggs-factor-panel header p { margin-top: 12px !important; color: rgba(191,219,254,.9) !important; font-size: 16px; font-weight: 500; }
.ggs-factor-panel__notice { display: inline-flex; max-width: 100%; margin: 16px 0 32px !important; padding: 10px 16px; align-items: flex-start; gap: 8px; border: 1px solid rgba(244,63,94,.2); border-radius: 8px; background: rgba(244,63,94,.1); color: #fecdd3 !important; font-size: 14px; font-weight: 500; line-height: 22px; }
.ggs-factor-grid { display: grid; gap: 20px; }
.ggs-factor-grid--zones { grid-template-columns: repeat(2, 1fr); margin-bottom: 20px; }
.ggs-factor-grid--details { grid-template-columns: repeat(3, 1fr); }
.ggs-factor-grid article { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.05); }
.ggs-factor-grid--details article { padding: 16px; }
.ggs-factor-grid h3 { display: flex; align-items: center; gap: 8px; color: #fff !important; font-size: 16px; font-weight: 700; }
.ggs-factor-grid--details h3 { font-size: 14px; font-weight: 600; }
.ggs-factor-grid h3 i { color: #67e8f9; }
.ggs-factor-grid--details article:first-child h3 i { color: #facc15; }
.ggs-factor-grid--details article:nth-child(2) h3 i { color: #93c5fd; }
.ggs-factor-grid--details article:last-child h3 i { color: #fb7185; }
.ggs-factor-grid p { margin-top: 12px !important; color: rgba(219,234,254,.8) !important; font-size: 14px; font-weight: 300; line-height: 22px; }
.ggs-factor-grid--details p { margin-top: 8px !important; font-size: 12px; line-height: 19.5px; }

.ggs-toast { position: fixed; z-index: 10010; top: 22px; left: 50%; max-width: min(90vw, 560px); padding: 12px 18px; border-radius: 12px; background: #2563eb; color: #fff; box-shadow: 0 14px 35px rgba(15,23,42,.25); font-weight: 700; transform: translateX(-50%); }
.ggs-compare-sidebar { display: none; width: 100%; padding-right: 16px; }
.ggs-compare-sidebar button,
.ggs-compare-bar button { display: flex; min-height: 60px; padding: 16px 24px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; background: #111827; color: #fff; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); font-size: 14px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.ggs-compare-sidebar button { width: 100%; padding-inline: 14px; gap: 10px; font-size: 13px; }
.ggs-compare-bar { position: fixed; z-index: 2147483640; left: 16px; right: auto; bottom: 32px; }
.ggs-compare-sidebar [data-compare-count],
.ggs-compare-bar [data-compare-count] { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: #3b82f6; color: #fff; font-size: 12px; }
body.ggs-topic-compare-active #chat-widget-container { z-index: 90 !important; }
body.ggs-topic-compare-modal-open #chat-widget-container { display: none !important; }
body.ggs-topic-compare-modal-open .ggs-compare-bar { opacity: 0; visibility: hidden; pointer-events: none; }

.ggs-modal { position: fixed; z-index: 10000; inset: 0; display: grid; padding: 24px; place-items: center; }
.ggs-modal__backdrop { position: absolute; inset: 0; background: rgba(17,24,39,.6); backdrop-filter: blur(4px); }
.ggs-modal__dialog { display: flex; position: relative; width: min(1024px, 100%); max-height: 90vh; overflow: hidden; flex-direction: column; border-radius: 24px; background: #fff; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.ggs-modal__dialog > header { display: flex; padding: 16px 24px; align-items: center; justify-content: space-between; border-bottom: 1px solid #f3f4f6; }
.ggs-modal__dialog h2 { color: #111827 !important; font-size: 20px; font-weight: 700; }
.ggs-modal__dialog header p { margin-top: 4px !important; color: #6b7280 !important; font-size: 14px; }
.ggs-modal__close { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #6b7280; cursor: pointer; }
.ggs-modal__close:hover { background: #f3f4f6; }
.ggs-modal__body { overflow: auto; padding: 24px; }
.ggs-quote-modal__dialog { width: min(760px, 100%); }
.ggs-compare-modal__dialog { border-radius: 16px; }
.ggs-compare-modal__dialog > header { padding: 20px 24px; }
.ggs-compare-modal__dialog .ggs-modal__close { width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid #e5e7eb; background: #f9fafb; }
.ggs-compare-modal__dialog .ggs-modal__body { padding: 0; }
.ggs-quote-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ggs-quote-form label { display: grid; gap: 6px; color: #374151; font-size: 12px; font-weight: 700; }
.ggs-quote-form input, .ggs-quote-form select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #d1d5db; border-radius: 10px; background: #fff; color: #1f2937; font-size: 14px; }
.ggs-form-error { grid-column: 1 / -1; color: #b91c1c !important; font-size: 14px; font-weight: 600; }
.ggs-quote-submit { grid-column: 1 / -1; justify-self: start; }
.ggs-compare-table { min-width: 760px; border-collapse: separate; border-spacing: 0; width: 100%; }
.ggs-compare-table th, .ggs-compare-table td { min-height: 56px; padding: 13px 12px; border-bottom: 1px solid #f3f4f6; text-align: center; font-size: 13px; }
.ggs-compare-table thead th { position: sticky; z-index: 2; top: 0; height: 128px; background: #fff; color: #111827; font-size: 15px; }
.ggs-compare-table th:first-child, .ggs-compare-table td:first-child { position: sticky; left: 0; background: #fff; color: #4b5563; text-align: left; font-weight: 700; }
.ggs-compare-table tbody tr:nth-child(odd) td { background: #f9fafb; }
.ggs-compare-price { color: #2563eb; font-size: 20px; font-weight: 900; }

@media (max-width: 1024px) {
    .ggs-hero { padding: 70px 0 88px; }
    .ggs-hero__grid { grid-template-columns: 1fr 430px; gap: 42px; }
    .ggs-hero__title { font-size: 49px; }
    .ggs-card-grid { gap: 18px; }
    .ggs-info-card,
    .ggs-audience-card { padding: 27px; }
    .ggs-coverage__grid { gap: 35px; }
    .ggs-plans-container { width: min(100%, 1280px); padding-inline: 24px; }
}

@media (min-width: 768px) {
    .ggs-cycle-control > span { font-size: 16px; }
    .ggs-mobile-plan-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 20px; }
    .ggs-mobile-plan-controls .ggs-dob-trigger { justify-self: end; }
    .ggs-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ggs-plan-card__header { height: 288px; min-height: 288px; padding: 28px 20px; }
    .ggs-topic-page--plans h2.ggs-plan-card__name { min-height: 48px; font-size: clamp(17px, 1.9vw, 20px) !important; line-height: 1.28 !important; }
    .ggs-plan-card__price { margin-bottom: 18px; }
    .ggs-topic-page--plans .ggs-plan-card__price strong { font-size: clamp(32px, 4.2vw, 42px) !important; line-height: 1 !important; }
    .ggs-topic-page--plans .ggs-plan-card__price b { font-size: clamp(18px, 2vw, 22px) !important; }
    .ggs-topic-page--plans .ggs-plan-card__price span { font-size: 12px !important; }
    .ggs-plan-card__price-meta { top: 109px; }
    .ggs-topic-page--plans a.ggs-plan-card__buy { min-height: 48px; padding: 12px 10px; font-size: 15px !important; }
    .ggs-plan-card__compare { margin-top: 18px; }
    .ggs-plan-card__variant-row { min-height: 58px; padding-top: 10px; }
    .ggs-plan-card__variant { min-height: 48px; gap: 3px; padding: 4px; }
    .ggs-plan-card__variant button { min-height: 40px; padding: 7px 4px; font-size: 12px; }
    .ggs-topic-page--opt .ggs-plan-card__header { height: 256px; min-height: 256px; }
}

@media (min-width: 1280px) {
    .ggs-mobile-plan-controls { display: none; }
    .ggs-plan-layout { display: flex; gap: 16px; align-items: flex-start; }
    .ggs-plan-labels { display: block; width: 240px; flex: 0 0 240px; }
    .ggs-plan-labels__controls { height: 288px; min-height: 288px; }
    .ggs-topic-page--opt .ggs-plan-labels__controls { height: 240px; min-height: 240px; }
    .ggs-compare-sidebar:not([hidden]) { display: block; }
    .ggs-compare-bar { display: none; }
    .ggs-plan-grid { flex: 1; gap: 14px; }
    .ggs-plan-card__header { padding: 24px 14px; }
    .ggs-topic-page--opt .ggs-plan-card__header { height: 240px; min-height: 240px; }
    .ggs-topic-page--plans h2.ggs-plan-card__name { min-height: 48px; font-size: 16.32px !important; line-height: 20.5px !important; }
    .ggs-plan-card__price { margin-bottom: 17px; }
    .ggs-topic-page--plans .ggs-plan-card__price strong { font-size: clamp(31px, 2vw, 39px) !important; }
    .ggs-topic-page--plans .ggs-plan-card__price b { font-size: 19px !important; }
    .ggs-topic-page--plans .ggs-plan-card__price span { font-size: 12px !important; }
    .ggs-topic-page--plans a.ggs-plan-card__buy { min-height: 48px; padding: 13px 12px; font-size: 15px !important; }
    .ggs-plan-card__compare { margin-top: 14px; }
    .ggs-plan-card__variant-row { min-height: 57px; padding-top: 8px; }
    .ggs-plan-card__variant button { padding-inline: 3px; font-size: 12.5px; }
    .ggs-plan-feature { flex-direction: row; }
    .ggs-plan-feature__label { display: none; }
}

@media (min-width: 1536px) {
    .ggs-plan-layout { gap: 24px; }
    .ggs-plan-labels { width: 256px; flex-basis: 256px; }
    .ggs-plan-labels__controls { height: 320px; min-height: 320px; }
    .ggs-plan-grid { gap: 24px; }
    .ggs-plan-card__header { height: 320px; min-height: 320px; padding: 32px 24px 24px; }
    .ggs-topic-page--opt .ggs-plan-card__header { height: 248px; min-height: 248px; }
    .ggs-topic-page--opt .ggs-plan-labels__controls { height: 248px; min-height: 248px; }
    .ggs-topic-page--plans h2.ggs-plan-card__name { min-height: 34px; font-size: 20px !important; line-height: 24px !important; }
    .ggs-topic-page--plans .ggs-plan-card__price strong { font-size: 36px !important; line-height: 40px !important; }
    .ggs-topic-page--plans .ggs-plan-card__price b { font-size: 24px !important; }
    .ggs-topic-page--plans .ggs-plan-card__price span { font-size: 14px !important; }
    .ggs-plan-card__price-meta { top: 113px; }
    .ggs-topic-page--plans a.ggs-plan-card__buy { min-height: 52px; padding: 14px 12px; font-size: 16px !important; }
    .ggs-plan-card__compare { margin-top: 24px; }
    .ggs-plan-card__variant-row { min-height: 72px; padding-top: 18px; }
    .ggs-plan-card__variant { min-height: 52px; gap: 6px; padding: 6px; }
    .ggs-plan-card__variant button { padding: 10px 14px; font-size: 12px; }
}

@media (max-width: 820px) {
    .ggs-container,
    .ggs-container--narrow { width: min(100% - 32px, 720px); }
    .ggs-hero { padding: 58px 0 78px; }
    .ggs-hero__grid { grid-template-columns: 1fr; gap: 46px; }
    .ggs-hero__content { text-align: center; }
    .ggs-hero__title,
    .ggs-hero__description { margin-inline: auto !important; }
    .ggs-hero__action { align-items: center; }
    .ggs-feature-panel { width: min(100%, 590px); margin-inline: auto; }
    .ggs-section { padding: 78px 0; }
    .ggs-card-grid--three { grid-template-columns: 1fr; }
    .ggs-info-card,
    .ggs-audience-card { min-height: 0; }
    .ggs-step-grid { grid-template-columns: 1fr; gap: 44px; }
    .ggs-step-grid::before { display: none; }
    .ggs-coverage__grid { grid-template-columns: 1fr; }
    .ggs-bottom-cta__inner { flex-direction: column; text-align: center; }
    .ggs-equity-panel__items { grid-template-columns: 1fr; }
    .ggs-factor-grid--zones, .ggs-factor-grid--details { grid-template-columns: 1fr; }
    .ggs-quote-form { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
    .ggs-container,
    .ggs-container--narrow { width: min(100% - 24px, 560px); }
    .ggs-hero { padding: 46px 0 63px; }
    .ggs-hero__title { margin-top: 21px !important; font-size: 39px; line-height: 1.1; }
    .ggs-hero__description { font-size: 16px; }
    .ggs-hero__action .ggs-button { width: 100%; }
    .ggs-feature-panel { padding: 24px 20px; border-radius: 22px; }
    .ggs-section { padding: 64px 0; }
    .ggs-section-heading { margin-bottom: 36px; }
    .ggs-section-heading h2,
    .ggs-coverage h2 { font-size: 32px; }
    .ggs-section-heading p { font-size: 16px; }
    .ggs-info-card,
    .ggs-audience-card { padding: 25px; border-radius: 22px; }
    .ggs-coverage-list { grid-template-columns: 1fr; }
    .ggs-network-card { padding: 27px 22px; }
    .ggs-bottom-cta { padding: 45px 0; }
    .ggs-bottom-cta h2 { font-size: 27px; }
    .ggs-plans-shell { padding: 32px 0; }
    .ggs-plans-container { width: min(100%, 560px); padding-inline: 16px; }
    .ggs-plans-hero { margin-bottom: 32px; }
    .ggs-plans-hero h1 { font-size: 36px; line-height: 40px; }
    .ggs-plans-hero p { font-size: 16px; }
    .ggs-equity-panel__items { padding: 16px; }
    .ggs-plan-grid { grid-template-columns: 1fr; }
    .ggs-plan-card__header { height: 320px; }
    .ggs-quote-form { grid-template-columns: 1fr; }
    .ggs-quote-submit { width: 100%; }
    .ggs-factor-panel__inner { padding: 24px 16px; }
    .ggs-compare-bar { left: 16px; right: auto; bottom: 16px; }
    .ggs-compare-bar button { padding: 14px 18px; }
    .ggs-modal { padding: 10px; }
    .ggs-modal__dialog { max-height: 94vh; border-radius: 18px; }
    .ggs-modal__body { padding: 13px; }
    .ggs-compare-modal__dialog > header { align-items: flex-start; gap: 16px; }
    .ggs-compare-modal__dialog > header > div { min-width: 0; }
}

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