* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

body {
    min-height: 100vh;
    background: radial-gradient(circle at top, #747373, #000000);
    color: #e9f6ef;
    -webkit-font-smoothing: antialiased;
}


/* ==================================================
   CONTAINER PRINCIPAL
================================================== */
.container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 32px 20px 60px;
}



.logo-top {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.logo-top img {
    width: 340px;
    filter: none;
}


/* ==================================================
   CARD
================================================== */
.card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 40px;

    background: linear-gradient(145deg,
            rgba(20, 40, 30, 0.95),
            rgba(0, 0, 0, 0.98));

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.85),
        inset 0 0 0 1px rgba(154, 245, 200, 0.08);
}

/* ===== BORDA COM LUZ CORRENDO ===== */
.card::before {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 18px;
    padding: 1.5px;
    /* espessura da borda */

    background: linear-gradient(90deg,
            transparent,
            rgba(0, 255, 136, 0.9),
            transparent);

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    animation: borderRun 3s linear infinite;
    pointer-events: none;
}

/* ANIMAÇÃO DA BORDA */
@keyframes borderRun {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}


.brand {
    font-size: 1.25rem;
    font-weight: 100;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.brand span {
    color: var(--primary-color);
    font-weight: 600;
}

/* ==================================================
   IMAGEM DO CARD
================================================== */
.card-image {
    position: relative;
    height: 520px;
}

.card-image img {
    width: 100%;
    display: block;
}

.card-images img {
    width: 100%;
    display: block;
}

.card-images {
    position: relative;
    height: 520px;
}

.card-images img {
    width: 100%;
    display: block;
}

/* FADE ENTRE IMAGEM E CONTEÚDO */
.card-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.35) 35%,
            rgba(0, 0, 0, 0.7) 70%,
            rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}

.card-images::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.35) 35%,
            rgba(0, 0, 0, 0.7) 70%,
            rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}

/* ==================================================
   CONTEÚDO DO CARD
================================================== */
.card-content {
    padding: 40px 25px 35px;
    text-align: center;
    background: #000;
}

.brand {
    position: relative;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 34px;
    margin-bottom: 26px;

    border-radius: 999px;
    border: 1px solid rgba(0, 255, 136, 0.45);

    background: linear-gradient(180deg,
            rgba(0, 255, 136, 0.18),
            rgba(0, 0, 0, 0.9));

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #ffffff;
    z-index: 1;

    /* brilho da fonte */
    text-shadow:
        0 0 4px rgba(0, 255, 136, 0.55),
        0 0 10px rgba(0, 255, 136, 0.25);

    /* glow da cápsula */
    box-shadow:
        0 0 12px rgba(0, 255, 136, 0.45),
        0 0 28px rgba(0, 255, 136, 0.25),
        inset 0 0 10px rgba(0, 255, 136, 0.35);
}

/* ================== LUZ PASSANDO ================== */
.brand::before {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 999px;
    padding: 1.5px;
    /* espessura da borda animada */

    background: linear-gradient(120deg,
            transparent 0%,
            rgba(0, 255, 136, 0.2) 35%,
            rgba(0, 255, 136, 0.9) 50%,
            rgba(0, 255, 136, 0.2) 65%,
            transparent 100%);

    background-size: 200% 100%;
    animation: borderShine 3s linear infinite;

    /* MÁSCARA → REMOVE O MEIO, DEIXA SÓ A BORDA */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
    z-index: 2;
}

/* ANIMAÇÃO DA LUZ NA BORDA */
@keyframes borderShine {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}





.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 5%;
    /* quanto MENOR, mais a imagem sobe */
}

.card-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 5%;
    /* quanto MENOR, mais a imagem sobe */
    filter: grayscale(100%);
}




.card-content {
    padding-top: 0;
}



.headline {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #d3d2d2;
    margin-bottom: 14px;
    line-height: 1.2;
}

.description {
    font-size: 14px;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 28px;
}

