.contact-form-map.compact-contact {
    padding: 70px 0;
}

.compact-contact .form-map-content {
    gap: 32px;
    align-items: stretch;
}

.compact-contact .contact-form-container,
.compact-contact .map-container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(179, 106, 46, 0.14);
}

.compact-contact .contact-form-container {
    padding: 34px;
}

.compact-contact .map-container {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote-kicker,
.map-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(179, 106, 46, 0.1);
    color: #8a4f1f;
    font-size: 0.92rem;
    font-weight: 700;
}

.compact-contact .section-header {
    margin-bottom: 22px;
}

.compact-contact .contact-form-container .section-header h2 {
    font-size: 2rem;
    margin-bottom: 12px;
}

.compact-contact .contact-form-container .section-header p,
.compact-contact .map-container .section-header p {
    margin-bottom: 0;
    line-height: 1.9;
}

.compact-contact .map-container .section-header {
    text-align: center;
}

.map-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.map-meta span {
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.08) 0%, rgba(179, 106, 46, 0.1) 100%);
    color: var(--primary-color);
    border: 1px solid rgba(0, 86, 179, 0.08);
    font-size: 0.9rem;
    font-weight: 700;
}

.compact-contact .map-wrapper {
    border-radius: 18px;
    margin: 0;
    border: 1px solid rgba(179, 106, 46, 0.12);
    background: #f4f1ed;
}

.map-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.06) 0%, rgba(179, 106, 46, 0.08) 100%);
    color: var(--primary-color);
    border: 1px solid rgba(0, 86, 179, 0.08);
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .compact-contact .contact-form-container,
    .compact-contact .map-container {
        padding: 24px;
    }
    .compact-contact .contact-form-container .section-header h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .contact-form-map.compact-contact {
        padding: 50px 0;
    }
    .compact-contact .form-map-content {
        gap: 20px;
    }
    .map-meta span {
        width: 100%;
        text-align: center;
    }
}

.contact-form-map.compact-contact {
    padding: 70px 0;
}

.compact-contact .form-map-content {
    gap: 32px;
    align-items: stretch;
}

.compact-contact .contact-form-container,
.compact-contact .map-container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(179, 106, 46, 0.14);
}

.compact-contact .contact-form-container {
    padding: 34px;
}

.compact-contact .map-container {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote-kicker,
.map-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(179, 106, 46, 0.1);
    color: #8a4f1f;
    font-size: 0.92rem;
    font-weight: 700;
}

.compact-contact .section-header {
    margin-bottom: 22px;
}

.compact-contact .contact-form-container .section-header h2 {
    font-size: 2rem;
    margin-bottom: 12px;
}

.compact-contact .contact-form-container .section-header p,
.compact-contact .map-container .section-header p {
    margin-bottom: 0;
    line-height: 1.9;
}

.compact-contact .map-container .section-header {
    text-align: center;
}

.map-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.map-meta span {
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.08) 0%, rgba(179, 106, 46, 0.1) 100%);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.92rem;
}

.compact-contact .map-wrapper {
    margin-bottom: 18px;
    min-height: 320px;
}

.compact-contact .map-wrapper iframe {
    min-height: 320px;
}

.map-note {
    margin: 0;
    text-align: center;
    color: var(--text-color);
    line-height: 1.8;
    font-size: 0.98rem;
}

@media (max-width: 768px) {
    .contact-form-map.compact-contact {
        padding: 50px 0;
    }
    .compact-contact .form-map-content {
        gap: 20px;
    }
    .map-meta span {
        width: 100%;
        text-align: center;
    }
}

.contact-form-map.compact-contact {
    padding: 70px 0;
}

.compact-contact .form-map-content {
    gap: 32px;
    align-items: stretch;
}

.compact-contact .contact-form-container,
.compact-contact .map-container {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(179, 106, 46, 0.14);
}

.compact-contact .contact-form-container {
    padding: 34px;
}

.compact-contact .map-container {
    padding: 34px;
    display: flex;
    flex-direction: column;
}

.location-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.quote-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(179, 106, 46, 0.1);
    color: #8a4f1f;
    font-size: 0.95rem;
    font-weight: 700;
}

.compact-contact .section-header {
    margin-bottom: 22px;
}

.compact-contact .contact-form-container .section-header h2 {
    font-size: 2.1rem;
    margin-bottom: 12px;
}

.compact-contact .contact-form-container .section-header p {
    margin-bottom: 0;
    line-height: 1.9;
}

.quote-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}

.quote-highlights span {
    padding: 10px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.08) 0%, rgba(179, 106, 46, 0.1) 100%);
    color: var(--primary-color);
    border: 1px solid rgba(0, 86, 179, 0.08);
    font-size: 0.95rem;
    font-weight: 700;
}

.map-intro-card {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.06) 0%, rgba(179, 106, 46, 0.1) 100%);
    border: 1px solid rgba(0, 86, 179, 0.1);
}

.map-intro-card h3 {
    margin: 0 0 10px;
    color: var(--primary-color);
    font-size: 1.35rem;
}

.map-intro-card p {
    margin: 0;
    color: #5f5f5f;
    line-height: 1.9;
    font-size: 1rem;
}

.quote-actions {
    margin-bottom: 22px;
}

.compact-contact .hero-actions {
    gap: 14px;
}

.compact-contact .hero-actions a {
    min-width: 190px;
    justify-content: center;
}

.compact-contact .map-container .section-header {
    text-align: center;
}

.map-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(179, 106, 46, 0.1);
    color: #8a4f1f;
    font-size: 0.92rem;
    font-weight: 700;
}

.compact-contact .map-container .section-header p {
    margin-bottom: 16px;
    line-height: 1.8;
}

.map-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.map-meta span {
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.08) 0%, rgba(179, 106, 46, 0.1) 100%);
    color: var(--primary-color);
    border: 1px solid rgba(0, 86, 179, 0.08);
    font-size: 0.9rem;
    font-weight: 700;
}

.compact-contact .map-wrapper {
    border-radius: 18px;
    margin: 0;
    border: 1px solid rgba(179, 106, 46, 0.12);
    background: #f4f1ed;
}

.map-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.06) 0%, rgba(179, 106, 46, 0.08) 100%);
    color: var(--primary-color);
    border: 1px solid rgba(0, 86, 179, 0.08);
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .compact-contact .contact-form-container,
    .compact-contact .map-container {
        padding: 24px;
    }
    .compact-contact .contact-form-container .section-header h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .contact-form-map.compact-contact {
        padding: 50px 0;
    }
    .compact-contact .form-map-content {
        gap: 20px;
    }
    .quote-highlights span,
    .compact-contact .hero-actions a {
        width: 100%;
        min-width: 0;
        text-align: center;
    }
    .map-meta span {
        width: 100%;
    }
}