:root {
  --ink: #08090d;
  --surface: #11131a;
  --surface-2: #171a23;
  --paper: #f5f6f8;
  --white: #ffffff;
  --text: #f7f7fa;
  --muted: #aeb3c1;
  --dark-muted: #606674;
  --line: rgba(255, 255, 255, .12);
  --dark-line: rgba(12, 14, 21, .12);
  --violet: #7c5cff;
  --violet-dark: #4e35c8;
  --cyan: #67e8f9;
  --lime: #c7ff6b;
  --coral: #ff7066;
  --radius: 24px;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 120px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 10px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-family: var(--display); font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, var(--violet), #a38cff); color: white; font-size: 11px; letter-spacing: -.04em; box-shadow: 0 12px 34px rgba(124, 92, 255, .28); }
.brand-name { font-size: 15px; line-height: 1; }
.brand-name small { display: block; margin-top: 5px; color: var(--muted); font: 600 8px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.header-market { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.header-market span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(199, 255, 107, .11); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 15px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.header-cta:hover, .header-cta:focus-visible { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); transform: translateY(-2px); }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); gap: clamp(46px, 6vw, 88px); padding-top: 88px; padding-bottom: 110px; }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(70px); pointer-events: none; opacity: .38; }
.glow-one { width: 430px; height: 430px; left: -260px; top: 80px; background: var(--violet); animation: drift-one 11s ease-in-out infinite alternate; }
.glow-two { width: 330px; height: 330px; right: -180px; top: 340px; background: #136e94; animation: drift-two 13s ease-in-out infinite alternate; }
.hero-copy { min-width: 0; }
.eyebrow, .section-label { margin: 0 0 26px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(199, 255, 107, .4); animation: signal-pulse 2.4s infinite; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 850px; margin: 0; font-size: clamp(56px, 6.3vw, 94px); line-height: .98; letter-spacing: -.065em; }
h1 em, .section-heading h2 em { color: transparent; background: linear-gradient(90deg, #b9a9ff, var(--cyan)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-deck { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.65vw, 21px); line-height: 1.55; }
.hero-deck strong { color: var(--white); }
.offer-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.offer-pills span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); color: var(--muted); font-size: 10px; font-weight: 600; }
.offer-pills b { margin-right: 3px; color: var(--white); }

.concept-stage { position: relative; height: 390px; margin-top: 58px; perspective: 1200px; transform-style: preserve-3d; }
.concept-window { position: absolute; width: min(76%, 500px); min-height: 300px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; box-shadow: 0 32px 80px rgba(0,0,0,.38); will-change: transform; }
.concept-a { left: 1%; top: 3%; background: #f2f4f7; color: #11131a; transform: rotateY(calc(-7deg + var(--tilt-x, 0deg))) rotateX(var(--tilt-y, 0deg)) rotateZ(-2deg); animation: float-a 6.5s ease-in-out infinite; }
.concept-b { right: 0; top: 70px; z-index: 2; background: linear-gradient(145deg, #2a175d, #10121c 68%); color: white; transform: rotateY(calc(8deg + var(--tilt-x, 0deg))) rotateX(var(--tilt-y, 0deg)) rotateZ(2deg); animation: float-b 7.3s ease-in-out infinite; }
.window-bar { height: 43px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(10,12,17,.12); }
.concept-b .window-bar { border-color: rgba(255,255,255,.12); }
.window-bar i { width: 6px; height: 6px; border-radius: 50%; background: #c6c9d1; }
.window-bar i:first-child { background: var(--coral); }.window-bar i:nth-child(2) { background: #ffc65b; }.window-bar i:nth-child(3) { background: var(--lime); }
.window-bar span { margin-left: auto; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.concept-body { position: relative; min-height: 255px; padding: 27px; overflow: hidden; }
.concept-body small { display: block; color: var(--violet-dark); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.concept-b .concept-body small { color: var(--cyan); }
.concept-body > strong { position: relative; z-index: 2; display: block; margin-top: 37px; font: 800 clamp(28px, 3.1vw, 45px)/1 var(--display); letter-spacing: -.055em; }
.concept-body > b { position: absolute; left: 27px; bottom: 25px; z-index: 2; padding: 9px 12px; border-radius: 8px; background: var(--ink); color: white; font-size: 8px; letter-spacing: .1em; }
.concept-b .concept-body > b { background: var(--lime); color: #10121c; }
.concept-lines { position: absolute; right: 25px; bottom: 31px; width: 34%; }
.concept-lines span { display: block; height: 5px; margin-top: 7px; border-radius: 99px; background: #d8dbe2; }
.concept-lines span:nth-child(2) { width: 78%; }.concept-lines span:nth-child(3) { width: 53%; }
.concept-orbit { position: absolute; right: -85px; bottom: -110px; width: 290px; height: 290px; border: 1px solid rgba(103,232,249,.45); border-radius: 50%; box-shadow: 0 0 0 38px rgba(124,92,255,.11), 0 0 0 76px rgba(103,232,249,.06); }
.choice-chip { position: absolute; left: 43%; bottom: 0; z-index: 4; width: 118px; height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 17px; border-radius: 50%; background: var(--lime); color: #10121c; box-shadow: 0 18px 50px rgba(0,0,0,.35); transform: rotate(-7deg); animation: chip-pop 4.8s ease-in-out infinite; }
.choice-chip span { font-size: 7px; font-weight: 800; letter-spacing: .14em; }.choice-chip strong { margin-top: 4px; font-size: 22px; letter-spacing: -.04em; }

.lead-card { position: sticky; top: 24px; align-self: start; padding: clamp(26px, 3vw, 38px); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(245,246,248,.98); color: #10121c; box-shadow: 0 34px 100px rgba(0,0,0,.42), inset 0 1px 0 white; }
.lead-card:before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, rgba(124,92,255,.14), transparent 28%); }
.lead-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.lead-card-head p, .lead-card-head span { margin: 0; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lead-card-head p { display: flex; align-items: center; gap: 8px; color: var(--violet-dark); }
.lead-card-head p:before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }
.lead-card-head span { color: var(--dark-muted); font-weight: 600; letter-spacing: .07em; }
.lead-card h2 { margin: 0; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.02; letter-spacing: -.055em; }
.form-intro { margin: 17px 0 26px; color: var(--dark-muted); font-size: 13px; line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-card label, .lead-card label { display: block; }
.form-grid label > span { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 7px; color: #2b2e37; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-grid label > span b { color: var(--violet-dark); font-size: 7px; letter-spacing: .08em; }
.form-grid label > span i { color: #8b909a; font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .08em; }
.form-grid input { width: 100%; height: 53px; padding: 0 14px; border: 1px solid #d8dae0; border-radius: 12px; background: white; color: #10121c; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.form-grid input::placeholder { color: #a2a6af; }
.form-grid input:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(124,92,255,.12); transform: translateY(-1px); }
.form-wide { grid-column: 1 / -1; }
.consent { display: grid !important; grid-template-columns: 19px 1fr; gap: 10px; margin-top: 19px; align-items: start; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--violet); }
.consent span { color: #717681; font-size: 9px; line-height: 1.5; }
.consent a { color: #3b2aa1; text-decoration: underline; text-underline-offset: 2px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 230px; padding: 17px 19px; border: 0; border-radius: 12px; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.form-submit { width: 100%; margin-top: 20px; background: #10121c; color: white; box-shadow: 0 16px 34px rgba(16,18,28,.2); }
.form-submit:hover, .form-submit:focus-visible { background: var(--violet-dark); box-shadow: 0 18px 38px rgba(78,53,200,.27); }
.form-submit:disabled { cursor: wait; opacity: .62; transform: none; }
.form-note { display: flex; gap: 7px; align-items: center; margin: 12px 0 0; color: #747985; font-size: 10px; }
.form-note span { color: #29915f; font-weight: 800; }
.form-status { min-height: 18px; margin: 8px 0 0; color: #2e2483; font-size: 11px; font-weight: 700; }
.form-trap, .response-frame { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.success-panel { display: none; padding: 38px 8px 10px; text-align: center; }
.success-check { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--lime); color: #10121c; font-size: 22px; font-weight: 800; box-shadow: 0 0 0 10px rgba(199,255,107,.18); }
.success-panel > p:first-of-type { margin: 0; color: var(--violet-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.success-panel h3 { margin: 13px auto; max-width: 390px; font-size: 29px; line-height: 1.05; letter-spacing: -.04em; }
.success-panel p:last-child { max-width: 390px; margin: 0 auto; color: var(--dark-muted); font-size: 13px; line-height: 1.55; }
.lead-card form.is-complete > :not(.success-panel):not(.response-frame) { display: none; }
.lead-card form.is-complete .success-panel { display: block; }

.signal-strip { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.signal-track { width: max-content; min-height: 62px; display: flex; align-items: center; gap: 28px; animation: ticker 26s linear infinite; }
.signal-track span { color: #d5d8e0; font: 700 10px/1 var(--display); letter-spacing: .13em; }
.signal-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 5px rgba(124,92,255,.12); }

.section-heading { display: grid; grid-template-columns: .35fr 1.1fr .65fr; gap: clamp(28px, 5vw, 76px); align-items: end; margin-bottom: 64px; }
.section-heading.compact { grid-template-columns: .32fr 1.15fr .65fr; }
.section-heading .section-label { align-self: start; margin-top: 9px; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 5.4vw, 78px); line-height: 1.03; letter-spacing: -.06em; }
.section-heading > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.direction-card { position: relative; min-height: 570px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 35px; border-radius: var(--radius); }
.direction-light { background: #eef0f4; color: #11131a; }
.direction-dark { border: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, #281258, #12141c 72%); color: white; }
.direction-number { position: absolute; right: 28px; top: 25px; color: rgba(17,19,26,.13); font: 800 92px/1 var(--display); letter-spacing: -.08em; }
.direction-dark .direction-number { color: rgba(255,255,255,.1); }
.direction-card > div:nth-child(2) { position: relative; z-index: 2; max-width: 450px; }
.direction-card p { margin: 0 0 12px; color: var(--violet-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.direction-dark p { color: var(--cyan); }
.direction-card h3 { margin: 0; font-size: clamp(31px, 3.1vw, 45px); line-height: 1; letter-spacing: -.05em; }
.direction-card span { display: block; max-width: 400px; margin-top: 15px; color: #737884; font-size: 14px; line-height: 1.55; }
.direction-dark span { color: #b6bac5; }
.direction-demo { position: relative; height: 270px; margin: 48px -35px -35px; overflow: hidden; }
.direction-demo b { position: absolute; display: block; border-radius: 14px 14px 0 0; background: white; box-shadow: 0 22px 55px rgba(0,0,0,.13); }
.demo-light b:first-child { width: 54%; height: 212px; left: 8%; bottom: -22px; transform: rotate(-5deg); }
.demo-light b:nth-child(2) { width: 48%; height: 190px; right: 4%; bottom: -7px; background: #1b1d25; transform: rotate(7deg); }
.demo-light b:nth-child(3) { width: 38%; height: 135px; left: 31%; bottom: -10px; background: var(--violet); transform: rotate(1deg); }
.demo-light i, .demo-dark i { position: absolute; z-index: 3; display: block; border-radius: 50%; }
.demo-light i:first-of-type { width: 76px; height: 76px; left: 15%; top: 38px; background: var(--lime); animation: orbit-small 5s ease-in-out infinite; }
.demo-light i:last-of-type { width: 31px; height: 31px; right: 15%; top: 21px; background: var(--cyan); }
.demo-dark b:first-child { width: 54%; height: 210px; left: 5%; bottom: -12px; background: linear-gradient(145deg, #7c5cff, #251456); transform: rotate(5deg); }
.demo-dark b:nth-child(2) { width: 52%; height: 190px; right: 2%; bottom: -8px; background: #f4f6f8; transform: rotate(-7deg); }
.demo-dark b:nth-child(3) { width: 36%; height: 130px; left: 33%; bottom: -15px; background: var(--cyan); transform: rotate(-1deg); }
.demo-dark i:first-of-type { width: 94px; height: 94px; right: 11%; top: 17px; border: 1px solid var(--cyan); box-shadow: 0 0 0 26px rgba(103,232,249,.08); }
.demo-dark i:last-of-type { width: 28px; height: 28px; left: 16%; top: 46px; background: var(--coral); animation: orbit-small 5.6s ease-in-out infinite reverse; }

.proof { background: var(--paper); color: #11131a; }
.proof .section-label, .proof .section-heading > p:last-child { color: var(--dark-muted); }
.proof .section-heading h2 em { background-image: linear-gradient(90deg, var(--violet-dark), #147a9b); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.proof-card { min-width: 0; }
.proof-browser { position: relative; height: 470px; overflow: hidden; border-radius: 18px; transition: transform .3s ease, box-shadow .3s ease; }
.proof-card:hover .proof-browser { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(17,19,26,.13); }
.proof-nav { position: relative; z-index: 3; height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid currentColor; font-size: 7px; font-weight: 800; letter-spacing: .09em; }
.proof-nav i { font-style: normal; opacity: .7; }
.proof-browser > strong { position: absolute; left: 25px; bottom: 26px; z-index: 4; font: 800 clamp(32px, 3.1vw, 48px)/.95 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.proof-card > p { display: flex; justify-content: space-between; gap: 20px; margin: 15px 3px 0; font-size: 13px; font-weight: 700; }
.proof-card > p span { color: #777c86; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.proof-vision .proof-browser { background: #dce6cd; color: #244137; }
.vision-graphic { position: absolute; right: -120px; top: 94px; width: 380px; height: 380px; border: 1px solid currentColor; border-radius: 50%; opacity: .55; animation: slow-spin 18s linear infinite; }
.vision-graphic b { position: absolute; inset: 17%; border: 1px solid currentColor; border-radius: 50%; }.vision-graphic b:nth-child(2) { inset: 34%; }.vision-graphic b:nth-child(3) { inset: 46%; background: currentColor; }
.proof-dental .proof-browser { background: #f06f63; color: #fff8f1; }
.dental-graphic { position: absolute; right: -18%; top: 21%; width: 90%; height: 86%; border: 42px solid #ffd48c; border-bottom: 0; border-radius: 50% 50% 0 0; opacity: .78; }
.proof-uppercut .proof-browser { background: #4e44de; color: white; }
.uppercut-graphic { position: absolute; left: 57%; top: -15%; width: 25%; height: 130%; background: var(--coral); transform: skew(-18deg); box-shadow: 70px 0 0 rgba(103,232,249,.28); }
.proof-uppercut .proof-browser > strong { color: var(--lime); }

.process { border-bottom: 1px solid var(--line); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid li { min-height: 330px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid li > span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.process-grid h3 { margin: 105px 0 15px; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.meet { background: var(--surface); }
.meet-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.meet-copy h2 { margin: 0; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
.meet-copy > p:not(.section-label) { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.meet-small { padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px !important; }
.video-shell { padding: 14px; border: 1px solid var(--line); border-radius: 24px; background: #0d0f15; box-shadow: 0 30px 75px rgba(0,0,0,.35); }
.video-shell video { width: 100%; max-height: 590px; border-radius: 16px; background: #05060a; object-fit: contain; }
.video-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 5px 4px; }
.video-meta span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.video-meta i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.video-meta strong { font-size: 12px; }
.video-shell details { margin: 15px 5px 2px; padding-top: 14px; border-top: 1px solid var(--line); }
.video-shell summary { cursor: pointer; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.video-shell details p { color: var(--muted); font-size: 13px; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 130px); }
.faq-title h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: 1.02; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; padding: 25px 50px 25px 0; list-style: none; font: 700 19px/1.3 var(--display); letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 7px; top: 21px; color: var(--cyan); font: 400 26px/1 var(--sans); }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -5px 0 27px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.closing { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-top: 1px solid var(--line); }
.closing h2 { margin: 0; font-size: clamp(35px, 4vw, 56px); letter-spacing: -.055em; }
.closing .section-label { margin-bottom: 11px; }
.closing-button { min-width: 260px; background: var(--lime); color: #10121c; box-shadow: 0 18px 48px rgba(199,255,107,.13); }
.closing-button:hover, .closing-button:focus-visible { box-shadow: 0 22px 54px rgba(199,255,107,.22); }

.footer { padding: 42px 0 90px; border-top: 1px solid var(--line); background: #05060a; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.footer p { margin: 0; color: var(--muted); font-size: 11px; text-align: center; }
.footer-grid > div { display: flex; gap: 22px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; background: var(--paper); color: #11131a; }
.legal-page .brand-name small { color: var(--dark-muted); }
.legal-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--dark-line); }
.legal-header > span { color: var(--dark-muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.legal-back { padding: 10px 14px; border: 1px solid var(--dark-line); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal { max-width: 900px; padding-top: 90px; padding-bottom: 120px; }
.legal .eyebrow { color: var(--dark-muted); }
.legal h1 { margin: 0; font-size: clamp(58px, 7vw, 96px); line-height: .96; letter-spacing: -.07em; }
.legal h1 em { color: var(--violet-dark); font-style: normal; }
.legal-lead { margin: 30px 0 65px; color: #4e535e; font-size: 20px; line-height: 1.55; }
.legal h2 { margin: 44px 0 13px; font-size: 25px; letter-spacing: -.04em; }
.legal > p:not(.eyebrow):not(.legal-lead) { color: #5f6570; font-size: 15px; line-height: 1.7; }
.legal a { color: var(--violet-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding: 35px 0 50px; background: var(--ink); color: white; }
.legal-footer .shell { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.legal-footer p { margin: 0; color: var(--muted); font-size: 11px; }

@keyframes signal-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(199,255,107,.36); } 50% { box-shadow: 0 0 0 9px rgba(199,255,107,0); } }
@keyframes drift-one { to { transform: translate(80px, 45px) scale(1.12); } }
@keyframes drift-two { to { transform: translate(-60px, -35px) scale(.9); } }
@keyframes float-a { 0%,100% { margin-top: 0; } 50% { margin-top: -9px; } }
@keyframes float-b { 0%,100% { margin-top: 0; } 50% { margin-top: 11px; } }
@keyframes chip-pop { 0%,100% { transform: rotate(-7deg) scale(1); } 50% { transform: rotate(-3deg) scale(1.04); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes orbit-small { 0%,100% { transform: translate(0,0); } 50% { transform: translate(18px,-11px); } }

@media (max-width: 1050px) {
  .shell { width: min(820px, calc(100% - 36px)); }
  .hero { grid-template-columns: 1fr; }.lead-card { position: relative; top: auto; width: min(680px, 100%); margin-inline: auto; }
  .hero-copy { text-align: center; }.eyebrow, .offer-pills { justify-content: center; }.hero-deck { margin-inline: auto; }
  .concept-stage { max-width: 760px; margin-inline: auto; text-align: left; }
  .section-heading, .section-heading.compact { grid-template-columns: .3fr 1fr; }.section-heading > p:last-child { grid-column: 2; max-width: 620px; }
  .direction-grid, .meet-grid, .faq { grid-template-columns: 1fr; }.direction-card { min-height: 540px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-uppercut { grid-column: 1 / -1; }.proof-uppercut .proof-browser { max-width: calc(50% - 8px); }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid li { min-height: 270px; }.process-grid h3 { margin-top: 70px; }
  .meet-copy { max-width: 650px; }.faq { gap: 55px; }.faq-title { max-width: 560px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 24px, 560px); }
  .section { padding-block: 84px; }
  .site-header { min-height: 72px; grid-template-columns: 1fr auto; }.header-market { display: none; }.brand-mark { width: 36px; height: 36px; border-radius: 11px; }.brand-name { font-size: 13px; }.site-header .brand-name small { display: none; }.header-cta { gap: 7px; padding: 10px 11px; font-size: 8px; }
  .hero { width: 100%; padding: 66px 12px 84px; gap: 62px; }.hero-copy { text-align: left; }.eyebrow, .offer-pills { justify-content: flex-start; }.hero h1 { font-size: clamp(48px, 13.5vw, 70px); }.hero-deck { font-size: 17px; }.offer-pills { gap: 7px; }.offer-pills span { font-size: 9px; }
  .concept-stage { height: 345px; margin-top: 46px; perspective: none; transform-style: flat; }.concept-window { width: 82%; min-height: 245px; backface-visibility: hidden; }.concept-a { left: 0; z-index: 1; transform: rotate(-2deg); }.concept-b { right: 0; top: 78px; z-index: 3; transform: rotate(2deg); }.concept-body { min-height: 202px; padding: 20px; }.concept-body > strong { margin-top: 29px; font-size: 29px; }.concept-body > b { left: 20px; bottom: 19px; }.choice-chip { left: 34%; width: 94px; height: 94px; bottom: 0; }.choice-chip strong { font-size: 18px; }
  .lead-card { padding: 25px 18px; border-radius: 21px; }.lead-card-head { align-items: flex-start; flex-direction: column; gap: 7px; }.lead-card h2 { font-size: 38px; }.form-grid { grid-template-columns: 1fr; }.form-wide { grid-column: auto; }.form-grid input { height: 52px; }
  .signal-track { min-height: 56px; }.section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 17px; }.section-heading > p:last-child { grid-column: 1; }.section-heading h2 { font-size: 47px; }
  .direction-grid { grid-template-columns: 1fr; }.direction-card { min-height: 500px; padding: 27px; }.direction-demo { margin-inline: -27px; margin-bottom: -27px; }.direction-number { font-size: 72px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-uppercut { grid-column: auto; }.proof-uppercut .proof-browser { max-width: none; }.proof-browser { height: 415px; }.proof-browser > strong { font-size: 39px; }
  .process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 245px; }.process-grid h3 { margin-top: 60px; }
  .meet-grid { gap: 52px; }.meet-copy h2, .faq-title h2 { font-size: 46px; }.meet-copy > p:not(.section-label) { font-size: 16px; }.video-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .faq-list summary { font-size: 17px; }.closing { padding-block: 65px 105px; align-items: flex-start; flex-direction: column; }.closing-button { width: 100%; }
  .footer { padding-bottom: 105px; }.footer-grid { grid-template-columns: 1fr; }.footer p { text-align: left; }.footer-grid > div { flex-wrap: wrap; }
  .mobile-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 30; display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; border-radius: 13px; background: var(--lime); color: #10121c; box-shadow: 0 16px 40px rgba(0,0,0,.36); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .legal-header > span { display: none; }.legal { padding-top: 70px; padding-bottom: 90px; }.legal h1 { font-size: 58px; }.legal-lead { font-size: 18px; }.legal-footer .shell { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
