/* =========================
   RESET
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #191919;
    color: #ffffff;
}

body.modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}


/* =========================
   VARIÁVEIS
========================= */

:root {
    --black: #191919;
    --black-light: #222222;
    --white: #f5f5f5;
    --gray: #bdbdbd;
    --green: #00d500;
}


/* =========================
   CONTAINER
========================= */

.container {
    width: min(1080px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

.header {
    height: 116px;

    background: var(--black);

    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    position: sticky;
    top: 0;

    z-index: 100;

    transition:
        background 0.3s ease,
        border 0.3s ease;
}

.header.header-scrolled {
    background: rgba(25, 25, 25, 0.92);

    backdrop-filter: blur(12px);
}

.header-container {
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOGO */

.logo {
    display: flex;
    align-items: center;

    height: 100%;
}

.logo-img {
    height: 25px;
    width: auto;

    display: block;

    margin: auto 0;
}


/* MENU */

.nav {
    display: flex;
    align-items: center;

    gap: 38px;

    margin-left: auto;
    margin-right: 38px;
}

.nav a {
    position: relative;

    font-size: 14px;

    text-transform: uppercase;
    letter-spacing: 0.5px;

    color: #ffffff;

    transition: color 0.3s ease;
}

.nav a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 0;
    height: 1px;

    background: var(--green);

    transition: width 0.3s ease;
}

.nav a:hover {
    color: var(--green);
}

.nav a:hover::after {
    width: 100%;
}


/* BOTÃO HEADER */

.header-cta {
    padding: 13px 25px;

    background: var(--green);
    color: #000000;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.3px;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.header-cta:hover {
    background: #ffffff;

    transform: translateY(-2px);
}


/* =========================
   HERO
========================= */

.hero {
    min-height: 548px;

    background:
        radial-gradient(
            circle at 75% 50%,
            rgba(0, 213, 0, 0.08),
            transparent 30%
        ),
        var(--black);

    overflow: hidden;
}

.hero-container {
    min-height: 548px;

    display: flex;
    align-items: center;

    position: relative;
}


/* CONTEÚDO */

.hero-content {
    width: 65%;

    position: relative;

    z-index: 5;
}

.hero-label,
.section-label {
    margin-bottom: 22px;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: var(--green);
}

.hero h1 {
    max-width: 780px;

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1.08;

    font-weight: 400;

    letter-spacing: -2px;
}

.hero h1 strong {
    font-weight: 700;
}

.hero-description {
    margin-top: 25px;

    font-size: 19px;
    line-height: 1.5;

    color: #d7d7d7;
}

.hero-description span {
    color: var(--green);
}


/* BOTÃO HERO */

.hero-button {
    display: inline-block;

    margin-top: 55px;

    padding: 16px 20px;

    border: 1px solid var(--green);

    font-size: 14px;
    font-weight: 700;

    color: #ffffff;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.hero-button:hover {
    background: var(--green);

    color: #000000;

    transform: translateY(-3px);
}


/* =========================
   HERO VISUAL
========================= */

.hero-visual {
    position: absolute;

    right: -80px;
    top: 50%;

    width: 470px;
    height: 470px;

    transform: translateY(-50%);

    opacity: 0.9;
}


/* GRADE */

.visual-grid {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(0, 213, 0, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 213, 0, 0.08) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

    mask-image:
        radial-gradient(
            circle,
            black 20%,
            transparent 70%
        );

    transform:
        perspective(500px)
        rotateX(55deg);
}


/* CÍRCULO */

.visual-circle {
    position: absolute;

    width: 280px;
    height: 280px;

    top: 95px;
    left: 95px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(0, 213, 0, 0.35),
            rgba(0, 213, 0, 0.03) 55%,
            transparent 70%
        );

    border: 1px solid rgba(0, 213, 0, 0.45);

    box-shadow:
        0 0 80px rgba(0, 213, 0, 0.08),
        inset 0 0 60px rgba(0, 213, 0, 0.08);
}


/* ANÉIS */

.visual-ring {
    position: absolute;

    border: 1px solid rgba(0, 213, 0, 0.35);

    border-radius: 50%;
}

.ring-one {
    width: 350px;
    height: 350px;

    top: 60px;
    left: 60px;

    transform: rotate(20deg);
}

.ring-two {
    width: 420px;
    height: 180px;

    top: 145px;
    left: 25px;

    transform: rotate(-35deg);
}

.ring-three {
    width: 430px;
    height: 120px;

    top: 165px;
    left: 20px;

    transform: rotate(35deg);
}


/* SÍMBOLO */

.visual-symbol {
    position: absolute;

    top: 50%;
    left: 50%;

    transform:
        translate(-50%, -50%);

    font-size: 125px;
    font-weight: 700;

    color: transparent;

    -webkit-text-stroke:
        1px rgba(0, 213, 0, 0.7);

    text-shadow:
        0 0 30px rgba(0, 213, 0, 0.15);
}


/* CÓDIGO */

.visual-code {
    position: absolute;

    right: 35px;
    bottom: 65px;

    font-family: monospace;

    font-size: 13px;

    color: rgba(0, 213, 0, 0.65);

    letter-spacing: 2px;
}


/* =========================
   INTRO
========================= */

.intro {
    background: var(--white);

    color: #111111;

    padding: 100px 0;
}

.intro-container {
    text-align: center;
}

.intro .section-label {
    margin-bottom: 25px;
}

.intro h2 {
    max-width: 850px;

    margin: 0 auto;

    font-size: clamp(28px, 3vw, 40px);

    line-height: 1.15;

    font-weight: 600;

    letter-spacing: -1px;
}

.intro-description {
    margin-top: 25px;

    font-size: 18px;
}

.intro-description span {
    color: var(--green);

    font-weight: 700;
}


/* =========================
   SERVIÇOS
========================= */

.services {
    padding: 110px 0;

    background: var(--black);
}

.services-header {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    margin-bottom: 60px;
}

.services-header h2 {
    max-width: 550px;

    font-size: clamp(35px, 4vw, 52px);

    line-height: 1.05;

    letter-spacing: -2px;
}

.services-description {
    max-width: 330px;

    color: var(--gray);

    line-height: 1.6;
}


/* GRID */

.services-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}


