/* ==========================================================
   PALU EVENTOS — QUEM SOMOS
   Página isolada | classes qs-*
   ========================================================== */


/* ==========================================================
   BASE DA PÁGINA
   ========================================================== */

.qs-main {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #030609;
}

.qs-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 720px;
    overflow: hidden;

    padding: 150px 5vw 70px;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(35, 136, 255, 0.09),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 78%,
            rgba(237, 28, 46, 0.06),
            transparent 28%
        ),
        linear-gradient(
            125deg,
            #020509 0%,
            #04080d 52%,
            #07050a 100%
        );

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}


/* ==========================================================
   FUNDO DECORATIVO
   ========================================================== */

.qs-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: 110px 110px;

    opacity: 0.55;
}

.qs-light {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(150px);
}

.qs-light-blue {
    width: 500px;
    height: 500px;
    left: -330px;
    top: -250px;
    background: rgba(35, 136, 255, 0.18);
}

.qs-light-red {
    width: 520px;
    height: 520px;
    right: -350px;
    bottom: -310px;
    background: rgba(237, 28, 46, 0.10);
}


/* ==========================================================
   CONTAINER
   ========================================================== */

.qs-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1440px;

    margin: 0 auto;
}


/* ==========================================================
   ABERTURA
   ========================================================== */

.qs-intro {
    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
   ========================================================== */

.qs-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: 700;

    letter-spacing: 0.22em;

    text-transform: uppercase;
}

.qs-eyebrow i {
    display: block;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #2388ff;

    box-shadow:
        0 0 14px rgba(35, 136, 255, 0.85);
}


/* ==========================================================
   TÍTULO
   ========================================================== */

.qs-heading h1 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(72px, 7vw, 112px);
    font-weight: 800;

    line-height: 0.80;

    letter-spacing: -0.075em;

    text-transform: uppercase;

    color: #ffffff;
}

.qs-heading h1 span {
    display: block;

    margin-top: 13px;

    color: rgba(255, 255, 255, 0.30);

    font-weight: 300;
}


/* LINHA COLORIDA */

.qs-title-line {
    width: 72px;
    height: 2px;

    margin-top: 30px;

    background:
        linear-gradient(
            90deg,
            #2388ff,
            #ed1c2e
        );
}


/* TAGLINE */

.qs-tagline {
    margin: 14px 0 0;

    color: rgba(255, 255, 255, 0.35);

    font-family: "Inter", sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.20em;

    text-transform: uppercase;
}


/* ==========================================================
   TEXTO DA ABERTURA
   ========================================================== */

.qs-intro-text {
    position: relative;

    max-width: 430px;

    padding-left: 28px;

    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.qs-intro-accent {
    position: absolute;

    left: -1px;
    top: 0;

    width: 1px;
    height: 68px;

    background:
        linear-gradient(
            to bottom,
            #2388ff,
            #ed1c2e
        );
}

.qs-intro-text p {
    margin: 0;

    color: rgba(255, 255, 255, 0.52);

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.8;
}

.qs-intro-text strong {
    color: rgba(255, 255, 255, 0.90);
    font-weight: 600;
}


/* ==========================================================
   CONTEÚDO
   ========================================================== */

.qs-content {
    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.70fr);

    gap: clamp(70px, 10vw, 160px);

    padding: 54px 0 48px;
}


/* ==========================================================
   LABEL
   ========================================================== */

.qs-label {
    display: block;

    margin-bottom: 17px;

    color: rgba(255, 255, 255, 0.30);

    font-family: "Inter", sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.19em;

    text-transform: uppercase;
}


/* ==========================================================
   TEXTO INSTITUCIONAL
   ========================================================== */

.qs-story {
    max-width: 650px;
}

.qs-story h2 {
    max-width: 600px;

    margin: 0 0 26px;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(38px, 3.3vw, 56px);
    font-weight: 800;

    line-height: 0.92;

    letter-spacing: -0.055em;

    text-transform: uppercase;
}

.qs-story h2 span {
    display: block;

    margin-top: 5px;

    color: rgba(255, 255, 255, 0.28);

    font-weight: 300;
}

.qs-story > p {
    max-width: 570px;

    margin: 0 0 17px;

    color: rgba(255, 255, 255, 0.46);

    font-family: "Inter", sans-serif;

    font-size: 13px;

    line-height: 1.78;
}

.qs-story > p:last-child {
    margin-bottom: 0;
}

.qs-story > p strong {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}


/* ==========================================================
   IDENTIDADE
   ========================================================== */

.qs-identity {
    width: 100%;
    max-width: 480px;
}

.qs-values {
    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, 0.10);
}


/* ITEM */

.qs-value {
    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 16px;

    align-items: center;

    min-height: 72px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    transition:
        padding-left 0.25s ease,
        background 0.25s ease;
}

