/* ============================================================
   2P Energia Solar — página "Seja um distribuidor"
   Estilos específicos (prefixo .dst-)
   ============================================================ */

/* ---------- Título compartilhado da página ---------- */
.dst-h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

/* ============================================================
   HERO
   ============================================================ */
.dst-glow--hero { background: radial-gradient(700px 420px at 85% 10%, rgba(240,104,32,0.18), transparent 70%); }
.dst-hero__inner {
  position: relative; max-width: 1240px; margin: 0 auto; padding: 150px 24px 80px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; align-items: center;
}
.dst-hero__eyebrow { margin-bottom: 18px; }
.dst-hero__title {
  margin: 0; font-family: var(--font-title);
  font-size: clamp(32px, 4.4vw, 54px); line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; text-wrap: balance;
}
.dst-hero__lead { margin: 20px 0 0; font-size: 16.5px; line-height: 1.6; color: rgba(255,255,255,0.75); max-width: 520px; text-wrap: pretty; }
.dst-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.dst-hero__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.dst-hero-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 20px; }
.dst-hero-card__label { margin: 0; font-family: var(--font-mono); font-size: 11px; color: var(--orange-soft); letter-spacing: 0.1em; }
.dst-hero-card__text { margin: 8px 0 0; font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,0.88); line-height: 1.5; }

/* ============================================================
   PERFIL IDEAL
   ============================================================ */