/* CARD */

.service-card {
    position: relative;

    min-height: 300px;

    padding: 35px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    background: var(--black-light);

    transition:
        border 0.3s ease,
        transform 0.3s ease;
}

.service-card:hover {
    border-color: var(--green);

    transform: translateY(-6px);
}

.service-number {
    display: block;

    margin-bottom: 70px;

    color: var(--green);

    font-size: 13px;

    font-family: monospace;
}

.service-card h3 {
    margin-bottom: 18px;

    font-size: 27px;
}

.service-card p {
    max-width: 280px;

    color: var(--gray);

    line-height: 1.6;
}

.service-arrow {
    position: absolute;

    right: 30px;
    bottom: 30px;

    font-size: 25px;

    color: var(--green);
}


/* =========================
   CTA
========================= */

.cta {
    background: var(--green);

    color: #000000;

    padding: 120px 0;
}

.cta-container {
    text-align: center;
}

.cta .section-label {
    color: #000000;
}

.cta h2 {
    max-width: 800px;

    margin: 0 auto;

    font-size: clamp(45px, 6vw, 80px);

    line-height: 0.95;

    letter-spacing: -4px;
}

.cta p:not(.section-label) {
    max-width: 550px;

    margin: 30px auto;

    font-size: 18px;

    line-height: 1.5;
}

