.landing-page {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-image: url(../img/background/1000097489.png);
  background-size: 70%;
  background-repeat: repeat no-repeat;
  background-position: center center;
  height: 80vh;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media (max-width: 1300px) {
    .landing-page {
        height: 70vh; /* Reduz a altura da seção */
        background-size: cover; /* Cobre o fundo inteiro */
        background-position: center center;
    }
}
@media (max-width: 1024px) {
    .landing-page {
        height: 700px;
    }
}
@media (max-width: 768px) {
    .landing-page {
        background-size: cover; 
        background-position: center center;
    }
}
 @media (max-width: 500px) {
  .landing-page{
    background-image: url(../img/background/Picsart_25-11-15_21-41-10-619.png);
    background-position: top;
  }
    /* .landing-page {
        background-image: none !important; 
        
        height: auto; 
        justify-content: flex-start; 
        
        align-items: center; 
    }

    .landing-page::before {
        content: '';
        display: block; 
        width: 100%;
        

        height: 50vh; 
        background-image: url(../img/background/1000097489.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 200px;
    }
    .landing-text {
      position: absolute;
      top: 400px;
      width: 100%;
      padding: 0px 20px; 
    } */
}
.landing-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
b{
  color: #fff0f0;
  animation: wine-glow 2s infinite alternate;
}
@keyframes wine-glow {
    0% {
        text-shadow: 0 0 2px #a71b1b, 0 0 4px #800000, 0 0 6px #800000, 0 0 8px #800000, 0 0 10px #800000;
    }
    50% {
        text-shadow: 0 0 4px #a91515, 0 0 8px #800000, 0 0 12px #800000, 0 0 16px #800000, 0 0 20px #800000;
    }
    100% {
        text-shadow: 0 0 2px #a31e1e, 0 0 4px #800000, 0 0 6px #800000, 0 0 8px #800000, 0 0 10px #800000;
    }
}

.texto-maior{
  font-family: 'cinema-sunday', "Copse", serif;
  font-size: calc(1.4vw + 1rem);
  text-shadow: #000000 6px 6px 8px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .texto-maior{
    font-size: calc(2.5vw + 1rem);
  }
}
.texto-menor{
  font-size: calc(0.8vw + 0.8rem);
  font-family: 'Story Script', Verdana, Geneva, sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  animation: dark-shadow-pulse 3s infinite alternate;
}
@keyframes dark-shadow-pulse {
  0% {
    text-shadow: 4px 2px 5px #000000;
  }
  50% {
    text-shadow: 0 0 15px #000000;
  }
  100% {
    text-shadow: 0 0 5px #000000;
  }
  
}
.landing-text p {
  max-width: 70%;
  text-shadow: #000000 4px 4px 6px;
  margin-bottom: 10px;
  line-height: 1.6;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.CTA-rounded {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  /* Faz o botão ficar totalmente arredondado (forma de pílula) */
  border-radius: 99em; 
  overflow: hidden; 
  z-index: 1; 
}

.CTA-rounded::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 200%; 
  height: 200%;
  background: conic-gradient(
    #ffffff 50%, 
    transparent 50% 
  );
  animation: spin 3s linear infinite;
}
.CTA-rounded::after {
  content: '';
  position: absolute;
  z-index: -1; 
  background: #a30c0c;
  inset: 2px; 
  border-radius: 99em;
  transition: background 0.3s ease;
}
.CTA-rounded span {
  display: block; 
  position: relative; 
  z-index: 2; 
  padding: calc(0.8rem + 0.5vw) calc(1.5rem + 1vw);
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  transition: color 0.3s ease;
}
.CTA-rounded:hover span {
  color: #fff;
}
.CTA-rounded:hover::after {
  background: rgb(81, 13, 13); 
}


