
:root{
  --navy:#071526; --blue:#0b5cff; --blue2:#00a3ff; --ink:#102033;
  --muted:#607089; --line:#e4eaf3; --bg:#f5f8fc; --white:#fff;
  --gold:#f9b233; --green:#17b26a;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.topbar{background:var(--navy);color:#cfe1ff;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:9px 0;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--navy);letter-spacing:-.02em}
.logo-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--navy));color:white;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 24px rgba(11,92,255,.25)}
.menu{display:flex;align-items:center;gap:22px;font-weight:800;color:#33445a}
.menu a:hover{color:var(--blue)}
.cta-small{background:var(--blue);color:white!important;padding:11px 18px;border-radius:999px;box-shadow:0 12px 25px rgba(11,92,255,.22)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 15%,#145cff 0%,#0a2a51 38%,#071526 72%);color:white}
.hero:before{content:"";position:absolute;inset:0;background:url('ai-hero-truck.svg') right center/58% auto no-repeat;opacity:.9}
.hero .container{position:relative;min-height:690px;display:grid;align-items:center}
.hero-copy{max-width:690px;padding:90px 0}
.eyebrow{margin:0 0 14px;color:var(--blue);font-weight:950;text-transform:uppercase;letter-spacing:.15em;font-size:12px}
.hero .eyebrow{color:#91c8ff}
h1{font-size:clamp(44px,6vw,78px);line-height:1.02;margin:0 0 24px;letter-spacing:-.055em}
h2{font-size:clamp(32px,4.4vw,54px);line-height:1.08;margin:0 0 18px;letter-spacing:-.045em;color:var(--navy)}
h3{font-size:22px;line-height:1.2;margin:0 0 10px;color:var(--navy)}
.lead{font-size:21px;color:#d8e8ff;max-width:640px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:950;border:0;cursor:pointer}
.btn-primary{background:var(--blue);color:white;box-shadow:0 18px 38px rgba(11,92,255,.28)}
.btn-light{background:white;color:var(--navy)}
.hero-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:650px;margin-top:34px}
.badge{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px}
.badge strong{font-size:26px;display:block}.badge span{font-size:13px;color:#c9d9ed}
.strip{background:#fff;border-bottom:1px solid var(--line)}
.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:22px 0;text-align:center;font-weight:950;color:#41526a}
.section{padding:88px 0}.section.white{background:#fff}.section.dark{background:var(--navy);color:white}.section.dark h2,.section.dark h3{color:white}.section.dark p{color:#cbd7e8}
.heading{max-width:780px;margin:0 auto 44px;text-align:center}.heading p{color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cards.four{grid-template-columns:repeat(4,1fr)}
.card{background:white;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 45px rgba(16,32,51,.07);transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:0 28px 60px rgba(16,32,51,.12)}
.card img.icon{width:58px;height:58px;margin-bottom:18px}.card p{color:var(--muted);margin-bottom:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.split p{color:var(--muted)}
.image-panel{border-radius:34px;overflow:hidden;background:#eaf2ff;box-shadow:0 24px 70px rgba(16,32,51,.12);border:1px solid var(--line)}
.check-list{display:grid;gap:12px;margin:24px 0}.check{display:flex;gap:12px;align-items:flex-start;color:#42536a}.check:before{content:"✓";background:#e9f8f1;color:var(--green);font-weight:950;border-radius:999px;width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{padding:28px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}.step strong{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--blue);color:white;margin-bottom:16px}
.page-hero{background:linear-gradient(135deg,var(--navy),#0b3568);color:white;padding:80px 0}.page-hero h1{font-size:clamp(40px,5vw,66px)}.page-hero p{color:#d8e8ff;font-size:20px;max-width:760px}
.service-list{display:grid;gap:18px}.service-row{display:grid;grid-template-columns:90px 1fr;gap:22px;background:white;border:1px solid var(--line);border-radius:28px;padding:24px;align-items:center}.service-row img{width:76px;height:76px}
.map-wrap{border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:0 20px 55px rgba(16,32,51,.1);background:#fff}.map-wrap iframe{width:100%;height:440px;border:0;display:block}
.directions{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:26px}.direction-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px}.direction-card p{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px}.contact-box{background:var(--navy);color:white;border-radius:30px;padding:34px}.contact-box h2{color:white}.contact-box a{color:#aad0ff;font-weight:900}.contact-box p{color:#d5e0ef}
.form{background:white;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 18px 45px rgba(16,32,51,.07);display:grid;gap:16px}.form label{font-weight:900;color:#24354b}.form input,.form textarea,.form select{width:100%;margin-top:8px;border:1px solid #d7dfeb;border-radius:15px;padding:14px 15px;font:inherit}.form textarea{min-height:128px}.note{font-size:13px;color:var(--muted);margin:0}
.policy{background:white;border:1px solid var(--line);border-radius:30px;padding:36px;box-shadow:0 18px 45px rgba(16,32,51,.06)}.policy p,.policy li{color:#52637a}
.footer{background:#050d18;color:#c9d5e6;padding:46px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.footer h3{color:white}.footer a{display:block;color:#c9d5e6;margin:7px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:14px;color:#8fa1b9}
@media(max-width:980px){.menu{display:none}.hero:before{opacity:.28;background-size:100% auto}.hero .container{min-height:auto}.hero-copy{padding:76px 0}.hero-badges,.strip-grid,.cards,.cards.four,.process,.directions,.contact-grid,.split,.footer-grid{grid-template-columns:1fr 1fr}.service-row{grid-template-columns:1fr}}
@media(max-width:640px){.topbar .container,.hero-buttons{display:block}.hero-badges,.strip-grid,.cards,.cards.four,.process,.directions,.contact-grid,.split,.footer-grid{grid-template-columns:1fr}.section{padding:62px 0}.nav{height:68px}.logo span:last-child{font-size:14px}.hero h1{font-size:42px}.lead{font-size:18px}}
