/* =========================================================
   T3 CONTACTO — conversión directa, mapa protagonista
========================================================= */

body.t3-rd .t3-contact-hero {
    text-align: center;
    padding: 56px 0 8px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
body.t3-rd .t3-contact-hero-grid { display: block; }
body.t3-rd .t3-contact-hero .t3-section-title {
    color: var(--t3-text);
    font-size: var(--t3-fs-hero);
    letter-spacing: -0.02em;
    line-height: 1.1;
    max-width: 30ch;
    text-wrap: balance;
    margin: 12px auto 16px;
}
body.t3-rd .t3-contact-hero .t3-section-text { max-width: 56ch; margin: 0 auto; color: var(--t3-muted); }
body.t3-rd .t3-contact-hero-side { display: none; }
body.t3-rd .t3-contact-hero .t3-cta-actions { justify-content: center; }
body.t3-rd .t3-mini-label { color: var(--t3-primary); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; font-size: 11.5px; }

/* Bloque mapa + canales lado a lado (mapa protagonista) */
body.t3-rd .t3-contact-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: stretch;
    margin-top: 16px;
}
body.t3-rd .t3-contact-split .t3-map-frame {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    border-radius: var(--t3-radius-lg);
    box-shadow: var(--t3-shadow-soft);
}
body.t3-rd .t3-contact-channels-panel {
    background: var(--t3-dark);
    color: #fff;
    border-radius: var(--t3-radius-lg);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
body.t3-rd .t3-contact-channels-panel .t3-chan {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--t3-line-dark);
    color: var(--t3-on-dark);
}
body.t3-rd .t3-contact-channels-panel .t3-chan:last-child { border-bottom: 0; }
body.t3-rd .t3-contact-channels-panel .t3-chan-ic {
    width: 42px; height: 42px; flex-shrink: 0;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--t3-accent);
}
body.t3-rd .t3-contact-channels-panel .t3-chan small { display: block; color: var(--t3-on-dark-muted); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.06em; }
body.t3-rd .t3-contact-channels-panel .t3-chan strong { font-weight: 700; font-size: 15px; }
body.t3-rd .t3-contact-channels-panel .btn { margin-top: 8px; width: 100%; justify-content: center; }

/* QR integrado dentro del panel de canales (con contexto) */
body.t3-rd .t3-panel-qr {
    margin: 12px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--t3-line-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
body.t3-rd .t3-panel-qr img {
    width: 132px;
    height: 132px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: var(--t3-radius);
}
body.t3-rd .t3-panel-qr figcaption {
    color: var(--t3-on-dark-muted);
    font-size: 12.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Map fallback */
body.t3-rd .t3-map-fallback {
    display: block;
    border-radius: var(--t3-radius-lg);
    border: 1px solid var(--t3-line);
    background: var(--t3-surface);
    padding: 40px;
    text-align: center;
    min-height: 380px;
}

@media (max-width: 860px) {
    body.t3-rd .t3-contact-split { grid-template-columns: 1fr; }
    body.t3-rd .t3-contact-split .t3-map-frame { min-height: 300px; aspect-ratio: 16/10; }
}
