:root {
  --ink: #171820;
  --muted: #646978;
  --line: #e4e6ee;
  --white: #ffffff;
  --surface: #f5f6fa;
  --violet: #6463f2;
  --violet-dark: #514fe2;
  --blue: #4d98f7;
  --sky: #dff1ff;
  --lavender: #e7e5ff;
  --mint: #dff7ee;
  --peach: #ffeadf;
  --max: 1320px;
  --gutter: clamp(18px, 3.5vw, 48px);
  --font: "Manrope", Inter, Arial, sans-serif;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-spring: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.95); border-bottom-color: var(--line); box-shadow: 0 10px 30px rgba(33,36,59,.06); }
.nav-wrap { width: min(100%, var(--max)); min-height: 78px; margin-inline: auto; padding-inline: var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { width: 158px; }
.brand img { width: 100%; transition: transform .35s var(--ease-spring); }
.brand:hover img { transform: scale(1.04) rotate(-1deg); }
.desktop-nav { display: flex; gap: clamp(22px, 2.8vw, 42px); }
.desktop-nav a, .login-link { position: relative; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover, .login-link:hover { color: var(--violet); }
.desktop-nav a::after, .login-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; border-radius: 999px; background: var(--violet); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease-out); }
.desktop-nav a:hover::after, .login-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.menu-button { display: none; border: 0; background: none; padding: 10px 0; font-weight: 800; }
.mobile-nav { position: absolute; max-height: calc(100dvh - 78px); overflow-y: auto; overscroll-behavior: contain; top: 100%; left: 0; width: 100%; padding: 6px var(--gutter) 24px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(33,36,59,.1); opacity: 0; transform: translateY(-16px); clip-path: inset(0 0 100% 0); transition: opacity .35s ease, transform .55s var(--ease-out), clip-path .55s var(--ease-out); }
.mobile-nav[hidden] { display: none; }
.mobile-nav.is-open { opacity: 1; transform: none; clip-path: inset(0); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 700; opacity: 0; transform: translateX(-16px); transition: opacity .35s ease, transform .45s var(--ease-out); }
.mobile-nav.is-open a { opacity: 1; transform: none; }
.mobile-nav.is-open a:nth-child(2) { transition-delay: .04s; }
.mobile-nav.is-open a:nth-child(3) { transition-delay: .08s; }
.mobile-nav.is-open a:nth-child(4) { transition-delay: .12s; }
.mobile-nav.is-open a:nth-child(5) { transition-delay: .16s; }
.mobile-nav.is-open a:nth-child(6) { transition-delay: .2s; }
.mobile-nav.is-open a:nth-child(7) { transition-delay: .24s; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; transition: transform .3s var(--ease-spring), box-shadow .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease; }
.button:hover { transform: translateY(-3px); }
.button span { transition: transform .3s var(--ease-out); }
.button:hover span { transform: translateX(5px); }
.button-outline { border-color: #b9bdc9; background: var(--white); }
.button-outline:hover { border-color: var(--ink); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--violet-dark); }
.button-white { background: var(--white); color: var(--ink); border-color: var(--white); box-shadow: 0 10px 25px rgba(32, 28, 89, .12); }
.button-white:hover { color: var(--violet); }
.button-large { min-height: 58px; padding-inline: 28px; font-size: 14px; }

