:root{--bg:#090909;--panel:#101010;--panel2:#151515;--line:#252525;--text:#fff;--muted:#9e9e9e;--red:#d90022;--red2:#9e0019;--green:#28c77d;--orange:#f59e0b;--radius:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Satoshi,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,#000,transparent 72%);z-index:-1}
a{color:inherit;text-decoration:none}button{font:inherit}.section-shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.page-loader{position:fixed;inset:0;z-index:999;background:#050505;display:grid;place-items:center;transition:opacity .45s,visibility .45s}.page-loader.loaded{opacity:0;visibility:hidden}.page-loader>span{position:absolute;width:140px;height:1px;bottom:calc(50% - 64px);background:#222;overflow:hidden}.page-loader>span::after{content:"";position:absolute;inset:0;background:var(--red);transform:translateX(-100%);animation:load 1.1s ease infinite}@keyframes load{to{transform:translateX(100%)}}
.logo-crop{position:relative;display:block;overflow:hidden;background:#050505}.logo-crop img{position:absolute;width:100%;height:auto;left:0;top:50%;transform:translateY(-50%);display:block}
.loader-logo{width:210px;height:70px}.loader-logo img{width:118%;left:-9%}
.site-header{position:fixed;z-index:50;top:0;left:50%;transform:translateX(-50%);width:min(1280px,calc(100% - 36px));height:74px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid transparent;border-radius:0 0 16px 16px;transition:.3s ease}.site-header.scrolled{top:10px;height:66px;background:rgba(8,8,8,.88);border-color:rgba(255,255,255,.09);border-radius:15px;backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(0,0,0,.38)}
.brand-link{width:154px}.nav-logo{height:45px;width:154px}.nav-logo img{width:120%;left:-10%}
.desktop-nav{display:flex;gap:32px;align-items:center}.desktop-nav a,.text-link{font-size:13px;font-weight:650;color:#b8b8b8;transition:.2s}.desktop-nav a:hover,.text-link:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:20px}.button{min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:14px;font-weight:750;letter-spacing:.01em;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,#ed0026,var(--red2));color:#fff;box-shadow:0 10px 34px rgba(217,0,34,.24),inset 0 1px rgba(255,255,255,.18)}.button-primary:hover{box-shadow:0 14px 42px rgba(217,0,34,.38)}.button-secondary{border-color:#343434;background:#121212;color:#fff}.button-secondary:hover{border-color:#606060;background:#191919}.button-small{min-height:40px;padding:0 18px;font-size:12px}.menu-toggle,.mobile-nav{display:none}
.hero{min-height:850px;padding-top:148px;padding-bottom:84px;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:36px;position:relative}.hero-glow{position:absolute;width:620px;height:620px;left:-280px;top:100px;background:radial-gradient(circle,rgba(217,0,34,.13),transparent 67%);pointer-events:none}
.eyebrow{display:flex;align-items:center;gap:10px;color:#b4b4b4;font-size:11px;font-weight:800;letter-spacing:.17em}.eyebrow span{width:22px;height:2px;background:var(--red);box-shadow:0 0 12px var(--red)}
.hero-logo{width:238px;height:72px;margin:28px 0 30px}.hero-logo img{width:118%;left:-9%}.hero h1{font-size:clamp(46px,5.2vw,78px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:720px}.hero-copy>p{font-size:19px;line-height:1.65;color:#aaa;max-width:620px;margin:28px 0 34px}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.watch-link{display:flex;align-items:center;gap:9px;padding:12px 10px;font-size:13px;font-weight:700;color:#c8c8c8}.play{width:30px;height:30px;display:grid;place-items:center;border:1px solid #393939;border-radius:50%;font-size:9px}.hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#848484;font-size:12px}.hero-proof i{font-style:normal;color:var(--green);margin-right:5px}
.product-stage{position:relative;height:580px;perspective:1400px}.app-window{position:absolute;width:730px;height:484px;left:18px;top:40px;border:1px solid #323232;border-radius:17px;background:#0c0c0c;box-shadow:0 50px 120px rgba(0,0,0,.75),0 0 80px rgba(217,0,34,.08);overflow:hidden;transform:rotateY(-5deg) rotateX(2deg)}.app-topbar{height:42px;border-bottom:1px solid #242424;display:flex;align-items:center;padding:0 14px;font-size:10px;color:#aaa}.mini-brand{display:grid;place-items:center;width:21px;height:21px;margin-right:10px;background:var(--red);clip-path:polygon(0 0,100% 0,50% 100%);font-size:11px;font-weight:900;color:white}.window-dots{margin-left:auto;display:flex;gap:5px}.window-dots i{width:6px;height:6px;border-radius:50%;background:#333}.app-body{height:calc(100% - 42px);display:flex}.app-sidebar{width:70px;padding:18px 15px;border-right:1px solid #202020;display:flex;flex-direction:column;align-items:center;gap:17px}.app-sidebar b{font-size:8px;letter-spacing:.12em;color:#ddd}.app-sidebar span{width:28px;height:7px;border-radius:3px;background:#282828}.app-sidebar span.active{background:var(--red);box-shadow:0 0 14px rgba(217,0,34,.45)}.app-content{flex:1;padding:22px}.preview-heading{display:flex;align-items:center;justify-content:space-between}.preview-heading small{display:block;font-size:7px;color:#666;letter-spacing:.12em}.preview-heading strong{display:block;font-size:18px;margin-top:2px}.preview-heading button{background:var(--red);border:0;color:white;border-radius:5px;padding:8px 12px;font-size:8px;font-weight:800}.preview-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:20px 0}.preview-kpis article{border:1px solid #242424;border-radius:8px;background:#111;padding:12px}.preview-kpis small{font-size:6px;color:#777}.preview-kpis b{display:block;font-size:19px;margin:4px 0}.preview-kpis em{font-size:7px;color:var(--green);font-style:normal}.preview-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:10px;height:260px}.preview-map,.driver-list{position:relative;border:1px solid #242424;border-radius:9px;background:#0e0e0e;overflow:hidden}.preview-map{background:radial-gradient(circle at 60% 40%,#1a1a1a,#0c0c0c)}.map-road{position:absolute;height:2px;background:#292929;width:140%;transform-origin:left}.r1{top:35%;left:-10%;transform:rotate(19deg)}.r2{top:63%;left:-10%;transform:rotate(-14deg)}.r3{top:10%;left:45%;transform:rotate(75deg)}.map-pin{position:absolute;width:24px;height:24px;display:grid;place-items:center;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--red);font-size:8px;font-weight:900}.map-pin::first-letter{transform:rotate(45deg)}.p1{left:24%;top:30%}.p2{left:59%;top:53%}.p3{left:74%;top:21%}.map-label{position:absolute;left:12px;bottom:12px;font-size:8px;color:#aaa}.map-label i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);margin-right:5px}.driver-list{padding:14px}.driver-list header{display:flex;justify-content:space-between;font-size:9px;margin-bottom:12px}.driver-list header span{color:#777;font-size:7px}.driver-list>div{display:flex;align-items:center;gap:8px;border-top:1px solid #202020;padding:13px 0}.driver-list>div>i{width:7px;height:7px;border-radius:50%}.online{background:#f59e0b}.loading{background:#8b5cf6}.yard{background:#16a34a}.driver-list span{flex:1}.driver-list b,.driver-list small{display:block;font-size:8px}.driver-list small{color:#666;margin-top:2px}.driver-list em{font-size:8px;color:#aaa;font-style:normal}.floating-chip{position:absolute;border:1px solid #333;background:rgba(18,18,18,.93);backdrop-filter:blur(12px);border-radius:11px;box-shadow:0 20px 40px rgba(0,0,0,.48)}.chip-one{left:-25px;bottom:24px;padding:13px 17px;display:flex;align-items:center;gap:10px}.chip-one>i{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}.chip-one b,.chip-one small{display:block;font-size:9px}.chip-one small{color:#777;margin-top:2px}.chip-two{right:-15px;top:6px;padding:13px 17px}.chip-two span,.chip-two b{display:block}.chip-two span{font-size:8px;color:#777}.chip-two b{font-size:17px}.stage-orbit{position:absolute;border:1px solid rgba(217,0,34,.15);border-radius:50%;pointer-events:none}.orbit-one{width:470px;height:470px;right:-120px;top:20px}.orbit-two{width:310px;height:310px;right:-45px;top:100px}
.trust-strip{border-block:1px solid #202020;background:#0c0c0c}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:150px}.trust-grid>div{display:flex;flex-direction:column;justify-content:center;padding:25px 38px;border-right:1px solid #202020}.trust-grid>div:last-child{border:0}.trust-grid b{font-size:32px;letter-spacing:-.04em}.trust-grid span{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:.12em;margin-top:4px}
.feature-section,.platform-section,.pricing-section{padding-block:130px}.section-heading{max-width:760px;margin-bottom:58px}.section-heading h2,.why-copy h2,.faq-intro h2{font-size:clamp(38px,5vw,64px);line-height:1.06;letter-spacing:-.045em;margin:18px 0}.section-heading h2 em,.why-copy h2 em,.faq-intro h2 em{font-style:normal;color:#777}.section-heading p,.why-copy>p,.faq-intro>p{color:#888;max-width:620px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading.centered .eyebrow{justify-content:center}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature-card{min-height:280px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.018),transparent);transition:.3s}.feature-card:hover{background:linear-gradient(145deg,rgba(217,0,34,.09),rgba(255,255,255,.02));transform:translateY(-5px)}.feature-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid #353535;border-radius:11px;color:var(--red);font-size:20px;margin-bottom:42px}.feature-card h3{font-size:17px;margin:0 0 12px}.feature-card p{font-size:13px;color:#818181;margin:0}.feature-card a{display:inline-flex;gap:8px;margin-top:22px;color:#bdbdbd;font-size:11px;font-weight:750}.feature-card a span{color:var(--red)}
.workflow-section{padding:125px 0;background:#0d0d0d;border-block:1px solid #202020}.workflow-line{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin-top:78px}.workflow-line::before{content:"";position:absolute;top:49px;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,var(--red),var(--red),transparent)}.workflow-step{text-align:center;padding:0 24px;position:relative}.step-number{font-size:11px;color:#666;letter-spacing:.12em}.step-node{width:18px;height:18px;border:4px solid #0d0d0d;border-radius:50%;background:var(--red);box-shadow:0 0 0 1px var(--red),0 0 18px rgba(217,0,34,.65);margin:31px auto}.workflow-step h3{font-size:17px}.workflow-step p{font-size:13px;color:#777}
.platform-tabs{display:flex;gap:8px;margin-bottom:20px;overflow:auto}.platform-tabs button{border:1px solid #2a2a2a;background:#111;color:#777;border-radius:8px;padding:10px 18px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.platform-tabs button.active{background:var(--red);border-color:var(--red);color:white}.platform-frame{padding:1px;border-radius:20px;background:linear-gradient(135deg,#444,#171717 60%,rgba(217,0,34,.55));box-shadow:0 45px 100px rgba(0,0,0,.6)}.platform-screen{height:600px;border-radius:19px;background:#0b0b0b;overflow:hidden;display:flex}.screen-sidebar{width:105px;border-right:1px solid #222;padding:26px;display:flex;align-items:center;flex-direction:column;gap:24px}.screen-sidebar .mini-brand{width:34px;height:34px;margin:0 0 18px}.screen-sidebar span{width:42px;height:8px;border-radius:4px;background:#242424}.screen-sidebar span.active{background:var(--red)}.screen-main{flex:1;padding:38px}.screen-top{display:flex;justify-content:space-between;align-items:center}.screen-top small{font-size:9px;letter-spacing:.14em;color:#777}.screen-top h3{font-size:25px;margin:4px 0}.screen-action{background:var(--red);border-radius:7px;padding:10px 15px;font-size:10px;font-weight:800}.screen-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0}.screen-cards i{height:105px;border:1px solid #242424;border-radius:11px;background:linear-gradient(145deg,#151515,#0f0f0f)}.screen-panels{display:grid;grid-template-columns:1.5fr 1fr;gap:14px;height:320px}.chart-panel,.activity-panel{border:1px solid #242424;border-radius:12px;background:#101010;padding:25px}.chart-bars{height:100%;display:flex;align-items:flex-end;gap:10px;border-bottom:1px solid #282828}.chart-bars i{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(#e60025,#640010);opacity:.82}.activity-panel div{height:20%;display:flex;align-items:center;gap:12px;border-bottom:1px solid #222}.activity-panel i{width:8px;height:8px;border-radius:50%;background:var(--green)}.activity-panel span{height:6px;flex:1;background:#292929;border-radius:4px}.activity-panel em{width:22%;height:6px;background:#1f1f1f;border-radius:4px}
.why-section{padding:130px 0;background:linear-gradient(120deg,#0c0c0c,#090909)}.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.why-copy{position:sticky;top:130px;align-self:start}.why-copy .button{margin-top:22px}.why-list{display:grid;grid-template-columns:1fr 1fr}.why-item{padding:28px 26px;border-left:1px solid #272727;border-bottom:1px solid #272727;display:flex;gap:20px;min-height:175px}.why-item>span{color:var(--red);font-size:10px;font-weight:800}.why-item h3{font-size:17px;margin:0 0 10px}.why-item p{font-size:13px;color:#777;margin:0}
.pricing-section{border-top:1px solid #202020}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.pricing-card{position:relative;border:1px solid #292929;border-radius:17px;padding:38px;background:#0f0f0f}.pricing-card.featured{border-color:var(--red);background:linear-gradient(160deg,rgba(217,0,34,.11),#0f0f0f 35%);box-shadow:0 24px 80px rgba(217,0,34,.12)}.popular{position:absolute;right:18px;top:18px;border-radius:20px;background:var(--red);padding:5px 9px;font-size:8px;font-weight:900;letter-spacing:.1em}.pricing-card>small{color:#666;font-size:9px;letter-spacing:.14em}.pricing-card h3{font-size:25px;margin:12px 0 20px}.price{height:64px;font-size:44px;font-weight:800;letter-spacing:-.05em}.price sup{font-size:18px}.price span{font-size:12px;color:#777;letter-spacing:0}.price b{font-size:30px}.pricing-card ul{list-style:none;padding:25px 0;margin:24px 0;border-block:1px solid #242424;min-height:210px}.pricing-card li{padding:7px 0;color:#aaa;font-size:13px}.pricing-card li::first-letter{color:var(--green)}.pricing-card .button{width:100%}
.faq-section{padding-block:125px;display:grid;grid-template-columns:.7fr 1.3fr;gap:110px}.faq-intro{position:sticky;top:130px;align-self:start}.faq-intro a{font-size:13px;color:#ddd;font-weight:700}.faq-item{border-bottom:1px solid #2a2a2a}.faq-item summary{list-style:none;cursor:pointer;padding:25px 4px;display:flex;justify-content:space-between;gap:20px;font-size:16px;font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{font-size:24px;color:var(--red);transition:.25s}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{color:#888;font-size:14px;padding:0 45px 25px 4px;margin:0}
.cta-section{position:relative;overflow:hidden;border-block:1px solid #292929;background:#0c0c0c}.cta-inner{min-height:600px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;position:relative}.cta-glow{position:absolute;width:900px;height:500px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(ellipse,rgba(217,0,34,.17),transparent 66%)}.cta-logo{width:190px;height:54px;margin-bottom:25px}.cta-logo img{width:118%;left:-9%}.cta-inner h2{font-size:clamp(46px,7vw,85px);line-height:.98;letter-spacing:-.055em;margin:0}.cta-inner p{color:#929292;margin:25px 0 30px}.cta-inner>div:last-child{display:flex;gap:12px}
footer{padding:80px 0 28px;background:#060606}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-logo{width:170px;height:55px}.footer-logo img{width:118%;left:-9%}.footer-brand p{color:#777;max-width:310px;font-size:13px}.footer-brand>a{color:#ddd;font-size:13px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-grid b{font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.footer-grid>div:not(:first-child) a{font-size:13px;color:#777}.footer-grid a:hover{color:white}.footer-bottom{border-top:1px solid #202020;margin-top:58px;padding-top:24px;display:flex;justify-content:space-between;color:#606060;font-size:11px}.footer-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);margin-right:7px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.hero{grid-template-columns:1fr;padding-top:125px}.hero-copy{text-align:center}.hero-copy .eyebrow,.hero-actions{justify-content:center}.hero-logo{margin-inline:auto}.hero-copy>p{margin-inline:auto}.hero-proof{justify-content:center}.product-stage{width:780px;max-width:100%;margin:auto}.app-window{left:50%;transform:translateX(-50%);max-width:94%}.feature-grid{grid-template-columns:repeat(3,1fr)}.why-grid{gap:50px}.platform-screen{height:520px}.faq-section{gap:60px}}
@media(max-width:800px){.section-shell{width:min(100% - 30px,680px)}.site-header{width:calc(100% - 18px)}.desktop-nav,.nav-actions .text-link{display:none}.menu-toggle{width:42px;height:42px;border:1px solid #333;border-radius:9px;background:#101010;display:grid;place-content:center;gap:5px}.menu-toggle span{width:18px;height:2px;background:white}.mobile-nav{position:absolute;top:76px;left:0;right:0;padding:15px;background:#0b0b0b;border:1px solid #292929;border-radius:12px;box-shadow:0 20px 50px #000;flex-direction:column}.mobile-nav.open{display:flex}.mobile-nav a{padding:11px 8px;border-bottom:1px solid #202020;font-size:14px}.hero{min-height:auto;padding-top:125px}.hero h1{font-size:51px}.product-stage{height:450px}.app-window{width:680px;height:410px}.preview-grid{height:210px}.floating-chip{display:none}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{border-bottom:1px solid #202020}.feature-section,.platform-section,.pricing-section{padding-block:90px}.feature-grid{grid-template-columns:1fr 1fr}.feature-card{min-height:240px}.workflow-line{grid-template-columns:1fr 1fr;gap:50px 0}.workflow-line::before{display:none}.why-grid,.faq-section{grid-template-columns:1fr}.why-copy,.faq-intro{position:static}.pricing-grid{grid-template-columns:1fr;max-width:520px;margin:auto}.screen-sidebar{display:none}.screen-main{padding:25px}.why-list{margin-top:30px}.faq-section{gap:35px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{display:none}}
@media(max-width:520px){.site-header{padding:0 11px}.brand-link,.nav-logo{width:126px}.nav-actions{gap:9px}.button-small{padding:0 12px}.hero{padding-top:115px}.hero-logo{width:190px;height:58px}.hero h1{font-size:42px}.hero-copy>p{font-size:16px}.hero-actions{align-items:stretch}.hero-actions .button{width:calc(50% - 6px)}.watch-link{width:100%;justify-content:center}.hero-proof{gap:8px 15px}.product-stage{height:330px;margin-top:25px}.app-window{height:305px;top:10px}.app-topbar{height:30px}.app-sidebar{display:none}.app-content{padding:13px}.preview-heading strong{font-size:13px}.preview-kpis{grid-template-columns:1fr 1fr;margin:11px 0}.preview-kpis article{padding:7px}.preview-kpis b{font-size:13px}.preview-kpis article:nth-child(n+3){display:none}.preview-grid{height:150px;grid-template-columns:1fr}.driver-list{display:none}.trust-grid>div{padding:22px 14px}.trust-grid b{font-size:26px}.trust-grid span{font-size:8px}.section-heading h2,.why-copy h2,.faq-intro h2{font-size:38px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto;padding:26px}.feature-icon{margin-bottom:25px}.workflow-line{grid-template-columns:1fr}.workflow-step{padding:0 20px}.platform-screen{height:380px}.screen-main{padding:18px}.screen-cards{grid-template-columns:1fr 1fr;margin:18px 0}.screen-cards i{height:65px}.screen-panels{grid-template-columns:1fr;height:190px}.activity-panel{display:none}.why-list{grid-template-columns:1fr}.why-item{min-height:auto}.pricing-card{padding:30px 24px}.faq-item summary{font-size:14px}.cta-inner{min-height:520px}.cta-inner h2{font-size:48px}.cta-inner>div:last-child{flex-direction:column;width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.page-loader>span::after{animation:none}}
