/* ══════════════════════════════════════════════════════════════════════
   gs-home.css — "home-inspired" layer for gold service pages (.gs.gs-home)
   23 Sep 2026 · PREVIEW: loaded by _gold.php only when ?preview=home.

   What it changes, and nothing else:
   · Hero  → ivory canvas + brand aurora + dot grid (home hero v7 language),
             credential tick-line under the grid (home .hx-cred).
   · Trust strip → 44px navy ticker (home .nx-tick) scrolling the page's
             own facts / due dates.
   · "At a glance" → slanted navy panel + fact cards (home #services .nx-key).
   · Section colour is keyed by CHAPTER (id list), not nth-of-type, so a
     missing optional section can never shift every colour below it.
     Three light tones: ivory A · warm W · champagne C. Navy only at three
     anchors: ticker · #why · final CTA. Never two navy blocks adjacent.
   · #why → navy benefits band (home #why.nx-navy .nx-ben).
   · Final CTA → copy-left / stacked-buttons-right grid (home #cta).
   Everything is scoped to .gs.gs-home so the default page is untouched.
   ══════════════════════════════════════════════════════════════════════ */

.gs.gs-home{
  --gsh-ivory:#FBFAF7; --gsh-warm:#F7F3EA; --gsh-champ:#F4EEE0;
  --gsh-gold:#E9B455; --gsh-line:#E7E1D6;
  background:var(--gsh-ivory);          /* gutter behind the bands = hero canvas */
}
.gs.gs-home [hidden]{display:none!important}   /* gs-home.js hides the originals it rebuilds; a display:flex/grid rule must not resurrect them */

/* ═══ 1 · HERO — ivory + aurora + dots ═══ */
.gs.gs-home .gs-hero{background:var(--gsh-ivory);border-bottom:1px solid var(--gsh-line);isolation:isolate}
.gs.gs-home .gs-hero::after{display:none}   /* old cool-mist constellation off */
.gs.gs-home .gs-hx-bg{position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(52% 46% at 12% 18%, rgba(227,25,55,.11) 0%, rgba(227,25,55,0) 62%),
    radial-gradient(44% 40% at 88% 12%, rgba(10,19,43,.09) 0%, rgba(10,19,43,0) 60%),
    radial-gradient(36% 34% at 78% 92%, rgba(19,136,8,.07) 0%, rgba(19,136,8,0) 62%),
    radial-gradient(30% 30% at 22% 96%, rgba(255,153,51,.08) 0%, rgba(255,153,51,0) 60%)}
.gs.gs-home .gs-hx-dots{position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:radial-gradient(rgba(10,19,43,.13) 1px,transparent 1.2px);background-size:22px 22px;
  -webkit-mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,transparent 75%);
          mask-image:radial-gradient(70% 70% at 50% 40%,#000 20%,transparent 75%)}
.tc-ready .gs.gs-home .gs-hx-bg{animation:gshDrift 26s ease-in-out infinite alternate}
@keyframes gshDrift{from{transform:translate3d(-1.5%,0,0) scale(1.02)}to{transform:translate3d(1.5%,1%,0) scale(1.04)}}
.gs.gs-home .gs-hero-grid{padding-bottom:40px}
.gs.gs-home .gs-hero h1{font-weight:500;letter-spacing:-.022em}
.gs.gs-home .gs-pill{background:rgba(255,255,255,.8)}

/* ═══ 1b · COMPACT HERO (v2.8, owner: "form zyada lamba hai") ═══
   Same five fields, laid out two-up: Name | Mobile · Email | City · How soon
   (full width). Title and the live badge share one row. Hero padding tightened
   so the copy and the card sit at the same height. */
.gs.gs-home .gs-hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,470px);gap:clamp(32px,4vw,64px);padding:8px 0 30px;align-items:center;max-width:1400px}
.gs.gs-home .gs-hero h1{font-size:clamp(30px,3.7vw,46px);margin-bottom:14px}
.gs.gs-home .gs-hero-sub{margin-bottom:20px;font-size:17px}
.gs.gs-home .gs-pills{margin-bottom:22px;gap:8px}
.gs.gs-home .gs-hero .gs-eyebrow{margin-bottom:12px}
.gs.gs-home .gs-hero .sp-form{padding:20px 22px 18px;border-radius:20px}
.gs.gs-home .gs-hero .sp-form h2{text-align:left;font-size:18px!important;margin:0}
.gs.gs-home .gs-hero .sp-form-sub{text-align:left;margin:2px 0 0;font-size:12px}
.gs.gs-home .gs-hero .sp-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.gs.gs-home .gs-hero .sp-form-badge{margin:0;flex-shrink:0;padding:5px 10px;font-size:9.5px}
.gs.gs-home .gs-hero .lead-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}
.gs.gs-home .gs-hero .sp-fg{margin:0;min-width:0}
.gs.gs-home .gs-hero .sp-fg:has(select[name="timeline"]){grid-column:1/-1}
.gs.gs-home .gs-hero .sp-fg label{margin-bottom:4px;font-size:9.5px}
.gs.gs-home .gs-hero .sp-fg input,.gs.gs-home .gs-hero .sp-fg select{padding:10px 12px;font-size:14px;border-radius:9px}
.gs.gs-home .gs-hero .gs-consent{grid-column:1/-1;margin:2px 0 0;font-size:11.5px}
.gs.gs-home .gs-hero .sp-fbtn{grid-column:1/-1;padding:13px;font-size:14.5px;margin-top:2px}
.gs.gs-home .gs-hero .sp-fnote{grid-column:1/-1;margin-top:2px;font-size:11px!important}
.gs.gs-home .gs-hero .sp-for{margin:10px 0 8px}
/* small phones: the badge squeezed the title to a one-word-per-line column, and two-up fields were ~100px wide */
@media(max-width:480px){
  .gs.gs-home .gs-hero .sp-form-head{flex-direction:column;align-items:flex-start;gap:8px}
  .gs.gs-home .gs-hero .sp-form{padding:18px 16px 16px}
}
@media(max-width:400px){.gs.gs-home .gs-hero .lead-form{grid-template-columns:minmax(0,1fr)}}
.gs.gs-home .gs-hero{padding:26px 0 10px}
/* cred line on ONE row: label inline at the left, items a touch smaller */
.gs.gs-home .gs-cred{justify-content:flex-start;gap:8px 18px;padding-top:16px;padding-bottom:22px}
.gs.gs-home .gs-cred-t{flex-basis:auto;text-align:left;margin-right:8px}
.gs.gs-home .gs-cred-i{font-size:13px}
@media(max-width:1024px){.gs.gs-home .gs-hero-grid{grid-template-columns:1fr;padding-bottom:26px}.gs.gs-home .gs-cred-t{flex-basis:100%}}
@media(max-width:640px){.gs.gs-home .gs-hero .lead-form{grid-template-columns:1fr}.gs.gs-home .gs-hero .sp-fg:has(select[name="timeline"]){grid-column:auto}}

