.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; }

/* Keep high-school pages flush with the header/footer instead of Astra's main-content spacing. */
body.ggs-high-school-active .site-content #primary,
body.ggs-high-school-active .site-content .hentry { margin: 0 !important; }
body.ggs-high-school-active .site-content .ast-article-single {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.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); }

/* The high-school plans page owns this control; prevent theme button rules from changing it. */
.ggs-topic-page--high-school .ggs-expand-wrap { margin-top: 48px !important; }
.ggs-topic-page--high-school .ggs-expand-button,
.ggs-topic-page--high-school .ggs-expand-button:hover,
.ggs-topic-page--high-school .ggs-expand-button:focus {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 10px 24px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    appearance: none !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    box-shadow: none !important;
}
.ggs-topic-page--high-school .ggs-expand-button i { margin: 0 !important; color: inherit !important; }

@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; }
}

/* High-school landing: port of the supplied React landing view without its app header/footer. */
.ggs-hs-landing {
    --hs-blue: #2563eb;
    --hs-blue-dark: #172554;
    --hs-slate-950: #0f172a;
    --hs-slate-700: #334155;
    --hs-slate-600: #475569;
    --hs-slate-500: #64748b;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    color: var(--hs-slate-950);
    background: #fafafa;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
.ggs-hs-landing *,
.ggs-hs-landing *::before,
.ggs-hs-landing *::after { box-sizing: border-box; }
.ggs-hs-landing h1,
.ggs-hs-landing h2,
.ggs-hs-landing h3,
.ggs-hs-landing p,
.ggs-hs-landing ul { margin: 0; }
.ggs-hs-landing { margin: 0 !important; padding: 0 !important; }
.ggs-hs-landing a { color: inherit; text-decoration: none !important; }
.ggs-hs-landing button,
.ggs-hs-landing input,
.ggs-hs-landing select { font: inherit; }
.ggs-hs-landing button:focus-visible,
.ggs-hs-landing a:focus-visible,
.ggs-hs-landing input:focus-visible,
.ggs-hs-landing select:focus-visible { outline: 3px solid rgba(37, 99, 235, .28); outline-offset: 3px; }
.ggs-hs-container { width: min(100% - 32px, 1280px); margin-inline: auto; }
.ggs-hs-container--narrow { width: min(100% - 32px, 768px); }
.ggs-hs-announcement { display: flex; min-height: 42px; padding: 9px 16px; align-items: center; justify-content: center; gap: 8px; background: var(--hs-blue); color: #fff; font-size: 13px; font-weight: 800; text-align: center; }
.ggs-hs-announcement i { font-size: 15px; }
.ggs-hs-hero { position: relative; overflow: hidden; padding: 76px 0 96px; background: linear-gradient(135deg, #f8fafc, rgba(239, 246, 255, .72) 56%, rgba(254, 252, 232, .58)); }
.ggs-hs-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); gap: 72px; align-items: center; }
.ggs-hs-hero__content { min-width: 0; }
.ggs-hs-eyebrow { display: inline-flex; padding: 9px 15px; align-items: center; gap: 9px; border: 1px solid #dbeafe; border-radius: 999px; background: #fff; color: #1e40af; box-shadow: 0 4px 12px rgba(30, 64, 175, .06); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ggs-hs-eyebrow i { color: var(--hs-blue); font-size: 14px; }
.ggs-hs-hero h1 { max-width: 760px; margin-top: 24px; color: var(--hs-slate-950) !important; font-size: clamp(42px, 5.4vw, 70px); font-weight: 900; letter-spacing: -.055em; line-height: 1.05; }
.ggs-hs-hero h1 span { display: block; margin-top: 10px; color: #1d4ed8; }
.ggs-hs-hero__description { max-width: 650px; margin-top: 24px !important; color: var(--hs-slate-600) !important; font-size: 18px; font-weight: 600; line-height: 1.7; }
.ggs-hs-stats { display: flex; margin-top: 35px; padding-bottom: 30px; align-items: stretch; gap: 28px; border-bottom: 1px solid rgba(148, 163, 184, .35); overflow-x: auto; }
.ggs-hs-stats > div { display: flex; min-width: max-content; flex-direction: column; }
.ggs-hs-stats strong { color: var(--hs-slate-950); font-size: 24px; font-weight: 900; letter-spacing: -.025em; line-height: 1.1; }
.ggs-hs-stats span { margin-top: 6px; color: var(--hs-slate-500); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ggs-hs-stats > i { width: 1px; flex: 0 0 1px; background: #e2e8f0; }
.ggs-hs-quote-form { display: flex; margin-top: 18px; padding: 16px; align-items: flex-end; gap: 14px; border: 1px solid #f1f5f9; border-radius: 17px; background: #fff; box-shadow: 0 20px 35px -28px rgba(30, 64, 175, .35); }
.ggs-hs-quote-form label { display: flex; min-width: 0; flex: 1; flex-direction: column; gap: 7px; }
.ggs-hs-quote-form label span { color: #9ca3af; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ggs-hs-quote-form input,
.ggs-hs-quote-form select { width: 100%; min-height: 47px; padding: 9px 12px; border: 1px solid #e5e7eb; border-radius: 11px; background: #f8fafc; color: #111827; font-size: 14px; font-weight: 800; }
.ggs-hs-button { display: inline-flex; min-height: 52px; padding: 14px 26px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; font-size: 15px; font-weight: 900; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.ggs-hs-button:hover { transform: translateY(-2px); }
.ggs-hs-button--primary { background: var(--hs-blue); color: #fff !important; box-shadow: 0 13px 25px -15px rgba(37, 99, 235, .85); }
.ggs-hs-button--primary:hover { background: #1d4ed8; }
.ggs-hs-button--gold { background: #facc15; color: var(--hs-blue-dark) !important; box-shadow: 0 14px 28px -17px rgba(250, 204, 21, .85); }
.ggs-hs-button--gold:hover { background: #fde047; }
.ggs-hs-quote-form .ggs-hs-button { white-space: nowrap; }
.ggs-hs-hero__visual { position: relative; min-width: 0; }
.ggs-hs-hero__glow { position: absolute; inset: 0; border-radius: 48px; background: rgba(37, 99, 235, .12); filter: blur(27px); transform: rotate(3deg) scale(.96); }
.ggs-hs-hero__image { position: relative; aspect-ratio: 4 / 5; overflow: visible; border: 6px solid #fff; border-radius: 46px; background: #e2e8f0; box-shadow: 0 28px 60px -20px rgba(15, 23, 42, .34); }
.ggs-hs-hero__image > img { display: block; width: 100%; height: 100%; border-radius: 38px; object-fit: cover; object-position: center; }
.ggs-hs-float { position: absolute; display: flex; max-width: calc(100% + 44px); padding: 12px 17px; align-items: center; gap: 10px; border-radius: 15px; background: rgba(255, 255, 255, .96); color: #1e293b; box-shadow: 0 18px 30px -19px rgba(15, 23, 42, .6); font-size: 13px; font-weight: 800; white-space: nowrap; }
.ggs-hs-float span { display: grid; width: 32px; height: 32px; place-items: center; flex: 0 0 32px; border-radius: 50%; background: #dbeafe; color: var(--hs-blue); }
.ggs-hs-float--network { top: 48px; right: -26px; }
.ggs-hs-float--telehealth { bottom: 64px; left: -26px; }
.ggs-hs-float--telehealth span { background: #dcfce7; color: #16a34a; }
.ggs-hs-trust { overflow-x: auto; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; background: #fff; }
.ggs-hs-trust__inner { display: flex; width: max-content; min-width: min(100%, 900px); margin-inline: auto; padding: 18px 16px; justify-content: center; }
.ggs-hs-trust__inner span { padding: 0 27px; color: var(--hs-slate-500); font-size: 12px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.ggs-hs-trust__inner span + span { border-left: 1px solid #e5e7eb; }
.ggs-hs-trust__inner .is-primary { display: inline-flex; align-items: center; gap: 8px; color: #1d4ed8; text-transform: uppercase; }
.ggs-hs-section { padding: 96px 0; }
.ggs-hs-section--muted { background: #f8fafc; }
.ggs-hs-section--values,
.ggs-hs-section--faq { background: #fff; }
.ggs-hs-section-heading { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.ggs-hs-section-heading > span,
.ggs-hs-kicker { display: block; margin-bottom: 12px; color: var(--hs-blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ggs-hs-section-heading h2,
.ggs-hs-real-grid h2 { color: var(--hs-slate-950) !important; font-size: clamp(32px, 4vw, 46px); font-weight: 900; letter-spacing: -.045em; line-height: 1.1; }
.ggs-hs-section-heading p { margin-top: 15px; color: var(--hs-slate-500) !important; font-size: 18px; font-weight: 600; }
.ggs-hs-compare-grid { display: grid; max-width: 930px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; align-items: start; }
.ggs-hs-compare-card { padding: 31px; border: 1px solid #e5e7eb; border-radius: 28px; background: #fff; box-shadow: 0 12px 27px -23px rgba(15, 23, 42, .4); }
.ggs-hs-compare-card--plan { border: 2px solid var(--hs-blue); box-shadow: 0 24px 48px -27px rgba(30, 64, 175, .45); transform: translateY(-16px); }
.ggs-hs-compare-card h3 { padding-bottom: 17px; border-bottom: 1px solid #f1f5f9; color: #9ca3af !important; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ggs-hs-compare-card--plan h3 { border-color: #dbeafe; color: var(--hs-blue) !important; }
.ggs-hs-compare-row { display: flex; padding: 15px 0; align-items: center; gap: 14px; border-bottom: 1px solid #f8fafc; }
.ggs-hs-compare-row > span { display: grid; width: 32px; height: 32px; place-items: center; flex: 0 0 32px; border-radius: 50%; background: #f1f5f9; color: #94a3b8; font-size: 12px; }
.ggs-hs-compare-card--plan .ggs-hs-compare-row > span { background: var(--hs-blue); color: #fff; }
.ggs-hs-compare-row div { display: flex; min-width: 0; flex-direction: column; }
.ggs-hs-compare-row small { color: #94a3b8; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ggs-hs-compare-row strong { margin-top: 3px; color: var(--hs-slate-700); font-size: 14px; font-weight: 800; }
.ggs-hs-compare-card--plan .ggs-hs-compare-row strong { color: var(--hs-slate-950); }
.ggs-hs-compare-card .ggs-hs-button { width: 100%; margin-top: 21px; }
.ggs-hs-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.ggs-hs-value-grid article { min-height: 240px; padding: 27px; border: 1px solid #e5e7eb; border-radius: 25px; background: #fff; box-shadow: 0 12px 25px -25px rgba(15, 23, 42, .52); transition: transform .2s ease, box-shadow .2s ease; }
.ggs-hs-value-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 35px -24px rgba(15, 23, 42, .45); }
.ggs-hs-value-icon { display: grid; width: 48px; height: 48px; margin-bottom: 23px; place-items: center; border-radius: 12px; background: var(--hs-blue); color: #fff; font-size: 20px; }
.ggs-hs-value-icon--1 { background: #facc15; color: var(--hs-blue-dark); }
.ggs-hs-value-grid h3 { color: var(--hs-slate-950) !important; font-size: 17px; font-weight: 900; }
.ggs-hs-value-grid p { margin-top: 10px; color: var(--hs-slate-500) !important; font-size: 13px; font-weight: 600; line-height: 1.75; }
.ggs-hs-section--real { border-top: 1px solid #e5e7eb; background: #f8fafc; }
.ggs-hs-real-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; align-items: center; }
.ggs-hs-real-grid h2 { max-width: 540px; }
.ggs-hs-real-grid > div:first-child > p { max-width: 580px; margin-top: 18px; color: var(--hs-slate-600) !important; font-size: 18px; font-weight: 600; line-height: 1.7; }
.ggs-hs-real-grid ul { display: grid; margin: 28px 0 32px; padding: 0; gap: 13px; list-style: none; }
.ggs-hs-real-grid li { display: flex; align-items: center; gap: 10px; color: var(--hs-slate-700); font-size: 14px; font-weight: 800; }
.ggs-hs-real-grid li span { display: grid; width: 24px; height: 24px; place-items: center; flex: 0 0 24px; border-radius: 50%; background: #dbeafe; color: var(--hs-blue); font-size: 11px; }
.ggs-hs-real-grid > div:last-child img { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 28px; object-fit: cover; box-shadow: 0 24px 46px -26px rgba(15, 23, 42, .5); }
.ggs-hs-faq-list { display: grid; gap: 12px; }
.ggs-hs-faq-list article { overflow: hidden; border: 1px solid #f1f5f9; border-radius: 16px; background: #f8fafc; transition: border-color .2s ease, background .2s ease; }
.ggs-hs-faq-list article.is-open { border-color: #bfdbfe; background: #eff6ff; }
.ggs-hs-faq-list h3 { margin: 0; }
.ggs-hs-faq-toggle { display: flex; width: 100%; min-height: 68px; padding: 17px 22px; align-items: center; justify-content: space-between; gap: 18px; border: 0; background: transparent; color: var(--hs-slate-950); text-align: left; font-size: 15px; font-weight: 900; cursor: pointer; }
.ggs-hs-faq-toggle i { display: grid; width: 32px; height: 32px; place-items: center; flex: 0 0 32px; border-radius: 50%; background: #fff; color: #94a3b8; transition: transform .2s ease, color .2s ease; }
.ggs-hs-faq-list article.is-open .ggs-hs-faq-toggle i { color: var(--hs-blue); transform: rotate(180deg); }
.ggs-hs-faq-panel { padding: 0 22px 22px; }
.ggs-hs-faq-panel p { padding-top: 16px; border-top: 1px solid rgba(191, 219, 254, .75); color: var(--hs-slate-600) !important; font-size: 14px; font-weight: 600; line-height: 1.75; }

/* FAQ owns its typography and controls; do not inherit theme content/button rules. */
.ggs-hs-landing .ggs-hs-section--faq { margin: 0 !important; background: #fff !important; }
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-section-heading { margin: 0 auto 55px !important; }
.ggs-hs-landing .ggs-hs-section--faq h2 {
    margin: 0 !important;
    color: var(--hs-slate-950) !important;
    font-size: clamp(32px, 4vw, 46px) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-list { margin: 0 !important; padding: 0 !important; }
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-list article { margin: 0 !important; padding: 0 !important; background: #f8fafc !important; }
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-list h3 { margin: 0 !important; padding: 0 !important; }
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-toggle,
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-toggle:hover,
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-toggle:focus {
    margin: 0 !important;
    padding: 17px 22px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--hs-slate-950) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
    box-shadow: none !important;
}
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-panel,
.ggs-hs-landing .ggs-hs-section--faq .ggs-hs-faq-panel p { margin: 0 !important; }
.ggs-hs-final { padding: 96px 0; background: #fff; }
.ggs-hs-final__inner { position: relative; overflow: hidden; padding: 65px 24px; border-radius: 42px; background: linear-gradient(135deg, #1e3a8a, #1e40af); color: #fff; box-shadow: 0 25px 55px -30px rgba(30, 64, 175, .75); text-align: center; }
.ggs-hs-final__inner::after { position: absolute; width: 400px; height: 400px; top: -220px; right: -70px; border-radius: 50%; background: rgba(96, 165, 250, .18); content: ""; filter: blur(48px); }
.ggs-hs-final__inner > * { position: relative; z-index: 1; }
.ggs-hs-final h2 { color: #fff !important; font-size: clamp(32px, 5vw, 56px); font-weight: 900; letter-spacing: -.045em; line-height: 1.1; }
.ggs-hs-final p { max-width: 680px; margin: 18px auto 30px; color: #bfdbfe !important; font-size: 18px; font-weight: 600; }
.ggs-hs-sticky-cta { display: none; }

@media (max-width: 1020px) {
    .ggs-hs-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); gap: 42px; }
    .ggs-hs-hero h1 { font-size: 52px; }
    .ggs-hs-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ggs-hs-real-grid { gap: 40px; }
}
@media (max-width: 780px) {
    .ggs-hs-hero { padding: 55px 0 70px; }
    .ggs-hs-hero__grid,
    .ggs-hs-real-grid { grid-template-columns: 1fr; }
    .ggs-hs-hero__content { text-align: center; }
    .ggs-hs-eyebrow,
    .ggs-hs-hero__description { margin-inline: auto; }
    .ggs-hs-hero__description { font-size: 16px; }
    .ggs-hs-stats { justify-content: center; text-align: left; }
    .ggs-hs-quote-form { max-width: 560px; margin-inline: auto; text-align: left; }
    .ggs-hs-hero__visual { width: min(100%, 570px); margin-inline: auto; }
    .ggs-hs-compare-grid { grid-template-columns: 1fr; }
    .ggs-hs-compare-card--plan { transform: none; }
    .ggs-hs-section { padding: 72px 0; }
    .ggs-hs-real-grid > div:last-child { order: -1; }
}
@media (max-width: 560px) {
    .ggs-hs-container,
    .ggs-hs-container--narrow { width: min(100% - 24px, 560px); }
    .ggs-hs-announcement { font-size: 11px; }
    .ggs-hs-hero h1 { font-size: 40px; }
    .ggs-hs-stats { gap: 16px; }
    .ggs-hs-stats strong { font-size: 19px; }
    .ggs-hs-stats span { font-size: 9px; }
    .ggs-hs-quote-form { flex-direction: column; align-items: stretch; }
    .ggs-hs-quote-form .ggs-hs-button { width: 100%; }
    .ggs-hs-hero__image { border-radius: 31px; }
    .ggs-hs-hero__image > img { border-radius: 24px; }
    .ggs-hs-float { max-width: calc(100% + 12px); padding: 9px 11px; font-size: 10px; }
    .ggs-hs-float span { width: 27px; height: 27px; flex-basis: 27px; }
    .ggs-hs-float--network { right: -6px; }
    .ggs-hs-float--telehealth { bottom: 35px; left: -6px; }
    .ggs-hs-trust__inner { justify-content: flex-start; }
    .ggs-hs-trust__inner span { padding-inline: 15px; font-size: 10px; }
    .ggs-hs-section-heading { margin-bottom: 36px; }
    .ggs-hs-section-heading h2,
    .ggs-hs-real-grid h2 { font-size: 32px; }
    .ggs-hs-section-heading p,
    .ggs-hs-real-grid > div:first-child > p { font-size: 16px; }
    .ggs-hs-value-grid { grid-template-columns: 1fr; }
    .ggs-hs-compare-card { padding: 23px; border-radius: 22px; }
    .ggs-hs-final { padding: 72px 0; }
    .ggs-hs-final__inner { padding: 47px 20px; border-radius: 28px; }
    .ggs-hs-final p { font-size: 16px; }
    .ggs-hs-sticky-cta { position: fixed; z-index: 9990; right: 0; bottom: 0; left: 0; display: block; padding: 12px; border-top: 1px solid #e5e7eb; background: rgba(255, 255, 255, .96); box-shadow: 0 -8px 24px rgba(15, 23, 42, .08); opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity .25s ease, transform .25s ease; }
    .ggs-hs-sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .ggs-hs-sticky-cta .ggs-hs-button { width: 100%; }
}

/* IMG high-school application: compact version of the existing F1 card flow. */
.ggs-img-application {
    --img-navy: #142b5f;
    --img-blue: #2563eb;
    --img-blue-dark: #1d4ed8;
    --img-slate: #475569;
    --img-border: #dfe6f0;
    box-sizing: border-box;
    width: 100%;
    background: #f5f7fb;
    color: #172033;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}
.ggs-img-application *,
.ggs-img-application *::before,
.ggs-img-application *::after { box-sizing: border-box; }
.ggs-img-application h1,
.ggs-img-application h2,
.ggs-img-application p,
.ggs-img-application dl,
.ggs-img-application dd { margin: 0; }
.ggs-img-shell { min-height: 760px; padding: 42px 0 90px; }
.ggs-img-container { width: min(100% - 40px, 1180px); margin-inline: auto; }
.ggs-img-back { display: inline-flex; margin-bottom: 29px; align-items: center; gap: 9px; color: #52647e !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.ggs-img-back:hover { color: var(--img-blue) !important; }
.ggs-img-hero { max-width: 780px; margin-bottom: 36px; }
.ggs-img-hero > span { color: var(--img-blue); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ggs-img-hero h1 { margin-top: 10px !important; color: var(--img-navy) !important; font-size: clamp(34px, 4.5vw, 50px); font-weight: 900; letter-spacing: -.045em; line-height: 1.08; }
.ggs-img-hero p { max-width: 720px; margin-top: 14px; color: var(--img-slate) !important; font-size: 17px; font-weight: 550; line-height: 1.7; }
.ggs-img-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.ggs-img-form { display: grid; min-width: 0; gap: 16px; }
.ggs-img-step { overflow: hidden; border: 1px solid var(--img-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(15, 37, 70, .045); transition: border-color .2s ease, box-shadow .2s ease; scroll-margin-top: 26px; }
.ggs-img-step.is-open { border-color: #b8cdfc; box-shadow: 0 13px 32px rgba(37, 99, 235, .1); }
.ggs-img-step.is-locked { background: #f8fafc; opacity: .72; }
.ggs-img-step__header,
.ggs-img-step__header:hover,
.ggs-img-step__header:focus { display: flex; width: 100%; min-height: 82px; padding: 17px 21px; align-items: center; gap: 15px; border: 0; background: transparent !important; color: #172033 !important; box-shadow: none !important; text-align: left; cursor: pointer; }
.ggs-img-step__header:disabled { cursor: not-allowed; }
.ggs-img-step__number { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 42px; border-radius: 50%; background: #e8eef8; color: #536783; font-size: 15px; font-style: normal; font-weight: 900; transition: background .2s ease, color .2s ease; }
.ggs-img-step.is-current .ggs-img-step__number { background: var(--img-blue); color: #fff; }
.ggs-img-step.is-complete .ggs-img-step__number { background: #dcfce7; color: #15803d; font-size: 0; }
.ggs-img-step.is-complete .ggs-img-step__number::after { font-family: "Font Awesome 5 Free"; font-size: 15px; font-weight: 900; content: "\f00c"; }
.ggs-img-step__header > span:nth-child(2) { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.ggs-img-step__header strong { color: var(--img-navy); font-size: 17px; font-weight: 900; }
.ggs-img-step__header small { margin-top: 3px; overflow: hidden; color: #728198; font-size: 12px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.ggs-img-step__header em { color: var(--img-blue); font-size: 12px; font-style: normal; font-weight: 850; opacity: 0; text-transform: uppercase; }
.ggs-img-step.is-complete:not(.is-open) .ggs-img-step__header em { opacity: 1; }
.ggs-img-step__panel { padding: 5px 24px 27px 81px; border-top: 1px solid #edf1f7; }
.ggs-img-fields { display: grid; gap: 18px; }
.ggs-img-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ggs-img-fields--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ggs-img-fields label { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.ggs-img-fields label > span { color: #44536a; font-size: 12px; font-weight: 850; }
.ggs-img-fields input,
.ggs-img-fields select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #cfd8e5; border-radius: 9px; outline: 0; background: #fff; color: #172033; font: inherit; font-size: 14px; font-weight: 650; transition: border-color .15s ease, box-shadow .15s ease; }
.ggs-img-fields input:focus,
.ggs-img-fields select:focus { border-color: var(--img-blue); box-shadow: 0 0 0 3px rgba(37, 99, 235, .13); }
.ggs-img-fields input[readonly] { background: #f1f5f9; color: #52647e; }
.ggs-img-field--wide { grid-column: 1 / -1; }
.ggs-img-address,
.ggs-img-eligibility { min-width: 0; margin: 24px 0 0; padding: 20px; border: 1px solid #e3e9f2; border-radius: 12px; background: #f9fbfd; }
.ggs-img-address legend,
.ggs-img-eligibility legend { padding: 0 8px; color: var(--img-navy); font-size: 14px; font-weight: 900; }
.ggs-img-question { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; padding: 13px 0; align-items: center; gap: 18px; border-bottom: 1px solid #e7edf5; }
.ggs-img-question:last-child { border-bottom: 0; }
.ggs-img-question > span { color: #384861; font-size: 13px; font-weight: 700; }
.ggs-img-question label { display: inline-flex; align-items: center; gap: 6px; color: #53627a; font-size: 13px; font-weight: 800; cursor: pointer; }
.ggs-img-question input { width: 17px; height: 17px; accent-color: var(--img-blue); }
.ggs-img-check { display: flex; margin-top: 22px; align-items: flex-start; gap: 11px; color: #40516a; font-size: 13px; font-weight: 700; line-height: 1.55; cursor: pointer; }
.ggs-img-check input { width: 18px; height: 18px; margin-top: 1px; flex: 0 0 18px; accent-color: var(--img-blue); }
.ggs-img-step__actions { display: flex; margin-top: 24px; align-items: center; justify-content: flex-end; gap: 16px; }
.ggs-img-step__error { margin: 0 !important; color: #b42318 !important; font-size: 12px; font-weight: 800; line-height: 1.5; }
.ggs-img-step__error[hidden] { display: none; }
.ggs-img-field__error { margin: 0 !important; color: #b42318 !important; font-size: 11px; font-weight: 800; line-height: 1.45; }
.ggs-img-field__error[hidden] { display: none; }
.ggs-img-fields input[aria-invalid="true"],
.ggs-img-fields select[aria-invalid="true"] { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220, 38, 38, .12); }
.ggs-img-button { display: inline-flex; min-height: 48px; padding: 12px 23px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 9px; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.ggs-img-button:hover:not(:disabled) { transform: translateY(-1px); }
.ggs-img-button:disabled { opacity: .62; cursor: wait; }
.ggs-img-button--primary { background: var(--img-navy) !important; color: #fff !important; box-shadow: 0 9px 22px -14px rgba(20, 43, 95, .75); }
.ggs-img-button--primary:hover:not(:disabled) { background: #0f2554 !important; }
.ggs-img-button--quote { background: var(--img-blue) !important; color: #fff !important; box-shadow: 0 10px 24px -14px rgba(37, 99, 235, .9); }
.ggs-img-button--quote:hover:not(:disabled) { background: var(--img-blue-dark) !important; }
.ggs-img-button--purchase { min-width: 190px; background: #138a50 !important; color: #fff !important; box-shadow: 0 10px 24px -14px rgba(19, 138, 80, .9); }
.ggs-img-button--purchase:hover:not(:disabled) { background: #0f7543 !important; }
.ggs-img-button.is-loading i { animation: ggs-img-pulse 1s ease-in-out infinite; }
@keyframes ggs-img-pulse { 50% { opacity: .35; transform: translateX(3px); } }
.ggs-img-payment-total { display: flex; margin-bottom: 23px; padding: 18px 20px; align-items: baseline; gap: 12px; border: 1px solid #bfdbfe; border-radius: 12px; background: #eff6ff; }
.ggs-img-payment-total span { color: #465a76; font-size: 13px; font-weight: 800; }
.ggs-img-payment-total strong { margin-left: auto; color: var(--img-navy); font-size: 25px; font-weight: 950; }
.ggs-img-payment-total small { color: #64748b; font-size: 10px; font-weight: 700; }
.ggs-img-secure { display: flex; margin-top: 19px !important; align-items: flex-start; gap: 9px; color: #5b6b80 !important; font-size: 12px; font-weight: 650; line-height: 1.6; }
.ggs-img-secure i { margin-top: 3px; color: #138a50; }
.ggs-img-summary { position: sticky; top: 25px; overflow: hidden; border: 1px solid #dce4ef; border-radius: 16px; background: #fff; box-shadow: 0 13px 34px rgba(15, 37, 70, .07); }
.ggs-img-summary header { display: flex; padding: 22px; align-items: center; gap: 13px; background: var(--img-navy); color: #fff; }
.ggs-img-summary header > span { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 42px; border-radius: 11px; background: rgba(255, 255, 255, .12); font-size: 18px; }
.ggs-img-summary header small { display: block; color: #bcd2ff; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.ggs-img-summary h2 { margin-top: 2px !important; color: #fff !important; font-size: 18px; font-weight: 900; }
.ggs-img-summary dl { padding: 7px 22px; }
.ggs-img-summary dl > div { display: grid; padding: 16px 0; gap: 5px; border-bottom: 1px solid #edf1f6; }
.ggs-img-summary dl > div:last-child { border-bottom: 0; }
.ggs-img-summary dt { color: #7a899d; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ggs-img-summary dd { color: #26364e; font-size: 14px; font-weight: 850; overflow-wrap: anywhere; }
.ggs-img-summary__premium dd { color: var(--img-blue); font-size: 21px; font-weight: 950; }
.ggs-img-status { display: inline-flex; width: fit-content; padding: 6px 9px; border-radius: 999px; background: #eef2f7; color: #5b6b80; font-size: 11px; font-weight: 900; }
.ggs-img-status.is-quoted { background: #dbeafe; color: #1d4ed8; }
.ggs-img-status.is-processing { background: #fef3c7; color: #a16207; }
.ggs-img-status.is-completed { background: #dcfce7; color: #15803d; }
.ggs-img-status.is-failed,
.ggs-img-status.is-unknown { background: #fee2e2; color: #b91c1c; }
.ggs-img-summary > p { display: flex; margin: 0 22px 22px !important; padding: 13px; align-items: flex-start; gap: 8px; border-radius: 9px; background: #f7f9fc; color: #64748b !important; font-size: 11px; font-weight: 650; line-height: 1.55; }
.ggs-img-summary > p i { margin-top: 2px; color: var(--img-blue); }
.ggs-img-alert,
.ggs-img-success { margin-bottom: 22px; padding: 15px 18px; border: 1px solid #fecaca; border-radius: 11px; outline: 0; background: #fff1f2; color: #9f1239; font-size: 13px; font-weight: 750; line-height: 1.6; }
.ggs-img-alert.is-warning { border-color: #fde68a; background: #fffbeb; color: #92400e; }
.ggs-img-success { border-color: #bbf7d0; background: #f0fdf4; color: #166534; }

@media (max-width: 960px) {
    .ggs-img-layout { grid-template-columns: 1fr; }
    .ggs-img-summary { position: static; order: -1; }
    .ggs-img-summary dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
}
@media (max-width: 700px) {
    .ggs-img-shell { padding: 28px 0 70px; }
    .ggs-img-container { width: min(100% - 24px, 640px); }
    .ggs-img-hero { margin-bottom: 27px; }
    .ggs-img-hero p { font-size: 15px; }
    .ggs-img-step__header { min-height: 76px; padding: 15px; }
    .ggs-img-step__number { width: 38px; height: 38px; flex-basis: 38px; }
    .ggs-img-step__header strong { font-size: 15px; }
    .ggs-img-step__header em { display: none; }
    .ggs-img-step__panel { padding: 20px 16px 23px; }
    .ggs-img-fields--two,
    .ggs-img-fields--three { grid-template-columns: 1fr; }
    .ggs-img-question { grid-template-columns: 1fr auto auto; gap: 12px; }
    .ggs-img-question > span { grid-column: 1 / -1; }
    .ggs-img-step__actions,
    .ggs-img-button { width: 100%; }
    .ggs-img-step__actions { flex-direction: column; align-items: stretch; }
    .ggs-img-step__error { width: 100%; }
    .ggs-img-payment-total { align-items: flex-start; flex-wrap: wrap; }
    .ggs-img-payment-total strong { margin-left: 0; }
    .ggs-img-payment-total small { width: 100%; }
    .ggs-img-summary dl { grid-template-columns: 1fr; }
}
