:root {
  --ink: #0e1722;
  --ink-soft: #445162;
  --navy: #0b1726;
  --navy-2: #112337;
  --blue: #4da7ff;
  --cyan: #55d7e7;
  --teal: #1fc0a3;
  --amber: #ffbe64;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --line: #dce4ec;
  --shadow: 0 24px 80px rgba(5, 19, 35, .14);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-dark { color: #fff; background: var(--navy); }
.section-soft { background: var(--soft); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: #fff; color: #000; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: rgba(11, 23, 38, .88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--navy); background: linear-gradient(135deg, var(--cyan), var(--teal)); box-shadow: 0 8px 25px rgba(85,215,231,.28); }
.brand-mark svg { width: 24px; fill: currentColor; }
.brand-mark svg path:last-child { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #c8d3df; font-size: 14px; font-weight: 600; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: #fff; }
.header-inner > .button { justify-self: end; }
.mobile-menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.mobile-menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; }
.mobile-nav { border-top: 1px solid rgba(255,255,255,.08); padding: 12px 20px 20px; background: var(--navy); }
.mobile-nav a { display: block; padding: 11px 0; color: #d5dee8; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071522; background: linear-gradient(135deg, var(--cyan), var(--teal)); box-shadow: 0 14px 40px rgba(31,192,163,.24); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(31,192,163,.34); }
.button-secondary { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.button-small { min-height: 42px; padding: 0 16px; font-size: 14px; }

.hero { position: relative; overflow: hidden; padding: 100px 0 114px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; right: -180px; top: -240px; background: radial-gradient(circle, rgba(77,167,255,.25), transparent 65%); }
.hero-glow-two { width: 480px; height: 480px; left: 20%; bottom: -350px; background: radial-gradient(circle, rgba(31,192,163,.2), transparent 65%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #a9edee; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #287d86; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(31,192,163,.14); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 720px; font-size: clamp(46px, 5.5vw, 74px); }
h2 { font-size: clamp(36px, 4vw, 54px); }
h3 { font-size: 22px; }
.hero-lead { max-width: 650px; margin: 28px 0 32px; color: #c4d0dc; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #9fb0c0; font-size: 13px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 16px; fill: none; stroke: var(--teal); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.product-stage { position: relative; }
.app-window { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #f8fafc; box-shadow: 0 35px 100px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.025); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.app-topbar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; color: #455363; background: #edf2f6; border-bottom: 1px solid #dce4ea; font-size: 11px; }
.window-controls { display: flex; gap: 6px; }
.window-controls i { width: 8px; height: 8px; border-radius: 50%; background: #b9c3cc; }
.window-controls i:first-child { background: #f18b83; }
.window-controls i:nth-child(2) { background: #f5c462; }
.window-controls i:nth-child(3) { background: #72c68b; }
.app-title { font-weight: 700; }
.app-status { justify-self: end; display: flex; align-items: center; gap: 6px; color: #597465; }
.app-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.app-body { min-height: 430px; display: grid; grid-template-columns: 112px 1fr; color: var(--ink); }
.app-sidebar { padding: 18px 12px; background: #102238; color: #a9b8c7; }
.side-logo { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 8px; color: #09212a; background: var(--cyan); font-weight: 800; font-size: 10px; }
.side-item { display: flex; align-items: center; gap: 8px; padding: 10px 7px; margin: 3px 0; border-radius: 7px; font-size: 8px; }
.side-item b { width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 3px; }
.side-item.active { color: #fff; background: rgba(255,255,255,.08); }
.app-content { padding: 22px; background: #f8fafc; }
.app-content-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.app-content-head small { color: #6d7b89; font-size: 8px; }
.app-content-head h3 { margin-top: 4px; font-size: 15px; letter-spacing: -.02em; }
.app-content-head button { border: 0; border-radius: 7px; padding: 8px 10px; color: #072126; background: #86e4dc; font-weight: 700; font-size: 8px; }
.progress-row { position: relative; display: flex; align-items: center; gap: 4px; margin: 19px 0 16px; }
.progress-row span { height: 3px; flex: 1; border-radius: 3px; background: #d8e0e8; }
.progress-row span.active { background: var(--teal); }
.progress-row small { position: absolute; right: 0; top: 8px; color: #71808f; font-size: 7px; }
.quote-table { margin-top: 24px; overflow: hidden; border: 1px solid #e0e6ec; border-radius: 10px; background: #fff; }
.table-row { display: grid; grid-template-columns: minmax(0, 2.4fr) .45fr 1fr .7fr; align-items: center; min-height: 58px; padding: 8px 12px; border-top: 1px solid #edf0f3; font-size: 8px; }
.table-row:first-child { border-top: 0; }
.table-head { min-height: 30px; color: #71808e; background: #f4f7f9; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.table-row b, .table-row em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.table-row b { font-size: 9px; }
.table-row em { margin-top: 3px; color: #7a8794; font-style: normal; font-size: 7px; }
.match-dot, .attention-dot { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--teal); }
.attention-dot { background: var(--amber); }
.attention-row { background: #fffdf7; }
.app-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.app-summary div { padding: 10px; border: 1px solid #e1e7ed; border-radius: 9px; background: #fff; }
.app-summary small, .app-summary strong { display: block; }
.app-summary small { color: #788692; font-size: 7px; }
.app-summary strong { margin-top: 3px; font-size: 11px; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d7e2ec; background: rgba(15, 35, 53, .88); backdrop-filter: blur(10px); box-shadow: 0 15px 40px rgba(0,0,0,.2); font-size: 11px; font-weight: 600; }
.floating-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.chip-one { left: -45px; top: 65px; }
.chip-two { right: -38px; bottom: 54px; }
.chip-two span { background: var(--cyan); }

.pain-strip { border-bottom: 1px solid var(--line); background: #fff; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pain-grid div { min-height: 136px; display: flex; gap: 16px; align-items: center; padding: 24px 28px; border-left: 1px solid var(--line); }
.pain-grid div:last-child { border-right: 1px solid var(--line); }
.pain-grid span { color: #87a1b9; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.pain-grid p { margin: 0; color: #4d5b6a; font-size: 14px; }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading p { max-width: 650px; margin: 20px 0 0; color: var(--ink-soft); font-size: 18px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.split-heading p { margin: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 320px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-number { position: absolute; right: 24px; top: 24px; color: #9eabb8; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 12px; }
.step-icon, .capability-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 14px; color: #147c77; background: #e7faf6; }
.step-icon svg, .capability-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step-card p, .capability-card p { margin: 16px 0 0; color: var(--ink-soft); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-card { min-height: 260px; padding: 30px; border: 1px solid #e0e7ed; border-radius: var(--radius); background: #fff; }
.capability-icon { margin-bottom: 28px; color: #205f94; background: #eaf4ff; }

.control-section { padding: 108px 0; overflow: hidden; }
.control-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.control-copy p { max-width: 570px; margin: 24px 0; color: #bdcad6; font-size: 18px; }
.control-list { margin: 32px 0 0; padding: 0; list-style: none; }
.control-list li { display: flex; gap: 12px; margin: 13px 0; color: #d8e0e8; }
.control-list span { color: var(--teal); font-weight: 800; }
.evidence-card { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(150deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.evidence-card-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.evidence-card-head span { font-family: "Manrope", sans-serif; font-weight: 700; }
.evidence-card-head small { color: #a9b7c5; }
.evidence-source { display: flex; gap: 12px; align-items: center; margin: 24px 0; }
.file-icon { width: 42px; height: 46px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #d95f5f; font-size: 10px; font-weight: 800; }
.evidence-source b, .evidence-source small { display: block; }
.evidence-source small { margin-top: 3px; color: #9eafbe; }
.evidence-card blockquote { margin: 0; padding: 18px; border-left: 3px solid var(--cyan); border-radius: 0 12px 12px 0; color: #e2e8ee; background: rgba(0,0,0,.16); font-size: 15px; }
.evidence-match { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin: 22px 0; padding: 16px; border-radius: 13px; background: rgba(31,192,163,.1); }
.evidence-match small, .evidence-match b { display: block; }
.evidence-match small { color: #9fc5bd; }
.evidence-match strong { color: #78e4ce; }
.evidence-action { display: flex; justify-content: flex-end; gap: 10px; }
.evidence-action button { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: #d9e3eb; background: rgba(255,255,255,.05); font-size: 12px; }
.evidence-action button:last-child { color: #09221e; background: var(--teal); border-color: var(--teal); font-weight: 700; }

.pilot-section { padding: 110px 0; background: linear-gradient(180deg, #fff 0%, #eef6f7 100%); }
.pilot-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: start; }
.pilot-copy { padding-top: 30px; }
.pilot-copy > p { margin: 24px 0 34px; color: var(--ink-soft); font-size: 18px; }
.pilot-points { border-top: 1px solid var(--line); }
.pilot-points div { display: grid; grid-template-columns: 40px 1fr; gap: 8px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.pilot-points span { color: #257b81; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 12px; }
.pilot-points p { margin: 0; }
.pilot-note { margin-top: 30px; padding: 18px 20px; border-radius: 12px; color: #4f5d68; background: rgba(255,255,255,.72); border: 1px solid #d8e5e5; font-size: 14px; }
.form-card { overflow: hidden; border: 1px solid #dbe4e9; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.form-card-head { padding: 30px 34px 24px; color: #fff; background: var(--navy-2); }
.form-card-head > span { color: #8ee6dd; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-card-head h3 { margin-top: 10px; font-size: 28px; }
.form-card-head p { margin: 8px 0 0; color: #b9c7d3; }
form { padding: 30px 34px 34px; }
.form-grid { display: grid; gap: 14px; }
.two-col { grid-template-columns: repeat(2, 1fr); }
form label { display: block; margin-bottom: 16px; color: #394654; font-size: 13px; font-weight: 700; }
form label > span, .checkbox-label b { color: #bd504b; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cfdae3; border-radius: 10px; color: var(--ink); background: #fbfcfd; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #4baeb2; box-shadow: 0 0 0 4px rgba(75,174,178,.12); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: #c55450; }
.checkbox-label { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-weight: 500; }
.checkbox-label input { width: 18px; height: 18px; margin: 2px 0 0; }
.form-submit { width: 100%; border: 0; }
.form-submit svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-submit[disabled] { opacity: .7; cursor: wait; transform: none; }
.form-privacy { margin: 12px 0 0; color: #7d8995; text-align: center; font-size: 11px; }
.form-message { min-height: 0; margin-top: 12px; padding: 0; border-radius: 10px; font-size: 13px; }
.form-message.success, .form-message.error { padding: 12px 14px; }
.form-message.success { color: #176553; background: #e5f8f2; }
.form-message.error { color: #8a3532; background: #fbeceb; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; margin-bottom: 0; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 18px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #56828a; font-size: 22px; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 0 24px; color: var(--ink-soft); }

.final-cta { padding: 72px 0; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta-inner span { display: block; margin-bottom: 8px; color: #8fe7de; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.final-cta-inner h2 { font-size: clamp(32px, 4vw, 48px); }
.site-footer { padding: 36px 0; color: #8b98a6; background: #07111c; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto auto; gap: 28px; align-items: center; }
.footer-brand { color: #fff; }
.footer-inner p, .footer-inner small { margin: 0; font-size: 12px; }
.footer-links { display: flex; gap: 18px; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .header-inner > .button { display: none; }
  .mobile-menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .product-stage { max-width: 760px; margin: 0 auto; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-grid div:nth-child(2) { border-right: 1px solid var(--line); }
  .control-grid, .pilot-grid { gap: 54px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: auto 1fr auto; }
  .footer-inner small { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section, .pilot-section, .control-section { padding: 76px 0; }
  .hero { padding: 72px 0 80px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  h2 { font-size: clamp(32px, 9vw, 44px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .app-window { transform: none; }
  .floating-chip { display: none; }
  .app-body { grid-template-columns: 70px 1fr; min-height: 360px; }
  .app-sidebar { padding: 14px 8px; }
  .side-item span { display: none; }
  .side-item { justify-content: center; }
  .app-content { padding: 14px; }
  .table-row { grid-template-columns: 2fr .4fr .8fr; }
  .table-row span:last-child { display: none; }
  .app-summary { grid-template-columns: 1fr; }
  .app-summary div { display: flex; justify-content: space-between; }
  .pain-grid, .steps-grid, .capability-grid, .split-heading, .control-grid, .pilot-grid, .faq-grid { grid-template-columns: 1fr; }
  .pain-grid div { border-right: 1px solid var(--line); }
  .split-heading, .control-grid, .pilot-grid, .faq-grid { gap: 40px; }
  .step-card { min-height: auto; }
  .step-icon { margin-bottom: 34px; }
  .sticky-heading { position: static; }
  .two-col { grid-template-columns: 1fr; gap: 0; }
  .form-card-head, form { padding-left: 22px; padding-right: 22px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; }
  .footer-links { flex-wrap: wrap; }
}

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