/* ===================================================
   Contact Us Page Styles
   =================================================== */

/* Hero Section */
.cu-hero {
    padding: 163px 0 0;
    text-align: center;
}

.cu-hero-content {
    max-width: 882px;
    margin: 0 auto;
}

.cu-hero-kicker {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ls-color-light-green);
    line-height: 1.45;
    margin-bottom: 14px;
}

.cu-hero-desc {
    max-width: 518px;
    margin: 14px auto 0;
    color: var(--ls-color-text);
}

/* Contact Cards */
.cu-cards-section {
    padding: 41px 0 120px;
}

.cu-cards-section .row {
    max-width: 994px;
    margin: 0 auto;
    --bs-gutter-x: 22px;
}

.cu-card {
    background: #eef2f0;
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    padding: 9px 9px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 481px;
}

.cu-card-image {
    width: 100%;
    height: 230px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.cu-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cu-card-body {
    text-align: center;
    padding: 24px 16px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.cu-card-body .heading-style-h5 {
    margin-bottom: 12px;
}

.cu-card-body .text-style-body {
    margin-bottom: 0;
}

.cu-card-action {
    width: 100%;
    padding: 0 16px;
    margin-top: auto;
}

/* Send Us a Message Section */
.cu-message-section {
    padding: 0 0 120px;
}

.cu-message-wrapper {
    border: 2.2px solid rgba(0, 0, 0, 0.05);
    border-radius: 72px;
    background: linear-gradient(224deg, #407e43 24%, #182f22 81%);
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 45px;
    min-height: 668px;
    max-width: 1240px;
    margin: 0 auto;
}

.cu-message-left {
    flex: 0 0 495px;
    padding: 0 0 0 48px;
    color: #fff;
}

.cu-message-title {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 16px;
}

.cu-message-desc {
    color: #fff;
    max-width: 446px;
    letter-spacing: -0.3px;
}

.cu-expect {
    margin-top: 24px;
}

.cu-expect-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.cu-expect-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cu-expect-list li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
    padding-left: 22px;
    position: relative;
}

.cu-expect-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ls-color-light-green);
    position: absolute;
    left: 0;
    top: 7px;
}

.cu-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 11px 24px;
    border-radius: 444px;
    border: 3px solid #fff;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 24px;
    transition: background 0.2s, color 0.2s;
}

.cu-call-btn:hover,
.cu-call-btn:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.cu-message-right {
    flex: 0 0 auto;
    background: #f6f6f6;
    border-radius: 52px;
    padding: 44px;
    box-shadow: 0 12px 8px rgba(0, 0, 0, 0.08), 0 4px 3px rgba(0, 0, 0, 0.03);
    width: 570px;
}

/* Form Styles */
.cu-hubspot-form-root {
    min-height: 427px;
}

.cu-hubspot-form-root:empty {
    min-height: 427px;
}

.cu-hubspot-form-root .hs-form {
    gap: 14.898px !important;
}

.cu-hubspot-form-root .hs-form input[type="text"],
.cu-hubspot-form-root .hs-form input[type="tel"],
.cu-hubspot-form-root .hs-form input[type="email"],
.cu-hubspot-form-root .hs-form input[type="number"],
.cu-hubspot-form-root .hs-form select,
.cu-hubspot-form-root .hs-form textarea {
    height: 48px !important;
    padding: 12px 11px !important;
    border: 2px solid #d3d3d3 !important;
    border-radius: 10px !important;
    color: var(--ls-color-text) !important;
    font: 400 16px/1.55 "Montserrat", sans-serif !important;
}

.cu-hubspot-form-root .hs-form .ls-hs-field-textarea-large textarea {
    height: 119px !important;
    min-height: 119px !important;
    resize: none !important;
}

.cu-hubspot-form-root .hs-form input::placeholder,
.cu-hubspot-form-root .hs-form textarea::placeholder {
    color: #afafaf !important;
    opacity: 1 !important;
}

.cu-hubspot-form-root .hs-form .hs-button,
.cu-hubspot-form-root .hs-form input[type="submit"] {
    height: 48px !important;
    min-height: 48px !important;
    margin-top: 0 !important;
    font-size: 16px !important;
}

.cu-hubspot-form-root .submitted-message {
    color: var(--ls-color-text);
    font: 400 16px/1.55 "Montserrat", sans-serif;
    text-align: center;
}

.cu-form-note {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ls-color-text);
    margin-top: 8px;
    margin-bottom: 0;
    max-width: 446px;
    margin-left: auto;
    margin-right: auto;
}

/* What Can We Help You With Section */
.cu-help-section {
    padding: 0 0 120px;
}

.cu-help-header {
    margin-bottom: 42px;
}

.cu-help-header .heading-style-h3 {
    margin-bottom: 8px;
}

.cu-help-section .row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 24px;
    max-width: 1240px;
    margin: 0 auto;
}

.cu-help-card {
    background: #eef2f0;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    padding: 42px;
    height: 100%;
}

.cu-help-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    display: block;
}

.cu-help-card-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ls-color-ink);
    margin-bottom: 12px;
}

.cu-help-card .text-style-body {
    margin-bottom: 0;
}

/* Visit Us Section */
.cu-visit-section {
    padding: 0 0 120px;
}

.cu-visit-row {
    --bs-gutter-x: 64px;
}

.cu-visit-content .heading-style-h3 {
    margin-bottom: 24px;
    color: #0a1013;
}

.cu-visit-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.cu-visit-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: var(--ls-color-text);
}

.cu-visit-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}