.cta-button {
    display: inline-block;

    padding: 16px 25px;

    border: 1px solid #000000;

    font-size: 14px;
    font-weight: 700;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.cta-button:hover {
    background: #000000;

    color: var(--green);
}


/* =========================
   FOOTER
========================= */

.footer {
    background: var(--black);

    color: #ffffff;

    padding: 55px 0 0;
}

.footer-container {
    display: grid;

    grid-template-columns:
        1fr 1fr 1fr;

    align-items: center;

    min-height: 150px;
}


/* MENU */

.footer-menu {
    display: flex;

    flex-direction: column;

    gap: 10px;
}

.footer-menu a {
    width: fit-content;

    font-size: 16px;

    font-weight: 500;

    letter-spacing: 0.3px;

    color: #ffffff;

    transition:
        color 0.3s ease;
}

.footer-menu a:hover {
    color: var(--green);
}

.footer-menu a.active {
    color: var(--green);
}


/* REDES SOCIAIS */

.footer-social {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 28px;

    height: 100%;
}

.footer-social a {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #d9d9d9;

    color: #111111;

    font-size: 15px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.footer-social a:hover {
    background: var(--green);

    color: #000000;

    transform: translateY(-3px);
}


/* CONTATO */

.footer-contact {
    display: flex;

    flex-direction: column;

    gap: 16px;

    justify-self: end;

    max-width: 360px;
}

.footer-contact p {
    margin: 0;

    font-size: 16px;

    line-height: 1.35;

    color: #ffffff;
}


/* COPYRIGHT */

.footer-bottom {
    margin-top: 40px;

    padding: 20px 0;

    border-top:
        1px solid rgba(255, 255, 255, 0.10);

    text-align: center;
}

.footer-bottom span {
    font-size: 12px;

    color: #666666;
}


/* =========================
   MODAL WHATSAPP
========================= */

.whatsapp-modal {
    position: fixed;

    inset: 0;

    display: none;

    align-items: center;

    justify-content: center;

    padding: 20px;

    z-index: 9999;
}

.whatsapp-modal.active {
    display: flex;
}


/* FUNDO */

.whatsapp-modal-overlay {
    position: absolute;

    inset: 0;

    background:
        rgba(0, 0, 0, 0.78);

    backdrop-filter: blur(8px);
}


/* ANIMAÇÃO */

@keyframes whatsappModalOpen {

    from {
        opacity: 0;

        transform:
            translateY(20px)
            scale(0.97);
    }

    to {
        opacity: 1;

        transform:
            translateY(0)
            scale(1);
    }

}


/* CONTEÚDO */

.whatsapp-modal-content {
    padding: 45px 40px 40px;
}


/* FECHAR */

.whatsapp-modal-close {
    position: absolute;

    top: 15px;
    right: 18px;

    width: 28px;
    height: 28px;

    border: none;

    border-radius: 50%;

    background: #ffffff;

    color: #191919;

    font-size: 21px;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.whatsapp-modal-close:hover {
    background: var(--green);

    transform: rotate(90deg);
}


/* TÍTULO */

.whatsapp-modal-label {
    display: block;

    margin-bottom: 15px;

    color: var(--green);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.whatsapp-modal-content h2 {
    margin: 0;

    font-size: 32px;

    line-height: 1.05;

    letter-spacing: -1px;

    color: #ffffff;
}

.whatsapp-modal-content > p {
    margin: 18px 0 30px;

    color: #999999;

    font-size: 14px;

    line-height: 1.5;
}


/* FORMULÁRIO */

#whatsappForm {
    display: flex;

    flex-direction: column;

    gap: 16px;
}


/* INPUT */

.whatsapp-input input,
.whatsapp-input textarea {
    width: 100%;

    box-sizing: border-box;

    border:
        1px solid
        rgba(255, 255, 255, 0.7);

    border-radius: 40px;

    background: transparent;

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    outline: none;

    transition:
        border-color 0.3s ease,
        background 0.3s ease;
}

.whatsapp-input input {
    height: 58px;

    padding: 0 25px;
}

.whatsapp-input textarea {
    min-height: 90px;

    padding: 18px 25px;

    resize: vertical;

    border-radius: 25px;
}


/* PLACEHOLDER */

.whatsapp-input input::placeholder,
.whatsapp-input textarea::placeholder {
    color: #dddddd;

    opacity: 1;

    font-size: 13px;

    letter-spacing: 0.3px;
}


/* FOCUS */

.whatsapp-input input:focus,
.whatsapp-input textarea:focus {
    border-color: var(--green);

    background:
        rgba(0, 213, 0, 0.03);
}


/* BOTÃO */

.whatsapp-submit {
    width: 100%;

    height: 48px;

    margin-top: 8px;

    border: none;

    border-radius: 30px;

    background: var(--green);

    color: #000000;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 0.5px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.whatsapp-submit:hover {
    background: #ffffff;

    transform: translateY(-2px);
}

.whatsapp-submit i {
    font-size: 17px;
}


/* =========================
   RESPONSIVO — TABLET
========================= */

@media (max-width: 900px) {

    .container {
        width:
            min(
                calc(100% - 40px),
                700px
            );
    }


    /* HEADER */

    .header {
        height: 90px;
    }

    .nav {
        display: none;
    }

    .header-cta {
        padding: 11px 15px;

        font-size: 11px;
    }

    .logo-img {
        height: 30px;
    }


    /* HERO */

    .hero,
    .hero-container {
        min-height: 650px;
    }

    .hero-content {
        width: 100%;
    }

    .hero h1 {
        font-size: 43px;
    }

    .hero-visual {
        right: -190px;

        opacity: 0.35;
    }


    /* INTRO */

    .intro {
        padding: 80px 0;
    }


    /* SERVICES */

    .services-header {
        display: block;
    }

    .services-description {
        margin-top: 25px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }


    /* FOOTER */

    .footer {
        padding-top: 50px;
    }

    .footer-container {
        grid-template-columns: 1fr;

        gap: 40px;

        align-items: start;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-contact {
        justify-self: start;
    }

}


/* =========================
   RESPONSIVO — MOBILE
========================= */

@media (max-width: 500px) {

    .container {
        width:
            calc(100% - 30px);
    }


    /* HEADER */

    .header-cta {
        display: none;
    }

    .logo-img {
        height: 25px;
    }


    /* HERO */

    .hero h1 {
        font-size: 36px;

        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-button {
        margin-top: 35px;

        font-size: 12px;
    }

    .hero-visual {
        right: -250px;
    }


    /* INTRO */

    .intro h2 {
        font-size: 29px;
    }


    /* SERVICES */

    .services {
        padding: 80px 0;
    }


    /* CTA */

    .cta {
        padding: 90px 0;
    }

    .cta h2 {
        font-size: 48px;

        letter-spacing: -2px;
    }


    /* FOOTER */

    .footer-social {
        justify-content: flex-start;
    }

    .footer-bottom {
        margin-top: 30px;
    }


    /* MODAL */

    .whatsapp-modal {
        padding: 15px;
    }

    .whatsapp-modal-box {
        width: 100%;

        max-height: 92vh;

        border-radius:
            0 0 15px 15px;
    }

    .whatsapp-modal-content {
        padding: 40px 25px 30px;
    }

    .whatsapp-modal-content h2 {
        font-size: 27px;
    }

    .whatsapp-modal-content > p {
        font-size: 13px;

        margin-bottom: 25px;
    }

    .whatsapp-input input {
        height: 54px;

        padding: 0 20px;
    }

    .whatsapp-input textarea {
        padding: 16px 20px;
    }

}

/* =========================================
   PÁGINA DE SERVIÇOS
========================================= */


/* =========================================
   HERO
========================================= */

.services-hero {

    position: relative;

    padding: 130px 0 110px;

    min-height: 680px;

    overflow: hidden;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.08);

}


/* =========================================
   CONTEÚDO DO HERO
========================================= */

.services-hero .container {

    position: relative;

    z-index: 5;

}


/* =========================================
   TÍTULO
========================================= */

.services-hero h1 {

    max-width: 900px;

    margin: 0;

    font-size: clamp(
        48px,
        6vw,
        82px
    );

    line-height: 0.98;

    letter-spacing: -4px;

    font-weight: 400;

}


.services-hero h1 strong {

    display: block;

    font-weight: 700;

}


/* =========================================
   DESCRIÇÃO
========================================= */

.services-hero-description {

    max-width: 550px;

    margin-top: 35px;

    color: #999999;

    font-size: 18px;

    line-height: 1.6;

}


/* =========================================
   VISUAL DO HERO
========================================= */

.services-hero-visual {

    position: absolute;

    right: -80px;

    top: 50%;

    width: 650px;

    height: 650px;

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    pointer-events: none;

    z-index: 1;

}


/* GRID */

.services-visual-grid {

    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(0, 213, 0, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 213, 0, 0.035) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

    mask-image:
        radial-gradient(
            circle,
            black 0%,
            transparent 70%
        );

    -webkit-mask-image:
        radial-gradient(
            circle,
            black 0%,
            transparent 70%
        );

    animation:
        servicesGridMove
        18s linear infinite;

}


/* CÍRCULO CENTRAL */

.services-visual-circle {

    position: absolute;

    width: 270px;

    height: 270px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at center,
            rgba(0, 213, 0, 0.10),
            rgba(0, 213, 0, 0.025) 45%,
            transparent 72%
        );

    box-shadow:
        0 0 80px
        rgba(0, 213, 0, 0.04);

    animation:
        servicesPulse
        5s ease-in-out infinite;

}


/* ANÉIS */

.services-visual-ring {

    position: absolute;

    border:
        1px solid
        rgba(0, 213, 0, 0.14);

    border-radius: 50%;

}


.services-visual-ring.ring-one {

    width: 300px;

    height: 300px;

    border-color:
        rgba(0, 213, 0, 0.18);

    animation:
        servicesRotate
        18s linear infinite;

}


.services-visual-ring.ring-two {

    width: 410px;

    height: 190px;

    transform: rotate(35deg);

    border-color:
        rgba(0, 213, 0, 0.11);

    animation:
        servicesRotateReverse
        22s linear infinite;

}


.services-visual-ring.ring-three {

    width: 500px;

    height: 250px;

    transform: rotate(-55deg);

    border-color:
        rgba(0, 213, 0, 0.07);

    animation:
        servicesRotate
        28s linear infinite;

}


/* K */

.services-visual-symbol {

    position: relative;

    z-index: 4;

    font-size: 92px;

    font-weight: 800;

    color: transparent;

    -webkit-text-stroke:
        1px
        rgba(0, 213, 0, 0.55);

    text-shadow:
        0 0 35px
        rgba(0, 213, 0, 0.08);

    animation:
        servicesSymbolPulse
        4s ease-in-out infinite;

}


/* CÓDIGO */

.services-visual-code {

    position: absolute;

    bottom: 130px;

    z-index: 5;

    font-family: monospace;

    font-size: 12px;

    letter-spacing: 2px;

    color:
        rgba(0, 213, 0, 0.45);

    animation:
        servicesCodePulse
        4s ease-in-out infinite;

}


/* =========================================
   ANIMAÇÕES
========================================= */

@keyframes servicesGridMove {

    from {
        background-position: 0 0;
    }

    to {
        background-position: 45px 45px;
    }

}


@keyframes servicesPulse {

    0%,
    100% {
        transform: scale(0.96);

        opacity: 0.7;
    }

    50% {
        transform: scale(1.04);

        opacity: 1;
    }

}


@keyframes servicesRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes servicesRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}


@keyframes servicesSymbolPulse {

    0%,
    100% {
        opacity: 0.65;
    }

    50% {
        opacity: 1;
    }

}


@keyframes servicesCodePulse {

    0%,
    100% {
        opacity: 0.35;
    }

    50% {
        opacity: 0.7;
    }

}


/* =========================================
   RESPONSIVO
========================================= */

@media (max-width: 900px) {

    .services-hero {

        min-height: auto;

        padding:
            120px 0
            100px;

    }


    .services-hero-visual {

        width: 450px;

        height: 450px;

        right: -180px;

        top: 65%;

        opacity: 0.5;

    }


    .services-hero-content {

        width: 100%;

    }

}



/* =========================================
   GRID
========================================= */

.services-overview-grid {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;

}



/* =========================================
   CARD
========================================= */

.service-overview-card {

    min-height: 430px;

    padding: 30px;

    display: flex;

    flex-direction: column;

    position: relative;

    overflow: hidden;

    background: #1d1d1d;

    border:
        1px solid
        rgba(255, 255, 255, 0.10);

    border-radius: 4px;

    color: #ffffff;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;

}


.service-overview-card::before {

    content: "";

    position: absolute;

    width: 250px;

    height: 250px;

    right: -100px;

    bottom: -100px;

    border-radius: 50%;

    background:
        rgba(0, 213, 0, 0.07);

    filter: blur(20px);

    transition:
        transform 0.5s ease;

}


.service-overview-card:hover {

    transform: translateY(-7px);

    border-color:
        rgba(0, 213, 0, 0.55);

    background: #202020;

}


.service-overview-card:hover::before {

    transform: scale(1.5);

}



/* =========================================
   TOPO DO CARD
========================================= */

.service-overview-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

}


.service-overview-number {

    color: #00D500;

    font-family: monospace;

    font-size: 13px;

}


.service-overview-arrow {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    color: #ffffff;

    font-size: 20px;

    transition:
        0.3s ease;

}


.service-overview-card:hover
.service-overview-arrow {

    background: #00D500;

    border-color: #00D500;

    color: #000000;

}



/* =========================================
   CONTEÚDO
========================================= */

.service-overview-content {

    position: relative;

    z-index: 2;

    margin-top: auto;

}


.service-overview-label {

    margin-bottom: 12px;

    color: #00D500;

    font-size: 11px;

    letter-spacing: 1px;

    font-weight: 600;

}


.service-overview-content h3 {

    margin: 0;

    font-size: clamp(
        32px,
        4vw,
        48px
    );

    line-height: 1;

    letter-spacing: -2px;

}


.service-overview-content > p:last-child {

    max-width: 440px;

    margin-top: 20px;

    color: #999999;

    font-size: 15px;

    line-height: 1.6;

}



/* =========================================
   LINHA
========================================= */

.service-overview-line {

    width: 100%;

    height: 1px;

    margin-top: 30px;

    background:
        rgba(255, 255, 255, 0.10);

}



/* =========================================
   LINK
========================================= */

.service-overview-link {

    position: relative;

    z-index: 2;

    margin-top: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #ffffff;

    font-size: 11px;

    letter-spacing: 0.5px;

    font-weight: 600;

}


.service-overview-link span {

    color: #00D500;

    font-size: 18px;

    transition:
        transform 0.3s ease;

}


.service-overview-card:hover
.service-overview-link span {

    transform: translateX(6px);

}



/* =========================================
   CTA VERDE
========================================= */

.services-cta {

    padding: 130px 0;

    background: #00D500;

    color: #000000;

}


.services-cta .section-label {

    color: #000000;

}


.services-cta h2 {

    max-width: 900px;

    margin: 0;

    font-size: clamp(
        50px,
        7vw,
        90px
    );

    line-height: 0.92;

    letter-spacing: -5px;

    font-weight: 400;

}


.services-cta h2 strong {

    display: block;

    font-weight: 700;

}


.services-cta p:not(.section-label) {

    max-width: 500px;

    margin-top: 30px;

    font-size: 17px;

    line-height: 1.5;

}


.services-cta-button {

    width: fit-content;

    margin-top: 40px;

    padding: 16px 24px;

    display: flex;

    align-items: center;

    gap: 25px;

    border: 1px solid #000000;

    color: #000000;

    font-size: 12px;

    font-weight: 700;

    transition:
        0.3s ease;

}


.services-cta-button span {

    font-size: 18px;

    transition:
        transform 0.3s ease;

}


.services-cta-button:hover {

    background: #000000;

    color: #00D500;

}


.services-cta-button:hover span {

    transform: translateX(5px);

}



/* =========================================
   RESPONSIVO
========================================= */

@media (max-width: 800px) {

    .services-hero {

        padding: 90px 0 80px;

    }


    .services-hero h1 {

        font-size: 50px;

        letter-spacing: -3px;

    }


    .services-overview {

        padding: 80px 0 90px;

    }


    .services-overview-grid {

        grid-template-columns: 1fr;

    }


    .service-overview-card {

        min-height: 380px;

    }


    .services-cta {

        padding: 90px 0;

    }


    .services-cta h2 {

        font-size: 52px;

        letter-spacing: -3px;

    }

}


@media (max-width: 500px) {

    .services-hero h1 {

        font-size: 42px;

        letter-spacing: -2px;

    }


    .services-hero-description {

        font-size: 16px;

    }


    .services-overview-header h2 {

        font-size: 40px;

        letter-spacing: -2px;

    }


    .service-overview-card {

        min-height: 350px;

        padding: 25px;

    }


    .service-overview-content h3 {

        font-size: 36px;

    }


    .services-cta h2 {

        font-size: 45px;

        letter-spacing: -2px;

    }

}

/* =========================================
   MENU DROPDOWN — SERVIÇOS
========================================= */

.nav-dropdown {
    position: relative;

    display: flex;

    align-items: center;

    height: 100%;
}


/* =========================================
   BOTÃO SERVIÇOS
========================================= */

.nav-dropdown-trigger {

    display: flex;

    align-items: center;

    gap: 6px;

    position: relative;
}


.nav-arrow {

    display: inline-block;

    margin-top: -3px;

    font-size: 13px;

    color: #777;

    transition:
        transform 0.25s ease,
        color 0.25s ease;
}


.nav-dropdown:hover
.nav-arrow {

    color: #00D500;

    transform:
        rotate(180deg);

}


/* =========================================
   MENU
========================================= */

.nav-dropdown-menu {

    position: absolute;

    top: calc(100% + 20px);

    left: 50%;

    transform:
        translate(-50%, -8px);

    width: 320px;

    padding: 8px;

    background: #191919;

    border:
        1px solid
        rgba(255, 255, 255, 0.10);

    border-radius: 12px;

    box-shadow:
        0 20px 50px
        rgba(0, 0, 0, 0.45);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;

    z-index: 9999;

}


/* =========================================
   ABERTURA
========================================= */

.nav-dropdown:hover
.nav-dropdown-menu {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    transform:
        translate(-50%, 0);

}


/* =========================================
   ITEM
========================================= */

.nav-dropdown-menu > a {

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 14px 13px;

    border-radius: 8px;

    color: #ffffff;

    text-decoration: none;

    transition:
        background 0.25s ease;

}


.nav-dropdown-menu > a:hover {

    background:
        rgba(0, 213, 0, 0.08);

}


/* =========================================
   NÚMERO
========================================= */

.dropdown-number {

    width: 28px;

    color: #00D500;

    font-family: monospace;

    font-size: 11px;

}


/* =========================================
   TEXTO
========================================= */

.dropdown-content {

    display: flex;

    flex-direction: column;

    gap: 4px;

    flex: 1;

}


.dropdown-content strong {

    color: #ffffff;

    font-size: 13px;

    font-weight: 600;

}


.dropdown-content small {

    color: #777;

    font-size: 11px;

}


/* =========================================
   SETA
========================================= */

.dropdown-arrow {

    color: #666;

    font-size: 17px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;

}


.nav-dropdown-menu > a:hover
.dropdown-arrow {

    color: #00D500;

    transform:
        translate(3px, -3px);

}


/* =========================================
   LINHA VERDE NO HOVER
========================================= */

.nav-dropdown-menu > a {

    position: relative;

    overflow: hidden;

}


.nav-dropdown-menu > a::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 2px;

    height: 100%;

    background: #00D500;

    transform:
        scaleY(0);

    transform-origin:
        center;

    transition:
        transform 0.25s ease;

}


