/* ==========================================================
   PALU EVENTOS — CONTATO
   ========================================================== */


/* ==========================================================
   BASE
   ========================================================== */

.contact-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #030609;
}

.contact-section {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 850px;

    overflow: hidden;

    padding:
        155px
        clamp(30px, 6vw, 100px)
        80px;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(35, 136, 255, 0.11),
            transparent 28%
        ),
        radial-gradient(
            circle at 94% 82%,
            rgba(237, 28, 46, 0.07),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #020509 0%,
            #04080d 52%,
            #07050a 100%
        );

    border-bottom:
        1px solid rgba(255, 255, 255, 0.07);
}


/* ==========================================================
   FUNDO
   ========================================================== */

.contact-grid {
    position: absolute;
    inset: 0;

    z-index: -3;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px
        );

    background-size: 120px 120px;

    opacity: 0.65;
}

.contact-light {
    position: absolute;

    z-index: -2;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(160px);
}

.contact-light-blue {
    width: 520px;
    height: 520px;

    top: -280px;
    left: -340px;

    background:
        rgba(35, 136, 255, 0.17);
}

.contact-light-red {
    width: 520px;
    height: 520px;

    right: -340px;
    bottom: -280px;

    background:
        rgba(237, 28, 46, 0.10);
}


/* ==========================================================
   CONTAINER
   ========================================================== */

.contact-container {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 1440px;

    margin: 0 auto;
}


/* ==========================================================
   CABEÇALHO
   ========================================================== */

.contact-heading {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, 0.65fr);

    gap: clamp(60px, 9vw, 150px);

    align-items: end;

    padding-bottom: 54px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.09);
}


/* ==========================================================
   EYEBROW
   ========================================================== */

.contact-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 22px;

    color:
        rgba(255, 255, 255, 0.62);

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}

.contact-eyebrow i {
    display: block;

    width: 6px;
    height: 6px;

    flex: 0 0 6px;

    border-radius: 50%;

    background: #2388ff;

    box-shadow:
        0 0 15px
        rgba(35, 136, 255, 0.85);
}


/* ==========================================================
   H1
   ========================================================== */

.contact-heading h1 {
    max-width: 820px;

    margin: 0;

    color: #ffffff;

    font-family:
        "Montserrat",
        sans-serif;

    font-size:
        clamp(
            58px,
            5.5vw,
            92px
        );

    font-weight: 800;

    line-height: 0.88;

    letter-spacing: -0.065em;

    text-transform: uppercase;
}

.contact-heading h1 span {
    display: block;

    margin-top: 10px;

    color:
        rgba(255, 255, 255, 0.28);

    font-weight: 300;
}


/* ==========================================================
   TEXTO DO CABEÇALHO
   ========================================================== */

.contact-heading-copy {
    position: relative;

    max-width: 430px;

    padding-left: 28px;

    border-left:
        1px solid rgba(255, 255, 255, 0.10);
}

.contact-heading-copy::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 0;

    width: 1px;
    height: 68px;

    background:
        linear-gradient(
            to bottom,
            #2388ff,
            #ed1c2e
        );
}

.contact-heading-copy p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.52);

    font-family:
        "Inter",
        sans-serif;

    font-size: 14px;

    line-height: 1.8;
}


/* ==========================================================
   CONTEÚDO
   ========================================================== */

.contact-content {
    display: grid;

    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);

    gap: clamp(70px, 10vw, 150px);

    align-items: start;

    padding-top: 55px;
}


/* ==========================================================
   LABELS
   ========================================================== */

.contact-label {
    display: block;

    margin-bottom: 16px;

    color:
        rgba(255, 255, 255, 0.30);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.19em;

    text-transform: uppercase;
}


/* ==========================================================
   INFORMAÇÕES
   ========================================================== */

.contact-info {
    width: 100%;
    max-width: 500px;
}

.contact-info h2,
.contact-form-header h2 {
    margin:
        0 0
        24px;

    color: #ffffff;

    font-family:
        "Montserrat",
        sans-serif;

    font-size:
        clamp(
            35px,
            3vw,
            52px
        );

    font-weight: 800;

    line-height: 0.94;

    letter-spacing: -0.055em;

    text-transform: uppercase;
}

.contact-info h2 span,
.contact-form-header h2 span {
    display: block;

    margin-top: 5px;

    color:
        rgba(255, 255, 255, 0.28);

    font-weight: 300;
}

