/* ==========================================================
   PALU EVENTOS
   SERVICOS.CSS
   Página Serviços — versão compacta
   ========================================================== */


/* ==========================================================
   HERO COMPACTO
   ========================================================== */

.services-hero {
    position: relative;
    width: 100%;
    min-height: 440px;

    display: flex;
    align-items: center;

    padding:
        calc(var(--header-height) + 55px)
        var(--page-padding)
        65px;

    overflow: hidden;
    isolation: isolate;

    background:
        linear-gradient(
            115deg,
            #020509 0%,
            #050a10 52%,
            #08050a 100%
        );

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}


/* FUNDO */

.services-hero::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: 0;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.015) 1px,
            transparent 1px
        );

    background-size: 120px 100%;

    opacity: 0.7;
}


/* LINHA DE IDENTIDADE */

.services-hero::after {
    content: "";

    position: absolute;
    z-index: 2;

    left: 50%;
    bottom: 0;

    width: min(72%, 980px);
    height: 1px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(35, 136, 255, 0.65),
            rgba(239, 36, 104, 0.60),
            transparent
        );
}


/* GLOWS */

.services-hero-glow,
.services-cta-glow {
    position: absolute;
    z-index: 0;

    border-radius: 50%;

    filter: blur(150px);

    pointer-events: none;
}

.services-hero .services-glow-blue {
    width: 500px;
    height: 500px;

    left: -320px;
    top: -260px;

    background: rgba(35, 136, 255, 0.17);
}

.services-hero .services-glow-red {
    width: 480px;
    height: 480px;

    right: -300px;
    bottom: -300px;

    background: rgba(239, 36, 104, 0.12);
}


/* CONTAINER */

.services-hero-container {
    position: relative;
    z-index: 3;

    width: min(100%, var(--container-width));
    margin-inline: auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(280px, 0.55fr);

    gap: clamp(60px, 8vw, 130px);

    align-items: end;
}


/* TÍTULO */

.services-hero-main {
    max-width: 800px;
}

.services-hero-main .section-eyebrow {
    margin-bottom: 18px;
}

.services-hero-main h1 {
    max-width: 800px;

    margin: 0;

    font-family: var(--font-display);

    font-size: clamp(3.2rem, 4.7vw, 5.3rem);
    font-weight: var(--font-extrabold);

    line-height: 0.89;
    letter-spacing: -0.065em;

    text-transform: uppercase;

    color: var(--color-white);
}

.services-hero-main h1 span {
    display: block;

    margin-top: 7px;

    color: rgba(255, 255, 255, 0.38);

    font-weight: var(--font-light);
}


/* TEXTO LATERAL */

