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

:root{--navy:#071828;--blue:#102b4e;--blue2:#173b67;--green:#59c959;--green-dark:#329b3a;--ink:#0b1d2c;--muted:#637080;--line:#dfe6e9;--cream:#f6f8f4;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--cream);font-family:'DM Sans',Arial,sans-serif}
a{color:inherit}
.site-header{height:88px;display:flex;align-items:center;max-width:1280px;margin:auto;padding:0 32px;gap:52px;position:relative;z-index:5}
.brand{display:flex;align-items:center;text-decoration:none;font-family:'Manrope',sans-serif;font-weight:800;font-size:21px;letter-spacing:-.03em;color:var(--navy)}
.brand img{width:92px;height:40px;object-fit:contain;object-position:left center;border-right:1px solid #cfd7d9;padding-right:14px;margin-right:13px}
.site-header nav{display:flex;gap:34px;margin:auto;font-size:14px;font-weight:600;color:#354452}
.site-header nav a{text-decoration:none}.site-header nav a:hover{color:var(--green-dark)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;border-radius:5px;text-decoration:none;font-weight:700;transition:.2s;letter-spacing:-.01em}
.button:hover{transform:translateY(-2px)}
.button-small{padding:11px 20px;font-size:14px}.button-outline{border:1px solid #aeb9bd;background:rgba(255,255,255,.45)}
.button-primary{background:var(--green);color:#071828;padding:17px 24px;box-shadow:0 10px 30px rgba(54,168,63,.18)}
.button-primary:hover{background:#6ad66a}
.hero{min-height:690px;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);align-items:center;gap:42px;padding:48px 5.5% 78px;overflow:hidden}
.hero-copy{position:relative;z-index:2;min-width:0;max-width:520px;padding-left:max(0px,calc((100vw - 1280px)/2 - 5.5vw))}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--green-dark);display:flex;align-items:center;gap:10px;margin:0 0 22px}.eyebrow span{display:block;width:28px;height:2px;background:var(--green)}
h1,h2,h3{font-family:'Manrope',sans-serif;margin-top:0}
h1{font-size:clamp(48px,4.7vw,68px);line-height:.99;letter-spacing:-.06em;margin-bottom:26px}h1 em,h2 em{font-style:normal;color:var(--green-dark)}
.hero-lead{max-width:560px;font-size:19px;line-height:1.65;color:#556573;margin:0 0 32px}
.hero-actions{display:flex;align-items:center;gap:29px}.text-link{text-decoration:none;font-size:14px;font-weight:700}.text-link span{margin-left:8px;color:var(--green-dark)}
.hero-proof{display:flex;gap:24px;margin-top:36px;color:#66747d;font-size:12px}.hero-proof b{color:var(--green-dark);margin-right:6px}
.product-stage{height:560px;position:relative;display:flex;align-items:center;margin-right:-9vw}.glow{position:absolute;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,#d9efd8 0,#e8f2e3 42%,transparent 70%);left:7%;top:-6%}
.screen{width:720px;background:#fff;border:7px solid #0d2232;border-radius:15px;box-shadow:0 35px 70px rgba(9,36,48,.22);position:relative;z-index:1;overflow:hidden;transform:perspective(1400px) rotateY(-4deg)}
.screen-bar{height:48px;background:#0b2132;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 18px;font-size:10px}.mini-brand{font-weight:800;font-size:12px}.mini-brand img{width:19px;height:19px;vertical-align:middle;background:white;border-radius:5px;padding:3px;margin-right:6px}.screen-status{color:#aab7c0}.screen-status i{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:5px}
.screen-body{display:grid;grid-template-columns:145px 1fr;min-height:350px}.screen aside{background:#f4f7f7;padding:24px 14px;display:flex;flex-direction:column;gap:8px;font-size:9px;color:#6b7780}.screen aside b{color:#172b3a;margin:0 7px 13px;font-size:11px}.screen aside span{padding:9px;border-radius:5px}.screen aside .active{background:#dff4df;color:#1d6828;font-weight:700}
.dashboard{padding:25px}.dash-heading{display:flex;justify-content:space-between}.dash-heading small,.dashboard article small,.network-card small{font-size:7px;letter-spacing:.12em;color:#81909a;font-weight:700}.dash-heading strong{display:block;font:700 19px 'Manrope';margin-top:3px}.dash-heading button{border:0;background:var(--green);border-radius:4px;font-size:8px;font-weight:700;padding:0 14px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.metrics article{border:1px solid #e0e7e9;padding:13px;border-radius:7px}.metrics b{display:block;font:700 23px 'Manrope';margin:7px 0}.metrics b span{font-size:11px;color:#91a0a7}.metrics i{font-size:7px;font-style:normal;color:#7b8990}.metrics i.ok{color:#33963b}.network-card{border:1px solid #e0e7e9;border-radius:7px;padding:15px}.network-card strong{font:600 12px 'Manrope';display:block;margin-top:4px}.locations{display:flex;gap:8px;margin-top:15px}.locations span{font-size:7px;border:1px solid #e4e8e9;padding:8px;flex:1}.locations i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--green);margin-right:3px}.locations b{float:right}
.floating-card{position:absolute;z-index:3;bottom:40px;left:-25px;background:#fff;border-radius:9px;padding:13px 18px;display:flex;align-items:center;gap:11px;box-shadow:0 16px 35px rgba(11,36,47,.2)}.floating-card>span{background:#e1f5e1;color:var(--green-dark);width:31px;height:31px;border-radius:50%;display:grid;place-items:center;font-weight:800}.floating-card small{display:block;color:#8b979d;font-size:7px;letter-spacing:.1em}.floating-card b{font-size:10px}
.trust-strip{background:#fff;border-block:1px solid var(--line);padding:25px 7%;display:flex;align-items:center;justify-content:center;gap:55px;color:#758188}.trust-strip p{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.trust-strip div{display:flex;gap:55px}.trust-strip span{font:700 16px 'Manrope';color:#819097}
.menu-showcase{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:center;background:#fff}.menu-showcase-copy h2{font-size:43px;line-height:1.08;letter-spacing:-.045em;margin-bottom:25px}.menu-showcase-copy>p:last-of-type{color:var(--muted);font-size:16px;line-height:1.7}.menu-showcase-copy ul{list-style:none;padding:0;margin:28px 0 0}.menu-showcase-copy li{padding:13px 0;border-top:1px solid var(--line);color:#65727c;font-size:13px}.menu-showcase-copy li:before{content:'✓';color:var(--green-dark);font-weight:800;margin-right:10px}.menu-showcase-visual{margin:0;position:relative}.menu-showcase-visual img{display:block;width:100%;border-radius:13px;box-shadow:0 28px 60px rgba(7,24,40,.2)}.menu-showcase-visual figcaption{position:absolute;left:24px;bottom:20px;background:#fff;border-radius:8px;padding:12px 17px;box-shadow:0 12px 35px rgba(7,24,40,.2);font-size:10px}.menu-showcase-visual figcaption span{display:block;color:#819099;font-size:8px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.menu-showcase-visual figcaption i{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:5px}
.section{padding:110px max(7%,calc((100vw - 1200px)/2))}.section-intro{display:grid;grid-template-columns:1fr 1.05fr;column-gap:90px;align-items:start;margin-bottom:60px}.section-intro .eyebrow{grid-column:1}.section-intro h2{grid-column:1;font-size:48px;line-height:1.08;letter-spacing:-.045em;margin:0}.section-intro>p:last-child{grid-column:2;grid-row:2;color:var(--muted);line-height:1.75;font-size:17px;margin:4px 0}
.benefit-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:auto auto;gap:18px}.benefit-grid article{background:#fff;border:1px solid var(--line);padding:32px;min-height:255px;position:relative;overflow:hidden}.benefit-grid article.featured{grid-row:1/3;background:var(--navy);color:#fff;min-height:530px}.benefit-grid article:last-child{grid-column:2/4}.benefit-grid .icon{width:44px;height:44px;border-radius:50%;background:#e4f6e4;color:var(--green-dark);display:grid;place-items:center;font-size:21px;margin-bottom:32px}.benefit-grid article.featured .icon{background:rgba(89,201,89,.14);color:var(--green)}.benefit-grid article>p:first-of-type{font-size:10px;letter-spacing:.13em;font-weight:800;color:var(--green-dark)}.benefit-grid h3{font-size:25px;line-height:1.2;letter-spacing:-.03em;margin:12px 0}.benefit-grid article>p:last-of-type{color:#74808b;line-height:1.65;font-size:14px}.benefit-grid .featured>p:last-of-type{color:#a7b3bb}.node-map{position:absolute;width:260px;height:210px;bottom:-15px;right:-10px}.node-map b{position:absolute;left:95px;top:60px;width:80px;height:80px;border-radius:50%;background:var(--green);color:var(--navy);display:grid;place-items:center;text-align:center;font-size:11px;box-shadow:0 0 0 18px rgba(89,201,89,.08)}.node-map i{position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid var(--green)}.node-map i:nth-child(1){left:15px;top:25px}.node-map i:nth-child(2){right:20px;top:10px}.node-map i:nth-child(3){left:25px;bottom:30px}.node-map i:nth-child(4){right:5px;bottom:35px}.node-map:after,.node-map:before{content:'';position:absolute;width:190px;height:1px;background:rgba(89,201,89,.28);left:35px;top:98px;transform:rotate(28deg)}.node-map:after{transform:rotate(-32deg)}
.features{background:#fff}.section-intro.compact{display:block}.section-intro.compact h2{font-size:48px}.feature-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.feature-list article{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:32px 30px 32px 0;border-bottom:1px solid var(--line)}.feature-list article:nth-child(odd){border-right:1px solid var(--line);padding-right:45px}.feature-list article:nth-child(even){padding-left:45px}.feature-list>b{}.feature-list article>b{color:var(--green-dark);font:700 12px 'Manrope'}.feature-list h3{font-size:20px;margin-bottom:10px}.feature-list p{color:var(--muted);line-height:1.6;margin:0;font-size:14px}
.workflow{background:var(--navy);color:#fff}.eyebrow.light{color:var(--green)}.workflow h2 em{color:var(--green)}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin:60px 0 90px}.steps article{border-left:1px solid rgba(255,255,255,.18);padding:5px 45px 20px}.steps b{color:var(--green);font:700 12px 'Manrope'}.steps h3{font-size:26px;margin:35px 0 12px}.steps p{color:#9eacb5;line-height:1.6;font-size:14px}.cta{border-top:1px solid rgba(255,255,255,.18);padding-top:65px;display:flex;align-items:center;justify-content:space-between}.cta p{font-size:10px;letter-spacing:.15em;color:var(--green);font-weight:700}.cta h2{font-size:42px;letter-spacing:-.04em;margin:14px 0}.button-light{background:#fff;color:var(--navy);padding:18px 24px}.button-light span{color:var(--green-dark)}
footer{background:#05131f;color:#9da9b0;padding:38px max(7%,calc((100vw - 1200px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px;font-size:12px}.footer-brand{color:#fff}.footer-brand img{filter:brightness(0) invert(1)}footer p{margin:0}footer div{display:flex;gap:24px}footer div a{text-decoration:none;color:#d7dfe2}footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:22px}
@media(max-width:1000px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{padding:0;max-width:650px}.product-stage{height:470px;margin:35px -220px 0 0}.screen{width:650px}.menu-showcase{grid-template-columns:1fr}.section-intro{grid-template-columns:1fr}.section-intro>p:last-child{grid-column:1;grid-row:auto;margin-top:25px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-grid article.featured{grid-row:auto;grid-column:1/3;min-height:460px}.benefit-grid article:last-child{grid-column:auto}.trust-strip div{gap:25px}.steps article{padding-right:25px}.cta{gap:30px}}
@media(max-width:680px){.site-header{height:74px;padding:0 20px}.site-header{gap:10px;justify-content:space-between}.button-small{padding:9px 14px}.hero{padding:45px 22px 60px}.hero h1{font-size:46px}.hero-lead{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-proof{flex-direction:column;gap:10px}.product-stage{height:355px;margin:28px -380px 0 0;transform:scale(.78);transform-origin:left top}.trust-strip{display:block;text-align:center}.trust-strip div{flex-wrap:wrap;justify-content:center}.section{padding:75px 22px}.section-intro h2,.section-intro.compact h2{font-size:37px}.benefit-grid,.feature-list{grid-template-columns:1fr}.benefit-grid article.featured,.benefit-grid article:last-child{grid-column:auto}.benefit-grid article.featured{min-height:470px}.feature-list article:nth-child(odd){border-right:0;padding-right:0}.feature-list article:nth-child(even){padding-left:0}.steps{grid-template-columns:1fr;margin-bottom:60px}.steps article{padding:25px 20px;border-left:0;border-top:1px solid rgba(255,255,255,.18)}.steps h3{margin:15px 0 8px}.cta{display:block}.cta h2{font-size:34px}.cta .button{margin-top:20px}footer{grid-template-columns:1fr;text-align:center}footer .brand{justify-content:center}footer div{justify-content:center}footer small{grid-column:auto}}
.menu-stage{height:575px;padding:45px 0}.menu-board-image{position:relative;z-index:1;width:min(760px,100%);aspect-ratio:1.78;object-fit:cover;border:7px solid #0d2232;border-radius:15px;box-shadow:0 35px 70px rgba(9,36,48,.25);transform:perspective(1400px) rotateY(-4deg)}.menu-stage .floating-card{bottom:55px}.live-badge{position:absolute;z-index:3;right:6%;top:52px;background:rgba(7,24,40,.92);color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 15px;font-size:10px;font-weight:700;box-shadow:0 10px 30px rgba(7,24,40,.2)}.live-badge i{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;margin-right:7px;box-shadow:0 0 0 5px rgba(89,201,89,.15)}
.roi-figure{position:absolute;left:32px;right:32px;bottom:32px;padding:25px;border:1px solid rgba(89,201,89,.25);background:linear-gradient(135deg,rgba(89,201,89,.12),rgba(89,201,89,.03));border-radius:10px}.roi-figure small{display:block;color:var(--green);font-size:9px;letter-spacing:.13em;font-weight:800}.roi-figure strong{display:block;font:700 31px 'Manrope';margin:9px 0 3px}.roi-figure span{font-size:11px;color:#9eacb5}
@media(max-width:680px){.menu-stage{margin:15px -140px 0 0;width:620px;padding-top:35px}.menu-stage .floating-card{left:12px}.live-badge{right:30px}.benefit-grid article.featured{min-height:500px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