.hero { padding-bottom: 0; }
.hero-surface { position: relative; overflow: hidden; padding: clamp(68px, 8vw, 112px) clamp(20px, 5vw, 72px) 0; border-radius: 34px; background: linear-gradient(135deg, #f6f5ff, #eef8ff); isolation: isolate; }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-orb-one { width: 460px; height: 460px; right: -90px; top: -110px; background: radial-gradient(circle, rgba(174,226,255,.9), rgba(174,226,255,0) 70%); animation: orbDriftOne 12s ease-in-out infinite alternate; }
.hero-orb-two { width: 520px; height: 520px; left: -170px; bottom: -130px; background: radial-gradient(circle, rgba(190,184,255,.72), rgba(190,184,255,0) 70%); animation: orbDriftTwo 15s ease-in-out infinite alternate; }
.hero-copy { max-width: 940px; margin-inline: auto; text-align: center; }
.hero-badge { width: fit-content; margin: 0 auto 26px; padding: 9px 14px; border: 1px solid rgba(100, 99, 242, .22); border-radius: 999px; background: rgba(255,255,255,.72); color: #4f4ec8; font-size: 11px; font-weight: 800; }
.hero-badge span { margin-right: 6px; }
.hero h1 { margin: 0; font-size: clamp(52px, 6.6vw, 94px); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.hero h1 span { background: linear-gradient(90deg, var(--violet), var(--blue)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-lead { max-width: 720px; margin: 28px auto 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; }
.recent-specialist { width:min(100%,520px);margin:22px auto 0;padding:12px 14px;display:flex;align-items:center;gap:12px;border:1px solid #d9def4;border-radius:18px;background:rgba(255,255,255,.78);color:var(--ink);box-shadow:0 14px 35px rgba(70,79,140,.1);text-align:left;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;backdrop-filter:blur(10px) }
.recent-specialist:hover { transform:translateY(-2px);border-color:#aeb8ee;box-shadow:0 18px 40px rgba(70,79,140,.15) }
.recent-specialist:focus-visible { outline:3px solid rgba(90,96,238,.3);outline-offset:3px }
.recent-specialist img { width:48px;height:48px;flex:0 0 48px;border-radius:14px;object-fit:cover;background:#eef1ff }
.recent-specialist span { min-width:0;display:grid;gap:3px }
.recent-specialist small { color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase }
.recent-specialist strong { overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px }
.recent-specialist i { margin-left:auto;color:var(--violet);font-style:normal;font-weight:800 }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.microcopy { margin: 14px 0 0; color: #5f6470; font-size: 11px; }

.product-window { position: relative; z-index: 2; max-width: 1110px; margin: clamp(52px, 6vw, 82px) auto -82px; overflow: hidden; border: 1px solid rgba(111, 113, 136, .22); border-radius: 22px; background: var(--white); box-shadow: 0 30px 90px rgba(50, 54, 100, .18); text-align: left; }
.window-bar { min-height: 48px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: #fafafd; }
.window-bar > p { margin: 0; color: #626774; font-size: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d4d6df; }
.window-dots span:nth-child(2) { background: #c9c6ff; }
.window-dots span:nth-child(3) { background: #bfe5fa; }
.secure-label { justify-self: end; color: #585d69; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.window-content { display: grid; grid-template-columns: .84fr 1.16fr; min-height: 480px; }
.brief-panel, .matches-panel { padding: clamp(24px, 3vw, 40px); }
.brief-panel { background: #f7f7fb; border-right: 1px solid var(--line); }
.panel-heading, .matches-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.panel-heading > span:last-child { color: #51a583; font-size: 10px; font-weight: 800; }
.step-badge { padding: 7px 10px; border-radius: 7px; background: var(--lavender); color: #514fc9; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.field-label { margin: 44px 0 12px; color: #777c89; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.brief-panel > h2 { margin: 0; font-size: clamp(23px, 2.6vw, 34px); line-height: 1.18; letter-spacing: -.045em; }
.brief-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.brief-tags span { padding: 7px 10px; border: 1px solid #dedfe7; border-radius: 999px; background: var(--white); color: #696e7b; font-size: 9px; font-weight: 700; }
.brief-progress { margin-top: 34px; }
.brief-progress > div:first-child { display: flex; justify-content: space-between; gap: 15px; font-size: 10px; }
.brief-progress strong { color: #4f53c8; }
.progress-track { height: 7px; margin-top: 10px; overflow: hidden; border-radius: 999px; background: #e4e5eb; }
.progress-track span { display: block; width: 88%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--violet), var(--blue)); }
.brief-note { margin-top: 28px; display: flex; gap: 11px; padding: 14px; border-radius: 12px; background: #ebeaff; color: #4b4d6b; }
.brief-note > span { color: var(--violet); }
.brief-note p { margin: 0; font-size: 9px; line-height: 1.5; }
.brief-note strong { display: block; margin-bottom: 2px; }

.matches-head p { margin: 0 0 5px; color: #5d626e; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.matches-head h2 { margin: 0; font-size: 24px; letter-spacing: -.045em; }
.match-status { display: flex; align-items: center; gap: 7px; color: #505561; font-size: 10px; font-weight: 700; }
.match-status i { width: 7px; height: 7px; border-radius: 50%; background: #62c498; box-shadow: 0 0 0 4px #e1f7ed; }
.candidate-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.candidate-featured { margin-top: 24px; padding: 20px 16px; border-color: #c8c6ff; background: #f7f6ff; box-shadow: 0 8px 24px rgba(75, 73, 183, .08); }
.candidate-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: #353748; font-size: 12px; font-weight: 800; }
.avatar-one { background: var(--lavender); }
.avatar-two { background: var(--sky); }
.avatar-three { background: var(--mint); }
.candidate-info > span { color: #5d626e; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.candidate-info h3 { margin: 4px 0; font-size: 13px; letter-spacing: -.02em; }
.candidate-info p { margin: 0; color: #5d626e; font-size: 10px; }
.verified-chip { padding: 7px 9px; border-radius: 7px; background: var(--white); color: #5755cc; font-size: 8px; font-weight: 800; white-space: nowrap; }
.card-arrow { color: #858a96; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 112px; }
.trust-strip p { margin: 0; padding: 22px 20px; border-bottom: 1px solid var(--line); color: #4e5260; font-size: 12px; font-weight: 700; text-align: center; }
.trust-strip p + p { border-left: 1px solid var(--line); }
.trust-strip span { margin-right: 9px; color: var(--violet); font-size: 10px; }

.section { padding-top: clamp(96px, 10vw, 150px); padding-bottom: clamp(96px, 10vw, 150px); }
.section-intro h2 { margin: 0; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.06em; }
.section-intro > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.65; }
.centered { max-width: 860px; margin-inline: auto; text-align: center; }
.centered > p:last-child { max-width: 690px; margin: 24px auto 0; }
.section-kicker { margin: 0 0 18px; color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.difference-section { overflow: hidden; background: #171820; color: var(--white); }
.difference-intro > p { color: #aeb2c0; }
.difference-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: clamp(52px, 6vw, 78px); }
.difference-card { position: relative; min-height: 570px; overflow: hidden; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; isolation: isolate; }
.difference-verified { grid-column: 1 / -1; min-height: 540px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: center; background: radial-gradient(circle at 84% 24%, rgba(104,162,255,.24), transparent 34%), linear-gradient(145deg, #24263a, #1d1e29); }
.difference-small { background: radial-gradient(circle at 76% 82%, rgba(132,118,255,.28), transparent 36%), #242431; }
.difference-ai { background: radial-gradient(circle at 68% 73%, rgba(91,191,255,.25), transparent 38%), #202334; }
.difference-copy { position: relative; z-index: 3; max-width: 590px; }
.difference-label { display: flex; align-items: center; gap: 9px; color: #b9bdd0; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.difference-label i { width: 7px; height: 7px; border-radius: 50%; background: #7f7aff; box-shadow: 0 0 0 5px rgba(127,122,255,.12); }
.difference-verified .difference-label i { background: #60d5a1; box-shadow: 0 0 0 5px rgba(96,213,161,.12); }
.difference-ai .difference-label i { animation: statusPulseBlue 1.8s ease-out infinite; }
.difference-copy h3 { margin: 22px 0 16px; font-size: clamp(34px, 4.1vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.difference-copy p { max-width: 560px; margin: 0; color: #b3b7c5; font-size: 14px; line-height: 1.75; }
.accountability-visual { position: relative; z-index: 2; min-height: 350px; display: flex; align-items: center; justify-content: center; }
.accountability-person { position: relative; z-index: 3; width: 112px; height: 112px; display: grid; place-items: center; border: 6px solid rgba(255,255,255,.12); border-radius: 34px; background: linear-gradient(145deg, #d9f8eb, #c7e6ff); color: #313546; box-shadow: 0 24px 55px rgba(0,0,0,.2); transform: rotate(-7deg); animation: personFloat 5s ease-in-out infinite; }
.accountability-person span { font-size: 24px; font-weight: 800; }
.accountability-person i { position: absolute; right: -8px; bottom: -8px; width: 32px; height: 32px; display: grid; place-items: center; border: 4px solid #252738; border-radius: 50%; background: #61d6a2; color: #143f2d; font-style: normal; font-size: 12px; }
.accountability-route { width: clamp(60px, 9vw, 130px); display: flex; align-items: center; justify-content: space-between; }
.accountability-route::before { content: ""; position: absolute; width: clamp(70px, 10vw, 145px); height: 1px; background: linear-gradient(90deg, #7b80a0, #706df3); }
.accountability-route i { position: relative; z-index: 2; width: 5px; height: 5px; border-radius: 50%; background: #a3a8c0; animation: routePulse 1.8s ease-in-out infinite; }
.accountability-route i:nth-child(2) { animation-delay: .3s; }
.accountability-route i:nth-child(3) { animation-delay: .6s; }
.accountability-route i:nth-child(4) { animation-delay: .9s; }
.accountability-panel { position: relative; z-index: 3; width: min(100%, 330px); padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.09); box-shadow: 0 24px 60px rgba(0,0,0,.2); backdrop-filter: blur(16px); animation: panelFloat 5.8s ease-in-out .4s infinite; }
.accountability-panel p { margin: 0; display: flex; justify-content: space-between; gap: 16px; color: #9da1b4; font-size: 9px; }
.accountability-panel p strong { color: #a9f0d0; }
.accountability-panel > div { margin-top: 28px; display: flex; align-items: center; gap: 14px; font-size: 34px; font-weight: 700; letter-spacing: -.04em; }
.accountability-panel > div i { width: 12px; height: 12px; border-radius: 50%; background: #60d5a1; box-shadow: 0 0 0 7px rgba(96,213,161,.12); animation: statusPulseGreen 1.7s ease-out infinite; }
.focus-visual, .ai-visual { position: relative; min-height: 265px; margin-top: 32px; }
.focus-core { position: absolute; left: 50%; top: 52%; z-index: 3; display: flex; align-items: center; gap: 13px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.1); box-shadow: 0 18px 45px rgba(0,0,0,.18); transform: translate(-50%, -50%); animation: coreFloat 5s ease-in-out infinite; }
.focus-core i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, #8d87ff, #64aaff); font-style: normal; font-weight: 800; }
.focus-core p { margin: 0; color: #daddea; font-size: 9px; white-space: nowrap; }
.focus-core strong { display: block; margin-top: 4px; color: var(--white); font-size: 13px; }
.focus-visual > span { position: absolute; padding: 9px 12px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.focus-cloud { left: 5%; top: 16%; background: rgba(255,255,255,.07); color: #767b8d; text-decoration: line-through; animation: mutedDrift 6s ease-in-out infinite; }
.focus-client { right: 1%; top: 22%; background: #fff; color: #414455; animation: chipFloatOne 5s ease-in-out .4s infinite; }
.focus-talent { left: 10%; bottom: 15%; background: #dff7ee; color: #326b54; animation: chipFloatTwo 5.4s ease-in-out .8s infinite; }
.ai-orbit { position: absolute; left: 50%; top: 54%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 245px; height: 245px; animation: ringSpin 18s linear infinite; }
.orbit-two { width: 170px; height: 170px; animation: ringSpinReverse 13s linear infinite; }
.ai-orbit i { position: absolute; left: 50%; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: #73c7ff; box-shadow: 0 0 18px #73c7ff; }
.orbit-two i { left: auto; right: 12%; top: 8%; background: #918cff; box-shadow: 0 0 18px #918cff; }
.ai-core { position: absolute; left: 50%; top: 54%; z-index: 3; width: 94px; height: 94px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(135deg, #706bf2, #58aaf5); box-shadow: 0 20px 55px rgba(73,107,226,.45); transform: translate(-50%, -50%) rotate(-6deg); animation: aiBreath 4s ease-in-out infinite; }
.ai-core span { font-size: 25px; font-weight: 800; }
.ai-core small { position: absolute; bottom: 11px; color: #dfe9ff; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.ai-task { position: absolute; z-index: 4; padding: 10px 13px; border-radius: 999px; background: #fff; color: #454859; box-shadow: 0 14px 32px rgba(0,0,0,.2); font-size: 8px; font-weight: 800; white-space: nowrap; }
.task-one { left: 1%; top: 12%; animation: chipFloatOne 5s ease-in-out infinite; }
.task-two { right: 0; top: 31%; animation: chipFloatTwo 5.4s ease-in-out .5s infinite; }
.task-three { left: 10%; bottom: 5%; animation: chipFloatOne 5.8s ease-in-out 1s infinite reverse; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: clamp(52px, 6vw, 78px); }
.feature-card { min-height: 520px; overflow: hidden; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; border-radius: 26px; }
.feature-brief { background: #eaf4ff; }
.feature-network { background: #24252f; color: var(--white); }
.feature-payment { background: #eeecff; }
.feature-delivery { background: #eef8f4; }
.feature-copy { max-width: 520px; }
.feature-number { color: currentColor; opacity: .52; font-size: 10px; font-weight: 800; }
.feature-copy h3 { margin: 18px 0 12px; font-size: clamp(28px, 3vw, 42px); line-height: 1.05; letter-spacing: -.05em; }
.feature-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-network .feature-copy p { color: #aeb1bd; }
.mini-brief, .payment-visual, .message-visual { margin-top: auto; padding: 24px; border-radius: 18px; background: var(--white); box-shadow: 0 15px 40px rgba(66, 78, 110, .1); }
.mini-brief > p { margin: 0 0 10px; color: #888d9a; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.mini-brief > strong { display: block; font-size: 19px; }
.mini-brief > div { display: flex; gap: 6px; margin-top: 22px; }
.mini-brief > div span { padding: 7px 9px; border-radius: 999px; background: #f0f2f7; color: #646977; font-size: 9px; }
.mini-brief > i { display: block; height: 7px; margin-top: 24px; border-radius: 999px; background: #e6e8ef; }
.mini-brief > i b { display: block; width: 84%; height: 100%; border-radius: inherit; background: var(--blue); }
.network-visual { position: relative; min-height: 210px; margin-top: auto; display: grid; grid-template-columns: repeat(4, 64px); justify-content: center; align-items: center; }
.network-visual > span { width: 78px; height: 78px; display: grid; place-items: center; border: 5px solid #24252f; border-radius: 24px; color: #343747; font-weight: 800; transform: rotate(-6deg); }
.network-visual > span:nth-child(1) { background: var(--lavender); }
.network-visual > span:nth-child(2) { background: var(--sky); transform: translateY(18px) rotate(5deg); }
.network-visual > span:nth-child(3) { background: var(--mint); transform: translateY(-12px) rotate(-2deg); }
.network-visual > span:nth-child(4) { background: var(--peach); transform: translateY(12px) rotate(7deg); }
.network-visual > div { position: absolute; left: 50%; bottom: 6px; transform: translateX(-50%); padding: 9px 13px; border-radius: 999px; background: var(--white); color: #4c4f5e; font-size: 9px; font-weight: 800; white-space: nowrap; }
.payment-visual { display: grid; gap: 10px; background: rgba(255,255,255,.78); }
.payment-visual > div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.payment-visual span { color: #777c89; }
.payment-visual .payment-approval { display: block; text-align: center; margin-top: 8px; padding: 13px; border: 0; border-radius: 10px; background: var(--violet); color: var(--white); font-size: 10px; font-weight: 800; }
.message-visual { display: grid; gap: 10px; background: rgba(255,255,255,.82); }
.message-visual p { width: 82%; margin: 0; padding: 13px; border-radius: 12px 12px 12px 3px; background: #eef0f5; color: #545967; font-size: 10px; line-height: 1.5; }
.message-visual p:nth-child(2) { margin-left: auto; border-radius: 12px 12px 3px 12px; background: #e4e2ff; }
.message-visual p span { display: block; margin-bottom: 4px; color: #868b98; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.message-visual > div { width: fit-content; margin: 8px auto 0; padding: 8px 11px; border-radius: 999px; background: #dff5eb; color: #36765d; font-size: 9px; font-weight: 800; }

.roles-section { background: #f6f7fa; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); gap: 70px; align-items: end; }
.split-intro > p { margin: 0 0 6px; }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 60px; }
.role-card { min-height: 390px; padding: 20px; display: flex; flex-direction: column; border-radius: 22px; }
.role-blue { background: var(--sky); }
.role-violet { background: var(--lavender); }
.role-mint { background: var(--mint); }
.role-peach { background: var(--peach); }
.role-icon { height: 150px; display: grid; place-items: center; }
.role-icon span { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: 0 16px 30px rgba(61, 68, 92, .1); font-size: 20px; font-weight: 800; transform: rotate(-7deg); }
.role-card:nth-child(even) .role-icon span { transform: rotate(7deg); }
.role-card > span { margin-top: 10px; color: #777c89; font-size: 9px; font-weight: 800; }
.role-card h3 { margin: 11px 0 8px; font-size: 24px; letter-spacing: -.04em; }
.role-card p { margin: 0; color: #626775; font-size: 12px; line-height: 1.55; }
.role-card strong { margin-top: auto; padding-top: 20px; font-size: 11px; }

.process-surface { padding: clamp(60px, 7vw, 96px) clamp(20px, 5vw, 68px); border-radius: 30px; background: linear-gradient(145deg, #f0efff, #eef8ff); }
.process-heading { max-width: 900px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 64px; }
.process-grid article { padding: 22px; border: 1px solid rgba(113,116,151,.14); border-radius: 20px; background: rgba(255,255,255,.7); }
.process-number { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 800; }
.process-mini { position: relative; height: 150px; margin: 24px 0; display: flex; align-items: center; justify-content: center; }
.brief-mini { flex-direction: column; gap: 8px; }
.brief-mini i { width: 74%; height: 10px; border-radius: 999px; background: #dfe1ea; }
.brief-mini i:nth-child(2) { width: 58%; }
.brief-mini i:nth-child(3) { width: 68%; background: #cbc8ff; }
.process-mini strong { position: absolute; bottom: 4px; padding: 7px 10px; border-radius: 999px; background: var(--white); box-shadow: 0 8px 20px rgba(63,67,96,.1); color: #575c6a; font-size: 9px; }
.stack-mini i { width: 64px; height: 64px; display: grid; place-items: center; margin-left: -12px; border: 5px solid #f8f8ff; border-radius: 18px; color: #414452; font-style: normal; font-size: 10px; font-weight: 800; }
.stack-mini i:nth-child(1) { background: var(--lavender); margin-left: 0; transform: rotate(-8deg); }
.stack-mini i:nth-child(2) { background: var(--sky); transform: translateY(8px); }
.stack-mini i:nth-child(3) { background: var(--mint); transform: rotate(8deg); }
.approval-mini i { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 24px; background: #d9f5e8; color: #398161; font-style: normal; font-size: 28px; box-shadow: 0 14px 30px rgba(53,123,93,.12); }
.process-grid h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.04em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.process-cta { margin-top: 42px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.process-cta p { margin: 0; color: #7c808e; font-size: 9px; }

.faq-section { background: #f6f7fa; }
.faq-wrap { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(54px, 8vw, 110px); }
.faq-heading h2 { margin: 0 0 28px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.06em; }
.faq-heading > a { color: var(--violet); font-size: 12px; font-weight: 800; }
.faq-list { border-top: 1px solid #d8dae3; }
.faq-list details { border-bottom: 1px solid #d8dae3; }
.faq-list summary { padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: clamp(17px, 1.8vw, 23px); font-weight: 700; letter-spacing: -.03em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--violet); }
.faq-list details[open] summary span { visibility: hidden; }
.faq-list details p { max-width: 680px; margin: 0; padding: 0 50px 26px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { padding-top: clamp(82px, 9vw, 130px); padding-bottom: clamp(82px, 9vw, 130px); }
.final-cta-surface { min-height: 520px; overflow: hidden; padding: clamp(42px, 6vw, 78px); display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; border-radius: 30px; background: radial-gradient(circle at 88% 22%, rgba(98,151,255,.34), transparent 34%), linear-gradient(145deg, #23233c, #171820); color: var(--white); }
.final-cta-surface > div:first-child { position: relative; z-index: 2; }
.final-cta-surface > div:first-child > p { margin: 0 0 20px; color: #aaaed0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.final-cta h2 { max-width: 700px; margin: 0 0 34px; font-size: clamp(45px, 5.6vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
.final-cta small { display: block; margin-top: 12px; color: #979bad; font-size: 9px; }
.cta-visual { position: relative; min-height: 360px; }
.cta-ring { position: absolute; inset: 50% auto auto 50%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 320px; height: 320px; }
.ring-two { width: 220px; height: 220px; }
.cta-core { position: absolute; left: 50%; top: 50%; width: 108px; height: 108px; display: grid; place-items: center; border-radius: 32px; background: linear-gradient(135deg, var(--violet), var(--blue)); box-shadow: 0 20px 50px rgba(70,84,226,.4); transform: translate(-50%, -50%) rotate(-8deg); font-size: 25px; font-weight: 800; }
.cta-chip { position: absolute; padding: 10px 13px; border-radius: 999px; background: var(--white); color: #454856; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 9px; font-weight: 800; }
.chip-one { left: 5%; top: 22%; }
.chip-two { right: 1%; top: 34%; }
.chip-three { left: 18%; bottom: 13%; }

.site-footer { padding-top: 66px; padding-bottom: 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .9fr 1.15fr 1.25fr; gap: clamp(28px, 4vw, 60px); align-items: start; }
.footer-brand img { width: 165px; }
.footer-brand p { max-width: 230px; margin: 16px 0 22px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.payment-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.payment-badges span { padding: 7px 8px; border: 1px solid var(--line); border-radius: 6px; color: #686d79; font-size: 8px; font-weight: 800; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { margin: 0 0 8px; color: var(--ink); font-size: 11px; letter-spacing: .02em; }
.footer-column a { color: #5d626e; font-size: 10px; font-weight: 600; line-height: 1.45; transition: color .25s ease, transform .25s var(--ease-out); }
.footer-column a:hover { color: var(--violet); transform: translateX(3px); }
.footer-bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #626774; font-size: 10px; }
.footer-bottom p { margin: 0; }

/* Motion system */
.js-ready .nav-wrap,
.js-ready .hero-badge,
.js-ready .hero h1,
.js-ready .hero-lead,
.js-ready .hero-actions,
.js-ready .microcopy { opacity: 0; }
.js-ready .nav-wrap { transform: translateY(-26px); }
.js-ready .hero-badge { transform: translateY(20px) scale(.92); }
.js-ready .hero h1 { transform: translateY(42px); filter: blur(10px); }
.js-ready .hero-lead,
.js-ready .hero-actions,
.js-ready .microcopy { transform: translateY(24px); }

.is-loaded .nav-wrap { opacity: 1; transform: none; transition: opacity .7s ease, transform .8s var(--ease-out); }
.is-loaded .hero-badge { opacity: 1; transform: none; transition: opacity .65s ease .12s, transform .8s var(--ease-spring) .12s; }
.is-loaded .hero h1 { opacity: 1; transform: none; filter: none; transition: opacity .8s ease .22s, transform 1s var(--ease-out) .22s, filter 1s ease .22s; }
.is-loaded .hero-lead { opacity: 1; transform: none; transition: opacity .7s ease .42s, transform .85s var(--ease-out) .42s; }
.is-loaded .hero-actions { opacity: 1; transform: none; transition: opacity .7s ease .54s, transform .85s var(--ease-out) .54s; }
.is-loaded .microcopy { opacity: 1; transform: none; transition: opacity .7s ease .64s, transform .85s var(--ease-out) .64s; }

.js-ready .product-window { opacity: 0; transform: perspective(1200px) translateY(90px) rotateX(9deg) scale(.94); transform-origin: center top; }
.is-loaded .product-window { animation: windowEnter 1.15s var(--ease-spring) .48s forwards; }
.product-window.is-interactive { opacity: 1; animation: none; transform: perspective(1200px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translate3d(var(--move-x, 0px), var(--move-y, 0px), 0); transition: transform .18s ease-out; }
.product-window::after { content: ""; position: absolute; inset: -50% -30%; z-index: 5; background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.48) 49%, transparent 60%); transform: translateX(-70%) rotate(4deg); pointer-events: none; }
.is-loaded .product-window::after { animation: windowSheen 4.8s ease-in-out 1.4s infinite; }

.is-loaded .candidate-featured { animation: candidateFloatOne 5.4s ease-in-out 1.7s infinite; }
.is-loaded .candidate-card:nth-of-type(2) { animation: candidateFloatTwo 6.2s ease-in-out 2s infinite; }
.is-loaded .candidate-card:nth-of-type(3) { animation: candidateFloatOne 5.8s ease-in-out 2.25s infinite reverse; }
.match-status i { animation: statusPulse 1.8s ease-out infinite; }
.js-ready .progress-track span { width: 0; }
.is-loaded .progress-track span { animation: progressGrow 1.1s var(--ease-out) 1.25s forwards; }

.js-ready [data-reveal] { opacity: 0; transform: translateY(48px) scale(.985); filter: blur(8px); }
.js-ready [data-reveal].is-visible { opacity: 1; transform: none; filter: none; transition: opacity .75s ease var(--reveal-delay, 0ms), transform .9s var(--ease-out) var(--reveal-delay, 0ms), filter .8s ease var(--reveal-delay, 0ms); }

.feature-card,
.role-card,
.process-grid article { position: relative; transform-style: preserve-3d; transition: transform .45s var(--ease-spring), box-shadow .45s ease; }
.feature-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle 230px at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255,255,255,.46), transparent 72%); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.feature-card:hover::after { opacity: 1; }
.feature-card:hover { transform: translateY(-9px) rotateX(1deg); box-shadow: 0 24px 60px rgba(52,59,92,.13); }
.role-card:hover { transform: translateY(-10px) rotate(-.6deg); box-shadow: 0 22px 46px rgba(54,60,87,.12); }
.process-grid article:hover { transform: translateY(-8px) scale(1.015); box-shadow: 0 20px 40px rgba(66,71,113,.12); }

.mini-brief { animation: visualBob 6s ease-in-out infinite; }
.network-visual > span:nth-child(1) { animation: avatarBobOne 4.4s ease-in-out infinite; }
.network-visual > span:nth-child(2) { animation: avatarBobTwo 5s ease-in-out .3s infinite; }
.network-visual > span:nth-child(3) { animation: avatarBobOne 4.8s ease-in-out .6s infinite reverse; }
.network-visual > span:nth-child(4) { animation: avatarBobTwo 5.4s ease-in-out .9s infinite reverse; }
.payment-visual .payment-approval { position: relative; overflow: hidden; }
.payment-visual .payment-approval::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); transform: translateX(-120%); animation: buttonSheen 3.6s ease-in-out infinite; }
.message-visual p:first-child { animation: messageBob 5.2s ease-in-out infinite; }
.message-visual p:nth-child(2) { animation: messageBob 5.6s ease-in-out .7s infinite reverse; }

.role-icon span { animation: roleIconBob 4.8s ease-in-out infinite; transition: transform .45s var(--ease-spring), box-shadow .45s ease; }
.role-card:nth-child(2) .role-icon span { animation-delay: .5s; }
.role-card:nth-child(3) .role-icon span { animation-delay: 1s; }
.role-card:nth-child(4) .role-icon span { animation-delay: 1.5s; }
.role-card:hover .role-icon span { animation-play-state: paused; transform: rotate(0) scale(1.08); box-shadow: 0 22px 42px rgba(61,68,92,.18); }
.role-card strong { transition: transform .3s var(--ease-out); }
.role-card:hover strong { transform: translateX(7px); }

.process-grid article:nth-child(1) .process-mini { animation: visualBob 5.2s ease-in-out infinite; }
.process-grid article:nth-child(2) .process-mini { animation: visualBob 5.8s ease-in-out .5s infinite reverse; }
.process-grid article:nth-child(3) .process-mini { animation: visualBob 5.5s ease-in-out 1s infinite; }
.approval-mini i { animation: approvalPulse 2.6s ease-in-out infinite; }

.faq-list summary span { transition: transform .35s var(--ease-spring); }
.faq-list details[open] summary span { visibility: visible; transform: rotate(45deg); }
.faq-list details[open] p { animation: answerEnter .45s var(--ease-out); }

.ring-one { animation: ringSpin 18s linear infinite; }
.ring-two { animation: ringSpinReverse 13s linear infinite; }
.cta-core { animation: coreBreath 4.2s ease-in-out infinite; }
.chip-one { animation: chipFloatOne 4.8s ease-in-out infinite; }
.chip-two { animation: chipFloatTwo 5.2s ease-in-out .5s infinite; }
.chip-three { animation: chipFloatOne 5.6s ease-in-out 1s infinite reverse; }

@keyframes orbDriftOne {
  from { transform: translate3d(-20px, -12px, 0) scale(.96); }
  to { transform: translate3d(40px, 50px, 0) scale(1.14); }
}
@keyframes orbDriftTwo {
  from { transform: translate3d(-15px, 22px, 0) scale(1.04); }
  to { transform: translate3d(55px, -38px, 0) scale(.92); }
}
@keyframes windowEnter {
  0% { opacity: 0; transform: perspective(1200px) translateY(90px) rotateX(9deg) scale(.94); }
  65% { opacity: 1; transform: perspective(1200px) translateY(-8px) rotateX(-1deg) scale(1.008); }
  100% { opacity: 1; transform: none; }
}
@keyframes windowSheen {
  0%, 58% { transform: translateX(-70%) rotate(4deg); }
  82%, 100% { transform: translateX(70%) rotate(4deg); }
}
@keyframes candidateFloatOne {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes candidateFloatTwo {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(5px) rotate(.35deg); }
}
@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(98,196,152,.45); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(98,196,152,0); }
}
@keyframes progressGrow { to { width: 88%; } }
@keyframes visualBob {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-7px) rotate(.35deg); }
}
@keyframes avatarBobOne {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-12px) rotate(-1deg); }
}
@keyframes avatarBobTwo {
  0%, 100% { transform: translateY(10px) rotate(6deg); }
  50% { transform: translateY(-7px) rotate(1deg); }
}
@keyframes buttonSheen {
  0%, 55% { transform: translateX(-120%); }
  85%, 100% { transform: translateX(120%); }
}
@keyframes messageBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes roleIconBob {
  0%, 100% { transform: translateY(0) rotate(-7deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
@keyframes approvalPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 14px 30px rgba(53,123,93,.12); }
  50% { transform: scale(1.07); box-shadow: 0 18px 40px rgba(53,123,93,.22); }
}
@keyframes answerEnter {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: none; }
}
@keyframes ringSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes ringSpinReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}
@keyframes coreBreath {
  0%, 100% { transform: translate(-50%, -50%) rotate(-8deg) scale(1); }
  50% { transform: translate(-50%, -50%) rotate(1deg) scale(1.08); }
}
@keyframes chipFloatOne {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-13px) rotate(2deg); }
}
@keyframes chipFloatTwo {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(12px) rotate(-2deg); }
}
@keyframes personFloat {
  0%, 100% { transform: translateY(0) rotate(-7deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}
@keyframes panelFloat {
  0%, 100% { transform: translateY(5px) rotate(.5deg); }
  50% { transform: translateY(-8px) rotate(-.5deg); }
}
@keyframes routePulse {
  0%, 100% { opacity: .35; transform: scale(.7); }
  50% { opacity: 1; transform: scale(1.5); }
}
@keyframes statusPulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(96,213,161,.5); }
  75%, 100% { box-shadow: 0 0 0 12px rgba(96,213,161,0); }
}
@keyframes statusPulseBlue {
  0% { box-shadow: 0 0 0 0 rgba(127,122,255,.52); }
  75%, 100% { box-shadow: 0 0 0 10px rgba(127,122,255,0); }
}
@keyframes coreFloat {
  0%, 100% { transform: translate(-50%, -50%) rotate(-1deg); }
  50% { transform: translate(-50%, calc(-50% - 9px)) rotate(1deg); }
}
@keyframes mutedDrift {
  0%, 100% { opacity: .46; transform: translate(0); }
  50% { opacity: .7; transform: translate(10px, -7px); }
}
@keyframes aiBreath {
  0%, 100% { transform: translate(-50%, -50%) rotate(-6deg) scale(1); }
  50% { transform: translate(-50%, -50%) rotate(2deg) scale(1.08); }
}

:focus-visible { outline: 3px solid #8a88ff; outline-offset: 3px; }

@media (max-width: 1050px) {
  .window-content { grid-template-columns: 1fr; }
  .brief-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card { min-height: 480px; }
  .role-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-surface { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .difference-verified { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .desktop-nav, .login-link { display: none; }
  .menu-button { display: block; }
}

@media (max-width: 760px) {
  :root { --gutter: 16px; }
  .nav-wrap { min-height: 68px; }
  .brand { width: 142px; }
  .nav-actions { gap: 10px; }
  .header-cta { min-height: 42px; padding: 9px 13px; font-size: 11px; }
  .menu-button { font-size: 12px; }
  .hero-surface { padding-top: 58px; border-radius: 24px; }
  .hero h1 { font-size: clamp(46px, 12vw, 72px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .product-window { margin-bottom: -58px; border-radius: 16px; }
  .window-bar { grid-template-columns: 1fr auto; }
  .window-bar > p { display: none; }
  .window-content { min-height: auto; }
  .brief-panel, .matches-panel { padding: 22px 16px; }
  .field-label { margin-top: 28px; }
  .candidate-card { grid-template-columns: auto 1fr; }
  .verified-chip, .card-arrow { grid-column: 2; justify-self: start; }
  .trust-strip { grid-template-columns: 1fr; padding-top: 82px; }
  .trust-strip p + p { border-left: 0; }
  .section { padding-top: 84px; padding-bottom: 84px; }
  .feature-grid, .process-grid, .faq-wrap { grid-template-columns: 1fr; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-verified { grid-column: auto; min-height: auto; }
  .difference-card { min-height: 560px; }
  .accountability-visual { min-height: 300px; }
  .feature-card { min-height: 460px; }
  .split-intro { grid-template-columns: 1fr; gap: 22px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card { min-height: 360px; }
  .faq-heading { max-width: 580px; }
  .final-cta-surface { min-height: auto; grid-template-columns: 1fr; }
  .cta-visual { min-height: 330px; }
  .site-footer { padding-top: 48px; }
}

@media (max-width: 440px) {
  .nav-wrap { gap: 16px; }
  .brand { width: 112px; }
  .nav-actions { gap: 8px; }
  .header-cta { min-height: 38px; padding: 8px 9px; font-size: 10px; }
  .menu-button { padding-inline: 0; font-size: 11px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .section-intro h2, .faq-heading h2 { font-size: 40px; }
  .feature-card { min-height: 430px; padding: 24px 18px; }
  .difference-card { min-height: 520px; padding: 30px 20px; }
  .difference-verified { min-height: auto; }
  .accountability-visual { min-height: 340px; transform: scale(.82); margin-inline: -45px; }
  .accountability-person { width: 94px; height: 94px; }
  .accountability-panel { width: 245px; padding: 18px; }
  .accountability-panel > div { font-size: 27px; }
  .focus-visual, .ai-visual { margin-inline: -8px; }
  .network-visual { grid-template-columns: repeat(4, 50px); }
  .network-visual > span { width: 62px; height: 62px; border-radius: 18px; }
  .final-cta-surface { padding: 34px 22px; }
  .final-cta h2 { font-size: 42px; }
  .cta-visual { min-height: 290px; transform: scale(.88); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-orb { display: none; }
  .js-ready .nav-wrap,
  .js-ready .hero-badge,
  .js-ready .hero h1,
  .js-ready .hero-lead,
  .js-ready .hero-actions,
  .js-ready .microcopy,
  .js-ready .product-window,
  .js-ready [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
  .js-ready .progress-track span { width: 88%; }
}

.homepage-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 18px 50px rgba(23,24,32,.24);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .3s var(--ease-out);
}
.homepage-toast.is-visible { opacity: 1; transform: none; }
