/* customsoftware.bosseo.com v3 — visual story, light, high contrast */
:root {
  --ink: #0b0b12;
  --ink-2: #1b1b25;
  --muted: #2b2b36;
  --white: #fff;
  --tint: #f6f4fd;
  --tint-2: #efeafc;
  --line: #e4e1f0;
  --g1: #2563eb;
  --g2: #7c3aed;
  --g3: #db2777;
  --grad: linear-gradient(105deg, var(--g1), var(--g2) 55%, var(--g3));
  --good: #0a7c4a;
  --good-bg: #e8f8f0;
  --warn-bg: #fff1f2;
  --r: 18px;
  --r-lg: 26px;
  --maxw: 1120px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --sans: "Inter", system-ui, sans-serif;
  --disp: "Sora", "Inter", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--sans); color: var(--ink); background: var(--white);
  line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; text-align: left; }
img, iframe { border: 0; max-width: 100%; display: block; }

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 400;
  background: var(--grad); pointer-events: none;
}

/* Topbar */
.topbar {
  position: fixed; inset: 0 0 auto; z-index: 300;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 24px; background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px; background: var(--grad);
  color: #fff; display: grid; place-items: center; font-family: var(--disp); font-weight: 800;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text b { font-family: var(--disp); font-size: 14px; font-weight: 700; color: var(--ink); }
.brand-text em { font-style: normal; font-size: 11.5px; font-weight: 600; color: var(--muted); }
.top-links { display: flex; gap: 20px; }
.top-links a { font-size: 13.5px; font-weight: 600; color: var(--muted); }
.top-links a:hover { color: var(--ink); }
@media (max-width: 860px) { .top-links { display: none; } }

.arr { display: inline-block; transition: transform .25s var(--ease); }
.btn-dark, .btn-ghost {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700;
  border-radius: 999px; padding: 11px 18px; font-size: 14px;
  transition: transform .2s var(--ease), box-shadow .25s;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -16px rgba(11,11,18,.5); }
.btn-dark:hover .arr { transform: translateX(4px); }
.btn-ghost {
  background: #fff; color: var(--ink); border: 1px solid var(--line);
}
.btn-ghost:hover { transform: translateY(-2px); }
.btn-lg { padding: 15px 24px; font-size: 15.5px; }

/* Layout */
.section { padding: clamp(72px, 10vw, 120px) 24px; }
.section#today {
  padding-top: clamp(88px, 12vw, 140px);
  background: var(--white);
}
.container { max-width: var(--maxw); margin: 0 auto; }
.tint { background: var(--tint); }
.section-head { max-width: 720px; margin-bottom: 40px; }
.eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .07em;
  text-transform: uppercase; color: var(--g2); margin-bottom: 12px;
}
.h2 {
  font-family: var(--disp); font-weight: 800; font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.08; letter-spacing: -.02em; color: var(--ink); text-wrap: balance;
}
.sub { margin-top: 14px; font-size: clamp(16px, 1.6vw, 18.5px); color: var(--muted); text-wrap: pretty; max-width: 60ch; }

.glow {
  position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none;
}
.glow-a { width: 420px; height: 420px; top: -80px; right: -80px; background: rgba(124,58,237,.16); }
.glow-b { width: 360px; height: 360px; bottom: 10%; left: -100px; background: rgba(37,99,235,.12); }

/* Hero — pamphlet opener, no header, centered visual */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(48px, 8vw, 80px) 24px 88px;
  background: linear-gradient(180deg, #fbfaff 0%, #f6f4fd 55%, #efeaf8 100%);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-stage {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
.hero-copy {
  max-width: 720px;
  margin: 0 auto;
}
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-size: 12.5px; font-weight: 700;
  color: var(--ink); margin-bottom: 18px; box-shadow: 0 8px 20px -16px rgba(20,20,50,.4);
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px rgba(16,185,129,.18); }
.h1 {
  font-family: var(--disp); font-weight: 800; font-size: clamp(32px, 5vw, 52px);
  line-height: 1.08; letter-spacing: -.025em; color: var(--ink); text-wrap: balance;
}
.lead {
  margin: 16px auto 0; font-size: 17.5px; color: var(--muted); max-width: 52ch; text-wrap: pretty;
}
.lead b { color: var(--ink); }
.hero-cta {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-top: 4px;
}

