:root {
    --verde: #00d66f;
    --verde-escuro: #00a956;
    --verde-brilho: #19f584;
    --fundo: #031519;
    --fundo-2: #061e22;
    --branco: #ffffff;
    --cinza: #aebdc0;
    --cinza-escuro: #6e8084;
    --borda: rgba(255, 255, 255, 0.09);
    --raio: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--fundo);
    color: var(--branco);
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}


/* ================= HEADER ================= */

.header {
    height: 82px;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--borda);
    background: rgba(3, 21, 25, 0.8);
    backdrop-filter: blur(15px);
}

.logo {
    display: flex;
    align-items: center;
    gap: 11px;
}

.logo-icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--verde), #00a8ff);
    color: #031519;
    font-size: 22px;
    font-weight: 900;
}

.logo strong {
    display: block;
    font-size: 21px;
    letter-spacing: -0.7px;
}

.logo span {
    display: block;
    margin-top: 2px;
    font-size: 8px;
    color: var(--cinza);
    letter-spacing: 1px;
}

.seguranca {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid var(--borda);
    border-radius: 11px;
}

.cadeado {
    color: var(--verde);
    font-size: 21px;
}

.seguranca strong {
    display: block;
    font-size: 11px;
}

.seguranca span {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    color: var(--cinza);
}


/* ================= HERO ================= */

.hero {
    position: relative;
    min-height: 680px;
    max-width: 1300px;
    margin: auto;
    padding: 80px 6%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.mini-titulo {
    color: var(--verde);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

h1 {
    margin-top: 15px;
    font-size: clamp(46px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -3.5px;
}

h1 span {
    color: var(--verde);
}

.hero h2 {
    margin-top: 28px;
    font-size: 26px;
    letter-spacing: -1px;
}

.descricao {
    max-width: 510px;
    margin-top: 12px;
    color: var(--cinza);
    font-size: 17px;
    line-height: 1.6;
}


/* ================= BENEFÍCIOS ================= */

.beneficios {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.beneficio {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #e4eeee;
}

.beneficio span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 214, 111, 0.15);
    color: var(--verde);
    font-size: 12px;
    font-weight: 900;
}


/* ================= BOTÕES ================= */

.cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 13px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cta:hover {
    transform: translateY(-3px);
}

.cta-principal {
    max-width: 500px;
    margin-top: 30px;
    padding: 17px 22px;
    background: linear-gradient(110deg, #00b95e, #00df70);
    color: #032016;
    box-shadow:
        0 12px 35px rgba(0, 214, 111, 0.25);
    animation: pulse 2.3s infinite;
}

.cta-principal strong {
    display: block;
    font-size: 15px;
}

.cta-principal small {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    opacity: 0.85;
}

.whatsapp {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.whatsapp svg,
.whatsapp-big svg,
.whatsapp-flutuante svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.seta {
    margin-left: auto;
    font-size: 25px;
}

.sem-custo {
    margin-top: 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--cinza);
    font-size: 11px;
}

.sem-custo span {
    color: var(--verde);
}


/* ================= VISUAL ================= */

.hero-visual {
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circulo-fundo {
    width: 390px;
    height: 390px;
    position: absolute;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(0, 214, 111, 0.20),
            rgba(0, 214, 111, 0.03) 65%,
            transparent 70%);
    filter: blur(2px);
}

.brilho {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.25;
}

.brilho-1 {
    width: 160px;
    height: 160px;
    background: var(--verde);
    top: 50px;
    right: 70px;
}

.brilho-2 {
    width: 130px;
    height: 130px;
    background: #008cff;
    bottom: 50px;
    left: 80px;
}


/* ================= TELEFONE ================= */

.telefone {
    position: relative;
    z-index: 3;
    width: 265px;
    height: 535px;
    padding: 9px;
    border-radius: 38px;
    background:
        linear-gradient(135deg,
            #5e6a6d,
            #111c1e 20%,
            #020708);
    box-shadow:
        -25px 30px 60px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.12);
    transform: rotate(7deg);
    animation: flutuar 4s ease-in-out infinite;
}

.camera {
    position: absolute;
    z-index: 5;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 22px;
    border-radius: 20px;
    background: #010405;
}

.tela {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding: 55px 18px 20px;
    background:
        linear-gradient(150deg,
            #0b2729,
            #06201e 55%,
            #031212);
}

.tela-topo {
    display: flex;
    justify-content: space-between;
    color: #b4c7c7;
    font-size: 11px;
}

.tela-titulo {
    margin-top: 35px;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
}

.tela-titulo strong {
    display: block;
    color: var(--verde);
}

.card-credito {
    margin-top: 25px;
    padding: 17px;
    border-radius: 15px;
    background:
        linear-gradient(135deg,
            rgba(0, 214, 111, 0.20),
            rgba(0, 214, 111, 0.05));
    border: 1px solid rgba(0, 214, 111, 0.25);
}

.card-credito small {
    display: block;
    color: #8fa9a9;
    font-size: 8px;
    letter-spacing: 1px;
}

.card-credito strong {
    display: block;
    margin-top: 8px;
    font-size: 17px;
}

.linha {
    height: 1px;
    margin: 13px 0;
    background: rgba(255, 255, 255, 0.12);
}

.card-credito span {
    color: #9db1b1;
    font-size: 9px;
}

.card-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
}

.card-mini>span {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--verde);
    background: rgba(0, 214, 111, 0.12);
}

.card-mini strong {
    display: block;
    font-size: 10px;
}

.card-mini small {
    display: block;
    margin-top: 3px;
    color: #829696;
    font-size: 8px;
}


/* ================= BADGE ================= */

.badge-flutuante {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    border-radius: 13px;
    background: rgba(8, 29, 31, 0.9);
    border: 1px solid rgba(0, 214, 111, 0.25);
    backdrop-filter: blur(10px);
    animation: badge 4s ease-in-out infinite;
}

.badge-flutuante>span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--verde);
    color: #032016;
    font-weight: 900;
}