/* ==================================================
   BOTÃO CTA
================================================== */
.cta {
    display: inline-block;
    width: 100%;
    padding: 16px;
    border-radius: 30px;
    background: linear-gradient(90deg, #b49901, #b8ac03);
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px #B3A500;
}


.cta2 {
    position: relative;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    padding: 16px 18px;
    border-radius: 999px;

    background: linear-gradient(145deg,
            #173524,
            #4f8f6a,
            #173524);

    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;

    /* brilho da fonte */
    text-shadow:
        0 0 4px rgba(0, 255, 136, 0.55);

    /* 3D + glow */
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.18),
        inset 0 -4px 8px rgba(0, 0, 0, 0.45),
        0 10px 22px rgba(0, 0, 0, 0.55),
        0 0 18px rgba(0, 255, 136, 0.35);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* ================== LUZ PASSANDO ================== */
.cta2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;

    width: 120%;
    height: 100%;

    background: linear-gradient(120deg,
            transparent 0%,
            rgba(0, 255, 136, 0.18) 40%,
            rgba(0, 255, 136, 0.5) 50%,
            rgba(0, 255, 136, 0.18) 60%,
            transparent 100%);

    animation: shineBtn 3s infinite;
}

/* HOVER — levanta + intensifica glow */
.cta2:hover {
    transform: translateY(-4px);

    box-shadow:
        inset 0 3px 6px rgba(255, 255, 255, 0.25),
        inset 0 -3px 6px rgba(0, 0, 0, 0.35),
        0 18px 38px rgba(79, 143, 106, 0.75),
        0 0 28px rgba(0, 255, 136, 0.6);
}

/* ACTIVE — clique real */
.cta2:active {
    transform: translateY(1px);

    box-shadow:
        inset 0 5px 10px rgba(0, 0, 0, 0.65),
        inset 0 -2px 4px rgba(255, 255, 255, 0.1),
        0 6px 14px rgba(0, 0, 0, 0.45);
}

/* ANIMAÇÃO */
@keyframes shineBtn {
    0% {
        left: -120%;
    }

    60% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}


/* ==================================================
   RODAPÉ
================================================== */
.footer {
    width: 100%;
    margin-top: 0;
    /* COLADO NO PRE-FOOTER */
    padding: 2px 20px 20px;
    background: #000;
    border-top: 1px solid rgba(255, 200, 80, 0.25);
}


.footer-content {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

.footer-content img {
    width: 200px;
    margin-bottom: 12px;
}

.footer-content p {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}

.footer-links {
    font-size: 11px;
}

.footer-links a {
    color: #f5c56b;
    text-decoration: none;
    margin: 0 6px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* ==================================================
   RESPONSIVO
================================================== */
@media (max-width: 480px) {
    .headline {
        font-size: 22px;
    }

    .card-image::after {
        height: 140px;
    }
}

/* ================= PRE FOOTER ================= */
.pre-footer {
    width: 100%;
    padding: 2px 2px 1px;
    margin-bottom: 0;

    background: linear-gradient(to right,
            #000000,
            #0d0d0d,
            #1a1205,
            #0d0d0d,
            #000000);

    border-top: 1px solid rgba(216, 150, 6, 0.37);
}



.pre-footer-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;

}

/* ================= IMAGEM ================= */
.pre-footer-image {
    flex: 0 0 320px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: visible;


}

.pre-footer-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;




    position: relative;
    top: 1px;
    /* ↑ sobe mais, reduz área preta visível */
}

/* ================= TEXTO ================= */
.pre-footer-text {
    flex: 1;
}

.pre-footer-text h3 {
    font-size: 18px;
    /* ↓ menor */
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #f5c56b;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.pre-footer-text p {
    font-size: 13px;
    /* ↓ menor */
    color: #b5b5b5;
    line-height: 1.6;
    max-width: 420px;
    margin-bottom: 10px;

    text-align: justify;
    text-justify: inter-word;
}



/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .pre-footer-content {
        flex-direction: column;
        text-align: center;
        gap: 1px;
    }

    .pre-footer-image {
        flex: none;
    }

    .pre-footer-image img {
        max-width: 280px;
        height: 380px;
        top: 5px;
        object-position: center top;

        /* menos subida no mobile */
    }

    .pre-footer-text p {
        margin: 0 auto;
        text-align: left;
        /* melhor leitura no mobile */
        max-width: 100%;

    }
}

/* ==================================================
   PROFESSIONAL REFINEMENT
================================================== */
.intro-block {
    margin: 0 0 28px;
    padding: 0 4px;
    text-align: center;
}

.intro-block h1 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 800;
    color: #f3f6f4;
    margin-bottom: 10px;
}

