@font-face {
  font-family: Inter;
  src: url("./assets/inter-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("./assets/inter-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  color-scheme: light;
  scroll-behavior: smooth;
  --ink: #24143d;
  --muted: #6c617d;
  --purple: #6c32e8;
  --lavender: #d8c3ff;
  --line: #ddd3ec;
  --control-border: #8f7d9e;
  --gutter: clamp(24px, 5.6vw, 80px);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #fff; color: var(--ink); font-family: Inter, Arial, sans-serif; line-height: 1.5; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-weight: 700; }
:focus-visible { outline: 3px solid #a779ff; outline-offset: 5px; }
[id] { scroll-margin-top: 24px; }
::selection { color: #fff; background: #7540dd; }
.container { width: min(100% - var(--gutter) * 2, 1280px); margin-inline: auto; }
.mobile { display: none !important; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: 12px; padding: 12px 18px; border-radius: 8px; color: var(--ink); background: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.eyebrow { color: var(--purple); font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .065em; }
h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.22; letter-spacing: -.035em; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  max-width: 100%;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #fff;
  background: var(--purple);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.button .arrow { flex: none; font-size: 25px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.button:hover { background-color: #5821d0; box-shadow: 0 6px 22px #41169025; }
.button:hover .arrow { transform: translateX(3px); }
.button:disabled { box-shadow: none; }

/* Artwork stays behind the content. Text and the product preview never scale. */
.hero-band { position: relative; isolation: isolate; overflow: clip; color: #fff; }
.hero-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background-image: url("./assets/desktop-vector3.svg"), url("./assets/desktop-vector2.svg"), url("./assets/desktop-vector1.svg"), url("./assets/desktop-vector.svg"), linear-gradient(#24143d, #24143d);
  background-repeat: no-repeat;
  background-position: right 0 top 88px, right top, left -5.6vw bottom, center bottom, center top;
  background-size: 32% auto, 39% auto, 89% auto, 103% auto, 100% 82%;
}
.hero-energy { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; mask-image: linear-gradient(#000 65%, transparent 94%); }
.hero-energy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 30%, #b146ff32, transparent 48%), radial-gradient(ellipse at 25% 8%, #773cff28, transparent 42%);
  animation: atmosphere 9s ease-in-out infinite alternate;
}
.orbit { position: absolute; width: 1050px; height: 650px; right: -320px; top: -240px; border: 1px solid #dcafff66; border-radius: 50%; transform: rotate(-32deg); box-shadow: 0 0 24px #c663ff21, inset 0 -3px 18px #b462ff26; }
.orbit-one { border-bottom: 2px solid #ddadff9c; }
.orbit-two { width: 1220px; height: 740px; top: -275px; right: -350px; border-color: #b16dff38; }
.orbit-three { width: 1400px; height: 850px; top: -325px; right: -400px; border-color: #caa1ff20; }
.energy-stars { position: absolute; inset: 0; opacity: .7; background-image: radial-gradient(circle at 69% 19%, #f4dfff 0 1px, transparent 2px), radial-gradient(circle at 93% 31%, #e6bcff 0 2px, transparent 3px), radial-gradient(circle at 58% 11%, #e6bcff 0 1px, transparent 2px), radial-gradient(circle at 86% 65%, #e6bcff 0 1px, transparent 2px); }
@keyframes atmosphere { from { opacity: .45; } to { opacity: 1; } }
.site-header { position: relative; z-index: 2; display: flex; align-items: center; gap: 32px; min-height: 112px; }
.brand { display: inline-flex; flex: none; align-items: center; gap: 12px; color: #fff; }
.brand img { display: block; width: 44px; height: auto; aspect-ratio: 86.3333 / 93.3333; }
.brand strong { display: block; font-size: 23px; line-height: 1.1; letter-spacing: -.04em; }
.brand small { display: block; margin-top: 5px; color: var(--lavender); font-size: 11px; line-height: 1.2; letter-spacing: .025em; }
.desktop-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; font-size: 15px; }
.desktop-nav a { padding-block: 12px; white-space: nowrap; }
.desktop-nav a:hover { color: var(--lavender); }
.nav-cta { flex: none; min-width: 220px; margin-left: 10px; font-size: 14px; }
.hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 32px; align-items: start; padding-block: 58px 144px; }
.hero-copy, .hero-visual { min-width: 0; }
.hero-eyebrow { color: var(--lavender); }
.hero h1 { margin-top: 24px; font-size: clamp(44px, 4.3vw, 62px); line-height: 1.13; letter-spacing: -.04em; }
.hero h1 span { color: #d1aeff; }
.hero-description { max-width: 440px; margin-top: 26px; font-size: 21px; line-height: 1.5; }
.hero-description br { display: none; }
.claim-note { max-width: 440px; margin-top: 24px; padding: 13px 16px; border: 1px solid #9f7eb359; border-radius: 9px; background: #39254ed9; }
.claim-text strong { display: block; font-size: 12px; line-height: 1.55; letter-spacing: .015em; }
.claim-text p { margin-top: 5px; color: #e5d9f4; font-size: 14px; line-height: 1.5; }
.claim-text p br { display: none; }
.hero-cta { min-width: 276px; margin-top: 24px; box-shadow: 0 5px 26px #9e4bff30, inset 0 1px #ffffff26; }
.hero-after { margin-top: 23px; color: #e5d9f4; font-size: 17px; line-height: 1.6; }
.hero-visual { padding-top: 13px; }
.hero-scribble { position: relative; min-height: 149px; padding-left: 48%; color: #d1aeff; }
.hero-scribble span { display: inline-block; font-size: 22px; line-height: 1.4; font-style: italic; transform: rotate(-7deg); }
.hero-scribble img { position: absolute; top: 45px; left: 36%; }
.mini-crm-preview { padding: 7px; border: 1px solid #dcc5ffad; border-radius: 15px; background: #faf7ff; box-shadow: 0 0 0 5px #b78cff12, 0 0 42px #a252ff6b, 0 24px 60px #11072670; }
.mini-crm-preview picture { display: block; }
.preview-screen { display: block; width: 100%; height: auto; aspect-ratio: 1600 / 1050; border-radius: 8px; }
.preview-caption { margin-top: 14px; padding-inline: 7px; color: #e5d9f4; font-size: 14px; line-height: 1.5; }

.process { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 8vw, 120px); padding-block: 30px 30px; }
.process h2 { margin-top: 19px; }
.process h2 span { color: var(--purple); }
.process-description { margin-top: 28px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.process-detail { margin-top: 25px; font-size: 18px; line-height: 1.6; }
.process-description br, .process-detail br { display: none; }
.process-timeline { position: relative; isolation: isolate; min-width: 0; padding-left: 14px; }
.process-timeline::before { content: ""; position: absolute; z-index: -1; left: 0; top: 0; width: 76.9863px; height: 436.252px; pointer-events: none; background: url("./assets/desktop-vector10.svg") center / contain no-repeat; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { position: relative; display: flex; gap: 42px; min-height: 122px; padding-bottom: 27px; }
.steps li:last-child { min-height: 0; padding-bottom: 0; }
.steps li:nth-child(2) .step-number, .steps li:nth-child(3) .step-number { transform: translateX(18px); }
.step-number { position: relative; flex: none; display: grid; place-items: center; width: 60px; height: 60px; color: #fff; background: url("./assets/desktop-vector11.svg") center / contain no-repeat; font-size: 23px; font-weight: 700; }
.steps h3 { margin: 5px 0 9px; font-size: 20px; line-height: 1.35; letter-spacing: -.02em; }
.steps p { color: var(--muted); font-size: 16px; line-height: 1.5; }
.steps p br { display: none; }

.conversion-band { position: relative; isolation: isolate; padding-block: 44px 40px; background: #fff; }
/* Scale the complete top/bottom curves uniformly with the viewport width.
   Only the straight middle strip expands with the flowing content height.
   Each source slice is rendered once; no cover crop or vector edits. */
.conversion-band::before, .conversion-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-image-repeat: stretch;
  border-image-width: 1;
}
.conversion-band::before {
  z-index: -2;
  inset: 0;
  border-width: 11.077vw 0 22.154vw;
  border-image-source: url("./assets/desktop-vector12.svg");
  border-image-slice: 160 0 320 fill;
}
.conversion-band::after {
  z-index: -1;
  inset: 7.63% 0 2.1%;
  border-width: 11.058vw 0 24.189vw;
  border-image-source: url("./assets/desktop-vector13.svg");
  border-image-slice: 160 0 350 fill;
}
.conversion-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(40px, 6.5vw, 94px); align-items: center; }
.story { min-width: 0; padding-block: 60px; color: #fff; }
.story .eyebrow { color: var(--lavender); }
.story h2 { margin-top: 24px; font-size: clamp(34px, 3.4vw, 49px); line-height: 1.22; }
.story-description { margin-top: 43px; color: #e5d9f4; font-size: 20px; line-height: 1.55; }
.story-description br { display: none; }
.story-scribble { position: relative; min-height: 106px; margin: 38px 0 0 50px; padding-left: 54px; color: var(--lavender); }
.story-scribble span { display: inline-block; font-size: 24px; line-height: 1.4; font-style: italic; transform: rotate(-7deg); }
.story-scribble img { position: absolute; left: 0; top: 28px; }
.demo { min-width: 0; padding: 26px 35px; border: 1px solid #e6def1; border-radius: 17px; background: #fff; box-shadow: 0 20px 60px #16052b24; }
.demo h2 { margin-top: 10px; font-size: clamp(27px, 2.3vw, 33px); line-height: 1.25; letter-spacing: -.035em; }
.demo-intro { margin-top: 8px; color: var(--muted); font-size: 17px; }
.demo form { margin-top: 16px; }
.demo label, .calculator label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 700; line-height: 1.35; }
.demo input, .calculator input { display: block; width: 100%; min-width: 0; min-height: 49px; padding: 11px 14px; border: 1px solid var(--control-border); border-radius: 8px; color: var(--ink); background: #fff; font-size: 16px; line-height: 1.5; transition: border-color .2s, box-shadow .2s; }
.demo input { margin-bottom: 6px; box-shadow: 0 1px 2px #24143d04; }
.demo input::placeholder, .calculator input::placeholder { color: #786b88; opacity: 1; }
.demo input:hover { border-color: #79628c; }
.demo input:focus-visible, .calculator input:focus-visible { border-color: var(--purple); outline: 2px solid #a779ff; outline-offset: 2px; box-shadow: 0 0 0 5px #7540dd0c; }
.demo input:user-invalid { border-color: #aa3445; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.demo-submit { width: 100%; margin-top: 8px; }
.demo-submit:disabled { cursor: wait; opacity: .7; }
.or-divider { display: flex; align-items: center; gap: 16px; margin-block: 10px; color: var(--muted); font-size: 13px; text-align: center; }
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.pdf-button { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 12px; width: 100%; min-height: 56px; padding: 14px 16px; border: 1px solid #e1d9eb; border-radius: 8px; color: #62546f; background: #f4f0f8; font-size: 14px; font-weight: 700; text-align: left; }
.pdf-button small { padding: 4px 9px; border-radius: 20px; color: #5d4f6b; background: #e8e1ef; font-size: 10px; line-height: 1.5; white-space: nowrap; }
.pdf-note { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-disclosure { margin-top: 12px; padding-top: 10px; border-top: 1px solid #eee8f4; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-feedback { color: #5420bd; font-size: 14px; font-weight: 700; line-height: 1.6; overflow-wrap: anywhere; }
.form-feedback:not(:empty) { margin-top: 16px; padding: 12px 14px; border: 1px solid #d6c4f3; border-radius: 8px; background: #f5f0ff; }
.form-feedback[data-state="error"] { color: #9c2638; background: #fff3f3; border-color: #edc5cb; }
.form-feedback[data-state="success"] { color: #266746; background: #eff8f1; border-color: #bcdac5; }

.scenario { position: relative; padding-block: 32px 38px; background: #f9f6ff url("./assets/desktop-vector21.svg") center / cover no-repeat; }
.scenario-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(40px, 6.5vw, 94px); }
.scenario-copy { min-width: 0; }
.scenario h2 { margin-top: 20px; font-size: clamp(30px, 2.65vw, 38px); line-height: 1.28; }
.scenario-intro { margin-top: 28px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.scenario-intro br { display: none; }
.secondary-button { min-width: 255px; margin-top: 30px; color: #6229d1; background: #ede4ff; }
.secondary-button:hover { color: #4d19b6; background: #e2d4fb; }
.scenario-disclaimer { margin-top: 23px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.calculator { min-width: 0; padding: 24px; border: 1px solid #e6def1; border-radius: 15px; background: #fff; box-shadow: 0 10px 30px #36156206; }
.calculator-caption { margin-bottom: 16px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.calculator input { margin-bottom: 7px; min-height: 47px; padding-block: 10px; background: #fcfaff; }
.calculator input[readonly] { cursor: default; }
.estimate { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; padding: 13px 16px; border-radius: 8px; color: #6127d1; background: #f0e9ff; font-size: 15px; line-height: 1.4; }
.estimate b { flex: none; font-size: 20px; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-top: 16px; font-size: 13px; }
.metrics p { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.metrics b { flex: none; font-weight: 400; }
.calculator-note { margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.calculator-note br { display: none; }

.faq { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 88px); padding-block: 30px 32px; }
.faq h2 { margin-top: 18px; font-size: 41px; line-height: 1.17; }
.faq-intro > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.faq-intro > p br { display: none; }
.faq-intro .secondary-button { margin-top: 24px; }
.faq-list { min-width: 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 46px; padding-block: 10px; font-size: 16px; font-weight: 700; line-height: 1.5; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { flex: none; display: grid; place-items: center; width: 24px; height: 24px; color: var(--purple); }
.faq-list summary > span::after { content: "+"; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary > span::after { content: "−"; }
.faq-list details > p { padding: 0 36px 16px 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.closing { position: relative; isolation: isolate; padding-block: 60px 32px; color: #fff; background: url("./assets/desktop-vector27.svg") center top / cover no-repeat; }
.closing::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: url("./assets/desktop-vector28.svg") 8% 8px / min(68%, 972px) auto no-repeat; }
.closing-layout { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-inline: min(7vw, 100px) 0; }
.closing h2 { font-size: 36px; line-height: 1.22; }
.closing p { margin-top: 20px; color: #e5d9f4; font-size: 17px; }
.closing-cta { flex: none; min-width: 306px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding-block: 18px; color: var(--muted); font-size: 13px; }

@media (min-width: 1600px) {
  .hero { padding-bottom: 165px; }
  .hero-art { background-size: 460px auto, 560px auto, 89% auto, 103% auto, 100% 82%; }
}
@media (max-width: 1199px) {
  .desktop-nav { gap: 22px; }
  .site-header { gap: 20px; }
  .nav-cta { min-width: 205px; margin-left: 0; }
  .hero { gap: 28px; padding-bottom: 112px; }
  .hero h1 { font-size: clamp(42px, 4.3vw, 52px); }
  .hero-description { font-size: 19px; }
  .hero-scribble { padding-left: 40%; }
  .hero-scribble span { font-size: 20px; }
  .hero-scribble img { left: 24%; }
  .process { gap: 48px; }
  .process h2 { font-size: 34px; }
  .process h2 br { display: none; }
  .steps li { gap: 20px; }
  .steps li:nth-child(2) .step-number, .steps li:nth-child(3) .step-number { transform: translateX(10px); }
  .steps h3 { font-size: 18px; }
  .conversion-layout, .scenario-layout { gap: 42px; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .story h2 { font-size: 38px; }
  .story h2 br { display: none; }
  .story-description { font-size: 18px; }
  .story-scribble { margin-left: 10px; }
  .story-scribble span { font-size: 20px; }
  .demo { padding: 28px; }
  .demo h2 { font-size: 28px; }
  .demo-intro { font-size: 16px; }
  .scenario h2 br { display: none; }
  .metrics { grid-template-columns: 1fr; gap: 10px; }
  .closing-layout { padding-inline: 0; }
}
@media (max-width: 1023px) {
  :root { --gutter: 40px; }
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-art { background-size: 46% auto, 56% auto, auto 100%, auto 100%, 100% 85%; }
  .hero { grid-template-columns: 1fr; gap: 48px; max-width: 760px; padding-block: 44px 120px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { font-size: clamp(46px, 6.8vw, 62px); }
  .hero-description { max-width: 520px; font-size: 21px; }
  .claim-note { max-width: 520px; }
  .hero-visual { padding: 0; }
  .hero-scribble { display: none !important; }
  .mini-crm-preview { max-width: 760px; }
  .process { grid-template-columns: 1fr; gap: 40px; max-width: 760px; padding-block: 52px 75px; }
  .process h2 { max-width: 600px; font-size: 40px; }
  .process-description, .process-detail { max-width: 600px; }
  .steps li { min-height: 120px; }
  .steps h3 { font-size: 20px; }
  .conversion-layout { grid-template-columns: 1fr; gap: 40px; max-width: 760px; }
  .conversion-band { padding-block: 88px 80px; }
  .conversion-band::before, .conversion-band::after { border-width: 20.5128vw 0 38.4615vw; border-image-slice: 80 0 150 fill; }
  .conversion-band::before { border-image-source: url("./assets/mobile-vector10.svg"); }
  .conversion-band::after { inset: 3.4% 0 2.1%; border-image-source: url("./assets/mobile-vector11.svg"); }
  .story { padding: 0; }
  .story h2 { font-size: 44px; }
  .story h2 br { display: initial; }
  .story-description { max-width: 550px; margin-top: 25px; }
  .story-scribble { display: none !important; }
  .demo { padding: 36px; }
  .demo h2 { font-size: 33px; }
  .scenario-layout { grid-template-columns: 1fr; gap: 36px; max-width: 760px; }
  .scenario h2 { font-size: 38px; }
  .scenario h2 br { display: initial; }
  .scenario-intro { max-width: 560px; }
  .calculator { padding: 30px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .faq { grid-template-columns: 1fr; gap: 34px; max-width: 760px; }
  .faq h2 br { display: none; }
  .faq-intro > p:not(.eyebrow) { max-width: 480px; }
  .faq-intro .secondary-button { display: none; }
  .closing h2 { font-size: 30px; }
  .closing-cta { min-width: 270px; }
  .closing p { max-width: 350px; font-size: 15px; }
}
@media (max-width: 599px) {
  :root { --gutter: 24px; }
  .desktop { display: none !important; }
  .mobile { display: block !important; }
  span.mobile { display: inline !important; }
  br.mobile { display: initial !important; }
  .eyebrow { font-size: 11px; }
  .hero-art { background-image: url("./assets/mobile-vector2.svg"), url("./assets/mobile-vector1.svg"), url("./assets/mobile-vector.svg"), linear-gradient(#24143d, #24143d); background-position: right top 15px, center bottom 26px, center bottom, center top; background-size: 30% auto, auto 89%, 100% auto, 100% 84%; }
  .hero-energy { mask-image: linear-gradient(#000 45%, transparent 86%); }
  .orbit { width: 680px; height: 500px; top: -230px; right: -480px; }
  .orbit-two { width: 800px; height: 610px; top: -270px; right: -520px; }
  .orbit-three { display: none; }
  .site-header { gap: 12px; width: calc(100% - 40px); min-height: 96px; }
  .brand { gap: 7px; }
  .brand img { width: 30px; }
  .brand strong { font-size: 16px; }
  .brand small { margin-top: 4px; font-size: 9px; }
  .nav-cta { gap: 12px; min-width: 0; min-height: 48px; padding: 11px 13px; font-size: 12px; }
  .nav-cta .arrow { font-size: 22px; }
  .hero { gap: 36px; padding-block: 22px 68px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: .035em; }
  .hero h1 { margin-top: 24px; font-size: clamp(32px, 10vw, 46px); line-height: 1.2; letter-spacing: -.04em; }
  .hero-description { max-width: 340px; margin-top: 25px; font-size: 18px; line-height: 1.5; }
  .claim-note { margin-top: 24px; padding: 14px 15px; }
  .claim-text strong { font-size: 12px; line-height: 1.55; }
  .claim-text p { margin-top: 7px; font-size: 14px; line-height: 1.5; }
  .hero-cta { width: 100%; min-width: 0; margin-top: 24px; }
  .hero-after { margin-top: 21px; font-size: 16px; line-height: 1.6; }
  .hero-after br { display: none; }
  .mini-crm-kicker { margin-bottom: 18px; color: var(--lavender); font-size: 10px; font-weight: 700; letter-spacing: .035em; }
  .mini-crm-preview { margin-inline: -4px; padding: 4px; border-radius: 9px; box-shadow: 0 0 30px #a252ff55, 0 16px 30px #11072640; }
  .preview-screen { border-radius: 5px; }
  .preview-caption { margin-top: 14px; padding: 0; font-size: 13px; line-height: 1.55; }
  .process { gap: 32px; padding-block: 45px 14px; }
  .process h2 { margin-top: 22px; font-size: clamp(28px, 7.7vw, 36px); line-height: 1.27; }
  .process h2 br { display: initial; }
  .process-description { margin-top: 24px; font-size: 16px; line-height: 1.5; }
  .process-description br { display: none; }
  .steps li { gap: 16px; min-height: 112px; padding-bottom: 24px; }
  .process-timeline { padding-left: 1px; }
  .process-timeline::before { left: -9px; top: 14px; width: 71.002px; height: 351.587px; background-image: url("./assets/mobile-vector8.svg"); }
  .steps li:nth-child(2) .step-number, .steps li:nth-child(3) .step-number { transform: none; }
  .step-number { width: 48px; height: 48px; background-image: url("./assets/mobile-vector9.svg"); font-size: 20px; }
  .steps h3 { margin-top: 5px; margin-bottom: 9px; font-size: 16px; line-height: 1.35; }
  .steps p { font-size: 14px; line-height: 1.55; }
  .conversion-band { padding-block: 90px 75px; }
  .conversion-layout { gap: 45px; width: calc(100% - 32px); }
  .story { padding-inline: 8px; }
  .story h2 { margin-top: 25px; font-size: clamp(29px, 8.7vw, 38px); line-height: 1.25; }
  .story-description { margin-top: 25px; font-size: 16px; line-height: 1.55; }
  .demo { padding: 26px 20px; border-radius: 14px; }
  .demo .eyebrow { font-size: 10px; letter-spacing: .035em; }
  .demo h2 { margin-top: 14px; font-size: 28px; line-height: 1.2; }
  .demo-intro { margin-top: 12px; font-size: 15px; }
  .demo form { margin-top: 18px; }
  .demo input { min-height: 49px; margin-bottom: 8px; }
  .demo-submit { margin-top: 6px; padding-inline: 16px; }
  .pdf-button { justify-content: center; min-height: 72px; padding: 12px; text-align: center; }
  .pdf-button small { background: transparent; padding: 0; font-size: 10px; }
  .pdf-button span, .pdf-button small { width: 100%; }
  .pdf-note { margin-top: 12px; font-size: 13px; }
  .pdf-note br { display: none; }
  .form-disclosure { margin-top: 12px; font-size: 12px; }
  .scenario { padding-block: 45px 45px; background-image: url("./assets/mobile-vector17.svg"); }
  .scenario-layout { gap: 26px; }
  .scenario h2 { margin-top: 22px; font-size: clamp(27px, 7.2vw, 34px); line-height: 1.3; }
  .scenario-intro { margin-top: 24px; font-size: 16px; }
  .calculator { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .calculator label { font-size: 13px; margin-bottom: 6px; }
  .calculator input { min-height: 49px; margin-bottom: 12px; background: #fff; }
  .estimate { margin-top: 26px; padding: 13px 14px; font-size: 13px; }
  .estimate b { font-size: 19px; }
  .metrics { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 9px; font-size: 14px; }
  .metrics p { min-height: 31px; align-items: center; border-bottom: 1px solid #e6def1; }
  .metrics b { font-size: 16px; font-weight: 700; }
  .calculator-note { margin-top: 14px; font-size: 13px; line-height: 1.65; }
  .faq { gap: 26px; padding-block: 43px 43px; }
  .faq h2 { margin-top: 22px; font-size: 30px; line-height: 1.27; }
  .faq h2 br { display: initial; }
  .faq-list summary { gap: 14px; min-height: 54px; padding-block: 12px; font-size: 14px; }
  .faq-list details > p { padding: 0 16px 18px 0; font-size: 14px; line-height: 1.6; }
  .closing { padding-block: 63px 30px; background-image: url("./assets/mobile-vector21.svg"); background-size: cover; }
  .closing::before { display: none; }
  .closing-layout { display: block; }
  .closing h2 { font-size: 28px; line-height: 1.3; }
  .closing p { margin-top: 22px; font-size: 16px; line-height: 1.5; }
  .closing-cta { width: 100%; min-width: 0; margin-top: 26px; }
  .site-footer { display: block; min-height: 90px; padding-block: 22px; text-align: center; font-size: 13px; }
  .site-footer strong { color: var(--ink); font-size: 13px; }
  .site-footer span { display: inline-block; margin-top: 5px; font-size: 11px; }
}
@media (max-width: 359px) {
  :root { --gutter: 20px; }
  .site-header { width: calc(100% - 32px); gap: 8px; }
  .brand { gap: 5px; }
  .brand img { width: 26px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .nav-cta { gap: 6px; padding-inline: 10px; font-size: 11px; }
  .hero h1 { font-size: 32px; }
  .process h2 br { display: none; }
  .story h2 { font-size: 29px; }
  .story h2 br { display: none; }
  .demo { padding-inline: 18px; }
  .demo-submit { gap: 10px; font-size: 15px; }
  .estimate { gap: 8px; padding-inline: 12px; }
}
/* Content is visible by default. Animate only once it enters the viewport;
   a missing observer, disabled script, or interrupted animation never hides it. */
@keyframes section-enter {
  from { opacity: .55; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .motion-enter { animation: section-enter 560ms cubic-bezier(.22, 1, .36, 1) both; animation-delay: var(--motion-delay, 0ms); }
  .hero-visual.motion-enter, .calculator.motion-enter, .closing-cta.motion-enter { animation-delay: 80ms; }
  .motion-enter:focus-within { animation: none; }
}
@media print {
  .motion-enter { animation: none !important; opacity: 1 !important; transform: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
