.contact-page {
    background: #111;
}

.contact-hero {
    min-height: 58vh;
    display: flex;
    align-items: flex-end;
    padding: 150px 6% 85px;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.94),
            rgba(0, 0, 0, 0.3)
        ),
        url("../images/hero.jpg") center / cover no-repeat;
}

.contact-hero-content {
    max-width: 800px;
}

.page-label,
.section-label {
    margin-bottom: 14px;
    color: #d62828;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.contact-hero h2 {
    margin-bottom: 22px;
    font-size: clamp(46px, 7vw, 78px);
    line-height: 1;
}

.contact-hero p:last-child {
    max-width: 680px;
    color: #d0d0d0;
    font-size: 20px;
    line-height: 1.7;
}

/* Main contact section */

.contact-section {
    padding: 115px 6%;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.9fr) minmax(480px, 1.1fr);
    gap: 45px;
    max-width: 1250px;
    margin: 0 auto;
}

.contact-details,
.contact-map {
    padding: 42px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.015)
        );
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}

.contact-details > h2,
.map-placeholder h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 5vw, 48px);
}

.contact-intro,
.map-placeholder > p:last-of-type {
    margin-bottom: 34px;
    color: #bdbdbd;
    font-size: 17px;
    line-height: 1.75;
}

.contact-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item > span {
    color: rgba(255, 255, 255, 0.18);
    font-size: 26px;
    font-weight: 700;
}

.contact-item h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.contact-item p,
.contact-item a {
    color: #b5b5b5;
    line-height: 1.7;
}

.contact-item a {
    text-decoration: none;
}

.contact-item a:hover {
    color: #ef4444;
}

/* Map placeholder */

.contact-map {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            rgba(15, 15, 15, 0.76),
            rgba(15, 15, 15, 0.76)
        ),
        url("../images/hero.jpg") center / cover no-repeat;
}

.map-placeholder {
    max-width: 480px;
    padding: 38px;
    background: rgba(10, 10, 10, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.map-button {
    display: inline-block;
    padding: 14px 25px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.map-button:hover {
    background: #d62828;
    border-color: #d62828;
}

/* Appointment CTA */

.contact-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 85px 8%;
    background: #181818;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-action > div {
    max-width: 760px;
}

.contact-action h2 {
    margin-bottom: 16px;
    font-size: clamp(34px, 5vw, 52px);
}

.contact-action p:last-child {
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1.7;
}

.contact-button {
    flex-shrink: 0;
    padding: 16px 28px;
    color: white;
    background: #d62828;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-button:hover {
    background: #ef233c;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(214, 40, 40, 0.25);
}

/* Responsive */

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

    .contact-map {
        min-height: 480px;
    }

    .contact-action {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 650px) {
    .contact-hero,
    .contact-section,
    .contact-action {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-details,
    .contact-map {
        padding: 28px 22px;
    }

    .map-placeholder {
        padding: 28px 22px;
    }
}

/* =========================
   GOOGLE MAP OVERRIDE
========================= */

.contact-map {
    width: 100%;
    max-width: 1100px;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto;
    padding: 0 !important;

    background: none !important;
    background-image: none !important;
    border: 0 !important;
    overflow: visible !important;
}

.contact-map::before,
.contact-map::after {
    display: none !important;
    content: none !important;
}

.map-embed-card {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;

    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
}

.map-embed-card iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.map-open-button {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 10;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 22px;

    color: #ffffff !important;
    background: rgba(12, 12, 12, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 6px;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.map-open-button:hover {
    color: #ffffff !important;
    background: #d62828;
    border-color: #d62828;
    transform: translateY(-2px);
}

@media (max-width: 700px) {
    .map-embed-card {
        height: 480px;
    }

    .map-open-button {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }
}