:root{
    --blue:#214caf;
    --blue2:#11347f;
    --dark:#05060a;
    --ink:#101827;
    --muted:#5d6472;
    --light:#f5f7fb;
    --white:#ffffff;
    --line:rgba(255,255,255,.16);
    --shadow:0 18px 45px rgba(0,0,0,.18);
    --radius:22px;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    color:var(--ink);
    background:#fff;
    padding-bottom:82px;
}

a{
    color:inherit;
}

/* =========================
   HEADER
========================= */

.site-header{
    position:sticky;
    top:0;
    z-index:999;
    background:rgba(0,0,0,.92);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.12);
}

.nav-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:10px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.logo-small img{
    width:94px;
    height:auto;
    display:block;
}

.nav-links{
    display:flex;
    align-items:center;
    gap:24px;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    color:#fff;
}

.nav-links a{
    text-decoration:none;
    opacity:.9;
}

.nav-links a:hover{
    color:#4f7cff;
}

.header-call{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:13px 18px;
    border-radius:11px;
    color:#fff;
    text-decoration:none;
    font-weight:900;
    border:1px solid rgba(74,124,255,.9);
    box-shadow:0 0 24px rgba(33,76,175,.32);
    white-space:nowrap;
}

/* =========================
   HERO
========================= */

.hero{
    overflow:hidden;
    position:relative;
    background:
        radial-gradient(circle at 80% 25%, rgba(33,76,175,.25), transparent 34%),
        linear-gradient(100deg, #fff 0%, #fff 48%, rgba(255,255,255,.82) 56%, rgba(255,255,255,.18) 72%),
        url('../img/baltimore-hero.jpg');

    background-size:cover;
    background-position:center right;
    min-height:620px;
}

.hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.88) 43%, rgba(5,6,10,.15) 70%, rgba(5,6,10,.35)),
        radial-gradient(circle at 72% 55%, rgba(33,76,175,.32), transparent 34%);
}

.hero-inner{
    position:relative;
    max-width:1180px;
    margin:0 auto;
    padding:72px 18px 64px;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:30px;
}

.hero-copy{
    max-width:560px;
}

.kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--blue);
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:13px;
    margin-bottom:14px;
}

.kicker:before{
    content:"";
    width:35px;
    height:4px;
    border-radius:999px;
    background:var(--blue);
}

h1{
    margin:0;
    font-size:clamp(48px, 7vw, 86px);
    line-height:.88;
    letter-spacing:-.055em;
    text-transform:uppercase;
    color:#05060a;
}

h1 span{
    display:block;
    color:var(--blue);
}

.hero-sub{
    margin:22px 0 20px;
    font-size:clamp(20px, 2.3vw, 29px);
    line-height:1.18;
    font-weight:800;
}

.hero-sub b{
    color:var(--blue);
}

.trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    margin:22px 0 28px;
    font-weight:800;
}

.trust-row span{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.trust-row i{
    width:22px;
    height:22px;
    display:inline-grid;
    place-items:center;
    background:var(--blue);
    color:#fff;
    border-radius:50%;
    font-style:normal;
    font-size:13px;
}

.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:58px;
    padding:17px 24px;
    border-radius:10px;
    text-decoration:none;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.02em;
    border:2px solid transparent;
}

.btn-primary{
    background:linear-gradient(135deg,var(--blue),var(--blue2));
    color:#fff;
    box-shadow:var(--shadow);
}

.btn-outline{
    background:#fff;
    color:var(--blue2);
    border-color:var(--blue);
}

.hero-art{
    text-align:center;
}

.hero-art img{
    width:min(520px, 100%);
    filter:drop-shadow(0 26px 28px rgba(0,0,0,.35));
}

/* =========================
   SERVICES
========================= */

