:root {
  --ink: #10231d;
  --muted: #62736d;
  --forest: #0b211b;
  --green: #116b58;
  --mint: #90e2ca;
  --paper: #f6f8f4;
  --card: #ffffff;
  --line: #d9e2dc;
  --amber: #b66b18;
  --shadow: 0 28px 80px rgba(9, 36, 29, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 20; padding: 10px 14px; background: white; }
.skip-link:focus { left: 10px; }
.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.08rem; font-weight: 800; text-decoration: none; }
.brand img { border-radius: 11px; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, footer nav a { color: var(--muted); font-size: .93rem; font-weight: 650; text-decoration: none; }
.site-header nav a:hover, footer nav a:hover { color: var(--green); }
.site-header .nav-cta { color: white; background: var(--forest); border-radius: 999px; padding: 11px 18px; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(42px, 7vw, 96px); padding-block: 66px 92px; }
.eyebrow { margin: 0 0 15px; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #2ccf93; box-shadow: 0 0 0 5px rgba(44, 207, 147, .13); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 780px; font-size: clamp(3.1rem, 6.4vw, 6.1rem); line-height: .96; letter-spacing: -.062em; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.03; letter-spacing: -.045em; }
h3 { margin: 0 0 8px; font-size: 1.1rem; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-secondary { border-color: #9aaba4; background: transparent; }
.button-light { background: white; color: var(--forest); }
.microcopy { color: var(--muted); margin: 16px 0 0; font-size: .84rem; }
.product-stage { position: relative; width: min(440px, 100%); justify-self: end; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; overflow: hidden; background: #edf2ed; box-shadow: var(--shadow); transform: rotate(1deg); }
.product-stage::before { content: ""; position: absolute; inset: -20% -25% auto; height: 42%; background: radial-gradient(circle, rgba(144,226,202,.65), transparent 68%); pointer-events: none; }
.browser-bar { position: relative; height: 40px; padding: 0 14px; display: flex; align-items: center; gap: 6px; background: var(--forest); color: #b7c8c0; font-size: .72rem; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #577168; }
.browser-bar span { margin-left: 8px; }
.ui-preview { color: #193029; background: #f4f7f4; }
.dashboard-preview { min-height: 610px; padding: 24px; }
.ui-topline { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid #dce5df; }
.ui-topline > div { display: grid; gap: 4px; }
.ui-topline strong { font-size: .95rem; }
.ui-kicker { color: #70827b; font-size: .59rem; font-weight: 850; letter-spacing: .13em; }
.ui-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #143b31; color: white; font-size: .69rem; font-weight: 800; }
.ui-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin: 29px 0 18px; }
.ui-heading-row h3 { margin: 3px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }
.ui-action { display: inline-flex; justify-content: center; border: 0; border-radius: 9px; padding: 10px 13px; background: #116b58; color: white; font-size: .7rem; font-weight: 760; }
.ui-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ui-metrics > div { display: grid; min-width: 0; padding: 14px 12px; border: 1px solid #dce5df; border-radius: 12px; background: white; }
.ui-metrics span, .ui-metrics small { overflow: hidden; color: #71827c; font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.ui-metrics strong { margin: 4px 0 2px; font-size: 1.2rem; letter-spacing: -.03em; }
.ui-panel { margin-top: 12px; border: 1px solid #dce5df; border-radius: 14px; overflow: hidden; background: white; }
.ui-panel-title { display: flex; justify-content: space-between; align-items: center; padding: 15px; }
.ui-panel-title > div { display: grid; gap: 3px; }
.ui-panel-title > span { color: #116b58; font-size: .62rem; font-weight: 750; }
.ui-row { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 14px 15px; border-top: 1px solid #edf1ee; }
.ui-row > div { display: grid; min-width: 0; }
.ui-row strong, .ui-row small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ui-row strong { font-size: .68rem; }
.ui-row small { color: #75867f; font-size: .58rem; }
.file-icon { display: grid; place-items: center; width: 30px; height: 34px; border-radius: 6px; background: #e5f2ed; color: #116b58; font-size: .52rem; font-weight: 900; }
.status { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 8px; font-size: .55rem; font-weight: 800; }
.status-review { background: #fff0dc; color: #9b570d; }
.status-ready { background: #e5f0ff; color: #2e5d9b; }
.status-confirmed { background: #ddf5e9; color: #14714f; }
.ui-note { margin: 14px 0 0; color: #82918b; font-size: .55rem; text-align: right; }
.trust-strip { background: var(--forest); color: #dfeae5; min-height: 76px; padding: 22px max(20px, calc((100vw - 1180px)/2)); display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; font-size: .84rem; font-weight: 720; letter-spacing: .02em; }
.trust-strip span::before { content: "✓"; margin-right: 8px; color: var(--mint); }
.section-block { padding-block: 128px; }
.section-heading { max-width: 850px; }
.section-heading > p:last-child, .proof-copy > p { max-width: 680px; color: var(--muted); font-size: 1.06rem; }
.section-heading.narrow { max-width: 760px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.steps article, .security-grid article { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.7); padding: 28px; }
.steps article > span { display: block; margin-bottom: 46px; color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.steps p, .security-grid p { margin: 0; color: var(--muted); }
.proof-grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: clamp(46px, 8vw, 108px); padding-block: 80px 140px; }
.proof-grid-reverse { grid-template-columns: 1fr .92fr; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; }
.check-list li { padding-left: 28px; position: relative; font-weight: 680; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.screen-card { margin: 0; border-radius: 24px; overflow: hidden; background: #e9efe9; box-shadow: var(--shadow); }
.screen-card figcaption { padding: 16px 20px; color: var(--muted); background: white; font-size: .82rem; }
.owner-section { background: #dfece6; }
.finding-preview, .owner-preview { min-height: 570px; padding: 25px; }
.finding-banner { display: flex; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 20px; border-radius: 14px; background: #fff6e9; }
.finding-banner h3 { margin: 6px 0 4px; font-size: 1rem; }
.finding-banner p { margin: 0; max-width: 330px; color: #6b776f; font-size: .7rem; }
.severity { color: #9b570d; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.impact { align-self: center; color: #9b570d; font-size: 1.35rem; white-space: nowrap; }
.finding-columns { display: grid; grid-template-columns: 1.1fr .9fr; gap: 15px; margin-top: 15px; }
.evidence-page, .calculation { min-width: 0; border: 1px solid #dce5df; border-radius: 13px; background: white; padding: 15px; }
.page-label { display: block; margin-bottom: 11px; color: #116b58; font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.paper-sheet { padding: 20px 16px; border: 1px solid #e4e9e6; box-shadow: 0 7px 20px rgba(20,48,39,.08); }
.paper-sheet > strong { display: block; font-size: .72rem; }
.paper-sheet > small { color: #77877f; font-size: .58rem; }
.paper-sheet hr { margin: 15px 0; border: 0; border-top: 1px solid #dfe5e1; }
.paper-sheet p { display: flex; justify-content: space-between; gap: 8px; margin: 8px 0; color: #596963; font-size: .58rem; }
.paper-sheet b { color: #193029; }
.calculation dl { margin: 12px 0 17px; }
.calculation dl > div { display: flex; justify-content: space-between; gap: 9px; padding: 10px 0; border-bottom: 1px solid #edf1ee; font-size: .65rem; }
.calculation dt { color: #6a7a73; }
.calculation dd { margin: 0; font-weight: 800; }
.calculation .difference { color: #9b570d; }
.calculation .ui-action { width: 100%; margin-top: 7px; }
.calculation .button-muted { border: 1px solid #b9c8c1; background: white; color: #355047; }
.owner-lock { border: 1px solid #bdcbc5; border-radius: 999px; padding: 5px 9px; color: #62736d; font-size: .57rem; font-weight: 750; }
.month-control { display: flex; justify-content: space-between; align-items: center; margin: 22px 0 14px; color: #60726a; font-size: .7rem; }
.month-control strong { color: #193029; font-size: .8rem; }
.spend-total { display: grid; padding: 22px; border-radius: 15px; background: #10382e; color: white; }
.spend-total span { color: #9ddbc8; font-size: .55rem; font-weight: 850; letter-spacing: .13em; }
.spend-total strong { margin: 5px 0; font-size: 2rem; letter-spacing: -.045em; }
.spend-total small { color: #bad1c9; font-size: .62rem; }
.category-bars { display: grid; gap: 11px; padding: 20px 3px 18px; }
.category-bars > div { display: grid; grid-template-columns: 1fr auto; gap: 6px; color: #566961; font-size: .63rem; }
.category-bars b { color: #193029; }
.category-bars i { grid-column: 1 / -1; width: 100%; height: 6px; border-radius: 99px; background: linear-gradient(90deg, #35b78d var(--bar), #dfe8e3 var(--bar)); }
.owner-attention { padding: 16px; border: 1px solid #d7e1db; border-radius: 13px; background: white; }
.owner-attention > div { display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; margin-top: 9px; }
.owner-attention strong { font-size: .68rem; }
.owner-attention small { color: #71827b; font-size: .58rem; }
.owner-attention b { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: .72rem; }
.role-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.role-pills span { padding: 9px 13px; border: 1px solid #91aaa0; border-radius: 999px; font-size: .8rem; font-weight: 750; }
.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 50px; }
.final-cta { margin-bottom: 90px; padding: clamp(44px, 7vw, 78px); border-radius: 28px; background: var(--forest); color: white; }
.final-cta .eyebrow { color: var(--mint); }
.final-cta p:not(.eyebrow) { color: #bdcec7; }
.final-cta .button { margin-top: 18px; }
footer { border-top: 1px solid var(--line); background: white; }
.footer-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 20px 34px; align-items: center; }
.footer-inner > p { margin: 0; color: var(--muted); font-size: .86rem; }
.copyright { grid-column: 1 / -1; }
.legal-shell { width: min(780px, calc(100% - 40px)); margin: 70px auto 120px; }
.legal-shell h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.legal-shell h2 { margin-top: 48px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal-shell p, .legal-shell li { color: #43544e; }
.legal-meta { margin-top: 20px; color: var(--muted); }

.pilot-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.05fr .8fr;
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
  padding-block: 78px 100px;
}
.pilot-hero h1, .payment-intro h1 { font-size: clamp(3rem, 6vw, 5.7rem); }
.pilot-hero .hero-lede { max-width: 720px; }
.pilot-summary {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: var(--forest);
  color: white;
  box-shadow: var(--shadow);
}
.pilot-summary > span { color: var(--mint); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pilot-price { display: flex; align-items: end; gap: 10px; margin: 14px 0 4px; }
.pilot-price strong { font-size: 3.1rem; line-height: 1; letter-spacing: -.05em; }
.pilot-price small { padding-bottom: 5px; color: #bdd1c8; }
.pilot-summary > p { margin: 10px 0 26px; color: #bdd1c8; }
.pilot-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.pilot-facts div { padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.05); }
.pilot-facts strong, .pilot-facts span { display: block; }
.pilot-facts strong { font-size: 1.35rem; }
.pilot-facts span { margin-top: 2px; color: #bdd1c8; font-size: .78rem; }
.pilot-demo { padding-top: 90px; }
.demo-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--forest); box-shadow: var(--shadow); }
.demo-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.demo-launch { display: block; position: relative; width: 100%; height: 100%; color: white; text-decoration: none; }
.demo-launch img { width: 100%; height: 100%; object-fit: cover; }
.demo-launch::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(3, 16, 12, .8)); }
.demo-play-label { position: absolute; z-index: 1; left: 28px; bottom: 28px; display: flex; align-items: center; gap: 16px; font-size: 1.25rem; font-weight: 800; }
.demo-play-label small { display: block; margin-top: 2px; color: #d2e9e0; font-size: .875rem; font-weight: 500; }
.demo-play-icon { display: grid; place-items: center; width: 58px; height: 58px; padding-left: 3px; border-radius: 50%; background: var(--mint); color: var(--forest); font-size: 1.4rem; }
.demo-launch:hover .demo-play-icon { background: white; }
.demo-launch:focus-visible { outline: 4px solid var(--mint); outline-offset: -6px; }
.demo-caption { color: var(--muted); font-size: .875rem; margin-top: 18px; }
.demo-caption a { color: var(--green); }
.pilot-process { padding-block: 110px; }
.pilot-process .steps article > span { margin-bottom: 34px; }
.pilot-note { margin-block: 0 90px; padding: 28px 32px; border: 1px solid var(--line); border-radius: 20px; background: white; color: var(--muted); }
.pilot-note strong { color: var(--ink); }

.payment-page { min-height: calc(100vh - 84px); padding-block: 64px 100px; }
.payment-intro { max-width: 860px; }
.payment-intro .hero-lede { margin-top: 22px; }
.payment-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); align-items: start; gap: 24px; margin-top: 50px; }
.payment-card, .payment-side-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 50px rgba(9,36,29,.08);
}
.payment-card { overflow: hidden; }
.payment-card-header { padding: 26px 28px; background: var(--forest); color: white; }
.payment-card-header span { color: var(--mint); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.payment-card-header h2 { margin-top: 8px; font-size: 1.8rem; letter-spacing: -.025em; }
.payment-card-header p { margin: 8px 0 0; color: #bdd1c8; }
.payment-details { margin: 0; }
.payment-row { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 19px 28px; border-top: 1px solid #e8eeea; }
.payment-row:first-child { border-top: 0; }
.payment-row dt { color: var(--muted); font-size: .76rem; font-weight: 720; }
.payment-row dd { margin: 4px 0 0; overflow-wrap: anywhere; font-size: 1rem; font-weight: 780; }
.copy-button { min-width: 70px; padding: 8px 12px; border: 1px solid #9bb0a7; border-radius: 999px; background: white; color: var(--green); font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
.copy-button:hover { border-color: var(--green); background: #eef8f4; }
.payment-side-card { padding: 28px; }
.payment-side-card + .payment-side-card { margin-top: 18px; }
.payment-side-card h2 { font-size: 1.35rem; letter-spacing: -.02em; }
.payment-side-card p { color: var(--muted); }
.payment-steps { margin: 22px 0 0; padding: 0; list-style: none; counter-reset: payment-step; display: grid; gap: 18px; }
.payment-steps li { position: relative; padding-left: 42px; color: var(--muted); }
.payment-steps li::before { counter-increment: payment-step; content: counter(payment-step); position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #dff4ec; color: var(--green); font-size: .75rem; font-weight: 900; }
.payment-steps strong { display: block; color: var(--ink); }
.payment-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.payment-trust span { padding: 8px 11px; border-radius: 999px; background: #edf5f1; color: #315248; font-size: .73rem; font-weight: 720; }
.payment-unavailable { padding: 22px 28px; border-top: 1px solid #e8eeea; background: #fff7e9; color: #744610; }
.payment-unavailable[hidden], .payment-details[hidden] { display: none; }
.transparency-note { margin-top: 18px; padding: 18px; border-radius: 14px; background: #f0f4f1; color: var(--muted); font-size: .84rem; }
.transparency-note strong { color: var(--ink); }

@media (max-width: 850px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero, .proof-grid, .proof-grid-reverse { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; }
  .product-stage { justify-self: center; transform: none; }
  .steps { grid-template-columns: 1fr; }
  .proof-grid-reverse .screen-card { order: 2; }
  .security-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .pilot-hero, .payment-layout { grid-template-columns: 1fr; }
  .pilot-summary { max-width: 620px; }
}
@media (max-width: 520px) {
  .site-header, .section-shell, .footer-inner { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 72px; }
  .site-header .nav-cta { padding: 9px 13px; font-size: .82rem; }
  h1 { font-size: 3.05rem; }
  .hero { padding-bottom: 60px; }
  .hero-actions .button { width: 100%; }
  .trust-strip { flex-direction: column; }
  .section-block { padding-block: 90px; }
  .dashboard-preview, .finding-preview, .owner-preview { min-height: 500px; padding: 18px; }
  .finding-columns { grid-template-columns: 1fr; }
  .calculation { display: none; }
  .final-cta { width: calc(100% - 28px); margin-bottom: 54px; border-radius: 22px; }
  .payment-page { padding-top: 38px; }
  .payment-layout { margin-top: 34px; }
  .payment-row { padding: 17px 18px; }
  .pilot-facts { grid-template-columns: 1fr; }
  .pilot-demo { padding-top: 60px; }
  .demo-player { border-radius: 16px; }
  .demo-play-label { left: 16px; bottom: 16px; gap: 10px; font-size: 1rem; }
  .demo-play-icon { width: 42px; height: 42px; font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
