/* eyebrow padding fix (mais respiro que o base) */
.eyebrow {
  padding: 9px 18px;
  gap: 10px;
}

/* DOR · ajustes específicos */
.hero-dor {
  padding: 120px 0 80px;
  text-align: center;
}
.hero-dor .hero-left {
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
}
.hero-dor h1 {
  font-size: clamp(34px, 5.4vw, 68px);
  letter-spacing: var(--ls-display);
  line-height: 1.04;
  margin-bottom: 24px;
}
.hero-dor h1 .punch {
  color: var(--warn-text, var(--warn));
  display: inline;
}
.hero-dor .hero-sub {
  font-size: var(--fs-lead);
  max-width: 620px;
  margin: 0 auto 36px;
}
.hero-dor .hero-form-w {
  margin: 0 auto;
  max-width: 520px;
}
@media (min-width: 1000px) {
  .hero-dor .hero-left {
    text-align: center;
    margin: 0 auto;
    max-width: 780px;
  }
  .hero-dor .hero-sub {
    margin: 0 auto 36px;
  }
  .hero-dor .hero-form-w {
    margin: 0 auto;
  }
}
.hero-pain-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 38px 0 0;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing:var(--ls-wide);
}
.hero-pain-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-pain-row span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--warn);
}

.stats-dor {
  padding:var(--sec-y) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.stats-dor .stats-in {
  max-width: 1080px;
}
.stats-dor .stat-n.warn {
  color: var(--warn-text, var(--warn));
}

.pain-mini {
  padding:var(--sec-y-md) 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.pain-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 1100px) {
  .pain-mini-grid {
    grid-template-columns: 1fr;
  }
}

.offer-strip-dor {
  /* #1214 (2a passada) — a faixa (mesma superficie + as duas hairlines) e a
     mesma construcao em tres paginas, e as tres escreviam o respiro vertical
     como 64px fixo enquanto toda secao de styles.css sai de --sec-y-*. 64px
     cai dentro da banda de --sec-y-sm (56-80), entao a faixa passa a
     acompanhar o ritmo do resto da pagina em vez de ficar parada. */
  padding: var(--sec-y-sm) 32px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.offer-strip-dor-in {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: start;
  text-align: left;
}
@media (max-width: 1100px) {
  .offer-strip-dor-in {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.offer-strip-dor-item .lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing:var(--ls-caps);
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.offer-strip-dor-item .val {
  font-weight: 700;
  font-size: 18px;
  color: var(--text);
  letter-spacing: var(--ls-tight);
  line-height: 1.3;
}
.offer-strip-dor-item .val .dim {
  color: var(--dim);
  font-weight: 400;
  font-size: 14px;
}

/* hero bullets ✓ */
.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 auto 26px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.hero-bullets li {
  position: relative;
  padding-left: 27px;
  font-size: 14.5px;
  color: var(--text);
  line-height: 1.5;
}
.hero-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-text, var(--accent-bright));
  font-weight: 800;
  font-size: 15px;
  line-height: 1.5;
}
.hero-bullets li strong {
  font-weight: 600;
}

.hero-target {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--card2);
  border: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--dim);
  letter-spacing:var(--ls-wide);
  margin-top: 16px;
}
.hero-target strong {
  color: var(--text);
  font-weight: 600;
}

/* steps section */
.steps-sec {
  padding:var(--sec-y) 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.steps-in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 44px;
}
@media (max-width: 1100px) {
  .steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media (max-width: 720px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}
.step-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 20px;
  transition: border-color .2s cubic-bezier(.7,0,.3,1), background-color .2s cubic-bezier(.7,0,.3,1), box-shadow .2s cubic-bezier(.7,0,.3,1);
  position: relative;
}
.step-card:hover {
  border-color: var(--border3);
}
.step-card .num {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing:var(--ls-wide);
}
.step-card .when {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--accent-text, var(--accent-bright));
  letter-spacing:var(--ls-caps);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.step-card .title {
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: var(--ls-tight);
  line-height: 1.25;
}
.step-card .desc {
  font-size: 13px;
  color: var(--dim);
  line-height: 1.65;
}
.step-card .desc strong {
  color: var(--text);
  font-weight: 500;
}

/* founders compact */
.fc-sec {
  padding:var(--sec-y-md) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.fc-in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}
.fc-head {
  text-align: center;
  margin-bottom: 56px;
}
.fc-head .eyebrow {
  margin-bottom: 18px;
}
.fc-head h3 {
  font-size: var(--fs-h3);
  letter-spacing: var(--ls-display-sm);
  line-height: 1.15;
  margin-bottom: 14px;
  margin-top: 0;
}
.fc-head p {
  font-size: 14.5px;
  color: var(--dim);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}
.fc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 1100px) {
  .fc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fc-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s cubic-bezier(.7,0,.3,1), background-color .2s cubic-bezier(.7,0,.3,1), box-shadow .2s cubic-bezier(.7,0,.3,1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fc-card:hover {
  border-color: var(--border3);
  background: var(--card);
}
.fc-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--accent-border);
}
.fc-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fc-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
  letter-spacing: var(--ls-body);
}
.fc-role {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--accent-text, var(--accent-bright));
  letter-spacing:var(--ls-caps);
  text-transform: uppercase;
  line-height: 1.4;
}
.fc-bio {
  font-size: 11.5px;
  color: var(--dim);
  line-height: 1.55;
  margin-top: 4px;
}

/* FAQ embed */
.faq-embed {
  padding:var(--sec-y) 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.faq-embed-in {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
}
.faq-embed .section-head {
  text-align: center;
}

/* #1214 - goteira lateral no mobile: alinha os wrappers internos ao degrau
   base de 20px que as faixas de cards ja aplicam em max-width:720px. */
@media (max-width: 720px) {
  .steps-in,
  .fc-in,
  .faq-embed-in,
  .pain-mini-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