.qs-value:hover {
    padding-left: 8px;

    background:
        linear-gradient(
            90deg,
            rgba(35, 136, 255, 0.045),
            transparent
        );
}


/* NÚMERO */

.qs-number {
    color: rgba(255, 255, 255, 0.19);

    font-family: "Inter", sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.12em;
}


/* TÍTULO */

.qs-value strong {
    display: block;

    margin-bottom: 4px;

    color: rgba(255, 255, 255, 0.84);

    font-family: "Montserrat", sans-serif;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.05em;

    text-transform: uppercase;
}


/* TEXTO */

.qs-value p {
    margin: 0;

    color: rgba(255, 255, 255, 0.34);

    font-family: "Inter", sans-serif;

    font-size: 11px;

    line-height: 1.5;
}


/* ==========================================================
   FECHAMENTO
   ========================================================== */

.qs-closing {
    display: flex;

    justify-content: space-between;
    align-items: flex-end;

    gap: 40px;

    padding-top: 28px;

    border-top: 1px solid rgba(255, 255, 255, 0.09);
}


/* LOCALIZAÇÃO */

.qs-location {
    display: flex;
    align-items: center;

    gap: 10px;

    color: rgba(255, 255, 255, 0.30);

    font-family: "Inter", sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.17em;

    text-transform: uppercase;
}

.qs-location > span {
    display: block;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #2388ff;

    box-shadow:
        0 0 13px rgba(35, 136, 255, 0.70);
}

.qs-location i {
    display: block;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.28);
}


/* ==========================================================
   ASSINATURA
   ========================================================== */

.qs-signature {
    text-align: right;
}

.qs-signature small {
    display: block;

    margin-bottom: 7px;

    color: rgba(255, 255, 255, 0.25);

    font-family: "Inter", sans-serif;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 0.20em;

    text-transform: uppercase;
}

.qs-signature strong {
    display: block;

    color: rgba(255, 255, 255, 0.80);

    font-family: "Montserrat", sans-serif;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.45;

    letter-spacing: 0.04em;

    text-transform: uppercase;
}

.qs-signature strong span {
    display: block;

    color: rgba(255, 255, 255, 0.37);

    font-weight: 400;
}


/* ==========================================================
   LINHA FINAL
   ========================================================== */

.qs-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) {

    .qs-section {
        padding:
            135px 40px
            65px;
    }

    .qs-intro {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, 0.65fr);

        gap: 50px;
    }

    .qs-heading h1 {
        font-size:
            clamp(
                62px,
                8vw,
                88px
            );
    }

    .qs-content {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(300px, 0.75fr);

        gap: 55px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 768px) {

    .qs-section {
        min-height: 0;

        padding:
            120px 24px
            50px;
    }


    /* ABERTURA */

    .qs-intro {
        display: block;

        padding-bottom: 40px;
    }

    .qs-heading h1 {
        font-size:
            clamp(
                58px,
                18vw,
                82px
            );
    }

    .qs-title-line {
        margin-top: 25px;
    }

    .qs-intro-text {
        max-width: 600px;

        margin-top: 38px;

        padding-left: 20px;
    }


    /* CONTEÚDO */

    .qs-content {
        display: block;

        padding:
            40px 0;
    }

    .qs-story {
        max-width: 620px;
    }

    .qs-story h2 {
        font-size:
            clamp(
                36px,
                10vw,
                48px
            );
    }

    .qs-story > p {
        font-size: 13px;
    }


    /* VALORES */

    .qs-identity {
        max-width: 620px;

        margin-top: 42px;
    }


    /* FECHAMENTO */

    .qs-closing {
        display: block;

        padding-top: 26px;
    }

    .qs-signature {
        margin-top: 28px;

        text-align: left;
    }

}


/* ==========================================================
   MOBILE PEQUENO
   ========================================================== */

@media (max-width: 480px) {

    .qs-section {
        padding:
            105px 18px
            44px;
    }

    .qs-eyebrow {
        margin-bottom: 18px;

        font-size: 9px;
    }

    .qs-heading h1 {
        font-size:
            clamp(
                52px,
                18vw,
                68px
            );
    }

    .qs-tagline {
        font-size: 8px;
    }

    .qs-intro-text p {
        font-size: 13px;
    }

    .qs-content {
        padding:
            36px 0;
    }

    .qs-story h2 {
        font-size:
            clamp(
                34px,
                10vw,
                42px
            );
    }

    .qs-value {
        grid-template-columns:
            34px 1fr;

        gap: 12px;

        min-height: 68px;
    }

    .qs-value strong {
        font-size: 12px;
    }

    .qs-value p {
        font-size: 10px;
    }

}