﻿/* ================================
   RAPTOR ROOTER LANDING PAGE
   Exact clone of offer.raptorrooterplumbing.com/drain-clean-raptor
   ================================ */

/* ---------- RESET / BASE ---------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #222;
    background: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

:root {
    --promo-strip-height: 44px;
}

/* ---------- HEADER ---------- */
.site-header {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: var(--promo-strip-height, 44px);
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.promo-strip {
    position: sticky;
    top: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: var(--promo-strip-height, 44px);
    padding: 10px 16px;
    background: linear-gradient(90deg, #F9D307 0%, #FFD84D 100%);
    color: #111;
    border-bottom: 2px solid #111;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.promo-strip:hover {
    color: #111;
}

.promo-strip-label {
    font-size: 14px;
}

.promo-strip-copy {
    font-size: 13px;
    opacity: 0.95;
}

.promo-strip-timer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #111;
    color: #F9D307;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.logo img {
    height: 50px;
    width: auto;
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-cta-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.btn-phone-header {
    display: inline-block;
    background: #F9D307;
    color: #111;
    font-weight: 800;
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 4px;
    border: 2px solid #111;
    transition: all 0.3s ease;
}

.btn-phone-header:hover {
    background: #111;
    color: #F9D307;
}

/* ---------- SPECIAL BANNER ---------- */
.special-banner {
    background: #BC0E13;
    text-align: center;
    padding: 5px 20px;
    overflow: hidden;
}

.special-banner-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.special-banner-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.special-banner-item img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    object-fit: contain;
}

.special-banner-divider {
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    line-height: 1;
}

/* ---------- HERO SECTION ---------- */
.hero {
    position: relative;
    background: url('images/teampic.jpeg') center 78% / cover no-repeat;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 20px;
    width: 100%;
}

.hero-left {
    flex: 1;
    max-width: 580px;
}

.google-badge-img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin-bottom: 16px;
}

.hero-left h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 28px;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.icon-blue, .icon-yellow, .icon-red { background: transparent; }

.feature-text strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.feature-text span {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
}

/* ---------- FORM ---------- */
.hero-right {
    flex-shrink: 0;
    width: 380px;
}

.form-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.form-header {
    background: #111;
    text-align: center;
    padding: 14px 16px;
}

.form-header span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.form-phone {
    color: #F9D307;
    font-weight: 800;
    font-size: 18px;
}

.form-body {
    padding: 24px 28px 28px;
}

.form-body h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.3;
}

#contact-form input {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: border-color 0.3s;
}

#contact-form select,
#contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: border-color 0.3s;
    background: #fff;
    color: #222;
}

#contact-form input:focus {
    outline: none;
    border-color: #BC0E13;
    box-shadow: 0 0 0 3px rgba(188,14,19,0.1);
}

#contact-form select:focus,
#contact-form textarea:focus {
    outline: none;
    border-color: #BC0E13;
    box-shadow: 0 0 0 3px rgba(188,14,19,0.1);
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background: #F9D307;
    color: #111;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #111;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #111;
    color: #F9D307;
}

/* ---------- TRUST SECTION ---------- */
.trust-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.trust-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.trust-left {
    flex: 1;
}

.trust-left h2 {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    color: #111;
    line-height: 1.3;
}

.trust-right {
    flex: 1;
}

.trust-van-img {
    width: 100%;
    max-width: 550px;
}

.trust-badges {
    text-align: center;
    padding: 20px 0;
}

.trust-badges-img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

/* ---------- COUPONS SECTION ---------- */
.coupons-section {
    background: url('images/Web-Backgrounds---2026-13-.png') center center / cover no-repeat;
    padding: 60px 20px;
    position: relative;
}

.coupons-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
}

