/*
 * Trial Day: the public site (landing, sign-up, sign-in).
 *
 * Built on the hiring console's own design system (web/hire.css): the same Geist type, the
 * same greys and brand blue, the same shadow scale and easing. A buyer who signs up should
 * feel they have walked from the shop window into the shop, not into a different building.
 *
 * Motion is small and purposeful: things arrive as they scroll into view, bars fill to their
 * value, the hero leans towards the pointer. All of it stops for anybody who has asked their
 * system for less motion.
 */

@font-face {
  font-family: "Geist";
  src: url("/vendor/fonts/geist-latin-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --bg: #f7f8fa;
  --surface: #ffffff;
  --subtle: #f3f5f8;
  --border: #e5e8ed;
  --border-2: #d3d8e0;
  --text: #111827;
  --text-2: #475467;
  --text-3: #667085;
  --text-4: #98a2b3;
  --brand: #2a4bb5;
  --brand-600: #2442a3;
  --brand-700: #1c3585;
  --brand-50: #f0f4fd;
  --brand-100: #dfe7fa;
  --ok: #067647;
  --ok-bg: #ecfdf3;
  --bad: #d92d20;
  --bad-bg: #fef3f2;
  --warn: #b54708;
  --warn-bg: #fffaeb;
  --ink-dark: #0b1020;
  --r: 10px;
  --r-lg: 14px;
  --r-xl: 20px;
  --sh-xs: 0 1px 2px rgba(16, 24, 40, .05);
  --sh-sm: 0 1px 3px rgba(16, 24, 40, .07), 0 1px 2px rgba(16, 24, 40, .04);
  --sh-md: 0 6px 14px -4px rgba(16, 24, 40, .08), 0 2px 4px -2px rgba(16, 24, 40, .04);
  --sh-lg: 0 18px 40px -12px rgba(16, 24, 40, .18), 0 4px 10px -4px rgba(16, 24, 40, .05);
  --sh-xl: 0 40px 80px -24px rgba(16, 24, 40, .32);
  --ring: 0 0 0 4px rgba(42, 75, 181, .16);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 16px/1.6 var(--font);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-700); }
h1, h2, h3 { margin: 0; letter-spacing: -.025em; color: var(--text); text-wrap: balance; }
p { margin: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 8px; }

