.contact-top-line {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(212, 160, 23, 0), rgba(212, 160, 23, .72), rgba(15, 23, 42, .15), rgba(212, 160, 23, 0));
}

.contact-modern {
    background:
        radial-gradient(120% 120% at 100% 0%, rgba(212, 160, 23, .10) 0%, rgba(212, 160, 23, 0) 56%),
        radial-gradient(110% 100% at 0% 0%, rgba(15, 23, 42, .08) 0%, rgba(15, 23, 42, 0) 54%),
        linear-gradient(180deg, #eef3f8 0%, #e8eef5 100%);
    padding: 58px 0 62px;
}

.contact-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 18px;
}

.contact-panel {
    background: #ffffff;
    border: 1px solid #d4dde8;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .11);
}

.contact-panel h3 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #0f172a;
}

.contact-panel p {
    margin: 0;
    color: #475569;
    line-height: 1.68;
    font-size: 14.5px;
}

.contact-panel--intro {
    background:
        radial-gradient(140% 100% at 100% 0%, rgba(15, 23, 42, .11) 0%, rgba(15, 23, 42, 0) 52%),
        linear-gradient(180deg, #fdfefe 0%, #f3f7fb 100%);
    border-color: #cad6e3;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #7c5b16;
    background: rgba(212, 160, 23, .14);
    border: 1px solid rgba(212, 160, 23, .25);
}

.contact-panel--intro h2 {
    margin: 14px 0 8px;
    font-size: clamp(24px, 2.7vw, 32px);
    line-height: 1.2;
    color: #0f172a;
}

.contact-desc {
    font-size: 15.5px;
}

.contact-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.contact-badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 11px;
    border-radius: 10px;
    border: 1px solid #d6e0ea;
    background: #f8fbff;
    color: #334155;
    font-size: 12.5px;
    font-weight: 700;
}

.contact-badges i {
    font-style: normal;
    font-size: 12px;
}

.working-hours-box {
    margin-top: 16px;
    padding: 14px;
    background: #f2f6fb;
    border: 1px solid #d7e0ea;
    border-radius: 14px;
}

.working-hours-title {
    margin: 0 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #1e3a8a;
    font-size: 14px;
    font-weight: 800;
}

.working-hours-title svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.working-hours-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wh-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #fbfdff;
    border: 1px solid #dde6ef;
    font-size: 13.5px;
}

.wh-row strong {
    color: #0f172a;
    font-weight: 700;
}

.wh-row span {
    color: #334155;
    font-weight: 600;
}

.contact-panel--social {
    display: flex;
    flex-direction: column;
}

.contact-social {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #d8e2ec;
    color: #0f172a;
    text-decoration: none;
    background: #f8fbff;
    font-size: 14px;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.social-link:hover {
    transform: translateY(-1px);
    border-color: #b8c6d6;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .12);
}

.social-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.social-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.social-empty {
    min-height: 50px;
    border-radius: 12px;
    border: 1px dashed #b8c6d6;
    color: #526277;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.whatsapp-cta {
    margin-top: 12px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #16a34a;
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .2px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(22, 163, 74, .32);
}

.whatsapp-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.contact-panel--address {
    background:
        radial-gradient(120% 120% at 0% 0%, rgba(59, 130, 246, .12) 0%, rgba(59, 130, 246, 0) 56%),
        linear-gradient(180deg, #fcfdff 0%, #f4f8fd 100%);
}

.address-actions {
    margin-top: 14px;
    display: grid;
    gap: 8px;
}

.location-link,
.contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 11px;
    border: 1px solid #b8c6d6;
    color: #0f172a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    background: #f8fbff;
    transition: all .18s ease;
}

.location-link:hover,
.contact-link:hover {
    border-color: #0f172a;
    background: #0f172a;
    color: #fff;
}

@media (max-width: 1080px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-panel--intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .contact-modern {
        padding: 42px 0 46px;
    }

    .contact-container {
        padding: 0 12px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-panel {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .contact-panel--intro h2 {
        font-size: 24px;
    }

    .contact-desc {
        font-size: 14.5px;
    }
}
