*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}

html, body {
  min-height: 100%;
}

body {
    background: linear-gradient(135deg, #728151 0%, #bfdc95 100%);
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

header {
    position: fixed;
    top: 0%;
    width: 100%;
    background-color: #6a8046;
    border-bottom: 1px solid #dee2e6;
    z-index: 1000;
    font-family: Poppins;
}

nav a img {
    height: 108px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

nav a img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 1px 24px;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 32px;
    list-style: none;
}

.nav-links li {
    margin-left: 1.5rem;
    text-decoration: none;
    color: white;
}

.nav-item,
.nav-item:hover {
    text-decoration: none;
    color: white;
    position: relative;
}

.nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #bfdc95;
    transition: width 0.3s;
}

.nav-item:hover::after {
    width: 100%;
}

.frame1 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 96px;
}

.frame2 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 96px;
    background-image: url("imagens/mulher.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.frame1-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
}

.logo {
    width: 600px;
    height: auto;
    margin-left: 176px;
}

p {
    color: rgba(255,255,255, 0.75);
    font-size: 25px;
    font-style: normal;
    line-height: normal;
}

.btnVer {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    border-radius: 10px;
    border: none;
    background: #FFF;
    color: rgba(0, 0, 0, 0.75);
    font-size: 20px;
    text-decoration: none;
    font-family: Poppins;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btnVer:hover {
    transform: scale(1.05);
}

h1 {
    font-family: 'Palais des Ombres', sans-serif;
    color: #FFF;
    font-size: 130px;
}

@font-face {
    font-family: 'Palais des Ombres';
    src: url('../fonts/PalaisdesOmbres.ttf') format('truetype');
}

h2 {
    color: rgba(0, 0, 0, 0.75);
    font-size: 50px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.prod {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 500px;
    text-align: center;
    padding: 70px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
    flex-direction: column;
}

.prod:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.prod img {
    transition: transform 0.4s ease;
}

.prod:hover img {
    transform: scale(1.05);
}

.prod h3 {
    color: #222;
    font-size: 22px;
    margin: 10px 0;
}

.prod h3:last-of-type {
    flex-grow: 1;
}


.imagem {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}


.btnPadrao,.btnWhats {
    margin-top: 10px;
    padding: 10px 20px;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    cursor: pointer;
    font-size: 16px;
    font-family: Poppins;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btnPadrao a,.btnOnline a,.btnWhats a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
}

.btnWhats{
    background: rgba(38, 211, 103,0.7);
    color: rgba(19, 103, 74);
    font-weight: bold;
}

.btnOnline {
    display: block;
    width: 100%;
    margin-top: auto; /* empurra o botão pro fim do card */
    padding: 12px 0;
    text-align: center;

    background-color: #b6d672; /* exemplo */
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}

.btnOnline:hover {
    background-color: #b5a487;
}


.btnPadrao:hover,.btnOnline:hover,.btnWhats:hover {
    transform: scale(1.05);
    background-color: rgba(19, 103, 74);
}

.btnPadrao:hover a,.btnOnline:hover a,.btnWhats:hover a{
    color: #fff;
}

.btnVoltar {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 18px;
    background: #f5f5f5;
    border-radius: 8px;
    color: #6b7c4a;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #6b7c4a;
    transition: .3s;
}

.btnVoltar:hover {
    background: #6b7c4a;
    color: #fff;
}

.secao1{
    background-image:
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url("../imagens/pilatesEspaco.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
}

.sobrenos {
    background: #f7f5f0;
    padding: 80px 20px;
}

.sobre-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.sobre-texto h2 {
    font-size: 36px;
    color: #4f6b4f;
    margin-bottom: 20px;
}

.sobre-texto p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.sobre-img img {
    width: 60%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.secao2 {
    padding: 80px 20px;
    text-align: center;
}

.secao3 {
    padding: 80px 20px;
    text-align: center;
}

.fundo{
    box-sizing: border-box;
    max-width: 100%;
    background-color: #fff;
    border-radius: 20px;
    width: 1000px;
    padding: 10px 5px;
    text-align: center;
    margin: 0 auto;
}

.formCtt {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.formCtt input,
.formCtt textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.btnWpp{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    z-index: 1600;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btnWpp i {
    font-size: 32px;
    line-height: 1; /* Importante para centralizar */
}

.btnWpp:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.6);
}

footer {
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer h4 {
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}

.footer .col div,
.footer .col a {
    margin-bottom: 8px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    transition: color 0.3s;
}

.footer .col a:hover {
    color: #95b462;
}

i {
    font-size: 18px;
}

.containerPerfil {
    max-width: 600px;
    margin: 140px auto 60px;
    padding: 20px 20px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    gap: 32px;
}

.containerPerfil input {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* --- LISTA DE SERVIÇOS --- */

.container {
    max-width: 900px;
    margin: 120px auto;
    padding: 20px;
    text-align: center;
}

.servicos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    font-family: Poppins;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform .3s ease, box-shadow .3s ease, background .3s;
    display: block;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    background: #f6f6f6;
}

.card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #6b7c4a;
}

.info-small {
    font-size: 16px;
    margin: 4px 0;
}

/* =========================
   LOGIN E CADASTRO
========================= */

.containerPai{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardLogin{
    width: 80%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 32px;
    padding: 32px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.esquerda, .direita{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.formLog, .formCad{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.formLog button, .formCad button{
    background: linear-gradient(135deg, #b6c29c 0%, #bfdc95 100%);
}

.formLog input, .formCad input{
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

.formLog input::placeholder, .formCad input::placeholder{
    color: rgba(255, 255, 255, 0.5);
}

.manter{
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.manter input[type="checkbox"]{
    width: auto;
    cursor: pointer;
}

button{
    margin-top: 8px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    padding: 16px;
    cursor: pointer;
    transition: all .3s;
}

button:hover{
    transform: translateY(-2px);
}

.txtForm{
    margin-bottom: 32px;
    font-size: 60px;
    text-align: center;
    color: #fff;
}

.formLogin, .facaLogin, .formCadastro, .facaCadastro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formLogin, .facaLogin, .formCadastro, .facaCadastro {
    input, button {
        padding: 12px 20px;
        border-radius: 12px;
        border: none;
        outline: none;
        font-size: 16px;
        width: 400px;
    }
}

.facaLogin, .facaCadastro{
    position: absolute;
    
    .btnLog, .btnCad{
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.8);
    }
}

.facaLogin h2, .facaCadastro h2{
    color: rgba(0, 0, 0, 0.8);
}

/* BACKGROUND MÓVEL */
.cardLogin::after{
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top:0;
    right: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: all .5s;
}

/* LOGIN ACTIVE */
.cardLogin.loginActive .facaLogin{
    opacity: 0;
    pointer-events: none;
}

.cardLogin.loginActive .facaCadastro{
    transform: translateX(0);
    transition: all .3s .2s;
    opacity: 1;
}

.cardLogin.loginActive .formLogin{
    transition: all .3s .3s;
    opacity: 1;
}

.cardLogin.loginActive .formCadastro{
    opacity: 0;
    pointer-events: none;
}

.cardLogin.loginActive::after{
    transform: translateX(50%);
}

/* CADASTRO ACTIVE */
.cardLogin.cadastroActive .facaCadastro{
    opacity: 0;
    pointer-events: none;
}

.cardLogin.cadastroActive .facaLogin{
    transform: translateX(0);
    transition: all .3s .2s;
    opacity: 1;
}

.cardLogin.cadastroActive .formCadastro{
    transition: all .3s .3s;
    opacity: 1;
}

.cardLogin.cadastroActive .formLogin{
    opacity: 0;
    pointer-events: none;
}

.cardLogin.cadastroActive::after{
    transform: translateX(-50%);
}

/* TRANSITIONS */
.facaCadastro{
    transition: all .3s 0;
    transform: translateX(200%);
    opacity: 0;
}

.formLogin{
    opacity: 0;
    transition: all .3s 0;
}

.facaLogin{
    transition: all .3s 0;
    transform: translateX(-200%);
    opacity: 0;
}

.formCadastro{
    opacity: 0;
    transition: all .3s 0;
}

/* =========================
   CAMPO SENHA COM ÍCONE
========================= */

.campo-senha {
    position: relative;
    width: 100%;
}

.campo-senha input {
    width: 100%;
    padding-right: 46px;
}

.toggle-senha {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    transition: color 0.3s, transform 0.2s;
}

.toggle-senha:hover {
    color: #6a8046;
    transform: translateY(-50%) scale(1.1);
}

/* ===== BOTÃO MOBILE TOGGLE ===== */
.mobile-toggle {
    display: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 600;
    width: 100%;
}

.mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

/* =========================
   MENU HAMBÚRGUER
========================= */

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: 0.3s;
}

/* =========================
   TABELA RESPONSIVA - MEUS AGENDAMENTOS
========================= */

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

/* =========================
   ALTERAR SENHA
========================= */

.formPerfil {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formPerfil .campo-senha {
    position: relative;
    width: 100%;
}

.formPerfil .campo-senha input {
    width: 100%;
    padding-right: 46px;
}

.formPerfil .toggle-senha {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s, transform 0.2s;
}

.formPerfil .toggle-senha:hover {
    color: #6b7c4a;
    transform: translateY(-50%) scale(1.1);
}

/* =========================
   RECUPERAÇÃO DE SENHA
========================= */

.cardRecuperacao {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 50px 40px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.iconRecuperacao {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #b6c29c 0%, #bfdc95 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 6px 20px rgba(191, 220, 149, 0.4);
}

.iconRecuperacao.sucesso {
    background: linear-gradient(135deg, #81c784 0%, #66bb6a 100%);
    color: #fff;
}

.tituloRecuperacao {
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

.descricaoRecuperacao {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.6;
}

.descricaoRecuperacao strong {
    color: #bfdc95;
    font-weight: 600;
}

.formRecuperacao {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.input-group-recuperacao {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group-recuperacao i {
    position: absolute;
    left: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    z-index: 1;
}

.input-group-recuperacao input {
    width: 100%;
    padding: 16px 16px 16px 50px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
}

.input-group-recuperacao input:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: #bfdc95;
    outline: none;
}

.input-group-recuperacao input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.campo-senha-recuperacao {
    position: relative;
    display: flex;
    align-items: center;
}

.campo-senha-recuperacao > i:first-child {
    position: absolute;
    left: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    z-index: 1;
}

.campo-senha-recuperacao input {
    width: 100%;
    padding: 16px 50px 16px 50px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
}

.campo-senha-recuperacao input:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: #bfdc95;
    outline: none;
}

.campo-senha-recuperacao input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.toggle-senha-recuperacao {
    position: absolute;
    right: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s, transform 0.2s;
}

.toggle-senha-recuperacao:hover {
    color: #bfdc95;
    transform: scale(1.1);
}

.btnEnviar {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #b6c29c 0%, #bfdc95 100%);
    color: rgba(0, 0, 0, 0.85);
    border: none;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(191, 220, 149, 0.3);
}

.btnEnviar:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(191, 220, 149, 0.5);
}

.btnEnviar i {
    font-size: 16px;
}

.linksRecuperacao {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.linkVoltar {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.linkVoltar:hover {
    color: #bfdc95;
    transform: translateX(-4px);
}

.linkVoltar i {
    font-size: 14px;
}

.cardRecuperacao .mensagem {
    margin: 20px 0;
}

/* =========================
   RESPONSIVIDADE GERAL
========================= */

@media (max-width: 1024px) {
    nav {
        grid-template-columns: auto auto;
    }

    .nav-links {
        gap: 20px;
        font-size: 15px;
    }

    .frame1, .frame2 {
        margin: 48px;
        flex-direction: column;
        text-align: center;
    }

    .logo {
        width: 420px;
        margin-left: 0;
        margin-top: 30px;
    }

    h1 {
        font-size: 90px;
    }

    .prod {
        width: 90%;
    }

    .fundo {
        width: 95%;
    }

    footer {
        flex-wrap: wrap;
        gap: 30px;
    }

    .cardLogin {
        width: 100%;
        max-width: 700px;
    }

    .txtForm {
        font-size: 48px;
    }
}

@media (max-width: 900px) {
    .sobre-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sobre-texto h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    /* HEADER / NAV */
    body {
        padding-top: 24px;
    }

    header {
        padding: 1px 1rem;
    }

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #6a8046;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 24px 0;
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 0;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* HERO / FRAMES */
    .frame1, .frame2 {
        margin: 32px 16px;
        flex-direction: column;
        text-align: center;
    }

    .frame1-text {
        align-items: center;
    }

    h1 {
        font-size: 56px;
        line-height: 1.1;
    }

    p {
        font-size: 17px;
    }

    .logo {
        width: 260px;
        margin: 24px auto 0;
    }

    .btnVer {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }

    /* CARDS / PRODUTOS */
    .prod {
        width: 100%;
        padding: 40px 16px;
    }

    .imagem {
        height: 200px;
    }

    /* SOBRE */
    .sobre-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .sobre-img img {
        width: 90%;
    }

    /* FORM / FUNDO */
    .fundo {
        width: 100%;
        padding: 16px;
    }

    /* PERFIL */
    .containerPerfil {
        margin: 100px 16px 40px;
        padding: 24px 16px;
    }

    .containerPerfil h2 {
        font-size: 28px;
    }

    .mensagem {
        font-size: 14px;
        padding: 12px;
    }

    /* LOGIN / CADASTRO MOBILE */
    .containerPai {
        height: auto;
        min-height: 50vh;
        padding: 40px 16px;
    }

    .cardLogin {
        width: 100%;
        height: auto;
        min-height: unset;
        padding: 64px 20px;
        flex-direction: column;
    }

    /* Remove o background deslizante no mobile */
    .cardLogin::after {
        display: none;
    }

    .esquerda, .direita {
        width: 100%;
        height: auto;
    }

    /* Esconde os CTAs laterais no mobile */
    .facaLogin, .facaCadastro {
        display: none !important;
    }

    /* Mostra apenas um formulário por vez */
    .formLogin, .formCadastro {
        width: 100%;
    }

    .formLog, .formCad {
        max-width: 100%;
    }

    .formLog input, .formCad input,
    .formLog button, .formCad button {
        width: 100%;
    }

    .formLogin input, .formCadastro input,
    .formLogin button, .formCadastro button {
        width: 100%;
        max-width: 100%;
        color: rgba(0,0,0,0.8);
    }

    .txtForm {
        font-size: 36px;
        margin-bottom: 24px;
    }

    /* MOSTRA O BOTÃO TOGGLE NO MOBILE */
    .mobile-toggle {
        display: block;
    }

    /* Controla visibilidade dos formulários */
    .cardLogin.loginActive .formLogin {
        display: flex;
        opacity: 1;
    }

    .cardLogin.loginActive .formCadastro {
        display: none;
    }

    .cardLogin.cadastroActive .formCadastro {
        display: flex;
        opacity: 1;
    }

    .cardLogin.cadastroActive .formLogin {
        display: none;
    }

    /* RECUPERAÇÃO DE SENHA MOBILE */
    .cardRecuperacao {
        padding: 40px 24px;
        max-width: 100%;
    }

    .tituloRecuperacao {
        font-size: 26px;
    }

    .descricaoRecuperacao {
        font-size: 14px;
    }

    .iconRecuperacao {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }

    .input-group-recuperacao input,
    .campo-senha-recuperacao input {
        padding: 14px 14px 14px 46px;
        font-size: 15px;
    }

    .btnEnviar {
        padding: 14px;
        font-size: 16px;
    }

    /* TABELA MOBILE */
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        background: #fff;
        margin-bottom: 16px;
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .table td {
        text-align: right;
        padding: 8px 0;
        position: relative;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        font-weight: 600;
        color: #6a8046;
        text-align: left;
    }

    .btnCancelar {
        display: inline-block;
        margin-top: 8px;
    }

    /* FOOTER */
    footer {
        flex-direction: column;
        gap: 24px;
    }

    /* WHATS */
    .btnWpp {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
    }

    .btnWpp i {
        font-size: 28px;
    }

    .secao1{
        justify-content: center;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 15px;
    }

    .logo {
        width: 220px;
    }

    .txtForm {
        font-size: 28px;
    }

    button {
        padding: 14px;
    }

    .cardLogin {
        padding: 100px 16px;
    }

    /* RECUPERAÇÃO 480PX */
    .cardRecuperacao {
        padding: 32px 20px;
    }

    .tituloRecuperacao {
        font-size: 22px;
    }

    .descricaoRecuperacao {
        font-size: 13px;
    }

    .iconRecuperacao {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}