.contact-page-hero{
    position:relative;
    min-height:330px;
    overflow:hidden;
    color:#ffffff;
    background:#080808;
}

.contact-page-hero-background{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.62),rgba(0,0,0,.66)),
        url("https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&w=2200&q=85") center/cover;
    transform:scale(1.02);
}

.contact-page-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.2);
}

.contact-page-hero-container,
.contact-page-container{
    max-width:1500px;
}

.contact-page-hero-container{
    position:relative;
    z-index:2;
    min-height:330px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:28px;
}

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

.contact-page-hero-content span{
    display:block;
    margin-bottom:12px;
    color:#aeb6c3;
    font-size:11px;
    font-weight:900;
    letter-spacing:.2em;
    text-transform:uppercase;
}

.contact-page-hero-content h1{
    margin:0;
    color:#ffffff;
    font-size:clamp(42px,4.2vw,68px);
    line-height:1.02;
    font-weight:600;
    letter-spacing:0;
}

.contact-page-hero-content p{
    max-width:650px;
    margin:18px 0 0;
    color:#d7dce5;
    font-size:16px;
    line-height:1.72;
}

.contact-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
    color:#d7dce5;
    font-size:12px;
    font-weight:850;
}

.contact-breadcrumb a{
    color:#ffffff;
    text-decoration:none;
}

.contact-breadcrumb svg{
    width:14px;
    height:14px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
}

.contact-page-section{
    padding:52px 0 78px;
    background:#f4f4f2;
}

.contact-info-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
    margin-bottom:28px;
}

.contact-info-card{
    min-width:0;
    display:flex;
    gap:16px;
    padding:24px;
    color:#111111;
    background:#ffffff;
    border:1px solid #deded8;
    text-decoration:none;
    box-shadow:0 16px 42px rgba(17,24,39,.055);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.contact-info-card:hover{
    transform:translateY(-4px);
    border-color:#c8c8c1;
    box-shadow:0 22px 52px rgba(17,24,39,.10);
}

.contact-info-card.is-whatsapp{
    color:#ffffff;
    background:#101010;
    border-color:#101010;
}

.contact-info-icon{
    width:48px;
    min-width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111111;
    background:#f4f4f2;
    border:1px solid #deded8;
}

.contact-info-card.is-whatsapp .contact-info-icon{
    color:#ffffff;
    background:#22c55e;
    border-color:#22c55e;
}

.contact-info-icon svg{
    width:23px;
    height:23px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
}

.contact-info-card.is-whatsapp .contact-info-icon svg{
    fill:currentColor;
    stroke:none;
}

.contact-info-text{
    display:block;
    min-width:0;
}

.contact-info-text small{
    display:block;
    margin-bottom:8px;
    color:#6b7280;
    font-size:11px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.contact-info-card.is-whatsapp small{
    color:#bbf7d0;
}

.contact-info-text strong{
    display:block;
    color:inherit;
    font-size:21px;
    line-height:1.25;
    font-weight:800;
    word-break:break-word;
}

.contact-info-text span{
    display:block;
    margin-top:10px;
    color:#6b7280;
    font-size:14px;
    line-height:1.6;
}

.contact-info-card.is-whatsapp .contact-info-text span{
    color:#d1d5db;
}

.contact-main-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
    gap:28px;
    align-items:stretch;
}

.contact-location-card,
.contact-service-card{
    background:#ffffff;
    border:1px solid #deded8;
    box-shadow:0 18px 45px rgba(17,24,39,.055);
}

.contact-location-card{
    padding:34px;
}

.contact-service-card{
    padding:34px;
    color:#ffffff;
    background:#101010;
    border-color:#101010;
}

.contact-section-heading span,
.contact-service-card > span{
    display:block;
    margin-bottom:11px;
    color:#8d96a6;
    font-size:11px;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.contact-service-card > span{
    color:#a1a1aa;
}

.contact-section-heading h2,
.contact-service-card h3{
    margin:0;
    color:inherit;
    font-size:clamp(28px,2.6vw,42px);
    line-height:1.12;
    font-weight:700;
    letter-spacing:0;
}

.contact-section-heading p,
.contact-service-card p{
    max-width:720px;
    margin:16px 0 0;
    color:#6b7280;
    font-size:15px;
    line-height:1.72;
}

.contact-service-card p{
    color:#d1d5db;
}

.contact-address-box{
    display:flex;
    gap:16px;
    margin-top:28px;
    padding:22px;
    background:#f8f8f6;
    border:1px solid #deded8;
}

.contact-address-box > span{
    width:46px;
    min-width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111111;
    background:#ffffff;
    border:1px solid #deded8;
}

.contact-address-box svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
}

.contact-address-box small{
    display:block;
    margin-bottom:7px;
    color:#6b7280;
    font-size:11px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.contact-address-box strong{
    display:block;
    color:#111111;
    font-size:17px;
    line-height:1.55;
    font-weight:750;
}

.contact-action-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}

.contact-primary-btn,
.contact-secondary-btn{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 18px;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.contact-primary-btn{
    color:#ffffff;
    background:#111111;
    border:1px solid #111111;
}

.contact-secondary-btn{
    color:#111111;
    background:#ffffff;
    border:1px solid #cfcfc8;
}

.contact-primary-btn svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
}

.contact-service-list{
    display:grid;
    gap:14px;
    margin-top:28px;
}

.contact-service-list div{
    padding:18px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
}

.contact-service-list strong{
    display:block;
    color:#ffffff;
    font-size:16px;
    font-weight:800;
}

.contact-service-list small{
    display:block;
    margin-top:6px;
    color:#d1d5db;
    font-size:13px;
    line-height:1.55;
}

.contact-map-card{
    height:420px;
    margin-top:28px;
    overflow:hidden;
    background:#ffffff;
    border:1px solid #deded8;
    box-shadow:0 18px 45px rgba(17,24,39,.055);
}

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

.contact-map-placeholder{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:32px;
    color:#111111;
    text-align:center;
    text-decoration:none;
    background:
        linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
        url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.contact-map-placeholder span{
    display:block;
    margin-bottom:12px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.contact-map-placeholder strong{
    max-width:620px;
    font-size:22px;
    line-height:1.35;
    font-weight:800;
}

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

    .contact-main-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){
    .contact-page-hero{
        min-height:280px;
    }

    .contact-page-hero-container{
        min-height:280px;
    }

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

    .contact-info-card,
    .contact-location-card,
    .contact-service-card{
        padding:22px;
    }

    .contact-info-card{
        flex-direction:column;
    }

    .contact-address-box{
        flex-direction:column;
    }

    .contact-map-card{
        height:320px;
    }
}
.contact-inline-map{
    height:360px;
    margin-top:24px;
    overflow:hidden;
    background:#ffffff;
    border:1px solid #deded8;
}

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