html {
  scroll-behavior: smooth;
}

:root {
  --vermelho: #ff1a1a;
  --preto: #0f0f0f;
  --cinza-escuro: #1c1c1c;
  --cinza-claro: #fafafa;
  --branco: #ffffff;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: var(--branco);
  color: var(--preto);
  line-height: 1.7;
  position: relative;
}

/* CONTAINER */
.container {
  max-width: none;
  padding: 0;
}

/* ================= HERO ================= 
.hero {
  background: var(--preto);
  color: var(--branco);
  text-align: center;
  position: relative;
}

.logo-topo {
  max-width: 240px;
  margin-bottom: 35px;
}

.hero h1 {
  font-size: 2.7rem;
  margin-bottom: 20px;
}

.hero p {
  max-width: 820px;
  margin: 0 auto 20px;
  font-size: 1.1rem;
  line-height: 1.8;
}
  */

/* BOTÕES */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 35px;
}

.btn {
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 20px;
}

.primary {
  background: var(--vermelho);
  color: var(--branco);
}

.primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.outline {
  border: 2px solid var(--branco);
  color: var(--branco);
}


.imagem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  align-items: center;
}

.imagem-grid img {
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.img-medico {
  width: 60%;
  justify-self: center;
}

.img-telemedicina {
  width: 100%;
  justify-self: center;
}

/* ================= SEÇÕES GERAIS ================= */
section p {
  max-width: 850px;
  margin: 0 auto 12px;
  font-size: 1.25rem;
  color: #222;
  text-align: center;
  font-weight: 400;
}

.text-destaque {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}

/* TÍTULOS */
h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.1rem;
}

h3 {
  margin-bottom: 10px;
}

/* ================= BENEFÍCIOS ================= 
.beneficios {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.beneficios ul {
  list-style: none;
  text-align: center;
}

.beneficios li {
  margin-bottom: 10px;
  font-weight: 500;
}
  */

/* ================= LISTAS ================= */
ul {
  margin: 25px 0;
  padding: 0;
}

li {
  margin-bottom: 8px;
}

/* ================= COMO FUNCIONA ================= */
.steps {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.step {
  text-align: center;
}

.step span {
  background: var(--vermelho);
  color: var(--branco);
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  font-weight: bold;
}

/* ================= SEGURANÇA ================= 
.seguranca ul {
  list-style: none;
  text-align: center;
}

.seguranca li {
  margin-bottom: 10px;
}

.imagem-contexto {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.imagem-contexto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.imagem-contexto img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
  */

/* ================= PLANOS ================= */
.plano {
  border: 2px solid var(--vermelho);
  border-radius: 14px;
  padding: 40px 30px;
  text-align: center;
  background: var(--branco);
  margin: 40px 0;
  transition: 0.3s;
}

.plano:hover {
  transform: translateY(-4px);
}

.plano.destaque {
  border: 2px solid var(--vermelho);
}

.preco {
  font-size: 1.7rem;
  color: var(--vermelho);
  margin: 20px 0;
}

.preco-antigo {
  display: block;
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-top: 5px;
}

.plano ul {
  list-style: none;
  margin-bottom: 20px;
}

.plano .btn {
  width: 100%;
  margin-top: 30px;
}

.plano p {
  margin-bottom: 18px;
}


/* ================= TABELA ================= */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 35px;
  font-size: 0.95rem;
}

table th {
  background: var(--preto);
  color: var(--branco);
  padding: 14px;
}

table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

table tr:nth-child(even) {
  background: #fafafa;
}

table tr:hover {
  background: #f1f1f1;
}

/* ================= CTA FINAL ================= 
.cta-final {
  background: var(--preto);
  color: var(--branco);
  text-align: center;
}

.cta-final p {
  margin-top: 20px;
  font-size: 1.05rem;
}

.large {
  font-size: 1.2rem;
}
  */

/* ================= FOOTER ================= */
footer {
  background: url("../assets/images/blocos/footer-bg.jpeg") center / cover no-repeat;
  color: var(--branco);
  text-align: center;
  padding: 50px 20px;
}

