*{box-sizing:border-box}:root{--bg:#f1f5f9;--surface:white;--border:#e5e7eb;--text:#1e293b;--text2:#6b7280;--text3:#94a3b8;--sidebar-bg:#0f172a;--sidebar-border:#1e293b;--sidebar-btn:#1e293b;--sidebar-active:#2563eb;--topbar-bg:white;--topbar-border:#e5e7eb;--card-shadow:0 1px 8px #0000000a;--input-bg:#fafafa;--hover:#f8fafc;--table-head:#f8fafc;--table-row-hover:#f8fafc}body.dark{--bg:#0f172a;--surface:#1e293b;--border:#334155;--text:#f1f5f9;--text2:#94a3b8;--text3:#64748b;--sidebar-bg:#020617;--sidebar-border:#1e293b;--sidebar-btn:#1e293b;--sidebar-active:#2563eb;--topbar-bg:#1e293b;--topbar-border:#334155;--card-shadow:0 1px 8px #00000040;--input-bg:#0f172a;--hover:#1e293b;--table-head:#0f172a;--table-row-hover:#334155}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:14px;transition:background .2s,color .2s}.shell{height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.sidebar{background:var(--sidebar-bg);flex-direction:column;width:240px;min-width:240px;height:100dvh;display:flex;overflow-y:auto}.sidebar-backdrop{display:none}.sidebar-logo{border-bottom:1px solid var(--sidebar-border);align-items:center;gap:10px;margin-bottom:6px;padding:20px 22px 16px;display:flex}.sidebar-logo b{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:900}.sidebar-logo span{color:#fff;letter-spacing:.5px;background:#2563eb;border-radius:6px;padding:2px 7px;font-size:9px;font-weight:800}.sidebar nav{flex-direction:column;flex:1;gap:2px;padding:8px 12px;display:flex}.sidebar nav button{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex}.sidebar nav button:hover{background:var(--sidebar-btn);color:#e2e8f0}.sidebar nav button.active{background:var(--sidebar-active);color:#fff}.sidebar nav button .nav-icon{text-align:center;flex-shrink:0;width:20px;font-size:15px}.sidebar-footer{border-top:1px solid var(--sidebar-border);padding:14px}.sidebar-user{background:var(--sidebar-btn);border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.sidebar-user .avatar{color:#fff;background:#2563eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:flex}.sidebar-user .uinfo{flex:1;min-width:0}.sidebar-user .uname{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.sidebar-user .urole{color:#64748b;font-size:11px}.main-area{flex-direction:column;flex:1;display:flex;overflow:hidden}.topbar{background:var(--topbar-bg);border-bottom:1px solid var(--topbar-border);justify-content:space-between;align-items:center;gap:16px;height:58px;min-height:58px;padding:0 28px;display:flex}.topbar-left{align-items:center;gap:12px;display:flex}.topbar-title{color:var(--text);font-size:18px;font-weight:800}.topbar-divider{background:var(--border);width:1px;height:20px}.topbar-breadcrumb{color:var(--text3);font-size:12px}.topbar-right{align-items:center;gap:8px;display:flex}.topbar-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:#6b7280;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .15s;display:flex}.topbar-btn:hover{background:var(--hover)}.mobile-menu-btn{display:none}.topbar-avatar{color:#fff;cursor:pointer;background:#2563eb;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:900;display:flex}.topbar-avatar:hover{opacity:.85}.content{-webkit-overflow-scrolling:touch;flex:1;padding:28px;overflow-y:auto}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:20px;padding:20px}.btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:10px 18px;font-size:13px;font-weight:700;transition:background .15s}.btn:hover{background:#1d4ed8}small{color:var(--text2);font-weight:600}h1{margin:0 0 20px;font-size:22px;font-weight:800}h2{margin:4px 0 0;font-size:28px;font-weight:900}.stats,.grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:18px;display:grid}.table{border:1px solid var(--border);background:var(--surface);border-radius:18px;overflow:auto}.table table{border-collapse:collapse;width:100%;min-width:640px}.table th{background:var(--table-head);text-align:start;color:var(--text2);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.table td,.table th{border-bottom:1px solid var(--border);padding:12px 16px}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--table-row-hover)}.map{background:var(--hover);border:1px solid var(--border);background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:44px 44px;border-radius:18px;height:320px;margin:12px 0;position:relative;overflow:hidden}.pin{background:var(--surface);border:2px solid;border-radius:14px;padding:5px 10px;font-size:12px;font-weight:800;position:absolute;box-shadow:0 4px 12px #0002}.pin.moving{color:#16a34a;border-color:#16a34a}.pin.idle{color:#d97706;border-color:#f59e0b}.pin.offline{color:#9ca3af;border-color:#e5e7eb}.auth-wrap{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 60%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:#fff;border-radius:28px;width:440px;max-width:100%;padding:40px 44px;box-shadow:0 40px 80px #00000050}.auth-logo{align-items:center;gap:10px;margin-bottom:6px;display:flex}.auth-logo b{color:#0f172a;font-size:24px;font-weight:900}.auth-logo span{color:#fff;background:#2563eb;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:800}.auth-sub{color:#6b7280;margin-bottom:28px;font-size:14px}.auth-card label{color:#374151;margin-top:14px;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.auth-card input{box-sizing:border-box;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:14px;outline:none;width:100%;margin:0 0 2px;padding:12px 16px;font-size:14px;transition:border .15s;display:block}.auth-card input:focus{background:#fff;border-color:#2563eb}.danger{color:#ef4444;margin:6px 0;font-size:13px;font-weight:700}.landing-wrap{color:#fff;background:#0f172a;min-height:100vh}.landing-nav{border-bottom:1px solid #ffffff10;justify-content:space-between;align-items:center;padding:22px 52px;display:flex}.landing-nav-brand{align-items:center;gap:10px;display:flex}.landing-nav-brand b{color:#fff;font-size:22px;font-weight:900}.landing-nav-brand span{color:#fff;background:#2563eb;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:800}.landing-nav-btns{gap:10px;display:flex}.landing-hero{text-align:center;max-width:1100px;margin:auto;padding:96px 52px 72px}.landing-tag{color:#93c5fd;letter-spacing:.5px;text-transform:uppercase;background:#2563eb18;border:1px solid #2563eb40;border-radius:20px;margin-bottom:24px;padding:6px 18px;font-size:11px;font-weight:700;display:inline-block}.landing-hero h1{background:linear-gradient(135deg,#fff 30%,#93c5fd 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 22px;font-size:58px;font-weight:900;line-height:1.05}.landing-hero p{color:#94a3b8;max-width:580px;margin:0 auto 40px;font-size:18px}.landing-cta-row{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.landing-features{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;max-width:1100px;margin:auto;padding:0 52px 80px;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:24px;transition:background .2s,border .2s}.feature-card:hover{background:#ffffff14;border-color:#2563eb40}.feature-icon{margin-bottom:12px;font-size:28px}.feature-card h3{color:#fff;margin:0 0 8px;font-size:15px;font-weight:700}.feature-card p{color:#94a3b8;margin:0;font-size:13px;line-height:1.6}.landing-plans-section{max-width:1180px;margin:auto;padding:0 52px 84px}.landing-section-head{text-align:center;max-width:760px;margin:0 auto 28px}.landing-section-head h2{color:#fff;margin:0 0 12px;font-size:38px;line-height:1.15}.landing-section-head p{color:#94a3b8;margin:0;font-size:16px;line-height:1.7}.landing-plans-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:stretch;gap:18px;display:grid}.landing-plan-card{background:linear-gradient(#0b1220 0%,#111827 100%);border:1px solid #ffffff12;border-radius:24px;flex-direction:column;gap:14px;padding:22px;display:flex;position:relative;box-shadow:0 18px 40px #02061747}.landing-plan-card.popular{border-color:#2563eb55;transform:translateY(-4px);box-shadow:0 24px 60px #2563eb2e}.landing-plan-badge{color:#fff;letter-spacing:.3px;background:#2563eb;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:24px}.landing-plan-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.landing-plan-top h3{color:#fff;margin:0 0 6px;font-size:21px}.landing-plan-top p{color:#94a3b8;margin:0;font-size:13px;line-height:1.6}.landing-plan-pill{text-align:center;white-space:nowrap;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.landing-plan-price{align-items:baseline;gap:8px;display:flex}.landing-plan-price strong{font-size:38px;font-weight:900;line-height:1}.landing-plan-price span{color:#94a3b8;font-size:13px}.landing-plan-meta{color:#cbd5e1;border-bottom:1px solid #ffffff10;padding-bottom:12px;font-size:13px}.landing-plan-list{flex-direction:column;gap:8px;min-height:160px;margin:0;padding:0;list-style:none;display:flex}.landing-plan-list li{color:#e2e8f0;align-items:flex-start;gap:8px;font-size:13px;line-height:1.6;display:flex}.landing-plan-footer{flex-direction:column;gap:12px;margin-top:auto;display:flex}.landing-plan-support{color:#94a3b8;min-height:32px;font-size:12px}.landing-plan-note{text-align:center;color:#64748b;margin-top:18px;font-size:13px;line-height:1.7}.landing-footer{text-align:center;color:#475569;border-top:1px solid #ffffff10;padding:30px 20px 50px;font-size:13px}.btn-ghost{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff30;border-radius:12px;padding:9px 18px;font-size:13px;font-weight:700}.btn-ghost:hover{background:#ffffff15}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:10px 22px;font-size:13px;font-weight:700}.btn-primary:hover{background:#1d4ed8}.btn-large{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:16px;padding:15px 38px;font-size:16px;font-weight:800}.btn-large:hover{background:#1d4ed8}.phone-frame{background:#0f172a;border-radius:44px;padding:10px;box-shadow:0 40px 80px #00000030}.phone-screen{background:#fff;border-radius:36px;overflow:hidden}.phone-header{background:#1e293b;align-items:center;gap:10px;padding:14px 18px;display:flex}.phone-header b{color:#fff;font-size:14px;font-weight:700}.phone-body{background:#f8fafc;min-height:460px;padding:16px}.heat{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;display:grid}.heat b{color:#fff;background:#2563eb;border-radius:20px;justify-content:space-between;padding:18px;display:flex}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (width<=600px){.shell{height:100dvh}.sidebar{z-index:1000;transition:left .25s;position:fixed;top:0;bottom:0;left:-240px;box-shadow:0 20px 60px #0f172a59}.sidebar.open{left:0}.sidebar-backdrop{z-index:999;background:#0f172a73;display:block;position:fixed;inset:0}.mobile-menu-btn{flex-shrink:0;display:flex}.main-area{min-width:0}.topbar{gap:10px;padding:0 12px}.topbar-left{flex:1;gap:10px;min-width:0}.topbar-right{gap:6px}.topbar-title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.topbar-divider,.topbar-breadcrumb{display:none}.landing-hero h1{font-size:36px}.landing-hero,.landing-features,.landing-nav,.landing-plans-section{padding-left:20px;padding-right:20px}.landing-nav{flex-wrap:wrap;gap:12px}.landing-nav-btns{flex-wrap:wrap;justify-content:flex-end;width:100%}.landing-section-head h2{font-size:30px}.landing-plan-card.popular{transform:none}.landing-plan-list{min-height:0}.content{padding:12px}}.landing-pro{color:#101827;background:#f5f7fb;min-height:100vh;overflow:hidden}.landing-pro button{font-family:inherit}.landing-pro-nav{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border-bottom:1px solid #dce3ed;justify-content:space-between;align-items:center;gap:18px;padding:16px 42px;display:flex;position:sticky;top:0}.landing-pro-brand{color:#101827;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.landing-pro-brand strong{letter-spacing:0;font-size:24px;font-weight:950}.landing-pro-brand span{color:#2563eb;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:900}.landing-pro-links{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.landing-pro-links button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-weight:800}.landing-pro-links button:hover{color:#0f172a;background:#eef4fb}.landing-pro-links .landing-pro-login{color:#fff;background:#2563eb;padding-inline:18px}.landing-pro-hero{color:#fff;background:#07111f url(/kuwait-tracking-hero.png) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:calc(100vh - 68px);padding:54px 32px 78px;display:flex;position:relative}.landing-pro-hero:before{content:"";background:linear-gradient(90deg,#040a14e6 0%,#040a14b3 44%,#040a1461 100%),linear-gradient(#040a1438 0%,#040a14b8 100%);position:absolute;inset:0}.landing-pro-hero:after{content:"";background:linear-gradient(#f5f7fb00,#f5f7fb);height:95px;position:absolute;bottom:0;left:0;right:0}.landing-pro-scene{opacity:.96;z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.scene-map{display:none}.scene-map:before{content:"";background:radial-gradient(circle at 25% 35%,#22c55e47,#0000 24%),radial-gradient(circle at 72% 42%,#38bdf838,#0000 22%),radial-gradient(circle at 50% 78%,#f59e0b29,#0000 22%);position:absolute;inset:0}.route{background:#38bdf8;border-radius:999px;height:3px;position:absolute;box-shadow:0 0 18px #38bdf8}.route-a{width:46%;top:40%;left:13%;transform:rotate(-10deg)}.route-b{background:#22c55e;width:42%;top:63%;left:38%;transform:rotate(15deg);box-shadow:0 0 18px #22c55e}.scene-map .pin{color:#0f172a;background:#fff;border:0;border-radius:6px;padding:6px 9px;font-size:11px;font-weight:950;position:absolute;box-shadow:0 12px 28px #00000047}.scene-map .p1{top:33%;left:22%}.scene-map .p2{top:48%;left:62%}.scene-map .p3{top:72%;left:48%}.scene-panel,.scene-table{color:#0f172a;background:#ffffffeb;border:1px solid #ffffffb3;border-radius:8px;position:absolute;box-shadow:0 24px 70px #0000004d}.scene-panel{flex-direction:column;gap:4px;min-width:230px;padding:16px;display:flex}.scene-panel b{color:#64748b;font-size:12px}.scene-panel strong{font-size:34px;font-weight:950;line-height:1}.scene-panel span{color:#334155;font-size:12px}.panel-a{top:104px;left:7%}.panel-b{top:138px;right:7%}.scene-table{width:min(760px,72vw);padding:12px;bottom:74px;left:50%;transform:translate(-50%)}.scene-table div{border-bottom:1px solid #e5eaf1;grid-template-columns:1.4fr 1fr 1fr 1fr;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:grid}.scene-table div:last-child{border-bottom:0}.scene-table b{color:#64748b;text-transform:uppercase;font-size:11px}.landing-pro-copy{z-index:2;text-align:center;text-shadow:0 2px 16px #00000061;max-width:880px;margin:auto;position:relative}.landing-pro-badge{color:#dbeafe;background:#0f172ab8;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:8px 14px;font-size:12px;font-weight:900;display:inline-flex}.landing-pro-copy h1{letter-spacing:0;color:#fff;margin:0 0 18px;font-size:clamp(42px,6vw,76px);font-weight:950;line-height:1.02}.landing-pro-copy p{color:#d7e2ef;max-width:780px;margin:0 auto 26px;font-size:18px;line-height:1.8}.landing-pro-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:16px;display:flex}.landing-pro-primary,.landing-pro-secondary,.cockpit-copy button,.landing-pro-plans article button{cursor:pointer;border:0;border-radius:8px;padding:13px 20px;font-weight:950}.landing-pro-primary{color:#052e16;background:#22c55e}.landing-pro-primary:hover{color:#fff;background:#16a34a}.landing-pro-secondary{color:#fff;background:#ffffff1f;border:1px solid #ffffff52}.landing-pro-secondary:hover{background:#ffffff38}.landing-pro-proof{color:#bfdbfe;font-size:13px;font-weight:800}.landing-pro-metrics{z-index:4;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:1180px;margin:-42px auto 72px;padding:0 32px;display:grid;position:relative}.landing-pro-metrics div{background:#fff;border:1px solid #d7dee8;border-radius:8px;padding:16px 18px;box-shadow:0 18px 42px #0f172a1a}.landing-pro-metrics span{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.landing-pro-metrics strong{font-size:27px;font-weight:950}.landing-pro-section{max-width:1180px;margin:0 auto 76px;padding:0 32px}.landing-pro-section-head{text-align:center;max-width:780px;margin:0 auto 26px}.landing-pro-section-head span,.cockpit-copy span{color:#2563eb;background:#dbeafe;border:1px solid #bfdbfe;border-radius:999px;margin-bottom:12px;padding:6px 12px;font-size:11px;font-weight:950;display:inline-flex}.landing-pro-section-head h2,.cockpit-copy h2{color:#0f172a;margin:0 0 12px;font-size:clamp(30px,4vw,46px);font-weight:950;line-height:1.12}.landing-pro-section-head p,.cockpit-copy p{color:#64748b;margin:0;font-size:16px;line-height:1.75}.landing-pro-modules{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.landing-pro-modules article{background:#fff;border:1px solid #d7dee8;border-top:4px solid #2563eb;border-radius:8px;padding:20px;box-shadow:0 14px 34px #0f172a0f}.landing-pro-modules article b{background:currentColor;border-radius:999px;width:34px;height:5px;margin-bottom:18px;display:block}.landing-pro-modules article h3{color:#0f172a;margin:0 0 9px;font-size:18px}.landing-pro-modules article p{color:#64748b;margin:0;font-size:14px;line-height:1.72}.section-link{cursor:pointer;background:0 0;border:0;margin-top:14px;padding:0;font-weight:950}.landing-pro-cockpit{grid-template-columns:.82fr 1.18fr;align-items:stretch;gap:18px;max-width:1180px;margin:0 auto 78px;padding:0 32px;display:grid}.cockpit-copy{background:#fff;border:1px solid #d7dee8;border-radius:8px;flex-direction:column;justify-content:center;padding:34px;display:flex}.cockpit-copy button{color:#fff;background:#0f172a;align-self:flex-start;margin-top:22px}.cockpit-preview{color:#fff;background:#0f172a;border:1px solid #263449;border-radius:8px;padding:18px;box-shadow:0 24px 70px #0f172a38}.cockpit-top{border-bottom:1px solid #263449;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:12px;display:flex}.cockpit-top strong{font-size:18px}.cockpit-top span{color:#94a3b8;font-size:12px}.cockpit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.cockpit-grid div{background:#162235;border:1px solid #263449;border-radius:8px;padding:12px}.cockpit-grid span{color:#94a3b8;margin-bottom:7px;font-size:11px;font-weight:900;display:block}.cockpit-grid b{font-size:20px}.cockpit-bars{background:#101a2b;border:1px solid #263449;border-radius:8px;align-items:end;gap:12px;height:180px;margin-bottom:14px;padding:18px;display:flex}.cockpit-bars i{background:linear-gradient(#38bdf8,#2563eb);border-radius:6px 6px 0 0;flex:1}.cockpit-list{flex-direction:column;gap:8px;display:flex}.cockpit-list div{background:#162235;border:1px solid #263449;border-radius:8px;grid-template-columns:1.4fr 1fr auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.cockpit-list span{color:#94a3b8}.cockpit-list em{color:#22c55e;font-style:normal;font-weight:950}.landing-pro-plans{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.landing-pro-plans article{background:#fff;border:1px solid #d7dee8;border-radius:8px;flex-direction:column;gap:14px;padding:20px;display:flex;position:relative;box-shadow:0 16px 38px #0f172a14}.landing-pro-plans article.featured{box-shadow:0 20px 54px #2563eb29}.plan-ribbon{top:-12px;color:#fff;background:#2563eb;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:950;position:absolute;inset-inline-start:18px}.plan-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.plan-head h3{color:#0f172a;margin:0 0 6px;font-size:22px}.plan-head p{color:#64748b;margin:0;font-size:13px;line-height:1.55}.plan-head span{white-space:nowrap;border:1px solid;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:950}.plan-price{align-items:baseline;gap:8px;display:flex}.plan-price strong{font-size:36px;font-weight:950;line-height:1}.plan-price small{color:#64748b;font-weight:800}.plan-limit{color:#334155;border-bottom:1px solid #e5eaf1;padding-bottom:12px;font-size:13px;font-weight:900}.landing-pro-plans ul{flex-direction:column;gap:8px;min-height:168px;margin:0;padding:0;list-style:none;display:flex}.landing-pro-plans li{color:#334155;align-items:flex-start;gap:8px;font-size:13px;line-height:1.55;display:flex}.landing-pro-plans li span{border-radius:50%;flex:none;width:8px;height:8px;margin-top:7px}.landing-pro-plans article button{color:#fff;margin-top:auto}.landing-pro-footer{color:#64748b;background:#fff;border-top:1px solid #d7dee8;justify-content:space-between;align-items:center;gap:16px;padding:28px 42px;display:flex}.landing-pro-footer strong{color:#0f172a}@media (width<=900px){.landing-pro-nav{flex-direction:column;align-items:flex-start;padding:14px 18px;position:relative}.landing-pro-links{width:100%}.landing-pro-links button{padding:8px 10px}.landing-pro-hero{min-height:760px;padding:42px 18px 88px}.scene-table{display:none}.scene-panel{min-width:180px;padding:12px}.panel-a{top:92px;left:18px}.panel-b{top:auto;bottom:78px;right:18px}.landing-pro-copy h1{font-size:42px}.landing-pro-copy p{font-size:16px}.landing-pro-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-34px;padding:0 18px}.landing-pro-section,.landing-pro-cockpit{margin-bottom:54px;padding:0 18px}.landing-pro-modules,.landing-pro-cockpit{grid-template-columns:1fr}.cockpit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.landing-pro-metrics{grid-template-columns:1fr}.landing-pro-actions{flex-direction:column}.landing-pro-primary,.landing-pro-secondary{width:100%}.scene-panel{display:none}.landing-pro-footer{flex-direction:column;align-items:flex-start;padding:24px 18px}}.landing-v4{color:#111827;background:#f6f8fb;min-height:100vh;overflow:hidden}.landing-v4 button{font-family:inherit}.lv4-nav{z-index:50;background:#fff;border-bottom:1px solid #e5eaf1;justify-content:space-between;align-items:center;gap:18px;height:72px;padding:0 42px;display:flex;position:sticky;top:0}.lv4-brand{cursor:pointer;color:#111827;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.lv4-brand strong{font-size:25px;font-weight:950}.lv4-brand span{color:#2563eb;background:#eef4ff;border:1px solid #cfe0ff;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:950}.lv4-nav nav{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.lv4-nav nav button{color:#526173;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-size:13px;font-weight:850}.lv4-nav nav button:hover{color:#111827;background:#f1f5f9}.lv4-nav nav .lv4-login{color:#fff;background:#111827;padding-inline:18px}.lv4-hero{background:linear-gradient(#fff 0%,#f6f8fb 100%);grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:28px;min-height:calc(100vh - 72px);padding:58px 42px 42px;display:grid}.lv4-hero-copy{max-width:680px}.lv4-eyebrow{color:#1d4ed8;background:#eaf2ff;border:1px solid #cfe0ff;border-radius:999px;margin-bottom:18px;padding:7px 12px;font-size:12px;font-weight:950;display:inline-flex}.lv4-hero h1{letter-spacing:0;color:#0f172a;margin:0 0 18px;font-size:clamp(42px,5vw,68px);font-weight:950;line-height:1.02}.lv4-hero p{color:#526173;margin:0 0 24px;font-size:18px;line-height:1.8}.lv4-actions{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.lv4-primary,.lv4-secondary,.lv4-ops-copy button,.lv4-plans article button{cursor:pointer;border:0;border-radius:8px;padding:13px 20px;font-size:14px;font-weight:950}.lv4-primary{color:#fff;background:#2563eb;box-shadow:0 12px 28px #2563eb3b}.lv4-primary:hover{background:#1d4ed8}.lv4-secondary{color:#111827;background:#fff;border:1px solid #d5deea}.lv4-secondary:hover{background:#f8fafc}.lv4-trust{flex-wrap:wrap;gap:8px;display:flex}.lv4-trust span{color:#526173;background:#fff;border:1px solid #e5eaf1;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:850}.lv4-product{background:#0b1220;border:1px solid #1d2a3d;border-radius:14px;min-height:560px;overflow:hidden;box-shadow:0 28px 80px #0f172a47}.lv4-browser{color:#94a3b8;background:#0f172a;border-bottom:1px solid #1d2a3d;align-items:center;gap:8px;height:46px;padding:0 14px;display:flex}.lv4-browser span{background:#334155;border-radius:50%;width:10px;height:10px}.lv4-browser span:first-child{background:#ef4444}.lv4-browser span:nth-child(2){background:#f59e0b}.lv4-browser span:nth-child(3){background:#22c55e}.lv4-browser b{margin-inline-start:8px;font-size:12px;font-weight:900}.lv4-product-body{grid-template-columns:112px minmax(0,1fr) 180px;gap:14px;min-height:514px;padding:14px;display:grid}.lv4-product aside{color:#94a3b8;background:#111827;border:1px solid #233149;border-radius:10px;flex-direction:column;gap:8px;padding:14px;display:flex}.lv4-product aside b{color:#fff;margin-bottom:10px}.lv4-product aside span{border-radius:7px;padding:8px;font-size:12px;font-weight:850}.lv4-product aside .active{color:#fff;background:#2563eb}.lv4-map-card{background:#111827;border:1px solid #233149;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.lv4-map-top{border-bottom:1px solid #233149;justify-content:space-between;align-items:center;gap:10px;height:48px;padding:0 14px;display:flex}.lv4-map-top strong{color:#fff;font-size:14px}.lv4-map-top em{color:#22c55e;font-size:12px;font-style:normal;font-weight:950}.lv4-map{background:#07111f url(/kuwait-tracking-hero.png) 50%/cover no-repeat;flex:1;position:relative}.lv4-map:after{content:"";background:linear-gradient(#07111f2e,#07111fb8);position:absolute;inset:0}.lv4-map .route{z-index:2;background:#38bdf8;border-radius:999px;height:3px;position:absolute;box-shadow:0 0 18px #38bdf8}.lv4-map .route.one{width:55%;top:38%;left:14%;transform:rotate(-9deg)}.lv4-map .route.two{background:#22c55e;width:48%;top:64%;left:31%;transform:rotate(14deg);box-shadow:0 0 18px #22c55e}.lv4-map .car{z-index:3;color:#0f172a;background:#fff;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:950;position:absolute;box-shadow:0 12px 28px #00000052}.lv4-map .car.a{top:31%;left:21%}.lv4-map .car.b{top:49%;right:18%}.lv4-map .car.c{bottom:22%;left:48%}.lv4-side-stats{flex-direction:column;gap:10px;display:flex}.lv4-side-stats div{color:#fff;background:#111827;border:1px solid #233149;border-radius:10px;padding:13px}.lv4-side-stats span,.lv4-side-stats small{color:#94a3b8;font-size:11px;font-weight:850;display:block}.lv4-side-stats strong{color:#fff;margin:5px 0;font-size:26px;font-weight:950;display:block}.lv4-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1180px;margin:0 auto 72px;padding:0 42px;display:grid}.lv4-metrics article{background:#fff;border:1px solid #e5eaf1;border-radius:8px;padding:18px;box-shadow:0 14px 34px #0f172a12}.lv4-metrics span{color:#64748b;font-size:12px;font-weight:950}.lv4-metrics strong{color:#0f172a;margin:5px 0;font-size:32px;font-weight:950;display:block}.lv4-metrics p{color:#64748b;margin:0;font-size:12px;font-weight:850}.lv4-section{max-width:1180px;margin:0 auto 76px;padding:0 42px}.lv4-section-head{text-align:center;max-width:760px;margin:0 auto 28px}.lv4-section-head h2,.lv4-ops-copy h2{color:#0f172a;margin:0 0 12px;font-size:clamp(30px,4vw,46px);font-weight:950;line-height:1.12}.lv4-section-head p,.lv4-ops-copy p{color:#64748b;margin:0;font-size:16px;line-height:1.75}.lv4-modules{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.lv4-modules article{background:#fff;border:1px solid #e5eaf1;border-top:4px solid #2563eb;border-radius:8px;padding:20px;box-shadow:0 14px 34px #0f172a0f}.lv4-modules article span{border-radius:999px;width:34px;height:5px;margin-bottom:18px;display:block}.lv4-modules h3{color:#0f172a;margin:0 0 8px;font-size:18px}.lv4-modules p{color:#64748b;margin:0;font-size:14px;line-height:1.7}.lv4-ops{grid-template-columns:.88fr 1.12fr;align-items:stretch;gap:18px;max-width:1180px;margin:0 auto 76px;padding:0 42px;display:grid}.lv4-ops-copy,.lv4-table{background:#fff;border:1px solid #e5eaf1;border-radius:8px;padding:28px;box-shadow:0 14px 34px #0f172a0f}.lv4-ops-copy button{color:#fff;background:#111827;margin-top:22px}.lv4-table{flex-direction:column;gap:0;padding:12px;display:flex}.lv4-table div{border-bottom:1px solid #eef2f7;grid-template-columns:1.5fr 1fr 1fr;align-items:center;gap:10px;padding:13px 14px;display:grid}.lv4-table div:last-child{border-bottom:0}.lv4-table b{text-transform:uppercase;color:#64748b;font-size:11px}.lv4-table span{color:#111827;font-size:14px;font-weight:850}.lv4-plans{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.lv4-plans article{--plan:#2563eb;border:1px solid #e5eaf1;border-top:4px solid var(--plan);background:#fff;border-radius:8px;flex-direction:column;gap:13px;padding:20px;display:flex;position:relative;box-shadow:0 14px 34px #0f172a12}.lv4-plans article.popular{box-shadow:0 22px 52px #2563eb29}.lv4-ribbon{top:-13px;background:var(--plan);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:950;position:absolute;inset-inline-start:18px}.lv4-plan-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.lv4-plan-head h3{color:#0f172a;margin:0;font-size:22px}.lv4-plan-head span{border:1px solid color-mix(in srgb,var(--plan) 35%,white);color:var(--plan);white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:950}.lv4-plans article p{color:#64748b;margin:0;font-size:13px;line-height:1.6}.lv4-price{align-items:baseline;gap:8px;display:flex}.lv4-price strong{color:var(--plan);font-size:35px;font-weight:950}.lv4-price small{color:#64748b;font-weight:850}.lv4-limit{color:#334155;border-bottom:1px solid #eef2f7;padding-bottom:12px;font-size:13px;font-weight:900}.lv4-plans ul{flex-direction:column;gap:8px;min-height:150px;margin:0;padding:0;list-style:none;display:flex}.lv4-plans li{color:#334155;gap:8px;font-size:13px;line-height:1.55;display:flex}.lv4-plans li:before{content:"";background:var(--plan);border-radius:50%;flex:none;width:8px;height:8px;margin-top:7px}.lv4-plans article button{background:var(--plan);color:#fff;margin-top:auto}.lv4-footer{color:#64748b;background:#fff;border-top:1px solid #e5eaf1;justify-content:space-between;align-items:center;gap:16px;padding:28px 42px;display:flex}.lv4-footer strong{color:#111827}@media (width<=1100px){.lv4-hero{grid-template-columns:1fr;min-height:auto}.lv4-product{min-height:500px}.lv4-modules{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.lv4-nav{flex-direction:column;align-items:flex-start;height:auto;padding:14px 18px}.lv4-nav nav{width:100%}.lv4-hero{padding:34px 18px}.lv4-hero h1{font-size:40px}.lv4-product-body{grid-template-columns:1fr}.lv4-product aside{display:none}.lv4-side-stats{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.lv4-metrics,.lv4-section,.lv4-ops{margin-bottom:52px;padding:0 18px}.lv4-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.lv4-ops{grid-template-columns:1fr}.lv4-footer{flex-direction:column;align-items:flex-start;padding:24px 18px}}@media (width<=520px){.lv4-actions{flex-direction:column}.lv4-primary,.lv4-secondary{width:100%}.lv4-metrics,.lv4-modules,.lv4-side-stats,.lv4-table div{grid-template-columns:1fr}}.landing-sales{color:#0f172a;background:#f7f9fc;min-height:100vh;overflow:hidden}.landing-sales button{font-family:inherit}.ls-nav{z-index:60;background:#fff;border-bottom:1px solid #e7edf5;justify-content:space-between;align-items:center;gap:18px;height:74px;padding:0 46px;display:flex;position:sticky;top:0}.ls-brand{color:#0f172a;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.ls-brand strong{letter-spacing:0;font-size:26px;font-weight:950}.ls-brand span{color:#2563eb;background:#eef4ff;border:1px solid #d8e6ff;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:950}.ls-nav nav{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.ls-nav nav button{color:#526173;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-weight:850}.ls-nav nav button:hover{color:#0f172a;background:#f1f5f9}.ls-nav .ls-login{color:#fff;background:#0f172a;padding-inline:18px}.ls-hero{background:linear-gradient(#fff 0%,#f7f9fc 100%);grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:36px;min-height:calc(100vh - 74px);padding:64px 46px 46px;display:grid}.ls-copy{max-width:720px}.ls-badge{color:#1d4ed8;background:#eaf2ff;border:1px solid #cfe0ff;border-radius:999px;margin-bottom:18px;padding:7px 13px;font-size:12px;font-weight:950;display:inline-flex}.ls-copy h1{letter-spacing:0;color:#0b1220;margin:0 0 18px;font-size:clamp(42px,5.3vw,72px);font-weight:950;line-height:1.02}.ls-copy p{color:#526173;margin:0 0 24px;font-size:18px;line-height:1.82}.ls-actions{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.ls-actions button,.ls-cta button,.ls-plans article button{cursor:pointer;border:0;border-radius:8px;padding:13px 20px;font-size:14px;font-weight:950}.ls-actions button:first-child,.ls-cta button{color:#fff;background:#2563eb;box-shadow:0 14px 30px #2563eb38}.ls-actions button:not(:first-child){color:#0f172a;background:#fff;border:1px solid #d7e0eb}.ls-note{color:#526173;background:#fff;border:1px solid #e7edf5;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850;display:inline-flex}.ls-visual{background:#0b1220;border:1px solid #1e2b40;border-radius:14px;min-height:570px;overflow:hidden;box-shadow:0 30px 80px #0f172a47}.ls-visual-top{color:#94a3b8;background:#0f172a;border-bottom:1px solid #1e2b40;align-items:center;gap:8px;height:46px;padding:0 14px;display:flex}.ls-visual-top span{background:#334155;border-radius:50%;width:10px;height:10px}.ls-visual-top span:first-child{background:#ef4444}.ls-visual-top span:nth-child(2){background:#f59e0b}.ls-visual-top span:nth-child(3){background:#22c55e}.ls-visual-top b{margin-inline-start:8px;font-size:12px;font-weight:900}.ls-visual-grid{grid-template-rows:1fr auto;gap:14px;min-height:524px;padding:14px;display:grid}.ls-map{background:#07111f url(/kuwait-tracking-hero.png) 50%/cover no-repeat;border:1px solid #263449;border-radius:10px;min-height:360px;position:relative;overflow:hidden}.ls-map:after{content:"";background:linear-gradient(#07111f1a,#07111fad);position:absolute;inset:0}.ls-map i,.ls-map em{z-index:2;background:#38bdf8;border-radius:999px;height:3px;position:absolute;box-shadow:0 0 18px #38bdf8}.ls-map i{width:58%;top:39%;left:13%;transform:rotate(-8deg)}.ls-map em{background:#22c55e;width:45%;top:65%;left:33%;transform:rotate(14deg);box-shadow:0 0 18px #22c55e}.ls-map b{z-index:3;color:#0f172a;background:#fff;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:950;position:absolute;box-shadow:0 12px 28px #00000052}.ls-map .v1{top:31%;left:20%}.ls-map .v2{top:48%;right:16%}.ls-map .v3{bottom:20%;left:47%}.ls-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ls-kpis article{color:#fff;background:#111827;border:1px solid #263449;border-radius:8px;padding:12px}.ls-kpis span,.ls-kpis small{color:#94a3b8;font-size:11px;font-weight:850;display:block}.ls-kpis strong{color:#fff;margin:5px 0;font-size:24px;font-weight:950;display:block}.ls-proof{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1180px;margin:0 auto 72px;padding:0 46px;display:grid}.ls-proof article{background:#fff;border:1px solid #e7edf5;border-radius:8px;padding:18px;box-shadow:0 14px 32px #0f172a0f}.ls-proof strong{color:#0f172a;font-size:31px;font-weight:950;display:block}.ls-proof span{color:#2563eb;margin:6px 0 3px;font-weight:950;display:block}.ls-proof p{color:#64748b;margin:0;font-size:12px;font-weight:850}.ls-section,.ls-product-section{max-width:1180px;margin:0 auto 76px;padding:0 46px}.ls-head{text-align:center;max-width:800px;margin:0 auto 30px}.ls-head h2,.ls-cta h2{color:#0f172a;margin:0 0 12px;font-size:clamp(31px,4vw,48px);font-weight:950;line-height:1.12}.ls-head p,.ls-cta p{color:#64748b;margin:0;font-size:16px;line-height:1.75}.ls-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.ls-benefits article{--accent:#2563eb;border:1px solid #e7edf5;border-top:4px solid var(--accent);background:#fff;border-radius:8px;padding:20px;box-shadow:0 14px 32px #0f172a0f}.ls-benefits article span{background:var(--accent);border-radius:999px;width:34px;height:5px;margin-bottom:17px;display:block}.ls-benefits h3{color:#0f172a;margin:0 0 9px;font-size:18px}.ls-benefits p{color:#64748b;margin:0;font-size:14px;line-height:1.72}.ls-product-blocks{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ls-product-blocks article{background:#fff;border:1px solid #e7edf5;border-radius:8px;gap:16px;padding:22px;display:flex;box-shadow:0 14px 32px #0f172a0f}.ls-product-blocks b{color:#fff;background:#0f172a;border-radius:8px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:15px;font-weight:950;display:flex}.ls-product-blocks h3{color:#0f172a;margin:0 0 7px;font-size:19px}.ls-product-blocks p{color:#64748b;margin:0;line-height:1.7}.ls-plans{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.ls-plans article{--plan:#2563eb;border:1px solid #e7edf5;border-top:4px solid var(--plan);background:#fff;border-radius:8px;flex-direction:column;gap:13px;padding:20px;display:flex;position:relative;box-shadow:0 14px 32px #0f172a12}.ls-plans article.popular{box-shadow:0 22px 52px #2563eb29}.ls-ribbon{top:-13px;background:var(--plan);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:950;position:absolute;inset-inline-start:18px}.ls-plan-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.ls-plan-head h3{color:#0f172a;margin:0;font-size:22px}.ls-plan-head em{color:var(--plan);white-space:nowrap;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;font-size:11px;font-style:normal;font-weight:950}.ls-plans article p{color:#64748b;margin:0;font-size:13px;line-height:1.6}.ls-price{align-items:baseline;gap:8px;display:flex}.ls-price strong{color:var(--plan);font-size:35px;font-weight:950}.ls-price small{color:#64748b;font-weight:850}.ls-limit{color:#334155;border-bottom:1px solid #eef2f7;padding-bottom:12px;font-size:13px;font-weight:900}.ls-plans ul{flex-direction:column;gap:8px;min-height:156px;margin:0;padding:0;list-style:none;display:flex}.ls-plans li{color:#334155;gap:8px;font-size:13px;line-height:1.55;display:flex}.ls-plans li:before{content:"";background:var(--plan);border-radius:50%;flex:none;width:8px;height:8px;margin-top:7px}.ls-plans article button{background:var(--plan);color:#fff;margin-top:auto}.ls-cta{color:#fff;text-align:center;background:#0f172a;border-radius:10px;max-width:1080px;margin:0 auto 76px;padding:44px 46px;box-shadow:0 22px 52px #0f172a2e}.ls-cta h2{color:#fff}.ls-cta p{color:#cbd5e1;max-width:650px;margin:0 auto 22px}.ls-footer{color:#64748b;background:#fff;border-top:1px solid #e7edf5;justify-content:space-between;align-items:center;gap:16px;padding:28px 46px;display:flex}.ls-footer strong{color:#0f172a}@media (width<=1100px){.ls-hero{grid-template-columns:1fr;min-height:auto}.ls-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.ls-nav{flex-direction:column;align-items:flex-start;height:auto;padding:14px 18px}.ls-nav nav{width:100%}.ls-hero{padding:34px 18px}.ls-copy h1{font-size:40px}.ls-proof,.ls-section,.ls-product-section{margin-bottom:54px;padding:0 18px}.ls-proof,.ls-kpis,.ls-product-blocks{grid-template-columns:repeat(2,minmax(0,1fr))}.ls-cta{margin-left:18px;margin-right:18px;padding:34px 22px}.ls-footer{flex-direction:column;align-items:flex-start;padding:24px 18px}}@media (width<=520px){.ls-actions{flex-direction:column}.ls-actions button{width:100%}.ls-proof,.ls-kpis,.ls-benefits,.ls-product-blocks{grid-template-columns:1fr}.ls-visual{min-height:auto}.ls-map{min-height:300px}}.nebula{color:#0f172a;background:#eef2f7;min-height:100vh;display:flex}.nebula button{font-family:inherit}.nebula-rail{color:#fff;z-index:80;background:#0e1726;flex-direction:column;align-items:center;gap:22px;width:104px;min-height:100vh;padding:22px 12px;display:flex;position:sticky;top:0}.nebula-logo{color:#fff;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:7px;display:flex}.nebula-logo strong{background:#2563eb;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:24px;font-weight:950;display:flex}.nebula-logo span{font-size:12px;font-weight:950}.nebula-rail nav{flex-direction:column;gap:8px;width:100%;margin-top:22px;display:flex}.nebula-rail nav button,.nebula-lang{color:#cbd5e1;cursor:pointer;background:#142136;border:1px solid #25344b;border-radius:9px;padding:10px 8px;font-size:12px;font-weight:850}.nebula-rail nav button:hover,.nebula-lang:hover{color:#fff;background:#1d2d47}.nebula-lang{width:100%;margin-top:auto}.nebula-main{flex:1;min-width:0}.nebula-top{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:50;background:#ffffffe0;border-bottom:1px solid #dde5ef;justify-content:space-between;align-items:center;gap:16px;height:72px;padding:0 34px;display:flex;position:sticky;top:0}.nebula-top span{color:#0f172a;font-weight:950}.nebula-top div{flex-wrap:wrap;gap:8px;display:flex}.nebula-top button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #d7e0eb;border-radius:8px;padding:10px 14px;font-weight:900}.nebula-top button:last-child{color:#fff;background:#0f172a;border-color:#0f172a}.nebula-hero{grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:stretch;gap:26px;min-height:calc(100vh - 72px);padding:36px 34px 42px;display:grid}.nebula-copy{background:#fff;border:1px solid #dde5ef;border-radius:10px;flex-direction:column;justify-content:center;padding:44px;display:flex;box-shadow:0 18px 42px #0f172a14}.nebula-badge{color:#1d4ed8;background:#eaf2ff;border:1px solid #cfe0ff;border-radius:999px;align-self:flex-start;margin-bottom:18px;padding:7px 12px;font-size:12px;font-weight:950;display:inline-flex}.nebula-copy h1{color:#0b1220;letter-spacing:0;margin:0 0 18px;font-size:clamp(40px,5vw,68px);font-weight:950;line-height:1.02}.nebula-copy p{color:#526173;margin:0 0 24px;font-size:18px;line-height:1.85}.nebula-actions{flex-wrap:wrap;gap:10px;display:flex}.nebula-actions button,.nebula-plans button,.nebula-close button{cursor:pointer;border:0;border-radius:8px;padding:13px 20px;font-weight:950}.nebula-actions button:first-child,.nebula-close button{color:#fff;background:#2563eb;box-shadow:0 14px 30px #2563eb38}.nebula-actions button:last-child{color:#0f172a;background:#fff;border:1px solid #d7e0eb}.nebula-console{background:#0b1220;border:1px solid #1e2b40;border-radius:10px;flex-direction:column;min-height:620px;display:flex;overflow:hidden;box-shadow:0 28px 74px #0f172a47}.console-head{color:#fff;background:#0f172a;border-bottom:1px solid #1e2b40;justify-content:space-between;align-items:center;height:54px;padding:0 18px;display:flex}.console-head strong{font-size:16px}.console-head span{color:#2dd4bf;font-size:12px;font-weight:950}.console-map{background:#07111f url(/kuwait-tracking-hero.png) 50%/cover no-repeat;flex:1;min-height:390px;position:relative}.console-map:after{content:"";background:linear-gradient(#07111f14,#07111fb3);position:absolute;inset:0}.console-map i,.console-map em{z-index:2;background:#60a5fa;border-radius:999px;height:3px;position:absolute;box-shadow:0 0 18px #60a5fa}.console-map i{width:58%;top:37%;left:14%;transform:rotate(-8deg)}.console-map em{background:#2dd4bf;width:45%;top:65%;left:33%;transform:rotate(14deg);box-shadow:0 0 18px #2dd4bf}.ncar{z-index:3;color:#0f172a;background:#fff;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:950;position:absolute;box-shadow:0 12px 28px #00000052}.ncar.a{top:31%;left:20%}.ncar.b{top:48%;right:16%}.ncar.c{bottom:20%;left:47%}.console-stats{background:#0f172a;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px;display:grid}.console-stats article{--c:#60a5fa;border:1px solid #263449;border-top:3px solid var(--c);color:#fff;background:#111827;border-radius:8px;padding:13px}.console-stats span{color:#94a3b8;font-size:11px;font-weight:850;display:block}.console-stats strong{color:#fff;margin-top:5px;font-size:25px;font-weight:950;display:block}.nebula-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0 34px 76px;display:grid}.nebula-strip article{--c:#60a5fa;border:1px solid #dde5ef;border-top:4px solid var(--c);background:#fff;border-radius:9px;padding:18px;box-shadow:0 14px 34px #0f172a0f}.nebula-strip strong{color:#0f172a;font-size:32px;font-weight:950;display:block}.nebula-strip span{color:#64748b;font-size:13px;font-weight:900}.nebula-section,.nebula-flow{padding:0 34px 82px}.nebula-head{text-align:center;max-width:760px;margin:0 auto 28px}.nebula-head h2,.nebula-close h2{color:#0f172a;margin:0 0 12px;font-size:clamp(30px,4vw,48px);font-weight:950;line-height:1.12}.nebula-head p{color:#64748b;margin:0;font-size:16px;line-height:1.75}.nebula-solutions{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1180px;margin:auto;display:grid}.nebula-solutions article{--c:#60a5fa;border:1px solid #dde5ef;border-top:4px solid var(--c);background:#fff;border-radius:9px;padding:20px;box-shadow:0 14px 34px #0f172a0f}.nebula-solutions article span{background:var(--c);border-radius:999px;width:36px;height:5px;margin-bottom:18px;display:block}.nebula-solutions h3{color:#0f172a;margin:0 0 9px;font-size:19px}.nebula-solutions p{color:#64748b;margin:0;font-size:14px;line-height:1.72}.nebula-flow>div:last-child{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1180px;margin:auto;display:grid}.nebula-flow article{color:#fff;background:#0f172a;border-radius:9px;min-height:180px;padding:22px}.nebula-flow b{color:#2dd4bf;font-size:13px}.nebula-flow h3{color:#fff;margin:18px 0 9px;font-size:21px}.nebula-flow p{color:#cbd5e1;margin:0;line-height:1.7}.nebula-plans{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;max-width:1180px;margin:auto;display:grid}.nebula-plans article{--c:#2563eb;border:1px solid #dde5ef;border-top:4px solid var(--c);background:#fff;border-radius:9px;flex-direction:column;gap:13px;padding:20px;display:flex;position:relative;box-shadow:0 14px 34px #0f172a12}.nebula-plans article.hot{box-shadow:0 22px 54px #2563eb2e}.nebula-hot{top:-13px;background:var(--c);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:950;position:absolute;inset-inline-start:18px}.nebula-plans article>div{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.nebula-plans h3{color:#0f172a;margin:0;font-size:22px}.nebula-plans em{color:var(--c);white-space:nowrap;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;font-size:11px;font-style:normal;font-weight:950}.nebula-plans p{color:#64748b;margin:0;font-size:13px;line-height:1.6}.nebula-plans article>strong{color:var(--c);font-size:35px;font-weight:950}.nebula-plans small{color:#64748b;font-size:13px}.nebula-plans .limit{color:#334155;border-bottom:1px solid #eef2f7;padding-bottom:12px;font-size:13px;font-weight:900}.nebula-plans ul{flex-direction:column;gap:8px;min-height:150px;margin:0;padding:0;list-style:none;display:flex}.nebula-plans li{color:#334155;gap:8px;font-size:13px;line-height:1.55;display:flex}.nebula-plans li:before{content:"";background:var(--c);border-radius:50%;flex:none;width:8px;height:8px;margin-top:7px}.nebula-plans button{background:var(--c);color:#fff;margin-top:auto}.nebula-close{color:#fff;text-align:center;background:#0f172a;border-radius:10px;margin:0 34px 82px;padding:46px 28px;box-shadow:0 22px 54px #0f172a2e}.nebula-close h2{color:#fff;max-width:820px;margin:0 auto 22px}@media (width<=1100px){.nebula{display:block}.nebula-rail{flex-direction:row;justify-content:space-between;width:auto;min-height:auto;padding:14px 18px;position:relative}.nebula-rail nav{flex-direction:row;width:auto;margin:0}.nebula-lang{width:auto;margin:0}.nebula-hero{grid-template-columns:1fr}.nebula-solutions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.nebula-top{flex-direction:column;align-items:flex-start;height:auto;padding:14px 18px}.nebula-hero,.nebula-section,.nebula-flow{padding-left:18px;padding-right:18px}.nebula-copy{padding:28px}.nebula-copy h1{font-size:39px}.nebula-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:18px;padding-right:18px}.console-stats,.nebula-flow>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.nebula-rail{flex-direction:column;align-items:flex-start}.nebula-rail nav{flex-wrap:wrap}.nebula-actions{flex-direction:column}.nebula-actions button{width:100%}.nebula-strip,.console-stats,.nebula-solutions,.nebula-flow>div:last-child{grid-template-columns:1fr}.nebula-console{min-height:auto}.console-map{min-height:300px}}.atlas{color:#fff;background:#09111d;min-height:100vh;overflow:hidden}.atlas button{font-family:inherit}.atlas-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:70;background:#09111ddb;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:18px;height:76px;padding:0 38px;display:flex;position:sticky;top:0}.atlas-brand{color:#fff;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.atlas-brand span{color:#042f2e;background:#2dd4bf;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:950;display:flex}.atlas-brand strong{font-size:22px;font-weight:950}.atlas-brand em{color:#94a3b8;border:1px solid #ffffff29;border-radius:999px;padding:4px 8px;font-size:11px;font-style:normal}.atlas-nav nav{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.atlas-nav nav button{color:#cbd5e1;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 12px;font-weight:850}.atlas-nav nav button:hover{color:#fff;background:#ffffff1a}.atlas-login{color:#09111d!important;background:#fff!important;padding-inline:18px!important}.atlas-hero{grid-template-columns:minmax(0,.9fr) minmax(420px,.9fr) 250px;align-items:center;gap:22px;min-height:calc(100vh - 76px);padding:48px 38px 70px;display:grid;position:relative}.atlas-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2dd4bf2e,#0000 63%);border-radius:50%;width:620px;height:620px;position:absolute;inset:-20% -10% auto auto}.atlas-left{z-index:2;max-width:720px;position:relative}.atlas-badge{color:#99f6e4;background:#2dd4bf1a;border:1px solid #2dd4bf59;border-radius:999px;margin-bottom:18px;padding:8px 13px;font-size:12px;font-weight:950;display:inline-flex}.atlas-left h1{letter-spacing:0;color:#fff;margin:0 0 18px;font-size:clamp(42px,5.5vw,76px);font-weight:950;line-height:1.01}.atlas-left p{color:#b7c4d4;margin:0 0 26px;font-size:18px;line-height:1.85}.atlas-actions{flex-wrap:wrap;gap:10px;display:flex}.atlas-actions button,.atlas-plans button,.atlas-final button{cursor:pointer;border:0;border-radius:999px;padding:14px 22px;font-weight:950}.atlas-actions button:first-child,.atlas-final button{color:#042f2e;background:#2dd4bf;box-shadow:0 16px 34px #2dd4bf33}.atlas-actions button:last-child{color:#fff;background:0 0;border:1px solid #ffffff3d}.atlas-map{z-index:1;aspect-ratio:1;background:linear-gradient(135deg,#2dd4bf8c,#60a5fa38);border-radius:50%;padding:12px;position:relative;box-shadow:0 38px 110px #00000061}.atlas-map:before{content:"";border:1px solid #2dd4bf2e;border-radius:50%;position:absolute;inset:-28px}.atlas-map:after{content:"";border:1px dashed #60a5fa33;border-radius:50%;position:absolute;inset:-56px}.atlas-map-img{background:#07111f url(/kuwait-tracking-hero.png) 50%/cover no-repeat;border:1px solid #fff3;border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.atlas-map-img:after{content:"";background:radial-gradient(circle at 50% 48%,#09111d14,#09111dad);position:absolute;inset:0}.atlas-map-img i,.atlas-map-img em{z-index:2;border-radius:999px;height:3px;position:absolute;box-shadow:0 0 22px}.atlas-map-img i{color:#60a5fa;background:#60a5fa;width:58%;top:40%;left:17%;transform:rotate(-9deg)}.atlas-map-img em{color:#2dd4bf;background:#2dd4bf;width:45%;top:64%;left:33%;transform:rotate(16deg)}.atlas-map-img b{z-index:3;color:#09111d;background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:950;position:absolute;box-shadow:0 16px 34px #00000057}.atlas-map-img .a{top:31%;left:22%}.atlas-map-img .b{top:49%;right:14%}.atlas-map-img .c{bottom:20%;left:45%}.atlas-signals{z-index:2;flex-direction:column;gap:12px;display:flex;position:relative}.atlas-signals article{--a:#2dd4bf;border:1px solid #ffffff21;border-inline-start:4px solid var(--a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border-radius:14px;padding:16px}.atlas-signals span{color:#94a3b8;margin-bottom:6px;font-size:12px;font-weight:850;display:block}.atlas-signals strong{color:#fff;font-size:28px;font-weight:950}.atlas-section,.atlas-path{padding:0 38px 84px}.atlas-head{text-align:center;max-width:760px;margin:0 auto 30px}.atlas-head h2,.atlas-final h2{color:#fff;margin:0 0 12px;font-size:clamp(32px,4vw,50px);font-weight:950;line-height:1.12}.atlas-head p{color:#94a3b8;margin:0;font-size:16px;line-height:1.75}.atlas-outcomes{background:#ffffff24;border:1px solid #ffffff24;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:1180px;margin:auto;display:grid}.atlas-outcomes article{background:#0d1828;border-top:4px solid #2dd4bf;min-height:220px;padding:26px}.atlas-outcomes b{color:#2dd4bf;margin-bottom:24px;font-size:13px;display:block}.atlas-outcomes h3{color:#fff;margin:0 0 10px;font-size:22px}.atlas-outcomes p{color:#b7c4d4;margin:0;line-height:1.75}.atlas-path>div:last-child{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1180px;margin:auto;display:grid}.atlas-path article{color:#0f172a;background:#fff;border-radius:18px;min-height:190px;padding:24px;position:relative}.atlas-path article:after{content:"";inset-inline-end:-25px;background:#ffffff38;width:36px;height:2px;position:absolute;top:50%}.atlas-path article:last-child:after{display:none}.atlas-path span{color:#fff;background:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:950;display:inline-flex}.atlas-path h3{margin:18px 0 9px;font-size:21px}.atlas-path p{color:#64748b;margin:0;line-height:1.7}.atlas-plans{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;max-width:1180px;margin:auto;display:grid}.atlas-plans article{--p:#2563eb;color:#0f172a;border-top:5px solid var(--p);background:#fff;border-radius:18px;flex-direction:column;gap:13px;padding:22px;display:flex;position:relative;box-shadow:0 26px 70px #0000002e}.atlas-plans article.prime{transform:translateY(-8px)}.atlas-prime{top:-13px;background:var(--p);color:#fff;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:950;position:absolute;inset-inline-start:18px}.atlas-plan-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.atlas-plan-title h3{margin:0;font-size:23px}.atlas-plan-title em{color:var(--p);white-space:nowrap;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;font-size:11px;font-style:normal;font-weight:950}.atlas-plans p{color:#64748b;margin:0;font-size:13px;line-height:1.65}.atlas-plans article>strong{color:var(--p);font-size:36px;font-weight:950}.atlas-plans small{color:#64748b;font-size:13px}.atlas-limit{color:#334155;border-bottom:1px solid #e7edf5;padding-bottom:12px;font-size:13px;font-weight:900}.atlas-plans ul{flex-direction:column;gap:8px;min-height:150px;margin:0;padding:0;list-style:none;display:flex}.atlas-plans li{color:#334155;gap:8px;font-size:13px;line-height:1.55;display:flex}.atlas-plans li:before{content:"";background:var(--p);border-radius:50%;flex:none;width:8px;height:8px;margin-top:7px}.atlas-plans button{background:var(--p);color:#fff;margin-top:auto}.atlas-final{text-align:center;background:linear-gradient(135deg,#2563eb47,#2dd4bf29);border:1px solid #ffffff24;border-radius:28px;margin:0 38px 86px;padding:48px 28px}.atlas-final h2{max-width:860px;margin:0 auto 24px}@media (width<=1100px){.atlas-hero{grid-template-columns:1fr;min-height:auto}.atlas-map{width:100%;max-width:560px;margin:auto}.atlas-signals{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.atlas-outcomes,.atlas-path>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-path article:after{display:none}}@media (width<=760px){.atlas-nav{flex-direction:column;align-items:flex-start;height:auto;padding:14px 18px}.atlas-nav nav{width:100%}.atlas-hero,.atlas-section,.atlas-path{padding-left:18px;padding-right:18px}.atlas-left h1{font-size:40px}.atlas-signals,.atlas-outcomes,.atlas-path>div:last-child{grid-template-columns:1fr}.atlas-final{margin-left:18px;margin-right:18px}}@media (width<=520px){.atlas-actions{flex-direction:column}.atlas-actions button{width:100%}.atlas-map:before,.atlas-map:after{display:none}}.fleet-iphone{color:#101828;background:#f3f7fb;min-height:100vh;overflow:hidden}.fleet-iphone button{font-family:inherit}.fi-nav{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8fafce0;border-bottom:1px solid #94a3b838;justify-content:space-between;align-items:center;gap:18px;height:76px;padding:0 42px;display:flex;position:sticky;top:0}.fi-brand{color:#0f172a;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.fi-brand strong{letter-spacing:0;font-size:25px;font-weight:950}.fi-brand span{color:#fff;background:#2563eb;border-radius:9px;padding:5px 9px;font-size:11px;font-weight:950}.fi-nav nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.fi-nav nav button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:850}.fi-nav nav button:hover{color:#0f172a;background:#e8eef7}.fi-nav .fi-login{color:#fff;background:#0f172a;padding-inline:18px}.fi-nav .fi-login:hover{color:#fff;background:#2563eb}.fi-hero{background:linear-gradient(135deg,#f8fbff 0%,#e8f0fb 45%,#dbeafe 100%);grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:center;gap:34px;min-height:calc(100vh - 76px);padding:58px 42px 78px;display:grid;position:relative}.fi-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#f8fbffeb,#f8fbff47),radial-gradient(circle at 76% 22%,#2563eb38,#0000 34%),radial-gradient(circle at 58% 84%,#14b8a633,#0000 30%);position:absolute;inset:0}.fi-copy,.fi-showcase{z-index:2;position:relative}.fi-copy{max-width:710px}.fi-badge{color:#2563eb;background:#fff;border:1px solid #2563eb38;border-radius:999px;align-items:center;margin-bottom:18px;padding:8px 13px;font-size:12px;font-weight:950;display:inline-flex;box-shadow:0 12px 28px #0f172a0f}.fi-copy h1{letter-spacing:0;color:#0b1220;margin:0 0 18px;font-size:clamp(42px,5.4vw,74px);font-weight:950;line-height:1.02}.fi-copy p{color:#526174;max-width:660px;margin:0 0 26px;font-size:18px;line-height:1.86}.fi-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px;display:flex}.fi-actions button,.fi-app-section button,.fi-plans button{cursor:pointer;border:0;border-radius:999px;padding:14px 22px;font-weight:950}.fi-actions button:first-child,.fi-app-section button,.fi-plans button{color:#fff;background:#2563eb;box-shadow:0 18px 34px #2563eb38}.fi-actions button:last-child{color:#0f172a;background:#fff;border:1px solid #d8e2ef;box-shadow:0 12px 28px #0f172a12}.fi-proof{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:650px;display:grid}.fi-proof article{background:#ffffffdb;border:1px solid #cbd5e1c7;border-radius:18px;padding:14px 12px;box-shadow:0 16px 36px #0f172a14}.fi-proof strong{color:#0f172a;margin-bottom:5px;font-size:23px;font-weight:950;display:block}.fi-proof span{color:#64748b;font-size:11px;font-weight:850;line-height:1.45;display:block}.fi-showcase{justify-content:center;align-items:center;min-height:590px;display:flex}.fi-map-panel{background:#0b1220;border:1px solid #ffffff3d;border-radius:34px;position:absolute;inset:34px 96px 26px 0;overflow:hidden;box-shadow:0 34px 90px #0f172a47}.fi-panel-top{z-index:3;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#02061794;border:1px solid #ffffff24;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex;position:absolute;top:18px;left:18px;right:18px}.fi-panel-top strong{font-size:14px;font-weight:950}.fi-panel-top span{color:#052e16;background:#22c55e;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:950}.fi-map{background:#08111f url(/kuwait-tracking-hero.png) 50%/cover no-repeat;position:absolute;inset:0}.fi-map:after{content:"";background:linear-gradient(#02061729,#020617bd),radial-gradient(circle at 52% 48%,#2563eb05,#020617ad);position:absolute;inset:0}.fi-map i,.fi-map em{z-index:2;border-radius:999px;height:4px;position:absolute;box-shadow:0 0 22px}.fi-map i{color:#60a5fa;background:#60a5fa;width:62%;top:48%;left:14%;transform:rotate(-11deg)}.fi-map em{color:#2dd4bf;background:#2dd4bf;width:51%;top:65%;left:28%;transform:rotate(19deg)}.fi-map .car{z-index:4;color:#0f172a;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:950;position:absolute;box-shadow:0 18px 34px #00000052}.fi-map .a{top:38%;left:20%}.fi-map .b{top:53%;right:20%}.fi-map .c{bottom:22%;left:45%}.fi-phone{z-index:6;background:#111827;border-radius:44px;width:276px;min-height:560px;margin-inline:auto 10px;padding:10px;position:relative;box-shadow:0 40px 90px #0f172a5c,inset 0 0 0 2px #000}.fi-phone:before{content:"";pointer-events:none;border:1px solid #ffffff1f;border-radius:40px;position:absolute;inset:5px}.fi-notch{z-index:8;background:#111827;border-radius:0 0 16px 16px;width:92px;height:25px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.fi-phone-screen{background:linear-gradient(#f8fbff,#e9f2ff);border-radius:36px;min-height:540px;padding:44px 16px 18px;position:relative;overflow:hidden}.fi-phone-screen:before{content:"";background:#2563eb29;border-radius:50%;width:150px;height:150px;position:absolute;inset:-36px -50px auto auto}.fi-app-head{z-index:1;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex;position:relative}.fi-app-head span{color:#111827;font-size:14px;font-weight:950}.fi-app-head b{color:#166534;background:#dcfce7;border-radius:999px;padding:5px 8px;font-size:10px}.fi-app-driver{z-index:1;color:#fff;background:#0f172a;border-radius:22px;margin-bottom:12px;padding:16px;position:relative;box-shadow:0 18px 34px #0f172a2e}.fi-app-driver strong{font-size:18px;font-weight:950;display:block}.fi-app-driver small{color:#cbd5e1;margin-top:4px;font-size:11px;line-height:1.45;display:block}.fi-app-grid{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid;position:relative}.fi-app-grid article{background:#fff;border:1px solid #dde7f3;border-radius:16px;min-height:86px;padding:11px;box-shadow:0 10px 24px #0f172a0f}.fi-app-grid span{color:#64748b;margin-bottom:7px;font-size:10px;font-weight:900;display:block}.fi-app-grid strong{color:#2563eb;font-size:21px;font-weight:950;line-height:1;display:block}.fi-app-grid small{color:#64748b;margin-top:6px;font-size:9px;line-height:1.35;display:block}.fi-app-list{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.fi-app-list div{color:#334155;background:#ffffffb8;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:8px;padding:9px 10px;font-size:11px;font-weight:800;line-height:1.45;display:flex}.fi-app-list span{background:#22c55e;border-radius:50%;flex:none;width:8px;height:8px;margin-top:4px}.fi-phone-screen>button{z-index:1;color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:16px;width:100%;margin-top:12px;padding:12px;font-weight:950;position:relative}.fi-section{background:#f3f7fb;padding:78px 42px}.fi-head{text-align:center;max-width:780px;margin:0 auto 30px}.fi-head h2,.fi-app-section h2{color:#0f172a;letter-spacing:0;margin:0 0 12px;font-size:clamp(30px,4vw,48px);font-weight:950;line-height:1.15}.fi-head p,.fi-app-section p{color:#64748b;margin:0;font-size:16px;line-height:1.78}.fi-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1180px;margin:auto;display:grid}.fi-cards article{background:#fff;border:1px solid #dce6f2;border-radius:24px;min-height:220px;padding:22px;box-shadow:0 18px 44px #0f172a12}.fi-cards article>span{background:var(--c,#2563eb);border-radius:999px;width:46px;height:7px;margin-bottom:26px;display:block}.fi-cards h3{color:#0f172a;margin:0 0 10px;font-size:20px;font-weight:950}.fi-cards p{color:#64748b;margin:0;font-size:14px;line-height:1.72}.fi-app-section{color:#fff;background:#0b1220;grid-template-columns:minmax(0,.82fr) minmax(340px,.7fr);align-items:center;gap:42px;padding:86px 42px;display:grid;overflow:hidden}.fi-app-section>div:first-child{justify-self:end;max-width:620px}.fi-app-section h2{color:#fff}.fi-app-section p{color:#b6c3d2;margin-bottom:22px}.fi-app-section .fi-badge{color:#bfdbfe;box-shadow:none;background:#2563eb26;border-color:#60a5fa47}.fi-phone-large{width:310px;min-height:620px;margin:0 auto}.fi-phone-large .fi-phone-screen{min-height:600px}.fi-app-route{z-index:1;color:#fff;background:#0f172a;border-radius:18px;margin-bottom:10px;padding:13px;position:relative;overflow:hidden}.fi-app-route strong{font-size:13px}.fi-app-route p{color:#cbd5e1;margin:5px 0 11px;font-size:10px}.fi-app-route div{background:linear-gradient(90deg,#22c55e 0 62%,#334155 62%);border-radius:999px;height:7px}.fi-plans{grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:16px;max-width:1180px;margin:auto;display:grid}.fi-plans article{border:1px solid #dce6f2;border-top:6px solid var(--p,#2563eb);background:#fff;border-radius:24px;flex-direction:column;gap:13px;padding:22px;display:flex;position:relative;box-shadow:0 18px 44px #0f172a12}.fi-plans article.popular{transform:translateY(-7px);box-shadow:0 24px 64px #2563eb26}.fi-ribbon{top:-14px;background:var(--p,#2563eb);color:#fff;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:950;position:absolute;inset-inline-start:20px}.fi-plan-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.fi-plan-title h3{color:#0f172a;margin:0;font-size:22px;font-weight:950}.fi-plan-title em{color:var(--p,#2563eb);white-space:nowrap;border:1px solid #e2e8f0;border-radius:999px;padding:5px 8px;font-size:11px;font-style:normal;font-weight:950}.fi-plans p{color:#64748b;margin:0;font-size:13px;line-height:1.65}.fi-plans article>strong{color:var(--p,#2563eb);font-size:36px;font-weight:950}.fi-plans small{color:#64748b;font-size:13px}.fi-limit{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px;font-size:12px;font-weight:900}.fi-plans ul{flex-direction:column;gap:8px;min-height:150px;margin:0;padding:0;list-style:none;display:flex}.fi-plans li{color:#334155;align-items:flex-start;gap:8px;font-size:13px;line-height:1.55;display:flex}.fi-plans li:before{content:"";background:var(--p,#2563eb);border-radius:50%;flex:none;width:8px;height:8px;margin-top:7px}.fi-plans button{background:var(--p,#2563eb);margin-top:auto}.fi-footer{color:#64748b;background:#fff;border-top:1px solid #dce6f2;justify-content:space-between;align-items:center;gap:16px;padding:28px 42px;display:flex}.fi-footer strong{color:#0f172a}@media (width<=1150px){.fi-hero{grid-template-columns:1fr;min-height:auto}.fi-showcase{width:100%;max-width:820px;min-height:620px;margin:auto}.fi-map-panel{inset:26px 110px 22px 0}.fi-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fi-app-section{text-align:center;grid-template-columns:1fr}.fi-app-section>div:first-child{justify-self:center}}@media (width<=820px){.fi-nav{flex-direction:column;align-items:flex-start;height:auto;padding:14px 18px}.fi-nav nav{justify-content:flex-start}.fi-hero,.fi-section,.fi-app-section{padding-left:18px;padding-right:18px}.fi-copy h1{font-size:40px}.fi-copy p{font-size:16px}.fi-proof{grid-template-columns:repeat(2,minmax(0,1fr))}.fi-showcase{align-items:flex-end;min-height:720px}.fi-map-panel{border-radius:26px;inset:18px 0 170px}.fi-phone{margin:auto}.fi-cards{grid-template-columns:1fr}.fi-plans article.popular{transform:none}.fi-footer{flex-direction:column;align-items:flex-start;padding:24px 18px}}@media (width<=520px){.fi-actions{flex-direction:column}.fi-actions button{width:100%}.fi-proof{grid-template-columns:1fr}.fi-phone{width:252px;min-height:520px;padding:8px}.fi-phone-screen{border-radius:32px;min-height:502px;padding-inline:13px}.fi-phone-large{width:270px}.fi-map-panel{bottom:190px}}
