.dor h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--texto-escuro);
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.dor h2 em {
  color: var(--laranja);
  font-style: normal;
}

.dor-subtitulo {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: var(--texto-medio);
  margin-bottom: 2.5rem;
}

.dor-texto {
  margin-bottom: 3rem;
}

.dor-texto p {
  color: var(--texto-medio);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.dor-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.dor-card {
  background: var(--branco-suave);
  border: 1px solid var(--borda-clara);
  border-top: 3px solid var(--laranja);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
}

.dor-card-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}

.dor-card p {
  font-size: 0.95rem;
  color: var(--texto-medio);
  line-height: 1.65;
}

.dor-card strong {
  color: var(--texto-escuro);
}

.dor-gancho {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--laranja);
  text-align: center;
  padding: 1.5rem;
  background: rgba(255,54,19,0.05);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,54,19,0.15);
}
