:root {
    --navy: #072746;
    --navy-dark: #041b31;
    --blue: #1688f8;
    --sky: #eaf5ff;
    --ink: #12233d;
    --muted: #677489;
    --line: #e3eaf2;
}
html { scroll-behavior: smooth; }
body { margin:0; font-family:Inter,"Segoe UI",Arial,sans-serif; color:var(--ink); background:#fff; }

.site-header {
    background:rgba(255,255,255,.97);
    border-bottom:1px solid var(--line);
    position:sticky; top:0; z-index:1000;
    box-shadow:0 8px 30px rgba(7,39,70,.04);
}
.brand-wrap { text-decoration:none; color:var(--ink); }
.brand-logo-card {
    width:86px; height:68px; padding:3px; border-radius:14px;
    background:#fff; box-shadow:0 10px 28px rgba(7,39,70,.16); overflow:hidden;
}
.brand-logo { width:100%; height:100%; object-fit:contain; transform:scale(1.08); }
.brand-name { font-weight:900; font-size:1.55rem; line-height:1; letter-spacing:-.055em; color:var(--navy); }
.brand-name span,.footer-brand-name span { color:var(--blue); }
.brand-tagline { margin-top:6px; font-size:.72rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:#546278; }
.nav-link { color:#283650; font-weight:700; font-size:.92rem; padding-inline:13px!important; }
.nav-link:hover { color:var(--blue); }

.btn-primary-pill {
    color:#fff!important; border:0; border-radius:999px; font-weight:800;
    background:linear-gradient(135deg,#2b9cff,#0878ed);
    box-shadow:0 12px 28px rgba(13,120,237,.24); transition:.2s ease;
}
.btn-primary-pill:hover { transform:translateY(-2px); box-shadow:0 16px 34px rgba(13,120,237,.32); }

.hero-photo {
    position:relative;
    background-image:url('/images/fleet-side-main.jpg');
    background-size:cover;
    background-position:center;
    min-height:650px;
    overflow:hidden;
}
.hero-overlay {
    position:absolute; inset:0;
    background:linear-gradient(90deg,rgba(3,28,51,.97) 0%,rgba(3,32,57,.90) 38%,rgba(3,32,57,.42) 64%,rgba(3,32,57,.06) 100%);
}
.min-vh-hero { min-height:650px; }
.hero-kicker {
    display:inline-flex; padding:9px 14px; border-radius:999px;
    color:#d8efff; background:rgba(22,136,248,.14);
    border:1px solid rgba(101,190,255,.22); font-size:.8rem; font-weight:800;
    text-transform:uppercase; letter-spacing:.08em;
}
.hero-title { color:#fff; font-size:clamp(3.25rem,6vw,6rem); line-height:.96; letter-spacing:-.055em; font-weight:900; max-width:760px; }
.hero-title span { color:#7ec5ff; }
.hero-copy { max-width:660px; color:rgba(255,255,255,.82); font-size:1.15rem; line-height:1.75; }
.btn-hero-outline {
    border:1px solid rgba(255,255,255,.35); color:#fff; border-radius:999px; font-weight:800;
    background:rgba(255,255,255,.08); backdrop-filter:blur(6px);
}
.btn-hero-outline:hover { color:#fff; border-color:rgba(255,255,255,.65); background:rgba(255,255,255,.14); }
.hero-benefits { max-width:610px; }
.benefit-icon {
    width:42px; height:42px; display:grid; place-items:center; border-radius:50%;
    background:var(--blue); color:#fff; font-weight:900; box-shadow:0 10px 20px rgba(0,0,0,.18); margin-bottom:9px;
}
.benefit-title { color:#fff; font-weight:800; font-size:.92rem; }
.benefit-copy { color:rgba(255,255,255,.58); font-size:.75rem; }

.py-section { padding-top:90px; padding-bottom:90px; }
.section-heading { max-width:760px; }
.section-kicker { color:var(--blue); font-weight:900; font-size:.82rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:8px; }

.service-card {
    height:100%; padding:28px; border-radius:18px; background:#fff;
    border:1px solid var(--line); box-shadow:0 12px 36px rgba(7,39,70,.08); transition:.2s ease;
}
.service-card:hover { transform:translateY(-4px); box-shadow:0 20px 48px rgba(7,39,70,.13); }
.service-icon {
    width:54px; height:54px; display:grid; place-items:center; border-radius:16px;
    background:linear-gradient(135deg,#eaf5ff,#dceeff); color:var(--blue);
    font-weight:900; font-size:1.35rem; margin-bottom:20px;
}
.service-card h3 { font-size:1.08rem; font-weight:850; margin-bottom:10px; }
.service-card p { color:var(--muted); line-height:1.65; margin-bottom:0; font-size:.92rem; }

.quote-promo { background:linear-gradient(180deg,#f7fbff,#edf6ff); }
.quote-feature-image {
    width:100%; max-height:560px; object-fit:cover; object-position:center;
    border-radius:26px; box-shadow:0 24px 60px rgba(7,39,70,.16);
}
.feature-list { display:grid; gap:13px; color:#30415e; }
.feature-list span {
    display:inline-grid; place-items:center; width:25px; height:25px; margin-right:8px;
    border-radius:50%; color:#fff; background:var(--blue); font-size:.8rem; font-weight:900;
}

.fleet-grid { display:grid; grid-template-columns:1.35fr .8fr .8fr 1.35fr; grid-auto-rows:240px; gap:16px; }
.fleet-item { margin:0; border-radius:18px; overflow:hidden; background:#eef3f8; box-shadow:0 10px 28px rgba(7,39,70,.09); }
.fleet-item img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.fleet-item:hover img { transform:scale(1.035); }

.why-section { background:#f6f9fd; }
.why-card { height:100%; padding:28px; border-radius:18px; background:#fff; border:1px solid var(--line); }
.why-icon {
    width:48px; height:48px; display:grid; place-items:center; border-radius:50%;
    background:var(--sky); color:var(--blue); font-weight:900; font-size:1.1rem; margin-bottom:20px;
}
.why-card h3 { font-size:1.08rem; font-weight:850; }
.why-card p { color:var(--muted); line-height:1.65; margin-bottom:0; }

.final-cta { background:linear-gradient(135deg,var(--navy-dark),#07447b); }
.final-cta-box { display:flex; align-items:center; justify-content:space-between; gap:30px; }

.quote-hero {
    position:relative; padding:75px 0 95px;
    background:radial-gradient(circle at 10% 0%,rgba(22,136,248,.14),transparent 24%),linear-gradient(180deg,#f9fcff 0%,#edf6ff 100%);
}
.quote-heading { max-width:760px; }
.form-card {
    background:#fff; border:1px solid var(--line); border-radius:18px; padding:26px;
    box-shadow:0 14px 36px rgba(7,39,70,.08);
}
.form-control,.form-select { min-height:50px; border-radius:10px; border-color:#dbe5ef; }
textarea.form-control { min-height:auto; }
.form-control:focus,.form-select:focus { border-color:var(--blue); box-shadow:0 0 0 .2rem rgba(22,136,248,.12); }

.success-card {
    max-width:680px; text-align:center; background:#fff; border:1px solid var(--line);
    border-radius:28px; padding:50px 36px; box-shadow:0 24px 70px rgba(7,39,70,.12);
}
.success-mark {
    width:68px; height:68px; border-radius:50%; display:grid; place-items:center;
    margin:0 auto 22px; background:linear-gradient(135deg,#2b9cff,#0878ed);
    color:#fff; font-size:1.9rem; font-weight:900;
}
.reference-box {
    display:inline-block; margin:14px 0 24px; padding:15px 26px;
    border-radius:14px; background:#eef7ff; color:var(--navy);
}

.site-footer { background:var(--navy-dark); color:#fff; }
.footer-brand-name { font-size:1.55rem; font-weight:900; letter-spacing:-.045em; }
.footer-tagline { margin-top:7px; text-transform:uppercase; letter-spacing:.14em; font-size:.72rem; font-weight:800; color:rgba(255,255,255,.55); }
.footer-heading { font-weight:850; margin-bottom:12px; }
.footer-copy,.footer-link { color:rgba(255,255,255,.58); line-height:1.9; font-size:.9rem; }
.footer-link { text-decoration:none; }
.footer-link:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.10); color:rgba(255,255,255,.40); font-size:.82rem; }

@media (max-width:991.98px) {
    .brand-copy { display:none; }
    .hero-photo,.min-vh-hero { min-height:620px; }
    .hero-overlay { background:rgba(3,28,51,.78); }
    .fleet-grid { grid-template-columns:1fr 1fr; grid-auto-rows:260px; }
}
@media (max-width:767.98px) {
    .brand-logo-card { width:70px; height:56px; }
    .hero-photo,.min-vh-hero { min-height:680px; }
    .hero-photo { background-position:62% center; }
    .hero-overlay { background:linear-gradient(180deg,rgba(3,28,51,.88),rgba(3,28,51,.72)); }
    .hero-title { font-size:clamp(3rem,14vw,4.5rem); }
    .hero-benefits .col-4 { width:100%; }
    .hero-benefits { row-gap:18px!important; }
    .py-section { padding-top:68px; padding-bottom:68px; }
    .fleet-grid { grid-template-columns:1fr; grid-auto-rows:240px; }
    .final-cta-box { flex-direction:column; align-items:flex-start; }
}