.badge-flutuante strong {
    display: block;
    font-size: 10px;
}

.badge-flutuante small {
    display: block;
    margin-top: 3px;
    color: var(--cinza);
    font-size: 8px;
}


/* ================= BARRA BENEFÍCIOS ================= */

.barra-beneficios {
    min-height: 130px;
    padding: 30px 8%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    background: #f7faf9;
    color: #10201b;
}

.barra-beneficios>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-right: 1px solid #dce5e0;
}

.barra-beneficios>div:last-child {
    border: 0;
}

.icone {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #009b50;
    background: #ddf8e9;
    font-size: 23px;
}

.barra-beneficios strong {
    display: block;
    font-size: 15px;
}

.barra-beneficios small {
    display: block;
    margin-top: 4px;
    color: #68756f;
    font-size: 11px;
}


/* ================= CTA SECTION ================= */

.cta-section {
    padding: 75px 6%;
    background: #031519;
}

.cta-box {
    max-width: 1100px;
    min-height: 250px;
    margin: auto;
    padding: 40px;
    display: grid;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 35px;
    border: 1px solid rgba(0, 214, 111, 0.18);
    border-radius: 25px;
    background:
        radial-gradient(circle at 10% 50%,
            rgba(0, 214, 111, 0.15),
            transparent 30%),
        #062124;
    box-shadow:
        inset 0 0 80px rgba(0, 214, 111, 0.03);
}

.cta-decoration {
    display: flex;
    justify-content: center;
}

.whatsapp-big {
    width: 90px;
    height: 90px;
    padding: 22px;
    border: 1px solid rgba(0, 214, 111, 0.3);
    border-radius: 50%;
    color: var(--verde);
    animation: pulseIcon 2s infinite;
}

.cta-text>span {
    color: var(--verde);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.cta-text h2 {
    margin-top: 8px;
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.cta-text h2 strong {
    color: var(--verde);
}

.cta-text p {
    margin-top: 8px;
    color: var(--cinza);
    font-size: 14px;
}

.cta-secundario {
    min-width: 245px;
    padding: 17px 25px;
    background: var(--verde);
    color: #032016;
    font-weight: 800;
    box-shadow:
        0 10px 35px rgba(0, 214, 111, 0.2);
}


/* ================= AVISO ================= */

.aviso {
    max-width: 1000px;
    margin: auto;
    padding: 0 6% 65px;
    color: #75878a;
}

.aviso strong {
    display: block;
    margin-bottom: 8px;
    color: #b2c0c2;
    font-size: 12px;
}

.aviso p {
    max-width: 900px;
    font-size: 10px;
    line-height: 1.6;
}


/* ================= FOOTER ================= */

footer {
    min-height: 90px;
    padding: 25px 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--borda);
    color: #6e8084;
    font-size: 10px;
}

.footer-logo {
    color: white;
    font-size: 18px;
    font-weight: 800;
}

.footer-links {
    display: flex;
    gap: 15px;
}

.footer-links a:hover {
    color: var(--verde);
}


/* ================= WHATSAPP FLUTUANTE ================= */

.whatsapp-flutuante {
    position: fixed;
    z-index: 100;
    right: 25px;
    bottom: 25px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #12c95d;
    color: white;
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.4),
        0 0 0 0 rgba(18, 201, 93, 0.5);
    animation: whatsappPulse 2s infinite;
}

.whatsapp-flutuante svg {
    width: 31px;
    height: 31px;
}


/* ================= CTA MOBILE ================= */

.mobile-cta {
    display: none;
}


/* ================= ANIMAÇÕES ================= */

