/* =========================================
   PÁGINA: DERMATOLOGIA REGENERATIVA
   Herda style.css
   Com foto única no topo, sem FAQ
   (variação do padrão visual de olheiras.css)
========================================= */

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

/* =========================================
   HERO: TEXTO ESQUERDA + FOTO DIREITA
   (foto única, moldura com cantos suaves
   e selo flutuante — diferente da nota
   informativa usada em olheiras)
========================================= */
.section-hero-regen {
  float: left;
  width: 100%;
  background: var(--bg);
  padding: 60px 0 80px;
}
.regen-hero-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}
.regen-hero-txt { width: 54%; padding: 0 15px; }
.regen-hero-img { width: 46%; padding: 0 15px; }
@media (max-width: 767px) {
  .regen-hero-txt, .regen-hero-img { width: 100%; }
  .regen-hero-img { margin-top: 36px; order: -1; }
}

.regen-hero-txt h4 { color: var(--primary); }
.regen-hero-txt h2 { color: var(--dark); margin-bottom: 16px; }
.regen-hero-txt p  { color: var(--text); font-size: 15px; line-height: 1.75; margin-bottom: 12px; }

.regen-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 26px;
}
.regen-hero-tags span {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 30px;
  padding: 8px 16px;
}

/* Foto única com selo flutuante sobreposto */
.regen-photo-frame {
  position: relative;
  border-radius: 22px;
  overflow: visible;
}
.regen-photo-frame img {
  width: 100%;
  border-radius: 22px;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.regen-photo-seal {
  position: absolute;
  left: -22px;
  bottom: -22px;
  z-index: 2;
  background: var(--dark);
  color: var(--white);
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  max-width: 260px;
}
.regen-photo-seal i { font-size: 20px; color: var(--accent); flex-shrink: 0; }
.regen-photo-seal p { font-size: 12px; line-height: 1.5; margin: 0; color: rgba(255,255,255,0.85); }
@media (max-width: 767px) {
  .regen-photo-seal { left: 12px; right: 12px; bottom: -20px; max-width: none; }
}

/* =========================================
   OS 5 RECURSOS DA DERMATOLOGIA REGENERATIVA
   Cards com selo numerado no topo,
   duas colunas: explicação + indicações
   (variação do tipo-bloco de olheiras:
   aqui o destaque de cor fica em um ícone
   circular, não em uma barra lateral)
========================================= */
.section-ativos {
  float: left;
  width: 100%;
  background: var(--white);
  padding: 80px 0;
}
.section-ativos h4 { color: var(--primary); }
.section-ativos h2 { color: var(--dark); margin-bottom: 8px; }
.ativos-intro { color: var(--text); max-width: 640px; margin-bottom: 52px; }

.ativo-card {
  border: 1.5px solid var(--border-light);
  border-radius: 20px;
  padding: 34px 32px;
  margin-bottom: 28px;
  box-shadow: 0 4px 18px rgba(91,48,0,0.05);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.ativo-card:hover { box-shadow: 0 10px 32px rgba(91,48,0,0.1); border-color: var(--accent); }
.ativo-card:last-child { margin-bottom: 0; }

.ativo-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.ativo-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(215,157,131,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: var(--accent);
  flex-shrink: 0;
}
.ativo-icon.icon-dark { background: rgba(91,48,0,0.1); color: var(--primary); }
.ativo-icon.icon-mid  { background: rgba(196,126,90,0.15); color: #c47e5a; }

.ativo-card-head-txt span {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
}
.ativo-card-head-txt h3 { font-size: 21px; color: var(--dark); margin: 0; }

.ativo-card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.ativo-desc { width: 58%; padding-right: 32px; }
.ativo-desc p { font-size: 14px; color: var(--text); line-height: 1.75; margin: 0 0 10px; }
.ativo-desc p:last-child { margin-bottom: 0; }

.ativo-indic { width: 42%; padding-left: 24px; border-left: 1px solid var(--border-light); }
@media (max-width: 767px) {
  .ativo-desc, .ativo-indic { width: 100%; padding: 0; }
  .ativo-indic { border-left: none; border-top: 1px solid var(--border-light); padding-top: 18px; margin-top: 18px; }
}

.indic-label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  margin-bottom: 12px;
  display: block;
}
.indic-list { list-style: none; padding: 0; margin: 0; }
.indic-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 7px 0;
  font-size: 13.5px;
  color: var(--dark);
  line-height: 1.5;
}
.indic-list li i { color: var(--accent); font-size: 12px; margin-top: 4px; flex-shrink: 0; }

/* =========================================
   COMO É DEFINIDO O PROTOCOLO — SEÇÃO ESCURA
   Passos numerados em linha
   (variação dos pilares de olheiras: aqui
   os itens são numerados em sequência,
   reforçando a ideia de etapas)
========================================= */
.section-protocolo {
  float: left;
  width: 100%;
  background: var(--dark);
  padding: 80px 0;
}
.section-protocolo h4 { color: var(--accent); }
.section-protocolo h2 { color: var(--white); margin-bottom: 16px; }
.protocolo-intro { color: rgba(255,255,255,0.75); max-width: 700px; margin-bottom: 52px; }

.protocolo-etapas {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  overflow: hidden;
}
.protocolo-etapa {
  width: 25%;
  padding: 30px 26px;
  border-right: 1px solid rgba(255,255,255,0.1);
  position: relative;
}
.protocolo-etapa:last-child { border-right: none; }
@media (max-width: 991px) {
  .protocolo-etapa { width: 50%; border-bottom: 1px solid rgba(255,255,255,0.1); }
}
@media (max-width: 767px) {
  .protocolo-etapa { width: 100%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .protocolo-etapa:last-child { border-bottom: none; }
}

.protocolo-num {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 700;
  color: var(--accent);
  opacity: 0.5;
  display: block;
  margin-bottom: 14px;
}
.protocolo-etapa h3 { font-size: 15px; color: var(--white); margin-bottom: 8px; }
.protocolo-etapa p  { font-size: 12.5px; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.6; }

.protocolo-cta { margin-top: 48px; display: flex; }

.protocolo-aviso {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 700px;
}
.protocolo-aviso i { color: var(--accent); font-size: 14px; margin-top: 3px; flex-shrink: 0; }
.protocolo-aviso p { font-size: 12px; color: rgba(255,255,255,0.55); margin: 0; line-height: 1.6; }