.intro-block p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(220, 230, 225, 0.92);
    max-width: 64ch;
    margin: 0 auto;
}

.brand {
    font-size: 13px;
    letter-spacing: 0.7px;
}

.description {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #e4ece8;
}

.cta2 {
    min-height: 52px;
    border-radius: 12px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: none;
}

.cta2::before {
    display: none;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-content p {
    color: #b9c2bc;
}

.footer-links a {
    color: #d9e6dd;
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px;
        padding: 48px 28px 80px;
    }

    .logo-top {
        margin-bottom: 26px;
    }

    .logo-top img {
        width: 380px;
    }

    .intro-block {
        margin-bottom: 38px;
    }

    .intro-block h1 {
        font-size: 2rem;
    }

    .intro-block p {
        font-size: 1.04rem;
    }

    .card {
        display: grid;
        grid-template-columns: minmax(320px, 42%) 1fr;
        border-radius: 20px;
        margin-bottom: 28px;
        box-shadow:
            0 24px 48px rgba(0, 0, 0, 0.55),
            inset 0 0 0 1px rgba(180, 236, 205, 0.1);
    }

    .card-image,
    .card-images {
        height: 100%;
        min-height: 420px;
    }

    .card-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        padding: 28px 30px 30px;
    }

    .brand {
        margin-bottom: 16px;
    }

    .description {
        margin-bottom: 20px;
    }

    .cta2 {
        width: auto;
        min-width: 320px;
        padding: 14px 18px;
    }

    .footer-content {
        max-width: 1140px;
    }
}

/* ==================================================
   PREMIUM EDITORIAL PASS
================================================== */
.landing-home {
    position: relative;
}

.landing-home .card {
    border: 1px solid rgba(196, 226, 211, 0.12);
}

.landing-home .card::before {
    opacity: 0.55;
}

.landing-home .brand {
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.35;
    color: #f2f7f4;
    border-color: rgba(119, 220, 172, 0.4);
    background: linear-gradient(180deg, rgba(73, 130, 101, 0.22), rgba(0, 0, 0, 0.9));
}

.landing-home .description {
    color: rgba(225, 235, 230, 0.94);
}

.landing-home .cta2 {
    font-weight: 700;
    letter-spacing: 0.015em;
    background: linear-gradient(145deg, #1d4a34, #2f7a57, #1d4a34);
    border: 1px solid rgba(124, 214, 171, 0.32);
}

.landing-home .cta2:hover {
    filter: brightness(1.06);
    box-shadow:
        inset 0 2px 5px rgba(255, 255, 255, 0.2),
        inset 0 -3px 6px rgba(0, 0, 0, 0.35),
        0 14px 28px rgba(0, 0, 0, 0.42),
        0 0 18px rgba(66, 168, 122, 0.35);
}

.landing-home .cta2:focus-visible {
    outline: 2px solid rgba(125, 233, 183, 0.9);
    outline-offset: 3px;
}

.landing-home .footer {
    background: #060807;
}

.footer-profissional {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #0c0c0c 0%, #090909 100%);
    padding: 34px 0 22px;
}

.footer-brand {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f2f2f2;
    margin-bottom: 6px;
}

.footer-tagline {
    color: #aeb5bb;
    margin-bottom: 0;
}

.footer-title {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #8f989f;
    margin-bottom: 8px;
    font-weight: 700;
}

.footer-link {
    color: #e2e6ea;
    text-decoration: none;
}

.footer-link:hover {
    color: #9fe54c;
}

.footer-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 22px;
    padding-top: 14px;
    color: #8f989f;
    font-size: .9rem;
    text-align: center;
}

