/* =========================================================
   CONTACT PAGE STYLES
========================================================= */

.contact-page-hero {
    padding: 120px 0;
    background: linear-gradient(135deg, #1d4ed8 0%, #4338ca 100%);
    color: white;
}

.contact-page-hero .section-label {
    color: #c7d2fe;
    margin-bottom: 18px;
}

.contact-page-hero h1 {
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.05;
    font-weight: 900;
}

.contact-page-hero h1 span {
    display: block;
}

.contact-page-hero p {
    max-width: 700px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
}

.contact-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.contact-hero-buttons .btn-outline-light {
    color: white;
    border-color: rgba(255,255,255,0.7);
}

.contact-hero-buttons .btn-outline-light:hover,
.contact-hero-buttons .btn-outline-light:focus {
    background: white;
    color: #1d4ed8;
}

.contact-information,
.contact-form-section,
.business-hours,
.contact-location,
.contact-cta {
    padding: 90px 0;
}

.contact-info-card,
.contact-form-card,
.hours-visual,
.contact-cta-box {
    background: white;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
}

.contact-info-card {
    padding: 35px;
    min-height: 320px;
    text-align: left;
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 20px;
    background: rgba(59,130,246,0.12);
    color: #2563eb;
    font-size: 28px;
}

.contact-info-card span {
    display: inline-block;
    margin-bottom: 12px;
    color: #2563eb;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 12px;
}

.contact-info-card h3 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 800;
}

.contact-info-card p,
.contact-info-card a {
    color: #475569;
    font-size: 15px;
}

.contact-info-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    text-decoration: none;
    color: #2563eb;
    font-weight: 700;
}

.contact-info-card a:hover {
    color: #1d4ed8;
}

.contact-form-card {
    padding: 40px;
}

.form-header span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #2563eb;
}

.form-header h3 {
    margin: 18px 0 12px;
    font-size: 32px;
    font-weight: 900;
}

.form-header p {
    color: #475569;
    line-height: 1.8;
}

.contact-help-list {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}

.contact-help-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.contact-help-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
    font-size: 22px;
    flex-shrink: 0;
}

.contact-help-item h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 800;
}

.contact-help-item p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.contact-form-section label span,
.contact-form-section .form-check-label {
    color: #475569;
    font-weight: 700;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border-radius: 16px;
    border-color: var(--border);
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15);
}

.contact-submit-btn {
    min-width: 200px;
}

.business-hours .row {
    gap: 30px;
}

.hours-visual {
    padding: 40px;
    min-height: 360px;
    display: grid;
    gap: 20px;
    justify-content: start;
}

.hours-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(59,130,246,0.14);
    color: #2563eb;
    font-size: 30px;
}

.hours-visual span {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: #2563eb;
    font-size: 12px;
}

.hours-visual h2 {
    margin-top: 18px;
    font-size: 42px;
    line-height: 1.05;
}

.hours-visual h2 strong {
    display: block;
    font-weight: 900;
}

.business-hours-list {
    margin-top: 30px;
    display: grid;
    gap: 18px;
}

.business-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-radius: 18px;
    background: #f8fafc;
}

.business-hours-row span {
    color: #475569;
    font-weight: 700;
}

.business-hours-row strong {
    color: #0f172a;
    font-weight: 900;
}

.business-hours-row strong.closed {
    color: #e11d48;
}

.hours-note {
    margin-top: 24px;
    color: #475569;
    line-height: 1.8;
}

.contact-location .location-details {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.location-detail {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.location-detail-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(59,130,246,0.14);
    color: #2563eb;
    font-size: 24px;
    flex-shrink: 0;
}

.location-detail span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2563eb;
    margin-bottom: 6px;
}

.location-detail p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.map-container {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
}

.contact-cta {
    background: #f8fafc;
}

.contact-cta-box {
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-cta-box h2 {
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 900;
}

.contact-cta-box p {
    margin-top: 18px;
    color: #475569;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .contact-hero-buttons,
    .contact-cta-box,
    .business-hours .row {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-cta-box {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .contact-page-hero {
        padding: 80px 0;
    }

    .contact-information,
    .contact-form-section,
    .business-hours,
    .contact-location,
    .contact-cta {
        padding: 60px 0;
    }

    .contact-form-card,
    .contact-info-card,
    .hours-visual,
    .contact-cta-box {
        padding: 28px;
    }

    .contact-help-list,
    .contact-location .location-details,
    .business-hours-list {
        gap: 14px;
    }

    .business-hours-row,
    .location-detail {
        flex-direction: column;
        align-items: flex-start;
    }
}