.coupons-inner {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.coupons-inner h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.coupons-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.coupon-img {
    max-width: 420px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.coupon-wide {
    max-width: 900px;
}

.homepage-coupons-row {
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.homepage-coupon-image-card {
    position: relative;
    width: 356px;
}

.homepage-coupon-image-card .coupon-img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.homepage-coupon-overlay {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 196px;
    background: #fff;
    border-radius: 8px 0 0 8px;
    display: grid;
    grid-template-columns: 46px 1fr;
}

.homepage-coupon-barcode {
    position: relative;
}

.homepage-coupon-barcode::before {
    content: '';
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 11px;
    width: 24px;
    background:
        repeating-linear-gradient(
            to right,
            #111 0 2px,
            transparent 2px 4px,
            #111 4px 5px,
            transparent 5px 7px
        );
}

.homepage-coupon-copy {
    padding: 10px 8px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    color: #111;
}

.homepage-coupon-copy span {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 3px;
}

.homepage-coupon-copy strong {
    font-size: 48px;
    line-height: 0.92;
    font-weight: 900;
    margin: 7px 0 4px;
}

.homepage-coupon-copy em {
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.trustindex-widget-slot {
    max-width: 1200px;
    margin: 28px auto;
    padding: 0 20px;
}

/* ---------- SERVICES GRID ---------- */
.services-section {
    padding: 50px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

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

.service-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.service-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #BC0E13;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 10px;
    text-transform: capitalize;
}

/* ---------- CTA BAND ---------- */
.cta-band {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}

.cta-band p {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.cta-phone {
    display: inline-block;
    color: #BC0E13;
    font-size: 32px;
    font-weight: 900;
    transition: opacity 0.3s;
}

.cta-phone:hover {
    opacity: 0.8;
}

/* ---------- LOCATION BAND ---------- */
.location-band {
    background: #BC0E13;
    text-align: center;
    padding: 14px 20px;
}

.location-band span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

/* ---------- GUARANTEE SECTION ---------- */
.guarantee-section {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(180deg, #1a1a1a 0%, #333 100%);
}

.guarantee-badge {
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: 0 auto;
}

/* ---------- STEPS SECTION ---------- */
.steps-section {
    background: #F7F7F7;
    padding: 60px 20px;
    text-align: center;
}

.steps-section h2 {
    font-size: 32px;
    font-weight: 900;
    color: #111;
    margin-bottom: 40px;
}

.steps-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.step-card {
    flex: 1;
    max-width: 320px;
    text-align: center;
}

.step-img {
    width: 260px;
    height: 260px;
    object-fit: contain;
    margin: 0 auto 20px;
}

.step-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.3;
}

.step-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

/* ---------- MID CTA ---------- */
.mid-cta {
    background: #111;
    padding: 40px 20px;
    text-align: center;
}

.mid-cta p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

.mid-cta .cta-phone {
    color: #F9D307;
    font-size: 36px;
}

/* ---------- TEAM SECTION ---------- */
.team-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.team-left {
    flex-shrink: 0;
    width: 350px;
}

.team-img {
    width: 100%;
    border-radius: 8px;
}

.team-right {
    flex: 1;
}

.team-desc {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.5;
}

.value-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.value-card {
    background: #111;
    color: #fff;
    padding: 24px 20px;
    border-radius: 8px;
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.value-icon {
    margin-bottom: 14px;
}

.value-icon-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F9D307;
    color: #111;
    font-size: 24px;
    font-weight: 900;
}

.value-card h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #F9D307;
}

.value-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

/* ---------- SERVICES HEADING ---------- */
.services-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* ---------- SERVICE AREAS ---------- */
.service-areas {
    background: #111;
    padding: 60px 20px;
}

.service-areas-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.service-areas-inner h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.service-areas-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    margin-bottom: 40px;
}

.areas-columns {
    display: flex;
    gap: 50px;
    justify-content: center;
    text-align: left;
}

.areas-column {
    flex: 1;
    max-width: 480px;
}

.areas-column h3 {
    color: #F9D307;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(249,211,7,0.3);
    display: flex;
    align-items: center;
}

.areas-column h3 svg {
    flex-shrink: 0;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.areas-grid span {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
    position: relative;
}

.areas-grid span::before {
    content: '\25B8';
    color: #BC0E13;
    margin-right: 6px;
    font-size: 10px;
}

.areas-grid span:hover {
    color: #F9D307;
    background: rgba(255,255,255,0.05);
}

/* ---------- FOOTER CTA ---------- */
.footer-cta {
    background: #f5f5f5;
    padding: 50px 20px;
    text-align: center;
}

.footer-cta-inner {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.footer-team-img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 8px;
}

.footer-cta h2 {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
}

.btn-phone-footer {
    display: inline-block;
    background: #F9D307;
    color: #111;
    font-weight: 800;
    font-size: 20px;
    padding: 14px 40px;
    border-radius: 4px;
    border: 2px solid #111;
    transition: all 0.3s ease;
}

.btn-phone-footer:hover {
    background: #111;
    color: #F9D307;
}

/* ---------- FOOTER ---------- */
.site-footer {
    background: #111;
    text-align: center;
    padding: 20px;
}

.site-footer p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #F9D307;
}

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

@media (max-width: 992px) {
    .hero-inner {
        flex-direction: column;
        align-items: center;
    }

    .hero-left {
        max-width: 100%;
        text-align: center;
    }

    .hero-left h1 {
        font-size: 24px;
    }

    .google-badge-img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin-bottom: 16px;
}

    .hero-features {
        align-items: center;
    }

    .hero-right {
        width: 100%;
        max-width: 420px;
    }

    .trust-inner {
        flex-direction: column;
        text-align: center;
    }

    .trust-left h2 {
        font-size: 22px;
    }

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

    .team-inner {
        flex-direction: column;
        align-items: center;
    }

    .team-left {
        width: 100%;
        max-width: 400px;
    }

    .areas-columns {
        flex-direction: column;
        align-items: center;
    }

    .areas-column {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .site-header {
        position: sticky;
        top: var(--promo-strip-height, 56px);
        z-index: 1300;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 42px;
        height: 42px;
        border: 2px solid #111;
        border-radius: 8px;
        background: #F9D307;
        cursor: pointer;
        padding: 0 10px;
        margin-left: auto;
        order: 3;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #111;
    }

    .header-inner {
        position: relative;
    }

    .header-inner {
        gap: 10px;
        padding: 0 14px;
    }

    .header-cta {
        order: 2;
    }

    .header-cta-text {
        display: none;
    }

    .logo img {
        height: 36px;
    }

    .btn-phone-header {
        font-size: 13px;
        padding: 8px 12px;
    }

    .special-banner-items {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        padding: 0 2px;
        scrollbar-width: none;
    }

    .special-banner-items::-webkit-scrollbar {
        display: none;
    }

    .special-banner-item {
        gap: 6px;
        font-size: 13px;
    }

    .special-banner-item img {
        width: 16px;
        height: 16px;
    }

    .special-banner-divider {
        font-size: 11px;
    }

    .hero-left h1 {
        font-size: 20px;
    }

    .hero-right {
        max-width: 100%;
    }

    .trust-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .trust-badges {
        padding: 12px 0 0;
    }

    .trust-badges-img {
        max-width: 100%;
    }

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

    .service-card img {
        height: 220px;
    }

    .steps-row {
        flex-direction: column;
        align-items: center;
    }

    .cta-phone {
        font-size: 26px;
    }

    .mid-cta .cta-phone {
        font-size: 28px;
    }

    .coupons-row {
        flex-direction: column;
        align-items: center;
    }

    .coupon-wide {
        max-width: 100%;
    }

    .homepage-coupon-image-card {
        width: min(100%, 356px);
    }

    .homepage-coupon-overlay {
        width: 186px;
    }

    .homepage-coupon-copy {
        padding: 8px 8px 8px 0;
    }

    .homepage-coupon-copy span {
        font-size: 11px;
    }

    .homepage-coupon-copy strong {
        font-size: 42px;
    }

    .homepage-coupon-copy em {
        font-size: 15px;
    }

    .homepage-coupon-photo {
        min-height: 126px;
    }

    .value-cards {
        flex-direction: column;
    }

    .steps-section h2 {
        font-size: 26px;
    }

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

    .services-heading {
        font-size: 22px;
    }

    .footer-cta-inner {
        padding: 28px 18px;
    }
}

/* ============================================================
   INNER PAGES (Service, Location, Location/Service)
   ============================================================ */

/* ---------- BREADCRUMB ---------- */
.breadcrumb {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 500;
}

.breadcrumb a {
    color: rgba(255,255,255,0.7);
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: #F9D307;
}

.breadcrumb-sep {
    color: rgba(255,255,255,0.4);
    margin: 0 4px;
}

.breadcrumb-current {
    color: #F9D307;
    font-weight: 700;
}

/* ---------- PAGE HERO ---------- */
.page-hero {
    position: relative;
    background: #111 url('images/teampic.jpeg') center 78% / cover no-repeat;
    padding: 60px 20px 50px;
    min-height: 220px;
    display: flex;
    align-items: center;
}

.page-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(188,14,19,0.15) 0%, rgba(0,0,0,0.9) 100%);
}

.page-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.page-hero h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
}