.nav-dropdown-menu > a:hover::before {

    transform:
        scaleY(1);

}

.nav-dropdown::after {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: -20px;

    height: 20px;

}

.footer-contact a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-contact a:hover {
    color: #00D500;
}

/* =========================================================
   KLYVE — ANIMAÇÃO DE ENTRADA
========================================================= */

/* HEADER */

.header {
    opacity: 0;

    animation:
        klyveFadeIn
        0.8s
        ease
        0.05s
        forwards;
}


/* HERO */

.hero-content h1,
.hero-content .hero-description,
.hero-content .hero-button {

    opacity: 0;

    transform:
        translateY(25px);

    animation:
        klyveContentIn
        0.8s
        cubic-bezier(0.22, 1, 0.36, 1)
        forwards;

}

.hero-content h1 {
    animation-delay: 0.25s;
}

.hero-content .hero-description {
    animation-delay: 0.40s;
}

.hero-content .hero-button {
    animation-delay: 0.55s;
}


/* VISUAL DO HERO */

.hero-visual {

    opacity: 0;

    animation:
        klyveVisualIn
        1s
        cubic-bezier(0.22, 1, 0.36, 1)
        0.20s
        forwards;

}


/* QUEM SOMOS */

.intro .section-label,
.intro h2,
.intro-description {

    opacity: 0;

    transform:
        translateY(20px);

    animation:
        klyveContentIn
        0.8s
        ease
        forwards;

}