/* credential tick-line (home .hx-cred) */
.gs.gs-home .gs-cred{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:12px 24px;padding-top:22px;padding-bottom:30px;border-top:1px solid var(--gsh-line)}
.gs.gs-home .gs-cred-t{flex-basis:100%;text-align:center;font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--slate)}
.gs.gs-home .gs-cred-i{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--ink)}
.gs.gs-home .gs-cred-i i{width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.gs.gs-home .gs-cred-i i svg{width:12px;height:12px}
@media(max-width:640px){.gs.gs-home .gs-cred{justify-content:flex-start;gap:10px 16px}.gs.gs-home .gs-cred-t{text-align:left}.gs.gs-home .gs-cred-i{font-size:12.5px}}

/* ═══ 2 · NAVY TICKER (replaces the trust band) ═══ */
.gs.gs-home .gs-tick{display:flex;align-items:stretch;height:44px;background:#0A132B;color:#fff;overflow:hidden;position:relative;z-index:3}
.gs.gs-home .gs-tick::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--saffron),#fff,var(--green))}
.gs.gs-home .gs-tick-lbl{display:flex;align-items:center;padding:0 18px;background:#16233F;font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:rgba(255,255,255,.8);white-space:nowrap;flex-shrink:0}
.gs.gs-home .gs-tick-mq{flex:1;min-width:0;overflow:hidden;display:flex;align-items:center;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 94%,transparent)}
.gs.gs-home .gs-tick-track{display:flex;width:max-content;animation:gshTick 60s linear infinite}
.gs.gs-home .gs-tick:hover .gs-tick-track{animation-play-state:paused}
@keyframes gshTick{to{transform:translateX(-50%)}}
/* margin-right, never gap — with gap the -50% loop jumps */
.gs.gs-home .gs-tick-i{display:inline-flex;align-items:center;gap:10px;margin-right:48px;font-size:13.5px;white-space:nowrap;color:rgba(255,255,255,.92)}
.gs.gs-home .gs-tick-i b{font-family:var(--mono);font-size:12px;font-weight:700;color:var(--gsh-gold);letter-spacing:.5px}
/* (the gold "Talk to an expert" tab at the ticker's end was removed 23 Sep on the owner's word — the hero and the at-a-glance panel already carry the CTA) */
@media(prefers-reduced-motion:reduce){.gs.gs-home .gs-tick-track{animation:none}.gs.gs-home .gs-tick-mq{overflow-x:auto}}
@media(max-width:640px){.gs.gs-home .gs-tick-lbl{display:none}.gs.gs-home .gs-tick-i{font-size:12.5px;margin-right:32px}}

/* ═══ 3 · CHAPTER BANDS (id-keyed, not nth-of-type) ═══
   The base rule `.gs-wrap>.gs-sec:not(.gs-cta-sec)` sets --band; these
   selectors are (0,3,1)+ so they win without !important. */
.gs.gs-home .gs-wrap>.gs-sec{--astro:none}                 /* side starfield rails off — home has none */
.gs.gs-home .gs-wrap>.gs-sec:not(.gs-cta-sec){--band:var(--gsh-ivory);background-image:none}
/* W · key block + local jurisdiction (the "explore" step, like home #services) */
.gs.gs-home .gs-wrap>.gs-sec:not([id]),
.gs.gs-home .gs-wrap>#local,
.gs.gs-home .gs-wrap>#facts{--band:var(--gsh-warm)}
/* A · Understand */
.gs.gs-home .gs-wrap>#what-is,.gs.gs-home .gs-wrap>#who,.gs.gs-home .gs-wrap>#right-for-you,.gs.gs-home .gs-wrap>#types{--band:var(--gsh-ivory)}
/* W · Get it done */
.gs.gs-home .gs-wrap>#pricing,.gs.gs-home .gs-wrap>#packages,.gs.gs-home .gs-wrap>#benefits,.gs.gs-home .gs-wrap>#eligibility,
.gs.gs-home .gs-wrap>#we-handle,.gs.gs-home .gs-wrap>#deliverables,.gs.gs-home .gs-wrap>#documents,.gs.gs-home .gs-wrap>#process,
.gs.gs-home .gs-wrap>#timeline,.gs.gs-home .gs-wrap>#key-dates{--band:var(--gsh-warm)}
/* C · Afterwards */
.gs.gs-home .gs-wrap>#diy,.gs.gs-home .gs-wrap>#mistakes,.gs.gs-home .gs-wrap>#rejection,.gs.gs-home .gs-wrap>#after,
.gs.gs-home .gs-wrap>#ongoing,.gs.gs-home .gs-wrap>#penalty,.gs.gs-home .gs-wrap>#updates{--band:var(--gsh-champ)}
/* A · Proof */
.gs.gs-home .gs-wrap>#use-cases,.gs.gs-home .gs-wrap>#case-study,.gs.gs-home .gs-wrap>#why-us,.gs.gs-home .gs-wrap>#security{--band:var(--gsh-ivory)}
html[data-theme="light"] .gs.gs-home #reviews:not(#_tcns_a):not(#_tcns_b):not(#_tcns_c){background-color:var(--gsh-ivory)!important;background-image:none!important}
/* W · Answers + resources */
html[data-theme="light"] .gs.gs-home #faq:not(#_tcns_a):not(#_tcns_b):not(#_tcns_c){background-color:var(--gsh-warm)!important;background-image:none!important}
.gs.gs-home .gs-wrap>#sources,.gs.gs-home .gs-wrap>#related,.gs.gs-home .gs-wrap>#guides,.gs.gs-home .gs-wrap>#downloads{--band:var(--gsh-warm)}
/* --band on #reviews/#faq too, so the chapter-start script sees the real colour */
.gs.gs-home .gs-wrap>#reviews{--band:var(--gsh-ivory)}
.gs.gs-home .gs-wrap>#faq{--band:var(--gsh-warm)}
.gs.gs-home .gs-wrap>#after-desk{--band:var(--gsh-champ)}
.gs.gs-home .gs-wrap>#cities{--band:var(--gsh-warm)}
.gs.gs-home .gs-sec{padding-block:52px}   /* padding-block only — the base rule's side padding IS the full-bleed gutter */

/* ═══ 3b · CHAPTER OPENERS — the rhythm made visible ═══ */
.gs.gs-home .gs-ch{display:flex;align-items:center;gap:16px;margin:-8px 0 30px}
.gs.gs-home .gs-ch-n{font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--red-ink);white-space:nowrap}
.gs.gs-home .gs-ch-t{font-family:var(--serif);font-style:italic;font-size:19px;color:var(--ink);white-space:nowrap}
.gs.gs-home .gs-ch-line{flex:1;height:1px;background:linear-gradient(90deg,var(--gold-ink),transparent)}

