:root{--bg: #f4f7fb;--surface: #ffffff;--surface-soft: #f8fbff;--ink: #0f172a;--ink-med: #475569;--line: #dbe4ef;--brand: #0b3c5d;--brand-strong: #072f49;--accent: #f97316;--danger: #dc2626;--success: #0f766e;--warning: #b45309}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at 0% 0%,#e0f2fe 0%,transparent 40%),radial-gradient(circle at 100% 100%,#ffedd5 0%,transparent 40%),var(--bg)}.loginPage{min-height:100vh;display:grid;place-items:center;padding:20px}.loginCard{width:min(460px,100%);display:grid;gap:10px;padding:24px;border:1px solid #1b3a52;border-radius:18px;background:linear-gradient(180deg,#061522,#0a2437);color:#dbeafe;box-shadow:0 24px 48px #04152447}.loginCard h3{margin:6px 0}.loginCard label{font-size:13px;color:#bfdbfe}button,select,input{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:14px;background:#fff}button{background:var(--brand);color:#fff;border:none;cursor:pointer;font-weight:600}button:hover{background:var(--brand-strong)}button:disabled{opacity:.6;cursor:not-allowed}.ghostBtn{background:#e6edf5;color:#0f172a}.dangerBtn{background:#fee2e2;color:#991b1b}.opsLayout{min-height:100vh;display:grid;grid-template-columns:310px 1fr}.opsSidebar{background:linear-gradient(180deg,#061522,#0a2437);color:#dbeafe;padding:22px;display:flex;flex-direction:column;gap:16px;border-right:1px solid #0f3048}.brand{display:flex;align-items:center;gap:12px}.brandMark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:800;color:#072f49;background:linear-gradient(135deg,#f97316,#fdba74)}.brand h1{margin:0;font-size:24px}.brand p{margin:0;color:#93c5fd;font-size:12px}.authCard{display:grid;gap:8px;padding:14px;border:1px solid #1b3a52;border-radius:14px;background:#0a1c2ba6}.authCard h3{margin:0 0 6px;font-size:14px}.authCard label{font-size:12px;color:#bfdbfe}.authCard input{background:#fff}.errorText{color:#fecaca}.navList{display:grid;gap:8px}.navBtn{display:block;width:100%;text-align:left;background:#0e2f47;color:#e2e8f0;text-decoration:none}.navBtn.active{background:linear-gradient(135deg,#0b3c5d,#0f5d8d);color:#fff;box-shadow:0 8px 24px #082f4952}.opsMain{padding:20px}.opsHeader{margin-bottom:16px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:14px}.opsHeader h2{margin:0 0 2px;font-size:24px}.opsHeader p{margin:0;color:var(--ink-med)}.opsHeaderRight{display:flex;align-items:center;gap:10px}.metaText{color:var(--ink-med);font-size:13px}.clockText{color:#0b3c5d;font-size:14px;font-weight:700}.lockedPanel{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:24px}.panelStack{display:grid;gap:14px}.opsCard{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:14px;box-shadow:0 8px 24px #0f172a0d}.dotMap{position:relative;width:100%;height:360px;border-radius:16px;border:1px solid #cad8ea;background:linear-gradient(transparent 24px,#0d3c5d14 25px),linear-gradient(90deg,transparent 24px,rgba(13,60,93,.08) 25px),linear-gradient(145deg,#f5f9ff,#eef5ff);background-size:25px 25px,25px 25px,auto;overflow:hidden}.mapEmpty{min-height:240px;display:grid;place-items:center;color:#58708a;border:1px dashed #c6d5e8;border-radius:12px}.mapDot{position:absolute;width:12px;height:12px;border-radius:999px;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #ffffffb3}.mapDot.provider{background:#0b3c5d}.mapDot.provider.online{background:#10b981}.mapDot.provider.offline{background:#64748b}.mapDot.provider.stale{box-shadow:0 0 0 3px #f59e0b59,0 0 0 8px #f59e0b29}.mapDot.customer{background:#f97316}.mapDot.customer.emergency{background:#dc2626}.routeLine{position:absolute;height:2px;transform-origin:left center;background:#0b3c5d66}.routeLine.emergency{background:#dc2626b3}.alertStack{display:grid;gap:8px;margin-top:10px}.alertRow{display:flex;justify-content:space-between;gap:10px;padding:10px;border-radius:12px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.alertRow.danger{border-color:#fecaca;background:#fef2f2;color:#991b1b}.cardHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cardHeader h3{margin:0;font-size:18px}.cardHeader span{color:var(--ink-med);font-size:13px}.metricsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.metricsGrid.compact{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.metricCard{border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);padding:12px}.metricCard p{margin:0;color:var(--ink-med);font-size:13px}.metricCard h3{margin:6px 0 0;font-size:28px;line-height:1.1}.metricCard.success{border-color:#99f6e4;background:linear-gradient(180deg,#f0fdfa,#ccfbf1)}.metricCard.info{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#dbeafe)}.metricCard.warning{border-color:#fed7aa;background:linear-gradient(180deg,#fff7ed,#ffedd5)}.metricCard.danger{border-color:#fecaca;background:linear-gradient(180deg,#fef2f2,#fee2e2)}.splitGrid{display:grid;grid-template-columns:2fr 1fr;gap:14px}.tableWrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{border-bottom:1px solid var(--line);padding:10px;text-align:left;vertical-align:top}.table th{color:#334155;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.controlRow{display:flex;gap:10px;align-items:center}.controlRow.wrap{flex-wrap:wrap}.controlRow input{min-width:230px}.actionWrap{display:flex;flex-wrap:wrap;gap:6px}.actionWrap button,.actionWrap select{font-size:12px;padding:7px 9px}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#e2e8f0;color:#1e293b;font-size:12px;margin-right:6px}.pill.success,.pill.completed{background:#ccfbf1;color:#115e59}.pill.danger,.pill.cancelled{background:#fee2e2;color:#991b1b}.pill.warning,.pill.assigned,.pill.requested{background:#ffedd5;color:#9a3412}.pill.on_the_way,.pill.started,.pill.accepted,.pill.provider_viewing,.pill.travelling,.pill.arrived,.pill.work_started,.pill.reassigned{background:#dbeafe;color:#1d4ed8}.pill.expired{background:#fee2e2;color:#991b1b}.pill.info{background:#dbeafe;color:#1d4ed8}.listRows{display:grid;gap:8px}.listRow{padding:10px;border:1px solid var(--line);border-radius:12px;display:flex;justify-content:space-between;gap:10px}.listRow p{margin:4px 0 0;color:var(--ink-med);font-size:13px}.rightMeta{text-align:right;display:grid;gap:4px}.muted{color:var(--ink-med)}.assignRow{border:1px solid var(--line);border-radius:12px;padding:10px;display:flex;gap:10px;justify-content:space-between;align-items:center}.assignRow p{margin:4px 0 0;color:var(--ink-med);font-size:13px}.detailPanel .detailBody{display:grid;gap:6px}.detailPanel .detailBody p{margin:0;font-size:14px}.timelineList{margin:6px 0 0;padding-left:16px;display:grid;gap:4px}.timelineList li{display:flex;justify-content:space-between;gap:10px}.inlineCheck{display:flex;align-items:center;gap:6px;color:#334155}.fieldGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.fieldGrid label{display:grid;gap:6px;font-size:13px;color:#334155}textarea{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font:inherit;resize:vertical;background:#fff}.providerEditor{border-color:#bfdbfe;box-shadow:0 18px 42px #0b3c5d1f}.providerEditorGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editorPanel{display:grid;gap:12px;align-content:start;border:1px solid var(--line);border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff,#f8fafc)}.editorPanel h4{margin:0;font-size:17px;color:#0f172a}.heroPanel{grid-column:1 / -1;grid-template-columns:1.3fr 1fr;align-items:center;background:radial-gradient(circle at 100% 0%,rgba(249,115,22,.12),transparent 260px),linear-gradient(135deg,#082f49,#0b3c5d);color:#e0f2fe}.providerIdentity{display:flex;gap:14px;align-items:center}.providerIdentity h4{margin:0;color:#fff;font-size:24px}.providerIdentity p{margin:4px 0 10px;color:#bfdbfe}.providerAvatar{width:74px;height:74px;flex:0 0 auto;overflow:hidden;border-radius:20px;display:grid;place-items:center;color:#072f49;background:linear-gradient(135deg,#f97316,#fdba74);font-size:30px;font-weight:900}.providerAvatar img{width:100%;height:100%;object-fit:cover}.providerPills{display:flex;flex-wrap:wrap;gap:6px}.profileStats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.profileStats div{min-height:82px;display:grid;align-content:center;gap:4px;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:12px;background:#ffffff14}.profileStats strong{color:#fff;font-size:24px}.profileStats span{color:#bfdbfe;font-size:12px}.textAreaLabel{display:grid;gap:6px;font-size:13px;color:#334155}.documentGrid{display:grid;gap:10px}.documentGrid label{display:grid;gap:6px;color:#334155;font-size:13px}.docInputRow{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.docInputRow a{color:#0b3c5d;font-weight:800}.inlineNotice{padding:10px 12px;border-radius:12px;font-weight:800}.inlineNotice.success{border:1px solid #99f6e4;background:#f0fdfa;color:#115e59}.trackingSnapshot{padding-top:6px}.stickyEditorActions{position:sticky;bottom:12px;z-index:4;display:flex;justify-content:flex-end;gap:10px;margin-top:14px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 28px #0f172a1a}.selectedRow{background:#eff6ff}.fieldGrid label.inlineCheck{display:flex;align-items:center;min-height:42px}.emergencyRow{border-left:5px solid var(--danger);background:snow}hr{border:0;border-top:1px solid var(--line);margin:12px 0}@media(max-width:1250px){.splitGrid{grid-template-columns:1fr}}@media(max-width:960px){.opsLayout{grid-template-columns:1fr}.opsSidebar{border-right:none;border-bottom:1px solid #163751}.providerEditorGrid,.heroPanel{grid-template-columns:1fr}.profileStats{grid-template-columns:repeat(2,1fr)}.stickyEditorActions{position:static;justify-content:flex-start;flex-wrap:wrap}}html{scroll-behavior:smooth}.publicSite{--site-bg: #fffaf0;--site-bg-soft: #f8f1e6;--site-ink: #09233a;--site-muted: #5d6b7b;--site-line: rgba(9, 35, 58, .13);--site-card: rgba(255, 255, 255, .82);--site-orange: #d85b1f;--site-orange-strong: #b93f13;--site-green: #11845b;--site-gold: #e5a32b;--site-navy: #09233a;min-height:100vh;color:var(--site-ink);background:radial-gradient(circle at 12% 4%,rgba(229,163,43,.18),transparent 28rem),radial-gradient(circle at 86% 2%,rgba(17,132,91,.12),transparent 24rem),linear-gradient(180deg,#fffaf0,#fffdf8 42%,#f7f0e5)}.publicSite a{color:inherit}.siteHeader{position:sticky;top:0;z-index:20;width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:14px 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.siteHeader:before{content:"";position:absolute;top:8px;right:-12px;bottom:8px;left:-12px;z-index:-1;border:1px solid rgba(255,255,255,.56);border-radius:20px;background:#fffaf0d1;box-shadow:0 12px 35px #09233a14}.siteBrand{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.siteBrandMark{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:#fffaf0;background:linear-gradient(135deg,var(--site-navy),#154d70);box-shadow:inset 0 0 0 1px #ffffff3d,0 12px 22px #09233a38;font-weight:900}.siteBrand strong{display:block;font-size:19px;line-height:1}.siteBrand small{display:block;margin-top:4px;color:var(--site-muted);font-size:12px}.siteNav{display:flex;justify-content:center;gap:24px}.siteNav a,.linkBtn{color:#334155;font-size:14px;font-weight:700;text-decoration:none}.siteNav a:hover,.linkBtn:hover,.textLink:hover{color:var(--site-orange)}.siteActions{display:flex;align-items:center;gap:10px}.primaryBtn,.secondaryBtn,.storeButtons a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:999px;padding:0 20px;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primaryBtn{color:#fff;background:linear-gradient(135deg,var(--site-orange),var(--site-orange-strong));box-shadow:0 14px 26px #d85b1f47}.primaryBtn:hover,.secondaryBtn:hover,.storeButtons a:hover{transform:translateY(-2px)}.primaryBtn.small{min-height:38px;padding:0 16px;font-size:14px}.secondaryBtn{color:var(--site-navy);border:1px solid rgba(9,35,58,.16);background:#ffffffbd;box-shadow:0 12px 24px #09233a14}.heroSection{width:min(1440px,calc(100% - 32px));min-height:900px;margin:0 auto;display:grid;grid-template-columns:minmax(520px,.72fr) minmax(460px,1fr);gap:34px;align-items:start;padding:72px 54px 152px}.heroPhotoSection{position:relative;isolation:isolate;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:0 0 34px 34px;background:#fff7e8;box-shadow:0 32px 80px #09233a1f}.heroPhotoLayer,.heroImageOverlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.heroPhotoLayer{z-index:-3;background-image:url(/heroimage.png);background-position:center right;background-size:cover;background-repeat:no-repeat}.heroImageOverlay{z-index:-2;background:linear-gradient(90deg,#fffaf0fa,#fffaf0e6 24%,#fffaf02e 53%,#fffaf008),linear-gradient(180deg,#fffaf02e,#fffaf014 56%,#fffaf0b8)}.heroCopy{position:relative;z-index:2;display:grid;gap:22px;max-width:590px}.eyebrow{display:inline-flex;width:fit-content;align-items:center;gap:8px;color:var(--site-orange-strong);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.eyebrow:before{content:"";width:9px;height:9px;border-radius:999px;background:var(--site-green);box-shadow:0 0 0 5px #11845b1f}.heroCopy h1,.sectionIntro h2,.trustCopy h2,.policyPreview h2,.providerSection h2,.appDownload h2,.policyHero h1{margin:0;color:var(--site-navy);letter-spacing:0}.heroCopy h1{max-width:640px;font-size:clamp(52px,5.1vw,72px);line-height:.97;font-weight:900}.heroCopy p,.sectionIntro p,.trustCopy p,.providerSection p,.appDownload p,.policyHero p{margin:0;max-width:680px;color:var(--site-muted);font-size:18px;line-height:1.7}.heroCopy p{max-width:430px;color:#17283a;font-size:19px;line-height:1.55}.heroCtas{display:flex;flex-wrap:wrap;gap:14px}.heroPhotoSection .heroCtas{margin-top:-8px}.heroPhotoSection .heroCtas .primaryBtn,.heroPhotoSection .heroCtas .secondaryBtn{min-height:40px;padding:0 20px}.heroTrustTiles{position:absolute;z-index:3;left:54px;bottom:270px;display:grid;grid-template-columns:repeat(4,minmax(104px,1fr));gap:18px;width:min(520px,calc(100% - 108px))}.heroTrustTile{min-height:134px;display:grid;align-content:center;justify-items:center;gap:12px;border:1px solid rgba(255,255,255,.72);border-radius:18px;padding:16px 12px;background:#ffffffb8;box-shadow:0 18px 34px #09233a1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.heroTrustTile strong{color:var(--site-navy);font-size:14px;line-height:1.25;text-align:center}.shieldIcon,.pinIcon,.checkIcon,.supportIcon,.phoneIcon,.peopleIcon,.doneIcon{position:relative;width:36px;height:36px;display:grid;place-items:center;color:var(--site-navy)}.shieldIcon:before{content:"";width:26px;height:30px;border:3px solid currentColor;border-radius:10px 10px 13px 13px;clip-path:polygon(50% 0,100% 18%,88% 78%,50% 100%,12% 78%,0 18%)}.shieldIcon:after,.checkIcon:after,.doneIcon:after{content:"";position:absolute;width:13px;height:7px;border-left:3px solid currentColor;border-bottom:3px solid currentColor;transform:rotate(-45deg)}.pinIcon:before{content:"";width:24px;height:30px;border:3px solid currentColor;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}.pinIcon:after{content:"";position:absolute;width:8px;height:8px;border-radius:999px;background:currentColor}.checkIcon:before,.doneIcon:before{content:"";width:30px;height:30px;border:3px solid currentColor;border-radius:999px}.supportIcon:before{content:"";width:26px;height:22px;border:3px solid currentColor;border-bottom:0;border-radius:18px 18px 0 0}.supportIcon:after{content:"";position:absolute;bottom:4px;width:30px;height:18px;border-left:4px solid currentColor;border-right:4px solid currentColor;border-radius:5px}.heroRatingCard{position:absolute;z-index:3;left:54px;bottom:176px;width:min(430px,calc(100% - 108px));min-height:74px;display:grid;grid-template-columns:auto auto 1fr;gap:14px;align-items:center;border:1px solid rgba(255,255,255,.74);border-radius:18px;padding:16px 20px;background:#ffffffc7;box-shadow:0 18px 34px #09233a1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.miniFaces{display:flex;align-items:center}.miniFaces span{width:28px;height:28px;display:grid;place-items:center;margin-left:-8px;border:2px solid #fff;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--site-navy),#2f6b87);font-size:11px;font-weight:900}.miniFaces span:first-child{margin-left:0}.starLine{color:var(--site-orange);font-size:21px;letter-spacing:2px}.heroRatingCard strong{color:var(--site-navy);font-size:14px}.heroLiveCard{position:absolute;z-index:4;top:92px;right:42px;width:min(360px,30vw);min-height:232px;display:grid;grid-template-columns:1fr 140px;gap:14px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:28px;color:#fff;background:linear-gradient(135deg,#09233af0,#1a303ee6);box-shadow:0 26px 50px #09233a47}.heroLiveCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;background:linear-gradient(125deg,transparent 34%,#fff 35%,transparent 36%),linear-gradient(35deg,transparent 58%,#fff 59%,transparent 60%)}.liveStatus{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.liveStatus i{width:9px;height:9px;border-radius:999px;background:#33d09a}.heroLiveCard strong,.heroLiveCard small,.heroLiveCard b{position:relative;display:block}.heroLiveCard strong{max-width:176px;font-size:24px;line-height:1.18}.heroLiveCard small{margin-top:28px;color:#ffffffd1;font-size:14px}.heroLiveCard b{margin-top:3px;font-size:27px;line-height:1}.heroMiniRoute{position:relative;min-height:170px}.heroMiniRoute i{position:absolute;top:45px;right:32px;width:100px;height:96px;border-top:4px dashed var(--site-orange);border-right:4px dashed var(--site-orange);border-bottom:4px dashed var(--site-orange);border-radius:28px 30px 30px 6px}.homeNode,.vehicleNode{position:absolute;z-index:1;display:grid;place-items:center;width:38px;height:38px;border-radius:999px;color:#fff;font-size:19px;font-weight:900}.homeNode{left:12px;bottom:20px;background:#22a686}.vehicleNode{right:0;top:0;background:var(--site-orange)}.heroProviderCard{position:absolute;z-index:5;top:356px;right:112px;width:300px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.8);border-radius:18px;padding:14px 16px;background:#ffffffdb;box-shadow:0 24px 42px #09233a29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.providerPhoto{width:48px;height:48px;display:grid;place-items:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--site-navy),#27607d);font-weight:900}.heroProviderCard strong,.heroProviderCard small,.heroProviderCard div span{display:block}.heroProviderCard strong{font-size:15px}.heroProviderCard small{margin-top:3px;color:var(--site-muted)}.heroProviderCard div span{margin-top:5px;color:#164e3d;font-size:12px;font-weight:800}.heroProviderCard mark{align-self:start;border-radius:999px;padding:5px 8px;color:#fff;background:#23aa82;font-size:12px;font-weight:900}.heroFlowBar{position:absolute;z-index:4;left:54px;bottom:34px;width:min(920px,calc(100% - 420px));display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border:1px solid rgba(255,255,255,.78);border-radius:20px;padding:26px 28px;background:#ffffffd6;box-shadow:0 24px 44px #09233a1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.heroFlowStep{position:relative;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.heroFlowStep>span{width:48px;height:48px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--site-orange),#e8752d)}.heroFlowStep>span:not(.orange){background:linear-gradient(135deg,var(--site-navy),#164e72)}.phoneIcon:before{content:"";width:18px;height:28px;border:3px solid currentColor;border-radius:5px}.peopleIcon:before,.peopleIcon:after{content:"";position:absolute;width:15px;height:15px;border-radius:999px;background:currentColor}.peopleIcon:before{left:8px;top:8px}.peopleIcon:after{right:7px;top:10px;opacity:.78}.heroFlowStep .peopleIcon{color:#fff}.heroFlowStep .peopleIcon+div:before{content:"";position:absolute;left:9px;top:30px;width:28px;height:11px;border-radius:12px 12px 0 0;background:#fff}.heroFlowStep strong,.heroFlowStep small{display:block}.heroFlowStep strong{color:var(--site-navy);font-size:15px;line-height:1.2}.heroFlowStep small{margin-top:6px;color:var(--site-muted);font-size:13px;line-height:1.45}.heroFlowStep>i{position:absolute;top:22px;right:-14px;width:30px;height:1px;border-top:2px dashed rgba(9,35,58,.22)}.heroSection.heroPhotoSection{width:100%;max-width:none;min-height:890px;margin:0;display:block;border:0;border-radius:0;padding:0;box-shadow:none}.heroPhotoSection .heroPhotoLayer{background-position:center right}.heroPhotoSection .heroImageOverlay{background:linear-gradient(90deg,#fffaf0fa,#fffaf0f0 22%,#fffaf094,#fffaf014 72%,#fffaf000),linear-gradient(180deg,#fffaf01a,#fffaf00f 60%,#fffaf0c2)}.heroPhotoSection .heroCopy{position:relative;width:min(1440px,calc(100% - 48px));max-width:none;margin:0 auto;padding-top:clamp(80px,8vh,110px);gap:24px}.heroPhotoSection .heroCopy h1{max-width:600px;font-size:clamp(54px,4.85vw,78px);line-height:.96;letter-spacing:0}.heroPhotoSection .heroCopy p{max-width:452px;font-size:20px;line-height:1.55}.heroPhotoSection .heroCtas{margin-top:0}.heroPhotoSection .heroCtas .primaryBtn,.heroPhotoSection .heroCtas .secondaryBtn{min-height:48px;padding:0 23px}.heroTrustTiles{position:relative;left:auto;bottom:auto;z-index:3;margin:28px 0 0 max(24px,calc((100vw - 1440px)/2 + 24px));width:min(910px,calc(100vw - 760px));grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.heroTrustTile{min-height:84px;grid-template-columns:auto 1fr;justify-items:start;align-content:center;gap:12px;border-radius:18px;padding:14px 15px;background:#ffffffc7}.heroTrustTile>span{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;color:#fff;background:var(--site-navy);font-size:14px;font-weight:900}.heroTrustTile div{min-width:0}.heroTrustTile strong,.heroTrustTile small{display:block;text-align:left}.heroTrustTile strong{font-size:14px;line-height:1.15}.heroTrustTile small{margin-top:4px;color:var(--site-muted);font-size:11.5px;line-height:1.35}.heroRatingCard{position:relative;left:auto;bottom:auto;z-index:3;margin:14px 0 0 max(24px,calc((100vw - 1440px)/2 + 24px));width:440px}.heroLiveCard{top:128px;right:max(32px,calc((100vw - 1440px)/2 + 70px));width:360px;min-height:210px;grid-template-columns:1fr;padding:26px}.heroLiveCard strong{max-width:260px;font-size:27px}.heroLiveCard small{margin-top:22px}.heroRoutePreview{position:absolute;right:26px;bottom:28px;left:178px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.heroRoutePreview span{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;overflow:hidden;color:transparent;background:#22a686}.heroRoutePreview .routeEnd{background:var(--site-orange)}.heroRoutePreview span:before{content:"";width:10px;height:10px;border-radius:999px;background:#fff}.heroRoutePreview i{height:3px;border-radius:999px;background:repeating-linear-gradient(90deg,var(--site-orange) 0 8px,transparent 8px 14px)}.heroProviderCard{top:382px;right:max(72px,calc((100vw - 1440px)/2 + 144px));width:314px}.heroFlowBar{position:relative;left:auto;bottom:auto;z-index:4;margin:18px 0 0 max(24px,calc((100vw - 1440px)/2 + 24px));width:min(900px,calc(100vw - 520px));gap:0;padding:22px 24px}.heroFlowStep{grid-template-columns:auto 1fr;padding-right:18px}.heroFlowStep>span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;color:var(--site-navy);background:#fff3e8;border:1px solid rgba(216,91,31,.24);font-size:13px;font-weight:900}.heroFlowStep>span:not(.orange){background:#fff3e8}.heroFlowStep strong{font-size:15px}.heroFlowStep small{font-size:12.5px}.heroFlowStep>i{top:19px;right:12px;width:36px;border-top-color:#09233a2e}.trustBadges{display:flex;flex-wrap:wrap;gap:10px}.trustBadges span,.policyPoints span,.safetyList span{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgba(17,132,91,.2);border-radius:999px;padding:7px 12px;color:#164e3d;background:#ecfdf5d1;font-size:13px;font-weight:800}.dispatchVisual{position:relative;min-height:590px;overflow:hidden;border:1px solid rgba(9,35,58,.14);border-radius:28px;background:linear-gradient(transparent 31px,#09233a0f 32px),linear-gradient(90deg,transparent 31px,rgba(9,35,58,.06) 32px),linear-gradient(145deg,#ffffffe6,#f8f1e6d1);background-size:32px 32px,32px 32px,auto;box-shadow:0 30px 70px #09233a2e}.visualTop{position:absolute;top:18px;left:18px;right:18px;display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.62);border-radius:18px;padding:12px 14px;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.visualTop div{display:flex;align-items:center;gap:8px;color:var(--site-muted);font-size:13px;font-weight:800}.liveDot{width:10px;height:10px;border-radius:999px;background:var(--site-green);box-shadow:0 0 0 8px #11845b1f;animation:livePulse 1.8s infinite}.miniMap{position:absolute;top:92px;right:24px;bottom:162px;left:24px;border:1px solid rgba(9,35,58,.11);border-radius:24px;background:radial-gradient(circle at 28% 32%,rgba(216,91,31,.16),transparent 8rem),radial-gradient(circle at 70% 65%,rgba(17,132,91,.16),transparent 8rem),#ffffff57}.mapPin{position:absolute;display:grid;place-items:center;min-width:76px;height:36px;border-radius:999px;color:#fff;font-size:12px;font-weight:900;box-shadow:0 16px 26px #09233a2e}.homePin{left:12%;bottom:20%;background:var(--site-orange)}.providerPin{right:13%;top:22%;background:var(--site-green)}.routePulse{position:absolute;left:29%;top:47%;width:42%;height:4px;border-radius:999px;transform:rotate(-24deg);transform-origin:center;background:linear-gradient(90deg,var(--site-orange),var(--site-green));box-shadow:0 0 0 8px #fff9}.providerCard{position:absolute;left:22px;right:22px;bottom:96px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid rgba(9,35,58,.12);border-radius:20px;padding:14px;background:#ffffffe6;box-shadow:0 20px 34px #09233a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.avatar{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--site-navy),#176680);font-weight:900}.providerCard strong,.providerCard span,.providerCard small{display:block}.providerCard span{color:var(--site-muted);font-size:13px;line-height:1.5}.providerCard small{color:#64748b}.providerCard mark{border-radius:999px;padding:7px 10px;color:#065f46;background:#d1fae5;font-size:12px;font-weight:900}.trustPanel{position:absolute;left:22px;right:22px;bottom:22px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.trustPanel div{border:1px solid rgba(9,35,58,.12);border-radius:17px;padding:12px;background:#ffffffd1}.trustPanel span{display:block;color:var(--site-muted);font-size:12px}.trustPanel strong{display:block;margin-top:5px;font-size:13px}.proofStrip{width:min(1180px,calc(100% - 32px));margin:-22px auto 74px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--site-line);border-radius:24px;overflow:hidden;background:#ffffffbd;box-shadow:0 20px 45px #09233a14}.proofStrip div{min-height:118px;display:grid;align-content:center;gap:8px;padding:18px;border-right:1px solid var(--site-line)}.proofStrip div:last-child{border-right:0}.proofStrip strong{font-size:22px}.proofStrip span{color:var(--site-muted);font-size:14px;line-height:1.5}.sectionBlock{width:min(1180px,calc(100% - 32px));margin:0 auto 92px}.sectionIntro{display:grid;gap:12px;margin-bottom:26px}.sectionIntro h2,.trustCopy h2,.policyPreview h2,.providerSection h2,.appDownload h2{max-width:760px;font-size:clamp(32px,4vw,54px);line-height:1.04}.stepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stepCard,.featureCard,.comparisonCard,.categoryTile,.safetyMetric,.policyBody article{border:1px solid var(--site-line);background:#ffffffbd;box-shadow:0 16px 34px #09233a12}.stepCard{min-height:196px;display:grid;align-content:start;gap:12px;border-radius:20px;padding:20px}.stepCard span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--site-navy);font-weight:900}.stepCard h3,.featureCard h3,.comparisonCard h3{margin:0;font-size:21px}.stepCard p,.featureCard p,.comparisonCard p,.policyBody p,.faqGrid p{margin:0;color:var(--site-muted);line-height:1.65}.featureBand{padding:42px;border-radius:30px;background:linear-gradient(145deg,#09233af5,#104c61f0);box-shadow:0 28px 70px #09233a33}.featureBand .eyebrow,.featureBand h2{color:#fffaf0}.featureBand .eyebrow:before{background:var(--site-gold)}.featureGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.featureCard{min-height:228px;display:grid;align-content:start;gap:12px;border-color:#ffffff24;border-radius:20px;padding:18px;color:#fff;background:#ffffff14;box-shadow:none}.featureCard p{color:#fffaf0b8}.featureIcon,.categoryTile span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--site-orange),var(--site-gold));font-weight:900}.categoryShowcase{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.categoryTile{min-height:168px;display:grid;align-content:space-between;gap:12px;border-radius:22px;padding:18px;animation:tileFloat 4.6s ease-in-out infinite;animation-delay:var(--delay)}.categoryTile strong{font-size:22px}.categoryTile small{color:var(--site-muted);line-height:1.5}.trustSection{display:grid;grid-template-columns:.92fr 1fr;gap:34px;align-items:center;padding:40px;border:1px solid var(--site-line);border-radius:30px;background:radial-gradient(circle at 82% 15%,rgba(17,132,91,.14),transparent 18rem),#ffffff9e}.trustCopy{display:grid;gap:16px}.safetyList,.policyPoints{display:flex;flex-wrap:wrap;gap:10px}.safetyBoard{display:grid;grid-template-columns:1fr 1fr;gap:14px}.safetyMetric{min-height:154px;display:grid;align-content:center;gap:10px;border-radius:22px;padding:22px}.safetyMetric strong{font-size:28px}.safetyMetric span{color:var(--site-muted)}.comparisonGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.comparisonCard{position:relative;overflow:hidden;border-radius:24px;padding:28px}.comparisonCard:after{content:"";position:absolute;top:-44px;right:-44px;width:150px;height:150px;border-radius:999px;background:#d85b1f1f}.comparisonCard.provider:after{background:#11845b21}.comparisonCard span{display:block;margin-bottom:12px;color:var(--site-orange-strong);font-size:13px;font-weight:900;text-transform:uppercase}.comparisonCard ul{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}.comparisonCard li{position:relative;padding-left:22px;color:#334155}.comparisonCard li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:999px;background:var(--site-green)}.policyPreview,.providerSection,.appDownload{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;border-radius:28px;padding:34px}.refundPreview{border:1px solid rgba(17,132,91,.18);background:#ecfdf5a6}.cancelPreview{border:1px solid rgba(216,91,31,.2);background:#fff7edcc}.textLink{display:inline-flex;align-items:center;color:var(--site-navy);font-weight:900;text-decoration:none}.providerSection{color:#fff;background:linear-gradient(135deg,#d85b1ff0,#09233af2),var(--site-navy)}.providerSection h2,.providerSection p,.providerSection .eyebrow{color:#fffaf0}.providerSection .primaryBtn{justify-self:end;background:#fffaf0;color:var(--site-navy);box-shadow:0 16px 28px #09233a2e}.faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faqGrid details{border:1px solid var(--site-line);border-radius:18px;padding:18px 20px;background:#ffffffb8}.faqGrid summary{cursor:pointer;color:var(--site-navy);font-weight:900}.faqGrid p{margin-top:12px}.appDownload{grid-template-columns:.82fr 1fr;border:1px solid var(--site-line);background:#ffffffad}.phoneMockup{width:min(315px,100%);min-height:560px;justify-self:center;display:grid;place-items:center;border:12px solid var(--site-navy);border-radius:42px;background:#0c1f32;box-shadow:0 28px 60px #09233a42}.phoneScreen{width:100%;min-height:536px;display:grid;align-content:start;gap:16px;border-radius:29px;padding:24px 18px;background:linear-gradient(transparent 27px,#09233a0f 28px),linear-gradient(90deg,transparent 27px,rgba(9,35,58,.06) 28px),#fffaf0;background-size:28px 28px,28px 28px,auto}.phoneScreen span,.phoneScreen small{color:var(--site-muted)}.phoneScreen strong{font-size:28px;line-height:1.05}.phoneMap{position:relative;height:310px;border-radius:24px;background:radial-gradient(circle at 30% 70%,rgba(216,91,31,.18),transparent 7rem),radial-gradient(circle at 70% 28%,rgba(17,132,91,.18),transparent 7rem),#ffffffa3}.phoneMap i,.phoneMap b{position:absolute;width:24px;height:24px;border-radius:999px;box-shadow:0 0 0 8px #ffffffb8}.phoneMap i{left:26%;bottom:24%;background:var(--site-orange)}.phoneMap b{right:24%;top:22%;background:var(--site-green)}.storeButtons{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.storeButtons a{border:1px solid rgba(9,35,58,.18);color:#fffaf0;background:var(--site-navy);box-shadow:0 14px 24px #09233a24}.siteFooter{padding:52px 0 24px;color:#d7e2ed;background:var(--site-navy)}.footerTop,.footerBottom{width:min(1180px,calc(100% - 32px));margin:0 auto}.footerTop{display:grid;grid-template-columns:.9fr 1.45fr;gap:44px}.footerBrand .siteBrandMark{background:linear-gradient(135deg,var(--site-orange),var(--site-gold))}.footerBrand strong{color:#fff}.footerBrand small,.siteFooter p,.footerGrid a,.footerGrid span,.footerBottom{color:#d7e2edbd}.siteFooter p{max-width:390px;line-height:1.7}.footerGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.footerGrid div{display:grid;align-content:start;gap:10px}.footerGrid h3{margin:0 0 5px;color:#fff;font-size:14px}.footerGrid a{text-decoration:none}.footerGrid a:hover{color:#fff}.footerBottom{display:flex;justify-content:space-between;gap:18px;margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:13px}.policyPage{width:min(980px,calc(100% - 32px));margin:0 auto;padding:72px 0 92px}.policyHero{display:grid;gap:14px;margin-bottom:26px}.policyHero h1{font-size:clamp(42px,7vw,76px);line-height:.98}.policyHero small{color:var(--site-muted);font-weight:800}.policyBody{display:grid;gap:14px}.policyBody article{border-radius:18px;padding:22px}.policyBody h2{margin:0 0 8px;color:var(--site-navy);font-size:22px}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(.82)}}@keyframes tileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:1080px){.siteHeader{grid-template-columns:1fr auto}.siteNav{display:none}.heroSection,.trustSection,.policyPreview,.providerSection,.appDownload,.footerTop{grid-template-columns:1fr}.heroSection{min-height:1040px;padding:46px 32px 230px;border-radius:0 0 28px 28px}.heroImageOverlay{background:linear-gradient(90deg,#fffaf0fc,#fffaf0eb 37%,#fffaf02e 72%,#fffaf00a),linear-gradient(180deg,#fffaf02e,#fffaf01f 56%,#fffaf0d1)}.heroTrustTiles{left:32px;bottom:320px;width:min(520px,calc(100% - 64px))}.heroRatingCard{left:32px;bottom:224px}.heroLiveCard{top:auto;right:32px;bottom:224px;width:min(360px,calc(100% - 64px))}.heroProviderCard{top:auto;right:32px;bottom:138px}.heroFlowBar{left:32px;right:32px;bottom:32px;width:auto}.dispatchVisual{min-height:520px}.proofStrip,.featureGrid,.categoryShowcase,.footerGrid,.stepsGrid{grid-template-columns:repeat(2,1fr)}.providerSection .primaryBtn{justify-self:start}}@media(max-width:720px){.siteHeader{width:min(100% - 20px,1180px);gap:10px}.siteHeader:before{top:7px;right:-6px;bottom:7px;left:-6px;border-radius:17px}.siteBrand small,.siteActions .linkBtn{display:none}.siteBrandMark{width:40px;height:40px}.heroSection{width:min(100% - 24px,1180px);min-height:auto;grid-template-columns:1fr;gap:22px;padding:30px 18px 22px;border-radius:0 0 24px 24px}.heroPhotoSection{display:block}.heroPhotoLayer{background-position:62% top;opacity:.72}.heroImageOverlay{background:linear-gradient(180deg,#fffaf0f7,#fffaf0eb 42%,#fffaf0c2 72%,#fffaf0f2),linear-gradient(90deg,#fffaf0d6,#fffaf057)}.heroCopy{max-width:none}.heroCopy h1{font-size:clamp(44px,14vw,58px)}.heroCtas{display:grid;grid-template-columns:1fr}.heroTrustTiles,.heroRatingCard,.heroLiveCard,.heroProviderCard,.heroFlowBar{position:relative;inset:auto;width:100%;margin:14px 0 0}.heroTrustTiles{grid-template-columns:repeat(2,1fr);gap:10px}.heroTrustTile{min-height:116px}.heroRatingCard{grid-template-columns:auto 1fr}.heroRatingCard strong{grid-column:1 / -1}.heroLiveCard{grid-template-columns:1fr 118px;min-height:206px;padding:22px}.heroProviderCard{max-width:none}.heroFlowBar{grid-template-columns:1fr;gap:12px;padding:18px}.heroFlowStep>i{display:none}.heroCopy p,.sectionIntro p,.trustCopy p,.providerSection p,.appDownload p,.policyHero p{font-size:16px}.dispatchVisual{min-height:500px;border-radius:22px}.providerCard{grid-template-columns:auto 1fr}.providerCard mark{grid-column:1 / -1;width:fit-content}.trustPanel,.comparisonGrid,.faqGrid,.safetyBoard,.proofStrip,.stepsGrid,.featureGrid,.categoryShowcase,.footerGrid{grid-template-columns:1fr}.proofStrip div{border-right:0;border-bottom:1px solid var(--site-line)}.proofStrip div:last-child{border-bottom:0}.sectionBlock{width:min(100% - 24px,1180px);margin-bottom:64px}.featureBand,.trustSection,.policyPreview,.providerSection,.appDownload{padding:24px;border-radius:22px}.sectionIntro h2,.trustCopy h2,.policyPreview h2,.providerSection h2,.appDownload h2{font-size:clamp(30px,10vw,40px)}.comparisonCard{padding:22px}.phoneMockup{min-height:492px;border-width:10px;border-radius:36px}.phoneScreen{min-height:472px}.phoneMap{height:250px}.footerBottom{flex-direction:column}.policyPage{width:min(100% - 24px,980px);padding-top:52px}}
