:root {
  --ink: #121311;
  --paper: #f5f2e9;
  --white: #fffdf7;
  --lime: #d7ff45;
  --violet: #7554ff;
  --violet-dark: #5137d2;
  --muted: #696a63;
  --line: rgba(18, 19, 17, 0.14);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(41, 35, 18, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ambient { position: absolute; pointer-events: none; filter: blur(3px); border-radius: 50%; }
.ambient-one { width: 300px; height: 300px; right: 0; top: 80px; background: rgba(215, 255, 69, .26); }
.ambient-two { width: 200px; height: 200px; left: 0; top: 520px; background: rgba(117, 84, 255, .12); }

.site-header {
  position: relative;
  z-index: 20;
  width: min(1240px, calc(100% - 40px));
  height: 82px;
  margin: 14px auto 0;
  padding: 0 22px 0 26px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(245, 242, 233, .78);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Unbounded", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: -.05em; }
.brand > span:last-child b { color: var(--violet); }
.brand-mark { width: 35px; height: 35px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; gap: 2px; }
.brand-mark i { width: 3px; border-radius: 5px; background: var(--lime); display: block; }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 17px; }.brand-mark i:nth-child(3) { height: 11px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.main-nav a { opacity: .72; transition: opacity .2s; }
.main-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; }

.button { min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--violet); box-shadow: 0 12px 30px rgba(117, 84, 255, .22); }
.button-primary:hover { background: var(--violet-dark); box-shadow: 0 16px 36px rgba(117, 84, 255, .3); }
.button-small { min-height: 43px; padding: 0 18px; font-size: 12px; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.2); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-light { color: var(--ink); background: var(--lime); width: 100%; }

.hero { position: relative; min-height: 710px; padding: 96px 0 78px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 56px; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 5px rgba(117,84,255,.12); }
.hero h1, .section-heading h2, .calculator-copy h2, .safety-copy h2, .trial-copy h2 {
  margin: 22px 0 24px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: .99;
  letter-spacing: -.07em;
}
h1 em, h2 em { font-style: normal; color: var(--violet); }
.hero-lead { max-width: 580px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 38px; }
.hero-note p { margin: 0; font-size: 12px; line-height: 1.45; color: var(--muted); }
.hero-note p b { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack i { width: 32px; height: 32px; margin-left: -8px; display: grid; place-items: center; border: 3px solid var(--paper); border-radius: 50%; background: #f6b4a3; font-style: normal; font-size: 9px; font-weight: 800; }
.avatar-stack i:first-child { margin-left: 0; }.avatar-stack i:nth-child(2) { background: #8ad0cd; }.avatar-stack i:nth-child(3) { color: white; background: var(--violet); }

.call-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.call-card { position: relative; z-index: 4; width: min(420px, 90%); padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; color: var(--white); background: linear-gradient(155deg, #24251f 0%, #10110f 70%); box-shadow: 0 44px 100px rgba(18,19,17,.28); transform: rotate(1.5deg); transition: border-color .25s, box-shadow .25s, transform .25s; }
.call-card[data-demo-state="active"] { border-color: rgba(215,255,69,.36); box-shadow: 0 44px 100px rgba(18,19,17,.28), 0 0 0 1px rgba(215,255,69,.08); }
.call-topline { display: flex; justify-content: space-between; align-items: center; }
.live-chip { display: flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 800; letter-spacing: .12em; color: #cbcfc0; }
.live-chip b { margin-left: 4px; padding: 5px 7px; border-radius: 7px; color: var(--ink); background: var(--lime); font-size: 11px; letter-spacing: .04em; }
.live-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(215,255,69,.12); }
.call-time { font-variant-numeric: tabular-nums; color: #8d9185; font-size: 11px; }
.caller { display: flex; align-items: center; gap: 18px; margin: 27px 0 18px; }
.caller-avatar { position: relative; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-family: "Unbounded", sans-serif; font-weight: 800; }
.pulse-ring { position: absolute; inset: -8px; border: 1px solid rgba(215,255,69,.35); border-radius: 50%; animation: pulse 2s infinite; }
.caller small { color: #898d81; font-size: 10px; }.caller h3 { margin: 5px 0 0; font-size: 19px; }
.waveform { height: 52px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.waveform i { width: 3px; height: 12px; border-radius: 3px; background: var(--lime); animation: wave 1.4s ease-in-out infinite; }
.waveform i:nth-child(3n) { height: 29px; animation-delay: -.2s; }.waveform i:nth-child(4n) { height: 38px; animation-delay: -.45s; }.waveform i:nth-child(5n) { height: 20px; animation-delay: -.7s; }
.call-card[data-demo-state="idle"] .waveform i, .call-card[data-demo-state="ended"] .waveform i, .call-card[data-demo-state="error"] .waveform i { animation-play-state: paused; opacity: .38; }
.call-card[data-demo-state="connecting"] .waveform i { animation-duration: .75s; }
.call-card[data-agent-talking="true"] .caller-avatar { box-shadow: 0 0 0 8px rgba(215,255,69,.09), 0 0 34px rgba(215,255,69,.18); }
.transcript { min-height: 122px; max-height: 174px; padding: 14px 2px 17px 0; display: grid; align-content: start; gap: 8px; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid rgba(255,255,255,.09); scrollbar-color: rgba(215,255,69,.35) transparent; scrollbar-width: thin; }
.message { display: flex; gap: 9px; align-items: flex-start; }
.message span { flex: 0 0 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 8px; font-weight: 800; }
.message-client { flex-direction: row-reverse; }.message-client span { color: white; background: var(--violet); }
.message p { max-width: 82%; margin: 0; padding: 8px 10px; border-radius: 3px 12px 12px 12px; color: #d5d6d0; background: rgba(255,255,255,.07); font-size: 10px; line-height: 1.4; }
.message-client p { border-radius: 12px 3px 12px 12px; background: rgba(117,84,255,.24); }
.booking-result { padding: 14px; border-radius: 15px; display: flex; align-items: center; gap: 11px; color: var(--ink); background: var(--white); }
.checkmark { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: var(--lime); font-weight: 800; }
.booking-result div:nth-child(2) { flex: 1; }.booking-result small, .booking-result b { display: block; }.booking-result small { margin-bottom: 3px; font-size: 8px; letter-spacing: .08em; color: var(--muted); }.booking-result b { font-size: 13px; }
.call-card:not([data-demo-state="idle"]) .booking-result { display: none; }
.demo-controls { position: relative; margin-top: 12px; display: grid; gap: 8px; }
.demo-call-button, .demo-pilot-link { width: 100%; min-height: 47px; padding: 0 17px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-size: 11px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s, opacity .2s; }
.demo-call-button:hover, .demo-pilot-link:hover { transform: translateY(-1px); }
.demo-call-button:focus-visible, .demo-pilot-link:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.demo-call-button:disabled { cursor: wait; opacity: .68; transform: none; }
.demo-call-start { position: relative; isolation: isolate; min-height: 58px; border-color: rgba(255,255,255,.62); color: var(--ink); background: linear-gradient(135deg, #e8ff93 0%, var(--lime) 58%, #c9f82b 100%); box-shadow: 0 13px 30px rgba(215,255,69,.22), inset 0 1px 0 rgba(255,255,255,.72); font-size: 13px; letter-spacing: .01em; }
.demo-call-start:hover { background: linear-gradient(135deg, #f0ffb5 0%, #ddff61 58%, #d2ff38 100%); box-shadow: 0 16px 38px rgba(215,255,69,.32), inset 0 1px 0 rgba(255,255,255,.82); }
.call-card[data-demo-state="idle"] .demo-call-start::after { content: ""; position: absolute; z-index: -1; inset: -5px; border: 1px solid rgba(215,255,69,.5); border-radius: 17px; pointer-events: none; animation: demo-call-attention 2.8s ease-out infinite; }
.demo-call-stop { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(202,76,66,.82); }
.demo-pilot-link { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(117,84,255,.45); }
.demo-button-icon { width: 27px; height: 27px; padding-left: 2px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--ink); box-shadow: 0 5px 12px rgba(18,19,17,.22); font-size: 9px; line-height: 1; }
.demo-call-hint, .demo-call-error, .demo-disclosure { margin: 0; text-align: center; line-height: 1.45; }
.demo-call-hint { color: #a7aa9e; font-size: 9px; }
.demo-call-error { min-height: 0; color: #ffaaa2; font-size: 9px; font-weight: 700; }
.demo-call-error:empty { display: none; }
.demo-disclosure { padding-top: 2px; color: #777b70; font-size: 8px; }
.demo-turnstile { position: relative; z-index: 8; min-height: 0; display: grid; place-items: center; }
.demo-empty-transcript { align-self: center; margin: auto; color: #8d9185; text-align: center; font-size: 10px; line-height: 1.5; }
[hidden] { display: none !important; }
.stage-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(117,84,255,.22); }
.orbit-one { width: 500px; height: 500px; }.orbit-two { width: 390px; height: 390px; border-color: rgba(18,19,17,.1); }
.floating-tag { position: absolute; z-index: 6; padding: 11px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 16px 44px rgba(31,29,21,.12); font-size: 10px; font-weight: 800; }
.tag-top { top: 76px; right: -7px; transform: rotate(5deg); }.tag-top strong { color: var(--violet); font-family: "Unbounded", sans-serif; font-size: 14px; }.tag-bottom { bottom: 72px; left: -10px; transform: rotate(-5deg); }.tag-bottom span { color: var(--violet); font-size: 15px; }

.proof-strip { padding: 31px 0 22px; color: white; background: var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 2px 28px; border-right: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; gap: 15px; }
.proof-grid > div:first-child { padding-left: 0; }.proof-grid > div:last-child { border-right: 0; }
.proof-grid b { color: var(--lime); font-family: "Unbounded", sans-serif; font-size: 23px; letter-spacing: -.06em; white-space: nowrap; }
.proof-grid span { color: #9ea096; font-size: 10px; line-height: 1.5; }
.source-links { width: fit-content; margin: 18px auto 0; display: flex; gap: 18px; color: #74776d; font-size: 9px; }

.section { padding-top: 128px; padding-bottom: 128px; }
.section-heading { max-width: 800px; }
.section-heading h2, .calculator-copy h2, .safety-copy h2, .trial-copy h2 { font-size: clamp(38px, 4.4vw, 60px); }
.section-heading p { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.steps { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-height: 410px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.36); overflow: hidden; }
.step-card h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.2; }.step-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.step-number { color: var(--muted); font-family: "Unbounded", sans-serif; font-size: 11px; }
.step-dark { color: white; background: var(--ink); }.step-dark p, .step-dark .step-number { color: #999c92; }
.step-accent { background: var(--lime); }.step-accent p { color: #4d5140; }
.coverage-visual, .routine-visual, .handoff-visual { min-height: 166px; margin: 14px 0 22px; }
.coverage-visual { padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.045); }
.coverage-head { margin-bottom: 13px; display: flex; justify-content: space-between; align-items: center; color: #85897d; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.coverage-head b { color: var(--lime); font-size: 8px; }
.coverage-row { margin-top: 8px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 8px; color: #b7baaf; font-size: 8px; }
.coverage-bar { position: relative; height: 27px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.07); }.coverage-bar i { position: absolute; inset: 0 42% 0 0; border-radius: inherit; background: rgba(215,255,69,.24); }.coverage-bar em { position: relative; height: 100%; display: grid; place-items: center; color: white; font-style: normal; font-size: 8px; font-weight: 800; }.coverage-bar.coverage-full i { right: 0; background: var(--lime); }.coverage-bar.coverage-full em { color: var(--ink); }
.coverage-status { margin-top: 12px; display: flex; align-items: center; gap: 7px; color: #d3d6cc; font-size: 8px; font-weight: 700; }.coverage-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(215,255,69,.1); }
.routine-visual { display: grid; align-content: center; gap: 9px; }
.routine-question, .routine-answer { padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.46); }
.routine-question span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.routine-question b { font-size: 10px; }
.routine-system { overflow: hidden; border-radius: 14px; color: white; background: var(--violet); box-shadow: 0 10px 24px rgba(117,84,255,.16); }
.system-head { padding: 10px 12px 8px; display: flex; justify-content: space-between; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.14); }.system-head span { color: var(--lime); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.system-head b { color: rgba(255,255,255,.7); font-size: 7px; }
.system-fields { padding: 9px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.system-fields span { min-width: 0; }.system-fields small, .system-fields b { display: block; }.system-fields small { margin-bottom: 3px; color: rgba(255,255,255,.56); font-size: 6px; text-transform: uppercase; letter-spacing: .07em; }.system-fields b { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.system-result { padding: 9px 12px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 7px; color: var(--ink); background: var(--lime); }.system-result span { font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.system-result b { font-family: "Unbounded", sans-serif; font-size: 10px; }.system-result em { padding: 3px 5px; border-radius: 5px; color: white; background: var(--ink); font-size: 6px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.routine-answer { display: flex; align-items: center; gap: 9px; }.routine-answer > span { flex: 0 0 25px; height: 25px; border-radius: 8px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 800; }.routine-answer b, .routine-answer small { display: block; }.routine-answer b { font-size: 9px; }.routine-answer small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.handoff-visual { display: grid; align-content: center; gap: 8px; }
.handoff-request { width: 88%; padding: 11px 13px; border-radius: 13px; background: rgba(255,255,255,.52); }.handoff-request span { display: block; margin-bottom: 3px; color: #5c633f; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.handoff-request b { font-size: 10px; }
.handoff-ai { width: 94%; margin-left: auto; padding: 10px 12px; border-radius: 13px; color: white; background: var(--violet); }.handoff-ai span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.66); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.handoff-ai b { display: block; font-size: 8px; line-height: 1.35; }
.handoff-route { display: flex; align-items: center; gap: 8px; color: #53593c; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }.handoff-route i { height: 1px; flex: 1; background: rgba(18,19,17,.22); }
.handoff-admin { padding: 12px; border-radius: 14px; color: white; background: var(--ink); }.handoff-admin-head { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 9px; }.admin-avatar { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 800; }.handoff-admin b, .handoff-admin small { display: block; }.handoff-admin b { font-size: 9px; }.handoff-admin small { margin-top: 3px; color: #92968b; font-size: 7px; }.handoff-admin strong { color: var(--lime); font-size: 13px; }
.handoff-context { margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.12); }.handoff-context span { display: block; margin-bottom: 4px; color: var(--lime); font-size: 6px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.handoff-context p { margin: 0; color: #c4c7bd; font-size: 7px; line-height: 1.45; }

.calculator-section { color: white; background: var(--violet); }
.calculator-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.eyebrow-light > span { background: var(--lime); box-shadow: 0 0 0 5px rgba(215,255,69,.12); }
.calculator-copy h2 { margin-top: 24px; }.calculator-copy h2 em { color: var(--lime); }.calculator-copy h2 .loss-accent { color: #ff9a8d; }.calculator-copy > p { color: rgba(255,255,255,.68); line-height: 1.7; }
.formula-note { margin-top: 34px; padding: 17px; border-left: 2px solid var(--lime); color: rgba(255,255,255,.7); background: rgba(0,0,0,.09); font-size: 12px; line-height: 1.55; }
.calculator-card { padding: 36px; border-radius: 30px; color: var(--ink); background: var(--white); box-shadow: 0 35px 80px rgba(32,19,89,.25); }
.calculator-card label { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; font-weight: 700; }.calculator-card label output { font-family: "Unbounded", sans-serif; font-size: 16px; }
.calculator-card input[type="range"] { width: 100%; margin: 20px 0 34px; accent-color: var(--violet); }
.calc-assumption { padding: 13px 15px; display: flex; justify-content: space-between; border-radius: 10px; color: var(--muted); background: #efeee8; font-size: 10px; }.calc-assumption b { color: var(--ink); }
.calc-result { padding: 28px 0 24px; }.calc-result small, .calc-formula, .calc-result strong, .calc-result > span { display: block; }.calc-result small { font-size: 9px; letter-spacing: .1em; color: var(--muted); }.calc-formula { margin: 10px 0 0; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: -.01em; }.calc-result strong { margin: 4px 0 2px; font-family: "Unbounded", sans-serif; font-size: clamp(33px, 4vw, 50px); letter-spacing: -.07em; }.calc-result > span { color: var(--muted); font-size: 11px; }

.centered { margin: auto; text-align: center; }.centered .eyebrow { justify-content: center; }
.pricing-shared { max-width: 760px; margin: 28px auto 0; padding: 13px 18px; border: 1px solid var(--line); border-radius: 12px; text-align: center; color: var(--muted); background: rgba(255,255,255,.32); font-size: 11px; line-height: 1.55; }.pricing-shared strong { color: var(--ink); }
.pricing-grid { max-width: 1180px; margin: 42px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.price-card { position: relative; padding: 33px; border: 1px solid var(--line); border-radius: 30px; display: flex; flex-direction: column; background: rgba(255,255,255,.38); }
.price-card.featured { color: white; background: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow); }
.price-card.enterprise { border-color: rgba(117,84,255,.28); background: rgba(117,84,255,.055); }
.price-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.price-top b { font-family: "Unbounded", sans-serif; }.featured .price-top { color: #989b90; }
.price-card h3 { margin: 28px 0 10px; font-family: "Unbounded", sans-serif; font-size: 28px; letter-spacing: -.05em; }.price-card > p { min-height: 134px; color: var(--muted); font-size: 12px; line-height: 1.6; }.price-card > p strong { color: var(--ink); }.featured > p { color: #9fa297; }.featured > p strong { color: white; }
.price { margin: 30px 0; padding-bottom: 26px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-end; gap: 14px; }.featured .price { border-color: rgba(255,255,255,.13); }.price strong { flex: 0 0 auto; font-family: "Unbounded", sans-serif; font-size: 32px; letter-spacing: -.06em; }.price span { padding-bottom: 1px; color: var(--muted); line-height: 1.35; }.price span small, .price span b { display: block; }.price span small { max-width: 150px; font-size: 10px; }.price span b { margin-top: 4px; color: var(--ink); font-size: 13px; white-space: nowrap; }.featured .price span { color: #979a90; }.featured .price span b { color: var(--lime); }
.price-custom strong { font-size: 25px; }
.price-card ul { min-height: 270px; padding: 0; margin: 0 0 20px; list-style: none; }.price-card li { position: relative; padding: 7px 0 7px 22px; font-size: 12px; line-height: 1.45; }.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--violet); font-weight: 800; }.featured li::before { color: var(--lime); }
.price-card .button { width: 100%; margin-top: auto; }.featured .button-primary { color: var(--ink); background: var(--lime); box-shadow: none; }
.popular-chip { position: absolute; right: 28px; top: -12px; padding: 7px 11px; border-radius: 8px; color: var(--ink); background: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .08em; }.popular-chip.start-chip { color: white; background: var(--violet); }.popular-chip.enterprise-chip { color: white; background: var(--violet); }
.pricing-footnote { max-width: 730px; margin: 32px auto 0; text-align: center; color: var(--muted); font-size: 10px; font-style: italic; line-height: 1.7; }

.safety-section { background: #e9e5da; }
.safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.safety-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.shield { position: relative; width: 230px; height: 270px; display: grid; place-items: center; border-radius: 44% 44% 50% 50% / 28% 28% 65% 65%; background: var(--violet); box-shadow: inset 0 0 0 18px rgba(255,255,255,.08), 0 40px 60px rgba(70,53,137,.2); }
.shield::after { content: ""; position: absolute; width: 63px; height: 63px; border: 2px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 12px rgba(215,255,69,.12); }.shield > span { z-index: 2; color: white; font-family: "Unbounded", sans-serif; font-size: 18px; }
.shield i { position: absolute; width: 5px; border-radius: 6px; background: var(--lime); }.shield i:nth-of-type(1) { height: 15px; transform: translateX(-16px); }.shield i:nth-of-type(2) { height: 28px; }.shield i:nth-of-type(3) { height: 20px; transform: translateX(16px); }
.safety-label { position: absolute; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 14px 40px rgba(30,30,20,.1); font-size: 9px; font-weight: 700; }.safety-a { top: 72px; right: 5px; }.safety-b { bottom: 67px; left: 2px; }.safety-c { top: 165px; left: -13px; }
.safety-copy h2 { font-size: clamp(34px, 3.8vw, 50px); }
.safety-copy > p { color: var(--muted); line-height: 1.7; }
.safety-list { margin: 32px 0 0; padding: 0; list-style: none; }.safety-list li { padding: 18px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 40px 1fr; gap: 10px; }.safety-list li > span { color: var(--violet); font-family: "Unbounded", sans-serif; font-size: 10px; }.safety-list b { font-size: 13px; }.safety-list p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.trial-section { color: white; background: var(--ink); }
.trial-wrap { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.trial-copy h2 em { color: var(--lime); }.trial-copy > p { max-width: 520px; color: #a5a89e; line-height: 1.7; }
.trial-points { display: flex; gap: 12px; flex-wrap: wrap; padding: 0; margin: 30px 0 0; list-style: none; }.trial-points li { padding: 10px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #c8c9c4; font-size: 10px; }.trial-points span { color: var(--lime); }
.trial-copy > .trial-footnote { margin: 20px 0 0; padding-left: 13px; border-left: 2px solid rgba(215,255,69,.55); color: #858980; font-size: 10px; line-height: 1.6; }
.lead-form { position: relative; padding: 34px; border-radius: 30px; color: var(--ink); background: var(--white); overflow: hidden; }
.form-heading { margin-bottom: 27px; display: flex; justify-content: space-between; font-family: "Unbounded", sans-serif; font-size: 17px; }.form-heading b { color: var(--violet); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; margin: 0 !important; overflow: hidden !important; }
.lead-form label { display: block; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.form-field { margin: 15px 0; }.lead-form input, .lead-form select { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); outline: none; color: var(--ink); background: transparent; font-size: 14px; text-transform: none; letter-spacing: normal; transition: border-color .2s, background-color .2s, box-shadow .2s; }.lead-form select { cursor: pointer; }.lead-form input:focus, .lead-form select:focus { border-color: var(--violet); box-shadow: 0 1px 0 var(--violet); }.field-hint { margin-top: 6px; display: block; color: #989a93; font-size: 8px; line-height: 1.4; }.field-error { display: none; margin: 7px 0 0; align-items: flex-start; gap: 6px; color: #a8433a; font-size: 9px; font-weight: 600; line-height: 1.4; text-transform: none; letter-spacing: 0; }.field-error::before { content: "!"; flex: 0 0 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; color: white; background: #c65d52; font-size: 8px; font-weight: 800; }.form-field.has-error .field-error { display: flex; }.form-field.has-error > label, .form-field.has-error > legend { color: #a8433a; }.form-field.has-error > input, .form-field.has-error > select { border-color: #c65d52; background: linear-gradient(to bottom, transparent 65%, rgba(198,93,82,.06)); box-shadow: 0 1px 0 #c65d52; }.coverage-choice { min-width: 0; margin: 20px 0 17px; padding: 0; border: 0; }.coverage-choice legend { margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.choice-toggle { padding: 4px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid transparent; border-radius: 13px; background: #efeee8; transition: border-color .2s, box-shadow .2s; }.coverage-choice.has-error .choice-toggle { border-color: #c65d52; box-shadow: 0 0 0 3px rgba(198,93,82,.08); }.choice-toggle input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }.choice-toggle label { margin: 0; padding: 11px 8px; border-radius: 10px; color: var(--muted); cursor: pointer; text-align: center; font-size: 10px; text-transform: none; letter-spacing: 0; transition: color .2s, background .2s, box-shadow .2s; }.choice-toggle input:checked + label { color: white; background: var(--violet); box-shadow: 0 7px 18px rgba(117,84,255,.2); }.choice-toggle input:focus-visible + label { outline: 2px solid var(--lime); outline-offset: 2px; }.lead-form .button { width: 100%; margin-top: 12px; }.lead-form > small { margin-top: 12px; display: block; color: #93958e; text-align: center; font-size: 8px; line-height: 1.5; }
.lead-form .button:disabled { cursor: wait; opacity: .72; transform: none; }.form-error { min-height: 16px; margin: 9px 0 0; color: #a8433a; text-align: center; font-size: 9px; font-weight: 600; line-height: 1.4; }.lead-form > small { margin-top: 4px; }
.form-success { position: absolute; inset: 0; padding: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; visibility: hidden; opacity: 0; pointer-events: none; text-align: center; background: var(--lime); transform: translateY(101%); transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .2s, visibility .2s; }.form-success.active { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }.form-success span { width: 60px; height: 60px; margin-bottom: 17px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--violet); font-size: 25px; }.form-success b { font-family: "Unbounded", sans-serif; font-size: 20px; }.form-success p { max-width: 280px; color: #50533f; font-size: 11px; line-height: 1.55; }

.site-footer { padding: 54px 0 22px; color: white; background: #0b0c0a; }.footer-top { padding-bottom: 48px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; }.brand-footer .brand-mark { background: var(--lime); }.brand-footer .brand-mark i { background: var(--ink); }.footer-top p { margin: 0; color: #85887f; font-size: 12px; line-height: 1.55; }.footer-links { justify-self: end; display: flex; gap: 24px; color: #babcb6; font-size: 11px; }.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #656861; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-one { transition-delay: .12s; }.delay-two { transition-delay: .24s; }
@keyframes pulse { 0%, 100% { transform: scale(.94); opacity: .6; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes wave { 0%, 100% { transform: scaleY(.55); opacity: .55; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes demo-call-attention { 0%, 38% { opacity: .8; transform: scale(1); } 72%, 100% { opacity: 0; transform: scale(1.035, 1.18); } }

@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; flex-direction: column; background: var(--paper); }
  .main-nav.open { display: flex; }.menu-toggle { display: grid; justify-self: center; gap: 5px; cursor: pointer; }.menu-toggle span { width: 22px; height: 2px; background: var(--ink); }.site-header { grid-template-columns: 1fr auto auto; }.header-cta { margin-left: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }.hero-copy { max-width: 760px; }.call-stage { margin-top: -20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }.proof-grid > div:nth-child(2) { border-right: 0; }.proof-grid > div:nth-child(3) { padding-left: 0; }
  .steps { grid-template-columns: 1fr 1fr; }.step-card:last-child { grid-column: 1 / -1; min-height: 370px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }.price-card.enterprise { grid-column: 1 / -1; }
  .calculator-wrap, .safety-grid, .trial-wrap { grid-template-columns: 1fr; gap: 60px; }.calculator-copy, .trial-copy { max-width: 700px; }.safety-visual { order: 2; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }.site-header { width: calc(100% - 20px); margin-top: 10px; padding: 0 15px; height: 68px; border-radius: 18px; }.header-cta { display: none; }.site-header { grid-template-columns: 1fr auto; }.menu-toggle { justify-self: end; }.brand { font-size: 13px; }.brand-mark { width: 32px; height: 32px; }
  .ambient-one { width: 260px; height: 260px; right: 0; }.ambient-two { width: 180px; height: 180px; left: 0; }
  .hero { min-height: auto; padding: 64px 0 50px; gap: 25px; }.hero-copy { min-width: 0; }.hero h1 { font-size: clamp(34px, 9.5vw, 46px); }.hero-lead { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-actions .button { width: 100%; }.hero-note { align-items: flex-start; }
  .call-stage { min-height: 620px; margin-top: 0; }.call-card { width: 100%; padding: 21px; transform: none; }.orbit-one { width: 360px; height: 360px; }.orbit-two { width: 290px; height: 290px; }.tag-top { top: 18px; right: -4px; }.tag-bottom { bottom: 8px; left: -5px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-grid > div { padding: 0 0 18px !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.proof-grid > div:last-child { border-bottom: 0; }
  .section { padding-top: 86px; padding-bottom: 86px; }.section-heading h2, .calculator-copy h2, .safety-copy h2, .trial-copy h2 { font-size: clamp(35px, 10vw, 48px); }.steps, .pricing-grid { grid-template-columns: 1fr; }.step-card:last-child, .price-card.enterprise { grid-column: auto; }.step-card { min-height: 360px; }.price-card.featured { transform: none; }.calculator-card, .lead-form, .price-card { padding: 25px; }.calc-result strong { font-size: 31px; }
  .calculator-wrap > *, .safety-grid > *, .trial-wrap > * { min-width: 0; }
  .safety-visual { min-height: 420px; }.shield { width: 185px; height: 220px; }.safety-a { top: 35px; right: 0; }.safety-b { bottom: 40px; }.safety-c { left: 0; top: 145px; }.trial-points { flex-direction: column; }.footer-top { grid-template-columns: 1fr; gap: 28px; }.footer-links { justify-self: start; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
