:root {
  --navy: #0b1f35;
  --navy-soft: #17314d;
  --blue: #1e73be;
  --cyan: #43bfd0;
  --gold: #f2a51a;
  --ink: #10243a;
  --muted: #5b6f82;
  --line: #d8e1e8;
  --pale: #f2f6f8;
  --white: #ffffff;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-display: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 17px/1.65 var(--font-body); }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.035em; }
h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.04; color: var(--white); }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.45rem); line-height: 1.12; }
h3 { margin-bottom: 10px; font-size: 1.2rem; line-height: 1.3; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: absolute; z-index: 5; top: 0; left: 50%; display: flex; width: min(1180px, calc(100% - 48px)); min-height: 96px; align-items: center; justify-content: space-between; transform: translateX(-50%); color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 600; text-decoration: none; }
.brand strong { color: var(--cyan); }
.brand-logo { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 11px; }
nav { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 600; }
nav a { text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta { padding: 9px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; }

.hero { position: relative; display: grid; min-height: 820px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 68px; padding-top: 135px; padding-bottom: 105px; color: #d9e6ef; }
.hero::before { position: absolute; z-index: -1; top: 0; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%); background: radial-gradient(circle at 78% 34%, #17496a 0, transparent 32%), linear-gradient(120deg, #081a2d, var(--navy-soft)); content: ""; }
.eyebrow { margin-bottom: 17px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
.hero-intro { max-width: 650px; margin-bottom: 32px; font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-bottom: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.button-primary:hover { background: #2786d5; }
.text-link { color: var(--white); font-weight: 600; text-decoration: none; }
.text-link span { color: var(--cyan); }
.hero-note { max-width: 570px; padding-left: 15px; border-left: 2px solid var(--gold); color: #9fb3c5; font-size: .9rem; }

.product-frame { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: var(--white); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.window-bar { display: flex; height: 31px; align-items: center; gap: 6px; padding: 0 12px; background: #e8edf1; }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #9aabb9; }
.hero-frame { transform: none; }
.hero-frame img { width: 100%; height: 500px; object-fit: cover; object-position: 52% top; }

.problem-section { padding: 115px 0 90px; }
.split-copy, .founder-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.body-copy { color: var(--muted); font-size: 1.09rem; }
.body-copy p { margin-bottom: 18px; }
.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcomes article { min-height: 245px; padding: 42px 42px 35px 0; }
.outcomes article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.number { display: block; margin-bottom: 28px; color: var(--blue); font-family: var(--font-display); font-size: .8rem; font-weight: 800; }
.outcomes p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }

.process-section { margin-top: 110px; padding: 110px 0; color: var(--white); background: var(--navy); }
.process-section .eyebrow { color: var(--gold); }
.process-section h2 { max-width: 680px; }
.process-list { display: grid; margin: 55px 0 0; padding: 0; grid-template-columns: repeat(2, 1fr); gap: 0 65px; list-style: none; }
.process-list li { display: grid; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: 46px 1fr; gap: 18px; }
.process-list li > span { color: var(--cyan); font-family: var(--font-display); font-weight: 800; }
.process-list h3 { margin-bottom: 7px; }
.process-list p { margin: 0; color: #afc1d0; font-size: .95rem; }

.demo-section { display: grid; align-items: center; grid-template-columns: .8fr 1.2fr; gap: 75px; padding-top: 120px; padding-bottom: 125px; }
.demo-copy > p:not(.eyebrow):not(.disclosure) { color: var(--muted); }
.check-list { margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 27px; }
.check-list li::before { position: absolute; left: 0; color: var(--blue); font-weight: 800; content: "✓"; }
.disclosure { padding: 16px 18px; border-left: 3px solid var(--gold); color: #5d5038; background: #fff8e8; font-size: .86rem; }
.dashboard-frame { border-color: var(--line); box-shadow: 0 26px 60px rgba(11,31,53,.16); }
.dashboard-frame img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; object-position: top; }

.founder-section { padding: 105px 0; background: var(--pale); }
.cta-section { display: flex; min-height: 380px; align-items: center; justify-content: space-between; gap: 60px; margin-top: 90px; margin-bottom: 90px; padding: 70px; border-radius: 18px; color: var(--white); background: linear-gradient(120deg, #102e4b, #0b1f35); }
.cta-section h2 { max-width: 680px; }
.cta-section p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #b7c9d7; }
.cta-section .eyebrow { color: var(--gold); }
.button-light { flex: 0 0 auto; color: var(--navy); background: var(--white); }
.button-light:hover { background: #dff7f9; }
.contact-actions { display: flex; min-width: 295px; align-items: center; flex-direction: column; gap: 9px; }
.visible-email { color: var(--white); font-size: .94rem; font-weight: 600; }
.copy-button { padding: 4px 8px; border: 0; color: var(--cyan); background: transparent; font: 600 .84rem var(--font-body); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.copy-status { min-height: 1.2em; color: #b7c9d7; font-size: .78rem; }

.site-footer { display: grid; align-items: center; padding: 38px 0 45px; border-top: 1px solid var(--line); grid-template-columns: 1fr auto; gap: 20px; color: var(--muted); font-size: .88rem; }
.footer-brand { color: var(--ink); }
.footer-brand .brand-logo { box-shadow: 0 0 0 1px var(--line); }
.footer-contact { display: flex; gap: 25px; }
.footer-contact a { color: var(--blue); }
.site-footer > p { margin: 0; grid-column: 1 / -1; }

a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }

@media (max-width: 920px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-frame { max-width: 690px; transform: none; }
  .split-copy, .founder-inner, .demo-section { grid-template-columns: 1fr; gap: 35px; }
  .demo-section { gap: 60px; }
  .cta-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .section-shell, .site-header { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 78px; }
  .brand { font-size: .92rem; line-height: 1.2; }
  .brand-logo { width: 40px; height: 40px; }
  .nav-cta { padding: 7px 11px; font-size: .82rem; }
  .hero { gap: 48px; padding-top: 125px; padding-bottom: 75px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-frame img { height: 330px; }
  .problem-section { padding: 80px 0 60px; }
  .outcomes, .process-list { grid-template-columns: 1fr; }
  .outcomes article, .outcomes article + article { min-height: auto; padding: 32px 0; border-left: 0; }
  .outcomes article + article { border-top: 1px solid var(--line); }
  .process-section { margin-top: 70px; padding: 80px 0; }
  .demo-section { padding-top: 80px; padding-bottom: 85px; }
  .founder-section { padding: 80px 0; }
  .cta-section { width: 100%; margin: 0; padding: 70px 24px; border-radius: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; flex-direction: column; gap: 5px; }
}