/* ═══ 3c · HEADING VOICE — home's italic accent, and alignment that changes by chapter ═══ */
.gs.gs-home .gs-sec-head h2 em{font-style:italic;color:var(--red-ink)}
.gs.gs-home .gs-navy .gs-sec-head h2 em{color:var(--gsh-gold)}
/* chapters 01 and 03 read left-aligned with the lead on the right (editorial split);
   02 · 04 · 05 stay centred — the eye gets a change of pace every chapter */
.gs.gs-home #what-is .gs-sec-head,.gs.gs-home #who .gs-sec-head,.gs.gs-home #right-for-you .gs-sec-head,.gs.gs-home #types .gs-sec-head,
.gs.gs-home #diy .gs-sec-head,.gs.gs-home #after-desk .gs-sec-head{text-align:left;margin-bottom:34px}
.gs.gs-home #what-is .gs-sec-head .gs-sh-l,.gs.gs-home #who .gs-sec-head .gs-sh-l,.gs.gs-home #right-for-you .gs-sec-head .gs-sh-l,.gs.gs-home #types .gs-sec-head .gs-sh-l,
.gs.gs-home #diy .gs-sec-head .gs-sh-l,.gs.gs-home #after-desk .gs-sec-head .gs-sh-l{margin-left:0;max-width:640px}
.gs.gs-home #what-is .gs-sec-head.has-lead,.gs.gs-home #who .gs-sec-head.has-lead,.gs.gs-home #types .gs-sec-head.has-lead{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px 56px;align-items:end}
.gs.gs-home #what-is .gs-sec-head.has-lead .gs-lead,.gs.gs-home #who .gs-sec-head.has-lead .gs-lead,.gs.gs-home #types .gs-sec-head.has-lead .gs-lead{
  margin:0 0 6px;max-width:none;padding-left:24px;border-left:2px solid var(--gold-ink)}
@media(max-width:960px){.gs.gs-home #what-is .gs-sec-head.has-lead,.gs.gs-home #who .gs-sec-head.has-lead,.gs.gs-home #types .gs-sec-head.has-lead{grid-template-columns:1fr}
  .gs.gs-home #what-is .gs-sec-head.has-lead .gs-lead,.gs.gs-home #who .gs-sec-head.has-lead .gs-lead,.gs.gs-home #types .gs-sec-head.has-lead .gs-lead{padding-left:0;border-left:0}}

/* ═══ 3h · WHAT IS — one definition ledger + the scene panel fitted to it ═══
   (v2.2, owner screenshot: four floating cards, a duplicate eyebrow under the
   chapter opener, and a short cool-grey panel leaving dead space below it) */
.gs.gs-home #what-is .gs-eyebrow{display:none}                 /* the chapter opener already says "Understand it" */
.gs.gs-home #what-is .gs-sec-head{margin-bottom:26px}
.gs.gs-home .gs-def{gap:0;background:#fff;border:1px solid var(--gsh-line);border-radius:18px;overflow:hidden}
.gs.gs-home .gs-def-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:8px 22px;align-items:start;
  padding:18px 22px;background:transparent;border:0;border-bottom:1px solid var(--gsh-line);border-radius:0;box-shadow:none}
.gs.gs-home .gs-def-row:last-child{border-bottom:0}
.gs.gs-home .gs-def-row::before{display:none}
.gs.gs-home .gs-def-row .lbl{margin:0;padding-top:4px;font-size:10.5px;letter-spacing:1.2px;line-height:1.4}
.gs.gs-home .gs-def-row p{font-size:15.5px;line-height:1.6}
.gs.gs-home .gs-def-row:first-child p{font-family:var(--serif);font-size:19px;line-height:1.45;color:var(--ink)}   /* "in simple terms" reads as the lede */
/* scene panel: same height as the ledger, warm instead of cool grey, not sticky */
.gs.gs-home .sc-split{align-items:stretch}
.gs.gs-home .sc-panel{position:relative;top:auto;height:auto;min-height:320px;border-color:var(--gsh-line);
  background:radial-gradient(120% 120% at 90% 10%,rgba(255,255,255,.95),rgba(255,255,255,0) 60%),linear-gradient(180deg,var(--gsh-warm),var(--gsh-champ))}
@media(max-width:640px){.gs.gs-home .gs-def-row{grid-template-columns:1fr;gap:4px;padding:16px 18px}.gs.gs-home .gs-def-row:first-child p{font-size:17px}}

/* ═══ 3i · STEPS (#we-handle, #process) — numbered ledger instead of the snake ═══
   (v2.3, owner screenshot: the 4×2 boustrophedon flow read 01→04 then 08←05,
   with dashed arrows, tiny chips and a lot of air). Two columns, read row by
   row, big serif numerals, hairlines — the home "how it works" voice. The base
   file positions its arrows with !important inside media queries, so the
   resets here carry !important too. */
/* v2.4 ("table ki jagah kuch aur"): the home About + How-it-works split.
   Left column = the heading, lead, step count and CTA (sticky); right column =
   one vertical gold rail with numbered nodes. A timeline, not a grid. */
/* v2.6 ("left to right, upar se neeche nahi"): heading left, step count + CTA
   right, the road full-width underneath. */
.gs.gs-home #we-handle,.gs.gs-home #process{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"ch ch" "head aside" "flow flow";
  column-gap:clamp(32px,4vw,64px);row-gap:0;align-items:end}
