/* =========================================
   PÁGINA: ULTRAFORMER E ULTRASSOM MICROFOCADO
   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 à esquerda, foto à direita
   Faixa de áreas tratáveis em chips
========================================= */
.section-hero {
  float: left;
  width: 100%;
  background: var(--bg);
  padding: 64px 0 70px;
}
.hero-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
  align-items: center;
  gap: 0;
}
.hero-txt { width: 55%; padding: 0 15px; }
.hero-img { width: 45%; padding: 0 15px; }

@media (max-width: 767px) {
  .hero-txt, .hero-img { width: 100%; }
  .hero-img { margin-top: 30px; }
}

.hero-txt h4 { color: var(--primary); }
.hero-txt h2 { color: var(--dark); margin-bottom: 18px; }
.hero-txt p { font-size: 17px; color: var(--text); line-height: 1.75; }
.hero-txt .bt { margin-top: 30px; }

.hero-photo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}
.hero-photo-wrap img {
  width: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

/* Faixa de áreas tratáveis */
.hero-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.area-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: 40px;
  padding: 12px 22px;
  font-size: 14px;
  color: var(--text);
  font-family: var(--font-head);
  font-weight: 700;
  transition: all 0.3s ease;
}
.area-chip i { color: var(--accent); font-size: 14px; }
.area-chip:hover {
  border-color: var(--primary);
  color: var(--primary);
}
@media (max-width: 575px) {
  .hero-areas { justify-content: center; }
}

/* =========================================
   FUNDAMENTOS: O QUE É CADA TECNOLOGIA
   Duas colunas largas, com separador central
========================================= */
.section-fundamentos {
  float: left;
  width: 100%;
  background: var(--white);
  padding: 80px 0;
}
.section-fundamentos h4 { color: var(--primary); }
.section-fundamentos h2 { color: var(--dark); margin-bottom: 48px; }

.fund-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  position: relative;
}
.fund-grid::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border-light);
  transform: translateX(-50%);
}
@media (max-width: 767px) { .fund-grid::before { display: none; } }

.fund-col {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .fund-col { width: 100%; margin-bottom: 40px; }
  .fund-col:last-child { margin-bottom: 0; }
}

.fund-tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  background: var(--primary);
  border-radius: 30px;
  padding: 6px 16px;
  margin-bottom: 16px;
}
.fund-col h3 {
  font-size: 22px;
  color: var(--dark);
  margin-bottom: 14px;
}
.fund-col p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 12px;
}
.fund-col p:last-child { margin-bottom: 0; }

/* =========================================
   AÇÃO NAS CAMADAS DA PELE — SEÇÃO ESCURA
   Lista de camadas em formato de linhas
========================================= */
.section-camadas {
  float: left;
  width: 100%;
  background: var(--dark);
  padding: 80px 0;
}
.section-camadas h4 { color: var(--accent); }
.section-camadas h2 { color: var(--white); margin-bottom: 8px; }
.camadas-sub {
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin-bottom: 48px;
}

.camada-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.camada-row:first-of-type { border-top: 1px solid rgba(255,255,255,0.08); }
.camada-row:last-of-type { border-bottom: none; }

.camada-nivel {
  width: 26%;
  padding: 0 15px;
}
.camada-nivel span {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
}
.camada-nivel h3 {
  font-size: 17px;
  color: var(--white);
  margin-top: 6px;
  margin-bottom: 0;
}

.camada-desc {
  width: 74%;
  padding: 0 15px;
}
.camada-desc p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .camada-nivel, .camada-desc { width: 100%; }
  .camada-nivel { margin-bottom: 10px; }
}

/* =========================================
   ETAPAS DO TRATAMENTO
   Lista vertical numerada simples
========================================= */
.section-etapas {
  float: left;
  width: 100%;
  background: var(--bg);
  padding: 80px 0;
}
.section-etapas h4 { color: var(--primary); }
.section-etapas h2 { color: var(--dark); margin-bottom: 8px; }
.etapas-sub {
  color: var(--text);
  max-width: 600px;
  margin-bottom: 48px;
}

.etapas-list {
  max-width: 820px;
}
.etapa-item {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--border-light);
}
.etapa-item:first-child { padding-top: 0; }
.etapa-item:last-child { border-bottom: none; padding-bottom: 0; }

.etapa-num {
  font-family: var(--font-head);
  font-size: 38px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  min-width: 50px;
  flex-shrink: 0;
}
.etapa-body h3 {
  font-size: 17px;
  color: var(--dark);
  margin-bottom: 6px;
}
.etapa-body p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
  line-height: 1.7;
}

.etapas-cta {
  margin-top: 44px;
  display: flex;
}

/* =========================================
   INDICAÇÕES E EXPECTATIVAS
   Duas listas lado a lado
========================================= */
.section-indicacoes {
  float: left;
  width: 100%;
  background: var(--white);
  padding: 80px 0;
}
.section-indicacoes h4 { color: var(--primary); }
.section-indicacoes h2 { color: var(--dark); margin-bottom: 48px; }

.ind-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ind-col {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ind-col { width: 100%; margin-bottom: 32px; }
  .ind-col:last-child { margin-bottom: 0; }
}

.ind-col h3 {
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ind-col h3 i {
  color: var(--primary);
  font-size: 18px;
}

.ind-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ind-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}
.ind-list li:first-child { padding-top: 0; }
.ind-list li:last-child { border-bottom: none; padding-bottom: 0; }
.ind-list li i {
  color: var(--accent);
  font-size: 13px;
  margin-top: 4px;
  flex-shrink: 0;
}
