:root {
    --red:#e2201a;
    --black:#050505;
    --white:#f6f6f6
}

* {
    box-sizing:border-box
}

html {
    scroll-behavior:smooth
}

body {
    margin:0;
    background:#050505;
    color:#f6f6f6;
    font-family:Inter,Arial,sans-serif
}

a {
    color:inherit;
    text-decoration:none
}

.site-header {
    min-height:86px;
    display:flex;
    align-items:center;
    gap:24px;
    padding:10px 3%;
    border-bottom:1px solid #222;
    position:sticky;
    top:0;
    z-index:50;
    background:#050505f7
}

.brand {
    width:255px
}

.brand img {
    width:100%;
    height:66px;
    object-fit:contain;
    object-position:left center
}

nav {
    display:flex;
    gap:24px;
    margin:auto;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase
}

.header-actions {
    display:flex;
    gap:14px;
    align-items:center
}

.phone {
    font-weight:800;
    white-space:nowrap
}

.btn {
    background:var(--red);
    border:1px solid var(--red);
    padding:14px 22px;
    border-radius:4px;
    font-weight:900;
    text-transform:uppercase;
    display:inline-block
}

.outline {
    background:transparent
}

.dark {
    background:#070707;
    border-color:#070707
}

.menu-btn {
    display:none;
    background:none;
    border:0;
    color:#fff;
    font-size:28px
}

