.contact-hero {
    padding: 64px 0 34px;
}

.contact-hero-box {
    background:
        radial-gradient(circle at top left, rgba(146, 209, 224, .35), transparent 34%),
        linear-gradient(135deg, #ffffff, #eaf8fb);
    border: 1px solid var(--dr-border);
    border-radius: 34px;
    padding: 38px;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    box-shadow: 0 24px 70px rgba(18, 49, 58, .07);
}

.contact-hero-box span {
    display: inline-flex;
    color: var(--dr-primary-dark);
    background: #fff;
    border: 1px solid var(--dr-border);
    border-radius: 999px;
    padding: 7px 16px;
    font-weight: 800;
    margin-bottom: 14px;
}

.contact-hero-box h1 {
    color: var(--dr-dark);
    font-weight: 900;
    line-height: 1.45;
    font-size: clamp(30px, 4vw, 46px);
    margin-bottom: 14px;
}

.contact-hero-box p {
    color: var(--dr-muted);
    line-height: 2.1;
    max-width: 720px;
    margin: 0;
}

.contact-hero-icon {
    min-width: 120px;
    width: 120px;
    height: 120px;
    border-radius: 38px;
    background: #fff;
    color: var(--dr-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    box-shadow: 0 18px 45px rgba(18, 49, 58, .08);
}

.contact-section {
    padding: 34px 0 76px;
}

.contact-info-card,
.contact-map-card,
.contact-guide-box {
    background: #fff;
    border: 1px solid var(--dr-border);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(18, 49, 58, .05);
}

.contact-info-card h2 {
    color: var(--dr-dark);
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 22px;
}

.contact-info-item {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--dr-border);
}

.contact-info-item:last-of-type {
    border-bottom: 0;
}

.contact-info-icon {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: #e0f5f9;
    color: var(--dr-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-item span {
    display: block;
    color: var(--dr-muted);
    font-size: 14px;
    margin-bottom: 6px;
}

.contact-info-item strong,
.contact-info-item a {
    color: var(--dr-dark);
    font-weight: 900;
    line-height: 1.9;
}

.contact-actions {
    margin-top: 24px;
}

.contact-map-card {
    min-height: 360px;
}

.contact-map-placeholder {
    min-height: 304px;
    border-radius: 24px;
    background: linear-gradient(135deg, #e0f5f9, #ffffff);
    border: 1px dashed var(--dr-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--dr-muted);
    text-align: center;
    padding: 24px;
}

.contact-map-placeholder i {
    font-size: 54px;
    color: var(--dr-primary-dark);
    margin-bottom: 18px;
}

.contact-map-placeholder h3,
.contact-guide-box h3 {
    color: var(--dr-dark);
    font-weight: 900;
    margin-bottom: 10px;
}

.contact-map-placeholder p,
.contact-guide-box p {
    color: var(--dr-muted);
    line-height: 2;
    margin: 0;
}

.contact-guide-box {
    margin-top: 18px;
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 42px 0 24px;
    }

    .contact-hero-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        border-radius: 26px;
    }

    .contact-hero-icon {
        display: none;
    }

    .contact-section {
        padding: 24px 0 56px;
    }

    .contact-info-card,
    .contact-map-card,
    .contact-guide-box {
        padding: 22px;
        border-radius: 24px;
    }
}
.contact-map-iframe iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 24px;
}
.success-modal-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(146, 209, 224, 0.22);
    color: #2f9bb4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.consultation-submit-btn {
    min-height: 48px;
}

.invalid-feedback {
    font-size: 13px;
}