/* =========================================
   PÁGINA: BIOESTIMULADORES CORPORAIS
   Tratamento corporal. Herda style.css
   Sem foto, sem FAQ
========================================= */

.section-title { padding: 150px 0 40px; }
@media (max-width: 767px) { .section-title { padding: 120px 0 30px; } }

/* =========================================
   HERO: TEXTO + NÚMEROS À ESQUERDA
   FOTO À DIREITA
========================================= */

.section-hero {
  float: left;
  width: 100%;
  background: var(--bg);
  padding: 60px 0 60px;
}

/* linha texto + foto */
.hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

/* TEXTO */
.hero-txt {
  width: 55%;
  padding: 0 15px;
}

.hero-txt h4 {
  color: var(--primary);
}

.hero-txt h2 {
  color: var(--dark);
  margin-bottom: 18px;
}

.hero-txt p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 14px;
}

.hero-txt .bt {
  margin-top: 26px;
}


/* FOTO */
.hero-img {
  width: 45%;
  padding: 0 15px;
}

.hero-photo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}

.hero-photo-wrap img {
  width: 90%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: var(--primary);
  color: var(--white);
  border-radius: 14px;
  padding: 16px 22px;
  box-shadow: 0 8px 24px rgba(91,48,0,0.25);
  max-width: 220px;
}

.hero-badge strong {
  display: block;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
}

.hero-badge span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  opacity: 0.85;
}


/* NÚMEROS */
/* NÚMEROS */
.hero-numbers {
  display: flex;
  width: 100%;
  margin-top: 35px;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.hero-number-item {
  flex: 1;
  padding: 24px 20px;
  border-right: 1px solid var(--border-light);
}

.hero-number-item:last-child {
  border-right: none;
}

.hero-number-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.hero-number-item span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
  line-height: 1.5;
}


/* RESPONSIVO */
@media (max-width: 767px) {

  .hero-txt,
  .hero-img,
  .hero-numbers {
    width: 100%;
    margin-left: 0;
  }

  .hero-img {
    margin-top: 40px;
  }

 .hero-number-item {
  flex: 0 0 50%;
}

  .hero-number-item:nth-child(2) {
    border-right: none;
  }

  .hero-number-item:nth-child(3),
  .hero-number-item:nth-child(4) {
    border-top: 1px solid var(--border-light);
  }

}

@media (max-width: 480px) {

 .hero-number-item {
  flex: 0 0 100%;
}

  .hero-number-item:first-child {
    border-top: none;
  }

}

/* =========================================
   SUBSTÂNCIAS UTILIZADAS — ACCORDION VERTICAL
   SEM JS, usa <details> nativo do HTML
   (diferente de todos os layouts anteriores)
========================================= */
.section-substancias {
  float: left;
  width: 100%;
  background: var(--white);
  padding: 80px 0;
}
.section-substancias h4 { color: var(--primary); }
.section-substancias h2 { color: var(--dark); margin-bottom: 8px; }
.substancias-sub {
  color: var(--text);
  max-width: 620px;
  margin-bottom: 44px;
}

.substancia-details {
  border: 1.5px solid var(--border-light);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}
.substancia-details summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  background: var(--bg);
  transition: color 0.3s ease;
}
.substancia-details summary::-webkit-details-marker { display: none; }
.substancia-details summary:hover { color: var(--primary); }

.substancia-details summary .sub-marker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.substancia-details[open] summary .sub-marker { transform: rotate(45deg); }

.substancia-body {
  padding: 22px 24px;
}
.substancia-body p {
  font-size: 14px;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.7;
}
.substancia-body p:last-child { margin-bottom: 0; }
.substancia-body strong { color: var(--primary); }

/* =========================================
   ÁREAS DE APLICAÇÃO — SEÇÃO ESCURA
   Layout de "régua" horizontal com marcadores
========================================= */
.section-areas {
  float: left;
  width: 100%;
  background: var(--dark);
  padding: 80px 0;
}
.section-areas h4 { color: var(--accent); }
.section-areas h2 { color: var(--white); margin-bottom: 8px; }
.areas-sub {
  color: rgba(255,255,255,0.7);
  max-width: 620px;
  margin-bottom: 48px;
}

.areas-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.areas-row .area-marker {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 767px) { .areas-row .area-marker { width: 33.333%; } }
@media (max-width: 480px)  { .areas-row .area-marker { width: 50%; } }

.area-marker-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 22px;
  color: var(--accent);
  transition: background 0.3s ease, color 0.3s ease;
}
.area-marker:hover .area-marker-circle {
  background: var(--accent);
  color: var(--dark);
}
.area-marker span {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  font-family: var(--font-head);
  font-weight: 700;
}

.areas-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

/* =========================================
   CRONOGRAMA DE RESULTADOS
   Lista horizontal com marcos temporais
========================================= */
.section-cronograma {
  float: left;
  width: 100%;
  background: var(--bg);
  padding: 80px 0;
}
.section-cronograma h4 { color: var(--primary); }
.section-cronograma h2 { color: var(--dark); margin-bottom: 8px; }
.cronograma-sub {
  color: var(--text);
  max-width: 620px;
  margin-bottom: 48px;
}

.cronograma-track {
  position: relative;
  padding-left: 28px;
  border-left: 2px solid var(--border-light);
  max-width: 820px;
}
.cronograma-marco {
  position: relative;
  padding-bottom: 36px;
}
.cronograma-marco:last-child { padding-bottom: 0; }
.cronograma-marco::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--bg);
}
.cronograma-marco h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  font-family: var(--font-head);
  margin-bottom: 6px;
}
.cronograma-marco p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
  line-height: 1.7;
}