.hero-visual {
  width: 100%;
  max-width: 640px;
  margin: 4px auto 0;
}
.hero-visual.wide { max-width: 1080px; }
.story-wrap { width: 100%; max-width: 660px; margin: 0 auto; }

/* Story — the whole product in one glance */
.story {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  padding: 22px 22px 24px; text-align: left;
  box-shadow: 0 34px 80px -44px rgba(60, 30, 140, .35);
  position: relative;
}
.story-head {
  font-family: var(--disp); font-size: 13px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase; color: var(--g2);
  text-align: center; margin-bottom: 18px;
}
.story-track {
  position: absolute; left: 43px; top: 74px; bottom: 34px; width: 4px;
  border-radius: 999px; background: #e8e4f4; overflow: hidden;
}
.story-track i {
  position: absolute; left: 0; top: 0; width: 100%; height: 0%;
  background: var(--grad); border-radius: 999px;
  transition: height .9s var(--ease);
}
.story-steps { list-style: none; display: grid; gap: 10px; position: relative; }
.story-step {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 14px; border-radius: 16px;
  border: 1px solid var(--line); background: #fbfaff;
  transition: border-color .3s, background .3s, box-shadow .3s, transform .3s;
}
.story-step .st-ic {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px;
  display: grid; place-items: center; font-size: 21px;
  background: #efeafc; border: 1px solid var(--line);
  transition: background .3s, transform .3s;
  position: relative; z-index: 1;
}
.story-step .st-txt { flex: 1; min-width: 0; }
.story-step .st-txt b {
  display: block; font-family: var(--disp); font-size: 16.5px; font-weight: 800; color: var(--ink);
}
.story-step .st-txt span { display: block; font-size: 13.5px; color: var(--muted); font-weight: 550; line-height: 1.4; }
.st-badge {
  flex: 0 0 auto; font-size: 11px; font-weight: 800; letter-spacing: .02em;
  padding: 5px 10px; border-radius: 999px;
  background: #efeafc; color: var(--g2); white-space: nowrap;
}
.story-step.is-on {
  border-color: rgba(124, 58, 237, .5); background: #fff;
  box-shadow: 0 18px 38px -22px rgba(124, 58, 237, .5);
  transform: translateX(4px) scale(1.01);
}
.story-step.is-on .st-ic {
  background: var(--grad); transform: scale(1.06);
}
.story-step.is-done { background: #f2fbf6; border-color: #bfe9d2; }
.story-step.is-done .st-badge { background: var(--good-bg); color: var(--good); }
@media (max-width: 560px) {
  .st-badge { display: none; }
  .story-track { display: none; }
}
.ba {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: stretch;
}
@media (max-width: 700px) {
  .ba { grid-template-columns: 1fr; }
  .ba-arrow { transform: rotate(90deg); justify-self: center; }
}
.ba-col {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 14px;
  box-shadow: 0 24px 50px -36px rgba(20,20,50,.45); min-height: 320px;
}
.ba-label {
  font-family: var(--disp); font-size: 12px; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 10px;
}
.ba-bad { background: #fff5f5; border-color: #f0c4c8; }
.ba-good { background: #f0faf4; border-color: #b7ebcf; }
.ba-arrow {
  align-self: center; width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; background: var(--ink); color: #fff;
  font-weight: 800; font-size: 18px;
}
.ba-stack { position: relative; height: 260px; }
.tool-win {
  position: absolute; left: var(--x); top: var(--y);
  width: 42%; padding: 10px 12px; border-radius: 12px;
  background: #fff; border: 1px solid #f0c4c8;
  box-shadow: 0 10px 24px -18px rgba(180,40,60,.45);
  transform: rotate(calc((var(--y) - 30%) * .08));
}
.tool-win b { display: block; font-family: var(--disp); font-size: 13px; color: var(--ink); }
.tool-win span { font-size: 12px; color: var(--muted); font-weight: 600; }
.ba-breaks { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ba-breaks path {
  fill: none; stroke: #e11d48; stroke-width: 1.2; stroke-dasharray: 3 3; opacity: .7;
}
.ba-stamp {
  position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%);
  white-space: nowrap; font-size: 11.5px; font-weight: 800; color: #fff;
  background: #e11d48; padding: 6px 12px; border-radius: 999px;
}
.ba-flow { display: grid; gap: 8px; position: relative; padding-left: 18px; }
.flow-pipe {
  position: absolute; left: 5px; top: 12px; bottom: 12px; width: 3px;
  background: #d8d4e8; border-radius: 999px; overflow: hidden;
}
.flow-pipe span {
  position: absolute; left: 0; right: 0; height: 28%;
  background: var(--grad); border-radius: 999px;
  animation: pulseDown 2.8s var(--ease) infinite;
}
@keyframes pulseDown {
  0% { top: 0; opacity: .2; }
  50% { opacity: 1; }
  100% { top: 72%; opacity: .2; }
}
.flow-step {
  position: relative; background: #fff; border: 1px solid #cfd8d3;
  border-radius: 12px; padding: 10px 12px 10px 36px;
  transition: border-color .25s, box-shadow .25s, transform .25s, background .25s;
}
.flow-step i {
  position: absolute; left: 8px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; border-radius: 50%; background: #dfe7e2;
  display: grid; place-items: center; font-size: 11px; font-weight: 800; color: var(--ink);
  font-style: normal;
}
.flow-step.is-on {
  border-color: rgba(124,58,237,.55);
  background: #f7f2ff;
  box-shadow: 0 12px 28px -18px rgba(124,58,237,.55);
  transform: translateX(4px);
}
.flow-step.is-on i { background: var(--grad); color: #fff; }
.flow-step b { display: block; font-family: var(--disp); font-size: 13.5px; color: var(--ink); }
.flow-step span { font-size: 12px; color: var(--ink); font-weight: 600; }
.hero-cap {
  margin-top: 14px; text-align: center; font-size: 14px; font-weight: 700; color: var(--ink);
}
.ba {
  box-shadow: 0 28px 70px -36px rgba(20,20,50,.35);
}

/* Pain board */
.pain-board {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.pain-board-6 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
  .pain-board, .pain-board-6 { grid-template-columns: 1fr; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .pain-board-6 { grid-template-columns: repeat(2, 1fr); }
}
.pain {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 16px;
  box-shadow: 0 22px 48px -38px rgba(20,20,50,.4);
}
.pain h3 {
  font-family: var(--disp); font-size: 17px; font-weight: 750; color: var(--ink);
  margin: 14px 0 6px;
}
.pain > p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.pain-ui {
  border-radius: 14px; border: 1px solid #f0c8cc; background: #fff8f8; overflow: hidden;
}
.pain-ui-bar {
  display: flex; align-items: center; gap: 5px; padding: 8px 10px;
  background: #ffe4e6; border-bottom: 1px solid #f0c8cc;
}
.pain-ui-bar span { width: 8px; height: 8px; border-radius: 50%; background: #fb7185; }
.pain-ui-bar em { margin-left: 6px; font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--ink); }
.pain-ui-body { padding: 12px; }
.pain-ui-body b { display: block; font-family: var(--disp); font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.pain-ui-body p { font-size: 13.5px; color: var(--muted); }
.pain-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.pain-tags span {
  font-size: 11px; font-weight: 800; color: #9f1239; background: #ffe4e6;
  padding: 4px 8px; border-radius: 999px;
}
.pain-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.pain-split div {
  background: #fff; border: 1px dashed #f0a8b0; border-radius: 10px; padding: 8px;
}
.pain-split b { font-size: 12.5px; }
.pain-split small { display: block; font-size: 11.5px; color: var(--muted); font-weight: 600; }
.pain-bars { display: grid; gap: 6px; margin: 10px 0; }
.pain-bars i {
  display: block; height: 8px; width: var(--w); border-radius: 999px;
  background: linear-gradient(90deg, #fda4af, #fb7185);
}
.pain-muted { font-size: 12.5px !important; font-weight: 600; }

/* Pipeline */
.pipeline {
  display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 0;
  margin-bottom: 28px;
}
.pipe-node {
  position: relative;
  width: 148px; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 16px 12px 14px; text-align: center;
  box-shadow: 0 16px 36px -28px rgba(20,20,50,.4);
  transition: transform .25s var(--ease), border-color .25s, box-shadow .25s;
}
.pipe-node:hover, .pipe-node.is-on {
  transform: translateY(-4px);
  border-color: rgba(124,58,237,.5);
  box-shadow: 0 20px 40px -24px rgba(124,58,237,.45);
}
.pipe-node b { display: block; font-family: var(--disp); font-size: 14.5px; color: var(--ink); margin: 10px 0 4px; }
.pipe-node span { display: block; font-size: 12px; color: var(--muted); font-weight: 600; line-height: 1.35; }
.pipe-node span.pn-ic {
  display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto;
  border-radius: 13px; line-height: 0;
  background: var(--grad);
  box-shadow: 0 10px 20px -12px rgba(124, 58, 237, .8);
}
.pn-ic svg { display: block; width: 22px; height: 22px; stroke: #fff; fill: none; }
.pipe-link {
  width: 26px; align-self: center; height: 3px; border-radius: 999px;
  background: #a78bfa; position: relative;
}
.pipe-link::after {
  content: ""; position: absolute; right: -3px; top: 50%; transform: translateY(-50%);
  border: 5px solid transparent; border-left-color: #a78bfa;
}
.pipe-link.on { background: var(--g2); }
.pipe-link.on::after { border-left-color: var(--g2); }
@media (max-width: 900px) {
  .pipe-link { display: none; }
  .pipe-node { width: calc(50% - 8px); margin: 4px; }
}

.pipe-stage {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; align-items: stretch;
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px;
  box-shadow: 0 28px 60px -42px rgba(20,20,50,.4);
}
@media (max-width: 860px) { .pipe-stage { grid-template-columns: 1fr; } }
.ps-mock {
  border-radius: 16px; border: 1px solid var(--line); overflow: hidden; background: #faf9ff; min-height: 260px;
}
.ps-chrome {
  display: flex; align-items: center; gap: 6px; padding: 10px 12px;
  background: #efeafc; border-bottom: 1px solid var(--line);
}
.ps-chrome span { width: 9px; height: 9px; border-radius: 50%; background: #c4b5fd; }
.ps-chrome em { margin-left: 8px; font-style: normal; font-size: 12px; font-weight: 700; color: var(--ink); }
.ps-body { padding: 16px; }
.ps-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.ps-row b { font-family: var(--disp); font-size: 15px; color: var(--ink); }
.ok {
  font-size: 11.5px; font-weight: 800; color: var(--good); background: var(--good-bg);
  padding: 3px 8px; border-radius: 999px;
}
.ps-body > p { font-size: 13.5px; color: var(--muted); font-weight: 600; margin-bottom: 12px; }
.ps-body ul { list-style: none; display: grid; gap: 8px; }
.ps-body li {
  padding: 10px 12px; border-radius: 10px; background: #fff; border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 600; color: var(--muted);
}
.ps-body li.on {
  border-color: rgba(16,185,129,.45); background: var(--good-bg); color: var(--ink);
}
.ps-copy { padding: 8px 8px 8px 4px; }
.ps-copy h3 {
  font-family: var(--disp); font-size: 22px; font-weight: 800; color: var(--ink);
  margin: 6px 0 10px; text-wrap: balance;
}
.ps-copy > p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.ps-diff {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px;
}
@media (max-width: 560px) { .ps-diff { grid-template-columns: 1fr; } }
.ps-diff > div {
  border-radius: 14px; padding: 12px; border: 1px solid var(--line); background: #fff8f8;
}
.ps-diff > div.good { background: var(--good-bg); border-color: #b7ebcf; }
.ps-diff b { display: block; font-family: var(--disp); font-size: 13px; color: var(--ink); margin-bottom: 4px; }
.ps-diff span { font-size: 13px; color: var(--muted); line-height: 1.45; font-weight: 550; }

/* Jobs */
.jobs { display: grid; gap: 28px; }
.job {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px;
  box-shadow: 0 26px 56px -42px rgba(20,20,50,.4);
}
.job > * { min-width: 0; }
.job-flip .job-copy { order: 2; }
.job-flip .job-ui { order: 1; }
@media (max-width: 860px) {
  .job, .job-flip { grid-template-columns: minmax(0, 1fr); }
  .job-flip .job-copy, .job-flip .job-ui { order: unset; }
}
.job-n {
  display: inline-block; font-family: var(--disp); font-weight: 800; font-size: 13px;
  letter-spacing: .08em; color: var(--g2); margin-bottom: 8px;
}
.job h3 {
  font-family: var(--disp); font-size: clamp(22px, 2.6vw, 28px); font-weight: 800;
  color: var(--ink); line-height: 1.15; text-wrap: balance; margin-bottom: 10px;
}
.job-copy > p { font-size: 15.5px; color: var(--muted); line-height: 1.65; }
.ticks { list-style: none; margin-top: 16px; display: grid; gap: 8px; }
.ticks li {
  position: relative; padding-left: 26px; font-size: 14.5px; font-weight: 600; color: var(--ink);
}
.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 18px; height: 18px; border-radius: 50%; background: var(--good-bg); color: var(--good);
  display: grid; place-items: center; font-size: 11px; font-weight: 800;
}

.job-ui {
  border-radius: 18px; border: 1px solid var(--line); background: var(--tint);
  padding: 16px; min-height: 240px;
}
.call-ui { background: #12121c; border-color: #2a2a38; color: #fff; }
.call-top {
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
  font-family: var(--disp); font-size: 13px; font-weight: 700; color: #fff;
}
.call-top .live {
  font-size: 11px; background: #ef4444; color: #fff; padding: 2px 8px; border-radius: 999px;
}
.call-top em { margin-left: auto; font-style: normal; color: #fff; opacity: .9; }
.call-top button {
  background: #ef4444; color: #fff; border-radius: 8px; padding: 6px 10px;
  font-size: 12px; font-weight: 700; pointer-events: none;
}
.call-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 520px) { .call-grid { grid-template-columns: 1fr; } }
.call-coach, .call-form {
  background: #1c1c28; border: 1px solid #2f2f3e; border-radius: 14px; padding: 12px;
}
.call-coach small, .call-form label { display: block; font-size: 11px; font-weight: 700; color: #c4b0ff; margin-bottom: 4px; }
.call-coach b { display: block; font-size: 14px; color: #fff; margin-bottom: 6px; }
.call-coach p { font-size: 12.5px; color: #fff; line-height: 1.45; }
.call-form label { color: #c4b0ff; }
.call-form input {
  width: 100%; margin: 2px 0 8px; border: 0; border-radius: 8px; padding: 8px 10px;
  background: #2a2a38; color: #fff; font-weight: 600; font-size: 13px;
}
.fill { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.fill i { flex: 1; height: 7px; border-radius: 999px; background: var(--grad); display: block; }
.fill span { font-size: 11.5px; font-weight: 700; color: #fff; }

.check-ui { background: #fff; }
.check-head {
  display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px;
}
.check-head b { font-family: var(--disp); font-size: 15px; color: var(--ink); }
.check-head span { font-size: 12px; font-weight: 700; color: var(--g2); }
.check-ui ol { list-style: none; display: grid; gap: 8px; }
.check-ui li {
  padding: 10px 12px 10px 36px; border-radius: 12px; border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 650; color: var(--muted); position: relative; background: #faf9ff;
}
.check-ui li::before {
  content: ""; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 14px; height: 14px; border-radius: 50%; border: 2px solid #c4b5fd;
}
.check-ui li.done { color: var(--ink); background: var(--good-bg); border-color: #b7ebcf; }
.check-ui li.done::before { background: var(--good); border-color: var(--good); }
.check-ui li.on { color: var(--ink); border-color: rgba(124,58,237,.45); background: #f3eefe; }
.check-ui li.on::before { border-color: var(--g2); box-shadow: 0 0 0 3px rgba(124,58,237,.2); }

.money-ui { display: grid; gap: 12px; background: #fff; }
.money-card {
  border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: var(--tint);
}
.money-card small { display: block; font-size: 12px; font-weight: 700; color: var(--muted); }
.money-card b { display: block; font-family: var(--disp); font-size: 20px; color: var(--ink); margin: 4px 0; }
.money-card span { font-size: 12.5px; font-weight: 700; color: var(--muted); }
.money-card .ok { color: var(--good); background: transparent; padding: 0; }

.dash-ui { background: #fff; }
.dash-kpis {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 12px;
}
.dash-kpis div {
  background: var(--tint); border-radius: 12px; padding: 10px; border: 1px solid var(--line);
}
.dash-kpis small { display: block; font-size: 11px; font-weight: 700; color: var(--muted); }
.dash-kpis b { font-family: var(--disp); font-size: 20px; color: var(--ink); }
.dash-chart {
  display: flex; align-items: flex-end; gap: 8px; height: 100px; padding: 8px 0 12px;
}
.dash-chart i {
  flex: 1; height: var(--h); border-radius: 8px 8px 4px 4px; background: var(--grad);
  display: block; opacity: .85;
}
.dash-ui > p { font-size: 13px; font-weight: 650; color: var(--muted); }

/* Voice — full-width showpiece */
.voice-big { padding-top: 96px; padding-bottom: 96px; }
.voice-flow {
  display: grid; grid-template-columns: 1fr 150px 1fr; gap: 0; align-items: stretch;
  margin-top: 8px;
}
.vf-card {
  background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 30px 32px;
  box-shadow: 0 34px 70px -46px rgba(60, 30, 140, .4);
  display: flex; flex-direction: column; justify-content: center;
  text-align: left;
}
.vv-mic {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 800;
  color: #9f1239; background: #ffe4e6; padding: 8px 14px; border-radius: 999px;
}
.vv-mic span {
  width: 9px; height: 9px; border-radius: 50%; background: #e11d48;
  animation: blink 1.2s ease infinite;
}
@keyframes blink { 50% { opacity: .25; } }
.vv-wave { display: flex; align-items: center; gap: 3px; height: 84px; margin: 20px 0; }
.vv-wave i {
  flex: 1; min-height: 10px; border-radius: 999px; background: var(--grad);
  transform-origin: center; animation: bar 1.1s ease-in-out infinite alternate;
  animation-delay: calc(var(--i) * 40ms);
}
@keyframes bar {
  from { transform: scaleY(.35); opacity: .5; }
  to { transform: scaleY(1); opacity: 1; }
}
.vv-q {
  font-size: clamp(16px, 1.8vw, 19px); line-height: 1.6; color: var(--ink); font-weight: 550;
}
.vv-q mark {
  background: #efeafc; color: var(--ink); font-weight: 750;
  padding: 1px 5px; border-radius: 6px;
}
.vf-mid {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  text-align: center; padding: 0 10px;
}
.vf-arrow {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad); color: #fff; font-size: 26px; font-weight: 800;
  box-shadow: 0 16px 32px -16px rgba(124,58,237,.7);
}
.vf-mid b {
  font-family: var(--disp); font-size: 15px; font-weight: 800; color: var(--ink); line-height: 1.3;
}
.vf-out { border-color: rgba(124,58,237,.45); }
.vf-out-head {
  align-self: flex-start;
  font-family: var(--disp); font-size: 13.5px; font-weight: 800;
  color: #fff; background: var(--grad); padding: 8px 14px; border-radius: 999px;
  margin-bottom: 20px;
}
.vf-list { list-style: none; display: grid; gap: 12px; }
.vf-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: clamp(15px, 1.6vw, 17px); font-weight: 700; color: var(--ink);
  background: var(--good-bg); border: 1px solid #bfe9d2; border-radius: 12px;
  padding: 12px 16px;
}
.vf-list li::before {
  content: "✓"; flex: 0 0 auto;
  width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  background: var(--good); color: #fff; font-size: 13px; font-weight: 800;
}
.voice-line {
  margin-top: 28px; text-align: center;
  font-size: clamp(15px, 1.7vw, 18px); font-weight: 700; color: var(--ink);
  max-width: 62ch; margin-left: auto; margin-right: auto;
}
@media (max-width: 920px) {
  .voice-flow { grid-template-columns: 1fr; gap: 0; }
  .vf-mid { padding: 18px 0; }
  .vf-arrow { transform: rotate(90deg); }
}

/* Live */
.live-frame {
  border-radius: 20px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 30px 70px -40px rgba(20,20,50,.45); background: #fff;
}
.live-chrome {
  display: flex; align-items: center; gap: 7px; padding: 12px 14px;
  background: var(--tint); border-bottom: 1px solid var(--line);
}
.live-chrome span { width: 10px; height: 10px; border-radius: 50%; background: #f87171; }
.live-chrome span:nth-child(2) { background: #fbbf24; }
.live-chrome span:nth-child(3) { background: #34d399; }
.live-chrome em { margin-left: 8px; flex: 1; font-style: normal; font-size: 12.5px; font-weight: 700; color: var(--ink); }
.live-chrome a {
  font-size: 12.5px; font-weight: 800; color: #fff; background: var(--ink);
  padding: 6px 12px; border-radius: 999px;
}
.live-stage { height: min(68vh, 700px); background: #f4f2fb; }
.live-stage iframe { width: 100%; height: 100%; }

/* Compare — 5-year cost visual */
.cost {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 24px 26px 20px; margin-bottom: 28px;
  box-shadow: 0 28px 60px -42px rgba(20,20,50,.4);
}
.cost-top {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
  flex-wrap: wrap; margin-bottom: 20px;
}
.cost-title b { display: block; font-family: var(--disp); font-size: 20px; font-weight: 800; color: var(--ink); }
.cost-title span { font-size: 13.5px; color: var(--muted); font-weight: 600; }
.cost-slider { flex: 1; max-width: 380px; min-width: 240px; }
.cost-slider label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.cost-slider output { font-family: var(--disp); font-weight: 800; color: var(--g2); }
.cost-slider input[type="range"] {
  width: 100%; accent-color: var(--g2); cursor: pointer;
}
.cost-rows { display: grid; gap: 14px; }
.cost-row {
  display: grid; grid-template-columns: 240px 1fr 250px; gap: 16px; align-items: center;
  padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: #fbfaff;
}
.cost-name b { display: block; font-family: var(--disp); font-size: 15px; font-weight: 800; color: var(--ink); }
.cost-name span { display: block; font-size: 12.5px; color: var(--muted); font-weight: 600; line-height: 1.4; }
.cost-bar { height: 18px; border-radius: 999px; background: #eeebf7; overflow: hidden; }
.cost-bar i {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, #f43f5e, #be123c);
  transition: width .5s var(--ease);
}
.cost-bar i.us { background: var(--grad); }
.cost-total b { display: block; font-family: var(--disp); font-size: 22px; font-weight: 800; color: var(--ink); }
.cost-total span { display: block; font-size: 12px; color: var(--muted); font-weight: 600; line-height: 1.4; }
.cost-us { border-color: rgba(124,58,237,.45); background: #fff; box-shadow: 0 16px 34px -26px rgba(124,58,237,.55); }
.cost-note {
  margin-top: 16px; font-size: 14px; font-weight: 700; color: var(--ink); text-align: center;
}
@media (max-width: 860px) {
  .cost-row { grid-template-columns: 1fr; gap: 8px; }
  .cost-total b { font-size: 19px; }
}

/* Compare */
.vs-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
@media (max-width: 980px) { .vs-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .vs-grid { grid-template-columns: 1fr; } }
.vs {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px;
  display: flex; flex-direction: column; min-height: 100%;
}
.vs header {
  font-family: var(--disp); font-weight: 800; font-size: 15px; color: var(--ink);
  margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line);
}
.vs ul { list-style: none; display: grid; gap: 8px; flex: 1; }
.vs li { font-size: 13.5px; color: var(--muted); font-weight: 550; line-height: 1.45; padding-left: 14px; position: relative; }
.vs li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #c4b5fd;
}
.vs footer {
  margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line);
  font-size: 13px; font-weight: 700; color: var(--ink);
}
.vs-us {
  background: linear-gradient(180deg, #f3eefe, #fff);
  border-color: rgba(124,58,237,.35);
  box-shadow: 0 22px 44px -28px rgba(124,58,237,.45);
}
.vs-us li::before { background: var(--g2); }
.vs-us footer a { color: var(--g2); }
.fine {
  margin-top: 16px; font-size: 13px; color: var(--muted); max-width: 80ch;
}

/* Close */
.close { background: #fff; padding-bottom: 96px; }
.close-box {
  position: relative; overflow: hidden;
  max-width: 980px; margin: 0 auto;
  background: linear-gradient(140deg, #059669, #047857 60%, #065f46);
  border: none; border-radius: 28px;
  padding: clamp(40px, 6vw, 60px) clamp(28px, 5vw, 56px);
  box-shadow: 0 40px 90px -50px rgba(5, 150, 105, .75);
}
.close-box::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 340px; height: 340px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%);
  pointer-events: none;
}
.close-grid {
  position: relative;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center;
}
.close-copy { text-align: left; }
.close-box .eyebrow { color: #a7f3d0; }
.close-box .h2 { color: #fff; }
.close-box .sub { margin: 14px 0 26px; color: #fff; }
.btn-close {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #065f46;
  font-family: var(--disp); font-weight: 800; font-size: 18px;
  padding: 16px 30px; border-radius: 999px;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.5);
  animation: ctaPulse 2.4s ease-out infinite;
  transition: transform .25s var(--ease), background .25s;
}
.btn-close:hover { transform: translateY(-3px) scale(1.03); background: #ecfdf5; }
.btn-close:hover .arr { transform: translateX(4px); }
@keyframes ctaPulse {
  0% { box-shadow: 0 18px 40px -18px rgba(0,0,0,.5), 0 0 0 0 rgba(255,255,255,.55); }
  70% { box-shadow: 0 18px 40px -18px rgba(0,0,0,.5), 0 0 0 16px rgba(255,255,255,0); }
  100% { box-shadow: 0 18px 40px -18px rgba(0,0,0,.5), 0 0 0 0 rgba(255,255,255,0); }
}
.close-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.close-chips span {
  font-size: 12.5px; font-weight: 800; color: #fff;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3);
  padding: 6px 12px; border-radius: 999px;
}
.close-cal {
  display: block; background: #fff; border-radius: 20px; padding: 22px;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.45);
  transform: rotate(1.5deg);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.close-cal:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 40px 80px -34px rgba(0,0,0,.5);
}
.cal-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.cal-head b { font-family: var(--disp); font-size: 17px; font-weight: 800; color: var(--ink); }
.cal-head span { font-size: 12px; font-weight: 700; color: #065f46; }
.cal-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.cal-slots span {
  text-align: center; font-size: 13.5px; font-weight: 800; color: #065f46;
  background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 10px;
  padding: 10px 4px;
  transition: background .2s, color .2s, transform .2s;
}
.close-cal:hover .cal-slots span { background: #d1fae5; }
.cal-slots span.hot {
  background: linear-gradient(135deg, #059669, #047857); border-color: transparent; color: #fff;
  animation: slotBlink 1.8s ease infinite;
}
@keyframes slotBlink { 50% { transform: scale(1.06); } }
.cal-foot {
  margin-top: 14px; text-align: center;
  font-family: var(--disp); font-size: 13.5px; font-weight: 800; color: var(--ink);
}
@media (max-width: 860px) {
  .close-grid { grid-template-columns: 1fr; gap: 28px; }
  .close-copy { text-align: center; }
  .close-cal { transform: none; }
}

/* Never leave content invisible — only nudge when .in lands */
.reveal {
  opacity: 1; transform: none;
}
@media (prefers-reduced-motion: no-preference) {
  .reveal:not(.in) {
    opacity: 0.001; /* keeps layout/paint, avoids “blank page” bugs */
    transform: translateY(12px);
  }
  .reveal.in {
    opacity: 1; transform: none;
    transition: opacity .55s var(--ease), transform .55s var(--ease);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