.services-hero-info {
    position: relative;

    max-width: 320px;

    padding-left: 25px;

    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.services-hero-info::before {
    content: "";

    position: absolute;

    left: -1px;
    top: 0;

    width: 1px;
    height: 45px;

    background:
        linear-gradient(
            180deg,
            var(--palu-blue),
            var(--palu-red)
        );
}

.services-hero-info p {
    margin: 0;

    color: rgba(255, 255, 255, 0.54);

    font-size: 0.80rem;
    line-height: 1.7;
}

.services-explore {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 20px;

    color: rgba(255, 255, 255, 0.73);

    font-size: 0.56rem;
    font-weight: var(--font-bold);

    letter-spacing: 0.10em;

    text-transform: uppercase;

    transition:
        color var(--transition),
        gap var(--transition);
}

.services-explore span {
    color: var(--palu-blue);
}

.services-explore:hover {
    color: var(--color-white);
    gap: 14px;
}


/* ==========================================================
   PORTFÓLIO
   ========================================================== */

.services-portfolio {
    position: relative;

    width: 100%;

    padding:
        clamp(70px, 6vw, 100px)
        var(--page-padding);

    background:
        linear-gradient(
            180deg,
            #030609 0%,
            #05090e 50%,
            #030609 100%
        );

    overflow: hidden;
}


/* ==========================================================
   CABEÇALHO DA SEÇÃO
   ========================================================== */

.services-section-heading {
    width: min(100%, var(--container-width));

    margin:
        0 auto
        42px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(260px, 0.42fr);

    gap: 60px;

    align-items: end;
}

.services-section-heading .section-eyebrow {
    margin-bottom: 15px;
}

.services-section-heading h2 {
    margin: 0;

    font-family: var(--font-display);

    font-size: clamp(2.6rem, 3.6vw, 4.2rem);
    font-weight: var(--font-extrabold);

    line-height: 0.91;
    letter-spacing: -0.060em;

    text-transform: uppercase;

    color: var(--color-white);
}

.services-section-heading h2 span {
    display: block;

    margin-top: 5px;

    color: rgba(255, 255, 255, 0.35);

    font-weight: var(--font-light);
}

.services-section-heading > p {
    max-width: 340px;

    margin: 0 0 3px;

    color: rgba(255, 255, 255, 0.46);

    font-size: 0.76rem;
    line-height: 1.7;
}


/* ==========================================================
   GRID — 3 COLUNAS
   ========================================================== */

.services-cards {
    width: min(100%, var(--container-width));

    margin-inline: auto;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 1px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.08);

    background:
        rgba(255, 255, 255, 0.08);
}


/* ==========================================================
   CARD
   ========================================================== */

.service-card {
    position: relative;

    min-width: 0;
    min-height: 355px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 26px;

    overflow: hidden;
    isolation: isolate;

    background:
        linear-gradient(
            145deg,
            #070c12 0%,
            #04080c 100%
        );

    transition:
        background var(--transition);
}

.service-card::before {
    content: "";

    position: absolute;

    z-index: 0;
    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(35, 136, 255, 0.065),
            transparent 35%
        );

    opacity: 0.75;
}

.service-card:nth-child(3n + 2)::before {
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(239, 36, 104, 0.055),
            transparent 35%
        );
}

.service-card::after {
    content: "";

    position: absolute;

    z-index: 5;

    inset: 0;

    border:
        1px solid transparent;

    pointer-events: none;

    transition:
        border-color var(--transition);
}

.service-card:hover::after {
    border-color:
        rgba(255, 255, 255, 0.14);
}


/* ==========================================================
   CARD ROBÔ COM FOTO
   ========================================================== */

.service-card-photo {
    background: #030609;
}

.service-card-image {
    position: absolute;

    z-index: 0;
    inset: 0;

    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 66% center;

    filter:
        saturate(1.05)
        contrast(1.04)
        brightness(0.72);

    transition:
        transform 1s cubic-bezier(.16, 1, .3, 1),
        filter 1s cubic-bezier(.16, 1, .3, 1);
}

.service-card-photo:hover
.service-card-image img {
    transform: scale(1.025);

    filter:
        saturate(1.08)
        contrast(1.04)
        brightness(0.77);
}

.service-card-shade {
    position: absolute;

    z-index: 1;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(2, 5, 9, 0.15) 0%,
            rgba(2, 5, 9, 0.28) 30%,
            rgba(2, 5, 9, 0.88) 72%,
            #020509 100%
        );
}


/* ==========================================================
   TOPO DO CARD
   ========================================================== */

