/* ============================================================
   Getting Started — page-specific decoration.

   Structural classes (.xs-section, .xs-panel, .xs-split, .xs-btn …)
   come from the design system; this file holds what's unique here:
   the countdown-ring hero, the five-step path, the worry cards, the
   founder card and support stack, the migration diagram and the
   proof strip.

   This is the warmest page on the site and CYAN leads it — it's
   SYTE's colour. Blue and gold are secondary; green marks results.

   Keyframes are global, so everything here is `gs`-prefixed.

   NOTE on <button> rules: the legacy theme sets
   `button:hover{background:#0060ff}` at specificity 0,1,1, which
   beats a bare `.gs-steptab` (0,1,0). The step tabs are scoped under
   `.xs-page` AND restate their background on :hover/:focus.
   ============================================================ */

@keyframes gsGlow{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}
@keyframes gsRing{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes gsPulse{0%,100%{opacity:1;transform:translateX(-50%) scale(1)}50%{opacity:.45;transform:translateX(-50%) scale(.82)}}
@keyframes gsDot{0%,100%{opacity:1}50%{opacity:.35}}
@keyframes gsPop{0%{opacity:0;transform:scale(.86)}100%{opacity:1;transform:scale(1)}}
@keyframes gsMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ---------- hero: the 20:00 countdown ---------- */
.gs-hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;color:#fff;
	background:radial-gradient(circle at 72% 34%,#0d2138,#04070f 62%)}
/* The site header is fixed and transparent over the hero — hold solid black
   for its height before fading, same convention as the other flagships. */
.gs-hero__fade{position:absolute;inset:0 0 auto 0;height:300px;pointer-events:none;
	background:linear-gradient(180deg,var(--ink-900) 0,var(--ink-900) 130px,transparent 100%)}
.gs-hero__inner{position:relative;width:100%;padding-top:calc(130px + clamp(2rem,4vw,3.5rem))}
.gs-blob{position:absolute;border-radius:50%;pointer-events:none}
.gs-blob--cyan{bottom:-160px;right:-120px;width:580px;height:580px;filter:blur(30px);
	background:radial-gradient(circle,rgba(0,212,255,.26),transparent 62%);animation:gsGlow 8s ease-in-out infinite}
.gs-blob--gold{top:-120px;left:-100px;width:420px;height:420px;filter:blur(26px);
	background:radial-gradient(circle,rgba(255,214,107,.16),transparent 64%)}

.gs-clock{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center;
	margin:0 auto}
.gs-clock__ring{position:absolute;inset:0;border-radius:50%;border:2px dashed rgba(0,212,255,.35);
	animation:gsRing 26s linear infinite}
.gs-clock__inner{position:absolute;inset:24px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}
.gs-clock__marker{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:14px;height:14px;
	border-radius:50%;background:var(--cyan);box-shadow:0 0 16px var(--cyan);animation:gsPulse 2.4s ease-in-out infinite}
.gs-clock__face{text-align:center;position:relative}
.xs-page .gs-clock__time{font-family:var(--font-display);color:#fff;font-size:3.4rem;line-height:1}
.gs-clock__label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);margin-top:.4rem}
.gs-clock__bars{margin:1rem auto 0;display:flex;flex-direction:column;gap:5px;width:170px}
.gs-clock__bar{height:6px;border-radius:4px;background:rgba(255,255,255,.12)}
.gs-clock__bar--done{background:linear-gradient(90deg,var(--cyan),#1276c4)}
.gs-clock__bar--part{width:70%}

/* ---------- framing band: the four moves ---------- */
.gs-framing{background:#070d1c}
.gs-moves{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem}
.xs-page .gs-move{display:inline-flex;align-items:center;gap:.6rem;background:#0b1120;
	border:1px solid rgba(0,212,255,.35);border-radius:999px;padding:.6rem 1.2rem;
	font-family:var(--font-display);color:#fff;font-size:1.05rem}
.gs-move__n{color:var(--cyan)}
.gs-moves__arrow{color:rgba(255,255,255,.3)}

/* ---------- S1: the path ---------- */
.gs-steptabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.6rem}
.xs-page .gs-steptab,
.xs-page .gs-steptab:hover,
.xs-page .gs-steptab:focus{display:inline-flex;align-items:center;gap:.5rem;background:#0b1120;
	border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.55rem 1rem;cursor:pointer;
	font-family:var(--font-display);font-size:.92rem;color:rgba(255,255,255,.6);transition:all .18s var(--ease)}
.xs-page .gs-steptab.is-active,
.xs-page .gs-steptab.is-active:hover,
.xs-page .gs-steptab.is-active:focus{background:rgba(0,212,255,.16);border-color:var(--cyan);color:#fff}
.gs-steptab__n{width:22px;height:22px;border-radius:50%;flex:none;background:rgba(255,255,255,.1);color:#fff;
	display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;transition:all .18s var(--ease)}
.gs-steptab.is-done .gs-steptab__n{background:rgba(58,219,118,.3)}
.gs-steptab.is-active .gs-steptab__n{background:var(--cyan);color:#04070f}

.gs-panel{background:#0b1120;border:1px solid rgba(0,212,255,.28);border-radius:18px;overflow:hidden;
	box-shadow:0 30px 70px rgba(0,0,0,.6);display:flex;flex-wrap:wrap}
.gs-panel__copy{flex:1 1 340px;min-width:280px;padding:clamp(1.6rem,3vw,2.4rem)}
.gs-panel__kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;
	letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);margin-bottom:1rem}
.gs-panel__kn{width:26px;height:26px;border-radius:50%;background:rgba(0,212,255,.16);
	display:inline-flex;align-items:center;justify-content:center}
.xs-page .gs-panel__title{font-family:var(--font-display);font-weight:400;line-height:1.06;
	font-size:clamp(1.5rem,3.2vw,2.2rem);margin:0;text-transform:uppercase;color:#fff}
/* NOTE on <p> colour: the DS neutraliser `.xs-page p{...color:inherit}` is
   specificity 0,1,1 and beats any single-class rule on a <p> (0,1,0), so the
   paragraph silently inherits the theme's near-black instead of its own
   colour. Every <p> rule below is scoped under .xs-page for that reason. */
.xs-page .gs-panel__body{font-size:1.06rem;line-height:1.6;color:rgba(255,255,255,.78);margin:1rem 0 1.4rem}
.gs-result{display:inline-flex;align-items:center;gap:.6rem;background:rgba(58,219,118,.1);
	border:1px solid rgba(58,219,118,.4);border-radius:10px;padding:.7rem 1.1rem}
.xs-page .gs-result__text{color:#fff;font-family:var(--font-display);font-size:1rem}
.gs-panel__mock{flex:1 1 320px;min-width:280px;background:linear-gradient(160deg,#0d1a33,#0a0f1c);
	border-left:1px solid rgba(255,255,255,.06);padding:clamp(1.6rem,3vw,2.4rem);display:flex;
	flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:300px}
.gs-mock__icon{width:96px;height:96px;border-radius:24px;display:flex;align-items:center;justify-content:center;
	font-size:2.6rem;animation:gsPop .5s var(--ease)}
.gs-mock__icon--cyan{background:rgba(0,212,255,.16);color:var(--cyan)}
.gs-mock__icon--blue{background:rgba(33,153,232,.16);color:var(--blue-500)}
.gs-mock__icon--gold{background:rgba(255,214,107,.16);color:var(--gold-300)}
.gs-mock__icon--green{background:rgba(58,219,118,.16);color:var(--success)}
.gs-mock__meta{margin-top:1.4rem;text-align:center}
.xs-page .gs-mock__title{font-family:var(--font-display);color:#fff;font-size:1.1rem}
.gs-mock__sub{font-size:.8rem;color:rgba(255,255,255,.55);margin-top:.3rem}
.gs-dots{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:8px}
.gs-dot{width:8px;height:8px;border-radius:5px;background:rgba(255,255,255,.2);transition:all .3s var(--ease)}
.gs-dot.is-done{background:rgba(58,219,118,.6)}
.gs-dot.is-active{width:22px;background:var(--cyan)}
.gs-closing{text-align:center;margin-top:1.4rem;color:rgba(255,255,255,.55);font-size:.95rem}

/* ---------- S2: the three worries ---------- */
.gs-worry{background:#0b1120;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:26px;
	box-shadow:0 20px 50px rgba(0,0,0,.4)}
.gs-worry__q{font-size:1.6rem;color:rgba(255,255,255,.25);line-height:1}
.xs-page .gs-worry__title{font-family:var(--font-display);font-weight:400;font-size:1.35rem;margin:.6rem 0 0;color:#fff}
.xs-page .gs-worry__body{font-size:1.02rem;line-height:1.6;color:rgba(255,255,255,.78);margin:.9rem 0 0}
.gs-nudge{display:flex;align-items:center;justify-content:center;gap:1rem;
	color:rgba(255,255,255,.6);font-size:.98rem}

/* ---------- S3: the support stack ---------- */
.gs-stack{display:flex;flex-wrap:wrap;gap:1.4rem;align-items:stretch}
.gs-founder{flex:1 1 340px;min-width:300px;background:linear-gradient(160deg,#0d1a33,#0b1120);
	border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;
	box-shadow:0 30px 70px rgba(0,0,0,.6);display:flex;flex-direction:column}
.gs-founder__photo{position:relative;height:280px;overflow:hidden;
	background:radial-gradient(circle at 60% 40%,#14304d,#0a0f1c)}
/* bottom-anchored and slightly oversized so the cutout bleeds off the frame */
.gs-founder__photo img{position:absolute;bottom:0;left:50%;transform:translateX(-46%);
	height:112%;width:auto;max-width:none;object-fit:contain}
.gs-founder__body{padding:22px}
.gs-founder__k{display:inline-flex;align-items:center;gap:.5rem;font-size:.66rem;font-weight:700;
	letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);margin-bottom:.6rem}
.xs-page .gs-founder__title{font-family:var(--font-display);font-weight:400;font-size:1.5rem;margin:0;color:#fff}
.gs-founder__body p{font-size:1.02rem;line-height:1.6;color:rgba(255,255,255,.78);margin:.9rem 0 0}

.gs-right{flex:1 1 340px;min-width:300px;display:flex;flex-direction:column;gap:1.4rem}
.gs-syte{flex:1;background:linear-gradient(160deg,#0a2233,#0b1120);border:1px solid rgba(0,212,255,.4);
	border-radius:18px;padding:24px;position:relative;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.6)}
.gs-syte__ring{position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;
	border:2px dashed rgba(0,212,255,.3);animation:gsRing 24s linear infinite;pointer-events:none}
.gs-syte__on{display:inline-flex;align-items:center;gap:.4rem;font-size:.62rem;font-weight:700;
	letter-spacing:.1em;text-transform:uppercase;color:var(--cyan)}
.gs-syte__dot{width:7px;height:7px;border-radius:50%;background:var(--cyan);animation:gsDot 2s ease-in-out infinite}
.xs-page .gs-syte__title{font-family:var(--font-display);font-weight:400;font-size:1.35rem;margin:.3rem 0 0;color:#fff}
.gs-syte p{font-size:1rem;line-height:1.6;color:rgba(255,255,255,.8);margin:1rem 0 0}
.gs-help{display:flex;gap:1.4rem;flex-wrap:wrap}
.xs-page .gs-helpcard,
.xs-page .gs-helpcard:link,
.xs-page .gs-helpcard:visited{flex:1 1 150px;text-decoration:none;background:#0b1120;
	border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px;display:block;
	transition:border-color .2s var(--ease),transform .2s var(--ease)}
.xs-page .gs-helpcard:hover{border-color:rgba(0,212,255,.4);transform:translateY(-2px)}
.gs-helpcard__icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;
	justify-content:center;font-size:1.1rem}
.gs-helpcard__icon--gold{background:rgba(255,214,107,.14);color:var(--gold-300)}
.gs-helpcard__icon--green{background:rgba(58,219,118,.14);color:var(--success)}
.xs-page .gs-helpcard__title{font-family:var(--font-display);font-weight:400;font-size:1.15rem;margin:.8rem 0 0;color:#fff}
/* The whole card is an <a>, so `.xs-page a{color:var(--link)}` (0,1,1) beats
   an unscoped `.gs-helpcard__body` (0,1,0) and turns the copy link-blue.
   Scoping it wins the cascade. */
.xs-page .gs-helpcard__body{font-size:.92rem;line-height:1.5;color:rgba(255,255,255,.7);margin:.5rem 0 0}

/* ---------- S4: switching over ---------- */
.gs-move-row{display:flex;align-items:center;gap:1rem}
.gs-old{flex:1;display:flex;flex-direction:column;gap:8px}
.gs-old__item{background:#0b1120;border:1px dashed rgba(255,255,255,.18);border-radius:10px;
	padding:12px 14px;display:flex;align-items:center;gap:.6rem;opacity:.7;
	color:rgba(255,255,255,.7);font-size:.9rem}
.gs-move-row__arrow{flex:none;text-align:center;color:var(--cyan);font-size:1.6rem}
.gs-new{flex:1}
.gs-new__card{background:linear-gradient(160deg,#0a2233,#0b1120);border:1px solid rgba(0,212,255,.45);
	border-radius:14px;padding:18px;box-shadow:0 24px 60px rgba(0,0,0,.5)}
.gs-new__head{display:flex;align-items:center;gap:.6rem}
.xs-page .gs-new__mark{width:34px;height:34px;border-radius:9px;flex:none;
	background:linear-gradient(135deg,#1276c4,#00d4ff);display:flex;align-items:center;justify-content:center;
	font-family:var(--font-display);color:#04070f}
.xs-page .gs-new__title{font-family:var(--font-display);color:#fff;font-size:1.1rem}
.gs-new__list{margin-top:12px;display:flex;flex-direction:column;gap:6px}
.gs-new__item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.8)}

/* ---------- S5: proof strip ---------- */
.gs-proof{background:#0b1120;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:22px}
.xs-page .gs-proof__name{font-family:var(--font-display);color:#fff;font-size:1.25rem}
.gs-proof__kind{font-size:.82rem;color:rgba(255,255,255,.55);margin-top:.2rem}
.xs-page .gs-proof__body{font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.75);margin:.8rem 0 0}
.xs-page .gs-anchor{font-family:var(--font-display);color:#fff;font-size:clamp(1.2rem,2.6vw,1.7rem);line-height:1.3}

/* ---------- marquee, payoff, close ---------- */
.gs-marquee{overflow:hidden}
.gs-marquee__track{margin-top:2rem;display:flex;gap:2.5rem;width:max-content;
	animation:gsMarquee 36s linear infinite;align-items:center;padding:0 1.25rem}
.gs-marquee__track img{height:46px;width:auto;opacity:.8}
.gs-payoff{position:relative;overflow:hidden;text-align:center;
	background:linear-gradient(150deg,var(--navy-900),#0d2138)}
.gs-payoff__glow{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:640px;height:420px;
	background:radial-gradient(circle,rgba(0,212,255,.26),transparent 65%);filter:blur(26px);pointer-events:none}
.gs-q{font-size:2.2rem;color:rgba(255,255,255,.2)}
.gs-close{position:relative;overflow:hidden;text-align:center;
	background:linear-gradient(150deg,var(--navy-900),#0d2138)}
.gs-close__glow{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:640px;height:420px;
	background:radial-gradient(circle,rgba(0,212,255,.32),transparent 65%);filter:blur(26px);pointer-events:none}
.xs-page .gs-close__quiet,
.xs-page .gs-close__quiet:link,
.xs-page .gs-close__quiet:visited{color:rgba(255,255,255,.6);font-size:.92rem;text-decoration:none}
.xs-page .gs-close__quiet:hover{color:#fff;text-decoration:underline}
.gs-caption{text-align:center;margin-top:1rem;color:rgba(255,255,255,.45);font-size:.82rem}

@media (prefers-reduced-motion:reduce){
	.gs-blob--cyan,.gs-clock__ring,.gs-clock__marker,.gs-syte__ring,.gs-syte__dot,
	.gs-mock__icon,.gs-marquee__track{animation:none}
	.xs-page .gs-helpcard:hover{transform:none}
}