.gs.gs-home #we-handle>.gs-ch,.gs.gs-home #process>.gs-ch{grid-area:ch}
.gs.gs-home #we-handle>.gs-sec-head,.gs.gs-home #process>.gs-sec-head{grid-area:head;text-align:left;margin:0 0 30px}
.gs.gs-home #we-handle .gs-sec-head .gs-sh-l,.gs.gs-home #process .gs-sec-head .gs-sh-l{margin:0;max-width:640px}
.gs.gs-home #we-handle .gs-sec-head.has-lead,.gs.gs-home #process .gs-sec-head.has-lead{display:block}
.gs.gs-home #we-handle .gs-sec-head .gs-lead,.gs.gs-home #process .gs-sec-head .gs-lead{margin:14px 0 0;max-width:60ch}
.gs.gs-home .gs-flow-aside{grid-area:aside;display:flex;flex-direction:column;align-items:flex-end;gap:14px;margin:0 0 30px;text-align:right}
.gs.gs-home .gs-flow-count{font-size:14.5px;color:var(--slate);display:inline-flex;align-items:baseline;gap:8px}
.gs.gs-home .gs-flow-count b{font-family:var(--serif);font-style:italic;font-weight:600;font-size:34px;line-height:1;color:var(--ink)}
.gs.gs-home .gs-flow{grid-area:flow;display:flex;flex-direction:column;gap:0;position:relative;max-width:none;margin:0;padding:0 0 0 0;background:none;border:0}
.gs.gs-home .gs-flow::before{content:"";position:absolute;left:27px;top:28px;bottom:28px;width:2px;
  background:linear-gradient(180deg,var(--gold-ink) 0%,rgba(183,131,31,.55) 60%,rgba(183,131,31,.12) 100%)}
.gs.gs-home .gs-flow-step{grid-column:auto!important;display:grid;grid-template-columns:56px minmax(0,1fr);gap:0 20px;align-items:start;
  padding:10px 0;background:none;border:0;border-radius:0;box-shadow:none;transform:none;position:relative}
.gs.gs-home .gs-flow-step:hover{transform:none;box-shadow:none}
.gs.gs-home .gs-flow-step::before,.gs.gs-home .gs-flow-step::after{display:none!important;content:none!important}
.gs.gs-home .gs-flow-num{position:relative;z-index:1;width:56px;height:56px;padding:0;margin:0;border-radius:50%;box-shadow:0 0 0 6px var(--band,#F7F3EA);
  background:#fff;border:1.5px solid var(--gold-ink);display:flex;align-items:center;justify-content:center;
  font-family:var(--serif);font-style:italic;font-weight:600;font-size:19px;line-height:1;letter-spacing:-.5px;color:var(--red-ink);transition:background .2s,color .2s,transform .2s}
.gs.gs-home .gs-flow-step:hover .gs-flow-num{background:var(--ink);color:var(--gsh-gold);border-color:var(--ink);transform:scale(1.06)}
.gs.gs-home .gs-flow-body{padding:6px 0 16px;border-bottom:1px solid rgba(10,19,43,.07)}
.gs.gs-home .gs-flow-step:last-child .gs-flow-body{border-bottom:0}
.gs.gs-home .gs-flow-body h4{font-size:18px;margin:8px 0 5px}
.gs.gs-home .gs-flow-body p{font-size:14.5px;line-height:1.6}
/* v2.7 · THREE STEP LAYOUTS (built by assets/js/gs-home.js; the rail above is the no-JS fallback)
   A metro line (#we-handle) · C step explorer (#process) · B staircase (#timeline) */

/* ── A · METRO LINE ── */
.gs.gs-home .gs-metro{grid-area:flow;position:relative;padding-top:4px}
.gs.gs-home .gs-metro-ends{display:flex;justify-content:space-between;margin:0 28px 6px;font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--slate)}
.gs.gs-home .gs-metro-track{position:relative;height:56px;margin:0 28px}
.gs.gs-home .gs-metro-track::before{content:"";position:absolute;left:0;right:0;top:50%;height:10px;transform:translateY(-50%);border-radius:999px;
  background:linear-gradient(90deg,var(--gold-ink),var(--gsh-gold) 50%,var(--gold-ink));box-shadow:inset 0 2px 3px rgba(0,0,0,.18)}
.gs.gs-home .gs-metro-fill{position:absolute;left:0;top:50%;height:10px;transform:translateY(-50%);border-radius:999px;background:var(--ink);width:0;transition:width 2.4s cubic-bezier(.4,0,.2,1)}
.gs.gs-home .gs-metro.is-on .gs-metro-fill{width:100%}
.gs.gs-home .gs-metro-st{position:absolute;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid var(--gold-ink);
  display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px -8px rgba(10,19,43,.5);transition:transform .25s,background .2s;
  font-family:var(--serif);font-style:italic;font-weight:600;font-size:19px;letter-spacing:-.5px;color:var(--red-ink)}
.gs.gs-home .gs-metro-st.is-hot{transform:translate(-50%,-50%) scale(1.1);background:var(--ink);color:var(--gsh-gold)}
.gs.gs-home .gs-metro-cols{display:grid;grid-template-columns:repeat(var(--n,8),minmax(0,1fr));gap:0 10px;margin-top:22px}
.gs.gs-home .gs-metro-col{text-align:center;padding:0 4px}
.gs.gs-home .gs-metro-col::before{content:"";display:block;width:2px;height:22px;margin:0 auto 12px;background:var(--gold-ink);opacity:.6}
.gs.gs-home .gs-metro-col h4{font-family:var(--serif);font-weight:500;font-size:16px;line-height:1.25;margin:0 0 6px;color:var(--ink)}
.gs.gs-home .gs-metro-col p{margin:0;font-size:13px;line-height:1.5;color:var(--slate)}
.gs.gs-home .gs-metro-n{display:none;font-family:var(--serif);font-style:italic;font-weight:600;font-size:22px;color:var(--red-ink);margin-bottom:8px}
@media(max-width:900px){
  .gs.gs-home .gs-metro-track,.gs.gs-home .gs-metro-ends,.gs.gs-home .gs-metro-col::before{display:none}
  .gs.gs-home .gs-metro-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px;margin-top:0}
  .gs.gs-home .gs-metro-col{text-align:left;padding:0}
  .gs.gs-home .gs-metro-n{display:block}
}

