/* =========================================
   PÁGINA: PEELINGS E TRATAMENTO DE MANCHAS
   Herda style.css — aqui só o que é específico
========================================= */

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

/* =========================================
   HERO: FOTO À ESQUERDA + TEXTO À DIREITA
   (inverso do ha.html, que tem foto à direita)
========================================= */
.section-hero {
  float: left; width: 100%;
  background: var(--bg);
  padding: 60px 0 70px;
}
.hero-row {
  display: flex; flex-wrap: wrap;
  margin: 0 -15px; align-items: center; gap: 0;
}
.hero-img { width: 45%; padding: 0 15px; order: 1; }
.hero-txt { width: 55%; padding: 0 15px; order: 2; }
@media (max-width: 767px) {
  .hero-txt, .hero-img { width: 100%; order: initial; }
  .hero-img { margin-bottom: 32px; }
}

.hero-photo-frame img {
  width: 90%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}
.hero-photo-frame {
  position: relative;
}

/* Lista de tipos de pele atendidos */
.hero-skintypes {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin: 26px 0 34px;
}
.skintype-tag {
  font-family: var(--font-head);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  border-radius: 30px;
  padding: 7px 16px;
  transition: all 0.3s ease;
}
.skintype-tag:hover { background: var(--primary); color: var(--white); }

/* =========================================
   TIPOS DE PEELING — CARDS HORIZONTAIS
   (lista vertical de cards largos, diferente
   dos grids 3x3 das outras páginas)
========================================= */
.section-tipos {
  float: left; width: 100%;
  background: var(--white);
  padding: 80px 0;
}
.section-tipos h4 { color: var(--primary); }
.section-tipos h2 { color: var(--dark); margin-bottom: 8px; }
.tipos-sub { color: var(--text); max-width: 600px; margin-bottom: 48px; }

.tipo-card {
  display: flex; flex-wrap: wrap;
  align-items: stretch;
  border: 1.5px solid var(--border-light);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.tipo-card:last-child { margin-bottom: 0; }
.tipo-card:hover {
  border-color: var(--accent);
  box-shadow: 0 10px 28px rgba(91,48,0,0.08);
}

.tipo-marker {
  width: 90px;
  flex-shrink: 0;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 700;
  color: var(--accent);
}
.tipo-body {
  flex: 1;
  padding: 26px 28px;
}
.tipo-body h3 { font-size: 18px; color: var(--dark); margin-bottom: 8px; }
.tipo-body p  { font-size: 14px; color: var(--text); margin: 0; line-height: 1.7; }
.tipo-meta {
  display: flex; flex-wrap: wrap; gap: 18px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}
.tipo-meta-item {
  font-size: 12px;
  color: var(--text);
  display: flex; align-items: center; gap: 6px;
}
.tipo-meta-item i { color: var(--primary); font-size: 13px; }

@media (max-width: 575px) {
  .tipo-marker { width: 100%; height: 56px; font-size: 22px; }
}

/* =========================================
   TIPOS DE MANCHAS — SEÇÃO ESCURA
   Grid 2 colunas com ícone + descrição
========================================= */
.section-manchas {
  float: left; width: 100%;
  background: var(--dark);
  padding: 80px 0;
}
.section-manchas h4 { color: var(--accent); }
.section-manchas h2 { color: var(--white); margin-bottom: 8px; }
.manchas-sub { color: rgba(255,255,255,0.7); max-width: 600px; margin-bottom: 48px; }

.manchas-grid {
  display: flex; flex-wrap: wrap;
  margin: 0 -12px;
}
.mancha-item {
  width: 50%; padding: 0 12px; margin-bottom: 24px;
}
@media (max-width: 767px) { .mancha-item { width: 100%; } }

.mancha-item-inner {
  display: flex; gap: 18px; align-items: flex-start;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 22px 24px;
  height: 100%;
  transition: background 0.3s ease;
}
.mancha-item-inner:hover { background: rgba(215,157,131,0.1); }

.mancha-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 12px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--dark);
}
.mancha-txt h3 { font-size: 15px; color: var(--white); margin-bottom: 6px; }
.mancha-txt p  { font-size: 13px; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.6; }

.manchas-cta { margin-top: 16px; display: flex; }

/* =========================================
   ANTES E DEPOIS — UMA ÚNICA IMAGEM GRANDE
   com legenda (não usa o slider before/after
   do botox, é estático)
========================================= */
.section-resultado {
  float: left; width: 100%;
  background: var(--bg);
  padding: 80px 0;
}
.resultado-row {
  display: flex; flex-wrap: wrap;
  margin: 0 -15px; align-items: center; gap: 0;
}
.resultado-img { width: 50%; padding: 0 15px; }
.resultado-txt { width: 70%; padding: 0 15px; }
@media (max-width: 767px) {
  .resultado-img, .resultado-txt { width: 100%; }
  .resultado-img { margin-bottom: 32px; }
}
.resultado-img img {
  width: 100%; border-radius: 18px; display: block; object-fit: cover;
}
.resultado-txt h4 { color: var(--primary); }
.resultado-txt h2 { color: var(--dark); margin-bottom: 16px; }
.resultado-txt p { color: var(--text); }

.resultado-pills { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.resultado-pill {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 14px 20px;
  text-align: center;
  min-width: 110px;
}
.resultado-pill strong {
  display: block; font-family: var(--font-head);
  font-size: 22px; color: var(--primary);
}
.resultado-pill span { font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text); }

/* =========================================
   FAQ — ACCORDION
========================================= */
.section-faq {
  float: left; width: 100%;
  background: var(--white);
  padding: 80px 0;
}
.section-faq h4 { color: var(--primary); }
.section-faq h2 { color: var(--dark); margin-bottom: 40px; }

.faq-wrap { max-width: 780px; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-item:first-of-type { border-top: 1px solid var(--border-light); }
.faq-question {
  display: flex; align-items: center;
  justify-content: space-between; gap: 12px;
  padding: 20px 0; cursor: pointer;
  font-family: var(--font-head); font-size: 15px;
  font-weight: 700; color: var(--dark);
  user-select: none; transition: color 0.3s ease;
  background: none; border: none; width: 100%; text-align: left;
}
.faq-question:hover { color: var(--primary); }
.faq-question.open  { color: var(--primary); }
.faq-icon {
  width: 28px; height: 28px;
  background: var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: transform 0.3s ease;
}
.faq-icon i { color: var(--white); font-size: 12px; }
.faq-question.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  overflow: hidden; max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}
.faq-answer.open { max-height: 320px; padding: 0 0 20px; }
.faq-answer p { font-size: 14px; color: var(--text); line-height: 1.7; margin: 0; }