.page-hero-sub {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.btn-phone-hero {
    display: inline-block;
    background: #F9D307;
    color: #111;
    font-weight: 800;
    font-size: 18px;
    padding: 12px 32px;
    border-radius: 4px;
    border: 2px solid #111;
    transition: all 0.3s ease;
}

.btn-phone-hero:hover {
    background: #111;
    color: #F9D307;
    border-color: #F9D307;
}

/* ---------- PAGE CONTENT ---------- */
.page-content {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-content-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.content-main {
    flex: 1;
    min-width: 0;
}

.content-main h2 {
    font-size: 26px;
    font-weight: 900;
    color: #111;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.content-main h3 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-top: 30px;
    margin-bottom: 14px;
}

.content-main p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* ---------- CHECK LIST ---------- */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.check-list li {
    position: relative;
    padding: 8px 0 8px 30px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.check-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 8px;
    background: #BC0E13;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* ---------- CONTENT CTA ---------- */
.content-cta {
    background: #F7F7F7;
    border-left: 4px solid #BC0E13;
    padding: 24px 28px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.content-cta p {
    color: #222;
    font-weight: 600;
    margin-bottom: 12px;
}

.btn-phone-content {
    display: inline-block;
    background: #BC0E13;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 28px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-phone-content:hover {
    background: #8a0a0e;
}

/* ---------- SIDEBAR ---------- */
.content-sidebar {
    width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 80px;
}

.sidebar-card {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 24px 20px;
    border: 1px solid #eee;
}

.sidebar-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #BC0E13;
    padding-bottom: 10px;
}

.sidebar-cta-card {
    background: #111;
    border-color: #111;
    text-align: center;
}

.sidebar-cta-card h3 {
    color: #F9D307;
    border-bottom-color: rgba(249,211,7,0.3);
}

.sidebar-cta-card p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 14px;
}

.btn-phone-sidebar {
    display: inline-block;
    background: #F9D307;
    color: #111;
    font-weight: 800;
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 4px;
    border: 2px solid #F9D307;
    transition: all 0.3s ease;
}

.btn-phone-sidebar:hover {
    background: transparent;
    color: #F9D307;
}

/* ---------- SERVICE CATEGORY LINKS (sidebar) ---------- */
.svc-cat-group {
    margin-bottom: 14px;
}

.svc-cat-group h3 {
    font-size: 13px;
    font-weight: 700;
    color: #BC0E13;
    margin-bottom: 6px;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

.svc-cat-links {
    display: flex;
    flex-direction: column;
}

.svc-cat-link {
    font-size: 13px;
    color: #444;
    padding: 4px 0;
    transition: color 0.2s;
    font-weight: 500;
}

.svc-cat-link:hover {
    color: #BC0E13;
}

/* ---------- LOCATION LINKS (sidebar) ---------- */
.loc-groups {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.loc-group h3 {
    font-size: 13px;
    font-weight: 700;
    color: #BC0E13;
    margin-bottom: 6px;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

.loc-links {
    display: flex;
    flex-direction: column;
}

.loc-link {
    font-size: 13px;
    color: #444;
    padding: 3px 0;
    transition: color 0.2s;
    font-weight: 500;
}

.loc-link:hover {
    color: #BC0E13;
}

/* ---------- LOCATION-SERVICE GRID ---------- */
.page-locations {
    background: #F7F7F7;
    padding: 50px 20px;
}

.page-locations-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.page-locations-inner h2 {
    font-size: 24px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.page-locations-inner > p {
    color: #555;
    font-size: 15px;
    margin-bottom: 28px;
}

.location-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 8px;
    text-align: left;
}

.loc-svc-link {
    display: block;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: all 0.2s ease;
}

.loc-svc-link:hover {
    background: #BC0E13;
    color: #fff;
    border-color: #BC0E13;
}

.directory-section .page-locations-inner {
    text-align: left;
}

.directory-section .page-locations-inner h2,
.directory-section .page-locations-inner > p {
    text-align: center;
}

.directory-panel-stack {
    display: grid;
    gap: 16px;
    margin-top: 34px;
}

.directory-panel {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(17, 17, 17, 0.06);
    overflow: hidden;
}

.directory-panel summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    position: relative;
}

.directory-panel summary::-webkit-details-marker {
    display: none;
}

.directory-panel summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #BC0E13;
    font-size: 26px;
    font-weight: 500;
}

.directory-panel[open] summary::after {
    content: "-";
}

.directory-panel-heading {
    display: block;
    padding-right: 44px;
}

.directory-panel-heading strong {
    display: block;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.directory-panel-heading span {
    display: block;
    margin-top: 6px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.directory-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    padding: 0 24px 24px;
}

.featured-area-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 24px 0 34px;
}

.directory-link,
.directory-link-grid .loc-link,
.featured-area-grid .loc-link {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.directory-link:hover,
.directory-link-grid .loc-link:hover,
.featured-area-grid .loc-link:hover {
    background: #111;
    border-color: #111;
    color: #F9D307;
    transform: translateY(-2px);
}

/* ---------- INNER PAGE RESPONSIVE ---------- */
@media (max-width: 992px) {
    .page-content-inner {
        flex-direction: column;
    }

    .content-sidebar {
        width: 100%;
        position: static;
    }

    .page-hero h1 {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    .page-hero h1 {
        font-size: 22px;
    }

    .page-hero {
        padding: 40px 20px 36px;
    }

    .content-main h2 {
        font-size: 22px;
    }

    .location-service-grid,
    .directory-link-grid {
        grid-template-columns: 1fr;
    }

    .directory-panel summary {
        padding: 18px 18px 18px 20px;
    }

    .directory-panel-heading strong {
        font-size: 17px;
    }

    .directory-panel-heading span {
        font-size: 13px;
    }
}


/* ---------- SUBPAGE TEMPLATE EXTENSIONS ---------- */
.service-landing-hero {
    min-height: 640px;
    background: url('images/teampic.jpeg') center 78% / cover no-repeat;
}

.service-landing-hero .hero-overlay {
    background:
        linear-gradient(110deg, rgba(0, 0, 0, 0.84) 34%, rgba(0, 0, 0, 0.48) 72%),
        linear-gradient(180deg, rgba(188, 14, 19, 0.18) 0%, rgba(188, 14, 19, 0) 70%);
}

.service-landing-hero .hero-inner {
    align-items: center;
}

.service-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.service-breadcrumb a {
    color: rgba(255, 255, 255, 0.92);
}

.service-breadcrumb a:hover {
    color: #F9D307;
}

.service-breadcrumb-current {
    color: #F9D307;
}

.service-hero-kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(249, 211, 7, 0.16);
    border: 1px solid rgba(249, 211, 7, 0.45);
    color: #F9D307;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-landing-hero .hero-left h1 {
    max-width: 680px;
    margin-bottom: 18px;
}

.service-hero-copy {
    max-width: 640px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.75;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.service-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 28px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.service-cta-secondary:hover {
    border-color: #F9D307;
    color: #F9D307;
}

.service-form-card .form-body h2 {
    margin-bottom: 10px;
}

.service-form-intro {
    margin-bottom: 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.preview-form-note {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    text-align: center;
}

.service-intro-strip {
    max-width: 1200px;
    margin: -44px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

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

.service-intro-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.11);
}

.service-intro-card span {
    display: inline-block;
    margin-bottom: 10px;
    color: #BC0E13;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-intro-card h2,
.service-intro-card h3 {
    margin-bottom: 10px;
    color: #111;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.service-intro-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.service-split-section {
    padding: 72px 20px 26px;
}

.service-split-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 42px;
    align-items: center;
}

.service-split-media {
    position: relative;
}

.service-split-media img {
    display: block;
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.16);
}

.service-photo-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    max-width: 280px;
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(17, 17, 17, 0.9);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.service-photo-badge strong {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.service-photo-badge span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.55;
}

.service-split-content h2 {
    margin-bottom: 18px;
    color: #111;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.18;
    text-transform: uppercase;
}

.service-split-lead {
    margin-bottom: 24px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.service-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.service-check-card {
    min-height: 100%;
    padding: 18px 18px 18px 48px;
    border-radius: 12px;
    background: #F7F7F7;
    position: relative;
}

.service-check-card::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 22px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #BC0E13;
    box-shadow: 0 0 0 5px rgba(188, 14, 19, 0.12);
}

.service-check-card h3 {
    margin-bottom: 8px;
    color: #111;
    font-size: 17px;
    font-weight: 800;
}

.service-check-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.service-highlight-box {
    padding: 22px 24px;
    border-left: 5px solid #BC0E13;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(188, 14, 19, 0.08) 0%, rgba(249, 211, 7, 0.11) 100%);
}

.service-highlight-box p {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
}

.service-faq-section {
    padding: 70px 20px;
    background: #F7F7F7;
}

.service-faq-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.service-faq-heading {
    text-align: center;
    margin-bottom: 34px;
}

.service-faq-heading h2 {
    margin-bottom: 10px;
    color: #111;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
}

.service-faq-heading p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

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

.service-faq-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(17, 17, 17, 0.08);
    overflow: hidden;
}

.service-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    color: #111;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
    position: relative;
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #BC0E13;
    font-size: 26px;
    font-weight: 500;
}

.service-faq-item[open] summary::after {
    content: "-";
}

.service-faq-item p {
    padding: 0 24px 22px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.related-services-section .services-heading {
    margin-bottom: 12px;
}

.related-services-subtitle {
    margin-bottom: 36px;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 1024px) {
    .service-intro-grid,
    .service-check-grid,
    .service-faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 900px) {
    .service-intro-strip {
        margin-top: 0;
        padding-top: 28px;
    }

    .service-landing-hero {
        min-height: auto;
    }

    .service-landing-hero .hero-inner {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .service-breadcrumb {
        font-size: 12px;
    }

    .service-hero-copy {
        font-size: 15px;
    }

    .hero-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .service-intro-grid,
    .service-check-grid,
    .service-faq-grid {
        grid-template-columns: 1fr;
    }

    .service-intro-card,
    .service-highlight-box,
    .service-faq-item summary,
    .service-faq-item p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-split-section,
    .service-faq-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .service-split-content h2,
    .service-faq-heading h2 {
        font-size: 28px;
    }

    .service-split-media img {
        min-height: 340px;
    }

    .service-photo-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }
}




/* ---------- SITE NAV & MOBILE CTA ---------- */
.site-nav {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 24px;
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    color: #111;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.site-nav a:hover {
    background: rgba(188, 14, 19, 0.08);
    color: #BC0E13;
}

.footer-links {
    flex-wrap: wrap;
    row-gap: 10px;
}

.page-chip {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(188, 14, 19, 0.08);
    border: 1px solid rgba(188, 14, 19, 0.14);
    color: #BC0E13;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.offer-card {
    background: #fff;
    border-radius: 16px;
    padding: 26px 22px;
    border-top: 5px solid #BC0E13;
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offer-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
}

.offer-card img.offer-img-wyatt {
    object-position: center 18%;
}

.offer-card strong {
    display: block;
    color: #BC0E13;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
}

.offer-card h3 {
    margin-bottom: 10px;
    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.offer-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.offer-claim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #BC0E13;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.offer-claim-btn:hover {
    background: #8B1116;
    color: #fff;
    transform: translateY(-1px);
}

.pricing-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #F9D307;
    color: #111;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cta-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.btn-outline-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 24px;
    border: 2px solid #BC0E13;
    border-radius: 4px;
    color: #BC0E13;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.btn-outline-page:hover {
    background: #BC0E13;
    color: #fff;
}

.contact-map-wrap {
    margin-top: 28px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
}

.contact-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 380px;
}

.mobile-sticky-cta {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    gap: 10px;
    z-index: 1200;
}

.mobile-sticky-btn {
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.2);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mobile-sticky-call {
    background: #F9D307;
    color: #111;
}

.mobile-sticky-contact {
    background: #BC0E13;
    color: #fff;
}

@media (max-width: 960px) {
    .header-inner {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 12px;
    }

    .header-cta {
        margin-left: 0;
    }

    .site-nav {
        order: 3;
        width: 100%;
        margin: 0;
    }

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

@media (max-width: 640px) {
    :root {
        --promo-strip-height: 56px;
    }

    body {
        padding-bottom: 86px;
    }

    .promo-strip {
        gap: 8px;
        padding: 8px 12px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .promo-strip-label,
    .promo-strip-copy {
        font-size: 12px;
    }

    .promo-strip-timer {
        min-width: 88px;
        font-size: 12px;
    }

    .site-nav {
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        width: 100%;
        margin: 8px 0 0;
        padding: 0;
        overflow: visible;
        background: #fff;
    }

    .site-header.nav-open .site-nav {
        display: flex;
    }

    .site-nav a {
        width: 100%;
        justify-content: flex-start;
        border-radius: 8px;
        padding: 10px 12px;
        font-size: 12px;
    }

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

    .cta-link-row {
        flex-direction: column;
    }

    .contact-map-wrap iframe {
        min-height: 300px;
    }

    .mobile-sticky-cta {
        display: flex;
    }
}


/* ---------- DESKTOP HEADER TUNE ---------- */
@media (min-width: 961px) {
    .header-inner {
        max-width: 1360px;
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: nowrap;
    }

    .logo {
        flex: 0 0 auto;
    }

    .site-nav {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 4px;
        margin: 0;
    }

    .site-nav a {
        flex: 0 0 auto;
        padding: 10px 10px;
        font-size: 11px;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    .header-cta {
        flex: 0 0 auto;
        gap: 10px;
        margin-left: auto;
    }

    .header-cta-text {
        max-width: 190px;
        font-size: 13px;
        line-height: 1.35;
        text-align: right;
    }

    .btn-phone-header {
        font-size: 15px;
        padding: 10px 18px;
        white-space: nowrap;
    }
}


/* ---------- REMOVE HEADER CTA TEXT ---------- */
.header-cta {
    gap: 0 !important;
}

.header-cta-text {
    display: none !important;
}


/* ---------- FINAL MOBILE HEADER FIX ---------- */
@media (max-width: 640px) {
    :root {
        --promo-strip-height: 72px;
    }

    .promo-strip {
        display: grid !important;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 6px;
        padding: 8px 10px;
        text-align: center;
        line-height: 1.2;
        white-space: normal;
    }

    .promo-strip-label {
        display: block;
        width: 100%;
        font-size: 12px;
        letter-spacing: 0.01em;
    }

    .promo-strip-timer {
        min-width: 92px;
        font-size: 12px;
        padding: 5px 10px;
    }

    .site-header {
        top: var(--promo-strip-height, 72px) !important;
        padding: 8px 0;
    }

    .header-inner {
        display: flex;
        flex-wrap: wrap !important;
        align-items: center;
        justify-content: space-between !important;
        gap: 10px;
        padding: 0 12px;
    }

    .logo {
        flex: 0 1 auto;
    }

    .logo img {
        height: 34px;
    }

    .header-cta {
        order: 2;
        flex: 0 0 auto;
        margin-left: auto !important;
    }

    .btn-phone-header {
        font-size: 12px;
        padding: 8px 12px;
        border-width: 2px;
    }

    .mobile-menu-toggle {
        display: inline-flex !important;
        order: 3;
        flex: 0 0 42px;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        background: #fff;
    }

    .mobile-menu-toggle span {
        width: 18px;
        height: 2px;
        background: #111;
    }

    .site-nav {
        display: none !important;
        order: 4 !important;
        flex: 0 0 100%;
        width: 100%;
        margin: 6px 0 0 !important;
        padding: 8px 0 0;
        border-top: 1px solid #ececec;
        background: #fff;
    }

    .site-header.nav-open .site-nav {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .site-nav a {
        width: 100%;
        padding: 11px 12px;
        border-radius: 8px;
        justify-content: flex-start;
        font-size: 13px;
    }

    .special-banner {
        padding: 6px 10px;
    }

    .hero {
        padding-top: 28px;
    }
}









.form-card .form-disclaimer {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.75rem;
    text-align: center;
    line-height: 1.4;
}

.form-success {
    display: none;
    margin-top: 1.25rem;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    text-align: center;
    color: #065f46;
    font-weight: 600;
    line-height: 1.5;
}

.form-success a {
    color: #047857;
    font-weight: 700;
}

.form-success.show {
    display: block;
}