.service-card-top {
    position: relative;

    z-index: 3;

    min-height: 27px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.service-index {
    color: rgba(255, 255, 255, 0.25);

    font-size: 0.50rem;
    font-weight: var(--font-bold);

    letter-spacing: 0.16em;
}

.service-badge {
    display: inline-flex;

    align-items: center;

    min-height: 24px;

    padding: 0 9px;

    border:
        1px solid
        rgba(35, 136, 255, 0.25);

    border-radius: 999px;

    background:
        rgba(35, 136, 255, 0.055);

    color:
        rgba(255, 255, 255, 0.67);

    font-size: 0.44rem;
    font-weight: var(--font-bold);

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


/* ==========================================================
   PALAVRA GRÁFICA
   ========================================================== */

.service-card-symbol {
    position: absolute;

    z-index: 0;

    top: 56px;
    right: 20px;

    max-width: calc(100% - 40px);

    overflow: hidden;

    color:
        rgba(255, 255, 255, 0.035);

    font-family:
        var(--font-display);

    font-size:
        clamp(4rem, 6vw, 7rem);

    font-weight:
        var(--font-extrabold);

    line-height: 0.85;

    letter-spacing: -0.075em;

    text-transform: uppercase;

    white-space: nowrap;

    transition:
        transform 0.8s cubic-bezier(.16, 1, .3, 1),
        color var(--transition);
}

.service-card:hover
.service-card-symbol {
    transform: translateX(-5px);

    color:
        rgba(255, 255, 255, 0.055);
}


/* ==========================================================
   CONTEÚDO
   ========================================================== */

.service-card-body {
    position: relative;

    z-index: 3;

    width: 100%;

    margin-top: auto;
}

.service-type {
    display: block;

    margin-bottom: 10px;

    color: var(--palu-blue);

    font-size: 0.46rem;
    font-weight: var(--font-bold);

    letter-spacing: 0.17em;

    text-transform: uppercase;
}

.service-card:nth-child(3n + 2)
.service-type {
    color:
        rgba(239, 36, 104, 0.88);
}

.service-card-body h3 {
    margin: 0;

    font-family: var(--font-display);

    font-size:
        clamp(1.65rem, 2.1vw, 2.55rem);

    font-weight:
        var(--font-extrabold);

    line-height: 0.91;
    letter-spacing: -0.055em;

    text-transform: uppercase;

    color: var(--color-white);
}

.service-card-body h3 span {
    display: block;

    margin-top: 3px;

    color:
        rgba(255, 255, 255, 0.43);

    font-weight:
        var(--font-light);
}

.service-card-body p {
    width: 100%;
    max-width: 310px;

    min-height: 44px;

    margin: 14px 0 0;

    color:
        rgba(255, 255, 255, 0.48);

    font-size: 0.70rem;
    line-height: 1.55;
}

.service-card-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 17px;

    color:
        rgba(255, 255, 255, 0.69);

    font-size: 0.51rem;
    font-weight: var(--font-bold);

    letter-spacing: 0.08em;

    text-transform: uppercase;

    transition:
        color var(--transition),
        gap var(--transition);
}

.service-card-link span {
    color: var(--palu-blue);
}

.service-card-link:hover {
    color: var(--color-white);
    gap: 13px;
}


/* ==========================================================
   PERSONALIZADOS E ESTRUTURA
   ========================================================== */

.services-complementary {
    position: relative;

    width: 100%;

    padding:
        clamp(75px, 6vw, 100px)
        var(--page-padding);

    background: #030609;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.06);
}

.services-complementary-container {
    width: min(100%, var(--container-width));

    margin-inline: auto;

    display: grid;

    grid-template-columns:
        minmax(280px, 0.65fr)
        minmax(0, 1.35fr);

    gap: clamp(60px, 8vw, 120px);

    align-items: start;
}


/* TÍTULO */

.services-complementary-heading
.section-eyebrow {
    margin-bottom: 15px;
}

.services-complementary-heading h2 {
    max-width: 540px;

    margin: 0;

    font-family: var(--font-display);

    font-size:
        clamp(
            2.6rem,
            3.6vw,
            4.1rem
        );

    font-weight:
        var(--font-extrabold);

    line-height: 0.91;

    letter-spacing: -0.06em;

    text-transform: uppercase;

    color: var(--color-white);
}

.services-complementary-heading h2 span {
    display: block;

    margin-top: 5px;

    color:
        rgba(255, 255, 255, 0.34);

    font-weight:
        var(--font-light);
}


/* LISTA */

.complementary-list {
    border-top:
        1px solid
        rgba(255, 255, 255, 0.09);
}

.complementary-item {
    min-height: 92px;

    display: grid;

    grid-template-columns:
        40px
        minmax(0, 1fr)
        38px;

    gap: 16px;

    align-items: center;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.09);

    transition:
        padding var(--transition),
        background var(--transition);
}