.contact-description {
    max-width: 430px;

    margin:
        0 0
        30px;

    color:
        rgba(255, 255, 255, 0.44);

    font-family:
        "Inter",
        sans-serif;

    font-size: 13px;

    line-height: 1.75;
}


/* ==========================================================
   WHATSAPP PRINCIPAL
   ========================================================== */

.contact-whatsapp {
    display: grid;

    grid-template-columns:
        48px 1fr 28px;

    gap: 15px;

    align-items: center;

    width: 100%;
    max-width: 455px;

    min-height: 82px;

    padding:
        14px 18px;

    color: #ffffff;

    text-decoration: none;

    background:
        linear-gradient(
            115deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.10);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.contact-whatsapp:hover {
    transform:
        translateY(-3px);

    border-color:
        rgba(37, 211, 102, 0.38);

    background:
        linear-gradient(
            115deg,
            rgba(37, 211, 102, 0.08),
            rgba(255, 255, 255, 0.02)
        );
}

.contact-whatsapp-icon {
    display: grid;

    place-items: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    color: #25d366;

    background:
        rgba(37, 211, 102, 0.07);

    border:
        1px solid
        rgba(37, 211, 102, 0.18);
}

.contact-whatsapp-icon svg {
    width: 26px;
    height: 26px;
}

.contact-whatsapp-text {
    display: block;
}

.contact-whatsapp-text small {
    display: block;

    margin-bottom: 5px;

    color:
        rgba(255, 255, 255, 0.32);

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.18em;
}

.contact-whatsapp-text strong {
    display: block;

    color:
        rgba(255, 255, 255, 0.90);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 15px;
    font-weight: 600;
}

.contact-whatsapp-arrow {
    color:
        rgba(255, 255, 255, 0.42);

    font-size: 19px;

    transition:
        transform 0.25s ease,
        color 0.25s ease;
}

.contact-whatsapp:hover
.contact-whatsapp-arrow {
    color: #25d366;

    transform:
        translateX(4px);
}


/* ==========================================================
   REGIÃO
   ========================================================== */

.contact-region {
    margin-top: 40px;

    padding-top: 26px;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);
}

.contact-region-label {
    display: block;

    margin-bottom: 10px;

    color:
        rgba(255, 255, 255, 0.27);

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.18em;

    text-transform: uppercase;
}

.contact-region strong {
    display: block;

    margin-bottom: 7px;

    color:
        rgba(255, 255, 255, 0.76);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 13px;
    font-weight: 600;
}

.contact-region p {
    max-width: 360px;

    margin: 0;

    color:
        rgba(255, 255, 255, 0.32);

    font-family:
        "Inter",
        sans-serif;

    font-size: 11px;

    line-height: 1.6;
}


/* ==========================================================
   FORMULÁRIO
   ========================================================== */

.contact-form-area {
    position: relative;

    width: 100%;

    padding:
        34px 38px
        38px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.040),
            rgba(255, 255, 255, 0.012)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.085);
}

.contact-form-area::before {
    content: "";

    position: absolute;

    top: -1px;
    left: 38px;

    width: 74px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            #2388ff,
            #ed1c2e
        );
}


/* ==========================================================
   CABEÇALHO DO FORM
   ========================================================== */

.contact-form-header {
    margin-bottom: 31px;

    padding-bottom: 26px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.08);
}

.contact-form-header h2 {
    max-width: 600px;

    margin-bottom: 0;

    font-size:
        clamp(
            30px,
            2.4vw,
            42px
        );
}


/* ==========================================================
   GRID DO FORMULÁRIO
   ========================================================== */

.contact-form {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        22px 20px;
}

.contact-field {
    position: relative;

    display: flex;

    flex-direction: column;

    gap: 9px;
}

.contact-field-full {
    grid-column:
        1 / -1;
}


/* ==========================================================
   LABEL DOS CAMPOS
   ========================================================== */

.contact-field label {
    color:
        rgba(255, 255, 255, 0.44);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.10em;

    text-transform: uppercase;
}


/* ==========================================================
   INPUTS
   ========================================================== */

.contact-field input,
.contact-field select,
.contact-field textarea {
    display: block;

    width: 100%;

    margin: 0;

    padding:
        14px 15px;

    outline: none;

    color:
        rgba(255, 255, 255, 0.88);

    background:
        rgba(255, 255, 255, 0.025);

    border:
        1px solid
        rgba(255, 255, 255, 0.09);

    border-radius: 0;

    font-family:
        "Inter",
        sans-serif;

    font-size: 13px;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-field input,
.contact-field select {
    min-height: 49px;
}

.contact-field textarea {
    min-height: 105px;

    resize: vertical;

    line-height: 1.6;
}


/* PLACEHOLDER */

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color:
        rgba(255, 255, 255, 0.22);
}