@keyframes pulse {

    0%,
    100% {
        box-shadow:
            0 12px 35px rgba(0, 214, 111, 0.25);
    }

    50% {
        box-shadow:
            0 12px 45px rgba(0, 214, 111, 0.48);
    }
}

@keyframes whatsappPulse {

    0% {
        box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.4),
            0 0 0 0 rgba(18, 201, 93, 0.5);
    }

    70% {
        box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.4),
            0 0 0 14px rgba(18, 201, 93, 0);
    }

    100% {
        box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.4),
            0 0 0 0 rgba(18, 201, 93, 0);
    }
}

@keyframes flutuar {

    0%,
    100% {
        transform: rotate(7deg) translateY(0);
    }

    50% {
        transform: rotate(7deg) translateY(-13px);
    }
}

@keyframes badge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulseIcon {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}


/* ================= RESPONSIVO ================= */

@media (max-width: 900px) {

    .hero {
        grid-template-columns: 1fr;
        padding-top: 55px;
        text-align: center;
    }

    .descricao {
        margin-left: auto;
        margin-right: auto;
    }

    .beneficios {
        align-items: center;
    }

    .cta-principal {
        margin-left: auto;
        margin-right: auto;
    }

    .sem-custo {
        justify-content: center;
    }

    .hero-visual {
        min-height: 500px;
        margin-top: -20px;
    }

    .barra-beneficios {
        padding: 30px;
    }

    .cta-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-decoration {
        display: none;
    }

    .cta-secundario {
        margin: auto;
    }
}


/* ================= CELULAR ================= */

@media (max-width: 600px) {

    body {
        padding-bottom: 72px;
    }

    .header {
        height: 70px;
        padding: 0 18px;
    }

    .logo strong {
        font-size: 18px;
    }

    .seguranca {
        padding: 8px;
        border: 0;
    }

    .seguranca div:last-child {
        display: none;
    }

    .cadeado {
        font-size: 20px;
    }

    .hero {
        min-height: auto;
        padding: 45px 20px 20px;
        gap: 10px;
    }

    .mini-titulo {
        font-size: 11px;
    }

    h1 {
        margin-top: 13px;
        font-size: 44px;
        letter-spacing: -2.5px;
    }

    .hero h2 {
        margin-top: 22px;
        font-size: 21px;
    }

    .descricao {
        font-size: 15px;
        line-height: 1.5;
    }

    .beneficios {
        margin-top: 20px;
        gap: 8px;
    }

    .beneficio {
        font-size: 12px;
    }

    .cta-principal {
        width: 100%;
        margin-top: 25px;
        padding: 15px;
    }

    .cta-principal strong {
        font-size: 13px;
    }

    .cta-principal small {
        font-size: 9px;
    }

    .hero-visual {
        min-height: 430px;
        margin-top: 5px;
    }

    .telefone {
        width: 205px;
        height: 415px;
        border-radius: 30px;
    }

    .tela {
        border-radius: 23px;
        padding: 43px 14px 15px;
    }

    .camera {
        width: 65px;
        height: 17px;
        top: 13px;
    }

    .tela-titulo {
        margin-top: 25px;
        font-size: 21px;
    }

    .card-credito {
        margin-top: 18px;
        padding: 13px;
    }

    .card-mini {
        padding: 9px;
    }

    .badge-flutuante {
        right: 4px;
        bottom: 60px;
        padding: 10px 12px;
    }

    .badge-flutuante strong {
        font-size: 9px;
    }

    .badge-flutuante small {
        font-size: 7px;
    }

    .barra-beneficios {
        grid-template-columns: 1fr;
        padding: 28px 25px;
        gap: 20px;
    }

    .barra-beneficios>div {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid #dce5e0;
        padding-bottom: 18px;
    }

    .barra-beneficios>div:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .cta-section {
        padding: 45px 18px;
    }

    .cta-box {
        padding: 30px 20px;
        gap: 20px;
        border-radius: 20px;
    }

    .cta-text h2 {
        font-size: 25px;
    }

    .cta-text p {
        font-size: 12px;
    }

    .cta-secundario {
        width: 100%;
        min-width: 0;
        font-size: 13px;
    }

    .aviso {
        padding: 0 22px 40px;
    }

    footer {
        padding: 25px 20px;
        flex-direction: column;
        text-align: center;
    }

    .whatsapp-flutuante {
        display: none;
    }

    .mobile-cta {
        position: fixed;
        z-index: 200;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        padding: 10px 12px;
        background: rgba(3, 21, 25, 0.96);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
    }

    .mobile-cta a {
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 12px;
        background: linear-gradient(110deg, #00b95e, #00df70);
        color: #032016;
        font-size: 13px;
        font-weight: 900;
        box-shadow:
            0 5px 20px rgba(0, 214, 111, 0.25);
        animation: pulse 2.3s infinite;
    }

    .mobile-cta strong {
        font-size: 19px;
    }
}