/* ── C · STEP EXPLORER ── */
.gs.gs-home .gs-exp{grid-area:flow;background:#fff;border:1px solid var(--gsh-line);border-radius:22px;overflow:hidden}
.gs.gs-home .gs-exp-tabs{display:flex;border-bottom:1px solid var(--gsh-line);background:var(--gsh-ivory);overflow-x:auto;scrollbar-width:none}
.gs.gs-home .gs-exp-tabs::-webkit-scrollbar{display:none}
.gs.gs-home .gs-exp-tab{flex:1 1 0;appearance:none;border:0;background:none;cursor:pointer;padding:16px 14px;text-align:left;display:flex;align-items:center;gap:10px;min-width:0;min-height:0;
  color:var(--slate);border-bottom:3px solid transparent;margin-bottom:-1px;font-family:var(--sans);transition:color .2s,background .2s,border-color .2s}
.gs.gs-home .gs-exp-num{font-family:var(--serif);font-style:italic;font-weight:600;font-size:20px;letter-spacing:-.5px;color:var(--gold-ink)}
.gs.gs-home .gs-exp-lbl{font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
/* the open tab grows so its full title shows; the others give way and ellipsise (full title in the tooltip) */
.gs.gs-home .gs-exp-tab{transition:color .2s,background .2s,border-color .2s,flex-grow .35s ease}
.gs.gs-home .gs-exp-tab.is-on{flex-grow:2.2}
.gs.gs-home .gs-exp-tab:hover{background:#fff;color:var(--ink)}
.gs.gs-home .gs-exp-tab.is-on{color:var(--ink);background:#fff;border-bottom-color:var(--red)}
.gs.gs-home .gs-exp-tab.is-on .gs-exp-num{color:var(--red-ink)}
.gs.gs-home .gs-exp-tab:focus-visible{outline:2px solid var(--red);outline-offset:-4px;border-radius:8px}
.gs.gs-home .gs-exp-body{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:40px;padding:38px 40px 40px;align-items:center}
.gs.gs-home .gs-exp-main{position:relative}
.gs.gs-home .gs-exp-big{position:absolute;right:28px;top:-8px;font-family:var(--serif);font-style:italic;font-weight:600;font-size:clamp(80px,10vw,132px);line-height:.85;letter-spacing:-.04em;color:var(--red-ink);opacity:.12;pointer-events:none}
.gs.gs-home .gs-exp-kick{font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--gold-ink);margin-bottom:12px}
.gs.gs-home .gs-exp-main h4{font-family:var(--serif);font-weight:500;font-size:clamp(24px,2.6vw,34px);line-height:1.15;letter-spacing:-.4px;margin:0 0 12px;color:var(--ink)}
.gs.gs-home .gs-exp-main p{margin:0 0 22px;font-size:16.5px;line-height:1.6;color:var(--slate);max-width:52ch}
.gs.gs-home .gs-exp-bar{height:4px;border-radius:999px;background:var(--gsh-line);overflow:hidden;max-width:360px}
.gs.gs-home .gs-exp-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--red),var(--gsh-gold))}
.gs.gs-home .gs-exp-side{border-left:1px solid var(--gsh-line);padding-left:32px}
.gs.gs-home .gs-exp-side h5{font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--slate);margin:0 0 14px}
.gs.gs-home .gs-exp-side ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.gs.gs-home .gs-exp-side li{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:10px;font-size:14px;color:var(--slate);cursor:pointer;transition:background .2s,color .2s}
.gs.gs-home .gs-exp-side li .gs-exp-num{font-size:15px;width:26px}
.gs.gs-home .gs-exp-side li.is-on{background:rgba(227,25,55,.06);color:var(--ink);font-weight:600}
.gs.gs-home .gs-exp-side li.is-on .gs-exp-num{color:var(--red-ink)}
.gs.gs-home .gs-exp-side li.is-done{color:var(--ink)}
.gs.gs-home .gs-exp-side li.is-done .gs-exp-num{color:var(--green)}
@media(max-width:900px){
  .gs.gs-home .gs-exp-body{grid-template-columns:1fr;padding:26px 20px;gap:22px}
  .gs.gs-home .gs-exp-side{border-left:0;padding-left:0;border-top:1px solid var(--gsh-line);padding-top:20px}
  .gs.gs-home .gs-exp-lbl{display:none}
  .gs.gs-home .gs-exp-tab{padding:14px 12px;justify-content:center}
  .gs.gs-home .gs-exp-big{font-size:72px;right:6px;top:-14px;opacity:.08}
  .gs.gs-home .gs-exp-tab{flex:1 0 auto}
}

/* ── B · STAIRCASE (#timeline) ── */
.gs.gs-home .gs-stairs{position:relative;display:grid;grid-template-columns:repeat(var(--n,5),minmax(0,1fr));align-items:end;gap:0 10px;padding-top:12px}
.gs.gs-home .gs-stairs svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.gs.gs-home .gs-stair{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;
  opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .6s cubic-bezier(.2,.8,.2,1);transition-delay:calc(var(--i,0) * .12s)}
