/**
 * Digital Air - Vista da_contacto
 * Hero (imagen + CTA + título "Estamos aquí para ti"), intro, sección contacto
 */

.view-da_contacto .banner-video {
    display: none;
}

.da_contacto-hero-wrap {
    margin-top: 100px;
    background: #ffffff;
}

.da_contacto-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 3rem;
    box-sizing: border-box;
}

.da_contacto-banner__img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0a0e14;
}

.da_contacto-banner__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(255, 255, 255, 0.4) 82%, rgba(255, 255, 255, 0.95) 100%);
    pointer-events: none;
}

.da_contacto-banner__img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center 55%;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
    filter: url(#da-contacto-sharpen) contrast(1.02);
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.da_contacto-banner__cta {
    position: relative;
    z-index: 1;
    background: #00b8f2;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    border: 1px solid transparent;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.da_contacto-banner__cta:hover,
.da_contacto-banner__cta:focus {
    background: #000000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    outline: none;
}

.da_contacto-main {
    margin-top: 0;
}

.da_contacto-intro {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, #ffffff 18%);
    padding: 4rem 1.5rem 4.5rem;
    margin-top: 0;
    padding-bottom: 120px
}

.da_contacto-intro-inner {
    max-width: 100%;
    margin: 0;
    padding: 0 150px;
    box-sizing: border-box;
    text-align: center;
}

.da_contacto-intro-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.3;
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
}

.da_contacto-intro-underline {
    display: block;
    width: 70px;
    height: 5px;
    background: #00b8f2;
    margin: 0.75rem auto 2rem;
    border: none;
}

.da_contacto-intro-text {
    margin: 0;
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 900px) {
    .da_contacto-intro-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Sección inferior: mismo patrón que .mantenimiento-section (index.css) */
.da_contacto-info {
    padding: 0;
}

.da_contacto-info-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
    align-items: stretch;
}

@media (max-width: 900px) {
    .da_contacto-info-inner {
        grid-template-columns: 1fr;
    }
}

.da_contacto-info-content {
    background: #1a1a1a;
    padding: 3rem 100px 3rem 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 900px) {
    .da_contacto-info-content {
        padding: 3rem 2rem;
    }
}

.da_contacto-info-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 0.75rem 0;
}

.da_contacto-info-underline {
    display: block;
    width: 60px;
    height: 3px;
    background: #00b8f2;
    margin: 0 0 1.5rem 0;
}

.da_contacto-info-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

.da_contacto-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.da_contacto-info-list li {
    padding: 0.35rem 0;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.7;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.da_contacto-info-list li i {
    color: #ffffff;
    width: 1.1rem;
    flex-shrink: 0;
}

.da_contacto-info-list a {
    color: #ffffff;
    text-decoration: none;
}

.da_contacto-info-list a:hover {
    color: #00b8f2;
}

.da_contacto-info-img-wrap {
    width: 100%;
    min-height: 380px;
    overflow: hidden;
}

.da_contacto-info-img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
}

@media (max-width: 900px) {
    .da_contacto-info-img {
        min-height: 320px;
    }
}