.logo-footer {
  max-width: 160px;
  margin-bottom: 15px;
}

footer a {
  color: var(--branco);
  margin: 0 5px;
  text-decoration: none;
}

footer small {
  display: block;
  margin-top: 12px;
  font-size: 0.85rem;
}

.tabela-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 30px;
}

.tabela-wrapper table {
  min-width: 600px;
}

/* ================= IMAGENS DE BLOCO ================= */
.img-bloco {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}

.hero-wrapper {
  position: relative;
}

.hero-btn-link {
  position: absolute;
  /* ajuste fino aqui */
  left: 51%;
  top: 79%;
  width: 25%;
  height: 15%;
  cursor: pointer;
}

.cta2-wrapper {
  position: relative;
}

.cta-btn-link {
  position: absolute;
  /* ajuste fino aqui */
  left: 58%;
  top: 15%;
  width: 37%;
  height: 36%;
  cursor: pointer;
}

/* ================= PLANOS - BOTÕES INVISÍVEIS ================= */

.planos-wrapper {
  position: relative;
}

.plano-link {
  position: absolute;
  cursor: pointer;
}

/* 🔴 LINHA SUPERIOR (4 planos) */
.plano-1 {
  left: 18%;
  top: 88%;
  width: 14%;
  height: 10%;
}

.plano-4 {
  left: 64%;
  top: 88%;
  width: 14%;
  height: 10%;
}

/* 🔴 LINHA INFERIOR (CTAs) */
.plano-5 {
  left: 49%;
  top: 88%;
  width: 13%;
  height: 10%;
}

.plano-7 {
  left: 34%;
  top: 87%;
  width: 13%;
  height: 11%;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

/* ================= BOTÕES FIXOS TOPO ================= */

/* BOTÕES NO TOPO DO HERO
.hero-top-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.hero-btn {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
}

/* CORES 
.hero-btn.telemedicina {
  background: var(--vermelho);
  color: #fff;
}

.hero-btn.clube {
  background: var(--preto);
  color: #fff;
}
*/

.imagem-trafego img {
  width: 100%;
  max-width: 1100px;   /* mesmo padrão visual das outras */
  margin: 40px auto;  /* centraliza e cria respiro */
  display: block;
  background: transparent
}

/* ================= MENU HAMBURGUER ================= */

.menu-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 35px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 9999;
}

.menu-toggle span {
  height: 4px;
  background: #ff1a1a;
  border-radius: 2px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  transition: 0.4s;
  z-index: 9998;
}

.menu-overlay a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
}

.menu-overlay.active {
  left: 0;
}

.area-associados {
  position: relative;
}

.area-btn {
  position: absolute;
  cursor: pointer;
}

/* ================= ANIMAÇÃO HAMBURGUER ================= */

.menu-toggle span {
  transition: 0.3s ease;
}

/* Primeira linha gira */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

/* Segunda linha some */
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

/* Terceira linha gira ao contrário */
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Impede scroll quando menu aberto */
body.menu-open {
  overflow: hidden;
}

/* AJUSTE CONFORME SUA IMAGEM */
.area-btn.telemedicina {
  left: 7%;
  top: 60%;
  width: 20%;
  height: 27%;
}

.area-btn.agendamentos {
  left: 29%;
  top: 60%;
  width: 20%;
  height: 27%;
}

.area-btn.psicologia {
  left: 51%;
  top: 60%;
  width: 20%;
  height: 27%;
}

.area-btn.clube {
  left: 73%;
  top: 60%;
  width: 20%;
  height: 27%;
}


/* ================= MOBILE ================= */
@media (max-width: 768px) {

 /* remove qualquer limitação de layout */
  section,
  header,
  .container,
  .imagem-contexto-grid {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* TODAS as imagens crescem */
  picture,
  picture img,
  .img-bloco {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    display: block;
  }

  .hero-top-buttons {
  top: 10px;
  right: 10px;
}

.hero-btn {
  font-size: 10px;
  padding: 6px 10px;
  min-width: 130px;
 }
}