.gs.gs-home .gs-stairs.is-on .gs-stair{opacity:1;transform:none}
.gs.gs-home .gs-stair-card{background:#fff;border:1px solid var(--gsh-line);border-radius:14px;padding:16px 16px 14px;box-shadow:0 18px 30px -24px rgba(10,19,43,.45);transition:transform .25s,box-shadow .25s}
.gs.gs-home .gs-stair:hover .gs-stair-card{transform:translateY(-6px);box-shadow:0 26px 40px -24px rgba(10,19,43,.55)}
.gs.gs-home .gs-stair-n{display:block;font-family:var(--serif);font-style:italic;font-weight:600;font-size:30px;line-height:1;letter-spacing:-1px;color:var(--red-ink);margin-bottom:10px}
.gs.gs-home .gs-stair-card h4{font-family:var(--serif);font-weight:500;font-size:16px;line-height:1.25;margin:0 0 10px;color:var(--ink)}
.gs.gs-home .gs-stair-t{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:rgba(19,136,8,.09);color:var(--green);font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.4px}
.gs.gs-home .gs-stair-t::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green)}
.gs.gs-home .gs-stair-tread{height:var(--rise,12px);display:flex;align-items:flex-start;justify-content:center;padding-top:8px}
.gs.gs-home .gs-stair-tread i{width:2px;flex:0 0 2px;height:calc(100% - 8px);background:linear-gradient(180deg,var(--gold-ink),transparent);opacity:.7}
.gs.gs-home .gs-stair-base{grid-column:1/-1;height:6px;border-radius:999px;background:linear-gradient(90deg,var(--saffron),var(--red) 55%,var(--green));margin-top:10px}
@media(max-width:900px){
  .gs.gs-home .gs-stairs{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;align-items:stretch}
  .gs.gs-home .gs-stair-tread,.gs.gs-home .gs-stairs svg,.gs.gs-home .gs-stair-base{display:none}
}
@media(prefers-reduced-motion:reduce){.gs.gs-home .gs-metro-fill{transition:none}.gs.gs-home .gs-stair{opacity:1;transform:none;transition:none}}

@media(max-width:960px){
  .gs.gs-home #we-handle,.gs.gs-home #process{display:block}
  .gs.gs-home #we-handle>.gs-sec-head,.gs.gs-home #process>.gs-sec-head{margin-bottom:18px}
  .gs.gs-home .gs-flow-aside{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:26px;text-align:left}
  .gs.gs-home .gs-flow::before{left:23px}
  .gs.gs-home .gs-flow-step{grid-template-columns:48px minmax(0,1fr);gap:0 14px}
  .gs.gs-home .gs-flow-num{width:48px;height:48px;font-size:17px}
}

/* ═══ 3d · AFTER YOU REGISTER — one tabbed section (home sector picker) ═══ */
.gs.gs-home .gs-tabs{background:#fff;border:1px solid var(--gsh-line);border-radius:22px;overflow:hidden}
.gs.gs-home .gs-tablist{display:flex;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--gsh-line);background:var(--gsh-ivory)}
.gs.gs-home .gs-tablist::-webkit-scrollbar{display:none}
.gs.gs-home .gs-tab{appearance:none;border:0;background:none;cursor:pointer;flex:1 0 auto;padding:18px 22px;font-family:var(--sans);font-size:14px;font-weight:600;color:var(--slate);
  border-bottom:3px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color .18s,border-color .18s,background .18s;min-height:0}