.footer-profissional .row {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.footer-profissional .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 991.98px) {
    .footer-profissional .row {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .footer-profissional {
        padding: 30px 0 18px;
    }
    .footer-profissional .row > div {
        text-align: center;
    }
    .footer-link {
        display: inline-block;
    }
    .footer-copy {
        margin-top: 18px;
        padding-top: 12px;
        font-size: .88rem;
    }
}

.footer-profissional-home {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #0c0c0c 0%, #090909 100%);
    padding: 42px 20px 24px;
}

.footer-home-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.footer-home-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.footer-home-brand {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f2f2f2;
}

.footer-home-tagline {
    margin: 0;
    font-size: 1rem;
    color: #aeb5bb;
}

.footer-home-title {
    margin: 0 0 8px;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #8f989f;
    font-weight: 700;
}

.footer-home-link {
    color: #e2e6ea;
    text-decoration: none;
    font-size: 1.05rem;
}

.footer-home-link:hover {
    color: #9fe54c;
}

.footer-home-legal {
    margin-top: 26px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-home-legal a {
    color: #b5bcc2;
    text-decoration: none;
    font-size: .92rem;
}

.footer-home-legal a:hover {
    color: #9fe54c;
}

.footer-home-copy {
    margin: 16px 0 0;
    text-align: center;
    color: #8f989f;
    font-size: .95rem;
}

@media (min-width: 992px) {
    .landing-home .card {
        grid-template-columns: minmax(350px, 40%) 1fr;
        min-height: 440px;
    }

    .landing-home .card:hover {
        transform: translateY(-2px);
        box-shadow:
            0 30px 54px rgba(0, 0, 0, 0.6),
            inset 0 0 0 1px rgba(180, 236, 205, 0.14);
    }

    .landing-home .card-content {
        padding: 38px 40px 38px;
        justify-content: flex-start;
    }

    .landing-home .brand {
        max-width: 680px;
        font-size: 1.7rem;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
        text-shadow: none;
        margin-bottom: 18px;
        min-height: 154px;
    }

    .landing-home .brand::before {
        display: none;
    }

    .landing-home .description {
        font-size: 1.07rem;
        line-height: 1.7;
        max-width: 56ch;
        min-height: 124px;
        margin-bottom: 0;
    }

    .landing-home .cta2 {
        min-width: 360px;
        min-height: 56px;
        border-radius: 12px;
        font-size: 0.95rem;
        margin-top: auto;
        align-self: center;
    }

    .landing-home .intro-block {
        margin-bottom: 46px;
    }

    .landing-home .intro-block h1 {
        font-size: clamp(2.1rem, 3vw, 2.75rem);
        letter-spacing: -0.02em;
    }

    .landing-home .intro-block p {
        font-size: 1.08rem;
        max-width: 70ch;
    }
}

@media (max-width: 991.98px) {
    .container.landing-home {
        max-width: 640px;
        padding: 22px 14px 42px;
    }

    .landing-home .card {
        border-radius: 14px;
        margin-bottom: 18px;
        box-shadow:
            0 18px 34px rgba(0, 0, 0, 0.45),
            inset 0 0 0 1px rgba(180, 236, 205, 0.09);
    }

    .landing-home .card-image,
    .landing-home .card-images {
        height: auto;
        min-height: 0;
    }

    .landing-home .card-image img,
    .landing-home .card-images img {
        height: clamp(230px, 38vh, 340px);
        object-fit: cover;
        object-position: center 18%;
    }

    .landing-home .card-content {
        padding: 16px 14px 16px;
        text-align: left;
    }

    .landing-home .brand {
        width: 100%;
        margin-bottom: 10px;
        font-size: 0.93rem;
        line-height: 1.45;
        letter-spacing: 0.01em;
        text-transform: none;
        justify-content: flex-start;
        padding: 10px 12px;
    }

    .landing-home .description {
        font-size: 0.94rem;
        line-height: 1.55;
        margin-bottom: 12px;
    }

    .landing-home .cta2 {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        font-size: 0.86rem;
        border-radius: 10px;
        padding: 12px 14px;
    }

    .footer-profissional {
        padding: 18px 0 12px;
    }

    .footer-profissional .container {
        padding: 0 14px;
    }

    .footer-profissional .row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 12px 0 !important;
        text-align: center;
    }

    .footer-profissional .row > div:nth-child(1) {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .footer-profissional .row > div:nth-child(2) {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    .footer-profissional .row > div:nth-child(3) {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    .footer-brand {
        font-size: 1.05rem;
        margin-bottom: 4px;
    }

    .footer-tagline {
        font-size: 0.92rem;
    }

    .footer-title {
        margin-bottom: 4px;
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .footer-link {
        font-size: 1rem;
    }

    .footer-copy {
        margin-top: 12px;
        padding-top: 10px;
        font-size: 0.84rem;
    }

    .footer-home-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-home-legal {
        justify-content: center;
    }
}