.complementary-item:hover {
    padding-left: 8px;

    background:
        rgba(255, 255, 255, 0.018);
}

.complementary-index {
    color:
        rgba(255, 255, 255, 0.22);

    font-size: 0.48rem;
    font-weight: var(--font-bold);

    letter-spacing: 0.14em;
}

.complementary-item div > span {
    display: block;

    margin-bottom: 5px;

    color:
        rgba(255, 255, 255, 0.27);

    font-size: 0.46rem;
    font-weight: var(--font-bold);

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.complementary-item strong {
    color:
        rgba(255, 255, 255, 0.73);

    font-family:
        var(--font-display);

    font-size:
        clamp(
            1.1rem,
            1.5vw,
            1.55rem
        );

    font-weight:
        var(--font-semibold);

    letter-spacing: -0.025em;

    transition:
        color var(--transition);
}

.complementary-item:hover strong {
    color: var(--color-white);
}

.complementary-arrow {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(255, 255, 255, 0.11);

    border-radius: 50%;

    color:
        rgba(255, 255, 255, 0.47);

    transition:
        transform var(--transition),
        color var(--transition),
        border-color var(--transition);
}

.complementary-item:hover
.complementary-arrow {
    transform: translateX(3px);

    color: var(--color-white);

    border-color:
        rgba(35, 136, 255, 0.35);
}


/* ==========================================================
   CTA
   ========================================================== */

.services-cta {
    position: relative;

    width: 100%;

    min-height: 410px;

    display: flex;
    align-items: center;

    padding:
        75px
        var(--page-padding);

    overflow: hidden;
    isolation: isolate;

    background:
        linear-gradient(
            115deg,
            #020509,
            #05090e 55%,
            #07050a
        );

    border-top:
        1px solid
        rgba(255, 255, 255, 0.07);
}

.services-cta::before {
    content: "";

    position: absolute;

    z-index: 1;

    top: 0;
    left: 50%;

    width: min(72%, 980px);
    height: 1px;

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(35, 136, 255, 0.60),
            rgba(239, 36, 104, 0.60),
            transparent
        );
}

.services-cta .services-glow-blue {
    width: 480px;
    height: 480px;

    left: -310px;
    top: -280px;

    background:
        rgba(35, 136, 255, 0.14);
}

.services-cta .services-glow-red {
    width: 480px;
    height: 480px;

    right: -310px;
    bottom: -300px;

    background:
        rgba(239, 36, 104, 0.12);
}

.services-cta-container {
    position: relative;

    z-index: 3;

    width: min(100%, var(--container-width));

    margin-inline: auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 0.50fr);

    gap:
        clamp(60px, 8vw, 130px);

    align-items: end;
}

.services-cta-container
.section-eyebrow {
    margin-bottom: 15px;
}

.services-cta-container h2 {
    margin: 0;

    font-family:
        var(--font-display);

    font-size:
        clamp(
            3rem,
            4.3vw,
            4.9rem
        );

    font-weight:
        var(--font-extrabold);

    line-height: 0.89;

    letter-spacing: -0.063em;

    text-transform: uppercase;

    color: var(--color-white);
}

.services-cta-container h2 span {
    display: block;

    margin-top: 5px;

    color:
        rgba(255, 255, 255, 0.35);

    font-weight:
        var(--font-light);
}

.services-cta-content {
    max-width: 330px;
}

.services-cta-content p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.50);

    font-size: 0.78rem;

    line-height: 1.7;
}