.gs.gs-home .gs-tab:hover{color:var(--ink);background:#fff}
.gs.gs-home .gs-tab.is-active{color:var(--red-ink);border-bottom-color:var(--red);background:#fff}
.gs.gs-home .gs-tab:focus-visible{outline:2px solid var(--red);outline-offset:-4px;border-radius:8px}
.gs.gs-home .gs-tabpanel{padding:34px 34px 36px}
.gs.gs-home .gs-tabpanel .gs-sec-head{text-align:left;margin-bottom:22px}
.gs.gs-home .gs-tabpanel .gs-sec-head .gs-sh-l{margin-left:0}
.gs.gs-home .gs-tabpanel .gs-sec-head h2{font-size:24px}
.gs.gs-home .gs-tabpanel .gs-eyebrow{display:none}
.gs.gs-home .gs-tabpanel .gs-panel,.gs.gs-home .gs-tabpanel .gs-infobox{border-color:var(--gsh-line);box-shadow:none}
@media(max-width:640px){.gs.gs-home .gs-tabpanel{padding:22px 18px 26px}.gs.gs-home .gs-tab{padding:14px 16px;font-size:13px}}

/* ═══ 3e · AT A GLANCE — compact: quick answer + ONE dense spec sheet on the right ═══
   (v2.1: the card grid left half the block empty — the owner's screenshot) */
/* (.gs-key-sec in the selector: section 4 below declares the same properties later in the file) */
.gs.gs-home .gs-key-sec .gs-key{grid-template-columns:340px minmax(0,1fr)}
.gs.gs-home .gs-key-sec .gs-key-panel{padding:34px 56px 34px 34px;gap:12px;justify-content:flex-start}
.gs.gs-home .gs-key-sec .gs-key-halo{position:absolute;width:180px;height:180px;border-width:30px;left:-50px;bottom:-60px}
.gs.gs-home .gs-key-sec .gs-key-panel h2{font-size:clamp(26px,2.6vw,32px);max-width:260px}
.gs.gs-home .gs-key-sec .gs-key-panel .gs-key-ans{font-size:14px;max-width:260px}
.gs.gs-home .gs-key-fact{margin-top:auto}
.gs.gs-home .gs-key-fact b{font-size:32px}
.gs.gs-home .gs-key-right{display:flex;flex-direction:column;justify-content:flex-start;gap:18px;padding:26px 0 26px 8px;margin-left:-34px;position:relative}
.gs.gs-home .gs-key-lead{margin:0 0 0 34px;font-size:15.5px;line-height:1.6;color:var(--ink)}
.gs.gs-home .gs-key-lead strong{color:var(--red-ink);font-weight:500}
.gs.gs-home .gs-key-spec{margin:0 0 0 34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 40px;
  background:#fff;border:1px solid var(--gsh-line);border-radius:16px;padding:6px 22px}
.gs.gs-home .gs-ks{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--gsh-line);min-width:0}
.gs.gs-home .gs-ks:nth-last-child(-n+2){border-bottom:0}
.gs.gs-home .gs-ks-ic{width:28px;height:28px;border-radius:8px;background:linear-gradient(150deg,rgba(227,25,55,.09),rgba(255,153,51,.10));color:var(--red-ink);display:inline-flex;align-items:center;justify-content:center}
.gs.gs-home .gs-ks-ic svg{width:15px;height:15px}
.gs.gs-home .gs-ks dt{font-family:var(--mono);font-size:10.5px;letter-spacing:.7px;text-transform:uppercase;color:var(--slate);margin:0;min-width:0}
.gs.gs-home .gs-ks dd{margin:0;font-family:var(--serif);font-size:15.5px;font-weight:500;color:var(--ink);text-align:right;line-height:1.25}
.gs.gs-home .gs-ks-group{grid-column:1/-1;display:flex;align-items:center;gap:8px;padding:12px 0 4px;font-family:var(--mono);font-size:10.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--red-ink);border-top:1px solid var(--gsh-line);margin-top:-1px}
.gs.gs-home .gs-ks-group svg{width:14px;height:14px}
@media(max-width:1024px){.gs.gs-home .gs-key-right{margin:0;padding:18px 0 0}.gs.gs-home .gs-key-lead,.gs.gs-home .gs-key-spec{margin-left:0}}
@media(max-width:640px){.gs.gs-home .gs-key-spec{grid-template-columns:1fr;padding:4px 16px}.gs.gs-home .gs-ks:nth-last-child(-n+2){border-bottom:1px solid var(--gsh-line)}.gs.gs-home .gs-ks:last-child{border-bottom:0}}

/* ═══ 3f · GUIDES — one featured + list (home #blog) ═══ */
.gs.gs-home .gs-gd{display:grid;grid-template-columns:1.1fr 1fr;gap:22px;align-items:stretch}
.gs.gs-home .gs-gd-feat{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:14px;min-height:300px;padding:30px;border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#fff 55%,#FBEFE0 100%);border:1px solid var(--gsh-line);color:var(--ink)!important;text-decoration:none!important;transition:transform .25s,box-shadow .25s}
.gs.gs-home .gs-gd-feat:hover{transform:translateY(-3px);box-shadow:var(--sh-lg)}
.gs.gs-home .gs-gd-feat h3{margin:0;font-family:var(--serif);font-weight:500;font-size:28px;line-height:1.15;color:var(--ink)}
.gs.gs-home .gs-gd-feat .gs-guide-tag{margin:0}
.gs.gs-home .gs-gd-list{display:flex;flex-direction:column;border-top:1px solid var(--gsh-line)}
.gs.gs-home .gs-gd-list a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 4px;border-bottom:1px solid var(--gsh-line);
  font-family:var(--serif);font-size:17px;line-height:1.3;color:var(--ink)!important;text-decoration:none!important;transition:color .18s,padding-left .18s}
.gs.gs-home .gs-gd-list a:hover{color:var(--red-ink)!important;padding-left:8px}
.gs.gs-home .gs-gd-list a b{color:var(--red-ink);font-weight:400}
@media(max-width:960px){.gs.gs-home .gs-gd{grid-template-columns:1fr}.gs.gs-home .gs-gd-feat{min-height:0}.gs.gs-home .gs-gd-feat h3{font-size:23px}}

/* ═══ 3g · CITIES — chip row (home .nx-also) ═══ */
.gs.gs-home .gs-cities{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.gs.gs-home .gs-cities a{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid var(--gsh-line);
  font-size:14px;font-weight:600;color:var(--ink)!important;text-decoration:none!important;transition:background .18s,color .18s,border-color .18s,transform .18s}
.gs.gs-home .gs-cities a:hover{background:var(--red-ink);border-color:var(--red-ink);color:#fff!important;transform:translateY(-2px)}

/* fewer promos: the pricing ad repeats #pricing; the red "specialist" one stays */
.gs.gs-home .gs-ad--gold{display:none}

/* Seams: inside a chapter a quiet hairline; at a chapter change the gold rule
   + diamond medallion (the .is-ch class is set by the inline script in
   _gold.php by comparing each band's colour with the previous one). */
.gs.gs-home .gs-wrap>.gs-sec:not(:first-of-type):not(.gs-cta-sec)::before{background:linear-gradient(90deg,transparent 6%,rgba(10,19,43,.10) 30%,rgba(10,19,43,.10) 70%,transparent 94%)}
.gs.gs-home .gs-wrap>.gs-sec:not(:first-of-type):not(.gs-cta-sec)::after{display:none}
.gs.gs-home .gs-wrap>.gs-sec.is-ch:not(.gs-cta-sec)::before{background:linear-gradient(90deg,transparent 4%,rgba(183,131,31,.08) 18%,rgba(183,131,31,.55) 40%,rgba(183,131,31,.75) 50%,rgba(183,131,31,.55) 60%,rgba(183,131,31,.08) 82%,transparent 96%)}
.gs.gs-home .gs-wrap>.gs-sec.is-ch:not(.gs-cta-sec)::after{display:block}
/* the section right after a navy band needs no seam at all */
.gs.gs-home .gs-wrap>.gs-navy + .gs-sec::before,.gs.gs-home .gs-wrap>.gs-navy + .gs-sec::after{display:none!important}
.gs.gs-home .gs-wrap>.gs-sec.is-ch{padding-top:72px}

/* the navy ad banner would sit next to the navy #why band — drop it here */
.gs.gs-home .gs-ad--navy{display:none}

/* ═══ 4 · AT A GLANCE — slanted navy panel + fact cards (home .nx-key) ═══ */
.gs.gs-home .gs-key{display:grid;grid-template-columns:400px minmax(0,1fr);align-items:stretch}
.gs.gs-home .gs-key-panel{position:relative;overflow:hidden;padding:44px 64px 44px 40px;color:#fff;background:var(--navy-grad);
  border-radius:22px 0 0 22px;clip-path:polygon(0 0,100% 0,88% 100%,0 100%);display:flex;flex-direction:column;justify-content:center;gap:16px}
.gs.gs-home .gs-key-halo{position:absolute;left:-60px;bottom:-80px;width:260px;height:260px;border-radius:50%;border:44px solid rgba(255,153,51,.10);pointer-events:none}
.gs.gs-home .gs-key-panel>:not(.gs-key-halo){position:relative}   /* the halo must stay absolute or its 260px ring joins the flow */
.gs.gs-home .gs-key-panel h2{color:#fff;font-size:clamp(28px,3vw,38px);max-width:300px;margin:0}
.gs.gs-home .gs-key-panel h2 em{color:var(--gsh-gold)}
.gs.gs-home .gs-key-panel .gs-key-ans{margin:0;color:rgba(255,255,255,.78);line-height:1.6;font-size:15px;max-width:300px}
.gs.gs-home .gs-key-panel .gs-key-ans strong{color:#fff}
.gs.gs-home .gs-key-fact{display:flex;align-items:baseline;gap:12px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14);max-width:300px}
.gs.gs-home .gs-key-fact b{font-family:var(--serif);font-weight:400;font-size:38px;line-height:1;color:var(--gsh-gold)}
.gs.gs-home .gs-key-fact span{font-size:13px;line-height:1.4;color:rgba(255,255,255,.72);min-width:0;overflow-wrap:break-word} /* a long value (wpc-dealer) ran out of the navy panel at 320 */
.gs.gs-home .gs-key-fact b{flex-shrink:0;max-width:60%;overflow-wrap:break-word}
.gs.gs-home .gs-key-fact span strong{display:block;color:#fff;font-size:13.5px}
.gs.gs-home .gs-btn-gold{display:inline-flex;align-items:center;gap:9px;min-height:50px;padding:0 24px;border-radius:12px;font-weight:700;font-size:15px;
  text-decoration:none!important;background:linear-gradient(135deg,#FFC061,#FF9933);color:#1B1206!important;box-shadow:0 12px 24px -12px rgba(255,153,51,.9);
  align-self:flex-start;margin-top:6px;transition:transform .2s,box-shadow .2s}
.gs.gs-home .gs-btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 28px -12px rgba(255,153,51,1)}
.gs.gs-home .gs-eyebrow-gold{color:var(--gsh-gold)}
.gs.gs-home .gs-eyebrow-gold::before,.gs.gs-home .gs-eyebrow-gold::after{background:linear-gradient(90deg,#FF9933,var(--gsh-gold))}
@media(max-width:1024px){
  .gs.gs-home .gs-key-sec .gs-key{grid-template-columns:1fr}
  .gs.gs-home .gs-key-sec .gs-key-panel{border-radius:22px 22px 0 0;clip-path:none;padding:30px 26px}
  .gs.gs-home .gs-key-sec .gs-key-fact{margin-top:0}
}

/* ═══ 5 · #why — navy benefits band (home #why.nx-navy) ═══ */
html[data-theme="light"] .gs.gs-home #why.gs-why-band{
  background:var(--navy-grad)!important;background-image:var(--navy-grad)!important;background-color:#0A132B!important;
  color:#fff;padding:84px 0 90px!important;border:0}
.gs.gs-home #why.gs-why-band::before,.gs.gs-home #why.gs-why-band::after{display:none}
.gs.gs-home .gs-ben{display:grid;grid-template-columns:.9fr 1.3fr;gap:64px;align-items:center}
.gs.gs-home .gs-ben-copy h2{color:#fff;margin:0}
.gs.gs-home .gs-ben-copy h2 em{color:var(--gsh-gold)}
.gs.gs-home .gs-ben-p{color:rgba(255,255,255,.72);font-size:16.5px;line-height:1.65;margin:14px 0 22px}
.gs.gs-home .gs-ben-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 32px;list-style:none;margin:0;padding:0}
.gs.gs-home .gs-ben-item{display:flex;gap:16px;align-items:flex-start}
.gs.gs-home .gs-ben-item i{width:58px;height:58px;border-radius:50%;flex-shrink:0;border:1.5px solid rgba(233,180,85,.55);
  display:flex;align-items:center;justify-content:center;color:var(--gsh-gold);background:rgba(233,180,85,.08);font-style:normal}
.gs.gs-home .gs-ben-item i svg{width:26px;height:26px;stroke-width:1.5}
.gs.gs-home .gs-ben-item i b{font-family:var(--serif);font-style:italic;font-size:22px;font-weight:600;color:var(--gsh-gold)}
.gs.gs-home .gs-ben-item h3{margin:6px 0 4px;font-size:19px;color:#fff}
.gs.gs-home .gs-ben-item p{margin:0;font-size:13.5px;line-height:1.55;color:rgba(255,255,255,.68)}
@media(max-width:960px){.gs.gs-home .gs-ben{grid-template-columns:1fr;gap:36px}}
@media(max-width:560px){.gs.gs-home .gs-ben-grid{grid-template-columns:1fr;gap:20px}}

/* ═══ 6 · FINAL CTA — copy left, buttons right (home #cta) ═══ */
.gs.gs-home .gs-cta{text-align:left;padding:76px clamp(20px,6vw,80px)}
.gs.gs-home .gs-cta::before{opacity:.45}
.gs.gs-home .gs-cta-ring{position:absolute;right:-80px;top:-60px;width:420px;height:420px;border-radius:50%;border:60px solid rgba(255,153,51,.08);pointer-events:none}
.gs.gs-home .gs-cta-grid{position:relative;z-index:1;max-width:var(--gs-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.gs.gs-home .gs-cta-grid>div:first-child{max-width:640px}
.gs.gs-home .gs-cta-grid h2{color:#fff;margin:0}
.gs.gs-home .gs-cta-grid h2 em{color:var(--gsh-gold)}
.gs.gs-home .gs-cta-grid p{color:rgba(255,255,255,.72);font-size:16.5px;line-height:1.65;margin:14px 0 0;max-width:none}
.gs.gs-home .gs-cta-btns{display:flex;flex-direction:column;gap:12px;min-width:300px}
.gs.gs-home .gs-cta-btns .gs-btn{min-height:56px;justify-content:center}
.gs.gs-home .gs-btn-ghostw{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:56px;padding:0 24px;border-radius:12px;font-weight:700;font-size:15px;
  background:rgba(255,255,255,.08);color:#fff!important;border:1px solid rgba(255,255,255,.25);text-decoration:none!important;transition:background .2s,transform .2s}
.gs.gs-home .gs-btn-ghostw:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}
.gs.gs-home .gs-btn-ghostw i{width:10px;height:10px;border-radius:50%;background:#25D366;flex-shrink:0}
.gs.gs-home .gs-cta-hours{font-family:var(--mono);font-size:11px;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.55);text-align:center}
@media(max-width:640px){.gs.gs-home .gs-cta-btns{min-width:0;width:100%}.gs.gs-home .gs-cta{padding:56px 20px}}