/* FOCO */

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color:
        rgba(35, 136, 255, 0.52);

    background:
        rgba(35, 136, 255, 0.025);

    box-shadow:
        0 0 0 3px
        rgba(35, 136, 255, 0.035);
}


/* SELECT */

.contact-field select {
    cursor: pointer;
}

.contact-field select option {
    color: #ffffff;

    background: #080c11;
}


/* ==========================================================
   BOTÃO / RODAPÉ DO FORM
   ========================================================== */

.contact-form-footer {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 25px;

    margin-top: 5px;

    padding-top: 24px;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);
}

.contact-form-footer p {
    max-width: 330px;

    margin: 0;

    color:
        rgba(255, 255, 255, 0.27);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;

    line-height: 1.6;
}


/* ==========================================================
   BOTÃO ENVIAR
   ========================================================== */

.contact-submit {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 25px;

    min-height: 51px;

    padding:
        0 22px;

    cursor: pointer;

    color: #ffffff;

    background:
        rgba(255, 255, 255, 0.055);

    border:
        1px solid
        rgba(255, 255, 255, 0.15);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.11em;

    text-transform: uppercase;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.contact-submit:hover {
    transform:
        translateY(-2px);

    background:
        rgba(35, 136, 255, 0.09);

    border-color:
        rgba(35, 136, 255, 0.45);
}

.contact-submit span {
    font-size: 17px;

    transition:
        transform 0.25s ease;
}

.contact-submit:hover span {
    transform:
        translateX(4px);
}


/* ==========================================================
   LINHA INFERIOR
   ========================================================== */

.contact-section::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width:
        min(1100px, 72%);

    height: 1px;

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(35, 136, 255, 0.70),
            rgba(237, 28, 46, 0.60),
            transparent
        );
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1100px) {

    .contact-section {
        padding:
            135px 40px
            70px;
    }

    .contact-heading {
        grid-template-columns:
            minmax(0, 1fr)
            300px;

        gap: 55px;
    }

    .contact-content {
        grid-template-columns:
            300px
            minmax(0, 1fr);

        gap: 50px;
    }

    .contact-form-area {
        padding:
            30px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 780px) {

    .contact-section {
        min-height: 0;

        padding:
            115px 24px
            55px;
    }


    /* CABEÇALHO */

    .contact-heading {
        display: block;

        padding-bottom: 40px;
    }

    .contact-heading h1 {
        font-size:
            clamp(
                50px,
                14vw,
                72px
            );
    }

    .contact-heading-copy {
        max-width: 600px;

        margin-top: 36px;

        padding-left: 20px;
    }


    /* CONTEÚDO */

    .contact-content {
        display: block;

        padding-top: 40px;
    }

    .contact-info {
        max-width: 620px;
    }

    .contact-info h2 {
        font-size:
            clamp(
                35px,
                10vw,
                48px
            );
    }


    /* FORM */

    .contact-form-area {
        margin-top: 50px;

        padding:
            28px 24px
            30px;
    }

    .contact-form {
        grid-template-columns:
            1fr;
    }

    .contact-field-full {
        grid-column: auto;
    }

    .contact-form-footer {
        flex-direction: column;

        align-items: flex-start;
    }

    .contact-submit {
        width: 100%;

        justify-content:
            space-between;
    }

}


/* ==========================================================
   MOBILE PEQUENO
   ========================================================== */

@media (max-width: 480px) {

    .contact-section {
        padding:
            105px 18px
            45px;
    }

    .contact-heading h1 {
        font-size:
            clamp(
                43px,
                13.5vw,
                60px
            );
    }

    .contact-heading-copy p {
        font-size: 13px;
    }

    .contact-info h2 {
        font-size:
            clamp(
                32px,
                10vw,
                42px
            );
    }

    .contact-whatsapp {
        grid-template-columns:
            43px 1fr 20px;

        gap: 12px;

        padding:
            13px;
    }

    .contact-whatsapp-icon {
        width: 43px;
        height: 43px;
    }

    .contact-whatsapp-text strong {
        font-size: 13px;
    }

    .contact-form-area {
        padding:
            25px 18px
            26px;
    }

    .contact-form-area::before {
        left: 18px;
    }

}