.dark-band{
    background:
        radial-gradient(circle at 20% 10%, rgba(33,76,175,.28), transparent 28%),
        linear-gradient(135deg,#05060a,#111827);

    color:#fff;
    padding:34px 18px 36px;
}

.section-inner{
    max-width:1180px;
    margin:0 auto;
}

.script-title{
    margin:0 0 22px;
    font-size:clamp(25px, 3vw, 40px);
    text-transform:uppercase;
    font-weight:1000;
    letter-spacing:-.03em;
}

.script-title em{
    color:#4f7cff;
    font-style:normal;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.service-card{
    background:#fff;
    color:#111827;
    border-radius:12px;
    padding:20px;
    text-align:center;
    box-shadow:0 12px 24px rgba(0,0,0,.2);
}

.service-icon{
    font-size:38px;
    margin-bottom:10px;
}

.service-card h3{
    margin:0 0 8px;
    font-size:16px;
    text-transform:uppercase;
}

.service-card p{
    margin:0;
    font-size:14px;
    color:#4b5563;
}

/* =========================
   LIGHT SECTIONS
========================= */

.light-section{
    background:#fff;
    padding:48px 18px;
}

.section-heading{
    text-align:center;
    margin:0 0 28px;
    font-size:clamp(30px, 4vw, 52px);
    line-height:.95;
    text-transform:uppercase;
    letter-spacing:-.04em;
}

.section-heading span{
    color:var(--blue);
}

.steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.step{
    background:#f7f8fb;
    border:1px solid #e4e7ef;
    border-radius:22px;
    padding:25px;
}

.step-num{
    width:56px;
    height:56px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--blue);
    color:#fff;
    font-size:26px;
    font-weight:1000;
    margin-bottom:14px;
}

/* =========================
   GALLERY
========================= */

.blue-section{
    background:linear-gradient(135deg,#0b1e55,#062b8f);
    color:#fff;
    padding:48px 18px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.before-after{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    min-height:185px;
    display:grid;
    grid-template-columns:1fr 1fr;
}

.ba-side{
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:1000;
    text-transform:uppercase;
    background:#303846;
    position:relative;
}

.ba-side.after{
    background:#c9d6f7;
    color:#0b1e55;
}

.ba-side span{
    position:absolute;
    bottom:10px;
    left:10px;
    background:#05060a;
    color:#fff;
    padding:5px 9px;
    border-radius:6px;
    font-size:12px;
}

.ba-side.after span{
    background:var(--blue);
}

/* =========================
   REVIEWS
========================= */

.reviews{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.review-card{
    background:#fff;
    border-radius:18px;
    padding:24px;
    box-shadow:0 12px 30px rgba(16,24,39,.12);
}

.stars{
    color:#ffb400;
    font-size:22px;
    margin-bottom:12px;
}

/* =========================
   MOBILE BAR
========================= */

.mobile-sticky{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    display:grid;
    grid-template-columns:1fr 1fr;
    background:linear-gradient(135deg,var(--blue2),var(--blue));
}

.mobile-sticky a{
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:15px 8px;
    font-weight:1000;
    text-transform:uppercase;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1000px){

    .hero-inner{
        grid-template-columns:1fr;
        text-align:center;
    }

    .hero-copy{
        margin:0 auto;
    }

    .trust-row,
    .hero-actions{
        justify-content:center;
    }

    .service-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .steps,
    .gallery-grid,
    .reviews{
        grid-template-columns:1fr;
    }
}

@media(max-width:760px){

    .nav-links{
        display:none;
    }

    h1{
        font-size:52px;
    }

    .hero{
        min-height:auto;
    }

    .hero-inner{
        padding:40px 16px;
    }

    .btn{
        width:100%;
    }

    .service-grid{
        grid-template-columns:1fr;
    }
}

.service-area-final{
    background:#fff;
    padding:55px 18px;
}

.final-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    align-items:stretch;
}

.service-map-card,
.junk-cta-graphic{
    border-radius:24px;
    overflow:hidden;
    min-height:365px;
    box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.service-map-card{
    background:#f6f8fc;
    border:1px solid #e4e7ef;
    padding:34px;
}

.service-map-card h2,
.junk-cta-content h2{
    margin:0 0 12px;
    font-size:clamp(30px,4vw,48px);
    line-height:.95;
    text-transform:uppercase;
    letter-spacing:-.04em;
}

.service-map-card h2 span,
.junk-cta-content h2 span{
    color:#214caf;
}

.service-map-card p{
    color:#5d6472;
    font-size:17px;
    line-height:1.5;
}

.area-pill-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin:22px 0;
}

.area-pill-grid span{
    background:#fff;
    border:1px solid #dce2ef;
    padding:12px 14px;
    border-radius:999px;
    font-weight:900;
    color:#102033;
}

.map-placeholder{
    position:relative;
    height:120px;
    border-radius:18px;
    background:
        radial-gradient(circle at 35% 45%, rgba(33,76,175,.35), transparent 20%),
        radial-gradient(circle at 70% 35%, rgba(33,76,175,.24), transparent 18%),
        linear-gradient(135deg,#dbe6ff,#ffffff);
    border:1px solid #cad5ee;
    display:grid;
    place-items:center;
    color:#11347f;
    font-weight:1000;
    letter-spacing:.08em;
}

.map-dot{
    position:absolute;
    width:14px;
    height:14px;
    background:#214caf;
    border:3px solid #fff;
    border-radius:50%;
    box-shadow:0 0 0 6px rgba(33,76,175,.18);
}

.dot1{left:32%;top:38%;}
.dot2{left:55%;top:55%;}
.dot3{left:72%;top:34%;}

/* =========================
   BOTTOM TRUCK CTA FIX
   Shows more/full truck instead of only tail end
========================= */

.junk-cta-graphic{
    position:relative;
    background:
        linear-gradient(90deg, rgba(5,6,10,.95) 0%, rgba(5,6,10,.82) 34%, rgba(6,43,143,.28) 58%, rgba(6,43,143,.08) 100%),
        url('../img/truck-cta.png');

    background-size:contain;
    background-repeat:no-repeat;
    background-position:right center;
    background-color:#05060a;

    color:#fff;
    padding:34px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.junk-cta-content{
    position:relative;
    z-index:2;
    max-width:390px;
}

.junk-cta-content p{
    font-size:19px;
    line-height:1.45;
    margin:0 0 22px;
}

.cta-truck-logo{
    position:absolute;
    right:18px;
    bottom:12px;
    width:230px;
    max-width:45%;
    filter:drop-shadow(0 18px 25px rgba(0,0,0,.55));
    opacity:.95;
}

@media(max-width:850px){
    .final-grid{
        grid-template-columns:1fr;
    }

    .area-pill-grid{
        grid-template-columns:1fr;
    }

    .junk-cta-graphic{
        min-height:430px;
        display:block;
        background-size:contain;
        background-position:center bottom;
        padding-bottom:220px;
    }

    .junk-cta-content{
        max-width:100%;
    }

    .cta-truck-logo{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:25px;
        width:210px;
        max-width:80%;
    }
}

@media(max-width:850px){
    .final-grid{
        grid-template-columns:1fr;
    }

    .area-pill-grid{
        grid-template-columns:1fr;
    }

    .cta-truck-logo{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:25px;
        width:210px;
        max-width:80%;
    }

    .junk-cta-graphic{
        display:block;
    }
}
.before-after-banner{
    width:100%;
    display:block;
    border-radius:18px;
    box-shadow:0 18px 45px rgba(0,0,0,.28);
    border:2px solid rgba(255,255,255,.7);
}

.white-word{
    color:#fff !important;
}

.compact-footer{
    background:
        radial-gradient(circle at 20% 10%, rgba(33,76,175,.35), transparent 28%),
        linear-gradient(135deg,#05060a,#0b1e55);
    color:#fff;
    padding:42px 18px 95px;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.14);
}

.compact-footer img{
    width:135px;
    height:auto;
    display:block;
    margin:0 auto 14px;
    filter:drop-shadow(0 12px 18px rgba(0,0,0,.45));
}

.compact-footer strong{
    display:block;
    font-size:22px;
    text-transform:uppercase;
    letter-spacing:-.02em;
}

.compact-footer p{
    margin:8px 0 0;
    color:rgba(255,255,255,.82);
    font-weight:800;
}

.compact-footer a{
    color:#fff;
    font-size:22px;
    font-weight:1000;
    text-decoration:none;
}