.dst-perfil { background: var(--paper); border-bottom: 1px solid var(--line); }
.dst-perfil__inner {
  max-width: 1240px; margin: 0 auto; padding: 96px 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px 72px; align-items: start;
}
.dst-perfil__lead { margin: 16px 0 0; font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 440px; }
.dst-checks { display: flex; flex-direction: column; gap: 12px; }
.dst-check {
  display: flex; gap: 12px; align-items: flex-start;
  background: #FFFFFF; border: 1px solid var(--line-soft); border-radius: 14px; padding: 18px 20px;
}
.dst-check__mark { color: var(--orange); font-weight: 800; }
.dst-check__text { font-size: 14.5px; color: #3A4350; line-height: 1.55; }

/* ============================================================
   DEPOIMENTOS (placeholders administráveis)
   ============================================================ */
.dst-depo { background: #FFFFFF; }
.dst-depo__inner { max-width: 1240px; margin: 0 auto; padding: 96px 24px; }
.dst-depo__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 40px; }
.dst-placeholder {
  border: 1px dashed #C9CFD6; border-radius: 16px; padding: 26px;
  background: repeating-linear-gradient(45deg, #FAFAF8 0 14px, #F3F4F0 14px 28px);
}
.dst-placeholder__flag {
  margin: 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  color: #92400E; background: #FEF3C7; border: 1px solid #FCD34D; border-radius: 6px; padding: 6px 10px; display: inline-block;
}
.dst-placeholder__text { margin: 16px 0 0; font-size: 14.5px; line-height: 1.6; color: #8A92A0; font-style: italic; }

/* ============================================================
   FORMULÁRIO
   ============================================================ */
.dst-glow--form { background: radial-gradient(640px 400px at 12% 100%, rgba(240,104,32,0.14), transparent 70%); }
.dst-form__inner {
  position: relative; max-width: 1240px; margin: 0 auto; padding: 110px 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; align-items: start;
}
.dst-form__title {
  margin: 0; font-family: var(--font-title);
  font-size: clamp(28px, 3.4vw, 44px); line-height: 1.12; font-weight: 800; letter-spacing: -0.02em; text-wrap: balance;
}
.dst-form__lead { margin: 18px 0 0; font-size: 15.5px; line-height: 1.65; color: rgba(255,255,255,0.72); max-width: 440px; }
.dst-form__steps { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.dst-form__step { display: flex; gap: 12px; align-items: center; }
.dst-form__step .num { font-family: var(--font-mono); font-size: 11px; color: var(--orange); }
.dst-form__step .txt { font-size: 14px; color: rgba(255,255,255,0.8); }

/* Card branco */
.dst-card {
  position: relative; background: #FFFFFF; border-radius: 20px; padding: 30px;
  color: var(--text); box-shadow: 0 32px 80px rgba(0,0,0,0.35);
}
.dst-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.dst-card__etapa { margin: 0; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.12em; color: #8A92A0; }
.dst-card__dots { display: flex; gap: 5px; }
.dst-dot { width: 10px; height: 5px; border-radius: 3px; background: #E4E5E1; transition: all .25s ease; display: inline-block; }
.dst-dot.is-on { width: 22px; background: var(--orange); }
.dst-card__fields { display: flex; flex-direction: column; gap: 14px; }

.dst-field__label { display: block; font-size: 13px; font-weight: 700; color: #3A4350; margin-bottom: 6px; }
.dst-input {
  width: 100%; box-sizing: border-box; border: 1.5px solid #E4E5E1; border-radius: 10px; padding: 13px 14px;
  font-family: var(--font-body); font-size: 14px; color: var(--text); background: #FFFFFF; outline: none;
  transition: border-color .15s ease;
}
.dst-input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(240,104,32,0.15); }
select.dst-input:focus { box-shadow: none; }
.dst-input.is-error { border-color: #C2410C; }
textarea.dst-input { resize: vertical; }
.dst-field__error { margin: 6px 0 0; font-size: 12px; font-weight: 600; color: #C2410C; }
.dst-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.dst-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; line-height: 1.55; color: var(--muted); cursor: pointer; }
.dst-consent input { margin-top: 2px; accent-color: var(--orange); width: 16px; height: 16px; flex-shrink: 0; }
.dst-consent a { color: var(--orange-dark); }
.dst-consent-error { margin: 0; font-size: 12px; font-weight: 600; color: #C2410C; }

.dst-card__actions { display: flex; gap: 10px; margin-top: 6px; }
.dst-btn-back {
  flex: 0.6; border: 1.5px solid #E4E5E1; background: #FFFFFF; color: #3A4350;
  font-family: var(--font-body); font-size: 14px; font-weight: 700; padding: 15px; border-radius: 12px;
  cursor: pointer; transition: border-color .15s ease;
}
.dst-btn-back:hover { border-color: var(--text); }
.dst-btn-next {
  flex: 1; border: none; background: var(--orange); color: #FFFFFF;
  font-family: var(--font-body); font-size: 15px; font-weight: 800; padding: 15px; border-radius: 12px;
  cursor: pointer; transition: background .2s ease;
}
.dst-btn-next:hover { background: var(--orange-dark); }
.dst-btn-back:focus-visible, .dst-btn-next:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }

/* Estado enviado */
.dst-done { text-align: center; padding: 28px 8px; }
.dst-done__badge {
  display: inline-flex; width: 60px; height: 60px; border-radius: 50%;
  background: #ECFDF3; color: #16A34A; align-items: center; justify-content: center; font-size: 26px; font-weight: 800;
}
.dst-done__title { margin: 20px 0 0; font-family: var(--font-title); font-size: 22px; font-weight: 800; color: var(--text); }
.dst-done__text { margin: 12px 0 0; font-size: 14.5px; line-height: 1.65; color: var(--muted); }
.dst-done__whats {
  display: inline-block; margin-top: 22px; background: var(--ink); color: #FFFFFF; text-decoration: none;
  font-weight: 800; font-size: 14px; padding: 14px 24px; border-radius: 12px; transition: background .2s ease;
}
.dst-done__whats:hover { background: var(--orange); color: #FFFFFF; }

/* ============================================================
   FAQ
   ============================================================ */
.dst-faq { max-width: 880px; margin: 0 auto; padding: 96px 24px; }
.dst-faq__title {
  margin: 0; font-family: var(--font-title); font-size: clamp(26px, 3vw, 36px);
  font-weight: 800; letter-spacing: -0.015em; text-align: center;
}
.dst-faq__list { margin-top: 36px; border-top: 1px solid var(--line); }
