:root {
  --ink: #0b1320;
  --ink-soft: #142033;
  --ink-muted: #26354a;
  --paper: #f6f7f4;
  --paper-warm: #fbfaf6;
  --white: #ffffff;
  --accent: #ff6a2b;
  --accent-dark: #d94e16;
  --accent-soft: #fff0e8;
  --green: #0f7a59;
  --green-soft: #e7f6ef;
  --yellow: #f4b743;
  --yellow-soft: #fff7df;
  --text: #172231;
  --muted: #5b6777;
  --line: #dfe4e7;
  --line-dark: rgba(255,255,255,.14);
  --shadow-sm: 0 12px 30px rgba(14, 25, 41, .08);
  --shadow-md: 0 24px 70px rgba(9, 20, 35, .16);
  --shadow-lg: 0 34px 100px rgba(5, 14, 26, .28);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::selection { background: #ffd8c6; color: var(--ink); }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 76px;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-color: rgba(13,25,42,.08);
  box-shadow: 0 10px 35px rgba(13, 25, 42, .07);
}
.header-inner { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { position: relative; display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand-logo { display: block; transition: opacity .2s ease; }
.brand-logo-dark { position: absolute; inset: 0 auto auto 0; opacity: 0; }
.site-header.scrolled .brand-logo-light { opacity: 0; }
.site-header.scrolled .brand-logo-dark { opacity: 1; }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a {
  position: relative;
  text-decoration: none;
  font-size: .91rem;
  font-weight: 650;
  color: rgba(255,255,255,.77);
  transition: color .2s ease;
}
.site-header.scrolled .main-nav a { color: #445164; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -8px;
  height: 2px;
  background: var(--accent);
  transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.site-header.scrolled .main-nav a:hover, .site-header.scrolled .main-nav a:focus-visible { color: var(--ink); }
.site-header:not(.scrolled) .button-dark { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); }
.site-header:not(.scrolled) .button-dark:hover { background: var(--white); color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -.01em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(255,106,43,.35);
  outline-offset: 3px;
}
.button-small { min-height: 42px; padding-inline: 17px; font-size: .89rem; }
.button-accent { background: var(--accent); color: #1f120c; box-shadow: 0 12px 28px rgba(255,106,43,.25); }
.button-accent:hover { background: #ff7d47; box-shadow: 0 16px 34px rgba(255,106,43,.32); }
.button-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button-dark:hover { background: #1b2a3e; }
.button-full { width: 100%; }

.hero {
  position: relative;
  min-height: 850px;
  padding: 154px 0 115px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,106,43,.15), transparent 31%),
    radial-gradient(circle at 92% 76%, rgba(34,113,104,.18), transparent 28%),
    linear-gradient(145deg, #0a121f 0%, #101c2c 48%, #0b1421 100%);
  color: var(--white);
}
.hero-grid {
  position: absolute; inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 86%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px; height: 520px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  right: -180px; top: 30px;
  box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.38fr;
  gap: 58px;
  align-items: center;
}
.hero-copy { max-width: 570px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--accent-dark);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow-light { color: #ffc0a2; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,106,43,.14); }
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 4.6vw, 5.15rem);
  line-height: .99;
  letter-spacing: -.052em;
  font-weight: 820;
}
.hero h1 span { color: #ff9365; }
.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 1.15rem;
  line-height: 1.72;
}
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .92rem; font-weight: 730; text-decoration: none; white-space: nowrap; }
.text-link-light { color: rgba(255,255,255,.82); }
.text-link:hover { color: var(--white); }
.play-icon { display: grid; place-items: center; width: 34px; height: 34px; padding-left: 2px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); font-size: .65rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.65); font-size: .88rem; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list span { color: #6ee7b7; font-weight: 900; }
.hero-visual { position: relative; min-width: 0; }
.visual-badge {
  position: absolute;
  z-index: 8;
  right: 24px;
  top: -16px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.75);
  background: rgba(9,18,31,.72);
  backdrop-filter: blur(8px);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.app-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 24px;
  background: #f9faf8;
  color: var(--text);
  box-shadow: var(--shadow-lg);
  transform: perspective(1600px) rotateY(-2deg) rotateX(1deg);
}
.app-window::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.75); border-radius: inherit; }
.app-topbar { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--white); border-bottom: 1px solid var(--line); }
.app-topbar strong { display: block; font-size: .85rem; }
.app-topbar small { display: block; margin-top: 1px; color: var(--muted); font-size: .69rem; }
.app-brandmark { position: relative; width: 31px; height: 31px; border-radius: 9px; background: var(--ink); overflow: hidden; flex: 0 0 auto; }
.app-brandmark span { position: absolute; border: 1.5px solid var(--accent); border-radius: 50%; left: 5px; bottom: -10px; }
.app-brandmark span:nth-child(1){ width: 12px; height: 12px; }
.app-brandmark span:nth-child(2){ width: 20px; height: 20px; }
.app-brandmark span:nth-child(3){ width: 28px; height: 28px; }
.avatar { margin-left: auto; width: 33px; height: 33px; border: 0; border-radius: 50%; background: #edf1ed; color: var(--ink); font-size: .68rem; font-weight: 800; }
.app-summary { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 10px; padding: 15px 16px 0; }
.metric-card { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.metric-card span, .metric-card small { display: block; color: var(--muted); font-size: .64rem; }
.metric-card strong { display: block; margin: 2px 0 1px; font-size: 1.16rem; letter-spacing: -.03em; }
.metric-card-accent { background: var(--ink); color: var(--white); border-color: var(--ink); }
.metric-card-accent span, .metric-card-accent small { color: rgba(255,255,255,.6); }
.metric-card-accent strong { color: #ff9365; }
.app-content { position: relative; min-height: 420px; display: grid; grid-template-columns: 1fr 0; gap: 0; padding: 15px 16px 16px; background: #f5f7f4; transition: grid-template-columns .35s ease; }
.app-content:has(.draft-panel.open) { grid-template-columns: 1fr 235px; gap: 12px; }
.radar-list { min-width: 0; }
.list-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.section-kicker { display: block; margin-bottom: 2px; color: var(--accent-dark); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.list-heading h2 { margin: 0; font-size: .96rem; letter-spacing: -.02em; }
.icon-button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--muted); }
.offer-row { display: grid; grid-template-columns: 5px 1.18fr .9fr auto; gap: 11px; align-items: center; padding: 13px 12px; margin-top: 8px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.offer-row-active { border-color: #ffc6ad; box-shadow: 0 10px 24px rgba(255,106,43,.09); }
.priority { width: 4px; height: 34px; border-radius: 99px; }
.priority-high { background: var(--accent); }
.priority-medium { background: var(--yellow); }
.priority-low { background: #8eb8a7; }
.offer-main strong, .offer-value strong { display: block; font-size: .74rem; }
.offer-main span, .offer-value span { display: block; margin-top: 2px; color: var(--muted); font-size: .59rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.offer-value { text-align: right; }
.mini-button { min-width: 82px; height: 30px; padding: 0 9px; border: 0; border-radius: 8px; background: var(--ink); color: var(--white); font-size: .62rem; font-weight: 750; cursor: pointer; }
.mini-button-muted { min-width: 56px; background: #eef1ee; color: var(--ink); }
.draft-panel { min-width: 0; overflow: hidden; opacity: 0; transform: translateX(18px); padding: 0; border: 0 solid var(--line); border-radius: 12px; background: var(--white); transition: opacity .3s ease, transform .3s ease, padding .3s ease, border-width .3s ease; }
.draft-panel.open { opacity: 1; transform: translateX(0); padding: 12px; border-width: 1px; }
.draft-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.draft-header strong { font-size: .74rem; }
.close-draft { width: 25px; height: 25px; border: 0; background: #f2f4f2; border-radius: 7px; font-size: 1rem; color: var(--muted); cursor: pointer; }
.draft-meta { padding: 10px 0; border-bottom: 1px solid var(--line); }
.draft-meta span { display: block; color: var(--muted); font-size: .55rem; }
.draft-meta strong { display: block; margin-top: 2px; font-size: .65rem; }
.draft-copy { color: #455265; font-size: .63rem; line-height: 1.5; }
.draft-copy p { margin: 8px 0; }
.draft-panel .button { min-height: 34px; padding-inline: 10px; border-radius: 8px; font-size: .61rem; }
.draft-secondary { width: 100%; margin-top: 7px; border: 0; background: transparent; color: var(--muted); font-size: .59rem; }
.hero-bottom-fade { position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.12)); }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--paper-warm); }
.proof-strip-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.proof-strip-inner > span { color: var(--muted); font-size: .88rem; font-weight: 620; }
.trade-list { display: flex; flex-wrap: wrap; gap: 11px; }
.trade-list span { padding: 8px 13px; border: 1px solid #d8deda; border-radius: 999px; background: var(--white); color: #3e4b59; font-size: .8rem; font-weight: 730; }

.section { padding: 112px 0; }
.section-intro { max-width: 760px; }
.section-intro-centered { text-align: center; margin-inline: auto; }
.section h2 { margin: 0; color: var(--ink); font-size: clamp(2.25rem, 4vw, 4.3rem); line-height: 1.08; letter-spacing: -.045em; }
.section-intro > p { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.78; }
.section-intro-centered > p { margin-inline: auto; }

.section-problem { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 58px; }
.problem-card { position: relative; overflow: hidden; min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper-warm); }
.problem-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 150px; height: 150px; border: 1px solid rgba(11,19,32,.08); border-radius: 50%; box-shadow: 0 0 0 25px rgba(11,19,32,.025); }
.problem-number { color: var(--accent-dark); font-size: .73rem; font-weight: 820; letter-spacing: .12em; }
.problem-card h3 { max-width: 260px; margin: 46px 0 14px; color: var(--ink); font-size: 1.38rem; line-height: 1.25; letter-spacing: -.02em; }
.problem-card p { margin: 0; color: var(--muted); }
.truth-callout { display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; margin-top: 24px; padding: 24px 28px; border: 1px solid #cfe9dc; border-radius: 16px; background: var(--green-soft); }
.truth-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 1.4rem; font-weight: 900; }
.truth-callout p { margin: 0; color: #265447; font-size: 1.03rem; }
.truth-callout strong { color: #0a5c42; }


.section-demo { position: relative; overflow: hidden; background: var(--white); }
.section-demo::before { content: ""; position: absolute; top: -260px; right: -220px; width: 620px; height: 620px; border: 1px solid rgba(255,106,43,.13); border-radius: 50%; box-shadow: 0 0 0 68px rgba(255,106,43,.035), 0 0 0 138px rgba(255,106,43,.018); pointer-events: none; }
.demo-heading { position: relative; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.55fr); gap: 80px; align-items: end; }
.demo-heading h2 { max-width: 920px; }
.demo-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.demo-video-shell { position: relative; max-width: 1120px; margin: 58px auto 0; overflow: hidden; border: 1px solid rgba(11,19,32,.18); border-radius: 26px; background: var(--ink); box-shadow: 0 35px 90px rgba(11,19,32,.18), 0 8px 22px rgba(11,19,32,.12); }
.demo-video-shell::after { content: ""; position: absolute; inset: 42px 0 auto; height: 1px; background: rgba(255,255,255,.08); pointer-events: none; }
.demo-video-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 43px; padding: 0 17px; color: rgba(255,255,255,.64); font-size: .66rem; font-weight: 720; letter-spacing: .035em; }
.demo-window-dots { display: flex; gap: 6px; justify-self: start; }
.demo-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.24); }
.demo-window-dots i:first-child { background: var(--accent); }
.demo-video-status { display: inline-flex; align-items: center; gap: 7px; justify-self: end; color: rgba(255,255,255,.78); }
.demo-video-status i { width: 6px; height: 6px; border-radius: 50%; background: #49d09a; box-shadow: 0 0 0 4px rgba(73,208,154,.11); }
.demo-video-shell video { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--ink); object-fit: contain; accent-color: var(--accent); }
.demo-promises { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: 1120px; margin: 20px auto 0; }
.demo-promise { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; align-items: center; min-height: 92px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper-warm); }
.demo-promise > span { grid-row: 1 / span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: var(--white); font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.demo-promise strong { align-self: end; color: var(--ink); font-size: .92rem; }
.demo-promise small { align-self: start; margin-top: 2px; color: var(--muted); font-size: .72rem; line-height: 1.4; }

.section-flow { position: relative; overflow: hidden; background: var(--paper); }
.journey-visual { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 58px minmax(0,1fr) 58px minmax(0,1fr) 58px minmax(0,1fr); gap: 8px; align-items: center; margin-top: 60px; padding: 30px; overflow: hidden; border-radius: 26px; background: var(--ink); box-shadow: var(--shadow-md); }
.journey-visual::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.journey-visual::after { content: ""; position: absolute; width: 260px; height: 260px; right: -92px; top: -118px; border-radius: 50%; background: var(--accent); opacity: .97; pointer-events: none; }
.journey-node { position: relative; z-index: 2; display: flex; flex-direction: column; min-width: 0; min-height: 220px; padding: 19px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.97); box-shadow: 0 15px 34px rgba(0,0,0,.16); }
.journey-node-top { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.journey-icon { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: var(--white); }
.journey-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.journey-label { color: var(--accent-dark); font-size: .59rem; font-weight: 850; letter-spacing: .095em; text-transform: uppercase; }
.journey-node > strong { overflow-wrap: anywhere; color: var(--ink); font-size: 1rem; line-height: 1.25; letter-spacing: -.015em; }
.journey-node > small { min-height: 39px; margin-top: 6px; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.journey-value { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink); font-size: 1.06rem; font-weight: 850; }
.journey-value span { padding: 5px 7px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: .54rem; font-weight: 820; text-transform: uppercase; }
.journey-action { margin-top: auto; padding: 10px 11px; border-radius: 9px; background: var(--orange-soft); color: #9c3c15; font-size: .65rem; font-weight: 800; }
.journey-button { margin-top: auto; padding: 10px 9px; border-radius: 9px; background: var(--accent); color: #2c160c; font-size: .62rem; font-weight: 850; text-align: center; }
.journey-won { border-color: #9fd5c1; background: #f5fff9; }
.journey-won .journey-icon { background: var(--green); }
.journey-won > strong { color: var(--green); font-size: 1.35rem; }
.journey-arrow { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; color: var(--white); text-align: center; }
.journey-arrow span { color: var(--accent); font-size: 1.65rem; line-height: 1; font-weight: 500; }
.journey-arrow small { margin-top: 8px; color: rgba(255,255,255,.52); font-size: .53rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .05em; }
.flow-grid { counter-reset: flow; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin: 24px 0 0; padding: 0; list-style: none; }
.flow-card { position: relative; min-height: 222px; padding: 25px 25px 28px; overflow: hidden; border: 1px solid #dfe3df; border-radius: 18px; background: var(--white); }
.flow-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--accent), rgba(255,106,43,.12)); }
.flow-card:not(:last-child)::after { display: none; }
.flow-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--ink); color: var(--white); }
.flow-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.flow-step { display: block; color: var(--accent-dark); font-size: .68rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.flow-card h3 { margin: 22px 0 12px; color: var(--ink); font-size: 1.23rem; line-height: 1.27; letter-spacing: -.024em; }
.flow-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.section-calculator { padding: 0; background: var(--paper); }
.calculator-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; padding: 64px; border-radius: var(--radius-lg); background:
  radial-gradient(circle at 0% 0%, rgba(255,106,43,.16), transparent 35%),
  linear-gradient(145deg, #0b1422, #132238);
  color: var(--white); box-shadow: var(--shadow-md); }
.calculator-copy h2 { color: var(--white); font-size: clamp(2.2rem, 3.6vw, 3.75rem); }
.calculator-copy > p { max-width: 500px; margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 1.05rem; }
.calculator-note { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; margin-top: 30px; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.64); font-size: .83rem; }
.calculator-note span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.09); color: var(--white); font-weight: 800; }
.calculator-card { padding: 30px; border-radius: 20px; background: var(--white); color: var(--text); box-shadow: 0 20px 70px rgba(0,0,0,.23); }
.input-group + .input-group { margin-top: 24px; }
.input-group.compact { margin-top: 0; }
.input-label-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.input-label-row label { color: #354254; font-size: .83rem; font-weight: 700; }
.input-label-row output { padding: 5px 9px; border-radius: 7px; background: #f1f3f1; color: var(--ink); font-size: .76rem; font-weight: 800; }
input[type="range"] { width: 100%; height: 5px; margin: 15px 0 0; appearance: none; border-radius: 99px; background: linear-gradient(90deg, var(--accent) var(--range-progress, 50%), #e4e8e5 var(--range-progress, 50%)); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 19px; height: 19px; border: 4px solid var(--white); border-radius: 50%; background: var(--accent); box-shadow: 0 1px 7px rgba(0,0,0,.25); }
input[type="range"]::-moz-range-thumb { width: 13px; height: 13px; border: 4px solid var(--white); border-radius: 50%; background: var(--accent); box-shadow: 0 1px 7px rgba(0,0,0,.25); }
.range-labels { display: flex; justify-content: space-between; margin-top: 6px; color: #8993a0; font-size: .65rem; }
.input-row-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 25px; }
.calculator-results { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 8px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.calculator-results > div { min-height: 104px; padding: 14px; border-radius: 12px; background: #f5f6f4; }
.calculator-results span { display: block; min-height: 34px; color: var(--muted); font-size: .67rem; line-height: 1.35; }
.calculator-results strong { display: block; margin-top: 7px; color: var(--ink); font-size: 1.2rem; letter-spacing: -.03em; }
.calculator-results small { display: block; margin-top: 4px; color: #89939e; font-size: .62rem; }
.calculator-results .result-highlight small { color: rgba(35,20,14,.64); }
.calculator-results .result-highlight { background: var(--accent); }
.calculator-results .result-highlight span, .calculator-results .result-highlight strong { color: #23140e; }
.calculator-results .result-highlight strong { font-size: 1.42rem; }
.calculator-disclaimer { margin: 12px 0 0; color: #8a94a0; font-size: .66rem; text-align: right; }

.section-product { background: var(--white); }
.product-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: end; }
.product-question { margin: 0 0 8px; color: var(--accent-dark); font-size: clamp(1.8rem, 3.1vw, 3.3rem); line-height: 1.13; font-weight: 780; letter-spacing: -.04em; }
.product-demo { margin-top: 62px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.product-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); background: #f5f6f4; }
.product-tabs button { position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 72px; padding: 0 20px; border: 0; border-right: 1px solid var(--line); background: transparent; color: #6f7987; font-weight: 760; cursor: pointer; }
.product-tabs button:last-child { border-right: 0; }
.product-tabs button span { color: #9da5ad; font-size: .67rem; letter-spacing: .1em; }
.product-tabs button[aria-selected="true"] { background: var(--white); color: var(--ink); }
.product-tabs button[aria-selected="true"]::after { content: ""; position: absolute; inset: auto 25px -1px; height: 3px; background: var(--accent); }
.product-panel[hidden] { display: none !important; }
.product-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; min-height: 540px; padding: 64px; align-items: center; background: var(--white); }
.panel-label { color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.panel-copy h3 { margin: 14px 0 18px; color: var(--ink); font-size: clamp(2rem, 3.1vw, 3.25rem); line-height: 1.08; letter-spacing: -.042em; }
.panel-copy p { margin: 0; color: var(--muted); font-size: 1rem; }
.check-list { margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-top: 1px solid #edf0ed; color: #3d4a59; font-size: .9rem; font-weight: 650; }
.check-list li:last-child { border-bottom: 1px solid #edf0ed; }
.check-list li::before { content: "✓"; position: absolute; left: 2px; top: 10px; color: var(--green); font-weight: 900; }
.panel-visual { min-height: 390px; padding: 30px; border: 1px solid #dce2de; border-radius: 22px; background: linear-gradient(145deg, #f7f8f6, #eef1ee); box-shadow: 0 22px 55px rgba(12,25,39,.12); }
.mini-dashboard-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.mini-dashboard-title span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.mini-dashboard-title strong { color: var(--ink); font-size: 1.05rem; }
.mini-offer { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 19px 18px 19px 24px; margin-top: 11px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.mini-offer::before { content: ""; position: absolute; left: 9px; top: 18px; bottom: 18px; width: 4px; border-radius: 99px; }
.mini-offer.high::before { background: var(--accent); }
.mini-offer.medium::before { background: var(--yellow); }
.mini-offer.low::before { background: #8eb8a7; }
.mini-offer strong, .mini-offer span { display: block; }
.mini-offer strong { color: var(--ink); font-size: .9rem; }
.mini-offer span { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.mini-offer b { color: var(--ink); font-size: .94rem; }
.mini-offer-done { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 18px; padding: 12px; border-radius: 11px; background: var(--green-soft); color: #215e4a; font-size: .76rem; font-weight: 700; }
.mini-offer-done span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--green); color: var(--white); }
.email-panel-visual { padding: 0; overflow: hidden; background: var(--white); }
.email-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--line); background: #f5f6f4; color: var(--muted); font-size: .72rem; font-weight: 700; }
.email-field { display: grid; grid-template-columns: 62px 1fr; gap: 15px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.email-field span { color: var(--muted); font-size: .7rem; }
.email-field strong { color: var(--ink); font-size: .72rem; }
.email-body { min-height: 210px; padding: 18px 24px; color: #3e4c5c; font-size: .78rem; line-height: 1.65; }
.email-body p { margin: 0 0 14px; }
.email-actions { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-top: 1px solid var(--line); }
.email-actions button { min-height: 35px; padding: 0 18px; border: 0; border-radius: 8px; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 800; }
.email-actions span { color: #8a94a0; font-size: .65rem; }
.insight-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.insight-kpis div { padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.insight-kpis span { display: block; color: var(--muted); font-size: .64rem; }
.insight-kpis strong { display: block; margin-top: 3px; color: var(--ink); font-size: 1.05rem; letter-spacing: -.03em; }
.bar-chart { margin-top: 24px; padding: 21px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.bar-row { display: grid; grid-template-columns: 62px 1fr 22px; gap: 11px; align-items: center; margin: 15px 0; color: var(--muted); font-size: .69rem; }
.bar-row i { position: relative; height: 11px; border-radius: 99px; background: #ecefeb; overflow: hidden; }
.bar-row i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--bar); border-radius: inherit; background: linear-gradient(90deg, var(--ink), #2e786d); }
.bar-row b { color: var(--ink); }
.insight-legend { display: flex; gap: 20px; margin-top: 16px; color: var(--muted); font-size: .66rem; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 5px; }
.dot-open { background: var(--ink); }
.dot-won { background: var(--green); }

.section-benefits { background: var(--ink); color: var(--white); }
.benefit-lead { max-width: 720px; }
.section-benefits h2 { color: var(--white); }
.section-benefits .eyebrow { color: #ffad87; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 58px; }
.benefit-card { min-height: 285px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.045); }
.benefit-icon { color: #ff9365; font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.benefit-card h3 { margin: 64px 0 14px; color: var(--white); font-size: 1.19rem; line-height: 1.3; letter-spacing: -.015em; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.section-fit { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-card { padding: 44px; border-radius: 24px; }
.fit-card-positive { border: 1px solid #cfe7dc; background: #f0f9f5; }
.fit-card-negative { border: 1px solid #e2ddd5; background: #fbf8f3; }
.fit-label { display: inline-flex; padding: 7px 11px; border-radius: 999px; font-size: .68rem; font-weight: 830; letter-spacing: .08em; text-transform: uppercase; }
.fit-card-positive .fit-label { background: #d9f0e6; color: #0a6548; }
.fit-card-negative .fit-label { background: #eee6dc; color: #70523a; }
.fit-card h2 { margin-top: 22px; font-size: clamp(2rem, 3vw, 3.15rem); }
.fit-card ul { margin: 34px 0 0; padding: 0; list-style: none; }
.fit-card li { display: grid; grid-template-columns: 28px 1fr; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(11,19,32,.09); }
.fit-card li > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-weight: 900; }
.fit-card-positive li > span { background: var(--green); color: var(--white); }
.fit-card-negative li > span { background: #75543c; color: var(--white); }
.fit-card li strong, .fit-card li small { display: block; }
.fit-card li strong { color: var(--ink); font-size: .95rem; }
.fit-card li small { margin-top: 3px; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.section-objections { background: var(--white); }
.objections-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 86px; align-items: start; }
.objections-heading { position: sticky; top: 120px; }
.objections-heading h2 { font-size: clamp(2.4rem, 4.2vw, 4.6rem); }
.objections-heading p { margin: 20px 0 0; color: var(--accent-dark); font-size: 1.2rem; font-weight: 760; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 26px 42px 26px 0; list-style: none; color: var(--ink); font-size: 1.08rem; font-weight: 760; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 22px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #f0f2ef; color: var(--ink); font-size: 1.1rem; transition: transform .2s ease; }
.faq-item[open] summary::after { content: "–"; transform: rotate(180deg); }
.faq-item p { max-width: 720px; margin: -4px 0 25px; color: var(--muted); line-height: 1.75; }

.section-pilot { background: linear-gradient(145deg, #0b1422, #15263c); color: var(--white); }
.pilot-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.pilot-copy h2 { color: var(--white); }
.pilot-copy > p { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: 1.06rem; }
.pilot-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-top: 34px; }
.pilot-trust div { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.04); }
.pilot-trust strong, .pilot-trust span { display: block; }
.pilot-trust strong { color: #ff9a6d; font-size: 1.4rem; letter-spacing: -.03em; }
.pilot-trust span { margin-top: 1px; color: rgba(255,255,255,.55); font-size: .71rem; }
.pricing-card { padding: 34px; border-radius: 24px; background: var(--white); color: var(--text); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.pricing-badge { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 10px; margin-top: 16px; }
.price strong { color: var(--ink); font-size: 3.5rem; line-height: 1; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: .84rem; }
.pricing-top p { margin: 14px 0 0; color: var(--muted); }
.pricing-list { margin: 26px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pricing-list li { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #3c4959; font-size: .89rem; }
.pricing-list span { color: var(--green); font-weight: 900; }
.pricing-anchor { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; background: #f3f5f2; color: var(--muted); font-size: .76rem; }
.pricing-anchor strong { color: var(--ink); }
.pricing-small { display: block; margin-top: 12px; color: #89939e; font-size: .66rem; text-align: center; }

.section-form { background: var(--paper-warm); }
.form-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.form-copy { padding-top: 24px; }
.form-copy h2 { font-size: clamp(2.35rem, 4.2vw, 4.4rem); }
.form-copy > p { max-width: 590px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.response-promise { display: grid; grid-template-columns: 36px 1fr; gap: 14px; margin-top: 32px; padding: 20px; border: 1px solid #e1e4df; border-radius: 14px; background: var(--white); }
.response-promise > span { color: var(--accent-dark); font-size: 1.5rem; font-weight: 900; }
.response-promise p { margin: 0; color: var(--muted); font-size: .87rem; }
.response-promise strong { color: var(--ink); }
.lead-form { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }
.form-row { margin-bottom: 18px; }
.form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row label { display: block; margin-bottom: 7px; color: #374456; font-size: .79rem; font-weight: 720; }
.form-row label span { color: #8b95a0; font-weight: 500; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #d7ddda; border-radius: 10px; background: #fbfcfa; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-row input, .form-row select { height: 49px; padding: 0 13px; }
.form-row textarea { padding: 12px 13px; resize: vertical; }
.form-row input::placeholder, .form-row textarea::placeholder { color: #a1a9b0; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--accent); background: var(--white); box-shadow: 0 0 0 4px rgba(255,106,43,.09); outline: none; }
.form-row input.invalid, .form-row select.invalid, .consent-row.invalid { border-color: #bd3b36; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 4px 0 20px; padding: 12px; border: 1px solid transparent; border-radius: 9px; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.consent-row input { margin-top: 2px; accent-color: var(--accent); }
.consent-row a { color: var(--ink); font-weight: 700; }
.form-status { display: none; margin-top: 14px; padding: 12px 14px; border-radius: 9px; font-size: .78rem; }
.form-status.success { display: block; background: var(--green-soft); color: #145f45; }
.form-status.error { display: block; background: #fae9e7; color: #8f2f2b; }
.form-fineprint { margin: 12px 0 0; color: #929ba4; font-size: .66rem; text-align: center; }

.site-footer { padding: 56px 0 22px; background: #08101b; color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-brand p { margin: 12px 0 0; color: rgba(255,255,255,.5); font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; align-items: flex-start; }
.footer-links a { color: rgba(255,255,255,.62); text-decoration: none; font-size: .78rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: .68rem; }

.legal-page { background: var(--paper); min-height: 100vh; }
.legal-header { height: 76px; background: var(--ink); }
.legal-header .header-inner { justify-content: space-between; }
.legal-back { color: rgba(255,255,255,.72); text-decoration: none; font-size: .83rem; font-weight: 700; }
.legal-main { padding: 120px 0 90px; }
.legal-shell { max-width: 820px; padding: 46px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }
.legal-shell h1 { margin: 0; color: var(--ink); font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.legal-shell h2 { margin: 40px 0 12px; color: var(--ink); font-size: 1.35rem; }
.legal-shell p, .legal-shell li { color: var(--muted); }
.legal-warning { margin: 28px 0; padding: 18px; border: 1px solid #efd4aa; border-radius: 12px; background: var(--yellow-soft); color: #71551c; }
.placeholder { display: inline-block; padding: 1px 6px; border-radius: 4px; background: #fae6e3; color: #8a2f2a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay, .reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .26s; }

@media (max-width: 1120px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 850px; }
  .app-window { transform: none; }
  .hero { padding-top: 140px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .82rem; }
  .flow-grid, .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .flow-card:not(:last-child)::after { display: none; }
  .demo-heading { gap: 42px; }
  .journey-visual { padding-inline: 22px; grid-template-columns: minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr); }
  .journey-arrow small { display: none; }
  .calculator-shell { grid-template-columns: 1fr; }
  .product-panel { gap: 40px; padding: 48px; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .site-header .button-small { margin-left: auto; }
  .proof-strip-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .problem-card h3 { margin-top: 26px; }
  .demo-heading { grid-template-columns: 1fr; gap: 22px; }
  .demo-heading > p { max-width: 690px; margin: 0; }
  .journey-visual { grid-template-columns: 1fr; gap: 10px; padding: 24px; }
  .journey-visual::after { width: 210px; height: 210px; right: -105px; top: -110px; }
  .journey-node { width: min(100%, 620px); min-height: 190px; margin-inline: auto; }
  .journey-arrow { min-height: 42px; }
  .journey-arrow span { transform: rotate(90deg); }
  .journey-arrow small { display: block; margin: 2px 0 0 12px; }
  .product-heading, .product-panel, .pilot-grid, .form-shell, .objections-grid, .fit-grid { grid-template-columns: 1fr; }
  .product-question { max-width: 650px; }
  .product-panel { min-height: 0; }
  .objections-heading { position: static; }
  .pilot-grid { gap: 44px; }
  .form-shell { gap: 42px; }
}

@media (max-width: 720px) {
  :root { --container: 100%; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 68px; }
  .header-inner { height: 68px; }
  .brand img { width: 154px; }
  .site-header .button-small { min-height: 38px; padding-inline: 12px; font-size: .76rem; }
  .hero { min-height: auto; padding: 116px 0 80px; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { white-space: normal; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; }
  .visual-badge { right: 12px; }
  .app-summary { grid-template-columns: 1fr 1fr; }
  .metric-card:last-child { display: none; }
  .app-content { min-height: 380px; }
  .app-content:has(.draft-panel.open) { grid-template-columns: 1fr; }
  .offer-row { grid-template-columns: 5px 1fr auto; }
  .offer-value { grid-column: 2; text-align: left; }
  .offer-row .mini-button { grid-column: 3; grid-row: 1 / span 2; }
  .draft-panel.open { position: absolute; inset: 48px 10px 10px; z-index: 7; overflow: auto; }
  .section { padding: 80px 0; }
  .section h2 { font-size: clamp(2.15rem, 10vw, 3.3rem); }
  .problem-grid, .flow-grid, .benefit-grid, .demo-promises { grid-template-columns: 1fr; }
  .truth-callout { grid-template-columns: 1fr; }
  .demo-video-shell { margin-top: 38px; border-radius: 16px; }
  .demo-video-bar { grid-template-columns: 1fr auto; min-height: 38px; padding-inline: 12px; }
  .demo-video-bar > span:nth-child(2) { display: none; }
  .demo-video-shell::after { top: 38px; }
  .demo-promises { gap: 9px; }
  .demo-promise { min-height: 82px; }
  .journey-visual { margin-top: 40px; padding: 16px; border-radius: 18px; }
  .journey-node { min-height: 184px; }
  .flow-card { min-height: auto; }
  .flow-grid-simple .flow-step { margin-top: 0; }
  .calculator-shell { width: 100%; padding: 40px 18px; border-radius: 0; }
  .calculator-card { padding: 20px 16px; }
  .input-row-two { grid-template-columns: 1fr; }
  .input-group.compact + .input-group.compact { margin-top: 22px; }
  .calculator-results { grid-template-columns: 1fr; }
  .calculator-results span { min-height: 0; }
  .product-tabs { grid-template-columns: 1fr; }
  .product-tabs button { justify-content: flex-start; min-height: 56px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-tabs button:last-child { border-bottom: 0; }
  .product-tabs button[aria-selected="true"]::after { inset: 10px auto 10px 0; width: 3px; height: auto; }
  .product-panel { padding: 34px 20px; gap: 30px; }
  .panel-visual { min-height: 0; padding: 18px; }
  .insight-kpis { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .benefit-card h3 { margin-top: 34px; }
  .fit-card { padding: 30px 22px; }
  .pilot-trust { grid-template-columns: 1fr; }
  .pricing-card { padding: 26px 20px; }
  .form-row-split { grid-template-columns: 1fr; }
  .lead-form { padding: 24px 18px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-shell { padding: 30px 20px; }
}

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


/* Robust video fallback */
.demo-video-fallback {
  display: grid;
  gap: 10px;
  padding: 22px;
  color: #ffffff;
  background: #111c2d;
  border-top: 1px solid rgba(255,255,255,.12);
}
.demo-video-fallback[hidden] { display: none !important; }
.demo-video-fallback strong { font-size: 1rem; }
.demo-video-fallback span { color: rgba(255,255,255,.72); line-height: 1.55; }
.demo-video-fallback code { color: #ffffff; }
.demo-video-fallback .button { justify-self: start; margin-top: 4px; }


/* Problem section: explanatory graphic next to the core message */
.section-problem { overflow: hidden; }
.problem-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}
.problem-intro-grid .section-intro { max-width: 660px; }
.problem-visual {
  position: relative;
  min-width: 0;
  margin: -28px -34px -24px 0;
  isolation: isolate;
}
.problem-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 13% 2% 8% 8%;
  border-radius: 50%;
  background: radial-gradient(circle at 54% 45%, rgba(255,106,43,.12), rgba(255,106,43,.045) 42%, transparent 72%);
  filter: blur(18px);
}
.problem-visual img {
  display: block;
  width: 100%;
  max-width: 690px;
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 22px 30px rgba(11,19,32,.07));
}
.problem-intro-grid + .problem-grid { margin-top: 48px; }

@media (max-width: 1050px) {
  .problem-intro-grid {
    grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
    gap: 34px;
  }
  .problem-visual { margin-right: -18px; }
}

@media (max-width: 900px) {
  .problem-intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .problem-intro-grid .section-intro { max-width: 760px; }
  .problem-visual {
    width: min(100%, 760px);
    margin: -6px auto -10px;
  }
  .problem-intro-grid + .problem-grid { margin-top: 38px; }
}

@media (max-width: 720px) {
  .problem-intro-grid { gap: 22px; }
  .problem-visual {
    width: calc(100% + 18px);
    margin: 0 -9px -4px;
  }
  .problem-visual::before { inset: 18% 4% 8%; filter: blur(12px); }
  .problem-visual img { filter: drop-shadow(0 14px 22px rgba(11,19,32,.06)); }
  .problem-intro-grid + .problem-grid { margin-top: 30px; }
}
