: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 { 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; }
.text-button { display: flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.play-icon { width: 42px; height: 42px; padding-left: 3px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.text-button b, .text-button small { display: block; }
.text-button b { font-size: 13px; }.text-button small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.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: 560px; 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); }
.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 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; }
.transcript { padding: 17px 0 20px; display: grid; gap: 12px; border-top: 1px solid rgba(255,255,255,.09); }
.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: 80%; margin: 0; padding: 9px 11px; border-radius: 3px 12px 12px 12px; color: #d5d6d0; background: rgba(255,255,255,.07); font-size: 11px; line-height: 1.45; }
.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; }
.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-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-note { width: fit-content; margin: 18px auto 0; display: block; 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; }
.mini-phone { position: relative; width: 110px; height: 110px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 31px; }
.mini-phone .ring { position: absolute; border: 1px solid rgba(215,255,69,.3); border-radius: 50%; }.ring-a { inset: -25px; }.ring-b { inset: -52px; }
.intent-cloud { min-height: 150px; position: relative; }
.intent-cloud span { position: absolute; padding: 10px 13px; border: 1px solid var(--line); border-radius: 50px; background: var(--white); box-shadow: 0 8px 20px rgba(30,30,20,.06); font-size: 10px; font-weight: 700; }
.intent-cloud span:nth-child(1) { top: 8px; left: 4px; }.intent-cloud span:nth-child(2) { top: 61px; right: 0; color: white; background: var(--violet); }.intent-cloud span:nth-child(3) { top: 110px; left: 45px; }
.calendar-mini { margin: 10px auto; display: flex; flex-direction: column; gap: 7px; width: 80%; }
.calendar-mini span { padding: 12px; border-radius: 9px; text-align: center; font-size: 10px; background: rgba(255,255,255,.42); }.calendar-mini .selected { background: var(--ink); color: white; font-weight: 800; transform: scale(1.08); }

.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 > 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-result strong, .calc-result > span { display: block; }.calc-result small { font-size: 9px; letter-spacing: .1em; color: var(--muted); }.calc-result strong { margin: 7px 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-grid { max-width: 930px; margin: 55px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { position: relative; padding: 33px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.38); }
.price-card.featured { color: white; background: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow); }
.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: 31px; letter-spacing: -.05em; }.price-card > p { min-height: 64px; color: var(--muted); font-size: 12px; line-height: 1.6; }.featured > p { color: #9fa297; }
.price { margin: 30px 0; padding-bottom: 26px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-end; gap: 12px; }.featured .price { border-color: rgba(255,255,255,.13); }.price strong { font-family: "Unbounded", sans-serif; font-size: 32px; letter-spacing: -.06em; }.price span { padding-bottom: 2px; color: var(--muted); font-size: 9px; line-height: 1.5; }.featured .price span { color: #979a90; }
.price-card ul { min-height: 150px; padding: 0; margin: 0 0 20px; list-style: none; }.price-card li { position: relative; padding: 7px 0 7px 22px; font-size: 12px; }.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%; }.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; }
.pricing-footnote { max-width: 730px; margin: 32px auto 0; text-align: center; color: var(--muted); font-size: 10px; line-height: 1.6; }

.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 > 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); }
.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); }
.lead-form label { margin: 15px 0; display: block; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.lead-form input { 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; }.lead-form input:focus { border-color: var(--violet); }.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; }
.form-success { position: absolute; inset: 0; padding: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: var(--lime); transform: translateY(101%); transition: transform .45s cubic-bezier(.2,.8,.2,1); }.form-success.active { 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; }

.demo-toast { position: fixed; z-index: 50; right: 25px; bottom: 25px; max-width: 390px; padding: 18px 38px 18px 18px; border: 1px solid var(--line); border-radius: 17px; display: flex; align-items: center; gap: 13px; background: var(--white); box-shadow: var(--shadow); transform: translateY(150%); transition: transform .35s; }.demo-toast.visible { transform: translateY(0); }.demo-toast > button { position: absolute; right: 10px; top: 8px; border: 0; background: transparent; cursor: pointer; }.demo-icon { flex: 0 0 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--violet); }.demo-toast b, .demo-toast p { display: block; }.demo-toast b { font-size: 11px; }.demo-toast p { margin: 3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }

.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; } }

@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; }
  .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 h1 { font-size: clamp(42px, 13vw, 60px); }.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: 490px; 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 { 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; }.demo-toast { left: 12px; right: 12px; bottom: 12px; }
}

@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; }
}
