*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--yellow: #FFCC00;--blue: #00247D;--red: #CF142B;--white: #FFFFFF;--dark: #0A1628;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--white);color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-icon{width:20px;height:20px;flex-shrink:0}.btn-arrow{width:16px;height:16px}.section-header{text-align:center;margin-bottom:56px}.section-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:#00247d0f;padding:6px 16px;border-radius:50px;margin-bottom:16px}.section-title{font-size:clamp(28px,4vw,44px);font-weight:900;letter-spacing:-1.5px;line-height:1.1;color:var(--gray-900)}.text-gradient{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:15px;padding:14px 28px;border-radius:12px;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.btn--primary{background:var(--yellow);color:var(--dark);box-shadow:0 4px 16px #ffcc004d}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fc06}.btn--outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3)}.btn--outline:hover{background:#ffffff1a}.btn--large{font-size:17px;padding:18px 36px}.hero{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;background:var(--dark)}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-stripe{position:absolute;left:0;right:0;height:33.333%}.hero-stripe--yellow{top:0;background:var(--yellow);opacity:.08}.hero-stripe--blue{top:33.333%;background:var(--blue);opacity:.15}.hero-stripe--red{top:66.666%;background:var(--red);opacity:.1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a1628f2,#0a1628b3,#0a1628e6)}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:60px 24px 80px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffcc001a;border:1px solid rgba(255,204,0,.2);color:var(--yellow);font-size:13px;font-weight:600;padding:8px 16px;border-radius:50px;margin-bottom:24px}.hero-badge svg{width:16px;height:16px}.hero-title{color:var(--white);font-size:clamp(40px,6vw,72px);font-weight:900;letter-spacing:-2px;line-height:1;margin-bottom:24px}.hero-title-accent{color:var(--yellow)}.hero-sub{color:#ffffffb3;font-size:18px;line-height:1.7;margin-bottom:36px;max-width:480px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.hero-stats{display:flex;align-items:center;gap:24px}.hero-stat{text-align:left}.hero-stat-num{font-size:32px;font-weight:900;color:var(--white);line-height:1}.hero-stat-unit{font-size:16px;font-weight:600;color:var(--yellow)}.hero-stat-label{display:block;font-size:12px;color:#ffffff80;margin-top:4px}.hero-stat-divider{width:1px;height:40px;background:#ffffff26}.hero-card{background:var(--gray-900);border-radius:20px;border:1px solid rgba(255,255,255,.08);overflow:hidden;box-shadow:0 24px 64px #0006}.hero-card-header{background:#ffffff08;padding:16px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.06)}.hero-card-dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot--red{background:#ff5f57}.dot--yellow{background:#ffbd2e}.dot--green{background:#28c940}.hero-card-title{font-size:13px;font-weight:600;color:#ffffff80}.hero-card-body{padding:24px 20px;display:flex;flex-direction:column;gap:20px}.fleet-row{display:flex;flex-direction:column;gap:8px}.fleet-info{display:flex;justify-content:space-between;align-items:center}.fleet-label{font-size:12px;color:#ffffff80;font-weight:500}.fleet-value{font-size:14px;color:var(--white);font-weight:800}.fleet-bar{height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.fleet-fill{height:100%;background:linear-gradient(90deg,var(--yellow),var(--blue));border-radius:3px}.hero-card-footer{padding:14px 20px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center}.fleet-status{display:flex;align-items:center;gap:8px;font-size:12px;color:#ffffff80}.fleet-status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e80}.fleet-handle{font-size:12px;color:#ffffff4d;font-weight:600}@media(max-width:900px){.hero-content{grid-template-columns:1fr;gap:48px}.hero-visual{order:-1}.hero-card{max-width:400px;margin:0 auto}}.trust-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:20px 0}.trust-items{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--gray-600)}.trust-item svg{width:18px;height:18px;color:var(--blue)}.services{padding:100px 0;background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:20px;padding:36px 28px;transition:all .3s ease;position:relative}.service-card:hover{border-color:var(--yellow);box-shadow:0 8px 32px #ffcc001a;transform:translateY(-4px)}.service-card--featured{background:var(--dark);border-color:var(--dark);color:var(--white)}.service-card--featured:hover{border-color:var(--blue);box-shadow:0 8px 32px #00247d33}.service-card--featured .service-title{color:var(--white)}.service-card--featured .service-desc{color:#fff9}.service-card--featured .service-list li{color:#ffffffb3}.service-badge{position:absolute;top:16px;right:16px;background:var(--blue);color:var(--white);font-size:11px;font-weight:700;padding:4px 12px;border-radius:50px}.service-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.service-icon svg{width:28px;height:28px}.service-icon--yellow{background:#ffcc001a;color:var(--yellow)}.service-icon--blue{background:#00247d26;color:var(--blue)}.service-icon--red{background:#cf142b1a;color:var(--red)}.service-title{font-size:22px;font-weight:800;color:var(--gray-900);margin-bottom:12px}.service-desc{font-size:15px;color:var(--gray-500);line-height:1.6;margin-bottom:24px}.service-list{list-style:none;display:flex;flex-direction:column;gap:8px}.service-list li{font-size:14px;color:var(--gray-600);padding-left:20px;position:relative}.service-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--yellow)}@media(max-width:900px){.services-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.process{padding:100px 0;background:var(--gray-50)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.process-step{text-align:center;position:relative}.process-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--yellow);color:var(--dark);font-size:18px;font-weight:900;border-radius:50%;margin-bottom:20px}.process-line{position:absolute;top:24px;left:calc(50% + 32px);width:calc(100% - 64px);height:2px;background:var(--gray-200)}.process-step:last-child .process-line{display:none}.process-title{font-size:17px;font-weight:700;color:var(--gray-900);margin-bottom:8px}.process-desc{font-size:14px;color:var(--gray-500);line-height:1.6}@media(max-width:768px){.process-grid{grid-template-columns:1fr 1fr}.process-line{display:none}}@media(max-width:480px){.process-grid{grid-template-columns:1fr}}.coverage{padding:100px 0;background:var(--white)}.coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.coverage-text .section-label{text-align:left}.coverage-title{font-size:clamp(32px,4vw,48px);font-weight:900;letter-spacing:-1.5px;line-height:1.1;color:var(--gray-900);margin-bottom:20px}.coverage-desc{font-size:17px;color:var(--gray-500);line-height:1.7;margin-bottom:36px}.coverage-routes{display:flex;flex-direction:column;gap:16px}.route{display:flex;align-items:flex-start;gap:14px}.route-dot{width:12px;height:12px;border-radius:50%;background:var(--gray-300);flex-shrink:0;margin-top:4px}.route-dot--primary{background:var(--yellow);box-shadow:0 0 12px #fc06}.route strong{display:block;font-size:15px;color:var(--gray-900)}.route span{font-size:13px;color:var(--gray-500)}.coverage-visual{display:flex;justify-content:center}.coverage-map{position:relative;width:400px;height:400px;background:var(--gray-50);border-radius:24px;border:1px solid var(--gray-200)}.map-node{position:absolute;background:var(--white);border:2px solid var(--gray-200);border-radius:12px;padding:8px 14px;font-size:12px;font-weight:700;color:var(--gray-700);box-shadow:0 2px 8px #0000000f}.map-node--main{top:50%;left:50%;transform:translate(-50%,-50%);background:var(--yellow);border-color:var(--yellow);color:var(--dark);font-size:14px;padding:12px 20px;box-shadow:0 4px 16px #ffcc004d}.map-node--secondary:nth-child(2){top:25%;left:20%}.map-node--secondary:nth-child(3){top:15%;right:20%}.map-node--secondary:nth-child(4){top:30%;right:15%}.map-node--secondary:nth-child(5){top:10%;left:15%}.map-node--secondary:nth-child(6){bottom:25%;right:20%}.map-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}@media(max-width:900px){.coverage-grid{grid-template-columns:1fr;gap:48px}.coverage-visual{order:-1}.coverage-map{width:100%;max-width:360px;height:360px}}.why-us{padding:100px 0;background:var(--dark)}.why-us .section-label{background:#ffcc001a;color:var(--yellow)}.why-us .section-title{color:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.why-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:36px 32px;transition:all .2s}.why-card:hover{background:#ffffff0f;border-color:#fc03}.why-num{font-size:12px;font-weight:900;color:var(--yellow);letter-spacing:.1em;margin-bottom:16px}.why-card h3{font-size:18px;font-weight:700;color:var(--white);margin-bottom:10px}.why-card p{font-size:15px;color:#ffffff80;line-height:1.6}@media(max-width:768px){.why-grid{grid-template-columns:1fr}}.faq{padding:100px 0;background:var(--gray-50)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:28px 24px;transition:all .2s}.faq-item:hover{border-color:var(--yellow);box-shadow:0 4px 16px #ffcc0014}.faq-item h3{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:10px}.faq-item p{font-size:14px;color:var(--gray-500);line-height:1.6}@media(max-width:768px){.faq-grid{grid-template-columns:1fr}}.cta{padding:100px 0;background:var(--white)}.cta-inner{position:relative;background:var(--dark);border-radius:32px;overflow:hidden;padding:80px 40px;text-align:center}.cta-stripe{position:absolute;left:0;right:0;height:33.333%;opacity:.06}.cta-stripe--yellow{top:0;background:var(--yellow)}.cta-stripe--blue{top:33.333%;background:var(--blue)}.cta-stripe--red{top:66.666%;background:var(--red)}.cta-content{position:relative;z-index:1}.cta-title{font-size:clamp(28px,4vw,44px);font-weight:900;color:var(--white);letter-spacing:-1.5px;margin-bottom:16px}.cta-desc{font-size:18px;color:#fff9;margin-bottom:36px}.footer{background:var(--gray-900);padding:48px 0 32px;border-top:1px solid rgba(255,255,255,.06)}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:20px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-logo{height:36px;object-fit:contain}.footer-name{font-size:20px;font-weight:800;color:var(--white)}.footer-social{display:flex;align-items:center;gap:8px;color:#ffffff80;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.footer-social:hover{color:var(--yellow)}.footer-social svg{width:20px;height:20px}.footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:24px}.footer-links a{color:#fff6;text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--yellow)}.footer-bottom{text-align:center}.footer-bottom p{font-size:13px;color:#ffffff4d}
