:root {
    --navy: #0F1E4A;
    --blue: #123B8C;
    --blue-light: #2451B0;
    --yellow: #F4E600;
    --yellow-deep: #D9CC00;
    --ink: #171717;
    --gray-700: #4A4A47;
    --gray-500: #7A7A76;
    --gray-100: #F3F2EC;
    --white: #FFFFFF;
    --font-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--ink);
    line-height: 1.65;
    background: var(--white);
    padding-bottom: 0;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

h1, h2, h3 {
    font-family: var(--font-head);
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--navy);
    line-height: 1.1;
}

/* Icon system - inline SVG via mask */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    vertical-align: -0.15em;
}
.icon-lg { width: 32px; height: 32px; }

.icon-clock { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"); }
.icon-pin { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.5 7-12a7 7 0 1 0-14 0c0 5.5 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.5 7-12a7 7 0 1 0-14 0c0 5.5 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.3'/%3E%3C/svg%3E"); }
.icon-phone { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3-8.7A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1.1.4 2.2.7 3.2a2 2 0 0 1-.5 2.1L8 10.3a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c1 .4 2.1.6 3.2.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3-8.7A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1.1.4 2.2.7 3.2a2 2 0 0 1-.5 2.1L8 10.3a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c1 .4 2.1.6 3.2.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); }
.icon-car { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 13l1.5-4.5A2 2 0 0 1 6.4 7h11.2a2 2 0 0 1 1.9 1.5L21 13'/%3E%3Crect x='2' y='13' width='20' height='5' rx='1.5'/%3E%3Ccircle cx='7' cy='18.5' r='1.6'/%3E%3Ccircle cx='17' cy='18.5' r='1.6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 13l1.5-4.5A2 2 0 0 1 6.4 7h11.2a2 2 0 0 1 1.9 1.5L21 13'/%3E%3Crect x='2' y='13' width='20' height='5' rx='1.5'/%3E%3Ccircle cx='7' cy='18.5' r='1.6'/%3E%3Ccircle cx='17' cy='18.5' r='1.6'/%3E%3C/svg%3E"); }
.icon-truck { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8h11v9H2z'/%3E%3Cpath d='M13 11h4l4 3v3h-8z'/%3E%3Ccircle cx='6.5' cy='18.5' r='1.7'/%3E%3Ccircle cx='17.5' cy='18.5' r='1.7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8h11v9H2z'/%3E%3Cpath d='M13 11h4l4 3v3h-8z'/%3E%3Ccircle cx='6.5' cy='18.5' r='1.7'/%3E%3Ccircle cx='17.5' cy='18.5' r='1.7'/%3E%3C/svg%3E"); }
.icon-road { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M7 21L10 3'/%3E%3Cpath d='M17 21L14 3'/%3E%3Cpath d='M12 3v3'/%3E%3Cpath d='M12 9.5v3'/%3E%3Cpath d='M12 16v3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M7 21L10 3'/%3E%3Cpath d='M17 21L14 3'/%3E%3Cpath d='M12 3v3'/%3E%3Cpath d='M12 9.5v3'/%3E%3Cpath d='M12 16v3'/%3E%3C/svg%3E"); }
.icon-key { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='4.5'/%3E%3Cpath d='M10.8 12.2L20 3'/%3E%3Cpath d='M16 7l3 3'/%3E%3Cpath d='M13 4l3 3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7.5' cy='15.5' r='4.5'/%3E%3Cpath d='M10.8 12.2L20 3'/%3E%3Cpath d='M16 7l3 3'/%3E%3Cpath d='M13 4l3 3'/%3E%3C/svg%3E"); }

/* Diamond plate texture, referencing their business card */
.hero-plate {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 0 2px, transparent 2px 14px),
                       repeating-linear-gradient(-45deg, rgba(255,255,255,0.5) 0 2px, transparent 2px 14px);
    pointer-events: none;
}

/* Top bar */
.top-bar {
    background: var(--navy);
    color: var(--yellow);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
    gap: 12px;
}
.top-bar .icon { color: var(--yellow); margin-right: 5px; width: 12px; height: 12px; }
.top-bar-loc { color: #C9D3EE; }
.top-bar-loc .icon { color: #C9D3EE; }

/* Header */
.header {
    background: var(--white);
    border-bottom: 3px solid var(--yellow);
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.logo-mark svg { width: 48px; height: 30px; }
.logo-dct {
    font-family: var(--font-head);
    font-size: 30px;
    font-weight: 800;
    color: var(--blue);
    letter-spacing: 1px;
    line-height: 1;
    display: block;
}
.logo-sub {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.phone-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: var(--white);
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.2s, transform 0.15s;
}
.phone-pill .icon { color: var(--yellow); }
.phone-pill:hover { background: var(--blue); transform: translateY(-1px); }

/* Hero */
.hero {
    position: relative;
    background: linear-gradient(155deg, var(--navy) 0%, var(--blue) 65%, var(--blue-light) 100%);
    color: var(--white);
    padding: 76px 0 64px;
    overflow: hidden;
}
.hero-inner { position: relative; z-index: 1; max-width: 640px; }
.eyebrow {
    display: inline-block;
    color: var(--yellow);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.hero h1 {
    color: var(--white);
    font-size: 52px;
    margin-bottom: 18px;
}
.hero h1 span { color: var(--yellow); }
.hero-sub {
    font-size: 18px;
    color: #DCE4F5;
    max-width: 480px;
    margin-bottom: 30px;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.hero-note { font-size: 13.5px; color: #B9C6E8; font-weight: 500; }

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-primary {
    background: var(--yellow);
    color: var(--navy);
    box-shadow: 0 6px 18px rgba(244, 230, 0, 0.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(244, 230, 0, 0.35); }
.btn-lg { padding: 18px 36px; font-size: 18px; }

.hero-stats {
    display: flex;
    gap: 40px;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,0.18);
    padding-top: 26px;
}
.hero-stats li { display: flex; flex-direction: column; }
.hero-stats strong {
    font-family: var(--font-head);
    font-size: 28px;
    color: var(--yellow);
    font-weight: 700;
}
.hero-stats span { font-size: 12.5px; color: #B9C6E8; }

/* Section head */
.section-head { text-align: center; max-width: 520px; margin: 0 auto 44px; }
.section-head h2 { font-size: 34px; }
.section-head .eyebrow { color: var(--blue); }

/* Services */
.services { padding: 76px 0; background: var(--white); }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}
.service-card {
    background: var(--gray-100);
    border-radius: 12px;
    padding: 30px 24px;
    border-top: 4px solid var(--yellow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(15, 30, 74, 0.1);
}
.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.service-icon .icon { color: var(--yellow); width: 24px; height: 24px; }
.service-card h3 { font-size: 20px; margin-bottom: 10px; }
.service-card p { font-size: 14.5px; color: var(--gray-700); }

/* Why */
.why {
    position: relative;
    background: var(--navy);
    color: var(--white);
    padding: 76px 0;
    overflow: hidden;
}
.why-inner { position: relative; z-index: 1; }
.why-head .eyebrow { color: var(--yellow); }
.why-head h2 { color: var(--white); }
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 30px;
}
.why-item { border-left: 3px solid var(--yellow); padding-left: 20px; }
.why-num {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--yellow);
    letter-spacing: 1px;
}
.why-item h3 { color: var(--white); font-size: 19px; margin: 8px 0 8px; }
.why-item p { font-size: 14px; color: #C4CEE8; }

/* Testimonials */
.testimonials { padding: 76px 0; background: var(--gray-100); }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}
.testimonial {
    background: var(--white);
    border-radius: 12px;
    padding: 28px 26px;
    border: 1px solid #E7E5DB;
}
.stars { color: var(--yellow-deep); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial p {
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 16px;
    font-style: italic;
}
.testimonial cite {
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
}

/* Info strip */
.info { padding: 76px 0; background: var(--white); }
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}
.info-card {
    text-align: center;
    padding: 34px 24px;
    border-radius: 12px;
    background: var(--gray-100);
}
.info-card .icon-lg { color: var(--blue); margin-bottom: 14px; }
.info-card h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-500); margin-bottom: 10px; }
.info-big { font-family: var(--font-head); font-size: 26px; font-weight: 700; color: var(--navy); display: block; }
.info-sub { font-size: 13px; color: var(--gray-500); margin-top: 6px; }
.info-card-accent { background: var(--navy); }
.info-card-accent h3 { color: #B9C6E8; }
.info-card-accent .icon-lg { color: var(--yellow); }
.info-phone { color: var(--yellow); text-decoration: none; }
.info-card-accent .info-sub { color: #B9C6E8; }

/* Final CTA */
.final-cta {
    position: relative;
    background: linear-gradient(155deg, var(--blue) 0%, var(--navy) 100%);
    color: var(--white);
    padding: 70px 0;
    text-align: center;
    overflow: hidden;
}
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { color: var(--white); font-size: 32px; margin-bottom: 10px; }
.final-cta p { color: #DCE4F5; font-size: 16px; margin-bottom: 30px; }

/* Mobile sticky call bar */
.mobile-call-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--yellow);
    color: var(--navy);
    text-align: center;
    padding: 14px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    z-index: 200;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 -4px 14px rgba(0,0,0,0.15);
}

/* Footer */
.footer {
    background: var(--navy);
    color: #93A0C4;
    text-align: center;
    padding: 24px 0;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 760px) {
    .hero h1 { font-size: 38px; }
    .hero-sub { font-size: 16px; }
    .section-head h2 { font-size: 27px; }
    .why-plate { display: none; }
    .top-bar-loc { display: none; }
    .mobile-call-bar { display: flex; }
    body { padding-bottom: 58px; }
    .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; }
    .hero-stats { gap: 26px; }
}

@media (max-width: 480px) {
    .hero { padding: 54px 0 46px; }
    .hero h1 { font-size: 32px; }
    .logo-dct { font-size: 24px; }
    .logo-sub { display: none; }
    .phone-pill span { display: none; }
    .phone-pill { padding: 10px 14px; }
    .section-head h2 { font-size: 23px; }
    .services, .why, .testimonials, .info { padding: 52px 0; }
}