.intro .section-label {
    animation-delay: 0.45s;
}

.intro h2 {
    animation-delay: 0.55s;
}

.intro-description {
    animation-delay: 0.65s;
}


/* SERVIÇOS */

.services-header {

    opacity: 0;

    transform:
        translateY(20px);

    animation:
        klyveContentIn
        0.8s
        ease
        0.70s
        forwards;

}

.service-card {

    opacity: 0;

    transform:
        translateY(25px);

    animation:
        klyveContentIn
        0.8s
        cubic-bezier(0.22, 1, 0.36, 1)
        forwards;

}

.service-card:nth-child(1) {
    animation-delay: 0.80s;
}

.service-card:nth-child(2) {
    animation-delay: 0.90s;
}

.service-card:nth-child(3) {
    animation-delay: 1s;
}


/* CTA */

.cta .section-label,
.cta h2,
.cta p:not(.section-label),
.cta-button {

    opacity: 0;

    transform:
        translateY(20px);

    animation:
        klyveContentIn
        0.8s
        ease
        forwards;

}

.cta .section-label {
    animation-delay: 1.05s;
}

.cta h2 {
    animation-delay: 1.15s;
}

.cta p:not(.section-label) {
    animation-delay: 1.25s;
}

.cta-button {
    animation-delay: 1.35s;
}


