/* =========================================================
   C01 — CONTACTO
   ID: adv-c01-contact-hero
   ========================================================= */

#adv-c01-contact-hero {
    --adv-c01-black: #070706;
    --adv-c01-black-soft: #0d0c0a;
    --adv-c01-white: #f4f1e9;
    --adv-c01-text: rgba(244, 241, 233, 0.72);
    --adv-c01-muted: rgba(244, 241, 233, 0.48);
    --adv-c01-gold: #c1a168;
    --adv-c01-line: rgba(193, 161, 104, 0.28);

    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 100svh;

    overflow: hidden;

    background: var(--adv-c01-black);
    color: var(--adv-c01-white);
}


/* =========================================================
   VIDEO
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__media {
    position: absolute;
    inset: 0;
    z-index: -4;

    overflow: hidden;

    background: var(--adv-c01-black);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__video {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    opacity: 0.68;

    filter:
        saturate(0.72)
        contrast(1.08)
        brightness(0.75);

    transform: scale(1.02);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -3;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(4, 4, 3, 0.93) 0%,
            rgba(4, 4, 3, 0.77) 38%,
            rgba(4, 4, 3, 0.54) 65%,
            rgba(4, 4, 3, 0.78) 100%
        ),
        linear-gradient(
            180deg,
            rgba(4, 4, 3, 0.74) 0%,
            rgba(4, 4, 3, 0.12) 35%,
            rgba(4, 4, 3, 0.82) 100%
        );
}

#adv-c01-contact-hero
.adv-c01-contact-hero__texture {
    position: absolute;
    inset: 0;
    z-index: -2;

    pointer-events: none;

    opacity: 0.42;

    background:
        radial-gradient(
            circle at 74% 33%,
            rgba(193, 161, 104, 0.13),
            transparent 33%
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent calc(25% - 1px),
            rgba(255, 255, 255, 0.025) 25%
        );
}


/* =========================================================
   CONTENEDOR
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__container {
    width: min(100%, 1920px);
    min-height: 100svh;

    margin: 0 auto;
    padding:
        clamp(28px, 3vw, 54px)
        clamp(28px, 5vw, 96px)
        clamp(65px, 6vw, 110px);

    display: flex;
    flex-direction: column;
}


/* =========================================================
   LÍNEA SUPERIOR
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 22px;

    border-bottom: 1px solid var(--adv-c01-line);

    color: rgba(244, 241, 233, 0.62);

    font-family:
        "Tenor Sans",
        sans-serif;

    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.23em;
    text-transform: uppercase;
}


/* =========================================================
   GRILLA PRINCIPAL
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__grid {
    flex: 1;

    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(420px, 0.78fr);
    align-items: center;
    gap: clamp(70px, 8vw, 165px);

    padding-top: clamp(70px, 7vw, 125px);
}


/* =========================================================
   CONTENIDO EDITORIAL
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__content {
    width: 100%;
    max-width: 880px;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;

    margin: 0 0 clamp(36px, 4vw, 64px);

    color: var(--adv-c01-gold);

    font-family:
        "Tenor Sans",
        sans-serif;

    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__eyebrow::before {
    content: "";

    width: 46px;
    height: 1px;

    flex: 0 0 46px;

    background: var(--adv-c01-gold);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__title {
    margin: 0;

    font-family:
        "SangBleu Empire",
        "Times New Roman",
        serif;

    font-size: clamp(62px, 6.3vw, 126px);
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: -0.055em;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__title-primary,
#adv-c01-contact-hero
.adv-c01-contact-hero__title-accent {
    display: block;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__title-primary {
    color: var(--adv-c01-white);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__title-accent {
    margin-top: 0.08em;

    color: var(--adv-c01-gold);

    font-style: italic;
    font-weight: 400;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__description {
    max-width: 650px;

    margin:
        clamp(38px, 4vw, 66px)
        0
        0;

    color: var(--adv-c01-text);

    font-family:
        "Manrope",
        "Tenor Sans",
        sans-serif;

    font-size: clamp(14px, 1vw, 17px);
    font-weight: 300;
    line-height: 1.8;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;

    width: 100%;
    max-width: 690px;

    margin-top: clamp(46px, 5vw, 78px);
    padding-top: 24px;

    border-top: 1px solid var(--adv-c01-line);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__detail-label {
    color: var(--adv-c01-gold);

    font-family:
        "Tenor Sans",
        sans-serif;

    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__detail-value {
    color: rgba(244, 241, 233, 0.78);

    font-family:
        "Manrope",
        sans-serif;

    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;

    text-decoration: none;

    transition:
        color 250ms ease,
        opacity 250ms ease;
}

#adv-c01-contact-hero
a.adv-c01-contact-hero__detail-value:hover {
    color: var(--adv-c01-gold);
}


/* =========================================================
   PANEL DEL FORMULARIO
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__form-panel {
    position: relative;

    width: 100%;
    max-width: 640px;
    justify-self: end;

    padding: clamp(34px, 3.2vw, 58px);

    border:
        1px solid
        rgba(193, 161, 104, 0.34);

    background:
        linear-gradient(
            145deg,
            rgba(13, 12, 10, 0.88),
            rgba(6, 6, 5, 0.76)
        );

    box-shadow:
        0 35px 100px rgba(0, 0, 0, 0.36);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__form-panel::before {
    content: "";

    position: absolute;
    top: -1px;
    left: -1px;

    width: 78px;
    height: 1px;

    background: var(--adv-c01-gold);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__form-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;

    margin-bottom: clamp(35px, 3vw, 52px);
    padding-bottom: 25px;

    border-bottom:
        1px solid
        rgba(193, 161, 104, 0.2);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__form-index {
    flex: 0 0 auto;

    padding-top: 7px;

    color: var(--adv-c01-gold);

    font-family:
        "Tenor Sans",
        sans-serif;

    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__form-title {
    max-width: 310px;

    margin: 0;

    color: var(--adv-c01-white);

    font-family:
        "SangBleu Empire",
        "Times New Roman",
        serif;

    font-size: clamp(26px, 2.1vw, 40px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.035em;
}


/* =========================================================
   FORMULARIO
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 28px;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field--full {
    grid-column: 1 / -1;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field label {
    color: rgba(244, 241, 233, 0.57);

    font-family:
        "Tenor Sans",
        sans-serif;

    font-size: 8px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field input,
#adv-c01-contact-hero
.adv-c01-contact-hero__field select,
#adv-c01-contact-hero
.adv-c01-contact-hero__field textarea {
    width: 100%;

    margin: 0;
    padding:
        5px
        0
        12px;

    border: 0;
    border-bottom:
        1px solid
        rgba(244, 241, 233, 0.25);
    border-radius: 0;

    outline: 0;

    background: transparent;
    color: var(--adv-c01-white);

    font-family:
        "Manrope",
        sans-serif;

    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;

    box-shadow: none;

    transition:
        border-color 250ms ease,
        color 250ms ease;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field input:focus,
#adv-c01-contact-hero
.adv-c01-contact-hero__field select:focus,
#adv-c01-contact-hero
.adv-c01-contact-hero__field textarea:focus {
    border-bottom-color: var(--adv-c01-gold);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field input::placeholder,
#adv-c01-contact-hero
.adv-c01-contact-hero__field textarea::placeholder {
    color: rgba(244, 241, 233, 0.25);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field textarea {
    min-height: 78px;

    resize: vertical;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field select {
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    background-image:
        linear-gradient(
            45deg,
            transparent 50%,
            var(--adv-c01-gold) 50%
        ),
        linear-gradient(
            135deg,
            var(--adv-c01-gold) 50%,
            transparent 50%
        );

    background-position:
        calc(100% - 7px) 48%,
        100% 48%;

    background-size:
        7px 7px,
        7px 7px;

    background-repeat: no-repeat;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__field select option {
    background: var(--adv-c01-black-soft);
    color: var(--adv-c01-white);
}


/* =========================================================
   ANTISPAM
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__honeypot {
    position: absolute !important;
    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
}


/* =========================================================
   PIE DEL FORMULARIO
   ========================================================= */

