@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
    --bg: #06110f;
    --bg-soft: #0a1916;
    --panel: rgba(16, 36, 32, .72);
    --panel-solid: #102520;
    --line: rgba(185, 235, 220, .13);
    --text: #f2f9f6;
    --muted: #9bb3ab;
    --mint: #4ee7c0;
    --mint-bright: #a4ffe7;
    --orange: #ffb25b;
    --red: #ff6d6d;
    --shadow: 0 30px 90px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: Manrope, sans-serif;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a { color: inherit; text-decoration: none; }
.page-glow { position: fixed; border-radius: 50%; filter: blur(25px); z-index: -2; pointer-events: none; }
.glow-one { width: 700px; height: 700px; top: -360px; left: -260px; background: rgba(32, 190, 150, .12); }
.glow-two { width: 560px; height: 560px; top: 270px; right: -330px; background: rgba(43, 116, 104, .18); }
.section-shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
    width: min(1320px, calc(100% - 42px));
    height: 76px;
    margin: 14px auto 0;
    padding: 0 20px 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 14px;
    z-index: 20;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(5, 16, 14, .72);
    backdrop-filter: blur(20px);
}
.logo { display: inline-flex; align-items: center; gap: 11px; font: 700 17px/1 Space Grotesk, sans-serif; letter-spacing: .14em; }
.logo-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #062019; background: var(--mint); font: 800 22px/1 Space Grotesk; box-shadow: 0 0 28px rgba(78, 231, 192, .22); }
nav { display: flex; align-items: center; gap: 34px; }
nav a { color: var(--muted); font-size: 13px; font-weight: 700; transition: color .2s; }
nav a:hover { color: var(--mint-bright); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 1px solid var(--line); border-radius: 12px; font-size: 13px; font-weight: 800; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); border-color: rgba(78, 231, 192, .55); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-primary { color: #05231b; border-color: var(--mint); background: var(--mint); box-shadow: 0 16px 40px rgba(33, 210, 166, .2); }
.button-primary:hover { background: var(--mint-bright); }
.button-ghost { background: rgba(255,255,255,.025); }

.hero { min-height: 780px; padding: 112px 0 80px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 58px; }
.eyebrow { color: var(--mint); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(78,231,192,.09); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(78,231,192,0); } }
h1, h2, h3 { margin: 0; font-family: Space Grotesk, sans-serif; letter-spacing: -.045em; }
h1 { margin-top: 24px; max-width: 650px; font-size: clamp(52px, 6.3vw, 88px); line-height: .98; }
h1 span, h2 span { color: var(--mint); }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-row { display: flex; gap: 24px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.proof-row span { max-width: 130px; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.proof-row b { display: block; margin-bottom: 5px; color: var(--mint); font-size: 9px; letter-spacing: .16em; }

.hero-visual { position: relative; min-width: 720px; transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); transform-origin: center left; }
.visual-orbit { position: absolute; border: 1px solid rgba(78,231,192,.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 660px; height: 660px; top: -80px; left: 60px; }
.orbit-two { width: 500px; height: 500px; top: 0; left: 140px; }
.dashboard { position: relative; height: 490px; display: grid; grid-template-columns: 52px 1fr; border: 1px solid rgba(152,235,215,.2); border-radius: 18px; background: rgba(10,27,23,.92); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.06); overflow: hidden; }
.dash-sidebar { padding: 17px 0; display: flex; flex-direction: column; align-items: center; gap: 24px; border-right: 1px solid var(--line); background: #0b1b18; }
.mini-logo { display: grid; place-items: center; width: 27px; height: 27px; color: #062019; border-radius: 7px; background: var(--mint); font: 800 13px Space Grotesk; }
.nav-dot { width: 15px; height: 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 5px; }
.nav-dot.active { border-color: var(--mint); background: rgba(78,231,192,.16); }
.dash-main { padding: 28px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; }
.dash-top small { display: block; margin-bottom: 7px; color: var(--muted); font-size: 7px; letter-spacing: .15em; }
.dash-top strong { font: 600 16px Space Grotesk; }
.avatar { display: grid; place-items: center; width: 31px; height: 31px; color: var(--mint); border: 1px solid rgba(78,231,192,.25); border-radius: 50%; font-size: 8px; font-weight: 800; background: rgba(78,231,192,.07); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.metric { padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); }
.metric span, .metric i { display: block; color: var(--muted); font-size: 7px; font-style: normal; }
.metric strong { display: block; margin: 8px 0 7px; font: 700 27px Space Grotesk; }
.metric.green strong { color: var(--mint); }.metric.orange strong { color: var(--orange); }.metric.red strong { color: var(--red); }
.dash-bottom { display: grid; grid-template-columns: 1.45fr .75fr; gap: 12px; margin-top: 12px; }
.chart-card, .status-card { min-height: 232px; padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.018); }
.card-label { display: flex; align-items: center; justify-content: space-between; font-size: 8px; font-weight: 700; }
.card-label b { color: var(--muted); font-size: 6px; }
.chart-card svg { width: 100%; margin-top: 24px; overflow: visible; }
.grid-line { stroke: rgba(255,255,255,.06); stroke-width: 1; }
.area { fill: url(#area); }.line { fill: none; stroke: var(--mint); stroke-width: 3; }.chart-card circle { fill: var(--mint-bright); }
.status-line { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; margin-top: 25px; font-size: 7px; }
.status-line i { width: 6px; height: 6px; border-radius: 50%; }.status-line .ok { background: var(--mint); }.status-line .warn { background: var(--orange); }.status-line .bad { background: var(--red); }
.status-line b { color: var(--muted); font-size: 6px; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 205px; padding: 12px 14px; border: 1px solid rgba(152,235,215,.21); border-radius: 11px; background: rgba(12,31,27,.94); box-shadow: 0 20px 50px rgba(0,0,0,.3); animation: float 5s ease-in-out infinite; }
.floating-note > span { display: grid; place-items: center; width: 24px; height: 24px; color: #072019; border-radius: 7px; background: var(--mint); font-weight: 800; }
.floating-note b, .floating-note small { display: block; font-size: 7px; }.floating-note small { margin-top: 3px; color: var(--muted); }
.note-one { left: -35px; bottom: -35px; }.note-two { right: -25px; top: 72px; animation-delay: -2.2s; }.note-two > span { color: #251000; background: var(--orange); }
@keyframes float { 50% { transform: translateY(-8px); } }

.signal-bar { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.signal-bar div { padding: 26px 5vw; border-right: 1px solid var(--line); }.signal-bar div:last-child { border: 0; }
.signal-bar strong, .signal-bar span { display: block; }.signal-bar strong { color: var(--mint); font: 700 12px Space Grotesk; letter-spacing: .12em; }.signal-bar span { margin-top: 6px; color: var(--muted); font-size: 10px; }

.platform-section, .compliance-section { padding-top: 150px; padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.04; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.section-heading.compact { display: block; max-width: 850px; }.section-heading.compact h2 { margin-top: 18px; }
.feature-stage { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; margin-top: 70px; }
.feature-card { position: relative; min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(19,43,37,.75), rgba(8,23,19,.72)); overflow: hidden; transition: transform .3s, border-color .3s; }
.feature-card:hover, .module-card:hover { transform: translateY(-5px); border-color: rgba(78,231,192,.4); }
.feature-large { grid-row: span 2; min-height: 615px; }.feature-wide { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 30px; }
.card-number { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.14); font: 700 11px Space Grotesk; }
.feature-icon { color: var(--mint); font-size: 28px; }.feature-card h3, .module-card h3 { margin-top: 24px; font-size: 23px; }.feature-card p, .module-card p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.mini-bars { position: absolute; inset: auto 30px 30px; height: 220px; display: flex; align-items: end; gap: 10px; padding-top: 35px; border-bottom: 1px solid var(--line); }
.mini-bars i { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(78,231,192,.08), rgba(78,231,192,.85)); }
.flow-visual { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.15); }
.flow-visual span { padding: 12px 14px; border: 1px solid rgba(78,231,192,.2); border-radius: 8px; font-size: 8px; font-weight: 800; text-transform: uppercase; }.flow-visual i { color: var(--mint); font-style: normal; }

.modules-section { padding: 145px 0; border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(18,45,38,.36), rgba(7,18,15,.15)); }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 60px; }
.module-card { min-height: 330px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,20,17,.68); transition: transform .3s, border-color .3s; }
.module-code { display: inline-flex; padding: 6px 9px; color: var(--mint); border: 1px solid rgba(78,231,192,.22); border-radius: 6px; font: 700 8px Space Grotesk; letter-spacing: .15em; }
.module-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 34px; }.module-tags b { padding: 6px 8px; color: var(--muted); border-radius: 5px; background: rgba(255,255,255,.04); font-size: 7px; text-transform: uppercase; }

