:root {
  --green-950: #002a24;
  --green-900: #00382f;
  --green-800: #005246;
  --green-700: #08705d;
  --ink: #0b2420;
  --paper: #f7f7f2;
  --white: #fffef8;
  --gold: #e8aa39;
  --gold-light: #ffc65d;
  --line: rgba(255, 255, 255, .17);
  --shell: min(1420px, calc(100% - 64px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 6px; background: white; color: var(--green-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid var(--line); color: var(--white); }
.nav-wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 92px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: inherit; text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; box-shadow: 0 8px 20px rgba(0, 0, 0, .15); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { color: var(--white); font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.brand-copy small { margin-top: 6px; color: rgba(255, 255, 255, .68); font-size: 9px; font-weight: 750; letter-spacing: .13em; }
nav { display: flex; align-items: center; gap: 38px; }
nav a { position: relative; color: rgba(255, 255, 255, .82); font-size: 14px; font-weight: 620; text-decoration: none; }
nav a::after { position: absolute; bottom: -12px; left: 0; width: 0; height: 2px; background: var(--gold); content: ""; transition: width .2s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.nav-actions { display: flex; justify-content: flex-end; gap: 10px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 780; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, nav a:focus-visible, .text-link:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.button-ghost { border-color: rgba(255, 255, 255, .5); color: var(--white); }
.button-gold { border-color: var(--gold-light); background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #10241f; box-shadow: 0 12px 30px rgba(207, 139, 24, .2); }
.button-outline { border-color: rgba(255, 255, 255, .58); color: white; }
.button-large { min-height: 54px; padding-inline: 25px; font-size: 15px; }

.hero { position: relative; min-height: 920px; overflow: hidden; padding-top: 92px; color: var(--white); background: radial-gradient(circle at 72% 38%, rgba(16, 130, 104, .42), transparent 30%), linear-gradient(125deg, #002c26 0%, #00473b 53%, #002f29 100%); }
.hero::before { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(90deg, transparent 0%, #000 50%, #000 100%); }
.blueprint-lines { position: absolute; top: 120px; right: -70px; width: 48vw; height: 570px; opacity: .18; background: repeating-linear-gradient(32deg, transparent 0 38px, rgba(111, 220, 190, .6) 39px 40px, transparent 41px 76px); transform: skewY(-5deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(390px, .82fr) minmax(600px, 1.18fr); align-items: center; gap: clamp(50px, 7vw, 110px); min-height: 708px; padding-block: 74px 64px; }
.hero-copy { max-width: 610px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #c9dfd9; font-size: 12px; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--gold); }
h1 { max-width: 740px; margin: 0; font-size: clamp(48px, 5.1vw, 78px); line-height: .98; letter-spacing: -.055em; }
h1 em { display: block; color: var(--gold-light); font-style: normal; }
.hero-lede { max-width: 590px; margin: 28px 0 0; color: rgba(255, 255, 255, .78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; color: rgba(255, 255, 255, .72); font-size: 13px; font-weight: 650; }
.trust-line span { display: flex; align-items: center; gap: 8px; }
.trust-line svg { width: 21px; height: 21px; fill: none; stroke: var(--gold-light); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.product-stage { position: relative; min-width: 0; perspective: 1400px; }
.stage-glow { position: absolute; inset: 10% 5% -5%; border-radius: 50%; background: rgba(30, 194, 155, .24); filter: blur(70px); }
.dashboard-window { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .5); border-radius: 18px; background: #edf2ef; color: #15312b; box-shadow: 0 44px 90px rgba(0, 18, 14, .48); transform: rotateY(-4deg) rotateX(1deg); transform-origin: center left; }
.window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 62px; padding: 0 18px; background: #003d34; color: white; }
.mini-brand { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 780; }
.mini-brand img { width: 31px; height: 31px; border-radius: 6px; }
.window-nav { display: flex; gap: 25px; color: rgba(255, 255, 255, .72); font-size: 10px; }
.window-nav b { color: var(--gold-light); }
.avatar { display: grid; width: 34px; height: 34px; justify-self: end; place-items: center; border-radius: 50%; background: #1c6659; font-size: 11px; }
.dashboard-body { padding: 22px; }
.dashboard-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 15px; }
.dashboard-heading div { display: flex; flex-direction: column; gap: 3px; }
.dashboard-heading small { color: #71817d; font-size: 8px; letter-spacing: .12em; }
.dashboard-heading strong { font-size: 18px; }
.new-chip { padding: 8px 12px; border-radius: 6px; background: var(--green-800); color: white; font-size: 10px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.stat-grid article, .dashboard-panels article { border: 1px solid #dce5e1; border-radius: 8px; background: #fff; box-shadow: 0 5px 14px rgba(6, 47, 38, .05); }
.stat-grid article { display: flex; min-height: 100px; flex-direction: column; padding: 14px; }
.stat-grid span { color: #536a64; font-size: 9px; font-weight: 650; }
.stat-grid strong { margin: 10px 0 3px; font-size: 22px; }
.stat-grid small { color: #879691; font-size: 8px; }
.stat-grid .up { color: #159877; }
.stat-grid i { height: 4px; margin-top: auto; overflow: hidden; border-radius: 10px; background: #e5ece9; }
.stat-grid i b { display: block; width: 70%; height: 100%; background: #1aa47f; }
.dashboard-panels { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10px; margin-top: 10px; }
.dashboard-panels article { min-height: 230px; padding: 15px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid #e5ebe8; font-size: 10px; }
.panel-title span { color: #83918d; font-size: 8px; }
.activity-panel ul { display: grid; gap: 13px; margin: 14px 0 0; padding: 0; list-style: none; }
.activity-panel li { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; }
.activity-panel li > i { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #eef5f2; color: #396b5f; font-size: 9px; font-style: normal; }
.activity-panel li > i.check { background: #daf2e9; color: #078764; }
.activity-panel li div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.activity-panel b { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.activity-panel small, .activity-panel time { color: #8b9894; font-size: 7px; }
.timeline-head { display: grid; grid-template-columns: 62px repeat(6, 1fr); margin-top: 12px; color: #879590; font-size: 7px; }
.timeline-head::before { content: ""; }
.timeline-row { position: relative; display: grid; min-height: 32px; grid-template-columns: 62px 1fr; align-items: center; border-top: 1px solid #edf0ef; }
.timeline-row label { font-size: 8px; }
.timeline-row i { grid-column: 2; width: calc(var(--span) * 12.5%); height: 7px; margin-left: calc(var(--start) * 11%); border-radius: 10px; background: linear-gradient(90deg, #1ca682, #47cba8); }

.feature-rail { position: relative; z-index: 3; border-top: 1px solid rgba(255, 255, 255, .23); border-bottom: 1px solid rgba(255, 255, 255, .16); background: rgba(0, 43, 36, .84); backdrop-filter: blur(16px); }
.feature-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.feature-grid > div { display: flex; min-height: 170px; flex-direction: column; align-items: center; justify-content: center; padding: 24px 18px; border-left: 1px solid rgba(255,255,255,.15); text-align: center; }
.feature-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.feature-grid svg { width: 34px; height: 34px; margin-bottom: 13px; fill: none; stroke: #e8f7f2; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.feature-grid strong { font-size: 15px; }
.feature-grid span { max-width: 145px; margin-top: 7px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.4; }

.outcomes { padding: 112px 0; background: #f6f6f1; }
.outcomes-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 8vw, 130px); }
.eyebrow.dark { color: #55706a; }
.section-copy h2, .closing h2 { margin: 0; font-size: clamp(40px, 4.2vw, 64px); line-height: 1; letter-spacing: -.055em; }
.section-copy > p:not(.eyebrow) { max-width: 540px; margin: 27px 0; color: #52645f; font-size: 17px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-700); font-size: 15px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold); font-size: 22px; }
.outcome-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.outcome-cards article { min-height: 245px; padding: 30px; border: 1px solid #d8dfdc; border-radius: 12px; background: white; box-shadow: 0 12px 35px rgba(7, 54, 45, .05); }
.outcome-cards article > span { color: var(--gold); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.outcome-cards h3 { max-width: 260px; margin: 38px 0 12px; font-size: 23px; line-height: 1.15; letter-spacing: -.03em; }
.outcome-cards p { margin: 0; color: #61726e; font-size: 15px; line-height: 1.6; }

.closing { padding: 0 0 96px; background: #f6f6f1; }
.closing-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; padding: 70px; border-radius: 18px; color: white; background: radial-gradient(circle at 85% 20%, rgba(32, 158, 127, .42), transparent 35%), var(--green-950); }
.closing-card::after { position: absolute; right: -80px; bottom: -100px; width: 420px; height: 300px; border: 1px solid rgba(255,255,255,.12); transform: rotate(-18deg); content: ""; }
.closing-card > * { position: relative; z-index: 1; }
.closing-card p:not(.eyebrow) { max-width: 700px; margin: 20px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.6; }

footer { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); background: #00231e; }
.footer-row { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 40px; min-height: 128px; }
.footer-row .brand img { width: 40px; height: 40px; }
.footer-row .brand-copy strong { font-size: 20px; }
.footer-row p { font-size: 12px; font-weight: 720; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.footer-row > span { font-size: 12px; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1080px); }
  .nav-wrap { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 760px; }
  .product-stage { max-width: 900px; }
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-grid > div:nth-child(4) { border-right: 1px solid rgba(255,255,255,.15); }
  .feature-grid > div { min-height: 150px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 76px; gap: 12px; }
  .brand { gap: 8px; }
  .brand img { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { display: none; }
  .nav-actions .button-ghost { display: none; }
  .nav-actions .button-gold { min-height: 42px; padding-inline: 13px; font-size: 12px; }
  .hero { padding-top: 76px; }
  .hero-grid { gap: 48px; min-height: auto; padding-block: 58px 50px; }
  h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-lede { font-size: 16px; line-height: 1.6; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-line { gap: 15px; }
  .product-stage { margin-right: -80px; }
  .dashboard-window { min-width: 690px; transform: scale(.76); transform-origin: left top; }
  .product-stage { height: 360px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid > div, .feature-grid > div:nth-child(4), .feature-grid > div:last-child { min-height: 142px; border-right: 0; }
  .feature-grid > div:nth-child(even) { border-right: 1px solid rgba(255,255,255,.15); }
  .feature-grid > div:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); }
  .outcomes { padding: 80px 0; }
  .outcomes-grid { grid-template-columns: 1fr; gap: 46px; }
  .outcome-cards { grid-template-columns: 1fr; }
  .outcome-cards article { min-height: 210px; }
  .closing { padding-bottom: 70px; }
  .closing-card { flex-direction: column; align-items: flex-start; padding: 38px 28px; }
  .closing-card .button { width: 100%; }
  .footer-row { grid-template-columns: 1fr; gap: 16px; padding-block: 32px; text-align: left; }
  .footer-row p { margin: 0; text-align: left; }
}

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