:root{--ink:#111827;--muted:#5b6472;--paper:#f7f8fb;--line:#d9dde6;--navy:#07111f;--blue:#0b5cff;--cyan:#00a9c8;--green:#21a67a;--white:#fff}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.topbar{background:#07111f;color:#fff;padding:18px 4vw;display:flex;align-items:center;justify-content:space-between;gap:28px;position:sticky;top:0;z-index:5;box-shadow:0 12px 28px rgba(7,17,31,.18)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.01em}.brand-mark{width:42px;height:42px;border:1px solid rgba(255,255,255,.3);display:grid;place-items:center;background:linear-gradient(135deg,#0b5cff,#00a9c8);font-weight:900}.brand-text{font-size:1.05rem}nav{display:flex;flex-wrap:wrap;font-size:.93rem;color:#e8edf7}nav a{margin-left:18px}.hero{min-height:72vh;background:linear-gradient(90deg,rgba(7,17,31,.94),rgba(7,17,31,.72)),url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80') center/cover;color:#fff;display:flex;align-items:flex-end;padding:9vw 4vw 5vw}.hero-inner{max-width:1160px}.eyebrow{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:#8de8ff;font-weight:800}.hero h1{font-size:clamp(2.4rem,5vw,5.8rem);line-height:.98;margin:16px 0 20px;max-width:980px}.hero p{font-size:clamp(1.05rem,1.6vw,1.35rem);max-width:760px;color:#dce7f7}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.actions .btn{margin:0 14px 14px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;background:#fff;color:#07111f;font-weight:800;border:1px solid #fff}.btn.secondary{background:transparent;color:#fff}.band{padding:76px 4vw;border-bottom:1px solid var(--line);background:#fff}.band.alt{background:#eef3f8}.wrap{max-width:1260px;margin:0 auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:34px}.section-head h2{font-size:clamp(1.8rem,3vw,3.4rem);line-height:1.05;margin:0;max-width:760px}.section-head p{max-width:520px;color:var(--muted)}.grid{display:flex;flex-wrap:wrap;gap:18px}.grid.two .card{flex-basis:calc(50% - 18px)}.card{flex:1 1 calc(33.333% - 18px);background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:0 10px 24px rgba(17,24,39,.05)}.alt .card{background:#fff}.card h3{font-size:1.12rem;margin:0 0 10px}.card p{color:var(--muted);margin:0}.metric{font-size:2.1rem;font-weight:900;color:var(--blue);line-height:1}.plans{display:flex;flex-wrap:wrap;gap:18px}.plan{flex:1 1 calc(25% - 18px);background:#07111f;color:#fff;border-radius:8px;padding:28px;min-height:360px;display:flex;flex-direction:column}.plan:nth-child(2){background:#0b335f}.plan:nth-child(3){background:#0b5cff}.plan:nth-child(4){background:#12312a}.price{font-size:2.4rem;font-weight:900;margin:8px 0}.plan ul{padding-left:18px;margin:16px 0 24px;color:#e4ebf5}.case-strip{display:flex;flex-wrap:wrap;gap:1px;background:var(--line);border:1px solid var(--line)}.case-tile{flex:1 1 calc(25% - 2px);background:#fff;padding:22px;min-height:250px;display:flex;flex-direction:column;gap:14px}.case-logo{width:168px;height:56px;padding:8px 10px;background:#07111f;display:flex;align-items:center;justify-content:center}.case-logo img{max-width:148px;max-height:40px;object-fit:contain;filter:saturate(.95)}.case-logo img[src*="transport-companies"]{filter:brightness(0) invert(1)}.text-logo{width:44px;height:44px;background:#07111f;color:#fff;display:grid;place-items:center;font-weight:900}.case-tile p{color:var(--muted);margin:0}.case-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}.case-actions a{font-weight:900;color:#0b5cff}.case-actions a:last-child{color:#111827}.detail-hero{background:#07111f;color:#fff;padding:92px 4vw 54px}.detail-hero h1{font-size:clamp(2rem,4vw,4.5rem);line-height:1.02;margin:12px 0}.content{display:flex;gap:44px}.content article{font-size:1.05rem;flex:1}.side{background:#eef3f8;border:1px solid var(--line);border-radius:8px;padding:22px;align-self:flex-start;flex:0 0 340px}.footer{background:#07111f;color:#fff;padding:42px 4vw}.footer a{color:#9ee8ff}@media(max-width:900px){.topbar{position:static;align-items:flex-start;flex-direction:column}nav a{margin:0 18px 8px 0}.grid,.plans,.case-strip,.content{display:block}.card,.plan,.case-tile,.side{margin-bottom:18px;display:block}.hero{min-height:66vh}.section-head{display:block}.band{padding:56px 5vw}}