.screens-section { padding: 145px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.screen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 70px; }
.screen-card { margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(9,25,21,.8); box-shadow: 0 24px 60px rgba(0,0,0,.2); overflow: hidden; transition: transform .3s, border-color .3s; }
.screen-card:hover { transform: translateY(-5px); border-color: rgba(78,231,192,.4); }
.screen-card img { display: block; width: 100%; aspect-ratio: 1.44; object-fit: cover; object-position: top left; border-radius: 11px; }
.screen-featured { grid-column: span 2; }.screen-featured img { aspect-ratio: 2.2; }
.screen-card figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 10px 10px; font-size: 10px; }
.screen-card figcaption b { color: var(--text); font: 600 14px Space Grotesk; }.screen-card figcaption span { color: var(--muted); }

.compliance-panel { position: relative; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 90px; padding: 74px; border: 1px solid rgba(78,231,192,.2); border-radius: 24px; background: radial-gradient(circle at 80% 50%, rgba(46,207,166,.11), transparent 38%), rgba(13,33,28,.58); overflow: hidden; }
.compliance-copy h2 { margin-top: 20px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.05; }.compliance-copy p { color: var(--muted); font-size: 13px; line-height: 1.9; }
.compliance-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }.compliance-copy li { margin-top: 14px; color: #caddd7; font-size: 11px; font-weight: 700; }.compliance-copy li span { margin-right: 10px; color: var(--mint); }
.readiness-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(4,16,13,.72); box-shadow: var(--shadow); }
.readiness-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .1em; }.readiness-top b { color: var(--mint); }
.score-ring { width: 180px; height: 180px; margin: 35px auto; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--mint) 0 84%, rgba(255,255,255,.06) 84%); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 13px; border-radius: 50%; background: #071814; }.score-ring div { position: relative; z-index: 1; }.score-ring strong { font: 700 49px Space Grotesk; }.score-ring span { color: var(--muted); font-size: 10px; }
.readiness-items div { display: grid; grid-template-columns: 1fr auto; gap: 15px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }.readiness-items b { color: var(--text); }