.hero {
    min-height:540px;
    display:grid;
    grid-template-columns:48% 52%;
    background:radial-gradient(circle at 80% 30%,#2a2a2a,#111 30%,#050505 65%);
    overflow:hidden
}

.hero-copy {
    padding:48px 3% 42px
}

.eyebrow {
    text-transform:uppercase;
    color:var(--red);
    font-weight:900;
    font-size:13px
}

.hero h1,.services h2,.why h2,.gallery-section h2,.how h2,.reviews h2,.quote-band h2 {
    font-family:Anton,sans-serif;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin:8px 0
}

.hero h1 {
    font-size:68px;
    line-height:1
}

.hero h1 span {
    color:var(--red)
}

.lead {
    max-width:570px;
    line-height:1.55
}

.hero-points {
    display:flex;
    gap:38px;
    margin:28px 0
}

.hero-points div {
    display:flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    font-size:12px
}

.hero-points span {
    width:46px;
    height:46px;
    border:2px solid var(--red);
    border-radius:50%;
    display:grid;
    place-items:center;
    color:var(--red);
    font-size:22px
}

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

.hero-visual {
    position:relative;
    min-height:520px;
    background:linear-gradient(180deg,#252525,#151515 50%,#070707 51%);
    overflow:hidden
}

.city-label {
    position:absolute;
    top:62px;
    left:7%;
    font-family:Anton;
    font-size:72px;
    letter-spacing:8px;
    color:#191919
}

.truck {
    position:absolute;
    width:82%;
    height:220px;
    right:4%;
    bottom:80px
}

.truck-box {
    position:absolute;
    right:0;
    top:0;
    width:69%;
    height:160px;
    background:#090909;
    border:3px solid #2a2a2a;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}

.truck-box strong {
    font-family:Anton;
    color:var(--red);
    font-size:58px
}

.truck-box small {
    font-size:9px
}

.truck-cab {
    position:absolute;
    left:2%;
    top:44px;
    width:31%;
    height:145px;
    background:#e9e9e9;
    color:#111;
    border-radius:18px 8px 5px 5px;
    font-family:Anton;
    font-size:22px;
    display:grid;
    place-items:center
}

.wheel {
    position:absolute;
    bottom:0;
    width:68px;
    height:68px;
    border-radius:50%;
    background:#111;
    border:15px solid #555
}

.w1 {
    left:19%
}

.w2 {
    right:12%
}

.services,.gallery-section,.how,.reviews {
    padding:40px 3% 50px
}

.center {
    text-align:center
}

.services h2,.gallery-section h2,.how h2,.reviews h2 {
    text-align:center;
    font-size:35px
}

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

.service-grid article {
    position:relative;
    text-align:center;
    background:#090909;
    border:1px solid #444;
    border-radius:7px;
    overflow:hidden
}

.service-art {
    height:115px
}

.furniture {
    background:linear-gradient(135deg,#6c4930,#1d1712)
}

.appliance {
    background:linear-gradient(135deg,#c6c6c6,#343434)
}

.household {
    background:linear-gradient(135deg,#9d692c,#272016)
}

.debris {
    background:linear-gradient(135deg,#75481f,#1c130c)
}

.yard {
    background:linear-gradient(135deg,#426d2f,#14200e)
}

.cleanout {
    background:linear-gradient(135deg,#6b4a2e,#171717)
}

.service-icon {
    position:absolute;
    top:88px;
    left:50%;
    transform:translateX(-50%);
    width:52px;
    height:52px;
    border-radius:50%;
    background:#050505;
    border:2px solid var(--red);
    color:var(--red);
    display:grid;
    place-items:center;
    font-size:25px
}

.service-grid h3 {
    text-transform:uppercase;
    margin:30px 8px 8px;
    font-size:15px
}

.service-grid p {
    font-size:12px;
    line-height:1.45;
    padding:0 10px 17px;
    color:#ddd
}

.why {
    padding:20px 4%;
    display:grid;
    grid-template-columns:30% 70%;
    gap:34px;
    border-top:1px solid #222
}

.about-photo {
    min-height:280px;
    border-radius:8px;
    overflow:hidden;
    border:1px solid #333
}

.about-photo img {
    width:100%;
    height:100%;
    object-fit:cover
}

.why h2 {
    font-size:38px
}

.why-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr)
}

.why-grid div {
    text-align:center;
    padding:0 18px;
    border-right:1px solid var(--red)
}

.why-grid div:last-child {
    border:0
}

.why-grid b {
    color:var(--red);
    font-size:30px
}

.why-grid h3 {
    text-transform:uppercase;
    font-size:13px
}

.why-grid p {
    font-size:12px;
    color:#ddd;
    line-height:1.45
}

.gallery-section {
    border-top:1px solid #222
}

.gallery-intro {
    text-align:center;
    max-width:680px;
    margin:0 auto 26px;
    color:#ccc
}

.gallery {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    max-width:1180px;
    margin:auto
}

.gallery-item {
    padding:0;
    border:1px solid #333;
    background:#111;
    border-radius:7px;
    overflow:hidden;
    cursor:pointer;
    aspect-ratio:4/3
}

.gallery-item img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block
}

.steps {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    max-width:900px;
    margin:25px auto
}

.steps div {
    text-align:center;
    border:1px solid #333;
    padding:25px
}

.steps b {
    font-family:Anton;
    color:var(--red);
    font-size:45px
}

.quote-band {
    background:var(--red);
    padding:22px 8%;
    display:flex;
    align-items:center;
    justify-content:space-between
}

.quote-band h2 {
    font-size:30px;
    margin:3px 0
}

.reviews {
    border-top:1px solid #222
}

.review-placeholder {
    text-align:center;
    color:#bbb
}

footer {
    padding:28px 5%;
    display:grid;
    grid-template-columns:1.1fr 1fr 1fr;
    gap:40px;
    border-top:1px solid #222;
    font-size:13px
}

.footer-brand img {
    width:260px;
    max-width:100%;
    height:110px;
    object-fit:contain;
    object-position:left center
}

footer h3 {
    color:var(--red);
    text-transform:uppercase
}

footer p {
    line-height:1.7;
    color:#ddd
}

.lightbox {
    position:fixed;
    inset:0;
    background:#000e;
    z-index:100;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px
}

.lightbox.open {
    display:flex
}

.lightbox img {
    max-width:92vw;
    max-height:88vh;
    border:1px solid #444
}

.close-lightbox {
    position:absolute;
    right:22px;
    top:14px;
    background:none;
    border:0;
    color:white;
    font-size:44px
}

@media(max-width:900px) {
    .site-header {
        min-height:78px;
        flex-wrap:wrap;
        padding:8px 4%
    }

    .brand {
        width:210px;
        flex:1
    }

    .brand img {
        height:60px
    }

    .menu-btn {
        display:block
    }

    .header-actions {
        width:100%;
        justify-content:space-between;
        border-top:1px solid #222;
        padding:9px 0 3px
    }

    .header-actions .btn {
        padding:11px 14px;
        font-size:11px
    }

    .phone {
        font-size:16px
    }

    nav {
        display:none;
        position:absolute;
        top:78px;
        left:0;
        right:0;
        background:#080808;
        padding:20px;
        flex-direction:column;
        gap:18px;
        border-bottom:1px solid #333
    }

    nav.open {
        display:flex
    }

    .hero {
        grid-template-columns:1fr
    }

    .hero-copy {
        padding:32px 5% 18px
    }

    .hero h1 {
        font-size:48px
    }

    .hero-points {
        gap:12px;
        justify-content:space-between
    }

    .hero-points div {
        flex-direction:column;
        text-align:center
    }

    .hero-actions {
        flex-direction:column
    }

    .hero-actions .btn {
        text-align:center
    }

    .hero-visual {
        min-height:285px
    }

    .city-label {
        font-size:40px;
        top:35px
    }

    .truck {
        height:160px;
        bottom:34px
    }

    .truck-box {
        height:105px
    }

    .truck-box strong {
        font-size:38px
    }

    .truck-cab {
        height:95px
    }

    .wheel {
        width:50px;
        height:50px;
        border-width:10px
    }

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

    .service-art {
        height:95px
    }

    .service-icon {
        top:70px
    }

    .why {
        grid-template-columns:1fr;
        padding:28px 4%
    }

    .about-photo {
        min-height:230px
    }

    .why-grid {
        grid-template-columns:repeat(2,1fr);
        gap:12px
    }

    .why-grid div {
        border:1px solid #333!important;
        padding:16px
    }

    .gallery {
        grid-template-columns:repeat(2,1fr);
        gap:10px
    }

    .gallery-item {
        aspect-ratio:1/1
    }

    .steps {
        grid-template-columns:1fr
    }

    .quote-band {
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
        padding:24px 6%
    }

    .quote-band .btn {
        width:100%;
        text-align:center
    }

    .services h2,.gallery-section h2,.how h2,.reviews h2 {
        font-size:29px
    }

    footer {
        grid-template-columns:1fr
    }

    .footer-brand img {
        height:95px
    }

}

/* =========================================================
   ASAP RESPONSIVE POLISH — DESKTOP + MOBILE
   ========================================================= */

/* ---------- Desktop / Laptop ---------- */
@media (min-width: 901px) {
    .site-header {
        min-height: 78px;
        padding: 8px 3%;
        gap: 20px;
    }

    .brand {
        width: 225px;
    }

    .brand img {
        height: 58px;
    }

    nav {
        gap: 22px;
        font-size: 11px;
    }

    .header-actions {
        gap: 12px;
    }

    .header-actions .btn {
        padding: 12px 18px;
        font-size: 12px;
    }

    .hero {
        min-height: 505px;
        grid-template-columns: 47% 53%;
        background: #050505;
    }

    .hero-copy {
        padding: 45px 4% 38px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2;
        background:
            linear-gradient(
                90deg,
                #050505 0%,
                #050505 76%,
                rgba(5,5,5,.84) 90%,
                rgba(5,5,5,.12) 100%
            );
    }

    .hero h1 {
        font-size: clamp(58px, 5.1vw, 76px);
        line-height: .98;
        max-width: 680px;
    }

    .lead {
        max-width: 530px;
        font-size: 15px;
    }

    .hero-points {
        margin: 24px 0;
        gap: 28px;
    }

    .hero-actions .btn {
        min-width: 190px;
        text-align: center;
    }

    .hero-visual {
        min-height: 505px;
        background:
            linear-gradient(90deg, rgba(5,5,5,.9) 0%, rgba(5,5,5,.28) 24%, rgba(5,5,5,.05) 55%),
            linear-gradient(0deg, rgba(0,0,0,.35), rgba(0,0,0,.05)),
            url("asap-truck.png") center center / cover no-repeat;
    }

    .hero-visual .city-label,
    .hero-visual .truck {
        display: none;
    }

    .services {
        padding: 34px 3% 48px;
    }

    .service-grid {
        gap: 12px;
    }

    .service-grid article {
        background: #090909;
        border-color: #343434;
        box-shadow: 0 8px 22px rgba(0,0,0,.28);
    }

    .service-art {
        height: 128px;
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .service-art::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0,0,0,.38), rgba(0,0,0,.04));
    }

    .service-icon {
        top: 101px;
        z-index: 2;
        box-shadow: 0 0 0 5px rgba(0,0,0,.48);
    }

    .service-grid h3 {
        margin-top: 32px;
    }

    .why {
        padding-top: 30px;
        padding-bottom: 30px;
        align-items: stretch;
    }

    .about-photo {
        min-height: 285px;
    }

    .gallery {
        gap: 16px;
    }

    .gallery-item {
        aspect-ratio: 4 / 3;
    }

    .quote-band {
        padding: 22px 6%;
    }
}

/* ---------- Shared real service photos ---------- */
.service-art.furniture {
    background-image: url("job-junk.jpg");
}

.service-art.appliance {
    background-image: url("job-basement.jpg");
}

.service-art.household {
    background-image: url("job-demo.jpg");
}

.service-art.debris {
    background-image: url("job-concrete.jpg");
}

.service-art.yard {
    background-image: url("job-trailer.jpg");
}

.service-art.cleanout {
    background-image: url("job-wood.jpg");
}

/* ---------- Tablet / Mobile ---------- */
@media (max-width: 900px) {
    body {
        overflow-x: hidden;
    }

    .site-header {
        min-height: auto;
        padding: 8px 4% 10px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .brand {
        width: 185px;
        flex: 1 1 auto;
    }

    .brand img {
        height: 54px;
    }

    .menu-btn {
        display: block;
        font-size: 30px;
        line-height: 1;
        padding: 6px 4px;
    }

    nav {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        z-index: 60;
        background: #070707;
        padding: 18px 5% 22px;
        flex-direction: column;
        gap: 16px;
        border-top: 1px solid #222;
        border-bottom: 1px solid #333;
    }

    nav.open {
        display: flex;
    }

    .header-actions {
        width: 100%;
        padding: 9px 0 2px;
        border-top: 1px solid #222;
        justify-content: space-between;
        gap: 10px;
    }

    .phone {
        font-size: 15px;
    }

    .header-actions .btn {
        padding: 11px 13px;
        font-size: 10px;
        white-space: nowrap;
    }

    .hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
        background: #050505;
    }

    .hero-copy {
        padding: 30px 5% 20px;
        background: #050505;
    }

    .hero h1 {
        font-size: clamp(42px, 12vw, 54px);
        line-height: .98;
    }

    .lead {
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-points {
        gap: 8px;
        justify-content: space-between;
        margin: 24px 0;
    }

    .hero-points div {
        width: 31%;
        flex-direction: column;
        text-align: center;
        gap: 7px;
    }

    .hero-points span {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .hero-points b {
        font-size: 10px;
        line-height: 1.25;
    }

    .hero-actions {
        flex-direction: column;
        gap: 10px;
    }

    .hero-actions .btn {
        width: 100%;
        text-align: center;
        padding: 14px 16px;
    }

    .hero-visual {
        order: 2;
        min-height: 235px;
        background:
            linear-gradient(0deg, rgba(0,0,0,.36), rgba(0,0,0,.03)),
            url("asap-truck.png") center center / cover no-repeat;
    }

    .hero-visual .city-label,
    .hero-visual .truck {
        display: none;
    }

    .services,
    .gallery-section,
    .how,
    .reviews {
        padding: 34px 4% 42px;
    }

    .services h2,
    .gallery-section h2,
    .how h2,
    .reviews h2 {
        font-size: 28px;
        line-height: 1.05;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .service-grid article {
        min-width: 0;
        border-color: #343434;
    }

    .service-art {
        height: 100px;
        background-position: center;
        background-size: cover;
    }

    .service-icon {
        top: 74px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .service-grid h3 {
        margin: 30px 6px 8px;
        font-size: 13px;
        line-height: 1.1;
    }

    .service-grid p {
        padding: 0 9px 15px;
        font-size: 11px;
        line-height: 1.4;
    }

    .why {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 30px 4%;
    }

    .about-photo {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .about-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .why h2 {
        font-size: 34px;
    }

    .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .why-grid div {
        border: 1px solid #333 !important;
        padding: 16px 12px;
    }

    .why-grid h3 {
        font-size: 12px;
        line-height: 1.2;
    }

    .why-grid p {
        font-size: 11px;
    }

    .gallery-intro {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 20px;
    }

    .gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .gallery-item {
        aspect-ratio: 1 / 1;
        border-radius: 6px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 22px auto 0;
    }

    .steps div {
        padding: 22px 18px;
    }

    .quote-band {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 24px 6%;
    }

    .quote-band h2 {
        font-size: 27px;
        line-height: 1.05;
    }

    .quote-band .btn {
        width: 100%;
        text-align: center;
    }

    footer {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 5%;
    }

    .footer-brand img {
        height: 90px;
    }
}

/* ---------- Small phones ---------- */
@media (max-width: 430px) {
    .brand {
        width: 170px;
    }

    .brand img {
        height: 50px;
    }

    .phone {
        font-size: 14px;
    }

    .header-actions .btn {
        padding: 10px 11px;
        font-size: 9px;
    }

    .hero-copy {
        padding-top: 26px;
    }

    .hero h1 {
        font-size: 43px;
    }

    .hero-visual {
        min-height: 215px;
    }

    .services h2,
    .gallery-section h2,
    .how h2,
    .reviews h2 {
        font-size: 26px;
    }

    .service-grid h3 {
        font-size: 12px;
    }

    .why h2 {
        font-size: 31px;
    }
}
/* MOCKUP PHOTOS - KEEP GALLERY PHOTOS SEPARATE */

.hero-visual {
  background: url("mockup-hero-truck.png") center center / cover no-repeat !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 18%, black 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 18%, black 100%);
}

.hero-visual .city-label,
.hero-visual .truck {
  display: none !important;
}

.service-art {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.service-art.furniture {
  background-image: url("service-furniture.jpg") !important;
}

.service-art.appliance {
  background-image: url("service-appliance.jpg") !important;
}

.service-art.household {
  background-image: url("service-household.jpg") !important;
}

.service-art.debris {
  background-image: url("service-construction.jpg") !important;
}

.service-art.yard {
  background-image: url("service-yard.jpg") !important;
}

.service-art.cleanout {
  background-image: url("service-cleanout.jpg") !important;
}

/* =========================================================
   FINAL DESKTOP HERO - MATCH MOCKUP
   ========================================================= */

@media (min-width: 901px) {

  .hero {
    position: relative;
    display: block !important;
    min-height: 540px !important;
    overflow: hidden;
    background: #050505 !important;
  }

  /* LEFT SIDE WORDING */
  .hero-copy {
    position: relative;
    z-index: 10 !important;
    width: 50% !important;
    max-width: 650px !important;
    min-height: 540px;
    padding: 42px 0 35px 3.5% !important;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: transparent !important;
  }

  .hero .eyebrow {
    font-size: 15px !important;
    font-weight: 900;
    letter-spacing: .3px;
    margin: 0 0 14px;
    position: relative;
    z-index: 20;
  }

  .hero h1 {
    width: 650px !important;
    max-width: none !important;
    margin: 0 0 20px !important;

    font-size: 72px !important;
    line-height: .93 !important;
    letter-spacing: -1px;

    position: relative;
    z-index: 20;
  }

  .hero h1 span {
    display: block;
    color: var(--red);
  }

  .hero .lead {
    width: 500px !important;
    max-width: none !important;
    margin: 0;

    font-size: 16px !important;
    line-height: 1.5;

    position: relative;
    z-index: 20;
  }

  .hero-points {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 24px 0 !important;

    position: relative;
    z-index: 20;
  }

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

    position: relative;
    z-index: 20;
  }

  .hero-actions .btn {
    min-width: 205px;
    text-align: center;
  }

  /* TRUCK IMAGE ACROSS RIGHT SIDE */
  .hero-visual {
    position: absolute !important;
    z-index: 1;

    top: 0;
    right: 0;
    bottom: 0;
    left: 37%;

    min-height: 540px !important;

    background:
      linear-gradient(
        90deg,
        #050505 0%,
        rgba(5,5,5,.98) 5%,
        rgba(5,5,5,.85) 14%,
        rgba(5,5,5,.48) 25%,
        rgba(5,5,5,.15) 38%,
        rgba(5,5,5,0) 52%
      ),
      linear-gradient(
        0deg,
        rgba(0,0,0,.20),
        rgba(0,0,0,.05)
      ),
      url("mockup-hero-truck.png") center center / cover no-repeat !important;

    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .hero-visual .city-label,
  .hero-visual .truck {
    display: none !important;
  }

  /* SERVICES CLOSER TO MOCKUP */
  .services {
    padding-top: 18px !important;
  }

  .service-art {
    height: 135px !important;
  }
}
/* DESKTOP HERO WORDING FIX ONLY */
@media (min-width: 901px) {

  .hero-copy {
    width: 60% !important;
    max-width: 760px !important;
    position: relative !important;
    z-index: 20 !important;
  }

  .hero h1 {
    width: 760px !important;
    max-width: none !important;
    font-size: 72px !important;
    line-height: .93 !important;
    letter-spacing: -1px !important;
    white-space: nowrap !important;
  }

  .hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  .hero .lead {
    width: 520px !important;
    max-width: none !important;
  }

  .hero-points,
  .hero-actions {
    position: relative !important;
    z-index: 21 !important;
  }
}
/* MATCH MOCKUP HEADLINE WIDTH */
@media (min-width: 901px) {

  .hero h1 {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    font-size: 68px !important;
    line-height: .94 !important;
    letter-spacing: .5px !important;
    transform: scaleX(1.18);
    transform-origin: left center;
    white-space: nowrap !important;
  }

  .hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }
}
.hero-point-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-points span.hero-point-icon {
  color: var(--red);
}
.why-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  color: var(--red);
}

.why-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* CLEAN SERVICE SVG ICONS - SAFARI FIX */
.service-icon svg {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    overflow: visible !important;
}

.service-icon svg path,
.service-icon svg rect,
.service-icon svg circle,
.service-icon svg line,
.service-icon svg polyline {
    fill: none !important;
    stroke: #e2201a !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    vector-effect: non-scaling-stroke;
}
/* Fix quote form date field on mobile */
.quote-form input[type="date"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

@media (max-width: 768px) {
  .quote-form input[type="date"] {
    width: 100%;
    min-width: 0;
  }
}
