:root {
  --ink: #17252c;
  --muted: #607078;
  --paper: #f4f2ec;
  --white: #fffdf8;
  --line: #d7d9d3;
  --teal: #0b7d72;
  --teal-dark: #075a53;
  --lime: #c9ef72;
  --orange: #ff9a62;
  --blue: #7eb5ff;
  --shadow: 0 30px 70px rgba(23, 37, 44, 0.13);
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Aptos, Calibri, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

a { color: inherit; }
button, a { font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(23, 37, 44, 0.1);
  background: rgba(244, 242, 236, 0.92);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: 0.01em; }
.brand-mark, .dash-logo { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: white; background: var(--teal); font-size: 12px; letter-spacing: -0.03em; }
.topnav { display: flex; align-items: center; gap: 28px; }
.topnav a { font-size: 14px; text-decoration: none; }
.topnav a:hover { color: var(--teal); }
.topnav .nav-cta { padding: 9px 14px; border-radius: 999px; color: white; background: var(--ink); }
.topnav .nav-cta:hover { color: white; background: var(--teal); }

.slide {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 100vh;
  padding: 110px max(28px, calc((100vw - var(--max)) / 2)) 80px;
  overflow: hidden;
}
.slide + .slide { border-top: 1px solid rgba(23, 37, 44, 0.09); }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(60px, 8vw, 118px); letter-spacing: -0.075em; }
h1 span { color: var(--teal); }
h2 { max-width: 940px; margin-bottom: 22px; font-size: clamp(42px, 5.3vw, 72px); letter-spacing: -0.055em; }
h3 { margin-bottom: 10px; font-size: 22px; letter-spacing: -0.025em; }
.section-heading { max-width: 880px; margin-bottom: 64px; }
.section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 20px; }
.section-heading.compact { margin-bottom: 46px; }
.section-heading.compact h2 { font-size: clamp(38px, 4.5vw, 62px); }