.cu-map-wrap {
    border-radius: 42px;
    overflow: hidden;
    height: 540px;
    background: #b1b1b1;
}

.cu-map-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Service Your Area Section */
.cu-service-area-section {
    padding: 0 0 120px;
}

.cu-service-header {
    margin-bottom: 24px;
}

.cu-service-header .heading-style-h3 {
    margin-bottom: 8px;
}

.cu-zip-form {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.cu-zip-input {
    width: 240px;
    border-radius: 10px 0 0 10px;
    border-right: none;
    min-height: 48px;
    padding: 12px 11px;
    border: 2px solid #d3d3d3;
}

.cu-zip-input:focus {
    border-color: var(--ls-color-light-green);
    box-shadow: 0 0 0 0.18rem rgba(108, 181, 95, 0.22);
    z-index: 1;
}

.cu-zip-btn {
    width: 152px;
    border-radius: 0 444px 444px 0;
    min-height: 48px;
}

.cu-zip-note {
    color: var(--ls-color-text);
}

/* Trust / Stats Section */
.cu-trust-section {
    padding: 0 0 120px;
}

.cu-trust-wrapper {
    background: linear-gradient(47deg, #9d2103 12%, #ca2c06 105%);
    border-radius: 64px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 52px;
    padding: 12px;
    min-height: 608px;
}

.cu-trust-content {
    padding: 65px 57px;
    color: #fff;
    flex: 0 0 520px;
}

.cu-trust-title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 24px;
    max-width: 386px;
}

.cu-trust-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
    max-width: 343px;
    margin-bottom: 32px;
}

.cu-trust-stats {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
}

.cu-trust-stats:last-of-type {
    gap: 35px;
}

.cu-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cu-stat-number {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.cu-stat-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #fff;
}

.cu-trust-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 11px 24px;
    border-radius: 444px;
    border: 3px solid #fff;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 8px;
    transition: background 0.2s, color 0.2s;
}

.cu-trust-btn:hover,
.cu-trust-btn:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.cu-trust-image {
    flex: 1;
    height: 584px;
    border-radius: 52px;
    overflow: hidden;
    background: #b1b1b1;
}

.cu-trust-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================================================
   Responsive Styles
   =================================================== */

@media (max-width: 1199px) {
    .cu-message-wrapper {
        flex-direction: column;
        border-radius: 42px;
        padding: 24px;
        gap: 32px;
        justify-content: center;
    }

    .cu-message-left {
        flex: none;
        width: 100%;
        padding: 32px;
    }

    .cu-message-right {
        width: 100%;
        border-radius: 32px;
        padding: 32px;
    }

    .cu-trust-wrapper {
        flex-direction: column-reverse;
        border-radius: 42px;
        padding: 12px;
        gap: 24px;
    }

    .cu-trust-content {
        flex: none;
        width: 100%;
        padding: 32px;
    }

    .cu-trust-image {
        width: 100%;
        height: 350px;
        border-radius: 36px;
    }

    .cu-card {
        height: auto;
    }
}

@media (max-width: 991px) {
    .cu-hero {
        padding: 48px 0 0;
    }

    .cu-message-section,
    .cu-help-section,
    .cu-visit-section,
    .cu-service-area-section {
        padding: 64px 0;
    }

    .cu-cards-section {
        padding: 32px 0 64px;
    }

    .cu-message-title {
        font-size: 32px;
    }

    .cu-map-wrap {
        height: 400px;
        border-radius: 28px;
    }
}

@media (max-width: 767px) {
    .cu-hero {
        padding: 32px 0 0;
    }

    .cu-cards-section {
        padding: 24px 0 48px;
    }

    .cu-message-section,
    .cu-help-section,
    .cu-visit-section,
    .cu-service-area-section {
        padding: 48px 0;
    }

    .cu-message-wrapper {
        border-radius: 28px;
        padding: 16px;
    }

    .cu-message-left {
        padding: 24px 16px;
    }

    .cu-message-right {
        border-radius: 22px;
        padding: 20px;
    }

    .cu-message-title {
        font-size: 28px;
    }

    .cu-hubspot-form-root .hs-form {
        grid-template-columns: 1fr !important;
    }

    .cu-help-card {
        padding: 28px;
        border-radius: 22px;
    }

    .cu-map-wrap {
        height: 300px;
        border-radius: 22px;
    }

    .cu-zip-form {
        flex-direction: column;
        align-items: center;
    }

    .cu-zip-input {
        width: 100%;
        max-width: 320px;
        border-radius: 10px;
        border-right: 2px solid #d3d3d3;
        margin-bottom: 12px;
    }

    .cu-zip-btn {
        width: 100%;
        max-width: 320px;
        border-radius: 444px;
    }

    .cu-trust-wrapper {
        border-radius: 28px;
        min-height: auto;
    }

    .cu-trust-content {
        padding: 24px 16px;
    }

    .cu-trust-title {
        font-size: 26px;
    }

    .cu-trust-stats {
        flex-direction: column;
        gap: 16px;
    }

    .cu-trust-image {
        height: 250px;
        border-radius: 22px;
    }

    .cu-call-btn {
        font-size: 14px;
        padding: 11px 16px;
    }
}


/* === HERO TOP-SPACING STANDARDIZATION (nav→hero gap matched to commercial Figma reference, 2026-06-16) === */
@media (min-width: 992px) { .cu-hero { padding-top: 190px !important; } }

/* QA 2026-07-03: bootstrap row gutters overflowed mobile by 8px */
@media (max-width: 991px) { .cu-visit-row { margin-left: 0 !important; margin-right: 0 !important; } }