#adv-c01-contact-hero
.adv-c01-contact-hero__form-footer {
    grid-column: 1 / -1;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    margin-top: 5px;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__privacy {
    max-width: 240px;

    margin: 0;

    color: var(--adv-c01-muted);

    font-family:
        "Manrope",
        sans-serif;

    font-size: 9px;
    font-weight: 300;
    line-height: 1.6;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__submit {
    min-width: 190px;
    min-height: 58px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    padding: 0 18px 0 22px;

    border:
        1px solid
        var(--adv-c01-gold);

    border-radius: 0;

    background: transparent;
    color: var(--adv-c01-white);

    cursor: pointer;

    font-family:
        "Tenor Sans",
        sans-serif;

    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    transition:
        background-color 300ms ease,
        color 300ms ease,
        transform 300ms ease;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__submit:hover {
    background: var(--adv-c01-gold);
    color: var(--adv-c01-black);

    transform: translateY(-2px);
}

#adv-c01-contact-hero
.adv-c01-contact-hero__submit-icon {
    width: 28px;
    height: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        currentColor;
    border-radius: 50%;

    font-size: 13px;
}

#adv-c01-contact-hero
.adv-c01-contact-hero__status {
    grid-column: 1 / -1;

    min-height: 18px;

    color: var(--adv-c01-gold);

    font-family:
        "Manrope",
        sans-serif;

    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) {

    #adv-c01-contact-hero
    .adv-c01-contact-hero__grid {
        grid-template-columns:
            minmax(0, 0.95fr)
            minmax(400px, 0.8fr);

        gap: 50px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__title {
        font-size: clamp(58px, 6.5vw, 88px);
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-panel {
        padding: 36px;
    }
}


/* =========================================================
   TABLET VERTICAL
   ========================================================= */

@media (max-width: 960px) {

    #adv-c01-contact-hero
    .adv-c01-contact-hero__container {
        padding:
            30px
            34px
            75px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__grid {
        grid-template-columns: 1fr;

        gap: 70px;

        padding-top: 75px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__content {
        max-width: 760px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__title {
        font-size: clamp(64px, 10vw, 108px);
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-panel {
        max-width: 760px;
        justify-self: start;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(4, 4, 3, 0.84) 0%,
                rgba(4, 4, 3, 0.56) 48%,
                rgba(4, 4, 3, 0.92) 100%
            );
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    #adv-c01-contact-hero
    .adv-c01-contact-hero__container {
        padding:
            24px
            22px
            65px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__topline {
        padding-bottom: 18px;

        font-size: 7px;
        letter-spacing: 0.16em;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__grid {
        gap: 58px;

        padding-top: 58px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__eyebrow {
        margin-bottom: 32px;

        font-size: 8px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__eyebrow::before {
        width: 32px;
        flex-basis: 32px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__title {
        font-size: clamp(50px, 15.2vw, 76px);
        line-height: 0.91;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__description {
        margin-top: 34px;

        font-size: 13px;
        line-height: 1.75;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__details {
        grid-template-columns: 1fr;
        gap: 24px;

        margin-top: 42px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-panel {
        padding:
            32px
            22px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-header {
        display: block;

        margin-bottom: 34px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-index {
        display: block;

        margin-bottom: 18px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-title {
        max-width: none;

        font-size: 30px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__field--full,
    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-footer,
    #adv-c01-contact-hero
    .adv-c01-contact-hero__status {
        grid-column: auto;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-footer {
        flex-direction: column;
        align-items: stretch;

        gap: 22px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__privacy {
        max-width: none;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__submit {
        width: 100%;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__video {
        object-position: 58% center;
    }
}


/* =========================================================
   MOVIMIENTO REDUCIDO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #adv-c01-contact-hero *,
    #adv-c01-contact-hero *::before,
    #adv-c01-contact-hero *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__video {
        transform: none;
    }
}
/* =========================================================
   AJUSTE FINAL — TÍTULO HORIZONTAL DEL FORMULARIO
   ========================================================= */

@media (min-width: 768px) {

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-header {
        display: block;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-index {
        display: block;

        padding-top: 0;
        margin-bottom: 18px;
    }

    #adv-c01-contact-hero
    .adv-c01-contact-hero__form-title {
        width: 100%;
        max-width: none;

        font-size: clamp(24px, 1.7vw, 34px);
        line-height: 1;
        letter-spacing: -0.035em;

        white-space: nowrap;
    }
}