.hero{background:var(--dark);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-stripe{height:33.333%;position:absolute;left:0;right:0}.hero-stripe--yellow{background:var(--yellow);opacity:.08;top:0}.hero-stripe--blue{background:var(--blue);opacity:.15;top:33.333%}.hero-stripe--red{background:var(--red);opacity:.1;top:66.666%}.hero-overlay{background:linear-gradient(135deg,#0a1628f2 0%,#0a1628b3 50%,#0a1628e6 100%);position:absolute;inset:0}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:60px 24px 80px;display:grid;position:relative}.hero-badge{color:var(--yellow);background:#ffcc001a;border:1px solid #fc03;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge svg{width:16px;height:16px}.hero-title{color:var(--white);letter-spacing:-2px;margin-bottom:24px;font-size:clamp(40px,6vw,72px);font-weight:900;line-height:1}.hero-title-accent{color:var(--yellow)}.hero-sub{color:#ffffffb3;max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.hero-stats{align-items:center;gap:24px;display:flex}.hero-stat{text-align:left}.hero-stat-num{color:var(--white);font-size:32px;font-weight:900;line-height:1}.hero-stat-unit{color:var(--yellow);font-size:16px;font-weight:600}.hero-stat-label{color:#ffffff80;margin-top:4px;font-size:12px;display:block}.hero-stat-divider{background:#ffffff26;width:1px;height:40px}.hero-card{background:var(--gray-900);border:1px solid #ffffff14;border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #0006}.hero-card-header{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:16px 20px;display:flex}.hero-card-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot--red{background:#ff5f57}.dot--yellow{background:#ffbd2e}.dot--green{background:#28c940}.hero-card-title{color:#ffffff80;font-size:13px;font-weight:600}.hero-card-body{flex-direction:column;gap:20px;padding:24px 20px;display:flex}.fleet-row{flex-direction:column;gap:8px;display:flex}.fleet-info{justify-content:space-between;align-items:center;display:flex}.fleet-label{color:#ffffff80;font-size:12px;font-weight:500}.fleet-value{color:var(--white);font-size:14px;font-weight:800}.fleet-bar{background:#ffffff14;border-radius:3px;height:6px;overflow:hidden}.fleet-fill{background:linear-gradient(90deg, var(--yellow), var(--blue));border-radius:3px;height:100%}.hero-card-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.fleet-status{color:#ffffff80;align-items:center;gap:8px;font-size:12px;display:flex}.fleet-status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #22c55e80}.fleet-handle{color:#ffffff4d;font-size:12px;font-weight:600}@media (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{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.trust-item{color:var(--gray-600);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.trust-item svg{width:18px;height:18px;color:var(--blue)}.services{background:var(--white);padding:100px 0}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:20px;padding:36px 28px;transition:all .3s;position:relative}.service-card:hover{border-color:var(--yellow);transform:translateY(-4px);box-shadow:0 8px 32px #ffcc001a}.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{background:var(--blue);color:var(--white);border-radius:50px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:16px;right:16px}.service-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.service-icon svg{width:28px;height:28px}.service-icon--yellow{color:var(--yellow);background:#ffcc001a}.service-icon--blue{color:var(--blue);background:#00247d26}.service-icon--red{color:var(--red);background:#cf142b1a}.service-title{color:var(--gray-900);margin-bottom:12px;font-size:22px;font-weight:800}.service-desc{color:var(--gray-500);margin-bottom:24px;font-size:15px;line-height:1.6}.service-list{flex-direction:column;gap:8px;list-style:none;display:flex}.service-list li{color:var(--gray-600);padding-left:20px;font-size:14px;position:relative}.service-list li:before{content:"";background:var(--yellow);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}@media (width<=900px){.services-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.process{background:var(--gray-50);padding:100px 0}.process-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.process-step{text-align:center;position:relative}.process-num{background:var(--yellow);width:48px;height:48px;color:var(--dark);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:18px;font-weight:900;display:inline-flex}.process-line{background:var(--gray-200);width:calc(100% - 64px);height:2px;position:absolute;top:24px;left:calc(50% + 32px)}.process-step:last-child .process-line{display:none}.process-title{color:var(--gray-900);margin-bottom:8px;font-size:17px;font-weight:700}.process-desc{color:var(--gray-500);font-size:14px;line-height:1.6}@media (width<=768px){.process-grid{grid-template-columns:1fr 1fr}.process-line{display:none}}@media (width<=480px){.process-grid{grid-template-columns:1fr}}.coverage{background:var(--white);padding:100px 0}.coverage-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.coverage-text .section-label{text-align:left}.coverage-title{letter-spacing:-1.5px;color:var(--gray-900);margin-bottom:20px;font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1.1}.coverage-desc{color:var(--gray-500);margin-bottom:36px;font-size:17px;line-height:1.7}.coverage-routes{flex-direction:column;gap:16px;display:flex}.route{align-items:flex-start;gap:14px;display:flex}.route-dot{background:var(--gray-300);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px}.route-dot--primary{background:var(--yellow);box-shadow:0 0 12px #fc06}.route strong{color:var(--gray-900);font-size:15px;display:block}.route span{color:var(--gray-500);font-size:13px}.coverage-visual{justify-content:center;display:flex}.coverage-map{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:24px;width:400px;height:400px;position:relative}.map-node{background:var(--white);border:2px solid var(--gray-200);color:var(--gray-700);border-radius:12px;padding:8px 14px;font-size:12px;font-weight:700;position:absolute;box-shadow:0 2px 8px #0000000f}.map-node--main{background:var(--yellow);border-color:var(--yellow);color:var(--dark);padding:12px 20px;font-size:14px;top:50%;left:50%;transform:translate(-50%,-50%);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{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}@media (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{background:var(--dark);padding:100px 0}.why-us .section-label{color:var(--yellow);background:#ffcc001a}.why-us .section-title{color:var(--white)}.why-grid{grid-template-columns:repeat(2,1fr);gap:2px;display:grid}.why-card{background:#ffffff08;border:1px solid #ffffff0f;padding:36px 32px;transition:all .2s}.why-card:hover{background:#ffffff0f;border-color:#fc03}.why-num{color:var(--yellow);letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:900}.why-card h3{color:var(--white);margin-bottom:10px;font-size:18px;font-weight:700}.why-card p{color:#ffffff80;font-size:15px;line-height:1.6}@media (width<=768px){.why-grid{grid-template-columns:1fr}}.faq{background:var(--gray-50);padding:100px 0}.faq-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.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{color:var(--gray-900);margin-bottom:10px;font-size:16px;font-weight:700}.faq-item p{color:var(--gray-500);font-size:14px;line-height:1.6}@media (width<=768px){.faq-grid{grid-template-columns:1fr}}.cta{background:var(--white);padding:100px 0}.cta-inner{background:var(--dark);text-align:center;border-radius:32px;padding:80px 40px;position:relative;overflow:hidden}.cta-stripe{opacity:.06;height:33.333%;position:absolute;left:0;right:0}.cta-stripe--yellow{background:var(--yellow);top:0}.cta-stripe--blue{background:var(--blue);top:33.333%}.cta-stripe--red{background:var(--red);top:66.666%}.cta-content{z-index:1;position:relative}.cta-title{color:var(--white);letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(28px,4vw,44px);font-weight:900}.cta-desc{color:#fff9;margin-bottom:36px;font-size:18px}
