:root {
  --ink: #12152a;
  --muted: #61667a;
  --line: #dfe2eb;
  --soft: #f4f6fb;
  --purple: #6853e8;
  --purple-dark: #5140c5;
  --purple-soft: #efedff;
  --navy: #171a39;
  --green: #2bb892;
  --white: #fff;
  --shadow: 0 18px 45px rgba(28, 25, 72, .1);
  --radius: 18px;
  --container: 1160px;
  --track-color: #3b6eea;
  --track-soft: #eaf0ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 110px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--navy); color: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223,226,235,.8);
}
.track-bar {
  position: sticky;
  top: 74px;
  z-index: 90;
  color: white;
  background: var(--track-color);
  box-shadow: 0 8px 24px rgba(25,25,60,.15);
}
.track-bar[hidden] { display: none; }
.track-bar-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.track-bar-inner > div { display: flex; align-items: center; gap: 9px; }
.track-dot { width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }
.track-bar button { padding: 5px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); color: white; background: none; font-size: 10px; font-weight: 750; }
.track-bar .track-jump { padding: 7px 11px; border: 1px solid rgba(255,255,255,.4); border-radius: 7px; background: rgba(255,255,255,.12); }
body[data-track="vp"] { --track-color: #3b6eea; --track-soft: #eaf0ff; }
body[data-track="enablement"] { --track-color: #159b79; --track-soft: #e4f8f2; }
body[data-track="cro"] { --track-color: #d77a16; --track-soft: #fff1df; }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 21px; font-weight: 800; letter-spacing: -.5px; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: white; background: var(--purple); font-size: 17px; font-weight: 900; }
.brand-mark.small { width: 25px; height: 25px; border-radius: 7px; font-size: 13px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
.main-nav > a { color: #464b5e; transition: color .2s; }
.main-nav > a:hover { color: var(--purple); }
.nav-actions { display: flex; gap: 10px; margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 750;
  font-size: 14px;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 8px 20px rgba(104,83,232,.2); }
.button-primary:hover { background: var(--purple-dark); box-shadow: 0 10px 25px rgba(104,83,232,.3); }
.button-secondary { color: var(--ink); background: white; border-color: var(--line); }
.button-secondary:hover { border-color: #b8bdd0; box-shadow: 0 8px 20px rgba(28,25,72,.08); }
.button-dark { color: white; background: var(--navy); }
.button-white { color: var(--navy); background: white; }
.button-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.45); }
.button-ghost { color: var(--muted); background: transparent; border-color: var(--line); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 13px; }
.button-large { min-height: 54px; padding: 0 24px; }
.button-full { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 100px;
  background:
    radial-gradient(circle at 85% 15%, rgba(104,83,232,.13), transparent 29%),
    linear-gradient(180deg, #fbfbff 0%, #fff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  left: -120px; top: 180px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(104,83,232,.08), transparent 68%);
}
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--purple-dark); background: var(--purple-soft); border: 1px solid #ddd8ff; padding: 8px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--purple); }
.pulse-dot::after { content: ""; position: absolute; inset: -4px; border-radius: inherit; border: 1px solid var(--purple); opacity: .4; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 650px; margin: 24px 0 22px; font-size: clamp(48px, 5.4vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: var(--purple); }
.hero-lede { max-width: 590px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-points { display: grid; grid-template-columns: 1fr 1.4fr; gap: 13px 20px; margin: 30px 0 34px; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.check { display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-size: 12px; }
.hero-actions { display: flex; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.microcopy { margin: 9px 0 0; color: #777c8d; font-size: 11px; }

.product-visual { position: relative; }
.mockup-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid #d7daea; border-radius: 20px; background: #fff; box-shadow: 0 35px 80px rgba(30,25,80,.18); transform: perspective(1100px) rotateY(-2deg) rotateX(1deg); }
.mockup-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid #e7e8ef; background: #fafafe; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #d5d7e1; }
.mockup-title { color: #878a9b; font-size: 9px; font-weight: 700; }
.avatar { justify-self: end; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: var(--navy); font-size: 8px; font-weight: 800; }
.mockup-body { display: grid; grid-template-columns: 55px 1fr; min-height: 470px; }
.mockup-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 20px 0; border-right: 1px solid #e8e9f0; background: #fbfbfd; }
.mini-logo { display: grid; place-items: center; width: 26px; height: 26px; margin-bottom: 8px; border-radius: 7px; background: var(--purple); color: white; font-size: 11px; font-weight: 900; }
.mockup-sidebar span { width: 18px; height: 4px; border-radius: 5px; background: #d9dbe5; }
.mockup-sidebar span.active { height: 18px; background: var(--purple-soft); border: 5px solid var(--purple-soft); outline: 2px solid var(--purple); }
.mockup-content { padding: 26px 25px 22px; background: #f8f8fc; }
.mockup-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.mockup-heading div { display: flex; flex-direction: column; gap: 4px; }
.mockup-heading small, .workflow-card small, .ready-banner small { color: #999bad; font-size: 7px; letter-spacing: .1em; font-weight: 800; }
.mockup-heading strong { font-size: 17px; }
.status-pill { padding: 5px 9px; color: #168167; background: #dff8ef; border-radius: 999px; font-size: 8px; font-weight: 800; }
.workflow-card { border: 1px solid #e2e3ec; border-radius: 12px; background: white; box-shadow: 0 8px 20px rgba(35,32,75,.05); }
.upload-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 15px; }
.workflow-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; color: var(--purple); background: var(--purple-soft); font-size: 14px; font-weight: 800; }
.workflow-icon.purple { width: 22px; height: 22px; font-size: 10px; }
.workflow-icon.green { width: 22px; height: 22px; color: #168167; background: #dff8ef; font-size: 10px; }
.upload-card div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.upload-card strong { font-size: 11px; }
.upload-card p { margin: 0; color: #888c9d; font-size: 8px; }
.done-check { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: white; background: var(--green); font-size: 10px; }
.visual-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 13px 0; }
.roleplay-card, .gap-card { padding: 15px; min-height: 180px; }
.card-label { display: flex; align-items: center; gap: 7px; margin-bottom: 15px; }
.roleplay-card > strong { font-size: 12px; }
.audio-bars { height: 53px; display: flex; align-items: center; justify-content: center; gap: 5px; margin: 8px 0; }
.audio-bars i { display: block; width: 4px; height: 15px; border-radius: 5px; background: var(--purple); }
.audio-bars i:nth-child(2), .audio-bars i:nth-child(7) { height: 31px; opacity: .6; }
.audio-bars i:nth-child(3), .audio-bars i:nth-child(6) { height: 44px; }
.audio-bars i:nth-child(4) { height: 26px; opacity: .7; }
.audio-bars i:nth-child(5) { height: 49px; opacity: .45; }
.score-row { display: flex; justify-content: space-between; color: #8a8d9c; font-size: 8px; }
.score-row b { color: var(--ink); }
.progress { height: 4px; margin-top: 6px; overflow: hidden; border-radius: 5px; background: #ececf2; }
.progress span { display: block; height: 100%; border-radius: inherit; background: var(--purple); }
.skill { position: relative; display: grid; grid-template-columns: 1fr auto; row-gap: 5px; margin: 12px 0; color: #74788b; font-size: 8px; }
.skill b { color: var(--ink); }
.skill i { grid-column: 1/-1; height: 4px; border-radius: 4px; background: linear-gradient(to right, var(--green) var(--score), #ececf2 var(--score)); }
.ready-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 12px; color: white; background: var(--navy); }
.ready-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: #b8ffe8; background: rgba(43,184,146,.2); font-size: 12px; }
.ready-banner div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.ready-banner small { color: #9296b3; }
.ready-banner strong { font-size: 9px; }
.ready-banner button { padding: 6px 10px; border: 0; border-radius: 6px; color: var(--navy); background: white; font-size: 8px; font-weight: 800; }
.floating-proof { position: absolute; z-index: 2; right: -35px; bottom: -28px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid #dedff0; border-radius: 12px; background: white; box-shadow: var(--shadow); }
.floating-proof strong { color: var(--purple); font-size: 26px; line-height: 1; }
.floating-proof span { color: #686c7e; font-size: 9px; line-height: 1.35; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.section-heading h2, .split-heading h2, .proof-heading h2, .faq-intro h2, .final-heading h2, .cost-copy h2 {
  margin: 12px 0 17px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.section-heading p { max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-heading.centered { text-align: center; }
.section-heading.centered p { margin-left: auto; margin-right: auto; }
.section-kicker { color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.icp-section { background: var(--soft); }
.icp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.icp-card { position: relative; display: flex; flex-direction: column; min-height: 560px; padding: 30px; overflow: hidden; text-align: left; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 25px rgba(25,25,60,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.icp-card:hover { transform: translateY(-7px); border-color: #c4bdfc; box-shadow: var(--shadow); }
.icp-card.active { transform: translateY(-7px); border: 2px solid var(--track-color); padding: 29px; box-shadow: 0 20px 45px color-mix(in srgb, var(--track-color) 20%, transparent); }
.icp-card.active::before { content: "SELECTED TRACK"; position: absolute; top: 0; right: 0; padding: 8px 13px; border-radius: 0 15px 0 9px; color: white; background: var(--track-color); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.icp-card.active .icp-tag { color: var(--track-color); }
.icp-card.active .value-box { background: var(--track-soft); }
.icp-card.active .value-box b { color: var(--track-color); }
.icp-card.featured { border: 2px solid var(--purple); padding: 29px; }
.popular-ribbon { position: absolute; top: 0; right: 0; padding: 8px 14px; border-radius: 0 16px 0 10px; color: white; background: var(--purple); font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.icp-number { color: #d0d2dc; font-size: 12px; font-weight: 800; }
.icp-tag { margin: 24px 0 15px; color: var(--purple); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.icp-quote { min-height: 94px; font-size: 20px; line-height: 1.35; letter-spacing: -.02em; }
.icp-body { margin: 16px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.value-box { display: flex; flex-direction: column; gap: 7px; padding: 15px; margin-top: auto; color: #626678; background: #f7f6ff; border-radius: 10px; font-size: 11px; line-height: 1.55; }
.value-box b { color: var(--purple-dark); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.icp-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; margin-top: 20px; border-top: 1px solid var(--line); }
.icp-footer > span { display: flex; flex-direction: column; gap: 4px; color: #858898; font-size: 9px; }
.icp-footer b { color: var(--ink); font-size: 11px; }
.icp-footer i { color: var(--track-color); font-size: 10px; font-style: normal; font-weight: 800; white-space: nowrap; }

.journey-section { background: #fff; }
.journey-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.journey-heading h2 { margin: 10px 0 0; font-size: clamp(34px, 4vw, 49px); letter-spacing: -.045em; }
.journey-heading h2 span { color: var(--track-color); }
.journey-heading p { margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.journey-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.journey-grid article:nth-child(2) { border-color: color-mix(in srgb, var(--track-color) 30%, var(--line)); background: var(--track-soft); }
.journey-number { color: var(--track-color); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.journey-grid h3 { margin: 19px 0; font-size: 17px; line-height: 1.3; }
.journey-grid ul { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: 12px; line-height: 1.5; }
.journey-grid li { position: relative; padding-left: 18px; }
.journey-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--track-color); font-weight: 900; }
.journey-cta { margin-top: 25px; background: var(--track-color); }

.pricing-section { background: #fff; }
.speed-badge { width: fit-content; display: flex; align-items: center; gap: 10px; margin: 0 auto 42px; padding: 9px 15px; border: 1px solid #d9d4ff; border-radius: 999px; color: #6e7182; background: #f8f7ff; font-size: 10px; }
.speed-badge b { color: var(--purple-dark); }
.speed-badge span:first-child { font-size: 14px; }
.pricing-heading h2 { margin-top: 10px; }
.billing-toggle { width: fit-content; display: flex; margin: 30px auto 0; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); }
.billing-toggle button { padding: 9px 16px; border: 0; border-radius: 7px; color: #767a8c; background: transparent; font-size: 11px; font-weight: 800; }
.billing-toggle button.active { color: var(--ink); background: white; box-shadow: 0 3px 10px rgba(30,30,70,.1); }
.billing-toggle span { margin-left: 5px; color: #178166; font-size: 8px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; margin-top: 55px; }
.plan-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(25,25,60,.06); transition: transform .25s, box-shadow .25s, outline .25s; scroll-margin-top: 100px; }
.track-recommendation { display: none; padding: 9px; text-align: center; color: white; background: var(--track-color); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.recommendation-note { display: none; padding: 12px; margin: 16px 0 0; border-radius: 8px; color: var(--track-color); background: var(--track-soft); font-size: 10px; line-height: 1.5; font-weight: 700; }
.plan-card.recommended { border: 2px solid var(--track-color); transform: translateY(-14px); box-shadow: 0 24px 55px color-mix(in srgb, var(--track-color) 18%, transparent); }
.plan-card.recommended .track-recommendation, .plan-card.recommended .recommendation-note { display: block; }
.plan-card.recommended .plan-fit { color: var(--track-color); background: var(--track-soft); }
.plan-card.recommended .flat-fee { color: var(--track-color); background: var(--track-soft); }
.plan-card.recommended .button-primary { background: var(--track-color); }
.plan-card.highlighted { animation: planPulse 2.5s ease; }
@keyframes planPulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(25,25,60,.06); }
  20%, 65% { outline: 4px solid rgba(104,83,232,.18); box-shadow: 0 24px 55px rgba(104,83,232,.25); transform: translateY(-8px); }
}
.plan-card.plan-featured { position: relative; color: white; border-color: var(--navy); background: var(--navy); transform: translateY(-14px); box-shadow: 0 22px 50px rgba(23,26,57,.22); }
.most-popular { padding: 9px; text-align: center; color: var(--navy); background: #aef2dd; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.plan-top { padding: 31px 30px 25px; }
.plan-fit { display: inline-block; padding: 7px 9px; border-radius: 6px; color: var(--purple-dark); background: var(--purple-soft); font-size: 8px; font-weight: 850; letter-spacing: .07em; }
.plan-fit.light { color: #c8c0ff; background: rgba(104,83,232,.22); }
.plan-card h3 { margin: 22px 0 5px; font-size: 28px; letter-spacing: -.03em; }
.plan-card h3 + p { min-height: 20px; color: #7a7e90; font-size: 12px; }
.plan-featured h3 + p { color: #aeb1c6; }
.price { display: flex; align-items: flex-end; gap: 4px; margin: 25px 0 17px; }
.price span { font-size: 40px; line-height: 1; font-weight: 850; letter-spacing: -.05em; }
.price small { margin-bottom: 4px; color: #85899b; font-size: 11px; }
.price.custom { min-height: 40px; }
.price.custom span { font-size: 35px; }
.flat-fee { display: flex; align-items: center; gap: 9px; padding: 11px 12px; margin-bottom: 18px; border-radius: 9px; color: var(--purple-dark); background: var(--purple-soft); font-size: 10px; }
.flat-fee span { font-size: 18px; }
.flat-fee.dark { color: #baf7e5; background: rgba(43,184,146,.14); }
.centered-copy { text-align: center; }
.light-copy { color: #9ca0b9; }
.feature-list { padding: 25px 30px 30px; border-top: 1px solid var(--line); }
.feature-list-dark { border-color: rgba(255,255,255,.12); }
.feature-list > strong { font-size: 11px; }
.feature-list ul { display: grid; gap: 13px; padding: 0; margin: 20px 0 0; list-style: none; color: #616578; font-size: 12px; }
.feature-list-dark ul { color: #c8cada; }
.feature-list li { position: relative; padding-left: 23px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-size: 8px; font-weight: 900; }
.feature-list-dark li::before { color: #baf7e5; background: rgba(43,184,146,.16); }
.pricing-note { margin: 22px 0 0; text-align: center; color: #9194a2; font-size: 9px; }
.pricing-note span { margin-left: 8px; padding: 4px 7px; border-radius: 4px; color: #98701f; background: #fff3d5; }

.cost-section { color: white; background: var(--navy); }
.cost-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.light-kicker { color: #aef2dd; }
.cost-copy h2 { max-width: 650px; }
.cost-copy h2 span { color: #9d8ff7; }
.cost-copy p { color: #b8bbce; line-height: 1.75; font-size: 14px; }
.cost-copy strong { color: white; }
.pain-section { color: white; background: var(--navy); }
.pain-heading { max-width: 800px; }
.pain-heading h2 { margin: 12px 0 18px; font-size: clamp(37px, 4.5vw, 56px); letter-spacing: -.05em; }
.pain-heading p { color: #b8bbce; font-size: 15px; line-height: 1.75; }
.pain-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 35px 0 28px; }
.pain-cards div { min-height: 115px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.05); }
.pain-cards span { color: color-mix(in srgb, var(--track-color) 65%, white); font-size: 21px; font-weight: 850; }
.pain-cards strong { font-size: 13px; line-height: 1.35; }
.calculator-section { background: var(--soft); }
.calculator-intro h2 { margin: 12px 0 18px; font-size: clamp(37px, 4.5vw, 54px); letter-spacing: -.05em; }
.calculator-intro > p { color: var(--muted); line-height: 1.7; }
.track-helper { padding: 17px; margin: 25px 0; border-left: 3px solid var(--track-color); border-radius: 0 9px 9px 0; color: #555a6c; background: var(--track-soft); font-size: 12px; line-height: 1.6; }
.calculator-intro .button { background: var(--track-color); }
.light-calculator { color: var(--ink); border-color: var(--line); background: white; box-shadow: var(--shadow); }
.light-calculator .calculator-header { color: #777b8d; }
.calculator-input-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.calculator-input-grid label { margin: 0; color: #686c7e; font-size: 9px; font-weight: 750; }
.calculator-input-grid input { width: 100%; margin-top: 7px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; outline: 0; color: var(--ink); background: white; font-size: 14px; font-weight: 800; }
.currency-input { position: relative; }
.currency-input span { position: absolute; top: 18px; left: 11px; color: #8c90a0; }
.currency-input input { padding-left: 24px; }
.light-calculator .calculator-result { background: var(--soft); }
.light-calculator .calculator-result strong { color: var(--track-color); }
.plan-comparisons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.plan-comparisons > div { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 15px; border: 1px solid var(--line); border-radius: 10px; }
.plan-comparisons span { grid-column: 1/-1; color: #898d9d; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.plan-comparisons strong { color: var(--ink); font-size: 21px; }
.plan-comparisons strong small { font-size: 8px; }
.plan-comparisons b { color: var(--track-color); font-size: 8px; }
.text-link { padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: none; font-weight: 750; }
.light-link { margin-top: 13px; color: #bfb5ff; }
.calculator-card { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: #22264b; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.calculator-header { display: flex; justify-content: space-between; margin-bottom: 27px; color: #b3b6ca; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.live-badge { color: #7ee6c7; }
.calculator-card label { display: block; margin-bottom: 9px; color: #b6b9cc; font-size: 11px; }
.number-control { display: grid; grid-template-columns: 45px 1fr 45px; overflow: hidden; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; }
.number-control button { border: 0; color: white; background: rgba(255,255,255,.06); font-size: 20px; }
.number-control input { width: 100%; padding: 12px; text-align: center; border: 0; border-left: 1px solid rgba(255,255,255,.12); border-right: 1px solid rgba(255,255,255,.12); outline: none; color: white; background: transparent; font-size: 19px; font-weight: 800; -moz-appearance: textfield; }
.number-control input::-webkit-inner-spin-button { -webkit-appearance: none; }
.calculator-line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; color: #a9acc1; font-size: 10px; }
.calculator-line strong { color: white; font-size: 14px; }
.calculator-line small { color: #8488a1; font-size: 8px; font-weight: 500; }
.calculator-result { display: flex; flex-direction: column; padding: 22px; border-radius: 12px; background: rgba(255,255,255,.06); }
.calculator-result span, .flat-result span { color: #969ab2; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.calculator-result strong { margin: 6px 0 4px; color: #b9adff; font-size: 34px; letter-spacing: -.04em; }
.calculator-result small { color: #8589a1; font-size: 8px; }
.versus { display: flex; align-items: center; gap: 10px; margin: 13px 0; color: #7f839b; font-size: 8px; }
.versus span { flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.flat-result { display: flex; justify-content: space-between; align-items: flex-end; padding: 17px 20px; border: 1px solid rgba(126,230,199,.25); border-radius: 12px; background: rgba(43,184,146,.08); }
.flat-result > div { display: flex; flex-direction: column; }
.flat-result strong { color: #aef2dd; font-size: 25px; }
.flat-result strong small { font-size: 9px; }
.flat-result .savings { align-items: flex-end; gap: 3px; }
.flat-result .savings b { color: #aef2dd; font-size: 10px; }
.placeholder-note { margin: 15px 0 0; text-align: center; color: #777b94; font-size: 8px; }

.comparison-section { background: #fff; }
.split-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.split-heading p { margin-bottom: 10px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.comparison-table { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 35px rgba(25,25,60,.05); }
.comparison-row { display: grid; grid-template-columns: .72fr 1.1fr 1.1fr; min-height: 66px; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > div { display: flex; align-items: center; padding: 16px 25px; color: #636779; font-size: 12px; line-height: 1.45; }
.comparison-row > div:first-child { color: #858899; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.comparison-row .deelan-column { color: var(--ink); background: #f7f6ff; border-left: 1px solid #e0dcff; border-right: 1px solid #e0dcff; }
.comparison-head { min-height: 59px; background: #fafafd; }
.comparison-head > div { color: #898c9b; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.comparison-head .deelan-column { gap: 8px; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.comparison-note { margin: 16px 0 0; color: #9699a7; font-size: 9px; }
.comparison-note span { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-right: 5px; border: 1px solid #babdca; border-radius: 50%; font-size: 8px; font-weight: 800; }
.comparison-interpretation { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; padding: 18px 20px; margin-top: 18px; border-left: 3px solid var(--track-color); border-radius: 0 10px 10px 0; background: var(--track-soft); }
.comparison-interpretation span { color: var(--track-color); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.comparison-interpretation p { margin: 0; color: #555a6c; font-size: 11px; line-height: 1.55; }

.proof-section { background: var(--soft); }
.proof-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 45px; }
.europe-badge { display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.europe-badge > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; color: var(--purple); background: var(--purple-soft); }
.europe-badge div { display: flex; flex-direction: column; gap: 3px; }
.europe-badge b { font-size: 8px; letter-spacing: .08em; }
.europe-badge small { color: #878a99; font-size: 8px; }
.testimonial { position: relative; padding: 55px 65px 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.quote-mark { position: absolute; top: -20px; left: 25px; color: var(--purple-soft); font-family: Georgia, serif; font-size: 180px; line-height: 1; }
.testimonial blockquote { position: relative; max-width: 910px; margin: 0; font-size: clamp(21px, 2.3vw, 29px); line-height: 1.55; letter-spacing: -.025em; font-weight: 600; }
.testimonial-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 35px; padding-top: 28px; border-top: 1px solid var(--line); }
.person { display: flex; align-items: center; gap: 12px; }
.person-avatar { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: white; background: var(--navy); font-size: 11px; font-weight: 800; }
.person > div:last-child { display: flex; flex-direction: column; gap: 4px; }
.person strong { font-size: 12px; }
.person span { color: #858899; font-size: 9px; }
.metric-highlight { display: flex; align-items: center; gap: 10px; }
.metric-highlight strong { color: var(--purple); font-size: 31px; letter-spacing: -.05em; }
.metric-highlight span { color: #76798b; font-size: 9px; line-height: 1.4; font-weight: 750; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.stats-grid div { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 22px; border-right: 1px solid var(--line); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { color: var(--purple); font-size: 25px; letter-spacing: -.04em; }
.stats-grid span { color: #717587; font-size: 10px; font-weight: 700; }
.stats-note { margin: 12px 0 0; text-align: center; color: #a0a3ae; font-size: 8px; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { max-width: 390px; margin-bottom: 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-tabs { display: grid; gap: 7px; margin: 0 0 24px; }
.faq-tabs button { padding: 11px 13px; text-align: left; border: 1px solid var(--line); border-radius: 8px; color: #676b7d; background: white; font-size: 10px; font-weight: 750; }
.faq-tabs button.active { color: var(--track-color); border-color: var(--track-color); background: var(--track-soft); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; text-align: left; color: var(--ink); border: 0; background: transparent; font-size: 15px; font-weight: 750; }
.faq-question i { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-style: normal; font-weight: 500; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > * { overflow: hidden; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-answer p { margin: 0; padding: 0 45px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.validation-badge { display: inline-block; width: fit-content; margin: 0 0 20px; padding: 5px 8px; border-radius: 5px; color: #98701f; background: #fff3d5; font-size: 8px; font-weight: 800; }

.final-cta { padding: 95px 0 0; color: white; background: var(--navy); }
.dynamic-final { max-width: 850px; padding-bottom: 95px; margin: 0 auto; text-align: center; }
.dynamic-final h2 { margin: 13px 0 18px; font-size: clamp(38px, 5vw, 59px); line-height: 1.05; letter-spacing: -.05em; }
.dynamic-final > p { max-width: 680px; margin: 0 auto 30px; color: #b6b9cc; font-size: 15px; line-height: 1.7; }
.final-actions { display: flex; justify-content: center; gap: 11px; flex-wrap: wrap; }
.dynamic-final > small { display: block; margin-top: 12px; color: #888ca4; font-size: 9px; }
.final-heading { text-align: center; }
.final-heading h2 { margin-bottom: 55px; }
.cta-columns { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); }
.cta-column { padding: 55px 65px 70px; }
.cta-column + .cta-column { border-left: 1px solid rgba(255,255,255,.15); }
.cta-type { color: #a7aabd; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.cta-column h3 { max-width: 400px; margin: 20px 0 15px; font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.cta-column p { max-width: 430px; min-height: 70px; color: #aaadc1; font-size: 13px; line-height: 1.7; }
.cta-column small { display: block; margin-top: 11px; color: #8589a2; font-size: 9px; }
.site-footer { color: #b5b8ca; background: #101226; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { color: white; }
.footer-inner nav { display: flex; gap: 25px; font-size: 11px; }
.footer-inner nav a:hover { color: white; }
.footer-inner p { margin: 0; font-size: 9px; }

.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13,14,31,.7); backdrop-filter: blur(6px); }
.modal-panel { position: relative; z-index: 1; width: min(100%, 580px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 36px 42px 40px; border-radius: 18px; background: white; box-shadow: 0 35px 90px rgba(0,0,0,.32); transform: translateY(15px) scale(.98); transition: transform .25s; }
.modal.open .modal-panel { transform: translateY(0) scale(1); }
.demo-panel { width: min(100%, 690px); }
.modal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: #6c7081; background: white; font-size: 20px; }
.modal-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 27px; font-weight: 850; }
.stepper { display: flex; align-items: center; margin: 0 0 30px; }
.stepper > i { flex: 1; height: 1px; background: var(--line); }
.step { display: flex; align-items: center; gap: 7px; color: #a1a4b1; font-size: 9px; font-weight: 800; }
.step span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 9px; }
.step.active { color: var(--purple); }
.step.active span, .step.complete span { color: white; border-color: var(--purple); background: var(--purple); }
.modal-kicker { color: var(--purple); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.form-step, .success-state { display: none; }
.form-step.active { display: block; }
.modal h2 { margin: 9px 0 8px; font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.modal h2 + p, .success-state p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.modal label { display: flex; flex-direction: column; gap: 7px; margin: 17px 0; color: #4c5061; font-size: 11px; font-weight: 750; }
.modal input, .modal select, .modal textarea { width: 100%; padding: 12px 13px; border: 1px solid #d8dbe5; border-radius: 8px; outline: 0; color: var(--ink); background: white; font-size: 13px; transition: border .2s, box-shadow .2s; }
.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(104,83,232,.1); }
.form-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.upload-area { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 34px 20px; margin: 22px 0 18px; border: 1.5px dashed #bbb5ec; border-radius: 12px; color: var(--ink); background: #f8f7ff; }
.upload-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; color: var(--purple); background: white; box-shadow: 0 6px 14px rgba(104,83,232,.1); font-size: 21px; }
.upload-area b { font-size: 12px; }
.upload-area small { color: #8d90a0; font-size: 9px; }
.fake-file { display: flex; align-items: center; gap: 10px; padding: 12px; margin-bottom: 18px; border: 1px solid #cdebdc; border-radius: 9px; background: #f3fcf8; }
.fake-file > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: var(--green); font-size: 10px; }
.fake-file div { flex: 1; display: flex; flex-direction: column; gap: 2px; font-size: 10px; }
.fake-file small { color: #7c8c85; font-size: 8px; }
.fake-file button { border: 0; background: none; color: #7d817f; }
.success-state[hidden], .fake-file[hidden] { display: none; }
.success-state:not([hidden]) { display: flex; flex-direction: column; align-items: center; padding: 35px 10px 15px; text-align: center; }
.success-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 22px; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 12px 30px rgba(43,184,146,.25); font-size: 27px; }
.success-state p { max-width: 400px; margin-bottom: 24px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 720px; }
  .product-visual { max-width: 700px; margin: 0 auto; }
  .icp-grid { grid-template-columns: 1fr; max-width: 700px; margin-left: auto; margin-right: auto; }
  .icp-card { min-height: auto; }
  .icp-quote { min-height: auto; }
  .journey-grid { grid-template-columns: 1fr; }
  .pain-cards { grid-template-columns: 1fr 1fr; }
  .pricing-grid { gap: 10px; }
  .plan-top, .feature-list { padding-left: 22px; padding-right: 22px; }
  .cost-grid { gap: 45px; }
  .faq-layout { gap: 50px; }
  .cta-column { padding-left: 35px; padding-right: 35px; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 20px 22px;
    border-bottom: 1px solid var(--line);
    background: white;
    box-shadow: 0 16px 30px rgba(25,25,60,.09);
  }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 14px 4px; border-bottom: 1px solid #eeeef3; }
  .track-bar { top: 74px; }
  .track-bar-inner { padding: 9px 0; align-items: flex-start; flex-direction: column; }
  .track-bar-inner > div:last-child { width: 100%; justify-content: space-between; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; margin: 16px 0 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-left: auto; margin-right: auto; gap: 20px; }
  .plan-card.plan-featured { transform: none; }
  .cost-grid, .split-heading, .faq-layout { grid-template-columns: 1fr; }
  .journey-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .faq-intro { position: static; }
  .comparison-row { grid-template-columns: .65fr 1fr 1fr; }
  .comparison-row > div { padding: 14px; }
  .proof-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding: 65px 0 75px; }
  .hero h1 { font-size: 46px; }
  .hero-lede { font-size: 16px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions > div, .hero-actions .button { width: 100%; }
  .mockup-window { transform: none; }
  .mockup-body { grid-template-columns: 36px 1fr; min-height: 390px; }
  .mockup-sidebar { gap: 16px; padding-top: 15px; }
  .mockup-sidebar span { width: 12px; }
  .mini-logo { width: 22px; height: 22px; }
  .mockup-content { padding: 17px 12px; }
  .visual-row { grid-template-columns: 1fr; }
  .gap-card { display: none; }
  .floating-proof { right: 8px; bottom: -32px; }
  .speed-badge { align-items: flex-start; border-radius: 12px; flex-wrap: wrap; }
  .speed-badge span:last-child { width: 100%; padding-left: 24px; }
  .section-heading h2, .split-heading h2, .proof-heading h2, .faq-intro h2, .final-heading h2, .cost-copy h2 { font-size: 36px; }
  .icp-card { padding: 25px; }
  .icp-card.featured { padding: 24px; }
  .icp-card.active { padding: 24px; }
  .pain-cards { grid-template-columns: 1fr; }
  .calculator-input-grid { grid-template-columns: 1fr; }
  .plan-comparisons { grid-template-columns: 1fr; }
  .pricing-note span { display: block; width: fit-content; margin: 8px auto; }
  .cost-grid { gap: 45px; }
  .calculator-card { padding: 22px; }
  .comparison-table { border: 0; border-radius: 0; box-shadow: none; }
  .comparison-head { display: none; }
  .comparison-row { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
  .comparison-row > div { min-height: 62px; padding: 13px; }
  .comparison-row > div:first-child { grid-column: 1/-1; min-height: auto; padding: 9px 13px; background: #f5f6f9; }
  .comparison-row > div:nth-child(2)::before { content: "DEELAN"; display: block; margin-bottom: 6px; color: var(--purple); font-size: 7px; letter-spacing: .1em; }
  .comparison-row > div:nth-child(3)::before { content: "HYPERBOUND"; display: block; margin-bottom: 6px; color: #9699a7; font-size: 7px; letter-spacing: .1em; }
  .comparison-row > div:nth-child(2), .comparison-row > div:nth-child(3) { display: block; font-size: 10px; }
  .comparison-row .deelan-column { border-left: 0; border-bottom: 0; }
  .testimonial { padding: 42px 25px 28px; }
  .testimonial blockquote { font-size: 20px; }
  .testimonial-footer { align-items: flex-start; flex-direction: column; gap: 20px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats-grid div:last-child { border-bottom: 0; }
  .cta-columns { grid-template-columns: 1fr; }
  .final-actions { flex-direction: column; }
  .final-actions .button { width: 100%; }
  .cta-column { padding: 42px 10px; }
  .cta-column + .cta-column { border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .cta-column p { min-height: auto; }
  .footer-inner { flex-direction: column; padding: 35px 0; }
  .footer-inner nav { flex-wrap: wrap; justify-content: center; }
  .modal { padding: 10px; }
  .modal-panel { max-height: calc(100vh - 20px); padding: 28px 22px 30px; }
  .step b { display: none; }
  .form-grid { grid-template-columns: 1fr; }
}
