:root{--yellow: #F5C518;--yellow-hover: #E0B400;--yellow-glow: rgba(245, 197, 24, .15);--yellow-subtle: rgba(245, 197, 24, .08);--navy: #111111;--navy-light: #161619;--surface: #1C1C1E;--surface-light: #242426;--text: #F5F5F0;--text-muted: #B0B8C1;--slate: #3D4F5F;--border: rgba(176, 184, 193, .15);--glass: rgba(28, 28, 30, .6);--glass-border: rgba(245, 197, 24, .1);--red: #E53935;--green: #43A047;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--navy);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;overflow-x:hidden}#root{width:100%}a{color:var(--yellow);text-decoration:none;transition:color .2s}a:hover{color:var(--yellow-hover)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}section{padding:6rem 1.5rem;position:relative}.container{max-width:1200px;margin:0 auto;width:100%}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--yellow);margin-bottom:1rem;padding:.35rem .75rem;background:var(--yellow-subtle);border:1px solid var(--glass-border);border-radius:4px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1.5rem;color:var(--text)}.section-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:640px;line-height:1.7}.glass-card{background:var(--glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;transition:border-color .3s,transform .3s}.glass-card:hover{border-color:#f5c51840;transform:translateY(-2px)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--yellow);color:var(--navy);font-weight:700;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .2s;font-family:inherit}.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:transparent;color:var(--text);font-weight:600;font-size:1rem;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .2s,transform .2s;font-family:inherit}.btn-secondary:hover{border-color:var(--yellow);transform:translateY(-1px)}.section-divider{height:1px;background:linear-gradient(90deg,transparent,var(--glass-border),transparent);max-width:1200px;margin:0 auto}@media(max-width:768px){section{padding:4rem 1.25rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;transition:background .3s,padding .3s,backdrop-filter .3s}.navbar.scrolled{background:#111111e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.75rem 1.5rem;border-bottom:1px solid var(--glass-border)}.navbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text)}.brand-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--yellow);color:var(--navy);font-weight:900;font-size:.8rem;border-radius:8px;letter-spacing:-.02em}.brand-text{font-weight:700;font-size:1.125rem;letter-spacing:-.02em}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-links a{color:var(--text-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--text)}.nav-cta{padding:.6rem 1.25rem!important;font-size:.875rem!important;color:var(--navy)!important}.menu-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.25rem}@media(max-width:768px){.menu-toggle{display:block}.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#111111f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1.5rem;gap:1.25rem;border-bottom:1px solid var(--glass-border)}.navbar-links.open{display:flex}}.hero{position:relative;height:100vh;min-height:600px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero-overlay-top{position:absolute;top:0;left:0;right:0;height:45%;background:linear-gradient(to bottom,rgba(17,17,17,.85) 0%,rgba(17,17,17,.5) 50%,transparent 100%);pointer-events:none}.hero-overlay-bottom{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(17,17,17,.9) 0%,rgba(17,17,17,.5) 50%,transparent 100%);pointer-events:none}.hero-top{position:relative;z-index:1;padding-top:7rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--text-muted);padding:.4rem 1rem;background:#f5c51814;border:1px solid var(--glass-border);border-radius:100px;margin-bottom:1.25rem}.badge-dot{width:6px;height:6px;background:var(--yellow);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:900;letter-spacing:-.03em;line-height:1.15;max-width:480px;text-shadow:0 2px 30px rgba(0,0,0,.6)}.text-yellow{color:var(--yellow)}.hero-bottom{position:relative;z-index:1;padding-bottom:2.5rem}.hero-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:flex;align-items:center;gap:2rem;padding:1rem 1.5rem;background:#11111180;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:12px}.stat{display:flex;align-items:center;gap:.75rem}.stat-icon{color:var(--yellow);flex-shrink:0}.stat-value{font-weight:700;font-size:.9rem;color:var(--text)}.stat-label{font-size:.8rem;color:var(--text-muted)}.stat-divider{width:1px;height:36px;background:var(--border)}@media(max-width:768px){.hero{min-height:100svh}.hero-image{object-position:70% center}.hero-overlay-top{height:35%;background:linear-gradient(to bottom,rgba(17,17,17,.8) 0%,rgba(17,17,17,.3) 60%,transparent 100%)}.hero-overlay-bottom{height:40%;background:linear-gradient(to top,rgba(17,17,17,.85) 0%,rgba(17,17,17,.3) 60%,transparent 100%)}.hero-top{padding-top:6rem}.hero-title{font-size:1.85rem}.hero-bottom-inner{flex-direction:column;align-items:flex-start}.hero-actions{width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{flex:1;justify-content:center}.hero-stats{width:100%;gap:1.25rem;padding:1rem}.stat-divider{display:none}}@media(max-width:480px){.hero-title{font-size:1.75rem}.hero-actions{flex-direction:column}.hero-stats{flex-direction:column;align-items:flex-start;gap:.75rem}}.platform{background:var(--navy)}.platform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.platform-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.platform-card p{font-size:.925rem;color:var(--text-muted);line-height:1.7}.platform-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--yellow-subtle);border:1px solid var(--glass-border);border-radius:10px;color:var(--yellow);margin-bottom:1.25rem}@media(max-width:768px){.platform-grid{grid-template-columns:1fr}}.pretrip{background:var(--navy-light)}.pretrip-demo{margin:3rem 0;max-width:640px}.demo-conversation{background:var(--glass);border:1px solid var(--glass-border);border-radius:12px;overflow:hidden}.demo-header{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:#f5c5180d;border-bottom:1px solid var(--glass-border);font-size:.85rem;font-weight:600;color:var(--text)}.demo-live{margin-left:auto;font-size:.65rem;font-weight:700;color:var(--yellow);padding:.15rem .5rem;border:1px solid var(--yellow);border-radius:4px;letter-spacing:.1em}.demo-messages{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.msg{padding:.875rem 1rem;border-radius:10px;font-size:.875rem;line-height:1.6;max-width:90%}.msg.assistant{background:#f5c51814;border:1px solid var(--glass-border);color:var(--text);align-self:flex-start}.msg.driver{background:var(--surface-light);border:1px solid var(--border);color:var(--text-muted);align-self:flex-end}.pretrip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.pretrip-item{display:flex;gap:1rem;align-items:flex-start}.pretrip-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;background:var(--yellow-subtle);border:1px solid var(--glass-border);border-radius:8px;color:var(--yellow)}.pretrip-item h3{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:var(--text)}.pretrip-item p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.pretrip-tech{margin-top:3rem}.tech-card h3{font-size:1.125rem;font-weight:700;color:var(--yellow);margin-bottom:1rem}.tech-card p{font-size:.925rem;color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.tech-card p:last-child{margin-bottom:0}@media(max-width:768px){.pretrip-grid{grid-template-columns:1fr;gap:1.5rem}}.modules{background:var(--navy)}.modules-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.module-card{padding:2.5rem}.module-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.module-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;min-width:56px;background:var(--yellow-subtle);border:1px solid var(--glass-border);border-radius:12px;color:var(--yellow)}.module-header h3{font-size:1.25rem;font-weight:800;color:var(--text);margin-bottom:.15rem}.module-tagline{font-size:.9rem;color:var(--yellow);font-weight:500}.module-description{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.module-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.module-feature{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:var(--text-muted);line-height:1.5}.feature-icon{color:var(--yellow);flex-shrink:0;margin-top:1px}@media(max-width:768px){.module-card{padding:1.5rem}.module-features{grid-template-columns:1fr}}.data-ownership{background:var(--navy-light)}.data-split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.problem-card,.solution-card{height:100%}.problem-header,.solution-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.problem-header h3{font-size:1.125rem;font-weight:700;color:var(--red)}.problem-icon{color:var(--red)}.solution-header h3{font-size:1.125rem;font-weight:700;color:var(--yellow)}.solution-icon{color:var(--yellow)}.problem-card p,.solution-card p{font-size:.925rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem}.problem-list{list-style:none;padding:0;margin-bottom:1.25rem}.problem-list li{font-size:.875rem;color:var(--text-muted);line-height:1.6;padding:.4rem 0 .4rem 1.25rem;position:relative}.problem-list li:before{content:"";position:absolute;left:0;top:.85rem;width:6px;height:6px;background:var(--red);border-radius:50%;opacity:.7}.problem-bottom{font-weight:600;color:var(--text)!important}.solution-points{display:flex;flex-direction:column;gap:1.25rem}.solution-point{display:flex;gap:.75rem;align-items:flex-start}.solution-point svg{color:var(--yellow);flex-shrink:0;margin-top:2px}.solution-point strong{display:block;font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.solution-point span{font-size:.85rem;color:var(--text-muted);line-height:1.6}@media(max-width:768px){.data-split{grid-template-columns:1fr}}.deployment{background:var(--navy)}.deployment-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.tier-card{text-align:center;padding:2.5rem 2rem;position:relative}.tier-featured{border-color:#f5c5184d;background:linear-gradient(135deg,var(--glass),rgba(245,197,24,.05))}.tier-tag{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--yellow);margin-bottom:1.5rem}.tier-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--yellow-subtle);border:1px solid var(--glass-border);border-radius:12px;color:var(--yellow);margin:0 auto 1.25rem}.tier-card h3{font-size:1.25rem;font-weight:800;color:var(--text);margin-bottom:.25rem}.tier-subtitle{font-size:.875rem;color:var(--yellow);font-weight:500;margin-bottom:1rem}.tier-description{font-size:.9rem;color:var(--text-muted);line-height:1.7}@media(max-width:768px){.deployment-tiers{grid-template-columns:1fr}}.cta{background:var(--navy-light);position:relative;overflow:hidden;padding:8rem 1.5rem}.cta-bg{position:absolute;inset:0;z-index:0}.cta-gradient{position:absolute;bottom:-30%;left:50%;transform:translate(-50%);width:80%;height:60%;background:radial-gradient(ellipse,var(--yellow-glow) 0%,transparent 70%);pointer-events:none}.cta-content{position:relative;z-index:1;text-align:center;max-width:700px}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1.25rem}.cta-subtitle{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin-bottom:3rem}.cta-actions{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.cta-demo,.cta-waitlist{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cta-btn{font-size:1.1rem;padding:1rem 2.5rem;text-decoration:none}.cta-note{font-size:.8rem;color:var(--text-muted)}.cta-divider{display:flex;align-items:center;color:var(--text-muted);font-size:.85rem;font-weight:500}.waitlist-form{display:flex;gap:.5rem}.waitlist-input{padding:.75rem 1rem;background:var(--glass);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;font-family:inherit;outline:none;min-width:220px;transition:border-color .2s}.waitlist-input:focus{border-color:var(--yellow)}.waitlist-input::placeholder{color:var(--text-muted)}.waitlist-btn{padding:.75rem 1.25rem;white-space:nowrap;background:#f5c5181a;border-color:var(--yellow);color:var(--yellow);font-weight:700;font-size:.95rem}.waitlist-btn:hover{background:#f5c51833}.waitlist-success{display:flex;align-items:center;gap:.5rem;color:var(--green);font-weight:600;font-size:.95rem}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.cta-actions{flex-direction:column}.waitlist-form{flex-direction:column;width:100%}.waitlist-input{min-width:0;width:100%}}.footer{background:var(--navy);padding:0 1.5rem 2rem}.footer-inner{display:flex;justify-content:space-between;gap:3rem;padding:3rem 0 2rem}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-tagline{font-size:.875rem;color:var(--text-muted);line-height:1.6}.footer-links{display:flex;gap:4rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text);margin-bottom:.5rem}.footer-col a{font-size:.85rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border)}.footer-bottom p{font-size:.8rem;color:var(--slate)}.footer-product{font-style:italic}@media(max-width:768px){.footer-inner{flex-direction:column;gap:2rem}.footer-links{gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.app{width:100%;overflow-x:hidden}
