/**
 * BussJets - Vista da_contacto
 * Banner, intro dos columnas, journey-contact
 */

.view-da_contacto .banner-video {
    display: none;
}

.da_contacto-hero-wrap {
    margin-top: 0;
    background: #ffffff;
}

/* Banner Contact: base y responsive en index.css (.banner-home) */
.view-da_contacto .banner-home {
    padding: 0;
}

.view-da_contacto .banner-home--contact {
    --banner-bottom-bar: 0px;
}

.view-da_contacto .banner-home--contact .banner-home__overlay {
    padding-bottom: var(--banner-pad-bottom);
    justify-content: center;
}

.view-da_contacto .banner-home--contact .banner-home__content {
    gap: 0;
}

.view-da_contacto .banner-home__title--contact {
    font-size: clamp(2.75rem, 7.25vw, 6.5rem);
    letter-spacing: 0.14em;
    line-height: 1;
    white-space: nowrap;
}

.view-da_contacto .banner-home__title-light {
    font-weight: 300;
}

.view-da_contacto .banner-home__title-bold {
    font-weight: 800;
    margin-left: 0.4em;
}

@media (max-width: 768px) {
    .view-da_contacto .banner-home__title--contact {
        font-size: clamp(2rem, 8.5vw, 3.25rem);
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .view-da_contacto .banner-home__title--contact {
        font-size: clamp(1.85rem, 10vw, 2.75rem);
    }
}

@media (max-height: 760px) and (min-width: 769px) {
    .view-da_contacto .banner-home__title--contact {
        font-size: clamp(2.25rem, 5.5vw, 4.5rem);
    }
}

html:has(.view-da_contacto) {
    scroll-padding-top: var(--header-height);
}

.view-da_contacto #contacto {
    scroll-margin-top: var(--header-height);
}

.view-da_contacto .journey-contact {
    padding: 0;
    scroll-margin-top: var(--header-height);
}

.da_contacto-intro {
    background: #ffffff;
    padding: 0;
    margin-top: 0;
}

.da_contacto-intro,
.da_contacto-intro * {
    font-family: 'Montserrat', sans-serif;
}

.da_contacto-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: clamp(22rem, 42vw, 32rem);
}

.da_contacto-intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 6vw, 5.5rem) clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 8vw, 9rem);
    box-sizing: border-box;
}

.da_contacto-intro__heading {
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
    text-transform: uppercase;
    color: #002A44;
    line-height: 1.1;
}

.da_contacto-intro__heading-light {
    display: block;
    font-weight: 400;
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    letter-spacing: 0.12em;
}

.da_contacto-intro__heading-bold {
    display: block;
    margin-top: 0.1em;
    font-weight: 800;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    letter-spacing: 0.04em;
}

.da_contacto-intro__body p {
    margin: 0 0 1.35rem;
    color: #002A44;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 400;
    line-height: 1.75;
}

.da_contacto-intro__body p:last-child {
    margin-bottom: 0;
}

.da_contacto-intro__body p strong {
    font-weight: 700;
}

.da_contacto-intro__assist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #002A44;
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 6vw, 5rem) clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4rem);
    box-sizing: border-box;
}

.da_contacto-intro__assist-heading {
    margin: 0 0 clamp(1.5rem, 3vw, 2rem);
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
}

.da_contacto-intro__assist-heading-light {
    display: block;
    font-weight: 400;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    letter-spacing: 0.12em;
}

.da_contacto-intro__assist-heading-bold {
    display: block;
    margin-top: 0.12em;
    font-weight: 800;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    letter-spacing: 0.04em;
}

.da_contacto-intro__list {
    list-style: none;
    margin: 0 0 clamp(2rem, 4vw, 2.75rem);
    padding: 0;
    color: #ffffff;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
}

.da_contacto-intro__list li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.65rem;
}

.da_contacto-intro__list li:last-child {
    margin-bottom: 0;
}

.da_contacto-intro__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    background: #ffffff;
}

.da_contacto-intro__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    background: #ffffff;
    color: #002A44;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.da_contacto-intro__btn:hover,
.da_contacto-intro__btn:focus-visible {
    background: #f3f4f6;
    color: #002A44;
    outline: none;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .da_contacto-intro__grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .da_contacto-intro__content {
        padding: clamp(2.5rem, 6vw, 3.5rem) clamp(1.5rem, 5vw, 2.5rem);
    }

    .da_contacto-intro__assist {
        padding: clamp(2.5rem, 6vw, 3.5rem) clamp(1.5rem, 5vw, 2.5rem);
    }
}
