*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{margin:0;background:#fafbfd;color:#0f1d3d;-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif}a{color:#3bafd9;text-decoration:none}a:hover{color:#2890b5}img{max-width:100%;display:block}input,button{font-family:inherit}html{scroll-behavior:smooth}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #3bafd966}70%{box-shadow:0 0 0 16px #3bafd900}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,29,61,.06);padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{height:44px;width:auto}.nav-links{display:flex;align-items:center;gap:32px;font-size:15px;font-weight:500}.nav-links a{color:#0f1d3d;transition:color .2s}.nav-links a:hover{color:#3bafd9}.nav-cta{background:#0f1d3d;color:#fff!important;padding:10px 24px;border-radius:50px;font-weight:600;font-size:14px;letter-spacing:.3px;transition:all .2s}.nav-cta:hover{background:#3bafd9!important;transform:translateY(-1px)}.nav-mobile{display:none;background:none;border:none;cursor:pointer;padding:8px}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 64px 80px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fafbfd,#edf4fa,#e3f0f9)}.hero-deco-1{position:absolute;top:-120px;right:-120px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(59,175,217,.08) 0%,transparent 70%)}.hero-deco-2{position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(15,29,61,.04) 0%,transparent 70%)}.hero-inner{max-width:1280px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-copy{animation:fadeUp .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#3bafd91a;border:1px solid rgba(59,175,217,.2);border-radius:50px;padding:6px 16px 6px 10px;margin-bottom:28px}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#3bafd9;animation:pulse 2s infinite}.hero-badge-text{font-size:13px;font-weight:600;color:#3bafd9;letter-spacing:.5px}.hero h1{font-family:Space Grotesk,sans-serif;font-size:56px;font-weight:700;line-height:1.08;margin-bottom:20px;color:#0f1d3d;letter-spacing:-1px}.hero-desc{font-size:20px;line-height:1.6;color:#4a5568;margin-bottom:12px;max-width:460px}.hero-tagline{font-size:15px;font-weight:500;color:#0f1d3d;letter-spacing:1.5px;margin-bottom:40px;font-style:italic;opacity:.6}.hero-phones{display:flex;justify-content:center;align-items:center;position:relative;animation:fadeUp 1s ease-out .2s both}.hero-phone-back{position:absolute;right:0;top:40px;width:260px;border-radius:36px;overflow:hidden;box-shadow:0 32px 64px #0f1d3d26;transform:rotate(4deg);border:8px solid #1a1a1a}.hero-phone-front{position:relative;z-index:2;width:280px;border-radius:40px;overflow:hidden;box-shadow:0 40px 80px #0f1d3d33;border:8px solid #1a1a1a;animation:float 6s ease-in-out infinite}.email-form{display:flex;gap:12px;max-width:480px}.email-input{flex:1;padding:16px 20px;border:2px solid rgba(15,29,61,.1);border-radius:12px;font-size:16px;outline:none;background:#fff;color:#0f1d3d;transition:border-color .2s}.email-input:focus{border-color:#3bafd9}.email-btn{padding:16px 32px;background:#0f1d3d;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.email-btn:hover{background:#3bafd9;transform:translateY(-1px)}.email-note{font-size:13px;color:#8896ab;margin-top:12px}.value-strip{background:#0f1d3d;padding:0 64px}.value-strip-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.value-item{padding:40px 32px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}.value-item:last-child{border-right:none}.value-num{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;color:#3bafd9;margin-bottom:6px}.value-label{font-size:14px;color:#ffffffb3;letter-spacing:.5px}.section{padding:100px 64px}.section-inner{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:72px}.section-eyebrow{font-size:13px;font-weight:600;color:#3bafd9;letter-spacing:2px;margin-bottom:12px}.section-title{font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;color:#0f1d3d;margin-bottom:16px;letter-spacing:-.5px}.section-subtitle{font-size:18px;color:#4a5568;max-width:560px;margin:0 auto}.hiw-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.hiw-card{background:#fafbfd;border-radius:24px;padding:48px;border:1px solid rgba(15,29,61,.06)}.hiw-badge{display:inline-flex;align-items:center;gap:10px;border-radius:50px;padding:8px 20px 8px 12px;margin-bottom:28px}.hiw-badge--driver{background:#0f1d3d}.hiw-badge--requester{background:#3bafd9}.hiw-badge span{font-size:13px;font-weight:600;color:#fff;letter-spacing:.5px}.hiw-card h3{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;color:#0f1d3d;margin-bottom:32px}.hiw-steps{display:flex;flex-direction:column;gap:28px}.hiw-step{display:flex;gap:16px;align-items:flex-start}.hiw-step-num{flex:none;width:36px;height:36px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700}.hiw-step-num--driver{background:#0f1d3d}.hiw-step-num--requester{background:#3bafd9}.hiw-step-title{font-size:16px;font-weight:600;color:#0f1d3d;margin-bottom:4px}.hiw-step-desc{font-size:14px;color:#4a5568;line-height:1.5}.features-bg{background:#fafbfd}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#fff;border-radius:20px;padding:40px;border:1px solid rgba(15,29,61,.06);transition:all .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f1d3d14}.feature-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#0f1d3d,#1a3060);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-card h3{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;color:#0f1d3d;margin-bottom:10px}.feature-card p{font-size:14px;color:#4a5568;line-height:1.6}.app-preview{padding:100px 64px;background:#0f1d3d;position:relative;overflow:hidden}.app-preview-deco{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 20% 50%,rgba(59,175,217,.08) 0%,transparent 60%)}.app-preview .section-title{color:#fff}.app-preview .section-subtitle{color:#fff9}.phones-row{display:flex;justify-content:center;gap:28px;align-items:flex-end;padding:0 20px}.phone-sm{width:220px;border-radius:28px;overflow:hidden;box-shadow:0 24px 48px #0000004d;border:6px solid #2a2a2a}.phone-sm--outer{opacity:.8;transform:scale(.92)}.phone-sm--mid{opacity:.9;transform:scale(.96)}.phone-lg{width:250px;border-radius:32px;overflow:hidden;box-shadow:0 32px 64px #0006;border:7px solid #1a1a1a;position:relative;z-index:2}.stats{padding:80px 64px;background:#fff}.stats-inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:64px;align-items:center;flex-wrap:wrap;text-align:center}.stats-divider{width:1px;height:48px;background:#0f1d3d1a}.stats-num{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;color:#0f1d3d}.stats-label{font-size:15px;color:#4a5568}.cta{padding:100px 64px;background:linear-gradient(135deg,#0c1b3a,#0f1d3d 40%,#132b5a);position:relative;overflow:hidden}.cta-deco{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(59,175,217,.1) 0%,transparent 60%)}.cta-inner{max-width:640px;margin:0 auto;text-align:center;position:relative}.cta-logo{height:80px;width:auto;margin-bottom:32px;filter:brightness(0) invert(1)}.cta h2{font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-.5px}.cta p{font-size:18px;color:#ffffffb3;margin-bottom:40px;line-height:1.6}.cta .email-form{margin:0 auto}.cta .email-input{border-color:#ffffff26;background:#ffffff14;color:#fff}.cta .email-input:focus{border-color:#3bafd9}.cta .email-input::placeholder{color:#fff6}.cta .email-btn{background:#3bafd9}.cta .email-btn:hover{background:#2890b5}.cta .email-note{color:#fff6}.footer{padding:40px 64px;background:#080f1f;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;align-items:center;gap:12px}.footer-logo{height:32px;width:auto;filter:brightness(0) invert(1);opacity:.6}.footer-copy{font-size:13px;color:#ffffff59}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:#fff6}.footer-links a:hover{color:#3bafd9}@media (max-width: 1024px){.hero{padding:100px 32px 60px}.hero-inner{grid-template-columns:1fr;gap:48px}.hero h1{font-size:42px}.hero-phones{min-height:400px}.value-strip{padding:0 32px}.value-strip-inner{grid-template-columns:repeat(2,1fr)}.value-item:nth-child(2){border-right:none}.section{padding:72px 32px}.hiw-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.phones-row{gap:16px;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:0 16px 16px}.stats-inner{gap:32px}.stats-num{font-size:36px}.cta{padding:72px 32px}.footer{padding:32px}.footer-inner{flex-direction:column;gap:16px;text-align:center}}@media (max-width: 640px){.nav{padding:0 16px}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:#fff;padding:24px;border-bottom:1px solid rgba(15,29,61,.1);box-shadow:0 8px 24px #00000014}.nav-mobile{display:block}.hero{padding:96px 20px 48px;min-height:auto}.hero h1{font-size:34px}.hero-desc{font-size:17px}.hero-phones{min-height:320px}.hero-phone-front{width:220px}.hero-phone-back{width:200px}.email-form{flex-direction:column}.email-btn{text-align:center}.value-strip{padding:0 20px}.value-strip-inner{grid-template-columns:1fr 1fr}.section{padding:60px 20px}.section-title{font-size:32px}.features-grid{grid-template-columns:1fr}.hiw-card{padding:32px}.hiw-card h3{font-size:22px}.phones-row{gap:12px}.phone-sm,.phone-lg{width:180px;min-width:180px}.stats-inner{flex-direction:column;gap:24px}.stats-divider{width:48px;height:1px}.cta{padding:60px 20px}.cta h2{font-size:32px}.app-preview{padding:60px 20px}.footer{padding:24px 20px}}
