/* ==========================================================
   CONTACTO
   Prefijo exclusivo tas-contacto-
========================================================== */

.tas-contacto-hero {
    position: relative;
    min-height: calc(100svh - var(--tas-bottom-nav-height));
    padding: clamp(5.2rem, 7vw, 6.5rem) 0 clamp(2rem, 3vw, 3rem);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--tas-white);
}

.tas-contacto-hero-overlay {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(16, 16, 16, .92) 0%,
            rgba(16, 16, 16, .78) 42%,
            rgba(16, 16, 16, .38) 72%,
            rgba(16, 16, 16, .18) 100%
        );
    pointer-events: none;
}

.tas-contacto-hero .tas-container {
    position: relative;
    z-index: 1;
}

.tas-contacto-hero-layout {
    min-height: 500px;
    border: 1.2px solid rgba(255, 255, 255, .18);
}

.tas-contacto-hero-content {
    display: flex;
    width: min(780px, 100%);
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 3.5rem);
}

.tas-contacto-hero-kicker {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, .58);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tas-contacto-hero h1 {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.7rem, 4.8vw, 5rem);
    font-weight: 520;
    letter-spacing: -.065em;
    line-height: .91;
}

.tas-contacto-hero-content > p:last-child {
    max-width: 680px;
    margin: 1.5rem 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.02rem, 1.45vw, 1.25rem);
    line-height: 1.65;
}

.tas-contacto-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.8rem;
}

.tas-contacto-page {
    min-height: calc(100svh - var(--tas-bottom-nav-height));
    padding: clamp(3.5rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 7rem);
    background: var(--tas-off-white);
}

.tas-contacto-intro {
    display: flex;
align-items: end;
    margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.tas-contacto-intro .tas-section-kicker {
margin-bottom: -.4rem;
}

.tas-contacto-intro h2 {
    max-width: 13ch;
    margin: 0;
    color: var(--tas-black);
    font-size: clamp(2rem, 3.8vw, 4rem);
    font-weight: 530;
    letter-spacing: -.05em;
    line-height: .98;
}

.tas-contacto-intro > p:last-child {
    max-width: 520px;
    margin: 0;
    color: var(--tas-grey-500);
    line-height: 1.65;
}

.tas-contacto-layout {
    display: flex;
border: 1px solid var(--tas-border);
    background: var(--tas-white);
}

/* Formulario */

.tas-contacto-form-panel {
    padding: clamp(2rem, 4.5vw, 4.5rem);
}

.tas-contacto-form-heading,
.tas-contacto-info-heading {
    display: flex;
gap: 1rem;
    align-items: start;
    margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.tas-contacto-form-heading > span,
.tas-contacto-info-heading > span {
    padding-top: .35rem;
    color: var(--tas-red);
    font-size: .72rem;
    font-weight: 700;
}

.tas-contacto-form-heading h2,
.tas-contacto-info-heading h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 540;
    letter-spacing: -.045em;
    line-height: 1;
}

.tas-contacto-form-heading p,
.tas-contacto-info-heading p {
    margin: .75rem 0 0;
    color: var(--tas-grey-500);
    line-height: 1.55;
}

.tas-contacto-form-grid {
    display: flex;
}

.tas-contacto-field {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.tas-contacto-field-full {
}

.tas-contacto-field label {
    color: var(--tas-black);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tas-contacto-field input,
.tas-contacto-field textarea {
    width: 100%;
    border: 1px solid var(--tas-border);
    border-radius: 0;
    outline: 0;
    background: var(--tas-off-white);
    color: var(--tas-black);
    font: inherit;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.tas-contacto-field input {
    height: 58px;
    padding: 0 1rem;
}

.tas-contacto-field textarea {
    min-height: 190px;
    padding: 1rem;
    resize: vertical;
}

.tas-contacto-field input:focus,
.tas-contacto-field textarea:focus {
    border-color: var(--tas-red);
    background: var(--tas-white);
    box-shadow: 0 0 0 3px rgba(177, 21, 27, .08);
}

.tas-contacto-form-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.6rem;
}

.tas-contacto-form-footer .tas-btn {
    gap: .8rem;
}

/* Información */

.tas-contacto-info-panel {
    display: flex;
    flex-direction: column;
    padding: clamp(2rem, 4vw, 4rem);
    background: var(--tas-black);
    color: var(--tas-white);
}

.tas-contacto-info-heading h2 {
    color: var(--tas-white);
}

.tas-contacto-info-heading p {
    color: rgba(255, 255, 255, .58);
}

.tas-contacto-info-list {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.tas-contacto-info-item {
    display: flex;
gap: 1.2rem;
    align-items: center;
    min-height: 102px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.tas-contacto-info-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    color: var(--tas-red);
}

.tas-contacto-info-icon i {
    font-size: 1.45rem;
    line-height: 1;
}

.tas-contacto-info-item small {
    display: block;
    margin-bottom: .28rem;
    color: rgba(255, 255, 255, .45);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tas-contacto-info-item a,
.tas-contacto-info-item address {
    margin: 0;
    color: var(--tas-white);
    font-size: clamp(.98rem, 1.15vw, 1.08rem);
    font-style: normal;
    font-weight: 520;
    line-height: 1.45;
}

.tas-contacto-info-item a {
    transition: color .2s ease;
}

.tas-contacto-info-item a:hover {
    color: var(--tas-red);
}

.tas-contacto-info-note {
    display: flex;
gap: 1rem;
    align-items: start;
    margin-top: auto;
    padding-top: 2rem;
}

.tas-contacto-info-note i {
    color: var(--tas-red);
    font-size: 1.45rem;
}

.tas-contacto-info-note p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: .83rem;
    line-height: 1.55;
}

/* Responsive */

@media (max-width: 1099.98px) {
    .tas-contacto-intro {}

    .tas-contacto-layout {
}
}

@media (max-width: 991.98px) {
    .tas-contacto-hero {
        padding: 5.4rem 0 2rem;
        background-position: center;
    }

    .tas-contacto-hero-overlay {
        background: rgba(16, 16, 16, .72);
    }

    .tas-contacto-hero-layout,
    .tas-contacto-hero-content {
        min-height: 460px;
    }

    .tas-contacto-hero-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tas-contacto-page {
        padding-top: 3.5rem;
    }

    .tas-contacto-layout {
}

    .tas-contacto-info-panel {
        min-height: auto;
    }

    .tas-contacto-info-note {
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .tas-contacto-hero-layout,
    .tas-contacto-hero-content {
        min-height: 0;
    }

    .tas-contacto-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.45rem);
    }

    .tas-contacto-hero-content > p:last-child {
        margin-top: 1.15rem;
        font-size: .96rem;
        line-height: 1.55;
    }

    .tas-contacto-hero-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 1.4rem;
    }

    .tas-contacto-hero-actions .tas-btn {
        width: 100%;
    }

    .tas-contacto-page {
        padding: 3rem 0;
    }

    .tas-contacto-form-panel,
    .tas-contacto-info-panel {
        padding: 1.6rem 1.25rem;
    }

    .tas-contacto-form-grid {
}

    .tas-contacto-field-full {
}

    .tas-contacto-form-footer .tas-btn {
        width: 100%;
    }

    .tas-contacto-info-item {
gap: .9rem;
        min-height: 92px;
    }

    .tas-contacto-info-icon {
        width: 42px;
        height: 42px;
    }
}
