/* === Sessão de Diagnóstico Gratuita — Sucessodonto Select === */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold: #b8972e;
  --gold2: #d4af50;
  --dark: #1a1a1a;
  --dark2: #111111;
  --gray: #f4f4f4;
  --white: #ffffff;
  --green: #3fa44e;
  --green2: #2d8a3c;
  --text-dark: #e8e8e8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--dark2);
  color: var(--white);
  line-height: 1.6;
  margin: 0;
}

/* TOP BAR */
.topbar {
  background: linear-gradient(90deg, #2a2200, #3d3100, #2a2200);
  padding: 12px 24px;
  text-align: center;
  border-bottom: 1px solid var(--gold);
}

.topbar p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dark);
}

.topbar span {
  color: var(--gold2);
}

/* HERO */
.hero {
  background: linear-gradient(160deg, #1a1a1a 0%, #0f0f0f 60%, #1c1400 100%);
  padding: 0;
  overflow: visible;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 360px);
  align-items: stretch;
  min-height: 580px;
  overflow: visible;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    display: none;
  }
}

.hero-left {
  padding: 48px 40px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-proof-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .hero-left {
    padding: 20px 20px 28px;
  }

  /* Oculta a barra de prova social no mobile para o botão aparecer na 1ª dobra */
  .social-proof-bar {
    display: none;
  }

  .hero-tag {
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(22px, 5.5vw, 30px);
    margin-bottom: 10px;
  }

  .hero-desc {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 1.55;
  }

  .form-box {
    padding: 18px 16px;
  }
}

.stars {
  color: #f5c518;
  font-size: 16px;
  letter-spacing: 3px;
}

.spb-text {
  font-size: 13px;
  color: #bbb;
}

.spb-text strong {
  color: #fff;
}

.sep {
  color: #444;
  margin: 0 4px;
}

.hero-tag {
  display: inline-block;
  background: rgba(184, 151, 46, 0.15);
  border: 1px solid var(--gold);
  color: var(--gold2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #fff;
}

.hero h1 .hl {
  color: var(--gold2);
}

.hero-desc {
  font-size: 15px;
  color: #bbb;
  margin-bottom: 28px;
  max-width: 520px;
  line-height: 1.7;
}

/* FORM */
.form-box {
  background: #1e1e1e;
  border: 1px solid #333;
  border-radius: 14px;
  padding: 28px 24px;
  max-width: 500px;
  width: 100%;
}

.prog-wrap {
  margin-bottom: 18px;
}

.prog-bar {
  height: 3px;
  background: #333;
  border-radius: 3px;
  overflow: hidden;
}

.prog-fill {
  height: 100%;
  background: var(--gold2);
  border-radius: 3px;
  transition: width 0.4s;
  width: 100%;
}

.prog-fill--half {
  width: 50%;
}

.prog-fill--full {
  width: 100%;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step-lbl {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}

.step-desc {
  font-size: 13px;
  color: #999;
  margin-bottom: 18px;
}

.field {
  width: 100%;
  background: #111;
  border: 1.5px solid #383838;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  padding: 13px 15px;
  margin-bottom: 12px;
  outline: none;
  transition: border-color 0.2s;
  font-family: "Inter", sans-serif;
}

@media (max-width: 900px) {
  .prog-wrap {
    margin-bottom: 12px;
  }

  .step-desc {
    margin-bottom: 10px;
  }

  .field {
    padding: 11px 13px;
    margin-bottom: 10px;
  }
}

.field:focus {
  border-color: var(--gold2);
}

.field::placeholder {
  color: #555;
}

.flabel {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

.field-group {
  margin-bottom: 12px;
}

.field-group--lg {
  margin-bottom: 14px;
}

.rgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.rop {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #111;
  border: 1.5px solid #333;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  font-size: 13px;
  color: #ccc;
}

.rop:hover,
.rop.sel {
  border-color: var(--gold2);
  background: rgba(184, 151, 46, 0.08);
  color: #fff;
}

.rop input {
  accent-color: var(--gold2);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.rop--full {
  grid-column: 1 / -1;
}

.btn-submit {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  letter-spacing: 0.3px;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
}

.btn-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(63, 164, 78, 0.4);
}

.btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-submit small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.8;
  margin-top: 4px;
}

.trust-mini {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.tm {
  font-size: 11px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
}

.step-success {
  text-align: center;
  padding: 20px 0;
}

.step-success__emoji {
  font-size: 52px;
  margin-bottom: 12px;
}

.step-success__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--gold2);
}

.step-success__text {
  color: #bbb;
  font-size: 14px;
}

/* HERO PHOTO */
.hero-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 100%;
  overflow: visible;
}

.hero-photo__wrap {
  position: relative;
  display: inline-block;
  max-width: 340px;
  flex: 0 0 auto;
  vertical-align: bottom;
  overflow: visible;
}

.hero-photo__glow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 55%;
  background: radial-gradient(ellipse at center bottom, rgba(212, 175, 80, 0.2) 0%, transparent 72%);
  pointer-events: none;
}

.hero-photo__figure {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  line-height: 0;
}

.hero-photo__img {
  position: relative;
  z-index: 2;
  display: block;
  width: 340px;
  max-width: 100%;
  height: auto;
  max-height: min(360px, 100%);
  object-fit: contain;
  object-position: bottom center;
  margin-bottom: -1px;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.45));
}