h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
}
h4{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* .services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
} */
.infos-consultoria{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.card-box{
  margin-top: 2rem;
  display: flex;         
  flex-wrap: wrap;       
  justify-content: center; 
  align-items: stretch;    
  gap: 30px;
}
@media (min-width: 1240px) and (max-width: 1460px) {
  .card-box {
    width: 80%;
  }
  .card {
    flex-basis: 300px !important;
  }
}
@media (max-width: 1239px) {
  .card {
    flex-basis: 330px !important;
  }
}
/* @media (max-width: 1200px) {
  .card {
    flex-basis: 90% !important;
  }
} */

.card {
  display: flex;
  flex-direction: column; 
  flex-basis: 260px;  
  flex-grow: 0;       
  flex-shrink: 1;     
  
  background: #111;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(255, 0, 51, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 0, 51, 0.8);
}
.img-card img {
  border-radius: 1em 1em 0 0; 
  width: 100%;
  height: 330px; 
  object-fit: cover;
}
.info-card {
  padding: 15px;
  margin-top: 15px;
  text-align: left;
  flex-grow: 1; 
}
.info-card h4 {
  font-family: "Cherry Cream Soda", system-ui;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.info-card p {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #ccc;
}

/* --------------- Diferenciais --------------- */
.diferenciais{
  padding: 60px 20px;
  text-align: center;
}
.card-box-diferenciais{
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.problemas, .solucoes {
  max-width: 25%;
}
.problemas{
  border-radius: 1em;
  padding: 15px;
  background-color: #0a0a0a;
  border: solid 2px #641212;
  box-shadow: #d40606 0px 0px 15px;
  transition: 0.2s;
}
.problemas:hover{
  scale: 1.02;
}
.solucoes{
  border-radius: 1em;
  padding: 15px;
  background-color: #0a0a0a;
  border: solid 2px #12641a;
  box-shadow: #078f12 0px 0px 15px;
  transition: 0.2s;
}
.solucoes:hover{
  scale: 1.02;
}

.problemas h4, .solucoes h4 {
  font-family: "Cherry Cream Soda", system-ui;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.problemas ul, .solucoes ul {
  text-align: left;
  margin-top: 1rem;
  list-style-type: none;
  padding-left: 20px;
}
.problemas ul li, .solucoes ul li {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 18px;
}
li{
  display: flex;
  align-items: center;
}
.x-icon {
  width: 25px;
  height: 25px;
  fill: #ff4d4d;
  margin-right: 15px;
  vertical-align: middle;
}
.v-icon {
  width: 25px;
  height: 25px;
  fill: #4CAF50;
  margin-right: 22px;
  vertical-align: middle;
}
/* --------------- Fim Diferenciais --------------- */

/* ==========================================================================
   SEÇÃO: COMO FUNCIONA (Sua Jornada em 4 Passos)
   ========================================================================== */
.como-funciona {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(to bottom, #0a0a0a, #111);
    /* Garante uma transição suave se estiver acima do footer ou faq */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
}

.subtitulo-section {
    color: #888;
    margin-bottom: 50px;
    font-size: 1.1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.step-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    border-radius: 15px;
    width: 250px;
    position: relative;
    transition: transform 0.3s, border-color 0.3s;
}

.step-card:hover {
    transform: translateY(-10px);
    border-color: #FFBA42; /* Cor Dourada */
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #FFBA42;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #FFBA42;
    z-index: 2;
}

.step-icon {
    font-size: 2.5rem;
    color: #fff;
    margin: 20px 0;
}

.step-card h4 {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.step-card p {
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Setas entre os cards */
.step-arrow {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #333;
    margin-top: 80px; /* Alinha visualmente com o meio do card */
}


/* ==========================================================================
   SEÇÃO: FAQ (Novo Design Premium)
   ========================================================================== */
.faq-section {
    padding: 80px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 10px;
}

.faq-header p {
    color: #888;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: rgba(20, 20, 20, 0.6); /* Fundo escuro translúcido */
    backdrop-filter: blur(10px);       /* Efeito vidro */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 186, 66, 0.5); /* Borda Dourada sutil no hover */
    transform: translateX(5px); /* Leve movimento para direita */
}

/* Configuração do elemento Details/Summary */
details {
    padding: 0;
}

summary {
    padding: 25px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    list-style: none; /* Remove marcador padrão */
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s;
}

summary:hover {
    color: #FFBA42; /* Dourado no hover do texto */
}

/* Ícone personalizado (+ / -) do FAQ novo */
summary::after {
    content: '+';
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    color: #FFBA42;
    font-weight: bold;
    transition: transform 0.3s;
}

/* Estado Aberto */
details[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 186, 66, 0.05); /* Fundo dourado muito sutil */
}

details[open] summary::after {
    content: '-';
    transform: rotate(180deg); /* Animação de girar */
}

details p {
    padding: 25px;
    color: #ccc;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0; /* Remove margem padrão */
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Remove a seta padrão feia do navegador (Webkit) */
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}


/* ==========================================================================
   RESPONSIVIDADE (Aplicada a ambos)
   ========================================================================== */
@media (max-width: 768px) {
    /* Ajustes dos Passos */
    .step-arrow { display: none; } /* Esconde setas entre cards */
    .steps-container { flex-direction: column; align-items: center; }
    .step-card { width: 100%; max-width: 350px; }
    
    /* Ajustes do FAQ */
    .faq-header h3 { font-size: 1.8rem; }
    summary { font-size: 1rem; padding: 20px; }
    summary::after { font-size: 1.2rem; }
}





/* ================================================= */
/* ===  MEDIA QUERY PARA RESPONSIVIDADE DO CONTEÚDO (INDEX) === */
/* ================================================= */
@media (max-width: 768px) {
    .texto-maior {
        font-size: 1.9rem; /* Diminui a fonte principal */
        text-align: center;
    }

    .texto-menor {
        font-size: 1.1rem; /* Diminui a fonte secundária */
        text-align: center;
    }

    .landing-text p {
        max-width: 90%; /* Texto ocupa mais da tela */
    }

    /* --- Seção Diferenciais (Problemas/Soluções) --- */
    .card-box-diferenciais {
        flex-direction: column; /* FAZ AS COLUNAS EMPILHAREM! */
        gap: 2.5rem;
    }

    .problemas, .solucoes {
        max-width: 95%; /* Colunas ocupam quase 100% da tela */
    }

    .problemas h4, .solucoes h4 {
        font-size: 1.5rem; /* Diminui fonte dos títulos */
    }

    .problemas ul li, .solucoes ul li {
        font-size: 1rem; /* Diminui fonte dos itens da lista */
        line-height: 1.5;
    }

    /* --- Títulos Gerais da Seção --- */
    h3 {
        font-size: 1.8rem; /* Diminui os títulos principais da seção */
    }
}


/* ==========================================================================
   PÁGINA DE BLOQUEIO (Lock Screen)
   ========================================================================== */

.lock-body {
    background-color: #050505;
    background-image: url('../img/background-gym.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Overlay vermelho escuro para dar o tom de alerta */
.lock-body::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.9), rgba(50,0,0,0.8));
    z-index: 1;
}

.lock-card {
    position: relative;
    z-index: 2;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(20px); /* Vidro forte */
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 66, 66, 0.3); /* Borda Vermelha */
    border-top: 4px solid #ff4242;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 0 50px rgba(255, 0, 0, 0.15), 0 10px 30px rgba(0,0,0,0.5);
    animation: shake 0.5s ease-in-out;
}

/* Animação de "Negado" ao entrar */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.lock-icon-wrapper {
    width: 100px;
    height: 100px;
    background: rgba(255, 66, 66, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    border: 1px solid rgba(255, 66, 66, 0.3);
    box-shadow: 0 0 30px rgba(255, 66, 66, 0.2);
}

.lock-icon {
    font-size: 3.5rem;
    color: #ff4242;
    animation: pulseLock 2s infinite;
}

@keyframes pulseLock {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.lock-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 66, 66, 0.5);
}

.lock-message {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.lock-message strong {
    color: #fff;
}

.btn-lock {
    display: block;
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #ff4242, #d40606);
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(255, 66, 66, 0.3);
}

.btn-lock:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 66, 66, 0.5);
}

.lock-footer {
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.lock-link {
    color: #888;
    font-size: 0.9rem;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lock-link:hover {
    color: #fff;
}