.services-cta-content .btn {
    margin-top: 21px;

    min-height: 48px;

    padding:
        0 20px;

    font-size: 0.59rem;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1100px) {

    .services-hero {
        min-height: 410px;
    }

    .services-hero-container {
        grid-template-columns:
            minmax(0, 1.2fr)
            minmax(250px, 0.8fr);

        gap: 50px;
    }

    .services-cards {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .service-card {
        min-height: 350px;
    }

    .services-complementary-container {
        grid-template-columns:
            minmax(250px, 0.7fr)
            minmax(0, 1.3fr);

        gap: 50px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 768px) {

    /* HERO */

    .services-hero {
        min-height: auto;

        padding:
            calc(var(--header-height) + 55px)
            var(--page-padding)
            55px;
    }

    .services-hero-container {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 28px;
    }

    .services-hero-main h1 {
        font-size:
            clamp(
                2.75rem,
                12vw,
                4rem
            );
    }

    .services-hero-info {
        max-width: 430px;

        padding-left: 18px;
    }


    /* PORTFÓLIO */

    .services-portfolio {
        padding:
            60px
            var(--page-padding);
    }

    .services-section-heading {
        display: block;

        margin-bottom: 30px;
    }

    .services-section-heading h2 {
        font-size:
            clamp(
                2.4rem,
                10vw,
                3.5rem
            );
    }

    .services-section-heading > p {
        max-width: 430px;

        margin-top: 20px;
    }

    .services-cards {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 330px;

        padding: 24px;
    }

    .service-card-photo {
        min-height: 400px;
    }

    .service-card-image img {
        object-position: 68% center;
    }

    .service-card-symbol {
        top: 55px;
        right: 20px;

        font-size:
            clamp(
                4rem,
                20vw,
                6.5rem
            );
    }

    .service-card-body h3 {
        font-size:
            clamp(
                1.9rem,
                8vw,
                2.8rem
            );
    }

    .service-card-body p {
        min-height: 0;

        max-width: 330px;
    }


    /* COMPLEMENTARES */

    .services-complementary {
        padding:
            60px
            var(--page-padding);
    }

    .services-complementary-container {
        display: flex;

        flex-direction: column;

        gap: 35px;
    }

    .services-complementary-heading h2 {
        font-size:
            clamp(
                2.4rem,
                10vw,
                3.5rem
            );
    }

    .complementary-list {
        width: 100%;
    }


    /* CTA */

    .services-cta {
        min-height: auto;

        padding:
            65px
            var(--page-padding);
    }

    .services-cta-container {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 28px;
    }

    .services-cta-container h2 {
        font-size:
            clamp(
                2.6rem,
                11vw,
                3.8rem
            );
    }

    .services-cta-content {
        max-width: 430px;
    }

}


/* ==========================================================
   MOBILE PEQUENO
   ========================================================== */

@media (max-width: 480px) {

    .services-hero {
        padding-bottom: 48px;
    }

    .services-hero-main h1 {
        font-size:
            clamp(
                2.55rem,
                12.5vw,
                3.4rem
            );
    }

    .services-portfolio,
    .services-complementary {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .service-card {
        min-height: 315px;

        padding: 21px;
    }

    .service-card-photo {
        min-height: 380px;
    }

    .service-card-body p {
        font-size: 0.68rem;
    }

    .complementary-item {
        grid-template-columns:
            30px
            minmax(0, 1fr)
            32px;

        gap: 10px;

        min-height: 84px;
    }

    .complementary-arrow {
        width: 30px;
        height: 30px;
    }

    .services-cta {
        padding:
            58px
            var(--page-padding);
    }

}


/* ==========================================================
   TOUCH
   ========================================================== */

@media (hover: none) {

    .service-card-photo:hover
    .service-card-image img {
        transform: none;
    }

    .service-card:hover
    .service-card-symbol {
        transform: none;
    }

}