@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.layout{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;padding:1.25rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(20px);background:#050810d9;border-bottom:1px solid #ffffff0f;padding:.85rem 0;box-shadow:0 4px 30px #0006}.header-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.header-logo img{object-fit:contain;width:auto;max-width:220px;height:36px;transition:opacity .2s;display:block}.header-logo:hover img{opacity:.85}.header-nav{align-items:center;gap:.25rem;display:flex}.header-nav a{color:#f8fafcb3;border-radius:.5rem;padding:.45rem .85rem;font-size:.9rem;font-weight:500;transition:all .2s}.header-nav a:hover{color:#f8fafc;background:#ffffff0d}.header-actions{align-items:center;gap:.75rem;display:flex}.hamburger{cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-direction:column;justify-content:center;gap:5px;padding:.5rem;display:none}.hamburger span{background:var(--text-primary);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-overlay{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.footer{background:var(--bg-surface);padding:5rem 0 2rem}.footer-top{border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr 1.5fr;gap:4rem;padding-bottom:3rem;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo{object-fit:contain;width:auto;max-width:240px;height:44px;margin-bottom:1.25rem}.footer-brand p{color:var(--text-secondary);max-width:320px;font-size:.95rem;line-height:1.8}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.footer-col a{color:var(--text-secondary);margin-bottom:.65rem;font-size:.9rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--text-primary)}.founder-card{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.founder-avatar{background:linear-gradient(135deg, var(--blue-600), #818cf8);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.founder-card strong{color:var(--text-primary);font-size:.9rem;display:block}.founder-card span{color:var(--text-muted);font-size:.8rem}.founder-email{word-break:break-word;font-size:.9rem;color:var(--blue-500)!important}.footer-bottom{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:2rem;font-size:.85rem;display:flex}@media (width<=768px){.hamburger{display:flex}.header-nav{background:var(--bg-surface);border-left:1px solid var(--border-subtle);z-index:95;flex-direction:column;align-items:flex-start;gap:.5rem;width:280px;padding:5rem 2rem 2rem;display:none;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 40px #00000080}.header-nav--open{display:flex}.header-nav a{width:100%;padding:.75rem 1rem;font-size:1rem}.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-links{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column}}@media (width<=480px){.footer-links{grid-template-columns:1fr}}.hero{background:radial-gradient(80% 60% at 50% 0,#2563eb14 0%,#0000 70%);align-items:center;min-height:100vh;padding:9rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;filter:blur(120px);opacity:.25;border-radius:50%;width:600px;height:600px;position:absolute}.hero-glow--left{background:radial-gradient(circle,#2563eb 0%,#0000 70%);top:-200px;left:-200px}.hero-glow--right{background:radial-gradient(circle,#f97316 0%,#0000 70%);bottom:-200px;right:-200px}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid;position:relative}.hero-badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f640;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-dot{background:#3b82f6;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse-glow}.hero-title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:900;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.hero-ctas{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-social-proof{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.sp-item{flex-direction:column;gap:.15rem;display:flex}.sp-item strong{color:var(--text-primary);font-size:.9rem;font-weight:700}.sp-item span{color:var(--text-muted);font-size:.78rem}.sp-divider{background:var(--border-subtle);flex-shrink:0;width:1px;height:32px}.hero-visual{position:relative}.app-card{padding:1.5rem;box-shadow:0 30px 80px #0009,0 0 0 1px #ffffff0f}.app-card-header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.app-dots{gap:6px;display:flex}.app-dots span{border-radius:50%;width:12px;height:12px;display:block}.app-title-bar{color:var(--text-secondary);text-align:center;flex:1;font-size:.85rem;font-weight:600}.app-meta{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.app-meta-item{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#ffffff08;flex-direction:column;gap:.35rem;padding:.75rem;display:flex}.meta-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:600}.meta-value{font-size:.8rem;font-weight:700}.app-steps{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.app-step{border-radius:var(--radius-md);border:1px solid var(--border-subtle);opacity:.5;align-items:flex-start;gap:1rem;padding:.85rem;transition:all .3s;display:flex;position:relative}.app-step--active{opacity:1;background:#3b82f60d;border-color:#3b82f640;box-shadow:0 0 20px #3b82f614}.step-num{background:var(--bg-elevated);border:1px solid var(--border-subtle);width:28px;height:28px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.step-num--active{background:var(--blue-600);border-color:var(--blue-600);color:#fff;box-shadow:0 0 12px #2563eb80}.step-body{flex:1}.step-title{color:var(--text-primary);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.step-desc{color:var(--text-muted);font-size:.75rem;line-height:1.5}.step-badge{color:#93c5fd;text-transform:uppercase;letter-spacing:.06em;background:#3b82f626;border:1px solid #3b82f633;border-radius:100px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.app-footer-bar{border-top:1px solid var(--border-subtle);align-items:center;gap:1rem;padding-top:1rem;display:flex}.progress-bar{background:var(--bg-elevated);border-radius:2px;flex:1;height:4px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--blue-600), #818cf8);border-radius:2px;height:100%}.app-footer-bar span{color:var(--text-muted);white-space:nowrap;font-size:.75rem}@media (width<=960px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-badge{margin:0 auto 2rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-ctas,.hero-social-proof{justify-content:center}.hero-visual{width:100%;max-width:520px;margin:0 auto}}@media (width<=480px){.app-meta{grid-template-columns:1fr}}.problem-section{background:var(--bg-surface);position:relative}.problem-section:before{content:"";background:linear-gradient(90deg, transparent, var(--border-medium), transparent);height:1px;position:absolute;top:0;left:0;right:0}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-label{margin:0 auto 1.5rem}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.problem-card{cursor:default;flex-direction:column;gap:1.25rem;padding:2rem;transition:all .25s;display:flex}.problem-card--highlight{border-color:#f9731633;box-shadow:0 0 40px #f973160f}.problem-icon{border-radius:var(--radius-md);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.problem-card h3{color:var(--text-primary);font-size:1.15rem;font-weight:700}.problem-card p{color:var(--text-secondary);font-size:.92rem;line-height:1.75}@media (width<=900px){.problem-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}.solution-section{background:var(--bg-base);position:relative;overflow:hidden}.solution-section:before{content:"";background:linear-gradient(90deg, transparent, var(--border-medium), transparent);height:1px;position:absolute;top:0;left:0;right:0}.solution-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.solution-copy{flex-direction:column;display:flex}.solution-copy .section-title{text-align:left;margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.5rem)}.solution-desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.solution-steps{flex-direction:column;gap:1.5rem;display:flex}.solution-step{align-items:flex-start;gap:1.25rem;display:flex}.step-number-badge{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--blue-500);letter-spacing:.05em;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.solution-step h4{color:var(--text-primary);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.solution-step p{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.solution-card{padding:2rem;box-shadow:0 20px 60px #00000080}.solution-card-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.vehicle-tag{background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.flow-container{flex-direction:column;gap:0;display:flex}.flow-node{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff05;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.flow-node--active{background:#3b82f60d;border-color:#3b82f64d}.flow-node--result{background:#10b9810d;border-color:#10b9814d}.flow-node p{color:var(--text-secondary);margin-top:.25rem;font-size:.85rem}.flow-node p strong{color:var(--text-primary)}.flow-icon{border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border-subtle);width:34px;height:34px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.flow-icon--blue{color:var(--blue-500);background:#3b82f626;border-color:#3b82f640}.flow-icon--green{color:#10b981;background:#10b98126;border-color:#10b98140}.flow-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.flow-tag--blue{color:var(--blue-500)}.flow-tag--green{color:#10b981}.flow-arrow{color:var(--text-muted);justify-content:center;padding:.5rem 0;display:flex}@media (width<=900px){.solution-inner{grid-template-columns:1fr;gap:3rem}}.diff-section{background:var(--bg-surface);position:relative}.diff-section:before{content:"";background:linear-gradient(90deg, transparent, var(--border-medium), transparent);height:1px;position:absolute;top:0;left:0;right:0}.diff-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.diff-card{cursor:default;flex-direction:column;gap:1rem;padding:1.75rem;transition:all .25s;display:flex}.diff-card:hover{border-color:var(--border-medium);box-shadow:0 8px 30px #0000004d}.diff-icon{border-radius:var(--radius-md);border:1px solid;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.diff-card h3{color:var(--text-primary);font-size:1rem;font-weight:700}.diff-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.75}@media (width<=900px){.diff-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.diff-grid{grid-template-columns:1fr}}.cta-section{background:var(--bg-base);padding:5rem 0 7rem;position:relative}.cta-section:before{content:"";background:linear-gradient(90deg, transparent, var(--border-medium), transparent);height:1px;position:absolute;top:0;left:0;right:0}.cta-card{border-color:#3b82f626;position:relative;overflow:hidden;box-shadow:0 0 80px #3b82f614,0 20px 60px #0006}.cta-glow{pointer-events:none;background:radial-gradient(#3b82f626 0%,#0000 70%);width:500px;height:300px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.cta-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;padding:4rem 3rem;display:flex;position:relative}.cta-title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:900;line-height:1.15}.cta-desc{color:var(--text-secondary);max-width:580px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.25rem;display:flex}.cta-note{color:var(--text-muted);font-size:.82rem}@media (width<=600px){.cta-inner{padding:2.5rem 1.5rem}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn{justify-content:center;width:100%}}:root{--bg-base:#050810;--bg-surface:#0d1117;--bg-elevated:#111827;--bg-card:#111827cc;--bg-card-hover:#162036e6;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-glow:#3b82f626;--blue-glow-strong:#3b82f64d;--orange-400:#fb923c;--orange-500:#f97316;--orange-glow:#f9731626;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#475569;--border-subtle:#ffffff0f;--border-medium:#ffffff1a;--border-blue:#3b82f64d;--font:"Inter", system-ui, -apple-system, sans-serif;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 20px #0006;--shadow-lg:0 10px 40px #00000080;--shadow-blue:0 0 30px #3b82f626;--shadow-blue-strong:0 0 60px #3b82f640;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background-color:var(--bg-base);color:var(--text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.02em;font-weight:700;line-height:1.15}a{color:var(--blue-500);transition:color var(--transition-base);text-decoration:none}a:hover{color:var(--text-primary)}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--blue-600), var(--blue-700));color:#fff;box-shadow:0 4px 16px #2563eb4d}.btn-primary:hover{background:linear-gradient(135deg, var(--blue-500), var(--blue-600));color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #2563eb73}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-medium);background:0 0}.btn-secondary:hover{background:var(--bg-elevated);border-color:var(--border-blue);color:var(--text-primary);transform:translateY(-2px)}.btn-ghost{color:var(--text-secondary);background:0 0;border:none;padding:.5rem 1rem}.btn-ghost:hover{color:var(--text-primary)}.btn-lg{border-radius:var(--radius-lg);padding:.9rem 2.25rem;font-size:1rem}section{padding:7rem 0}.section-label{background:var(--blue-glow);border:1px solid var(--border-blue);color:var(--blue-500);letter-spacing:.08em;text-transform:uppercase;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-title{text-align:center;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-subtitle{color:var(--text-secondary);text-align:center;max-width:640px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.8}.text-gradient{background:linear-gradient(135deg, var(--blue-500) 0%, #818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-orange{background:linear-gradient(135deg, var(--orange-500) 0%, #fbbf24 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:var(--radius-xl)}.noise:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.divider{background:linear-gradient(90deg, transparent, var(--border-medium), transparent);height:1px;margin:0}@keyframes pulse-glow{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 8px #3b82f600}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-float{animation:5s ease-in-out infinite float}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