.cta-section { position: relative; padding-top: 125px; padding-bottom: 150px; text-align: center; overflow: hidden; }
.cta-section h2 { margin-top: 20px; font-size: clamp(44px, 6vw, 78px); line-height: 1.04; }.cta-section p { max-width: 620px; margin: 24px auto 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.cta-section .hero-actions { justify-content: center; }
.cta-orb { position: absolute; width: 700px; height: 300px; left: 50%; bottom: -250px; transform: translateX(-50%); border-radius: 50%; background: rgba(51,234,188,.22); filter: blur(75px); z-index: -1; }
footer { min-height: 105px; padding: 28px max(24px, calc((100vw - 1220px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
footer .logo { color: var(--text); } footer .logo-mark { width: 32px; height: 32px; border-radius: 9px; font-size: 16px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-one { transition-delay: .12s; }.delay-two { transition-delay: .22s; }

@media (max-width: 1150px) {
    .hero { grid-template-columns: 1fr; padding-top: 90px; }.hero-copy { max-width: 800px; }.hero-visual { min-width: 0; width: 100%; transform: none; }.module-grid { grid-template-columns: repeat(2, 1fr); }.feature-stage { grid-template-columns: 1fr 1fr; }.feature-large { grid-row: auto; min-height: 420px; }.feature-wide { grid-column: span 2; }
}
@media (max-width: 760px) {
    .section-shell { width: min(100% - 28px, 1220px); }.site-header { width: calc(100% - 20px); height: 66px; top: 8px; margin-top: 8px; }.site-header nav { display: none; }.site-header .button { display: none; }
    .hero { min-height: auto; padding: 75px 0; gap: 55px; }.hero-lead { font-size: 14px; }.proof-row { gap: 12px; }.proof-row span { font-size: 8px; }.hero-visual { width: 780px; transform: scale(.7); transform-origin: left top; margin-bottom: -145px; }.note-two { right: 30px; }
    .signal-bar { grid-template-columns: 1fr; }.signal-bar div { border-right: 0; border-bottom: 1px solid var(--line); }
    .platform-section, .compliance-section, .modules-section, .screens-section { padding-top: 90px; padding-bottom: 90px; }.section-heading { display: block; }.section-heading h2 { margin: 18px 0 22px; }.feature-stage, .module-grid, .screen-grid, .compliance-panel { grid-template-columns: 1fr; }.feature-wide, .screen-featured { grid-column: auto; }.feature-wide { display: block; }.screen-featured img, .screen-card img { aspect-ratio: 1.44; }.screen-card figcaption { display: block; }.screen-card figcaption span { display: block; margin-top: 5px; }.feature-large { min-height: 400px; }.flow-visual { margin-top: 30px; flex-direction: column; }.flow-visual i { transform: rotate(90deg); }.module-card { min-height: 260px; }
    .compliance-panel { gap: 50px; padding: 30px 20px; }.cta-section { padding-top: 80px; padding-bottom: 100px; } footer { flex-direction: column; align-items: flex-start; }
}