.hero-photo__badge {
  position: absolute;
  bottom: 10%;
  right: -8%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 180px;
  padding: 8px 11px;
  background: rgba(12, 9, 0, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 80, 0.28);
  border-radius: 11px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.hero-photo__badge-avatar {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #111;
  background: linear-gradient(145deg, var(--gold2) 0%, #a8944a 100%);
  border: 1.5px solid rgba(212, 175, 80, 0.5);
}

.hero-photo__badge-text {
  font-size: 10px;
  font-weight: 500;
  color: #bbb;
  line-height: 1.35;
}

.hero-photo__badge-text strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold2);
  margin-bottom: 1px;
  line-height: 1.3;
}

/* PROVA SOCIAL NUMBERS */
.numbers-bar {
  background: linear-gradient(90deg, #0f0f0f, #1a1200, #0f0f0f);
  border-top: 1px solid #2a2000;
  border-bottom: 1px solid #2a2000;
  padding: 32px 24px;
}

.numbers-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}

@media (max-width: 600px) {
  .numbers-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.num-item strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: var(--gold2);
  line-height: 1;
}

.num-item span {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
  display: block;
  line-height: 1.4;
}

/* DEPOIMENTOS */
.dep-sec {
  background: var(--gray);
  padding: 72px 24px;
}

.sec-tag {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-h2 {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  color: #111;
  text-align: center;
  margin-bottom: 8px;
}

.sec-sub {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 44px;
}

.dep-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (max-width: 768px) {
  .dep-grid {
    grid-template-columns: 1fr;
  }
}

.dep-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  border-top: 3px solid var(--gold);
}

.dep-q {
  font-size: 38px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
  font-family: Georgia, serif;
}

.dep-txt {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 18px;
}

.dep-res {
  background: rgba(184, 151, 46, 0.1);
  border-left: 3px solid var(--gold);
  padding: 9px 13px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.dep-res strong {
  color: #111;
  font-size: 13px;
  display: block;
}

.dep-res span {
  font-size: 11px;
  color: #888;
}

.dep-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dep-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #7a5c10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.dep-name {
  font-weight: 700;
  font-size: 14px;
  color: #111;
}

.dep-role {
  font-size: 11px;
  color: #888;
}

/* DORES */
.dores-sec {
  background: #f9f9f9;
  padding: 72px 24px;
}

.dores-sec .sec-h2 {
  color: #111;
}

.dores-sec .sec-sub--tight {
  margin-bottom: 32px;
}

.dores-cols {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 640px) {
  .dores-cols {
    grid-template-columns: 1fr;
  }
}

.dor-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-left: 3px solid var(--gold);
}

.dor-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.dor-txt {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.55;
}

.dores-cta {
  text-align: center;
  margin-top: 44px;
}

.dores-cta-h {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
}

.dores-cta-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 22px;
}

.btn-gold {
  display: inline-block;
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 18px 44px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
  border: none;
  font-family: "Inter", sans-serif;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(63, 164, 78, 0.4);
}

.btn-gold small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 4px;
}

/* IDEALIZADOR */
.ideal-sec {
  background: var(--dark2);
  padding: 80px 24px;
}

.ideal-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 900px) {
  .ideal-inner {
    grid-template-columns: 1fr;
  }

  .ideal-photo-wrap {
    max-width: 340px;
    margin: 0 auto;
  }
}

.ideal-photo-wrap {
  position: relative;
}

.ideal-photo {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, #1a1400, #0a0a0a);
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ideal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.exp-badge {
  position: absolute;
  bottom: -16px;
  right: -12px;
  background: var(--gold2);
  border-radius: 12px;
  padding: 12px 18px;
  text-align: center;
}

.exp-badge strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #000;
  line-height: 1;
}

.exp-badge span {
  font-size: 11px;
  color: #222;
  font-weight: 600;
}

.ideal-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.ideal-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 18px;
}

.ideal-title .hl {
  color: var(--gold2);
}

.ideal-txt {
  font-size: 15px;
  color: #bbb;
  line-height: 1.75;
  margin-bottom: 14px;
}

.ideal-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 28px;
}

.met-item {
  background: #1e1e1e;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 16px;
}

.met-item strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: var(--gold2);
  line-height: 1;
}

.met-item span {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  display: block;
}

/* CTA FINAL */
.cta-sec {
  background: linear-gradient(135deg, #0d0d0d, #1c1400);
  padding: 80px 24px;
  text-align: center;
  border-top: 1px solid #2a2000;
}

.urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(184, 151, 46, 0.1);
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13px;
  color: var(--gold2);
  font-weight: 600;
  margin-bottom: 24px;
}

.cta-sec h2 {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.2;
}

.cta-sec h2 .hl {
  color: var(--gold2);
}

.cta-sec p {
  font-size: 16px;
  color: #bbb;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.btn-big {
  display: inline-block;
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 52px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  letter-spacing: 0.3px;
}

.btn-big:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(63, 164, 78, 0.45);
}

.btn-big small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 5px;
}

.trust-final {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.tf {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
}

/* FOOTER */
footer {
  background: #080808;
  padding: 24px;
  text-align: center;
  border-top: 1px solid #1a1a1a;
}

footer p {
  font-size: 11px;
  color: #3a3a3a;
}