/* FOOTER */

.footer {

    opacity: 0;

    animation:
        klyveFadeIn
        0.9s
        ease
        1.45s
        forwards;

}


/* =========================================================
   ANIMAÇÕES
========================================================= */

@keyframes klyveFadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}


@keyframes klyveContentIn {

    from {
        opacity: 0;

        transform:
            translateY(25px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


@keyframes klyveVisualIn {

    from {
        opacity: 0;

        transform:
            scale(0.94);
    }

    to {
        opacity: 1;

        transform:
            scale(1);
    }

}


/* =========================================================
   MODAL WHATSAPP — CORREÇÃO DEFINITIVA
========================================================= */

/*
   IMPORTANTE:
   O modal não recebe nenhuma animação de entrada
   da página.
*/

.whatsapp-modal {

    position: fixed !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100vw !important;
    height: 100vh !important;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 20px;

    margin: 0 !important;

    z-index: 999999 !important;

    box-sizing: border-box;

}


.whatsapp-modal.active {

    display: flex;

}


/* FUNDO */

.whatsapp-modal-overlay {

    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        rgba(0, 0, 0, 0.78);

    backdrop-filter:
        blur(8px);

    -webkit-backdrop-filter:
        blur(8px);

}


/* CAIXA */

.whatsapp-modal-box {

    position: relative !important;

    width:
        min(
            500px,
            calc(100vw - 40px)
        );

    max-height:
        calc(100vh - 40px);

    margin: auto;

    overflow-y: auto;

    background:
        #191919;

    border-radius:
        0 0 18px 18px;

    border-top:
        3px solid
        var(--green);

    box-shadow:
        0 30px 100px
        rgba(0, 0, 0, 0.6);

    z-index: 2;

    /*
       Aqui NÃO usamos transform.
       O modal precisa continuar centralizado
       independente da posição da página.
    */

    animation:
        whatsappModalOpen
        0.3s
        ease
        forwards;

}


/* =========================================================
   MODAL — ANIMAÇÃO
========================================================= */

@keyframes whatsappModalOpen {

    from {

        opacity: 0;

        transform:
            translateY(20px)
            scale(0.97);

    }

    to {

        opacity: 1;

        transform:
            translateY(0)
            scale(1);

    }

}


/* =========================================================
   REDUZIR MOVIMENTO
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .header,
    .hero-content h1,
    .hero-content .hero-description,
    .hero-content .hero-button,
    .hero-visual,
    .intro .section-label,
    .intro h2,
    .intro-description,
    .services-header,
    .service-card,
    .cta .section-label,
    .cta h2,
    .cta p:not(.section-label),
    .cta-button,
    .footer {

        opacity: 1;

        transform: none;

        animation: none;

    }

}