/* ── buttons ─────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 46px; padding: 0 20px; border-radius: 11px; border: 1px solid transparent;
  font: 600 15px/1 var(--font); cursor: pointer; white-space: nowrap;
  transition: background .18s var(--ease), box-shadow .18s var(--ease), transform .12s var(--ease),
    border-color .18s, color .18s;
}
.btn svg { width: 17px; height: 17px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 20px -6px rgba(42, 75, 181, .55), inset 0 1px 0 rgba(255,255,255,.12); }
.btn-primary:hover { background: var(--brand-600); color: #fff; box-shadow: 0 12px 28px -8px rgba(42, 75, 181, .6); transform: translateY(-1px); }
.btn-ghost { background: var(--surface); color: var(--text); border-color: var(--border-2); box-shadow: var(--sh-xs); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); box-shadow: var(--sh-md); }
.btn-sm { height: 38px; padding: 0 15px; font-size: 14px; border-radius: 9px; }
.btn-play { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--brand-50); color: var(--brand); }
.btn-play svg { width: 12px; height: 12px; margin-left: 2px; }

/* ── the mark ────────────────────────────────────────────────────────── */
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font: 650 17px/1 var(--font); letter-spacing: -.02em; }
.brand:hover { color: var(--text); }
.mark { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center;
  background: var(--brand); color: #fff; box-shadow: 0 4px 10px -3px rgba(42,75,181,.5); }

/* ── nav ─────────────────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(247, 248, 250, .78);
  backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .2s, background .2s; }
.nav.scrolled { border-bottom-color: var(--border); background: rgba(247, 248, 250, .92); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 68px; }
.nav-links { display: flex; gap: 26px; margin-left: 12px; }
.nav-links a { color: var(--text-2); font: 500 14.5px/1 var(--font); }
.nav-links a:hover { color: var(--text); }
.nav-grow { flex: 1; }
.nav-side { display: flex; align-items: center; gap: 10px; }
.nav-side .signin { color: var(--text-2); font: 500 14.5px/1 var(--font); padding: 10px 12px; }
.nav-side .signin:hover { color: var(--text); }
@media (max-width: 880px) { .nav-links { display: none; } }

/* ── section rhythm ──────────────────────────────────────────────────── */
section { position: relative; }
.band { padding: 104px 0; }
.band-tight { padding: 72px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px;
  font: 600 13px/1 var(--font); color: var(--brand); letter-spacing: .01em; }
.eyebrow::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.h2 { font: 650 clamp(30px, 3.6vw, 44px)/1.1 var(--font); max-width: 22ch; }
.lede { margin-top: 16px; max-width: 58ch; font-size: 18px; line-height: 1.6; color: var(--text-2); }
.center { text-align: center; }
.center .h2, .center .lede { margin-left: auto; margin-right: auto; }

/* ── the hero ────────────────────────────────────────────────────────── */
.hero { padding: 56px 0 40px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto; height: 760px; pointer-events: none;
  background:
    radial-gradient(600px 360px at 78% 30%, rgba(42, 75, 181, .16), transparent 70%),
    radial-gradient(500px 300px at 10% 10%, rgba(105, 65, 198, .08), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 48px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-xs); font: 500 13.5px/1 var(--font); color: var(--text-2); }
.pill b { padding: 4px 8px; border-radius: 999px; background: var(--brand-50); color: var(--brand); font-weight: 600; font-size: 12px; }
.hero h1 { margin-top: 22px; font: 700 clamp(40px, 5.2vw, 64px)/1.02 var(--font); letter-spacing: -.035em; }
.hero h1 em { font-style: normal; background: linear-gradient(92deg, var(--brand) 10%, #6941c6 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { margin-top: 22px; max-width: 34em; font-size: 19px; line-height: 1.6; color: var(--text-2); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin-top: 16px; font-size: 14px; color: var(--text-3); display: flex; gap: 16px; flex-wrap: wrap; }
.hero-note span { display: inline-flex; align-items: center; gap: 6px; }
.hero-note svg { width: 15px; height: 15px; color: var(--ok); }

/* The stage: the real product, in depth, leaning towards the pointer. */
.stage { position: relative; height: 520px; perspective: 1600px; }
.stage-in { position: absolute; inset: 0; transform-style: preserve-3d;
  transform: rotateY(var(--ry, -9deg)) rotateX(var(--rx, 4deg)); transition: transform .5s var(--ease); }
.shot { position: absolute; border-radius: 12px; overflow: hidden; background: var(--surface);
  border: 1px solid rgba(16, 24, 40, .08); box-shadow: var(--sh-xl); }
.shot .chrome { height: 22px; display: flex; align-items: center; gap: 5px; padding: 0 9px; background: #f2f4f7; border-bottom: 1px solid var(--border); }
.shot .chrome i { width: 7px; height: 7px; border-radius: 50%; background: #d0d6df; }
.shot img { width: 100%; }
.shot-back { left: 0; top: 34px; width: 74%; transform: translateZ(-120px); opacity: .9; }
.shot-mid { right: 0; top: 0; width: 64%; transform: translateZ(-40px); }
.shot-front { left: 10%; bottom: 0; width: 70%; transform: translateZ(60px); }
.chip { position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px;
  border-radius: 12px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-lg);
  font: 600 13.5px/1.2 var(--font); color: var(--text); transform: translateZ(120px); white-space: nowrap; }
.chip i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.chip i svg { width: 13px; height: 13px; }
.chip.ok i { background: var(--ok-bg); color: var(--ok); }
.chip.bad i { background: var(--bad-bg); color: var(--bad); }
.chip.brand i { background: var(--brand-50); color: var(--brand); }
.chip small { display: block; font: 500 11.5px/1.2 var(--font); color: var(--text-3); margin-top: 2px; }
.chip-1 { left: -4%; top: 44%; }
.chip-2 { right: -2%; top: 58%; }
.chip-3 { right: 6%; bottom: -4%; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .stage { height: 420px; margin-top: 12px; }
}
@media (max-width: 560px) { .stage { height: 300px; } .chip { display: none; } }

/* ── the proof strip ─────────────────────────────────────────────────── */
.proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.proof-c { padding: 24px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-xs); }
.proof-c b { display: block; font: 700 38px/1 var(--font); letter-spacing: -.03em; color: var(--text); font-variant-numeric: tabular-nums; }
.proof-c b.bad { color: var(--bad); } .proof-c b.ok { color: var(--brand); }
.proof-c p { margin-top: 10px; font-size: 15px; color: var(--text-2); line-height: 1.5; }
.proof-c cite { display: block; margin-top: 10px; font: 400 12px/1.4 var(--font); font-style: normal; color: var(--text-4); }
.proof-c cite a { color: var(--text-3); text-decoration: underline; text-decoration-color: var(--border-2); }
@media (max-width: 820px) { .proof { grid-template-columns: 1fr; } }

/* ── the comparison ──────────────────────────────────────────────────── */
.vs { margin-top: 48px; border-radius: var(--r-xl); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-md); overflow: hidden; }
.vs-row { display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; border-top: 1px solid var(--border); }
.vs-row:first-child { border-top: 0; }
.vs-row > div { padding: 18px 22px; font-size: 15px; line-height: 1.5; }
.vs-row .k { font-weight: 600; color: var(--text); }
.vs-row .them { color: var(--text-2); background: #fbfbfc; }
.vs-row .us { color: var(--text); background: linear-gradient(90deg, rgba(42,75,181,.05), rgba(42,75,181,.02)); }
.vs-head > div { padding: 16px 22px; font: 600 13px/1 var(--font); letter-spacing: .02em; text-transform: uppercase; color: var(--text-3); }
.vs-head .us { color: var(--brand); }
.vs-row .us b { color: var(--brand-700); }
.x, .v { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; margin-right: 8px; vertical-align: -4px; }
.x { background: var(--bad-bg); color: var(--bad); } .v { background: var(--ok-bg); color: var(--ok); }
.x svg, .v svg { width: 12px; height: 12px; }
@media (max-width: 760px) {
  .vs-row { grid-template-columns: 1fr; }
  .vs-head { display: none; }
  .vs-row .them::before { content: "Take-home: "; font-weight: 600; }
  .vs-row .us::before { content: "Trial Day: "; font-weight: 600; color: var(--brand); }
}

/* ── the dark band: what is scored ───────────────────────────────────── */
.dark { background: var(--ink-dark); color: #e6eaf2; overflow: hidden; }
.dark::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 400px at 80% 0%, rgba(84, 118, 235, .28), transparent 70%),
    radial-gradient(600px 400px at 0% 100%, rgba(105, 65, 198, .18), transparent 70%); }
.dark .h2, .dark h3 { color: #fff; }
.dark .lede { color: #aab3c5; }
.dark .eyebrow { color: #9fb4ff; }
.scored { position: relative; margin-top: 48px; padding: 28px; border-radius: var(--r-xl);
  background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .09); backdrop-filter: blur(6px); }
.sc-head, .sc-row { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: center; }
.sc-head { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.sc-head span { font: 600 15px/1.3 var(--font); color: #fff; }
.sc-head em { display: block; font: 400 13px/1.3 var(--font); font-style: normal; color: #8f9ab0; }
.sc-row { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.sc-row:last-of-type { border-bottom: 0; }
.sc-k b { display: block; font: 600 15.5px/1.3 var(--font); color: #fff; }
.sc-k span { font-size: 13.5px; color: #8f9ab0; }
.sc-bar { display: flex; align-items: center; gap: 12px; }
.sc-t { flex: 1; height: 8px; border-radius: 99px; background: rgba(255,255,255,.08); overflow: hidden; }
.sc-t i { display: block; height: 100%; width: 0; border-radius: 99px; transition: width 1.2s var(--ease); }
.sc-t i.a { background: #8a94a8; }
.sc-t i.b { background: linear-gradient(90deg, #5d7df0, #8ea6ff); }
.sc-n { width: 44px; font: 600 14px/1 var(--font); font-variant-numeric: tabular-nums; text-align: right; }
.sc-n.a { color: #aab3c5; } .sc-n.b { color: #fff; }
.sc-row.near .sc-k b::after { content: " · A wins this one"; font-weight: 500; color: #8f9ab0; font-size: 13px; }
.sc-call { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr); gap: 24px; padding-top: 18px; }
.sc-call span { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border-radius: 11px; font: 600 14.5px/1 var(--font); }
.sc-call .a { background: rgba(255,255,255,.06); color: #aab3c5; }
.sc-call .b { background: #fff; color: var(--brand-700); box-shadow: 0 10px 30px -8px rgba(93,125,240,.6); }
.scored-foot { margin-top: 18px; font-size: 14px; color: #8f9ab0; }
.scored-foot b { color: #fff; }
@media (max-width: 760px) {
  .sc-head, .sc-row, .sc-call { grid-template-columns: 1fr 1fr; }
  .sc-head > :first-child, .sc-k, .sc-call > :first-child { grid-column: 1 / -1; }
}

/* ── how it works ────────────────────────────────────────────────────── */
.steps { margin-top: 56px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.step { position: relative; padding: 24px 24px 0; border-radius: var(--r-xl); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-sm); overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.step:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.step-n { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--brand-50); color: var(--brand); font: 700 14px/1 var(--font); }
.step h3 { margin-top: 16px; font: 650 20px/1.25 var(--font); }
.step p { margin-top: 8px; font-size: 15px; color: var(--text-2); line-height: 1.55; }
.step .time { margin-top: 12px; display: inline-block; font: 600 12.5px/1 var(--font); color: var(--ok); background: var(--ok-bg); padding: 5px 9px; border-radius: 999px; }
.step-shot { margin: 22px -24px 0; height: 190px; overflow: hidden; border-top: 1px solid var(--border); background: var(--subtle); }
.step-shot img { width: 100%; object-fit: cover; object-position: top left; transform: scale(1.02); transition: transform .6s var(--ease); }
.step:hover .step-shot img { transform: scale(1.06); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

/* ── the work itself ─────────────────────────────────────────────────── */
.kinds { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.kind { display: flex; gap: 16px; padding: 22px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-xs);
  transition: border-color .2s, box-shadow .2s; }
.kind:hover { border-color: var(--brand-100); box-shadow: var(--sh-md); }
.kind-i { width: 42px; height: 42px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--brand-50); color: var(--brand); }
.kind-i svg { width: 20px; height: 20px; }
.kind h3 { font: 650 17px/1.3 var(--font); }
.kind p { margin-top: 6px; font-size: 15px; color: var(--text-2); line-height: 1.55; }
.kind .tag { display: inline-block; margin-left: 8px; font: 600 11px/1 var(--font); color: var(--text-3); background: var(--subtle); padding: 4px 7px; border-radius: 6px; vertical-align: 2px; }
.specs { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.spec { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border);
  font: 500 14px/1 var(--font); color: var(--text-2); }
.spec b { color: var(--text); font-weight: 650; }
.seats { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.seat { padding: 10px 16px; border-radius: 12px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-xs); font: 600 14.5px/1.2 var(--font); }
.seat span { display: block; font: 400 12.5px/1.3 var(--font); color: var(--text-3); margin-top: 3px; }
@media (max-width: 820px) { .kinds { grid-template-columns: 1fr; } }

/* ── the report showcase ─────────────────────────────────────────────── */
.report-stage { position: relative; margin-top: 56px; }
.report-stage .shot { position: relative; width: 100%; border-radius: 16px; }
.callout { position: absolute; max-width: 250px; padding: 12px 14px; border-radius: 12px; background: var(--ink-dark); color: #fff;
  box-shadow: var(--sh-lg); font: 500 14px/1.45 var(--font); }
.callout b { display: block; font: 600 12px/1 var(--font); letter-spacing: .06em; text-transform: uppercase; color: #9fb4ff; margin-bottom: 5px; }
.callout::after { content: ""; position: absolute; width: 10px; height: 10px; background: var(--ink-dark); transform: rotate(45deg); }
.callout.l::after { right: -5px; top: 18px; } .callout.r::after { left: -5px; top: 18px; }
@media (max-width: 900px) { .callout { position: static; max-width: none; margin-top: 10px; } .callout::after { display: none; } }

/* ── the tour ────────────────────────────────────────────────────────── */
.tour-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; align-items: center; padding: 40px;
  border-radius: 24px; background: linear-gradient(135deg, #16215a, #2a4bb5 60%, #4a63d6); color: #fff; box-shadow: var(--sh-xl); overflow: hidden; }
.tour-card .h2 { color: #fff; }
.tour-card .lede { color: #c9d4ff; }
.tour-poster { position: relative; display: block; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5);
  transform: perspective(1200px) rotateY(-6deg); transition: transform .5s var(--ease); }
.tour-poster:hover { transform: perspective(1200px) rotateY(0deg) translateY(-3px); }
.tour-poster img { width: 100%; }
.tour-poster .play { position: absolute; left: 50%; top: 50%; width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(255,255,255,.95); color: var(--brand); box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .2s var(--ease); }
.tour-poster:hover .play { transform: scale(1.08); }
.tour-poster .play svg { width: 28px; height: 28px; margin-left: 4px; }
.tour-poster .play::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid rgba(255,255,255,.6); animation: ring 2.4s ease-out infinite; }
@keyframes ring { from { opacity: .9; transform: scale(.85); } to { opacity: 0; transform: scale(1.35); } }
@media (max-width: 900px) { .tour-card { grid-template-columns: 1fr; padding: 28px; } }

/* ── the away rule ───────────────────────────────────────────────────── */
.ladder { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ladder li { padding: 22px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-xs); }
.ladder-when { display: inline-block; font: 600 12.5px/1 var(--font); padding: 6px 10px; border-radius: 999px; background: var(--subtle); color: var(--text-2); }
.ladder li:nth-child(2) .ladder-when { background: var(--warn-bg); color: var(--warn); }
.ladder li:nth-child(3) .ladder-when { background: var(--bad-bg); color: var(--bad); }
.ladder-what { display: block; margin-top: 12px; font-size: 15px; color: var(--text-2); line-height: 1.55; }
.ladder-what b { color: var(--text); }
.notes { margin-top: 16px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.notes p { font-size: 14.5px; color: var(--text-2); line-height: 1.55; }
.notes b { color: var(--text); }
@media (max-width: 820px) { .ladder, .notes { grid-template-columns: 1fr; } }

/* ── the founder ─────────────────────────────────────────────────────── */
.letter { max-width: 760px; margin: 0 auto; padding: 36px 40px; border-radius: var(--r-xl); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-md); }
.letter p { font-size: 17px; line-height: 1.7; color: var(--text-2); }
.letter p + p { margin-top: 14px; }
.letter .sig { margin-top: 20px; font: 600 15px/1.3 var(--font); color: var(--text); }
.letter .sig span { display: block; font-weight: 400; color: var(--text-3); font-size: 14px; }

/* ── FAQ ─────────────────────────────────────────────────────────────── */
.faq { margin-top: 40px; max-width: 820px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 10px; }
.faq details { border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-xs); transition: box-shadow .2s, border-color .2s; }
.faq details[open] { box-shadow: var(--sh-md); border-color: var(--brand-100); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 22px; font: 600 16px/1.4 var(--font); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--subtle); color: var(--text-2); font-size: 18px; transition: transform .25s var(--ease), background .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--brand-50); color: var(--brand); }
.faq details p { padding: 0 22px 18px; font-size: 15.5px; color: var(--text-2); line-height: 1.65; }
.faq details p + p { margin-top: -6px; }

/* ── the close ───────────────────────────────────────────────────────── */
.close { text-align: center; padding: 64px 32px; border-radius: 28px; background: var(--ink-dark); color: #fff; box-shadow: var(--sh-xl); overflow: hidden; position: relative; }
.close::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 50% 0%, rgba(84,118,235,.35), transparent 70%); pointer-events: none; }
.close > * { position: relative; }
.close .h2 { color: #fff; margin: 0 auto; }
.close .lede { color: #aab3c5; margin: 16px auto 0; }
.close .hero-cta { justify-content: center; }
.close .btn-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; box-shadow: none; }
.close .btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; }
.close small { display: block; margin-top: 16px; color: #8f9ab0; font-size: 14px; }
.close small a { color: #c9d4ff; }

/* ── footer ──────────────────────────────────────────────────────────── */
.foot { padding: 40px 0 56px; }
.foot-in { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; border-top: 1px solid var(--border); padding-top: 28px; font-size: 14px; color: var(--text-3); }
.foot-in nav { display: flex; gap: 20px; margin-left: auto; }
.foot-in a { color: var(--text-2); }

/* ── arriving as they scroll in ──────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
.float { animation: float 7s ease-in-out infinite; }
.float.b { animation-delay: -2.3s; } .float.c { animation-delay: -4.6s; }
@keyframes float { 50% { translate: 0 -8px; } }
.hero-copy > * { animation: rise .8s var(--ease) both; }
.hero-copy > :nth-child(2) { animation-delay: .06s; } .hero-copy > :nth-child(3) { animation-delay: .12s; }
.hero-copy > :nth-child(4) { animation-delay: .18s; } .hero-copy > :nth-child(5) { animation-delay: .24s; }
.stage { animation: rise 1s .15s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .float, .hero-copy > *, .stage, .tour-poster .play::after { animation: none; }
  .stage-in, .step, .step-shot img, .tour-poster { transition: none; }
}

/* ── sign-up and sign-in: one split layout ──────────────────────────────
 *
 * The form on the left, on white, with nothing else competing for attention. The right is
 * the product and the one idea worth remembering, on the same dark ground as the landing
 * page's "what we measure" band, so arriving here feels like one more step on the same site.
 */
.auth { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); background: var(--surface); }
.auth-form { display: flex; flex-direction: column; padding: 28px 40px; }
.auth-form .brand { align-self: flex-start; }
.auth-in { width: 100%; max-width: 400px; margin: auto; padding: 32px 0; animation: rise .6s var(--ease) both; }
.auth h1 { font: 700 32px/1.12 var(--font); letter-spacing: -.03em; }
.auth-sub { margin-top: 10px; font-size: 15.5px; color: var(--text-2); line-height: 1.55; }
.auth-perks { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.auth-perks span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: var(--ok-bg); color: var(--ok); font: 600 12.5px/1 var(--font); }
.auth-perks svg { width: 13px; height: 13px; }
.auth form { margin-top: 26px; display: flex; flex-direction: column; }
.auth label { font: 600 13.5px/1.3 var(--font); color: var(--text); margin: 14px 0 7px; }
.auth label:first-child { margin-top: 0; }
.auth input {
  height: 46px; padding: 0 14px; border-radius: 11px; border: 1px solid var(--border-2); background: var(--surface);
  font: 400 15px/1 var(--font); color: var(--text); box-shadow: var(--sh-xs);
  transition: border-color .18s, box-shadow .18s;
}
.auth input::placeholder { color: var(--text-4); }
.auth input:hover { border-color: #b8c0cc; }
.auth input:focus { outline: none; border-color: var(--brand); box-shadow: var(--ring); }
.auth input[aria-invalid="true"] { border-color: var(--bad); box-shadow: 0 0 0 4px rgba(217, 45, 32, .12); }
.auth .hint { margin-top: 6px; font-size: 13px; color: var(--text-3); line-height: 1.45; }
.auth .error { margin-top: 14px; padding: 11px 13px; border-radius: 10px; background: var(--bad-bg); color: var(--bad);
  font: 500 14px/1.45 var(--font); border: 1px solid #fecdca; animation: shake .35s var(--ease); }
.auth .error a { color: var(--bad); text-decoration: underline; }
@keyframes shake { 25% { transform: translateX(-4px); } 50% { transform: translateX(4px); } 75% { transform: translateX(-2px); } }
.auth .go { margin-top: 22px; width: 100%; height: 48px; }
.auth .go[disabled] { opacity: .7; cursor: default; transform: none; }
.auth-or { display: flex; align-items: center; gap: 12px; margin: 22px 0 14px; font-size: 13px; color: var(--text-3); }
.auth-or::before, .auth-or::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.auth-providers { display: flex; flex-direction: column; gap: 10px; }
.signup-provider, .provider {
  display: flex; align-items: center; justify-content: center; gap: 10px; height: 46px; border-radius: 11px;
  border: 1px solid var(--border-2); background: var(--surface); color: var(--text); font: 600 14.5px/1 var(--font);
  box-shadow: var(--sh-xs); transition: border-color .18s, box-shadow .18s, transform .12s;
}
.signup-provider:hover, .provider:hover { border-color: var(--brand); color: var(--text); box-shadow: var(--sh-md); }
.signup-provider:active, .provider:active { transform: translateY(1px); }
.signup-provider img, .signup-provider svg, .provider img, .provider svg { width: 18px; height: 18px; }
.auth-foot { margin-top: 22px; font-size: 14.5px; color: var(--text-2); }
.auth-legal { margin-top: 14px; font-size: 12.5px; color: var(--text-3); line-height: 1.55; }
.auth-legal a { color: var(--text-2); text-decoration: underline; text-decoration-color: var(--border-2); }

.auth-side { position: relative; overflow: hidden; background: var(--ink-dark); color: #e6eaf2; display: flex; flex-direction: column; justify-content: center; padding: 56px 56px; }
.auth-side::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px 380px at 85% 10%, rgba(84, 118, 235, .35), transparent 70%),
    radial-gradient(500px 360px at 0% 100%, rgba(105, 65, 198, .22), transparent 70%); }
.auth-side > * { position: relative; }
.auth-side h2 { font: 650 28px/1.2 var(--font); letter-spacing: -.025em; color: #fff; max-width: 20ch; }
.auth-side .side-sub { margin-top: 12px; max-width: 44ch; font-size: 15.5px; line-height: 1.6; color: #aab3c5; }
.auth-shot { margin-top: 32px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 40px 80px -24px rgba(0,0,0,.6); transform: perspective(1400px) rotateY(-8deg) rotateX(3deg);
  transform-origin: left center; animation: rise .9s .1s var(--ease) both; }
.auth-shot .chrome { height: 22px; display: flex; align-items: center; gap: 5px; padding: 0 9px; background: #1c2233; }
.auth-shot .chrome i { width: 7px; height: 7px; border-radius: 50%; background: #3a4358; }
.auth-points { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 14px; }
.auth-points li { display: flex; gap: 12px; font-size: 15px; line-height: 1.5; color: #c6cddb; }
.auth-points li b { color: #fff; font-weight: 600; }
.auth-points i { flex: none; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(159, 180, 255, .16); color: #b8c8ff; margin-top: 1px; }
.auth-points i svg { width: 13px; height: 13px; }
@media (max-width: 960px) {
  .auth { grid-template-columns: 1fr; }
  .auth-side { padding: 40px 28px; }
  .auth-shot { transform: none; }
}
@media (max-width: 520px) { .auth-form { padding: 20px; } }
@media (prefers-reduced-motion: reduce) { .auth-in, .auth-shot, .auth .error { animation: none; } }

/* Laptop screens: the whole form, button included, sits above the fold. */
@media (min-width: 961px) and (max-height: 900px) {
  .auth-points { display: none; }
  .auth-side { padding: 40px 56px; }
}
@media (min-width: 961px) and (max-height: 820px) {
  .auth-form { padding: 20px 40px; }
  .auth-in { padding: 8px 0; }
  .auth h1 { font-size: 28px; }
  .auth-sub { font-size: 15px; margin-top: 8px; }
  .auth-perks { margin-top: 12px; }
  .auth form { margin-top: 18px; }
  .auth label { margin: 10px 0 6px; }
  .auth .hint { margin-top: 4px; font-size: 12.5px; }
  .auth .go { margin-top: 16px; height: 46px; }
  .auth-foot { margin-top: 14px; }
  .auth-legal { margin-top: 10px; }
}

/* Small screens: one flat, sharp screenshot under the words instead of the 3D stage. */
@media (max-width: 980px) {
  .stage { height: auto; perspective: none; animation: none; }
  .stage-in { position: relative; transform: none !important; }
  .stage .shot { position: relative; inset: auto; width: 100%; transform: none; }
  .stage .shot-back, .stage .shot-mid, .stage .chip { display: none; }
  .stage .float { animation: none; }
}

/* Images keep their own shape; the width and height attributes only reserve the space. */
img { max-width: 100%; height: auto; display: block; }
/* Desktop: the page is exactly one screen tall, so the form centres on the screen itself. */
@media (min-width: 961px) { .auth { height: 100vh; min-height: 600px; } .auth-form { overflow-y: auto; } }
/* The three step cards line their pictures up along the bottom, whatever the length of the words. */
.step { display: flex; flex-direction: column; }
.step-shot { margin-top: auto; flex: none; }
.step-shot img { height: 100%; }
.step .time { align-self: flex-start; margin-bottom: 22px; }

/* ── the film page ───────────────────────────────────────────────────── */
.film-page { padding: 32px 0 64px; }
.film-head { max-width: 720px; margin: 0 auto; text-align: center; }
.film-head h1 { margin-top: 4px; font: 700 clamp(30px, 3.6vw, 42px)/1.08 var(--font); letter-spacing: -.035em; text-wrap: balance; }
.film-head p { margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--text-2); }
.film-box { margin: 24px auto 0; max-width: min(1120px, calc((100vh - 250px) * 16 / 9)); min-width: min(100%, 560px); border-radius: 18px; overflow: hidden; background: var(--ink-dark);
  box-shadow: var(--sh-xl); border: 1px solid rgba(16, 24, 40, .08); }
.film-box video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: var(--ink-dark); }
.film-cta { margin-top: 28px; display: flex; gap: 16px; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 14.5px; color: var(--text-3); }

/* ── drawn product art (the landing page shows no screenshots) ─────────── */
.art { position: relative; height: 460px; display: grid; place-items: center; }
.mock-card { position: relative; z-index: 2; width: min(420px, 100%); padding: 22px; border-radius: 22px; background: var(--surface);
  border: 1px solid var(--border); box-shadow: var(--sh-xl); animation: rise 1s .15s var(--ease) both; }
.mc-top { display: flex; align-items: center; gap: 12px; }
.mc-av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #f4f3ff; color: #6941c6; font: 700 14px/1 var(--font); }
.mc-who { flex: 1; min-width: 0; }
.mc-who b { display: block; font: 650 16px/1.2 var(--font); }
.mc-who small { font-size: 12.5px; color: var(--text-3); }
.mc-badge { padding: 6px 12px; border-radius: 999px; background: var(--ok-bg); color: var(--ok); font: 650 13px/1 var(--font); }
.mc-mid { display: flex; gap: 20px; align-items: center; margin-top: 20px; }
.mc-ring { --p: 92; flex: none; width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center;
  background: conic-gradient(var(--ok) calc(var(--p) * 1%), #e7f5ee 0); animation: spin-in 1.4s .3s var(--ease) both; }
.mc-ring b { width: 74px; height: 74px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; font: 700 22px/1 var(--font); letter-spacing: -.03em; }
@keyframes spin-in { from { transform: rotate(-120deg) scale(.8); opacity: 0; } }
.mc-bars { flex: 1; display: grid; gap: 9px; }
.mc-bars span { display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 10px; }
.mc-bars em { font: 500 12px/1 var(--font); font-style: normal; color: var(--text-3); }
.mc-bars i { position: relative; height: 7px; border-radius: 99px; background: var(--subtle); overflow: hidden; }
.mc-bars i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); border-radius: 99px;
  background: linear-gradient(90deg, #47cd89, var(--ok)); animation: bar-in 1.2s .5s var(--ease) both; }
.mc-bars i.s::after { background: linear-gradient(90deg, #7f98f0, var(--brand)); }
@keyframes bar-in { from { width: 0; } }
.mc-trail { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 20px; }
.mc-trail i { height: 22px; border-radius: 6px; background: linear-gradient(135deg, #12b76a, #067647); animation: rise .5s var(--ease) both; }
.mc-trail i.o { background: linear-gradient(135deg, #a6ef67, #4ca30d); }
.mc-trail i:nth-child(2) { animation-delay: .8s; } .mc-trail i:nth-child(3) { animation-delay: .9s; } .mc-trail i:nth-child(4) { animation-delay: 1s; }
.mc-trail i:nth-child(5) { animation-delay: 1.1s; } .mc-trail i:nth-child(6) { animation-delay: 1.2s; } .mc-trail i:nth-child(1) { animation-delay: .7s; }
.mock-sql { position: absolute; z-index: 1; left: 2%; top: 4%; display: grid; gap: 6px; padding: 16px 18px; border-radius: 16px;
  background: #0f1629; color: #cdd6ea; font: 500 13px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; box-shadow: var(--sh-lg); transform: rotate(-4deg); }
.mock-sql .k { color: #8ea6ff; font-style: normal; } .mock-sql .f { color: #f5b3ff; font-style: normal; }
.mock-sql .caret { display: inline-block; width: 7px; height: 14px; margin-left: 3px; vertical-align: -2px; background: #8ea6ff; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.art .chip { transform: none; }
.art .chip-1 { left: auto; right: 0; top: 10%; bottom: auto; }
.art .chip-2 { left: 0; right: auto; top: auto; bottom: 8%; }

/* The three steps, each with a small drawn scene on top. */
.step { padding: 0 24px 24px; }
.step-art { margin: 0 -24px 20px; height: 176px; display: grid; place-items: center; border-bottom: 1px solid var(--border);
  background: radial-gradient(260px 140px at 50% 0%, var(--brand-50), transparent 70%), var(--subtle); }
.step h3 { margin-top: 12px; }
.ma-role, .ma-mail, .ma-list { width: 78%; padding: 14px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--sh-md);
  display: grid; gap: 8px; transition: transform .4s var(--ease); }
.step:hover .ma-role, .step:hover .ma-mail, .step:hover .ma-list { transform: translateY(-4px) scale(1.02); }
.ma-l { font: 600 10.5px/1 var(--font); letter-spacing: .06em; text-transform: uppercase; color: var(--text-3); }
.ma-seg { display: flex; gap: 4px; }
.ma-seg i { flex: 1; padding: 6px 4px; border-radius: 7px; background: var(--subtle); font: 500 11px/1 var(--font); font-style: normal; text-align: center; color: var(--text-2); white-space: nowrap; }
.ma-seg i.on { background: var(--brand); color: #fff; }
.ma-btn { justify-self: start; padding: 7px 12px; border-radius: 8px; background: var(--brand); color: #fff; font: 600 11.5px/1 var(--font); box-shadow: 0 6px 14px -6px rgba(42,75,181,.7); }
.ma-from { display: flex; align-items: center; gap: 8px; font-size: 12.5px; }
.ma-from i { width: 22px; height: 22px; border-radius: 6px; background: #0f766e; }
.ma-line { height: 7px; border-radius: 99px; background: var(--subtle); }
.ma-line.s { width: 70%; }
.ma-list span { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 8px; }
.ma-list .av { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font: 700 10px/1 var(--font); font-style: normal; }
.ma-list .av.a { background: #f4f3ff; color: #6941c6; } .ma-list .av.b { background: #ecfdf3; color: #067647; } .ma-list .av.c { background: #fff6ed; color: #c4320a; }
.ma-list b { height: 7px; border-radius: 99px; background: var(--subtle); }
.ma-list em { padding: 4px 8px; border-radius: 999px; font: 600 10.5px/1 var(--font); font-style: normal; }
.ma-list em.ok { background: var(--ok-bg); color: var(--ok); } .ma-list em.warn { background: #fffaeb; color: #b54708; }

/* Phones: the argument first, art sized to fit, tighter bands. */
@media (max-width: 980px) {
  .art { height: auto; padding: 24px 0 8px; }
  .mock-sql { display: none; }
  .art .chip { display: none; }
}
@media (max-width: 640px) {
  .hero { padding: 32px 0 16px; }
  .hero h1 { font-size: 40px; }
  .hero-sub { font-size: 17px; margin-top: 16px; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .band { padding: 64px 0; }
  .band-tight { padding: 48px 0; }
  .h2 { font-size: 28px; }
  .scored { padding: 18px; }
  .steps { margin-top: 32px; }
  .kinds { grid-template-columns: 1fr; margin-top: 28px; }
  .close { padding: 44px 20px; }
  .mc-bars span { grid-template-columns: 70px 1fr; }
  .mc-ring { width: 84px; height: 84px; } .mc-ring b { width: 64px; height: 64px; font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .mock-card, .mc-ring, .mc-bars i::after, .mc-trail i, .mock-sql .caret { animation: none; }
}

/* ── the watch page: one screen, no scrolling ───────────────────────── */
body:has(.watch) { height: 100vh; overflow: hidden; display: flex; flex-direction: column; }
.watch { flex: 1; min-height: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 16px 24px 12px; }
.watch-head { text-align: center; }
.watch-head h1 { font: 700 clamp(24px, 2.6vw, 34px)/1.1 var(--font); letter-spacing: -.03em; }
.watch-head p { margin-top: 6px; font-size: 15px; color: var(--text-2); }
.watch-box { flex: 1; min-height: 0; width: 100%; display: flex; justify-content: center; }
.watch-box video { height: 100%; max-width: 100%; aspect-ratio: 16 / 9; width: auto; border-radius: 16px; background: var(--ink-dark);
  box-shadow: var(--sh-xl); object-fit: contain; }
.watch-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.watch-foot { font-size: 13px; color: var(--text-3); }
.watch-foot a { color: var(--text-2); }
@media (max-width: 700px) {
  body:has(.watch) { height: auto; overflow: auto; }
  .watch-box video { height: auto; width: 100%; }
}
.hero-note .hero-sample { color: var(--brand); font-weight: 600; text-decoration: none; }
.hero-note .hero-sample:hover { text-decoration: underline; }
.watch-box { position: relative; }
.watch-box:fullscreen { background: #000; align-items: center; }
.watch-box:fullscreen video { height: 100%; width: 100%; border-radius: 0; }
.watch-fs { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.25); background: rgba(11,16,32,.45); color: #fff;
  backdrop-filter: blur(8px); font: 600 14px/1 var(--font); cursor: pointer; transition: opacity .6s, transform .3s; }
.watch-fs:hover { background: rgba(11,16,32,.7); }
.watch-fs.gone { opacity: 0; pointer-events: none; }
.watch-end { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  background: rgba(11,16,32,.82); backdrop-filter: blur(6px); color: #fff; animation: rise .5s var(--ease) both; }
.watch-end[hidden] { display: none; }
.watch-end p { font: 700 clamp(22px, 2.4vw, 32px)/1.2 var(--font); letter-spacing: -.02em; }
.watch-end-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.watch-end .btn-ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); color: #fff; }
.watch-again { background: none; border: 0; color: #aab3c5; font: 500 14px var(--font); text-decoration: underline; cursor: pointer; }
.watch-box { border-radius: 16px; overflow: hidden; }
/* The box is exactly the video's size, so the overlays sit on the picture and nowhere else. */
.watch-box { flex: 1 1 auto; min-height: 0; width: auto; max-width: 100%; aspect-ratio: 16 / 9; box-shadow: var(--sh-xl); background: var(--ink-dark); }
.watch-box video { width: 100%; height: 100%; border-radius: 0; box-shadow: none; }
@media (max-width: 700px) { .watch-box { width: 100%; flex: none; } }

/* ── sign-up / sign-in: the turning side panel, and a form that fits one screen ── */
.slides { position: relative; min-height: 560px; }
.slide { position: absolute; inset: 0 0 40px; opacity: 0; transform: translateX(24px); transition: opacity .6s var(--ease), transform .7s var(--ease); pointer-events: none; }
.slide.on { opacity: 1; transform: none; pointer-events: auto; }
.slide-art { margin-top: 32px; display: flex; }
.slide .mock-card { animation: none; }
.slide.on .mock-card { animation: rise .8s .1s var(--ease) both; }
.slide .mc-ring, .slide .mc-bars i::after, .slide .mc-trail i { animation: none; }
.slide.on .mc-ring { animation: spin-in 1.2s .2s var(--ease) both; }
.slide.on .mc-bars i::after { animation: bar-in 1.1s .4s var(--ease) both; }
.slide.on .mc-trail i { animation: rise .5s var(--ease) both; }
.slide.on .mc-trail i:nth-child(1) { animation-delay: .6s; } .slide.on .mc-trail i:nth-child(2) { animation-delay: .7s; }
.slide.on .mc-trail i:nth-child(3) { animation-delay: .8s; } .slide.on .mc-trail i:nth-child(4) { animation-delay: .9s; }
.slide.on .mc-trail i:nth-child(5) { animation-delay: 1s; } .slide.on .mc-trail i:nth-child(6) { animation-delay: 1.1s; }
.sk-grid { width: min(460px, 100%); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sk { padding: 16px 18px; border-radius: 16px; background: #fff; color: var(--text); display: grid; gap: 6px; box-shadow: var(--sh-lg); opacity: 0; transform: translateY(12px); }
.slide.on .sk { animation: skin .55s var(--ease) forwards; }
@keyframes skin { to { opacity: 1; transform: none; } }
.slide.on .sk:nth-child(2) { animation-delay: .08s; } .slide.on .sk:nth-child(3) { animation-delay: .16s; }
.slide.on .sk:nth-child(4) { animation-delay: .24s; } .slide.on .sk:nth-child(5) { animation-delay: .32s; } .slide.on .sk:nth-child(6) { animation-delay: .4s; }
.sk span { font: 600 12.5px/1.2 var(--font); color: var(--text-3); }
.sk b { font: 750 22px/1.1 var(--font); color: var(--ok); letter-spacing: -.02em; }
.sk.s b { color: var(--brand); }
.sk i { position: relative; height: 6px; border-radius: 99px; background: var(--subtle); overflow: hidden; }
.sk i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 0; border-radius: 99px; background: linear-gradient(90deg, #47cd89, var(--ok)); }
.sk.s i::after { background: linear-gradient(90deg, #7f98f0, var(--brand)); }
.slide.on .sk i::after { width: var(--w); transition: width 1s .5s var(--ease); }
.ls { width: min(460px, 100%); padding: 10px; border-radius: 18px; background: #fff; box-shadow: var(--sh-xl); display: grid; gap: 4px; }
.ls-row { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 10px 12px; border-radius: 12px; opacity: 0; transform: translateX(-12px); }
.slide.on .ls-row { animation: skin .5s var(--ease) forwards; }
.slide.on .ls-row:nth-child(2) { animation-delay: .12s; } .slide.on .ls-row:nth-child(3) { animation-delay: .24s; } .slide.on .ls-row:nth-child(4) { animation-delay: .36s; }
.ls-row:first-child { background: var(--brand-50); }
.ls-row .av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font: 700 12px/1 var(--font); font-style: normal; }
.ls-row .av.a { background: #f4f3ff; color: #6941c6; } .ls-row .av.b { background: #ecfdf3; color: #067647; }
.ls-row .av.c { background: #fff6ed; color: #c4320a; } .ls-row .av.d { background: #f2f4f7; color: #475467; }
.ls-row b { display: block; font: 650 14.5px/1.2 var(--font); color: var(--text); }
.ls-row small { font-size: 12.5px; color: var(--text-3); }
.ls-row em { font: 650 12px/1 var(--font); font-style: normal; padding: 6px 10px; border-radius: 999px; }
.ls-row em.ok { background: var(--ok-bg); color: var(--ok); } .ls-row em.warn { background: #fffaeb; color: #b54708; } .ls-row em.muted { background: var(--subtle); color: var(--text-3); }
.slide-dots { position: absolute; left: 0; bottom: 0; display: flex; gap: 8px; }
.slide-dots button { width: 28px; height: 6px; border: 0; border-radius: 99px; background: rgba(255,255,255,.22); cursor: pointer; padding: 0; transition: background .3s, width .3s; }
.slide-dots button[aria-selected="true"] { width: 44px; background: #9fb4ff; }

/* The form, tight enough to sit on one screen; the two sign-in providers side by side. */
.auth-providers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.auth-providers > :only-child { grid-column: 1 / -1; }
@media (min-width: 961px) {
  .auth-form { padding: 22px 40px; }
  .auth-in { padding: 12px 0; }
  .auth h1 { font-size: 30px; }
  .auth-sub { margin-top: 8px; font-size: 15px; }
  .auth-perks { margin-top: 12px; }
  .auth form { margin-top: 18px; }
  .auth label { margin: 10px 0 6px; }
  .auth input { height: 44px; }
  .auth .hint { margin-top: 4px; font-size: 12.5px; }
  .auth .go { margin-top: 16px; height: 46px; }
  .auth-or { margin: 16px 0 10px; }
  .auth-foot { margin-top: 14px; }
  .auth-legal { margin-top: 8px; }
}
@media (max-width: 960px) { .slides { min-height: 520px; } }
@media (prefers-reduced-motion: reduce) { .slide { transition: none; } .slide.on * { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; } }
.slide .mock-card, .slide .ls, .slide .sk { color: var(--text); }
.slide .mc-ring b { color: var(--text); }