.hero { grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.76fr); gap: 72px; background: var(--paper); }
.hero::before { content: ""; position: absolute; right: -9vw; top: 16vh; width: 40vw; height: 40vw; border: 1px solid rgba(11, 125, 114, 0.14); border-radius: 50%; }
.hero-copy, .hero-visual { position: relative; z-index: 1; min-width: 0; }
.hero-lead { max-width: 700px; margin-bottom: 30px; color: var(--muted); font-size: clamp(20px, 2vw, 28px); }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.tags span { padding: 7px 13px; border: 1px solid #cbd2cd; border-radius: 999px; font-size: 13px; font-weight: 650; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 22px; border-radius: 10px; font-weight: 750; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal); }
.button-primary:hover { background: var(--teal-dark); }
.text-link { font-size: 15px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--teal); }
.hero-visual { align-self: center; }
.console-window { position: relative; z-index: 2; max-width: 100%; padding: 24px; border: 1px solid rgba(23, 37, 44, 0.08); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); transform: rotate(1deg); }
.console-head, .console-score, .mini-flow li { display: flex; align-items: center; justify-content: space-between; }
.console-head { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.console-title { font-weight: 800; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; font-size: 11px; font-weight: 750; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-ok { color: #09665d; background: #def1e8; }
.status-neutral { color: #4f626b; background: #edf0ef; }
.console-score { padding: 25px 0 20px; }
.console-score small { display: block; margin-bottom: 5px; color: var(--muted); }
.console-score strong { font-size: 24px; }
.score-ring { display: grid; place-items: center; width: 54px; height: 54px; border: 7px solid var(--lime); border-right-color: #e3e5df; border-radius: 50%; color: var(--teal-dark); font-weight: 800; }
.mini-flow { margin: 0; padding: 0; list-style: none; }
.mini-flow li { gap: 12px; padding: 12px 0; border-top: 1px solid #e8e9e5; color: var(--muted); font-size: 13px; }
.mini-flow b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: #eceeea; font-size: 10px; }
.mini-flow span { flex: 1; font-weight: 700; color: var(--ink); }
.mini-flow em { font-style: normal; font-size: 11px; }
.mini-flow .done b { color: white; background: var(--teal); }
.mini-flow .active { margin: 0 -10px; padding: 12px 10px; border-radius: 10px; background: #eff8d8; }
.mini-flow .active b { background: var(--lime); }
.visual-caption { margin: 18px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.signal { position: absolute; z-index: 1; border-radius: 50%; }
.signal-a { top: -38px; right: -24px; width: 95px; height: 95px; background: var(--lime); }
.signal-b { bottom: 23px; left: -33px; width: 66px; height: 66px; background: var(--orange); }
.confidentiality-note { grid-column: 1 / -1; align-self: end; margin: 30px 0 0; color: var(--muted); font-size: 12px; }

.problem { background: var(--ink); color: var(--white); }
.problem .eyebrow { color: var(--lime); }
.problem .section-heading > p:last-child { color: #aebbc0; }
.problem-map { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.problem-map article { min-height: 260px; padding-top: 18px; border-top: 2px solid #4c5c62; }
.problem-map article:nth-child(2) { border-color: var(--blue); }
.problem-map article:nth-child(3) { border-color: var(--orange); }
.problem-map article:nth-child(4) { border-color: var(--lime); }
.problem-number { display: block; margin-bottom: 45px; color: #839399; font-size: 13px; font-weight: 800; }
.problem-map p { color: #b9c3c6; font-size: 15px; }
.takeaway { margin: 42px 0 0; padding-left: 20px; border-left: 3px solid var(--lime); color: #dce2e2; font-size: 18px; }

.audience { background: var(--white); }
.audience-lines { border-top: 1px solid var(--line); }
.audience-lines article { display: grid; grid-template-columns: 58px minmax(0, 1fr) 130px; gap: 28px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.persona-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #bfc8c3; border-radius: 50%; color: var(--teal); font-weight: 800; }
.audience-lines h3, .audience-lines p { margin-bottom: 3px; }
.audience-lines p { color: var(--muted); }
.audience-lines article > strong { color: var(--teal); font-size: 13px; letter-spacing: 0.1em; text-align: right; text-transform: uppercase; }

.process { background: #e8eee9; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(9, minmax(100px, 1fr)); gap: 0; margin-top: 30px; }
.process-track::before { content: ""; position: absolute; top: 25px; left: 4%; right: 4%; height: 2px; background: #aebbb5; }
.process-step { position: relative; z-index: 1; padding: 0 12px; text-align: center; }
.process-step b { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 18px; border: 2px solid #a7b4ae; border-radius: 50%; background: #e8eee9; font-size: 12px; }
.process-step span { display: block; min-height: 44px; font-size: 14px; font-weight: 800; line-height: 1.25; }
.process-step small { display: block; color: var(--muted); font-size: 11px; line-height: 1.35; }
.process-step.important b { border-color: var(--teal); color: white; background: var(--teal); }
.process-step.output b { border-color: var(--ink); color: white; background: var(--ink); }
.process-principle { display: flex; gap: 16px; align-items: center; max-width: 760px; margin: 70px auto 0; padding-top: 24px; border-top: 1px solid #bdc7c1; }
.process-principle span { color: var(--teal); }
.process-principle p { margin: 0; }

.modules { background: var(--paper); }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cfd4cf; border: 1px solid #cfd4cf; }
.module-grid article { min-height: 240px; padding: 30px; background: var(--paper); }
.module-grid .module-primary { color: white; background: var(--teal); }
.module-grid article > span { display: block; margin-bottom: 42px; color: var(--muted); font-size: 12px; font-weight: 800; }
.module-grid .module-primary > span, .module-grid .module-primary p { color: #d1ebe5; }
.module-grid p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.module-grid ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.module-grid li { padding: 5px 9px; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; font-size: 11px; }

.before-after { background: var(--white); }
.comparison { border-top: 1px solid var(--ink); }
.comparison > div { display: grid; grid-template-columns: 0.65fr 1fr 1fr; gap: 32px; align-items: center; min-height: 74px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.comparison-head { min-height: 54px !important; color: var(--muted); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.comparison div:not(.comparison-head) > span { font-weight: 800; }
.comparison p { margin: 0; color: var(--muted); }
.comparison div:not(.comparison-head) p:last-child { position: relative; color: var(--ink); font-weight: 650; }
.comparison div:not(.comparison-head) p:last-child::before { content: "✓"; position: absolute; left: -26px; color: var(--teal); }

.user-view { background: #dfe7e3; }
.dashboard-shell { display: grid; grid-template-columns: 70px 1fr; min-height: 500px; overflow: hidden; border: 1px solid rgba(23,37,44,0.14); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.dashboard-shell aside { display: flex; flex-direction: column; align-items: center; gap: 27px; padding: 22px 10px; color: #7c8a8f; background: var(--ink); }
.dashboard-shell aside span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; }
.dashboard-shell aside .active { color: var(--ink); background: var(--lime); }
.dashboard-main { padding: 26px 30px 30px; }
.dashboard-top, .panel-title, .queue-row { display: flex; align-items: center; justify-content: space-between; }
.dashboard-top small { color: var(--muted); }
.dashboard-top h3 { margin: 2px 0 0; font-size: 26px; }
.dashboard-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 25px 0 18px; }
.dashboard-kpis > div { padding: 18px; border: 1px solid #e0e3df; border-radius: 12px; }
.dashboard-kpis small, .dashboard-kpis em { display: block; color: var(--muted); font-size: 11px; font-style: normal; }
.dashboard-kpis strong { display: block; margin: 5px 0; font-size: 30px; }
.dashboard-content { display: grid; grid-template-columns: 1.65fr 0.75fr; gap: 16px; }
.queue, .decision-panel { padding: 18px; border: 1px solid #e0e3df; border-radius: 12px; }
.panel-title { padding-bottom: 14px; }
.panel-title span { color: var(--muted); font-size: 11px; }
.queue-row { display: grid; grid-template-columns: 12px 1fr 110px 25px; gap: 9px; padding: 13px 0; border-top: 1px solid #e8eae7; font-size: 12px; }
.queue-row em { color: var(--muted); font-style: normal; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot.warning { background: var(--orange); }.dot.success { background: var(--teal); }.dot.muted { background: #aab3af; }
.decision-panel { color: white; background: var(--teal); }
.decision-panel small { color: #cce6df; }
.decision-panel strong { display: block; margin: 35px 0 10px; font-size: 22px; }
.decision-panel p { color: #d5ebe5; font-size: 13px; }
.decision-panel button { width: 100%; margin-top: 33px; padding: 10px; border: 0; border-radius: 8px; color: var(--teal-dark); background: var(--lime); font-size: 12px; font-weight: 800; opacity: 1; }
.demo-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: right; }

.metrics { background: var(--ink); color: white; }
.metrics .eyebrow { color: var(--lime); }
.metrics .section-heading p:last-child { color: #aebbc0; }
.metric-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.metric-line article { padding-top: 20px; border-top: 2px solid var(--lime); }
.metric-line strong { display: block; font-size: 76px; letter-spacing: -0.06em; }
.metric-line span { color: #b9c3c6; }

.pilot { grid-template-columns: 0.8fr 1.2fr; gap: 85px; background: var(--paper); }
.pilot-intro h2 { font-size: clamp(48px, 5.5vw, 78px); }
.pilot-intro > p:not(.eyebrow) { color: var(--muted); font-size: 20px; }
.pilot-question { margin-top: 55px; padding-top: 20px; border-top: 2px solid var(--teal); }
.pilot-question small { display: block; margin-bottom: 8px; color: var(--muted); }
.pilot-question strong { font-size: 25px; }
.pilot-scope ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pilot-scope li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.pilot-scope li > b { color: var(--teal); font-size: 12px; }
.pilot-scope strong, .pilot-scope small { display: block; }
.pilot-scope small { margin-top: 3px; color: var(--muted); }

.extensions { background: var(--white); }
.extension-radar { position: relative; min-height: 430px; margin-top: 12px; border: 1px solid #d5dbd7; border-radius: 50%; }
.extension-radar::before, .extension-radar::after { content: ""; position: absolute; inset: 19%; border: 1px solid #d5dbd7; border-radius: 50%; }
.extension-radar::after { inset: 38%; }
.radar-core { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 135px; height: 135px; border-radius: 50%; color: white; background: var(--teal); transform: translate(-50%, -50%); text-align: center; font-weight: 800; line-height: 1.2; }
.radar-item { position: absolute; z-index: 3; padding: 8px 12px; border: 1px solid #bbc5c0; border-radius: 999px; background: var(--white); font-size: 13px; font-weight: 700; white-space: nowrap; }
.r1 { left: 11%; top: 17%; }.r2 { left: 39%; top: 5%; }.r3 { right: 12%; top: 18%; }.r4 { right: 4%; top: 49%; }
.r5 { right: 15%; bottom: 13%; }.r6 { left: 41%; bottom: 4%; }.r7 { left: 10%; bottom: 15%; }.r8 { left: 2%; top: 48%; }

.final-cta { place-items: center; min-height: 92vh; color: white; background: var(--teal); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; }
.final-cta::before { left: -230px; top: -160px; }.final-cta::after { right: -230px; bottom: -190px; }
.cta-mark { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,0.45); border-radius: 20px; font-weight: 800; }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { max-width: 1000px; margin-left: auto; margin-right: auto; }
.final-cta > p:not(.eyebrow):not(.confidentiality-note) { max-width: 690px; color: #d5ebe5; font-size: 20px; }
.button-light { margin-top: 20px; color: var(--ink); background: var(--lime); }
.button-light:hover { background: white; }
.cta-details { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 36px; margin-top: 45px; color: #d5ebe5; font-size: 13px; }
.confidentiality-note.light { color: #b9ddd5; }
.page-footer { display: flex; justify-content: space-between; padding: 24px max(28px, calc((100vw - var(--max)) / 2)); color: var(--muted); background: var(--paper); font-size: 12px; }
.page-footer a { text-decoration: none; }

[hidden] { display: none !important; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { max-width: 620px; }
  .problem-map { grid-template-columns: repeat(2, 1fr); }
  .process-track { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
  .process-track::before { display: none; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .pilot { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .topbar { min-height: 58px; }
  .topnav { display: none; }
  .slide { min-height: auto; padding-top: 92px; padding-bottom: 64px; }
  h1 { font-size: clamp(43px, 13vw, 64px); overflow-wrap: anywhere; }
  h2, .section-heading.compact h2 { font-size: 38px; }
  .hero { display: block; }
  .hero-copy, .hero-visual { width: calc(100vw - 56px); max-width: calc(100vw - 56px); }
  .hero-visual { margin-top: 48px; }
  .hero-lead { width: 100%; max-width: 310px; }
  .console-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .problem-map, .module-grid, .dashboard-kpis, .metric-line { grid-template-columns: 1fr; }
  .problem-map article { min-height: auto; }
  .problem-number, .module-grid article > span { margin-bottom: 22px; }
  .audience-lines article { grid-template-columns: 48px 1fr; gap: 16px; }
  .audience-lines article > strong { grid-column: 2; text-align: left; }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .comparison > div { grid-template-columns: 0.6fr 1fr 1fr; gap: 14px; padding-left: 0; padding-right: 0; font-size: 13px; }
  .dashboard-shell { grid-template-columns: 1fr; }
  .dashboard-shell aside { flex-direction: row; }
  .dashboard-main { padding: 18px; }
  .dashboard-content { grid-template-columns: 1fr; }
  .queue-row { grid-template-columns: 10px 1fr; }
  .queue-row em, .queue-row b { display: none; }
  .extension-radar { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-height: auto; border: 0; border-radius: 0; }
  .extension-radar::before, .extension-radar::after { display: none; }
  .radar-core { position: static; grid-column: 1 / -1; width: 120px; height: 120px; margin: 0 auto 16px; transform: none; }
  .radar-item { position: static; white-space: normal; text-align: center; }
  .cta-details { flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
  .topbar { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

@media print {
  .topbar, .page-footer { display: none; }
  .slide { min-height: 100vh; break-after: page; padding: 55px; }
  .hero { grid-template-columns: 1.04fr 0.76fr; }
}
