:root {
  color-scheme: light;
  --ink-950: #0f1c2e;
  --ink-900: #142238;
  --ink-800: #23334d;
  --ink-600: #52627a;
  --cloud-50: #f7f9fc;
  --cloud-100: #eef2f7;
  --line-200: #dfe5ee;
  --white: #ffffff;
  --violet-600: #5b4bff;
  --violet-500: #776aff;
  --violet-100: #ebe9ff;
  --blue-600: #2454d8;
  --teal-600: #148b6b;
  --teal-400: #39d2a5;
  --teal-100: #ddf7ed;
  --amber-700: #9a5b00;
  --amber-400: #ffbd52;
  --amber-100: #fff1d6;
  --danger-600: #bf3f4b;
  --font-display: "Bahnschrift SemiCondensed", "Aptos Display", "Arial Narrow", sans-serif;
  --font-body: "Aptos", "Segoe UI Variable Text", system-ui, sans-serif;
  --font-number: ui-monospace, "Cascadia Code", "SFMono-Regular", monospace;
  --shell: min(100% - 48px, 1240px);
  --header-height: 82px;
  --shadow-deep: 0 36px 90px rgb(3 10 22 / 42%);
  --ease-out: cubic-bezier(.2, .76, .24, 1);
  --z-header: 400;
  --z-backdrop: 500;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: #65728a var(--ink-950); scrollbar-width: thin; }
section[id] { scroll-margin-top: calc(var(--header-height) + 18px); }
body { margin: 0; color: var(--ink-950); background: var(--ink-950); font-family: var(--font-body); line-height: 1.55; text-rendering: optimizeLegibility; }
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: var(--ink-950); }
body::-webkit-scrollbar-thumb { border: 2px solid var(--ink-950); border-radius: 99px; background: #65728a; }
body::-webkit-scrollbar-thumb:hover { background: #8290a8; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button { cursor: pointer; }
a:focus-visible, button:focus-visible { border-radius: 5px; box-shadow: 0 0 0 3px var(--white), 0 0 0 6px var(--violet-500); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; padding: 0; border: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 11px 15px; border-radius: 7px; color: var(--ink-950); background: var(--white); font-weight: 800; text-decoration: none; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: var(--z-header); top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; color: var(--white); transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease; }
.site-header.is-scrolled { border-color: rgb(255 255 255 / 9%); background: rgb(15 28 46 / 82%); backdrop-filter: blur(18px); }
.nav-shell { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-weight: 800; text-decoration: none; }
.brand-name { font: 760 18px/1 var(--font-display); letter-spacing: -.03em; }
.brand-mark { display: inline-flex; width: 34px; height: 34px; align-items: end; justify-content: center; gap: 3px; padding: 7px; border-radius: 10px; background: var(--violet-600); box-shadow: 0 9px 28px rgb(91 75 255 / 30%); }
.brand-mark > span { display: block; width: 4px; border-radius: 99px; background: var(--white); }
.brand-mark > span:nth-child(1) { height: 8px; }
.brand-mark > span:nth-child(2) { height: 14px; }
.brand-mark > span:nth-child(3) { height: 20px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: #dbe4f3; font-size: 13px; font-weight: 700; text-decoration: none; transition: color 160ms ease; }
.site-nav a:not(.nav-login)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--teal-400); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-login { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 17px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 9px; color: var(--white); background: rgb(255 255 255 / 7%); }
.site-nav .nav-login:hover { border-color: rgb(255 255 255 / 44%); background: rgb(255 255 255 / 12%); }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid rgb(255 255 255 / 20%); border-radius: 9px; color: var(--white); background: rgb(255 255 255 / 6%); }
.nav-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1px; margin: 3px auto; background: currentColor; transition: transform 180ms ease; }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: rotate(-45deg); }

