:root {
  --navy-950: #06121d;
  --navy-900: #071a29;
  --navy-850: #0b2233;
  --navy-800: #102c40;
  --ink: #142635;
  --muted: #63717d;
  --line: #dce5e8;
  --surface: #f4f7f6;
  --white: #ffffff;
  --green: #52d6a0;
  --green-dark: #198460;
  --green-soft: #dff7ed;
  --amber: #e5a84a;
  --red: #db6f73;
  --shadow: 0 28px 80px rgba(4, 17, 28, 0.19);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--green); color: var(--navy-950); }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 15px; color: var(--navy-950); background: var(--green); border-radius: 7px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--white); letter-spacing: -.03em; }
.brand > span:last-child { display: flex; align-items: baseline; }
.brand strong { font: 700 20px/1 "Manrope", sans-serif; }
.brand small { margin-left: 4px; color: var(--green); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .08em; }
.brand-mark { width: 34px; height: 34px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark path:first-child { fill: rgba(82,214,160,.15); stroke: var(--green); stroke-width: 1.6; }
.brand-mark .mark-line { fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #bdcbd3; font-size: 14px; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 9px; padding: 15px 20px; font-weight: 700; line-height: 1.2; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-small { padding: 10px 15px; font-size: 13px; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.28); }
.button-outline:hover { border-color: var(--green); background: rgba(82,214,160,.08); }
.button-primary { color: var(--navy-950); background: var(--green); box-shadow: 0 12px 35px rgba(82,214,160,.19); }
.button-primary:hover { background: #6ee3b2; box-shadow: 0 16px 42px rgba(82,214,160,.26); }
.section-dark { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }

.hero { min-height: 780px; padding: 170px 0 105px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, transparent, black 50%, black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; top: -270px; left: 28%; background: radial-gradient(circle, rgba(42,126,145,.22), transparent 68%); }
.hero-glow-two { width: 700px; height: 700px; right: -350px; bottom: -380px; border: 1px solid rgba(82,214,160,.13); box-shadow: 0 0 90px rgba(82,214,160,.06) inset; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 65px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #9db3bf; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: var(--green); }
.eyebrow-dark { color: var(--green-dark); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(43px, 5vw, 68px); line-height: 1.06; letter-spacing: -.055em; }
h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: #aebfc8; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 35px 0 32px; }
.text-link { color: #d6e0e5; font-size: 14px; font-weight: 600; }
.text-link span { margin-left: 6px; color: var(--green); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 16px 22px; margin: 0; padding: 0; color: #91a5b0; font-size: 12px; list-style: none; }
.trust-strip span { margin-right: 5px; color: var(--green); }

.dashboard-shell { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #eef3f2; box-shadow: var(--shadow), 0 0 0 8px rgba(255,255,255,.025); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.dashboard-shell::after { content: "Illustrative demo view"; position: absolute; right: 13px; bottom: 11px; padding: 4px 8px; color: #647680; background: rgba(255,255,255,.87); border-radius: 5px; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-topbar { height: 37px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 13px; color: #7b8d96; background: #fff; border-bottom: 1px solid #dde5e6; font-size: 8px; }
.window-dots { display: flex; gap: 4px; }
.window-dots span { width: 6px; height: 6px; border-radius: 50%; background: #d9e2e3; }
.status-live { justify-self: end; display: flex; align-items: center; gap: 5px; }
.status-live i { width: 5px; height: 5px; border-radius: 50%; background: var(--green-dark); box-shadow: 0 0 0 3px rgba(25,132,96,.12); }
.dashboard-body { min-height: 380px; display: grid; grid-template-columns: 49px 1fr; }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 17px; padding-top: 16px; background: #0a2231; }
.mini-logo { width: 23px; height: 23px; display: grid; place-items: center; margin-bottom: 10px; color: var(--green); border: 1px solid rgba(82,214,160,.4); border-radius: 7px; font: 700 10px "Manrope"; }
.dashboard-sidebar > span { position: relative; width: 13px; height: 3px; background: #385260; border-radius: 4px; }
.dashboard-sidebar .side-active { background: var(--green); }
.dashboard-sidebar .side-active::before { content: ""; position: absolute; top: -7px; left: -18px; width: 2px; height: 17px; background: var(--green); }
.dashboard-main { padding: 21px; color: var(--ink); }
.dash-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.dash-heading > div:first-child { display: flex; flex-direction: column; }
.dash-heading small { color: #8a989e; font-size: 8px; }
.dash-heading strong { font: 700 15px "Manrope"; letter-spacing: -.03em; }
.avatar { width: 25px; height: 25px; display: grid; place-items: center; color: var(--green-dark); background: var(--green-soft); border-radius: 50%; font-size: 7px; font-weight: 700; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-card { min-height: 91px; display: flex; flex-direction: column; padding: 13px; background: var(--white); border: 1px solid #e0e8e8; border-radius: 10px; }
.metric-card > span { color: #6d7c84; font-size: 8px; }
.metric-card > strong { margin: 3px 0 1px; font: 700 23px "Manrope"; }
.metric-card > small { margin-top: auto; color: var(--green-dark); font-size: 7px; }
.metric-card.warning > small { color: #b47821; }
.dash-lower { display: grid; grid-template-columns: 1.5fr .8fr; gap: 10px; margin-top: 10px; }
.activity-card, .risk-card { padding: 13px; background: var(--white); border: 1px solid #e0e8e8; border-radius: 10px; }
.card-title { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 8px; }
.card-title span { color: var(--green-dark); }
.activity-row { display: grid; grid-template-columns: 5px 1fr auto; gap: 7px; align-items: center; padding: 7px 0; border-top: 1px solid #edf1f1; }
.activity-row > i { width: 4px; height: 25px; border-radius: 3px; }
.activity-row i.high { background: var(--red); }.activity-row i.medium { background: var(--amber); }.activity-row i.low { background: var(--green); }
.activity-row div { display: flex; flex-direction: column; }
.activity-row strong { font-size: 7.5px; }.activity-row small { color: #839198; font-size: 6.5px; }.activity-row b { padding: 2px 5px; color: #64747b; background: #f0f4f4; border-radius: 8px; font-size: 6px; }
.risk-ring { width: 83px; height: 83px; display: grid; place-items: center; margin: 16px auto 10px; border-radius: 50%; background: conic-gradient(var(--green-dark) 0 82%, #e8eeee 82% 100%); }
.risk-ring::before { content: ""; position: absolute; width: 61px; height: 61px; background: var(--white); border-radius: 50%; }
.risk-ring span { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.risk-ring strong { font: 700 14px "Manrope"; }.risk-ring small { color: #7b898f; font-size: 6px; }
.risk-legend { color: #7d8c92; font-size: 6.5px; text-align: center; }.risk-legend i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; background: var(--green-dark); border-radius: 50%; }

.problem-section, .audience-section, .process-section, .founder-section { padding: 110px 0; }
.section-intro { max-width: 700px; margin-bottom: 55px; }
.section-intro h2, .section-heading-row h2, .trust-copy h2, .founder-copy h2, .cta-inner h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 50px); line-height: 1.15; letter-spacing: -.045em; }
.section-intro > p:last-child, .section-heading-row > p, .trust-copy > p:last-child, .founder-copy > p:last-child { color: var(--muted); font-size: 17px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card { position: relative; min-height: 315px; padding: 42px 38px 36px 0; }
.problem-card + .problem-card { padding-left: 38px; border-left: 1px solid var(--line); }
.card-number { position: absolute; top: 35px; right: 29px; color: #a6b2b7; font: 600 11px "Manrope"; }
.line-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 32px; color: var(--green-dark); background: var(--green-soft); border-radius: 10px; }
.line-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.problem-card h3, .audience-card h3, .process-step h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.025em; }
.problem-card p, .audience-card p, .process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.capabilities-section { padding: 110px 0; }
.capabilities-section::after { content: ""; position: absolute; width: 460px; height: 460px; right: -260px; top: 20%; border: 1px solid rgba(82,214,160,.1); border-radius: 50%; }
.section-heading-row { position: relative; display: grid; grid-template-columns: 1.2fr .7fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.section-heading-row h2 { max-width: 650px; margin-bottom: 0; }
.section-heading-row > p { margin: 0 0 5px; color: #91a6b1; }
.capability-list { position: relative; border-top: 1px solid rgba(255,255,255,.15); }
.capability { display: grid; grid-template-columns: 70px 1fr auto; gap: 30px; align-items: center; padding: 29px 8px; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding .25s, background .25s; }
.capability:hover { padding-left: 18px; background: rgba(255,255,255,.025); }
.capability-index { color: var(--green); font: 600 11px "Manrope"; }
.capability h3 { margin: 0 0 5px; font-size: 21px; letter-spacing: -.025em; }
.capability p { margin: 0; color: #91a6b1; font-size: 14px; }
.capability-tag { padding: 7px 11px; color: #a9b9c1; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.audience-section { background: var(--surface); }
.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.audience-grid .section-intro { position: sticky; top: 50px; align-self: start; }
.audience-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.audience-card { min-height: 230px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.audience-card > span { display: block; margin-bottom: 45px; color: var(--green-dark); font: 600 10px "Manrope"; }

.centered { margin: 0 auto 60px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-line::before { content: ""; position: absolute; top: 24px; left: 12%; right: 12%; height: 1px; background: var(--line); }
.process-step { position: relative; padding: 0 25px; text-align: center; }
.process-step > span { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 27px; color: var(--green-dark); background: var(--white); border: 1px solid #b9d8cd; border-radius: 50%; font: 700 12px "Manrope"; box-shadow: 0 0 0 8px var(--white); }

.trust-section { padding: 100px 0; }
.trust-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.trust-copy > p:last-child { color: #9aadb7; }
.trust-points { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); }
.trust-points > div { display: grid; grid-template-columns: 37px 1fr; gap: 15px; padding: 23px 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-points > div:last-child { border-bottom: 0; }
.trust-points > div > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy-950); background: var(--green); border-radius: 50%; font-size: 13px; font-weight: 700; }
.trust-points p { margin: 0; color: #91a6b1; font-size: 13px; }
.trust-points strong { display: block; margin-bottom: 3px; color: var(--white); font: 600 15px "Manrope"; }

.founder-card { display: grid; grid-template-columns: 130px 1fr auto; gap: 45px; align-items: center; padding: 55px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(120deg, #fff, #f2f7f5); }
.founder-monogram { width: 120px; height: 120px; display: grid; place-items: center; color: var(--green); background: var(--navy-900); border-radius: 50%; font: 700 31px "Manrope"; letter-spacing: -.06em; box-shadow: inset 0 0 0 8px rgba(82,214,160,.08); }
.founder-copy h2 { max-width: 670px; font-size: clamp(29px, 3vw, 40px); }
.founder-copy > p:last-child { max-width: 700px; margin-bottom: 0; font-size: 15px; }
.founder-signoff { min-width: 180px; display: flex; flex-direction: column; padding-left: 30px; border-left: 1px solid var(--line); }
.founder-signoff strong { font: 700 16px "Manrope"; }.founder-signoff span { color: var(--green-dark); font-size: 13px; }.founder-signoff small { margin-top: 8px; color: var(--muted); font-size: 10px; }

.cta-section { padding: 110px 0; text-align: center; }
.cta-orbit { position: absolute; width: 700px; height: 700px; top: -300px; left: calc(50% - 350px); border: 1px solid rgba(82,214,160,.08); border-radius: 50%; box-shadow: 0 0 0 110px rgba(82,214,160,.018), 0 0 0 220px rgba(82,214,160,.012); }
.cta-inner { position: relative; max-width: 810px; }
.cta-inner .eyebrow { justify-content: center; }
.cta-inner > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 32px; color: #9fb1ba; font-size: 17px; }
.cta-inner > small { display: block; margin-top: 17px; color: #738a96; font-size: 11px; }

.site-footer { padding: 34px 0 23px; color: #b1c0c7; background: #04101a; font-size: 12px; }
.footer-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-row > a:last-child { justify-self: end; color: var(--green); }
.brand-footer strong { font-size: 17px; }.brand-footer .brand-mark { width: 29px; height: 29px; }
.footer-legal { display: flex; justify-content: space-between; gap: 25px; padding-top: 20px; color: #637985; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .15s; }.reveal-delay-one { transition-delay: .1s; }.reveal-delay-two { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-bottom: 80px; }
  .hero-copy { max-width: 770px; }
  .dashboard-shell { max-width: 720px; transform: none; }
  .audience-grid, .trust-grid { gap: 50px; }
  .founder-card { grid-template-columns: 110px 1fr; }
  .founder-monogram { width: 100px; height: 100px; }
  .founder-signoff { grid-column: 2; padding: 0; border: 0; }
}

@media (max-width: 800px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 145px; }
  .hero-grid { gap: 50px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card, .problem-card + .problem-card { min-height: auto; padding: 35px 25px; border-left: 0; border-bottom: 1px solid var(--line); }
  .problem-card:last-child { border-bottom: 0; }
  .section-heading-row, .audience-grid, .trust-grid { grid-template-columns: 1fr; }
  .audience-grid .section-intro { position: static; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .process-line::before { display: none; }
  .capability { grid-template-columns: 45px 1fr; }
  .capability-tag { grid-column: 2; justify-self: start; }
  .footer-row { grid-template-columns: 1fr; text-align: center; }
  .footer-row .brand { justify-self: center; }.footer-row > a:last-child { justify-self: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .nav-wrap .button { display: none; }
  .hero { min-height: auto; padding: 125px 0 65px; }
  h1 { font-size: 41px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; padding: 15px 13px; font-size: 13px; }
  .trust-strip { flex-direction: column; gap: 7px; }
  .dashboard-shell { margin-right: -8px; margin-left: -8px; border-radius: 12px; }
  .dashboard-body { min-height: 300px; grid-template-columns: 35px 1fr; }
  .dashboard-main { padding: 12px; }
  .dashboard-sidebar { gap: 13px; }
  .metric-grid { gap: 5px; }
  .metric-card { min-height: 78px; padding: 8px; }
  .metric-card > strong { font-size: 18px; }
  .metric-card > small { font-size: 5.7px; }
  .dash-lower { grid-template-columns: 1fr; }
  .risk-card { display: none; }
  .problem-section, .audience-section, .process-section, .founder-section, .capabilities-section { padding: 78px 0; }
  .section-intro { margin-bottom: 38px; }
  .section-intro h2, .section-heading-row h2, .trust-copy h2, .cta-inner h2 { font-size: 33px; }
  .section-heading-row { gap: 18px; margin-bottom: 45px; }
  .capability { grid-template-columns: 30px 1fr; gap: 13px; padding: 24px 0; }
  .capability:hover { padding-left: 0; }
  .audience-cards, .process-line { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; }.audience-card > span { margin-bottom: 25px; }
  .process-line { gap: 38px; }
  .trust-section { padding: 78px 0; }
  .trust-grid { gap: 35px; }
  .trust-points > div { padding: 19px 16px; }
  .founder-card { grid-template-columns: 1fr; padding: 30px; }
  .founder-monogram { width: 82px; height: 82px; font-size: 24px; }
  .founder-signoff { grid-column: 1; }
  .cta-section { padding: 85px 0; }
  .cta-inner .button { padding: 15px 13px; font-size: 13px; }
  .footer-legal { flex-direction: column; text-align: center; }
}