.hero { position: relative; min-height: 920px; overflow: clip; color: var(--white); background: var(--ink-950); isolation: isolate; }
.hero::before { position: absolute; z-index: -4; inset: 0; background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero::after { position: absolute; z-index: -3; top: 0; right: 0; bottom: 0; width: 58%; background: radial-gradient(circle at 64% 45%, rgb(91 75 255 / 20%), transparent 48%); content: ""; }
.hero-particles { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; opacity: .58; }
.hero-aurora { position: absolute; z-index: -3; top: -160px; right: 8%; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgb(91 75 255 / 24%) 0, rgb(20 139 107 / 10%) 34%, transparent 70%); filter: blur(10px); animation: aurora-drift 12s ease-in-out infinite alternate; }
.hero-grid { display: grid; min-height: 920px; grid-template-columns: minmax(0, .8fr) minmax(540px, 1.2fr); align-items: center; gap: clamp(22px, 3vw, 54px); padding-top: var(--header-height); }
.hero-copy { position: relative; z-index: 3; padding: 70px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--violet-600); font: 800 10px/1.3 var(--font-number); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow-on-dark { color: #a9a2ff; }
.hero h1 { max-width: 680px; margin: 0; font: 760 clamp(64px, 7vw, 108px)/.85 var(--font-display); letter-spacing: -.066em; text-wrap: balance; }
.hero h1 em { display: block; color: transparent; background: linear-gradient(100deg, var(--white) 6%, #a9a2ff 46%, var(--teal-400) 102%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-lead { max-width: 590px; margin: 32px 0 0; color: #aebbd0; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 13px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform 180ms var(--ease-out), border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary { color: var(--white); background: var(--violet-600); box-shadow: 0 17px 38px rgb(91 75 255 / 28%); }
.button-primary:hover { background: #6c5eff; box-shadow: 0 20px 48px rgb(91 75 255 / 38%); }
.button-ghost { border-color: rgb(255 255 255 / 17%); color: var(--white); background: rgb(255 255 255 / 5%); }
.button-ghost:hover { border-color: rgb(255 255 255 / 36%); background: rgb(255 255 255 / 10%); }
.hero-live { display: grid; max-width: 575px; grid-template-columns: auto 1fr auto 1.2fr; align-items: center; gap: 13px; margin-top: 46px; padding-top: 23px; border-top: 1px solid rgb(255 255 255 / 11%); }
.hero-live small, .hero-live strong { display: block; }
.hero-live small { color: #71819b; font: 700 8px/1 var(--font-number); letter-spacing: .1em; }
.hero-live strong { margin-top: 6px; color: #dce5f2; font-size: 11px; }
.live-pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 0 6px rgb(57 210 165 / 10%), 0 0 25px rgb(57 210 165 / 60%); animation: live-pulse 2.1s ease-in-out infinite; }
.live-arrow { color: #65748c; font-family: var(--font-number); }
.hero-visual { position: relative; z-index: 2; min-width: 0; }
.orbit-scene { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; width: min(52vw, 680px); aspect-ratio: 1; margin-inline: auto; transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform 160ms ease-out; }
.scene-glow { position: absolute; inset: 17%; border-radius: 50%; background: radial-gradient(circle, rgb(91 75 255 / 34%), rgb(20 139 107 / 10%) 44%, transparent 72%); filter: blur(18px); transform: translateZ(-90px); }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgb(169 162 255 / 24%); border-radius: 50%; transform-style: preserve-3d; }
.orbit-one { width: 87%; height: 51%; transform: translate(-50%, -50%) rotate(-18deg) rotateX(67deg); animation: orbit-breathe 7s ease-in-out infinite; }
.orbit-two { width: 63%; height: 84%; border-color: rgb(57 210 165 / 14%); transform: translate(-50%, -50%) rotate(62deg) rotateX(70deg); animation: orbit-breathe 8s ease-in-out 1s infinite reverse; }
.orbit span { position: absolute; top: -5px; left: 48%; width: 10px; height: 10px; border-radius: 50%; background: var(--violet-500); box-shadow: 0 0 20px var(--violet-500); }
.calendar-stack { position: absolute; z-index: 3; inset: 16% 10% 19% 11%; transform: rotateX(57deg) rotateZ(-17deg) translateZ(54px); transform-style: preserve-3d; animation: calendar-hover 6s ease-in-out infinite; }
.calendar-layer, .calendar-panel { position: absolute; inset: 0; border-radius: 27px; }
.calendar-layer { border: 1px solid rgb(255 255 255 / 12%); background: #162741; box-shadow: var(--shadow-deep); }
.layer-back-two { background: linear-gradient(135deg, #172741, #152238 52%, #24314d); transform: translate3d(-20px, 27px, -74px); }
.layer-back-one { border-color: rgb(255 189 82 / 44%); background: linear-gradient(135deg, #27344b, #16243a); box-shadow: 0 0 40px rgb(255 189 82 / 12%); transform: translate3d(-10px, 14px, -36px); }
.calendar-panel { overflow: hidden; padding: clamp(20px, 2.3vw, 32px); border: 1px solid rgb(190 185 255 / 60%); background: linear-gradient(145deg, rgb(43 63 94 / 98%), rgb(18 36 60 / 96%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 17%), 0 25px 70px rgb(3 9 20 / 46%), 0 0 70px rgb(91 75 255 / 16%); backdrop-filter: blur(15px); transform: translateZ(1px); }
.calendar-panel::after { position: absolute; top: -90%; left: -55%; width: 70%; height: 260%; pointer-events: none; background: linear-gradient(90deg, transparent, rgb(255 255 255 / 8%), transparent); content: ""; transform: rotate(16deg); animation: glass-sweep 8s ease-in-out infinite; }
.calendar-panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.calendar-panel-head small, .calendar-panel-head strong { display: block; }
.calendar-panel-head small { color: #aab7c9; font: 700 9px/1 var(--font-number); letter-spacing: .12em; }
.calendar-panel-head strong { margin-top: 7px; font: 700 clamp(19px, 2vw, 27px)/1 var(--font-display); }
.panel-status { display: inline-flex; align-items: center; gap: 6px; color: #d6deea; font-size: 9px; }
.panel-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 12px var(--teal-400); }
.calendar-week, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.calendar-week span { padding: 14px 2px 8px; color: #a6b2c4; font: 700 8px/1 var(--font-number); }
.calendar-days { gap: 4px; }
.calendar-days > span, .calendar-days > button { position: relative; display: grid; min-height: clamp(38px, 4.2vw, 52px); place-items: center; border: 1px solid rgb(255 255 255 / 12%); border-radius: 7px; color: #f1f5fa; background: rgb(255 255 255 / 2%); font: 700 clamp(10px, .95vw, 13px)/1 var(--font-number); }
.calendar-days > button { width: 100%; padding: 0; background: transparent; text-align: center; transition: border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms var(--ease-out); }
.calendar-days > span:nth-child(n+8), .calendar-days > button:nth-child(n+8) { opacity: .76; }
.calendar-days > button:hover { border-color: rgb(169 162 255 / 60%); color: var(--white); background: rgb(255 255 255 / 7%); transform: translateY(-2px); }
.calendar-days > button:active { transform: translateY(0); }
.calendar-days > button:focus-visible { z-index: 4; outline: 0; box-shadow: 0 0 0 2px var(--ink-950), 0 0 0 5px var(--teal-400); }
.calendar-days .has-slot i { position: absolute; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--amber-400); box-shadow: 0 0 9px var(--amber-400); }
.calendar-days .is-open-slot { border-color: rgb(255 189 82 / 34%); background: rgb(255 189 82 / 7%); }
.calendar-days .is-confirmed-slot { border-color: rgb(57 210 165 / 36%); background: rgb(57 210 165 / 7%); }
.calendar-days .has-slot b { position: absolute; right: 3px; bottom: 3px; display: none; padding: 4px 6px; border-radius: 4px; color: var(--ink-950); background: var(--violet-500); font: 800 7px/1 var(--font-number); }
.calendar-days .is-active { z-index: 2; color: var(--white); border-color: var(--violet-500); background: rgb(91 75 255 / 35%); box-shadow: 0 0 0 3px rgb(91 75 255 / 12%), 0 0 22px rgb(91 75 255 / 30%); transform: translateZ(28px) scale(1.07); }
.calendar-days .is-active:hover { transform: translateZ(28px) translateY(-2px) scale(1.07); }
.calendar-days .is-active i { display: none; }
.calendar-days .is-active b { display: block; }
.calendar-days .is-active.is-open-slot { border-color: var(--amber-400); background: rgb(255 189 82 / 22%); box-shadow: 0 0 0 3px rgb(255 189 82 / 10%), 0 0 22px rgb(255 189 82 / 24%); }
.calendar-days .is-active.is-open-slot b { background: var(--amber-400); }
.calendar-days .is-active.is-confirmed-slot { border-color: var(--teal-400); background: rgb(57 210 165 / 20%); box-shadow: 0 0 0 3px rgb(57 210 165 / 10%), 0 0 22px rgb(57 210 165 / 22%); }
.calendar-days .is-active.is-confirmed-slot b { background: var(--teal-400); }
.calendar-rail { display: grid; grid-template-columns: 1fr minmax(80px, 1.1fr) auto; align-items: center; gap: 12px; margin-top: 16px; padding: 12px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 9px; background: rgb(255 255 255 / 5%); }
.rail-copy small, .rail-copy strong, .rail-copy span { display: block; }
.rail-copy small { color: #a6b3c5; font: 700 7px/1 var(--font-number); }
.rail-copy strong { margin-top: 4px; font-size: 10px; }
.rail-copy span { margin-top: 4px; color: #a5b2c4; font-size: 7px; }
.rail-track { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.rail-track span { position: relative; height: 2px; background: #41516a; transition: background 180ms ease; }
.rail-track span::after { position: absolute; top: -3px; right: 0; width: 8px; height: 8px; border-radius: 50%; background: #62728a; content: ""; transition: background 180ms ease, box-shadow 180ms ease; }
.rail-track .is-complete { background: var(--teal-400); }
.rail-track .is-complete::after { background: var(--teal-400); }
.rail-track .is-current { background: var(--violet-500); }
.rail-track .is-current::after { background: var(--violet-500); box-shadow: 0 0 0 4px rgb(91 75 255 / 18%), 0 0 12px var(--violet-500); }
.calendar-rail > b { color: #dbe3ee; font: 700 8px/1 var(--font-number); }
.calendar-scene[data-calendar-tone="amber"] .panel-status i { background: var(--amber-400); box-shadow: 0 0 12px var(--amber-400); }
.calendar-scene[data-calendar-tone="violet"] .panel-status i { background: var(--violet-500); box-shadow: 0 0 12px var(--violet-500); }
.calendar-scene[data-calendar-tone="teal"] .panel-status i { background: var(--teal-400); box-shadow: 0 0 12px var(--teal-400); }
.orbit-chip { position: absolute; z-index: 8; display: flex; align-items: center; gap: 9px; min-width: 138px; padding: 10px 12px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 11px; background: rgb(22 37 60 / 82%); box-shadow: 0 14px 38px rgb(3 10 22 / 36%); backdrop-filter: blur(13px); }
.orbit-chip small, .orbit-chip strong { display: block; white-space: nowrap; }
.orbit-chip small { color: #7f90a9; font: 700 6px/1 var(--font-number); text-transform: uppercase; }
.orbit-chip strong { margin-top: 5px; color: #edf3fa; font-size: 8px; }
.chip-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; font: 800 14px/1 var(--font-display); }
.chip-cancel { top: 15%; right: 1%; animation: chip-float 5s ease-in-out infinite; }
.chip-cancel .chip-icon { color: var(--amber-400); background: rgb(255 189 82 / 13%); }
.chip-match { bottom: 24%; left: -1%; animation: chip-float 6.5s ease-in-out .8s infinite reverse; }
.chip-match .chip-icon { color: #aaa4ff; background: rgb(91 75 255 / 16%); }
.chip-confirm { right: 5%; bottom: 11%; animation: chip-float 5.6s ease-in-out 1.2s infinite; }
.chip-confirm .chip-icon { color: var(--teal-400); background: rgb(57 210 165 / 13%); }
.holo-base { position: absolute; z-index: 1; right: 19%; bottom: 7%; left: 19%; height: 20%; border: 1px solid rgb(91 75 255 / 36%); border-radius: 50%; background: radial-gradient(ellipse, rgb(91 75 255 / 20%), transparent 67%); box-shadow: 0 0 46px rgb(91 75 255 / 18%), inset 0 0 40px rgb(91 75 255 / 12%); transform: rotateX(72deg); }
.holo-base span { position: absolute; inset: 17%; border: 1px solid rgb(57 210 165 / 22%); border-radius: 50%; }
.holo-base span:nth-child(2) { inset: 34%; border-color: rgb(255 255 255 / 22%); }
.holo-base i { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--white); box-shadow: 0 0 25px 8px var(--violet-500); transform: translate(-50%, -50%); }
.visual-caption { display: flex; align-items: center; justify-content: center; gap: 12px; margin: -14px 0 0; color: #71819b; font: 700 8px/1.3 var(--font-number); letter-spacing: .08em; }
.visual-caption span { color: #aaa4ff; }
.hero-index { position: absolute; right: 30px; bottom: 38px; display: flex; align-items: center; gap: 10px; color: #71819b; font: 700 8px/1 var(--font-number); writing-mode: vertical-rl; }
.hero-index i { width: 1px; height: 64px; background: linear-gradient(to bottom, var(--violet-500) 32%, rgb(255 255 255 / 13%) 32%); }

.signal-strip { overflow: hidden; color: var(--ink-950); background: var(--white); }
.signal-flow { display: flex; min-width: max-content; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 48px); min-height: 76px; padding-inline: 30px; font-size: 12px; font-weight: 750; }
.signal-flow i { color: #9aa6b8; font: normal 12px/1 var(--font-number); }
.signal-flow strong { color: var(--teal-600); }

.section { padding: clamp(100px, 11vw, 160px) 0; }
.process-section { overflow: clip; background: var(--cloud-50); }
.section-heading h2 { margin: 0; font: 740 clamp(48px, 6.2vw, 82px)/.94 var(--font-display); letter-spacing: -.06em; text-wrap: balance; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(270px, .7fr); align-items: end; gap: clamp(45px, 8vw, 110px); }
.split-heading > p { max-width: 420px; margin: 0 0 7px; color: var(--ink-600); font-size: 15px; }
.recovery-story { display: grid; grid-template-columns: minmax(370px, .86fr) minmax(0, 1.14fr); align-items: start; gap: clamp(58px, 9vw, 130px); margin-top: 100px; }
.story-visual { position: sticky; top: 130px; }
.recovery-core { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; display: grid; min-height: 570px; place-items: center; border-radius: 28px; background: var(--ink-950); box-shadow: 0 38px 85px rgb(15 28 46 / 20%); transform: perspective(1000px) rotateX(calc(var(--tilt-x) * .5)) rotateY(calc(var(--tilt-y) * .5)); transform-style: preserve-3d; transition: transform 160ms ease-out; }
.recovery-core::before { position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 50% 47%, rgb(91 75 255 / 23%), transparent 42%), linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 42%); content: ""; }
.core-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgb(169 162 255 / 20%); border-radius: 50%; transform: translate(-50%, -50%) rotateX(68deg); }
.core-ring-one { width: 76%; height: 76%; animation: ring-spin 14s linear infinite; }
.core-ring-two { width: 55%; height: 55%; border-color: rgb(57 210 165 / 18%); animation: ring-spin 10s linear infinite reverse; }
.core-screen { position: relative; z-index: 3; display: flex; width: 235px; min-height: 290px; align-items: center; flex-direction: column; justify-content: center; border: 1px solid rgb(169 162 255 / 34%); border-radius: 26px; color: var(--white); background: linear-gradient(155deg, rgb(39 51 80 / 92%), rgb(19 35 57 / 82%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 26px 56px rgb(0 0 0 / 30%), 0 0 52px rgb(91 75 255 / 14%); backdrop-filter: blur(12px); transform: rotate(-4deg) translateZ(42px); animation: core-float 6s ease-in-out infinite; }
.core-screen small { color: #949fba; font: 700 7px/1 var(--font-number); letter-spacing: .12em; }
.core-screen strong { margin-top: 24px; font: 760 64px/.9 var(--font-display); letter-spacing: -.06em; }
.core-screen > span { margin-top: 10px; color: #aebbd0; font-size: 10px; }
.core-progress { width: 72%; height: 3px; margin-top: 33px; overflow: hidden; border-radius: 99px; background: #42516a; }
.core-progress i { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal-400), var(--violet-500)); box-shadow: 0 0 12px var(--violet-500); }
.core-screen b { margin-top: 10px; color: #a7b3c6; font: 700 8px/1 var(--font-number); }
.core-node { position: absolute; z-index: 4; width: 12px; height: 12px; border: 3px solid var(--ink-950); border-radius: 50%; box-shadow: 0 0 17px currentColor; }
.node-one { top: 24%; left: 18%; color: var(--amber-400); background: currentColor; }
.node-two { top: 38%; right: 15%; color: var(--violet-500); background: currentColor; }
.node-three { right: 27%; bottom: 18%; color: var(--teal-400); background: currentColor; }
.story-steps { margin: 0; padding: 0; border-top: 1px solid var(--line-200); list-style: none; }
.story-steps li { display: grid; min-height: 260px; grid-template-columns: 58px 1fr; gap: 28px; padding: 40px 0; border-bottom: 1px solid var(--line-200); }
.story-number { color: #97a3b5; font: 700 10px/1 var(--font-number); }
.story-steps small { color: var(--violet-600); font: 800 8px/1 var(--font-number); letter-spacing: .13em; }
.story-steps h3 { max-width: 500px; margin: 25px 0 12px; font: 720 clamp(28px, 3vw, 39px)/1 var(--font-display); letter-spacing: -.045em; }
.story-steps p { max-width: 550px; margin: 0; color: var(--ink-600); font-size: 14px; }

.features-section { position: relative; overflow: clip; color: var(--white); background: var(--ink-950); }
.features-section::before { position: absolute; inset: 0; background-image: radial-gradient(circle at 85% 17%, rgb(91 75 255 / 14%), transparent 27%), radial-gradient(circle at 14% 80%, rgb(20 139 107 / 10%), transparent 23%); content: ""; }
.feature-heading { position: relative; z-index: 2; max-width: 900px; }
.feature-mosaic { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 80px; }
.feature { position: relative; overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); border-radius: 20px; background: #17263c; }
.feature::before { position: absolute; inset: 0; background: linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 45%); content: ""; pointer-events: none; }
.feature-copy { position: relative; z-index: 3; }
.feature-label { color: #aaa4ff; font: 800 8px/1 var(--font-number); letter-spacing: .13em; }
.feature h3 { margin: 20px 0 12px; font: 720 clamp(28px, 3.2vw, 42px)/1 var(--font-display); letter-spacing: -.045em; }
.feature p { max-width: 470px; margin: 0; color: #aebbd0; font-size: 13px; }
.feature-calendar { display: grid; min-height: 550px; grid-column: 1 / -1; grid-template-columns: minmax(280px, .8fr) minmax(440px, 1.2fr); align-items: center; gap: 40px; padding: clamp(35px, 6vw, 70px); }
.floating-schedule { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 390px; transform: perspective(900px) rotateX(calc(7deg + var(--tilt-x))) rotateY(calc(-9deg + var(--tilt-y))); transform-style: preserve-3d; transition: transform 160ms ease-out; }
.schedule-plane { position: absolute; inset: 12% 4% 8% 4%; border-radius: 18px; }
.plane-back { border: 1px solid rgb(255 189 82 / 25%); background: #29344a; box-shadow: 0 24px 50px rgb(0 0 0 / 25%); transform: translate3d(-18px, 25px, -45px); }
.plane-front { display: grid; grid-template-columns: 70px 20px 1fr; align-content: center; gap: 0 14px; padding: 30px; border: 1px solid rgb(169 162 255 / 31%); background: linear-gradient(145deg, rgb(37 51 78 / 94%), rgb(20 35 58 / 84%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 30px 60px rgb(0 0 0 / 28%); backdrop-filter: blur(12px); transform: translateZ(25px); }
.plane-front::before { position: absolute; top: 20%; bottom: 20%; left: 111px; width: 1px; background: rgb(255 255 255 / 10%); content: ""; }
.schedule-time, .plane-front b { padding: 20px 0; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.schedule-time { color: #dce5f2; font: 700 14px/1 var(--font-number); }
.plane-front b { color: #aebbd0; font-size: 11px; }
.plane-front i { align-self: center; width: 9px; height: 9px; border: 2px solid #17263c; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 12px rgb(57 210 165 / 45%); }
.plane-front i.violet { background: var(--violet-500); box-shadow: 0 0 12px rgb(91 75 255 / 55%); }
.feature-ranking { display: grid; min-height: 510px; align-content: space-between; padding: clamp(34px, 5vw, 58px); }
.score-orbit { position: relative; display: grid; width: min(330px, 90%); aspect-ratio: 1; place-items: center; margin: 35px auto -80px; border: 1px solid rgb(255 255 255 / 7%); border-radius: 50%; background: radial-gradient(circle, rgb(91 75 255 / 18%), transparent 62%); }
.score-ring { position: absolute; inset: 17%; border: 1px solid rgb(169 162 255 / 26%); border-radius: 50%; animation: ring-spin 12s linear infinite; }
.score-orbit strong { font: 760 88px/.9 var(--font-display); letter-spacing: -.07em; text-shadow: 0 0 35px rgb(91 75 255 / 42%); }
.score-orbit small { position: absolute; bottom: 31%; color: #8d9ab0; font: 700 7px/1 var(--font-number); letter-spacing: .08em; text-transform: uppercase; }
.score-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 17px currentColor; }
.dot-a { top: 16%; left: 28%; color: var(--teal-400); }
.dot-b { top: 50%; right: 9%; color: var(--violet-500); background: currentColor; }
.dot-c { bottom: 13%; left: 23%; color: var(--amber-400); background: currentColor; }
.feature-simulation { display: grid; min-height: 510px; align-content: space-between; gap: 40px; padding: clamp(34px, 5vw, 58px); }
.simulation-chat { display: grid; gap: 10px; transform: rotate(2deg); }
.simulation-chat span { max-width: 86%; padding: 14px 16px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 14px 14px 5px; color: #d9e2ef; background: rgb(255 255 255 / 6%); font-size: 10px; box-shadow: 0 10px 25px rgb(0 0 0 / 14%); }
.simulation-chat span:nth-child(2) { justify-self: end; border-radius: 14px 14px 14px 5px; color: #e8e6ff; border-color: rgb(91 75 255 / 22%); background: rgb(91 75 255 / 14%); }
.simulation-chat i { justify-self: center; padding: 6px 10px; border-radius: 99px; color: var(--teal-400); background: rgb(57 210 165 / 8%); font: 700 7px/1 var(--font-number); font-style: normal; }

.security-section { overflow: clip; background: var(--white); }
.security-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); align-items: center; gap: clamp(50px, 9vw, 130px); }
.security-copy h2 { max-width: 690px; margin: 0; font: 740 clamp(49px, 6vw, 79px)/.94 var(--font-display); letter-spacing: -.06em; }
.security-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: var(--ink-600); font-size: 15px; }
.security-copy ul { margin: 42px 0 0; padding: 0; border-top: 1px solid var(--line-200); list-style: none; }
.security-copy li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line-200); }
.security-copy li > span { color: var(--violet-600); font: 700 9px/1.5 var(--font-number); }
.security-copy strong, .security-copy small { display: block; }
.security-copy strong { font-size: 13px; }
.security-copy small { margin-top: 4px; color: var(--ink-600); font-size: 11px; }
.security-orbit { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 560px; transform: perspective(1000px) rotateX(calc(var(--tilt-x) * .5)) rotateY(calc(var(--tilt-y) * .5)); transform-style: preserve-3d; transition: transform 160ms ease-out; }
.security-halo { position: absolute; top: 50%; left: 50%; border: 1px solid var(--line-200); border-radius: 50%; transform: translate(-50%, -50%) rotateX(67deg); }
.halo-one { width: 92%; height: 92%; animation: ring-spin 16s linear infinite; }
.halo-two { width: 67%; height: 67%; border-color: #d7d2ff; animation: ring-spin 12s linear infinite reverse; }
.halo-three { width: 43%; height: 43%; border-color: #c9ebe2; background: rgb(221 247 237 / 32%); }
.security-center { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 132px; height: 132px; place-items: center; border: 1px solid #d6d0ff; border-radius: 34px; background: var(--white); box-shadow: 0 28px 60px rgb(15 28 46 / 13%), 0 0 45px rgb(91 75 255 / 12%); transform: translate(-50%, -50%) rotate(-7deg) translateZ(32px); animation: core-float 6s ease-in-out infinite; }
.security-center .brand-mark { width: 62px; height: 62px; gap: 5px; padding: 14px; border-radius: 19px; }
.security-center .brand-mark span { width: 6px; }
.security-center .brand-mark span:nth-child(1) { height: 15px; }
.security-center .brand-mark span:nth-child(2) { height: 25px; }
.security-center .brand-mark span:nth-child(3) { height: 34px; }
.security-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid var(--line-200); border-radius: 9px; color: var(--ink-600); background: rgb(255 255 255 / 88%); box-shadow: 0 13px 32px rgb(15 28 46 / 10%); font: 750 9px/1 var(--font-number); backdrop-filter: blur(10px); }
.security-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal-600); box-shadow: 0 0 8px rgb(20 139 107 / 35%); }
.security-chip-account { top: 15%; left: 6%; animation: chip-float 5.5s ease-in-out infinite; }
.security-chip-company { top: 35%; right: 0; animation: chip-float 6.2s ease-in-out .6s infinite reverse; }
.security-chip-data { bottom: 15%; left: 13%; animation: chip-float 5.8s ease-in-out 1s infinite; }

.closing-section { padding: 0 0 54px; background: var(--white); }
.closing-panel { position: relative; display: grid; min-height: 570px; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: 35px; overflow: hidden; padding: clamp(45px, 7vw, 88px); border-radius: 24px; color: var(--white); background: var(--violet-600); box-shadow: 0 32px 70px rgb(91 75 255 / 24%); }
.closing-panel::before { position: absolute; inset: 0; background: radial-gradient(circle at 83% 58%, rgb(57 210 165 / 26%), transparent 28%), linear-gradient(110deg, transparent 56%, rgb(255 255 255 / 8%)); content: ""; }
.closing-copy { position: relative; z-index: 4; }
.eyebrow-on-violet { color: #d7d3ff; }
.closing-copy h2 { margin: 0; font: 740 clamp(47px, 5.7vw, 76px)/.93 var(--font-display); letter-spacing: -.06em; }
.closing-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 0; color: #e1deff; font-size: 14px; }
.button-light { margin-top: 34px; color: var(--ink-950); background: var(--white); box-shadow: 0 15px 35px rgb(36 26 139 / 24%); }
.button-light:hover { background: #f5f4ff; }
.closing-object { position: relative; z-index: 3; min-height: 390px; perspective: 900px; }
.closing-ring { position: absolute; right: -3%; bottom: -4%; width: 100%; aspect-ratio: 1; border: 1px solid rgb(255 255 255 / 23%); border-radius: 50%; transform: rotateX(69deg); box-shadow: inset 0 0 50px rgb(255 255 255 / 8%); }
.closing-card { position: absolute; top: 22%; right: 4%; left: 7%; min-height: 230px; border-radius: 24px; }
.closing-card-back { border: 1px solid rgb(255 255 255 / 23%); background: rgb(20 139 107 / 26%); transform: translate3d(-18px, 22px, -40px) rotateY(-10deg) rotateX(7deg); }
.closing-card-front { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 36px; border: 1px solid rgb(255 255 255 / 32%); background: linear-gradient(145deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 9%)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 28px 60px rgb(36 26 139 / 25%); backdrop-filter: blur(15px); transform: rotateY(-10deg) rotateX(7deg); animation: closing-float 6s ease-in-out infinite; }
.closing-card small { color: #d9d5ff; font: 700 8px/1 var(--font-number); letter-spacing: .12em; }
.closing-card strong { margin-top: 20px; font: 760 78px/.85 var(--font-display); letter-spacing: -.06em; }
.closing-card span { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #f0efff; font-size: 10px; }
.closing-card span i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 13px var(--teal-400); }

.site-footer { color: var(--white); background: var(--ink-950); }
.footer-grid { display: grid; min-height: 160px; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.footer-grid p { justify-self: center; margin: 0; color: #8594aa; font-size: 11px; text-align: center; }
.footer-grid > a:last-child { color: #c4ccda; font-size: 11px; font-weight: 800; text-decoration: none; }
.footer-grid > a:last-child:hover { color: var(--white); }

[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 760ms ease, transform 760ms var(--ease-out); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes aurora-drift { to { transform: translate3d(-55px, 70px, 0) scale(1.08); } }
@keyframes live-pulse { 50% { opacity: .65; box-shadow: 0 0 0 11px rgb(57 210 165 / 4%), 0 0 34px rgb(57 210 165 / 72%); } }
@keyframes orbit-breathe { 50% { opacity: .45; transform: translate(-50%, -50%) rotate(-10deg) rotateX(67deg) scale(1.04); } }
@keyframes calendar-hover { 50% { transform: rotateX(57deg) rotateZ(-15deg) translate3d(0, -12px, 62px); } }
@keyframes glass-sweep { 0%, 36% { transform: translateX(-30%) rotate(16deg); } 70%, 100% { transform: translateX(250%) rotate(16deg); } }
@keyframes chip-float { 50% { transform: translate3d(0, -13px, 28px); } }
@keyframes ring-spin { to { transform: translate(-50%, -50%) rotateX(67deg) rotateZ(360deg); } }
@keyframes core-float { 50% { transform: rotate(-2deg) translate3d(0, -12px, 54px); } }
@keyframes closing-float { 50% { transform: rotateY(-7deg) rotateX(5deg) translateY(-12px); } }

@media (max-width: 1080px) {
  .hero, .hero-grid { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 80px; }
  .hero-copy { max-width: 810px; padding: 30px 0 0; }
  .hero h1 { max-width: 800px; }
  .orbit-scene { width: min(760px, 90vw); }
  .visual-caption { margin-top: -5px; }
  .recovery-story { grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: 58px; }
  .feature-calendar { grid-template-columns: 1fr; }
  .floating-schedule { min-height: 360px; }
  .security-grid { grid-template-columns: 1fr 420px; gap: 44px; }
  .closing-panel { grid-template-columns: 1fr 360px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 1240px); --header-height: 70px; }
  .nav-toggle { display: grid; }
  .site-nav { position: absolute; top: calc(100% + 7px); right: 16px; left: 16px; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 10px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 13px; background: rgb(15 28 46 / 96%); box-shadow: var(--shadow-deep); backdrop-filter: blur(18px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 44px; padding: 12px; border-radius: 8px; }
  .site-nav a::after { display: none; }
  .site-nav a:hover { background: rgb(255 255 255 / 7%); }
  .site-nav .nav-login { justify-content: center; margin-top: 4px; }
  .hero h1 { font-size: clamp(56px, 13.5vw, 84px); }
  .hero-grid { padding-top: 120px; }
  .hero-index { display: none; }
  .signal-strip { overflow: hidden; }
  .signal-flow { display: grid; min-width: 0; grid-template-columns: 1fr 1fr; justify-content: stretch; gap: 0; padding-block: 12px; }
  .signal-flow > span, .signal-flow > strong { min-height: 42px; padding: 12px; border-bottom: 1px solid var(--line-200); text-align: center; }
  .signal-flow > :nth-last-child(-n+2) { border-bottom: 0; }
  .signal-flow > i { display: none; }
  .split-heading { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .split-heading > p { max-width: 620px; }
  .recovery-story { grid-template-columns: 1fr; }
  .story-visual { position: static; }
  .recovery-core { min-height: 500px; }
  .feature-mosaic { grid-template-columns: 1fr; }
  .feature-calendar { grid-column: auto; }
  .feature-ranking, .feature-simulation { min-height: 480px; }
  .security-grid { grid-template-columns: 1fr; }
  .security-orbit { min-height: 500px; }
  .closing-panel { grid-template-columns: 1fr; }
  .closing-object { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; padding: 40px 0; text-align: center; }
  .footer-grid > * { justify-self: center; }
}

@media (max-width: 560px) {
  :root { --shell: min(100% - 24px, 1240px); }
  .hero { min-height: 0; }
  .hero::before { background-size: 48px 48px; }
  .hero-grid { padding-top: 104px; padding-bottom: 64px; }
  .hero-copy { padding: 24px 0 0; }
  .eyebrow { margin-bottom: 19px; font-size: 8px; }
  .hero h1 { font-size: clamp(49px, 15vw, 72px); line-height: .88; }
  .hero-lead { margin-top: 25px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 30px; }
  .hero-actions .button { width: 100%; }
  .hero-live { grid-template-columns: auto 1fr; margin-top: 34px; }
  .hero-live .live-arrow, .hero-live > div:last-child { display: none; }
  .hero-visual { margin-inline: -9px; }
  .orbit-scene { width: 100%; min-height: 500px; aspect-ratio: auto; }
  .calendar-stack { inset: 15% 7% 22%; transform: rotateX(55deg) rotateZ(-13deg) translateZ(42px); }
  .calendar-panel { padding: 17px; border-radius: 20px; }
  .calendar-layer { border-radius: 20px; }
  .calendar-days > span, .calendar-days > button { min-height: 34px; }
  .calendar-rail { grid-template-columns: 1fr auto; }
  .rail-track { display: none; }
  .chip-cancel { top: 9%; right: 0; }
  .chip-match { bottom: 22%; left: 0; }
  .chip-confirm { right: 1%; bottom: 9%; }
  .orbit-chip { min-width: 123px; padding: 8px; }
  .visual-caption { display: none; }
  .signal-flow { min-height: 66px; gap: 18px; padding-inline: 18px; font-size: 10px; }
  .section { padding: 92px 0; }
  .section-heading h2, .security-copy h2 { font-size: clamp(43px, 13vw, 62px); }
  .recovery-story { margin-top: 58px; }
  .recovery-core { min-height: 420px; border-radius: 19px; }
  .core-screen { width: 205px; min-height: 250px; }
  .core-screen strong { font-size: 54px; }
  .story-steps li { min-height: 0; grid-template-columns: 38px 1fr; gap: 14px; padding: 32px 0; }
  .story-steps h3 { margin-top: 18px; font-size: 29px; }
  .feature-mosaic { margin-top: 52px; }
  .feature { border-radius: 15px; }
  .feature-calendar, .feature-ranking, .feature-simulation { min-height: 0; padding: 29px 21px; }
  .floating-schedule { min-height: 350px; margin-inline: -12px; }
  .schedule-plane { inset: 13% 0 8%; }
  .plane-front { grid-template-columns: 56px 16px 1fr; gap: 0 8px; padding: 18px; }
  .plane-front::before { left: 83px; }
  .plane-front b { font-size: 8px; }
  .score-orbit { margin-bottom: -35px; }
  .feature-simulation { gap: 58px; }
  .security-orbit { min-height: 400px; margin-inline: -12px; }
  .security-center { width: 104px; height: 104px; border-radius: 27px; }
  .security-center .brand-mark { width: 50px; height: 50px; }
  .security-chip-account { left: 0; }
  .security-chip-company { right: 0; }
  .security-chip-data { left: 5%; }
  .closing-section { padding-bottom: 24px; }
  .closing-panel { min-height: 710px; padding: 45px 24px; border-radius: 17px; }
  .closing-copy h2 { font-size: clamp(43px, 13vw, 60px); }
  .button-light { width: 100%; }
  .closing-object { min-height: 300px; }
  .closing-card { right: 0; left: 0; min-height: 200px; }
  .closing-card-front { padding: 28px; }
  .closing-card strong { font-size: 66px; }
}

/* Official landing refinements: upright calendar and product-led visuals */
.hero::after { width: 52%; background: linear-gradient(135deg, transparent 14%, rgb(91 75 255 / 13%) 58%, rgb(20 139 107 / 9%)); }
.calendar-scene { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; width: min(58vw, 760px); aspect-ratio: 1; margin-inline: auto; perspective: 1200px; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform 160ms ease-out; }
.calendar-backlight { position: absolute; inset: 9% 12% 17%; border-radius: 38%; background: radial-gradient(circle, rgb(91 75 255 / 31%), rgb(20 139 107 / 9%) 45%, transparent 73%); filter: blur(28px); transform: translateZ(-80px); }
.calendar-scene .calendar-stack { inset: 5% 5% 17% 7%; transform: rotateX(2deg) rotateY(-9deg) rotateZ(-.5deg) translateZ(38px); animation: calendar-upright 6s ease-in-out infinite; }
.calendar-scene .calendar-layer, .calendar-scene .calendar-panel { border-radius: 27px; }
.calendar-scene .layer-back-two { transform: translate3d(-25px, 20px, -70px); }
.calendar-scene .layer-back-one { transform: translate3d(-13px, 10px, -34px); }
.calendar-note { position: absolute; z-index: 8; display: flex; align-items: center; gap: 9px; min-width: 138px; padding: 10px 12px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 11px; background: rgb(22 37 60 / 88%); box-shadow: 0 14px 38px rgb(3 10 22 / 36%); backdrop-filter: blur(13px); }
.calendar-note small, .calendar-note strong { display: block; white-space: nowrap; }
.calendar-note small { color: #a7b4c6; font: 700 7px/1 var(--font-number); text-transform: uppercase; }
.calendar-note strong { margin-top: 5px; color: #f5f8fc; font-size: 9px; }
.calendar-scene .chip-cancel { top: 8%; right: 1%; animation-name: calendar-note-float; }
.calendar-scene .chip-match { bottom: 25%; left: -1%; animation-name: calendar-note-float; }
.calendar-scene .chip-confirm { right: 1%; bottom: 9%; animation-name: calendar-note-float; }
.calendar-stand { position: absolute; z-index: 1; right: 21%; bottom: 7%; left: 21%; height: 14%; border: 1px solid rgb(91 75 255 / 40%); border-radius: 50%; background: radial-gradient(ellipse, rgb(91 75 255 / 23%), transparent 67%); box-shadow: 0 0 46px rgb(91 75 255 / 18%), inset 0 0 40px rgb(91 75 255 / 12%); transform: rotateX(72deg); }
.calendar-stand span { position: absolute; inset: 17%; border: 1px solid rgb(57 210 165 / 22%); border-radius: 50%; }
.calendar-stand span:nth-child(2) { inset: 34%; border-color: rgb(255 255 255 / 22%); }
.calendar-stand i { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--white); box-shadow: 0 0 25px 8px var(--violet-500); transform: translate(-50%, -50%); }

.flow-experience { --flow-accent: #ff746f; position: relative; overflow: hidden; margin-top: 72px; padding: clamp(28px, 4vw, 56px); border: 1px solid rgb(148 164 190 / 25%); border-radius: 30px; color: var(--white); background: var(--ink-950); box-shadow: 0 34px 75px rgb(15 28 46 / 20%); isolation: isolate; }
.flow-experience::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 77% 24%, color-mix(in srgb, var(--flow-accent) 22%, transparent), transparent 34%), linear-gradient(rgb(255 255 255 / 2%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 2%) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; content: ""; transition: background 700ms ease; }
.flow-experience.is-flow-stage-1 { --flow-accent: var(--violet-500); }
.flow-experience.is-flow-stage-2 { --flow-accent: var(--amber-400); }
.flow-experience.is-flow-stage-3 { --flow-accent: var(--teal-400); }
.flow-stage { display: grid; min-height: 455px; grid-template-columns: minmax(290px, .72fr) minmax(520px, 1.28fr); align-items: center; gap: clamp(40px, 6vw, 84px); }
.flow-stage-copy { min-width: 0; }
.flow-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 48px; }
.flow-brand .brand-mark { width: 30px; height: 30px; padding: 6px; }
.flow-brand strong { font: 750 17px/1 var(--font-display); }
.flow-kicker { margin: 0 0 17px; color: var(--flow-accent); font: 800 8px/1 var(--font-number); letter-spacing: .14em; transition: color 500ms ease; }
.flow-stage-copy h3 { max-width: 430px; margin: 0; font: 750 clamp(38px, 4.5vw, 64px)/.94 var(--font-display); letter-spacing: -.052em; text-wrap: balance; }
.flow-stage-copy > p:not(.flow-kicker) { max-width: 430px; margin: 23px 0 0; color: #aebbd0; font-size: 14px; line-height: 1.65; }
.flow-live { display: flex; max-width: 430px; align-items: center; justify-content: space-between; gap: 18px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 12%); }
.flow-live span { color: #71819b; font: 700 8px/1 var(--font-number); letter-spacing: .09em; }
.flow-live strong { color: var(--flow-accent); font-size: 11px; transition: color 500ms ease; }
.flow-calendar { position: relative; overflow: hidden; min-height: 420px; border: 1px solid color-mix(in srgb, var(--flow-accent) 55%, #7b89a0); border-radius: 23px; background: #14243a; box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 28px 60px rgb(3 10 22 / 34%), 0 0 46px color-mix(in srgb, var(--flow-accent) 13%, transparent); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transition: border-color 600ms ease, box-shadow 600ms ease; }
.flow-calendar-bar { display: flex; min-height: 52px; align-items: center; gap: 8px; padding: 0 20px; border-bottom: 1px solid rgb(255 255 255 / 10%); background: linear-gradient(100deg, color-mix(in srgb, var(--flow-accent) 82%, #24345a), #263a61); transition: background 600ms ease; }
.flow-calendar-bar i { width: 9px; height: 9px; border-radius: 50%; background: rgb(255 255 255 / 68%); }
.flow-calendar-bar span { margin-left: auto; color: rgb(255 255 255 / 76%); font: 700 7px/1 var(--font-number); letter-spacing: .1em; }
.flow-calendar-week { display: grid; height: 49px; grid-template-columns: repeat(5, 1fr); align-items: center; padding-left: 54px; border-bottom: 1px solid rgb(255 255 255 / 9%); }
.flow-calendar-week span { color: #9eadc3; font: 700 8px/1 var(--font-number); text-align: center; }
.flow-calendar-grid { position: relative; height: 267px; margin: 0 16px; background-image: linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px); background-position: 0 0, 54px 0; background-size: 100% 25%, calc((100% - 54px) / 5) 100%; }
.flow-time { position: absolute; left: 0; color: #71819b; font: 700 7px/1 var(--font-number); }
.flow-time-1 { top: 9%; }.flow-time-2 { top: 34%; }.flow-time-3 { top: 59%; }.flow-time-4 { top: 84%; }
.flow-event, .flow-focus-event { position: absolute; display: flex; align-items: center; justify-content: center; border-radius: 8px; font: 750 8px/1 var(--font-body); font-style: normal; }
.flow-event { height: 38px; border: 1px solid rgb(169 162 255 / 24%); color: #bfc9d9; background: rgb(91 75 255 / 18%); }
.flow-event-1 { top: 9%; left: 15%; width: 16%; }.flow-event-2 { top: 34%; left: 35%; width: 19%; }.flow-event-3 { top: 10%; left: 59%; width: 17%; }.flow-event-4 { top: 72%; left: 20%; width: 18%; }.flow-event-5 { top: 72%; left: 68%; width: 17%; }
.flow-focus-event { top: 47%; left: 56%; width: 23%; min-height: 56px; flex-direction: column; border: 1px solid color-mix(in srgb, var(--flow-accent) 85%, white); color: var(--white); background: color-mix(in srgb, var(--flow-accent) 76%, #13233a); box-shadow: 0 10px 28px color-mix(in srgb, var(--flow-accent) 28%, transparent); transition: left 720ms var(--ease-out), top 720ms var(--ease-out), width 720ms var(--ease-out), border-color 600ms ease, background 600ms ease, box-shadow 600ms ease; }
.flow-focus-event b { font-size: 9px; }.flow-focus-event small { margin-top: 5px; color: rgb(255 255 255 / 74%); font: 700 7px/1 var(--font-number); }
.is-flow-stage-1 .flow-focus-event { top: 47%; left: 38%; width: 27%; }
.is-flow-stage-2 .flow-focus-event { top: 22%; left: 58%; width: 25%; }
.is-flow-stage-3 .flow-focus-event { top: 47%; left: 56%; width: 23%; }
.flow-calendar-caption { display: flex; min-height: 52px; align-items: center; gap: 11px; padding: 0 20px; border-top: 1px solid rgb(255 255 255 / 9%); background: rgb(7 17 32 / 38%); }
.flow-calendar-caption > span { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--flow-accent); box-shadow: 0 0 14px var(--flow-accent); transition: background 500ms ease; }
.flow-calendar-caption p, .flow-calendar-caption small, .flow-calendar-caption strong { display: block; margin: 0; }
.flow-calendar-caption small { color: #7e8da4; font: 700 7px/1 var(--font-number); letter-spacing: .08em; }
.flow-calendar-caption strong { margin-top: 5px; color: #dce5f1; font-size: 9px; }
.flow-route { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr) 32px) minmax(0, 1fr); align-items: center; gap: 8px; margin-top: 46px; }
.flow-step { display: grid; width: 100%; min-height: 88px; grid-template-columns: 46px 1fr; align-items: center; gap: 13px; padding: 12px 14px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 18px; color: #d9e2ef; background: rgb(255 255 255 / 4%); text-align: left; transition: color 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-out); }
.flow-step:hover { border-color: rgb(255 255 255 / 28%); background: rgb(255 255 255 / 8%); transform: translateY(-3px); }
.flow-step.is-active { border-color: var(--step-color); color: var(--white); background: color-mix(in srgb, var(--step-color) 12%, #15253c); box-shadow: 0 12px 32px color-mix(in srgb, var(--step-color) 17%, transparent); }
.flow-step--cancel { --step-color: #ff746f; }.flow-step--queue { --step-color: var(--violet-500); }.flow-step--invite { --step-color: var(--amber-400); }.flow-step--confirm { --step-color: var(--teal-400); }
.flow-step-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid color-mix(in srgb, var(--step-color) 64%, transparent); border-radius: 50%; color: var(--step-color); background: color-mix(in srgb, var(--step-color) 12%, #142238); }
.flow-step-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.flow-step small, .flow-step strong { display: block; }
.flow-step small { color: #7e8da4; font: 700 7px/1 var(--font-number); letter-spacing: .08em; }
.flow-step strong { margin-top: 8px; font: 720 16px/1 var(--font-display); }
.flow-arrow { color: #66758c; font: 700 21px/1 var(--font-number); text-align: center; transition: color 260ms ease, transform 260ms var(--ease-out); }
.flow-step.is-active + .flow-arrow { color: var(--flow-accent); transform: translateX(3px); }
.flow-progress { height: 3px; overflow: hidden; margin-top: 27px; border-radius: 99px; background: rgb(255 255 255 / 10%); }
.flow-progress span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--flow-accent); transition: width 720ms var(--ease-out), background 500ms ease; }
.flow-hint { margin: 13px 0 0; color: #71819b; font: 700 7px/1.4 var(--font-number); letter-spacing: .06em; text-align: center; }

.audience-section { position: relative; overflow: clip; color: var(--white); background: #121b2d; }
.audience-section::before { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 76% 12%, rgb(91 75 255 / 14%), transparent 34%); content: ""; }
.audience-section .shell { position: relative; z-index: 1; }
.audience-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .68fr); align-items: end; gap: clamp(50px, 9vw, 130px); }
.audience-heading h2 { max-width: 850px; margin: 0; font: 740 clamp(48px, 6.3vw, 84px)/.94 var(--font-display); letter-spacing: -.058em; text-wrap: balance; }
.audience-intro { max-width: 520px; justify-self: end; }
.audience-intro p { margin: 0; color: #b6c2d4; font-size: 15px; line-height: 1.7; }
.audience-intro a { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; margin-top: 22px; color: #80e7c8; font-size: 12px; font-weight: 800; text-decoration: none; }
.audience-intro a span { transition: transform 180ms var(--ease-out); }
.audience-intro a:hover span { transform: translateX(4px); }
.audience-intro a:focus-visible { border-radius: 4px; outline: 3px solid var(--teal-400); outline-offset: 5px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 70px; }
.audience-card { position: relative; display: flex; min-height: 245px; flex-direction: column; padding: 29px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 12px; color: var(--ink-950); background: #f8fafc; box-shadow: 0 18px 46px rgb(3 9 20 / 16%); transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 220ms var(--ease-out); }
.audience-card:hover { border-color: #8eaeff; color: var(--white); background: var(--blue-600); box-shadow: 0 25px 56px rgb(3 9 20 / 24%), 0 0 0 1px rgb(142 174 255 / 18%); transform: translateY(-5px); }
.audience-card > span { color: var(--violet-600); font: 800 8px/1 var(--font-number); letter-spacing: .13em; }
.audience-card h3 { max-width: 320px; margin: 23px 0 0; font: 730 clamp(25px, 2.1vw, 32px)/1 var(--font-display); letter-spacing: -.035em; }
.audience-card p { max-width: 370px; margin: 14px 0 0; color: var(--ink-600); font-size: 13px; line-height: 1.58; transition: color 180ms ease; }
.audience-card small { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; color: #738198; font: 750 8px/1 var(--font-number); }
.audience-card small::before { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 0 4px rgb(57 210 165 / 10%); content: ""; }
.audience-card:hover > span { color: #c9d8ff; }
.audience-card:hover p { color: #f0f5ff; }
.audience-card:hover small { color: var(--white); }
.audience-card:hover small::before { background: var(--white); box-shadow: 0 0 0 4px rgb(255 255 255 / 16%); }

.feature-ranking { display: grid; min-height: 560px; align-content: space-between; padding: clamp(34px, 5vw, 58px); }
.waitlist-preview { display: grid; gap: 9px; margin-top: 36px; transform: rotate(-1.2deg); }
.waitlist-row { display: grid; grid-template-columns: 25px 39px minmax(0, 1fr) 34px; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 12px; color: var(--ink-950); background: #f8fafc; box-shadow: 0 10px 24px rgb(0 0 0 / 12%); transition: transform 180ms ease, border-color 180ms ease; }
.waitlist-row.is-first { border-color: rgb(91 75 255 / 40%); background: var(--white); transform: translateX(9px); }
.waitlist-position { color: #8997aa; font: 700 7px/1 var(--font-number); }
.waitlist-row > b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; color: #4b3fd1; background: var(--violet-100); font: 800 8px/1 var(--font-number); }
.waitlist-row div strong, .waitlist-row div small { display: block; }
.waitlist-row div strong { font-size: 9px; }
.waitlist-row div small { margin-top: 2px; overflow: hidden; color: var(--ink-600); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.waitlist-row div > i { display: block; height: 2px; margin-top: 7px; overflow: hidden; border-radius: 99px; background: var(--line-200); }
.waitlist-row div > i span { display: block; width: var(--score); height: 100%; background: linear-gradient(90deg, var(--teal-600), var(--violet-600)); }
.waitlist-row > em { color: var(--violet-600); font: 800 17px/1 var(--font-number); font-style: normal; }
.feature-whatsapp { display: grid; min-height: 560px; align-content: space-between; gap: 34px; padding: clamp(34px, 5vw, 58px); }
.whatsapp-chat { display: grid; gap: 9px; padding: 15px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 17px; background: linear-gradient(155deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 3%)); box-shadow: 0 24px 54px rgb(3 9 20 / 24%); transform: rotate(1deg); }
.whatsapp-head { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid rgb(255 255 255 / 9%); }
.whatsapp-head > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal-600); font: 800 7px/1 var(--font-number); }
.whatsapp-head strong, .whatsapp-head small { display: block; }
.whatsapp-head strong { font-size: 10px; }
.whatsapp-head small { margin-top: 3px; color: #8fa0b7; font-size: 8px; }
.whatsapp-head > i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 10px var(--teal-400); }
.whatsapp-context { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px; border: 1px solid rgb(169 162 255 / 14%); border-radius: 10px; color: #b8c5d7; background: rgb(91 75 255 / 8%); }
.whatsapp-context span { color: #9e97ff; font: 800 7px/1 var(--font-number); letter-spacing: .1em; }
.whatsapp-context strong { color: #edf2f8; font-size: 8px; }
.chat-bubble { display: grid; width: fit-content; max-width: 88%; gap: 4px; padding: 9px 11px 6px; border: 1px solid transparent; border-radius: 12px 12px 12px 4px; color: #d9e2ef; background: rgb(255 255 255 / 7%); }
.chat-bubble--customer { justify-self: end; border-color: rgb(91 75 255 / 20%); border-radius: 12px 12px 4px; color: #f0efff; background: rgb(91 75 255 / 19%); }
.chat-bubble p { margin: 0; font-size: 9px; line-height: 1.42; }
.chat-bubble time { justify-self: end; color: #8998ad; font: 650 6px/1 var(--font-number); }
.whatsapp-result { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 9px; margin-top: 2px; padding: 9px 11px; border: 1px solid rgb(57 210 165 / 22%); border-radius: 11px; background: rgb(57 210 165 / 9%); }
.whatsapp-result > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; color: var(--ink-950); background: var(--teal-400); font: 900 10px/1 var(--font-number); }
.whatsapp-result strong, .whatsapp-result small { display: block; }
.whatsapp-result strong { color: #dbfff4; font-size: 9px; }
.whatsapp-result small { margin-top: 3px; color: #80c9b3; font-size: 7px; }

.security-console { --tilt-x: 0deg; --tilt-y: 0deg; overflow: hidden; border: 1px solid var(--line-200); border-radius: 22px; background: var(--white); box-shadow: 0 32px 72px rgb(15 28 46 / 14%); transform: perspective(1000px) rotateX(calc(2deg + var(--tilt-x) * .35)) rotateY(calc(-4deg + var(--tilt-y) * .35)); transform-style: preserve-3d; transition: transform 160ms ease-out; }
.security-console-head { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 14px; padding: 24px; color: var(--white); background: var(--ink-950); }
.security-shield { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px 13px 17px 17px; color: var(--white); background: var(--violet-600); font-weight: 900; box-shadow: 0 10px 24px rgb(91 75 255 / 28%); }
.security-console-head small, .security-console-head strong { display: block; }
.security-console-head small { color: #7f8fa7; font: 700 7px/1 var(--font-number); letter-spacing: .1em; }
.security-console-head strong { margin-top: 6px; font: 720 17px/1 var(--font-display); }
.security-console-head > span { display: flex; align-items: center; gap: 6px; color: #b7c4d6; font-size: 8px; }
.security-console-head > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 10px var(--teal-400); }
.security-console-body { padding: 9px 22px; }
.security-console-body > div { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line-200); }
.security-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: var(--violet-600); background: var(--violet-100); font: 700 7px/1 var(--font-number); }
.security-console-body p { margin: 0; }
.security-console-body strong, .security-console-body small { display: block; }
.security-console-body strong { font-size: 10px; }
.security-console-body small { margin-top: 3px; color: var(--ink-600); font-size: 8px; }
.security-console-body b { color: var(--teal-600); font: 750 7px/1 var(--font-number); }
.security-console-foot { display: flex; justify-content: space-between; padding: 14px 22px; color: var(--ink-600); background: var(--cloud-50); font-size: 8px; }
.security-console-foot strong { color: var(--teal-600); font-family: var(--font-number); }

.pricing-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink-950); }
.pricing-section::before { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgb(91 75 255 / 18%); content: ""; filter: blur(90px); transform: translate(-45%, -20%); }
.pricing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .84fr) minmax(560px, 1.16fr); align-items: center; gap: clamp(52px, 7vw, 108px); }
.pricing-copy h2 { max-width: 760px; margin: 0; font: 740 clamp(48px, 5.8vw, 78px)/.94 var(--font-display); letter-spacing: -.058em; text-wrap: balance; }
.pricing-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: #aebbd0; font-size: 15px; line-height: 1.7; }
.plan-card-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.plan-card-list > .plan-note, .plan-card-list > .plan-cycle-guide { grid-column: 1 / -1; margin: 0; }
.signup-steps { display: grid; max-width: 660px; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.signup-steps li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 16px; padding: 18px 0; border-top: 1px solid rgb(255 255 255 / 10%); }
.signup-steps li > span { color: #a9a2ff; font: 800 10px/1 var(--font-number); }
.signup-steps strong, .signup-steps small { display: block; }
.signup-steps strong { font-size: 13px; }
.signup-steps small { margin-top: 5px; color: #8291a8; font-size: 10px; }
.plan-card { --plan-x: 0deg; --plan-y: 0deg; --plan-lift: 0px; position: relative; display: flex; height: 100%; overflow: hidden; flex-direction: column; padding: 34px; border: 1px solid rgb(169 162 255 / 28%); border-radius: 22px; background: linear-gradient(145deg, rgb(36 49 75 / 95%), rgb(18 32 53 / 96%)); box-shadow: 0 34px 80px rgb(3 9 20 / 42%), inset 0 1px 0 rgb(255 255 255 / 9%); cursor: pointer; transform: perspective(900px) rotateX(var(--plan-x)) rotateY(var(--plan-y)) translateY(var(--plan-lift)); transform-style: preserve-3d; transition: border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease, transform 180ms var(--ease-out); }
.plan-card::after { position: absolute; top: -110px; right: -90px; width: 260px; height: 260px; border-radius: 50%; background: rgb(57 210 165 / 13%); content: ""; filter: blur(38px); }
.plan-card > * { position: relative; z-index: 3; }
.plan-card-selector { position: absolute; z-index: 2; inset: 0; border-radius: inherit; cursor: pointer; }
.plan-card > :not(.plan-card-radio, .plan-card-selector, .plan-cta) { pointer-events: none; }
.plan-card .plan-cta { z-index: 4; pointer-events: auto; }
.plan-card:hover, .plan-card:focus-within { --plan-lift: -8px; border-color: rgb(169 162 255 / 72%); box-shadow: 0 42px 96px rgb(3 9 20 / 52%), 0 0 0 1px rgb(169 162 255 / 13%), inset 0 1px 0 rgb(255 255 255 / 13%); }
.plan-card:has(.plan-card-radio:focus-visible) { outline: 3px solid #9d96ff; outline-offset: 5px; }
.plan-card.is-selected { --plan-lift: -12px; border-color: var(--teal-400); box-shadow: 0 44px 100px rgb(3 9 20 / 58%), 0 0 0 2px rgb(57 210 165 / 18%), inset 0 1px 0 rgb(255 255 255 / 16%); }
.plan-card-list:has(.plan-card.is-selected) .plan-card:not(.is-selected) { opacity: .7; }
.plan-card--professional { --plan-lift: 0px; border-color: rgb(169 162 255 / 58%); background: linear-gradient(145deg, rgb(53 49 111 / 98%), rgb(23 35 63 / 98%)); box-shadow: 0 34px 90px rgb(91 75 255 / 28%), inset 0 1px 0 rgb(255 255 255 / 13%); }
.plan-card--professional:hover, .plan-card--professional:focus-within { --plan-lift: -8px; }
.plan-card--professional.is-selected { --plan-lift: -12px; }
.plan-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.plan-card-head small { color: #8594aa; font: 750 8px/1 var(--font-number); letter-spacing: .12em; }
.plan-card-head h3 { margin: 10px 0 0; font: 740 28px/1 var(--font-display); letter-spacing: -.035em; }
.plan-card-head > span { padding: 7px 9px; border: 1px solid rgb(255 189 82 / 22%); border-radius: 99px; color: var(--amber-400); background: rgb(255 189 82 / 8%); font: 750 7px/1 var(--font-number); white-space: nowrap; }
.plan-price { display: flex; align-items: flex-start; margin-top: 37px; }
.plan-price > span { margin: 13px 8px 0 0; color: #a9b7ca; font: 720 14px/1 var(--font-number); }
.plan-price strong { font: 780 78px/.8 var(--font-display); letter-spacing: -.07em; }
.plan-price sup { margin: 2px 0 0 4px; font: 750 24px/1 var(--font-display); }
.plan-price small { align-self: flex-end; margin: 0 0 4px 9px; color: #91a0b5; font-size: 10px; }
.plan-description { margin: 26px 0 0; color: #9dacc1; font-size: 12px; line-height: 1.6; }
.plan-capacity { display: grid; gap: 10px; min-height: 150px; margin-top: 22px; padding: 15px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 13px; background: rgb(3 9 20 / 18%); }
.plan-capacity-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-capacity-head > span { max-width: 116px; color: #8594aa; font: 750 7px/1.35 var(--font-number); letter-spacing: .09em; }
.plan-capacity-head > strong { display: flex; align-items: baseline; color: #f5f8fc; font: 780 18px/1 var(--font-number); font-variant-numeric: tabular-nums; }
.plan-capacity-head > strong > span { min-width: 31px; color: inherit; font: inherit; letter-spacing: 0; text-align: right; }
.plan-capacity-head small { color: #9cabc0; font: 700 8px/1 var(--font-number); }
.plan-capacity-track { position: relative; height: 9px; margin-top: 17px; border-radius: 99px; background: rgb(255 255 255 / 9%); box-shadow: inset 0 1px 2px rgb(3 9 20 / 36%); }
.plan-capacity-track::before { position: absolute; z-index: 2; top: -3px; bottom: -3px; left: 50%; width: 1px; background: rgb(255 255 255 / 24%); content: ""; }
.plan-capacity-fill { position: absolute; inset: 0 auto 0 0; width: var(--plan-capacity-progress); border-radius: inherit; background: linear-gradient(90deg, var(--teal-400), #8d82ff); box-shadow: 0 0 14px rgb(91 75 255 / 28%); transition: width 100ms linear; }
.plan-capacity-fill::after { position: absolute; top: 50%; right: 0; width: 13px; height: 13px; border: 2px solid #c8c3ff; border-radius: 5px; background: var(--violet-600); box-shadow: 0 0 0 3px rgb(91 75 255 / 14%), 0 3px 9px rgb(3 9 20 / 46%); content: ""; transform: translate(50%, -50%) rotate(45deg); }
.plan-capacity-limit { position: absolute; z-index: 3; top: -4px; bottom: -4px; left: var(--plan-capacity-limit); width: 0; }
.plan-capacity-limit i { display: block; width: 2px; height: 17px; border-radius: 99px; background: var(--amber-400); box-shadow: 0 0 9px rgb(255 189 82 / 45%); transform: translateX(-1px); }
.plan-capacity-limit em { position: absolute; bottom: calc(100% + 6px); left: 0; color: var(--amber-400); font: 740 7px/1 var(--font-number); font-style: normal; letter-spacing: .04em; white-space: nowrap; transform: translateX(-50%); }
.plan-card--professional .plan-capacity-limit em { right: 0; left: auto; transform: none; }
.plan-capacity-scale { display: grid; grid-template-columns: repeat(3, 1fr); color: #718199; font: 700 7px/1 var(--font-number); }
.plan-capacity-scale span:nth-child(2) { text-align: center; }
.plan-capacity-scale span:last-child { text-align: right; }
.plan-capacity > p { min-height: 30px; margin: 0; color: #8f9eb3; font-size: 9px; line-height: 1.45; }
.plan-capacity > p strong { color: #dfe7f3; }
.plan-capacity.is-capacity-complete .plan-capacity-fill { box-shadow: 0 0 18px rgb(57 210 165 / 34%); }
.plan-features { display: grid; flex: 1; align-content: start; gap: 13px; margin: 21px 0 0; padding: 21px 0 0; border-top: 1px solid rgb(255 255 255 / 10%); list-style: none; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; color: #dce5f2; font-size: 11px; line-height: 1.45; }
.plan-features i { display: grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--teal-400); background: rgb(57 210 165 / 10%); font-size: 8px; font-style: normal; }
.plan-cta { width: 100%; margin-top: 31px; cursor: pointer; }
.plan-card.is-selected [data-plan-badge] { border-color: rgb(57 210 165 / 26%); color: #8df0d2; background: rgb(57 210 165 / 10%); }
.plan-card.is-selected .plan-cta { color: var(--ink-950); background: var(--teal-400); box-shadow: 0 14px 30px rgb(57 210 165 / 20%); }
.plan-cycle-guide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); border-radius: 14px; background: rgb(255 255 255 / 10%); }
.plan-cycle-guide > div { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: start; gap: 11px; padding: 15px; background: rgb(9 21 39 / 86%); }
.plan-cycle-guide > div > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgb(169 162 255 / 25%); border-radius: 8px; color: #b8b2ff; background: rgb(91 75 255 / 10%); font: 800 8px/1 var(--font-number); }
.plan-cycle-guide p { margin: 0; color: #8f9eb3; font-size: 9px; line-height: 1.5; }
.plan-cycle-guide strong { display: block; margin-bottom: 3px; color: #e9eef7; font-size: 10px; }
.plan-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 16px 0 0; color: #7e8da2; font-size: 8px; text-align: center; }
.plan-note i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber-400); box-shadow: 0 0 9px rgb(255 189 82 / 48%); }

.onboarding-open { overflow: hidden; }
.onboarding-backdrop { position: fixed; z-index: var(--z-backdrop); inset: 0; display: grid; overflow-y: auto; place-items: center; padding: 24px; pointer-events: none; visibility: hidden; opacity: 0; background: rgb(5 13 25 / 76%); backdrop-filter: blur(9px); transition: opacity 180ms ease, visibility 0s linear 180ms; }
.onboarding-backdrop[hidden] { display: none; }
.onboarding-backdrop.is-open { pointer-events: auto; visibility: visible; opacity: 1; transition-delay: 0s; }
.onboarding-dialog { width: min(760px, 100%); margin: auto; overflow: hidden; border: 1px solid var(--line-200); border-radius: 20px; color: var(--ink-950); background: var(--white); box-shadow: 0 36px 100px rgb(3 9 20 / 46%); transform: translateY(16px) scale(.985); transition: transform 180ms var(--ease-out); }
.onboarding-backdrop.is-open .onboarding-dialog { transform: none; }
.onboarding-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 28px 30px 25px; border-bottom: 1px solid var(--line-200); }
.onboarding-head small { color: var(--violet-600); font: 800 8px/1 var(--font-number); letter-spacing: .12em; }
.onboarding-head h2 { margin: 9px 0 0; font: 750 34px/1 var(--font-display); letter-spacing: -.04em; }
.onboarding-head p { margin: 9px 0 0; color: var(--ink-600); font-size: 11px; }
.onboarding-close { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line-200); border-radius: 10px; color: var(--ink-950); background: var(--white); font: 300 27px/1 sans-serif; cursor: pointer; }
.onboarding-close:hover { border-color: #c8c0ff; background: var(--violet-100); }
.onboarding-close:disabled { cursor: wait; opacity: .55; }
.onboarding-plan-summary { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 1px; padding: 0 30px; background: var(--line-200); }
.onboarding-plan-summary > div { padding: 15px 14px; background: #f7f8fc; }
.onboarding-plan-summary small, .onboarding-plan-summary strong { display: block; }
.onboarding-plan-summary small { color: #8491a3; font: 750 7px/1 var(--font-number); letter-spacing: .08em; }
.onboarding-plan-summary strong { margin-top: 6px; font-size: 11px; }
.onboarding-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 16px; padding: 26px 30px 28px; }
.onboarding-form > label:not(.terms-field):not(.honeypot) { display: grid; gap: 8px; }
.onboarding-form label > span { color: #34445b; font-size: 9px; font-weight: 750; }
.onboarding-form label em { color: #7e8da2; font-size: 7px; font-style: normal; font-weight: 600; }
.onboarding-form input:not([type="checkbox"]) { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #d8dfeb; border-radius: 9px; color: var(--ink-950); background: var(--white); font: 650 11px/1.2 var(--font-body); outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease; }
.onboarding-form input:not([type="checkbox"]):focus { border-color: var(--violet-600); box-shadow: 0 0 0 3px rgb(91 75 255 / 10%); }
.onboarding-form input::placeholder { color: #93a0b2; }
.onboarding-test-panel { grid-column: 1 / -1; display: grid; gap: 8px; margin: 0; padding: 14px; border: 1px solid #d9d3ff; border-radius: 10px; background: #f7f5ff; }
.onboarding-test-panel[hidden] { display: none; }
.onboarding-test-panel legend { padding: 0 6px; color: var(--violet-600); font: 800 8px/1 var(--font-number); letter-spacing: .08em; text-transform: uppercase; }
.onboarding-test-panel label > span { color: #34445b; font-size: 9px; font-weight: 750; }
.onboarding-test-panel p { margin: 1px 0 0; color: var(--ink-600); font-size: 9px; line-height: 1.5; }
.onboarding-test-panel strong { color: var(--ink-950); }
.onboarding-status { grid-column: 1 / -1; padding: 12px 14px; border: 1px solid #cbdcf2; border-radius: 9px; color: #22558f; background: #f2f8ff; font-size: 10px; line-height: 1.5; }
.onboarding-status--success { border-color: #b9e5d6; color: #087355; background: #effbf7; }
.onboarding-status--warning { border-color: #efd49c; color: var(--amber-700); background: #fff8e8; }
.onboarding-status--error { border-color: #efc3c8; color: #a62f3b; background: #fff5f6; }
.onboarding-release-note { grid-column: 1 / -1; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 11px; align-items: start; padding: 12px 14px; border: 1px solid #d9d3ff; border-radius: 10px; color: #35415a; background: #f7f5ff; }
.onboarding-release-note > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: var(--white); background: var(--violet-600); font: 800 8px/1 var(--font-number); }
.onboarding-release-note p { margin: 0; font-size: 9px; line-height: 1.55; }
.onboarding-release-note strong { color: var(--ink-950); }
.terms-field { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; padding-top: 3px; }
.terms-field input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--violet-600); }
.terms-field span { font-weight: 600 !important; line-height: 1.55; }
.terms-field a { color: var(--violet-600); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.onboarding-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 10px; padding-top: 2px; }
.onboarding-cancel { border-color: #d8dfeb; color: var(--ink-950); background: var(--white); cursor: pointer; }
.onboarding-actions .button { cursor: pointer; }
.onboarding-actions .button:disabled { min-width: 210px; cursor: not-allowed; opacity: .68; transform: none; }
.onboarding-security { grid-column: 1 / -1; margin: 0; color: #7e8da2; font-size: 8px; text-align: right; }

.closing-object .closing-card { top: 19%; }
.closing-object::after { position: absolute; right: 6%; bottom: 7%; left: 8%; height: 5px; border-radius: 50%; background: rgb(36 26 139 / 24%); box-shadow: 0 18px 36px rgb(36 26 139 / 28%); content: ""; filter: blur(4px); }
.site-footer { border-top: 1px solid rgb(255 255 255 / 9%); }
.footer-main { display: grid; grid-template-columns: minmax(240px, 1.35fr) .75fr .8fr minmax(230px, 1fr); gap: clamp(35px, 6vw, 84px); padding: 78px 0 62px; }
.footer-brand p { max-width: 320px; margin: 22px 0 0; color: #8e9db2; font-size: 12px; }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; }
.footer-column strong { margin-bottom: 8px; color: var(--white); font: 750 10px/1 var(--font-number); letter-spacing: .09em; text-transform: uppercase; }
.footer-column a { color: #92a1b5; font-size: 11px; text-decoration: none; transition: color 160ms ease, transform 160ms ease; }
.footer-column a:hover { color: var(--white); transform: translateX(3px); }
.footer-access { padding: 22px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 14px; background: rgb(255 255 255 / 4%); }
.footer-access small, .footer-access strong { display: block; }
.footer-access small { color: #8d9cb1; font: 700 7px/1 var(--font-number); letter-spacing: .11em; }
.footer-access strong { margin-top: 12px; font: 720 19px/1.1 var(--font-display); }
.footer-button { width: 100%; min-height: 44px; margin-top: 22px; color: var(--ink-950); background: var(--white); }
.footer-bottom { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgb(255 255 255 / 9%); }
.footer-bottom p { margin: 0; color: #718199; font-size: 9px; }

@keyframes calendar-upright { 50% { transform: rotateX(1deg) rotateY(-8deg) rotateZ(.4deg) translate3d(0, -10px, 50px); } }
@keyframes calendar-note-float { 0%, 100% { transform: translate3d(0, 0, 96px); } 50% { transform: translate3d(0, -11px, 116px); } }

@media (max-width: 1080px) {
  .calendar-scene { width: min(760px, 90vw); }
  .flow-stage { grid-template-columns: minmax(260px, .65fr) minmax(470px, 1.35fr); gap: 36px; }
  .flow-route { grid-template-columns: repeat(3, minmax(0, 1fr) 22px) minmax(0, 1fr); gap: 5px; }
  .flow-step { grid-template-columns: 38px 1fr; gap: 9px; padding-inline: 10px; }
  .flow-step-icon { width: 38px; height: 38px; }
  .flow-step strong { font-size: 14px; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1.2fr .7fr .7fr; }
  .footer-access { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .flow-stage { min-height: 0; grid-template-columns: 1fr; }
  .flow-brand { margin-bottom: 34px; }
  .flow-stage-copy h3, .flow-stage-copy > p:not(.flow-kicker), .flow-live { max-width: 620px; }
  .flow-calendar { min-height: 400px; transform: none; }
  .flow-route { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .flow-arrow { display: none; }
  .flow-step { min-height: 82px; grid-template-columns: 44px 1fr; gap: 12px; padding: 12px 14px; }
  .flow-step-icon { width: 42px; height: 42px; }
  .flow-step strong { font-size: 16px; }
  .audience-heading { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .audience-intro { max-width: 640px; justify-self: start; }
  .footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-access { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .calendar-scene { width: 100%; min-height: 560px; aspect-ratio: auto; }
  .calendar-scene .calendar-stack { inset: 10% 5% 23% 6%; transform: rotateX(2deg) rotateY(-7deg) translateZ(30px); }
  .calendar-scene .calendar-panel, .calendar-scene .calendar-layer { border-radius: 20px; }
  .calendar-scene .chip-cancel { top: 6%; right: 0; }
  .calendar-scene .chip-match { bottom: 23%; left: 0; }
  .calendar-scene .chip-confirm { right: 5%; bottom: 7%; }
  .calendar-note { min-width: 123px; padding: 8px; }
  .flow-experience { margin-top: 52px; padding: 22px 16px; border-radius: 20px; }
  .flow-stage { gap: 30px; }
  .flow-brand { margin-bottom: 30px; }
  .flow-stage-copy h3 { font-size: clamp(35px, 12vw, 48px); }
  .flow-live { align-items: flex-start; flex-direction: column; gap: 9px; }
  .flow-calendar { min-height: 335px; border-radius: 16px; }
  .flow-calendar-bar { min-height: 44px; padding-inline: 13px; }
  .flow-calendar-week { height: 42px; padding-left: 40px; }
  .flow-calendar-grid { height: 204px; margin: 0 9px; background-position: 0 0, 40px 0; background-size: 100% 25%, calc((100% - 40px) / 5) 100%; }
  .flow-event { height: 30px; overflow: hidden; font-size: 6px; }
  .flow-focus-event { min-height: 48px; }
  .flow-calendar-caption { min-height: 45px; padding-inline: 13px; }
  .flow-route { grid-template-columns: 1fr; margin-top: 30px; }
  .flow-step { min-height: 72px; }
  .flow-hint { line-height: 1.6; }
  .audience-heading h2 { font-size: clamp(43px, 13vw, 62px); }
  .audience-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 48px; }
  .audience-card { min-height: 235px; padding: 25px 22px; }
  .waitlist-row { grid-template-columns: 20px 33px minmax(0, 1fr) 28px; gap: 7px; padding: 10px 8px; }
  .waitlist-row > b { width: 31px; height: 31px; }
  .waitlist-row > em { font-size: 14px; }
  .security-console { transform: none; }
  .security-console-head { grid-template-columns: 44px 1fr; padding: 18px; }
  .security-console-head > span { grid-column: 2; }
  .security-console-body { padding-inline: 16px; }
  .security-console-body > div { grid-template-columns: 34px 1fr; }
  .security-console-body b { grid-column: 2; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 58px 0 45px; }
  .footer-brand, .footer-access { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 24px 0; }
}

@media (max-width: 1080px) {
  .pricing-grid { gap: 56px; }
}

@media (max-width: 820px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .plan-card-list { width: 100%; }
}

@media (max-width: 560px) {
  .pricing-copy h2 { font-size: clamp(43px, 13vw, 62px); }
  .plan-card-list { grid-template-columns: 1fr; }
  .plan-card { padding: 27px 22px; border-radius: 17px; }
  .plan-cycle-guide { grid-template-columns: 1fr; }
  .plan-card, .plan-card--professional, .plan-card:hover, .plan-card:focus-within, .plan-card.is-selected { --plan-x: 0deg; --plan-y: 0deg; --plan-lift: 0px; }
  .plan-price strong { font-size: 68px; }
  .onboarding-backdrop { align-items: end; padding: 0; }
  .onboarding-dialog { width: 100%; max-height: 94vh; overflow-y: auto; border-radius: 18px 18px 0 0; }
  .onboarding-head { padding: 23px 20px 20px; }
  .onboarding-head h2 { font-size: 29px; }
  .onboarding-plan-summary { grid-template-columns: 1fr 1fr; padding: 0 20px; }
  .onboarding-plan-summary > div:last-child { grid-column: 1 / -1; }
  .onboarding-form { grid-template-columns: 1fr; padding: 23px 20px 27px; }
  .onboarding-status, .onboarding-test-panel, .onboarding-release-note, .terms-field, .onboarding-actions, .onboarding-security { grid-column: 1; }
  .onboarding-actions { align-items: stretch; flex-direction: column-reverse; }
  .onboarding-actions .button { width: 100%; }
  .onboarding-security { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  [data-tilt], .calendar-stack, .core-screen, .closing-card-front, .plan-card { transform: none; }
  .visual-caption { display: none; }
}

@media (forced-colors: active) {
  html { scrollbar-color: auto; }
  .brand-mark, .button-primary, .button-light, .calendar-panel, .core-screen, .security-center { border: 1px solid ButtonText; forced-color-adjust: none; }
  .site-header, .features-section, .hero, .site-footer { forced-color-adjust: none; }
}
