/* ==========================================================
   GESIEL LIMA — Diagnóstico Expresso LP
   Estilos específicos da landing page diagnostico.html
   ========================================================== */

/* --- Hero LP --- */
.diag-hero {
  min-height: 100vh;
  background: var(--gradient-hero);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 60px;
}

.diag-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 79px,
      rgba(142, 120, 51, 0.06) 79px,
      rgba(142, 120, 51, 0.06) 80px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 79px,
      rgba(142, 120, 51, 0.06) 79px,
      rgba(142, 120, 51, 0.06) 80px
    );
  pointer-events: none;
}

/* Orb de luz decorativo */
.diag-hero::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(142, 120, 51, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.diag-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-padding);
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: center;
}

.diag-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(142, 120, 51, 0.2);
  border: 1.5px solid rgba(232, 208, 122, 0.5);
  border-radius: 6px;
  padding: 10px 20px;
  margin-bottom: 28px;
}

.diag-hero-badge span {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e8d07a;
}

.diag-hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.diag-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 24px;
}

.diag-hero h1 em {
  font-style: normal;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.diag-hero-sub {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin-bottom: 40px;
}

.diag-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.diag-hero-scroll {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.85;
}

.diag-hero-scroll span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--silver);
}

.diag-hero-scroll-line {
  width: 40px;
  height: 1px;
  background: var(--silver);
}

/* Card flutuante lateral do hero */
.diag-hero-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(142, 120, 51, 0.3);
  border-radius: var(--radius);
  padding: 40px 32px;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.diag-hero-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
}

.diag-hero-card-tag {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-lighter);
  margin-bottom: 16px;
}

.diag-hero-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3;
}

.diag-hero-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 28px;
  line-height: 1.7;
}

.diag-hero-card-features {
  list-style: none;
  margin-bottom: 32px;
}

.diag-hero-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.diag-hero-card-features li::before {
  content: '✓';
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
  flex-shrink: 0;
}

.diag-hero-card .btn-primary {
  width: 100%;
  text-align: center;
}

/* --- Seção Dor --- */
.section-dor {
  padding: var(--section-padding);
  background: var(--white);
}

.section-dor .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-padding);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-dor-text {
  /* texto à esquerda */
}

.section-dor-text .section-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-lighter);
  margin-bottom: 16px;
  display: block;
}

.section-dor-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-dor-text p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Visual de risco — coluna direita da seção dor */
.section-dor-risks {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}

.section-dor-risks::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
}

.section-dor-risks-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 8px;
}

.section-dor-risks-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 28px;
}

.risk-list {
  list-style: none;
}

.risk-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.risk-list li:last-child {
  border-bottom: none;
}

.risk-icon {
  width: 44px;
  height: 44px;
  background: rgba(142, 120, 51, 0.15);
  border: 1px solid rgba(142, 120, 51, 0.35);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.risk-icon svg {
  width: 20px;
  height: 20px;
  color: var(--gold-lighter);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.risk-list li div {
  flex: 1;
}

.risk-list li strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}

.risk-list li span {
  font-size: 12px;
  color: rgba(255,255,255,0.78);
}

/* --- Seção O que é DEPT --- */
.section-dept {
  padding: var(--section-padding);
  background: var(--off-white);
  position: relative;
}

.section-dept .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-padding);
}

.section-dept-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.section-dept-header .section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-lighter);
  margin-bottom: 16px;
}

.section-dept-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-dept-header p {
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.8;
}

/* Grid de etapas */
.dept-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 64px;
}

.dept-step {
  background: var(--navy);
  padding: 40px 28px;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition);
}

.dept-step:hover {
  transform: translateY(-4px);
}

.dept-step::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.dept-step:hover::before {
  transform: scaleX(1);
}

.dept-step-num {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 400;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 20px;
}

.dept-step-icon {
  width: 44px;
  height: 44px;
  background: rgba(142, 120, 51, 0.15);
  border: 1px solid rgba(142, 120, 51, 0.3);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.dept-step-icon svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.dept-step h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
  color: var(--gold-lighter);
  margin-bottom: 10px;
  line-height: 1.4;
}

.dept-step p {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
}

/* --- Seção Entregáveis --- */
.section-entregaveis {
  padding: var(--section-padding);
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.section-entregaveis::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 79px,
      rgba(142, 120, 51, 0.04) 79px,
      rgba(142, 120, 51, 0.04) 80px
    );
  pointer-events: none;
}

.section-entregaveis .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-padding);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-entregaveis-text .section-label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-lighter);
  margin-bottom: 16px;
}

.section-entregaveis-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-entregaveis-text p {
  font-size: 16px;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin-bottom: 32px;
}

.entregaveis-list {
  list-style: none;
}

.entregaveis-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.entregaveis-list li:last-child {
  border-bottom: none;
}

.entregavel-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: rgba(142, 120, 51, 0.3);
  line-height: 1;
  min-width: 36px;
  padding-top: 2px;
}

.entregavel-content h4 {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}

.entregavel-content p {
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Visual lateral — prazo e destaques */
.section-entregaveis-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.entregaveis-prazo-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(142, 120, 51, 0.3);
  border-radius: var(--radius);
  padding: 36px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.entregaveis-prazo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
}

.prazo-num {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 400;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 4px;
}

.prazo-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

.entregaveis-trust {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.entregaveis-trust svg {
  width: 32px;
  height: 32px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  flex-shrink: 0;
}

.entregaveis-trust p {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Seção Depoimentos --- */
.section-diag-depoimentos {
  padding: var(--section-padding);
  background: var(--off-white);
}

.section-diag-depoimentos .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-padding);
}

.section-diag-depoimentos .section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-diag-depoimentos .section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-lighter);
  margin-bottom: 16px;
}

.section-diag-depoimentos h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  color: var(--navy);
}

/* Cards de depoimento sobre fundo claro */
.depoimentos-grid-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card-depoimento-light {
  background: var(--white);
  border: 1px solid rgba(142, 120, 51, 0.15);
  border-radius: var(--radius);
  padding: 36px;
  position: relative;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.card-depoimento-light::before {
  content: '\201C';
  font-family: var(--font-display);
  font-size: 80px;
  color: var(--gold);
  opacity: 0.2;
  position: absolute;
  top: 16px;
  left: 24px;
  line-height: 1;
}

.card-depoimento-light:hover {
  border-color: rgba(142, 120, 51, 0.4);
  box-shadow: 0 8px 32px rgba(7, 34, 79, 0.08);
}

.card-depoimento-light blockquote {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 32px 0 24px;
  padding: 0;
  border: none;
}

.card-depoimento-light .depo-autor {
  border-top: 1px solid rgba(142, 120, 51, 0.15);
  padding-top: 20px;
}

.card-depoimento-light .depo-nome {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 4px;
}

.card-depoimento-light .depo-segmento {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

/* --- Seção Documentos --- */
.section-documentos {
  padding: var(--section-padding);
  background: var(--white);
}

.section-documentos .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--container-padding);
}

.section-documentos-header {
  max-width: 600px;
  margin-bottom: 48px;
}

.section-documentos-header .section-label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-lighter);
  margin-bottom: 16px;
}

.section-documentos-header h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-documentos-header p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.8;
}

.docs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.docs-card {
  border: 1px solid rgba(142, 120, 51, 0.2);
  border-radius: var(--radius);
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: border-color var(--transition);
}

.docs-card:hover {
  border-color: rgba(142, 120, 51, 0.5);
}

.docs-card-preferred {
  border-color: rgba(142, 120, 51, 0.4);
}

.docs-card-preferred::after {
  content: 'RECOMENDADA';
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--navy);
  background: var(--gradient-gold);
  padding: 4px 10px;
  border-radius: 1px;
}

.docs-card-option {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.docs-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 6px;
}

.docs-card > p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.docs-list {
  list-style: none;
}

.docs-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--text-mid);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.docs-list li:last-child {
  border-bottom: none;
}

.docs-list li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: rgba(142, 120, 51, 0.1);
  border: 1px solid rgba(142, 120, 51, 0.3);
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%238E7833' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* --- Seção Checkout --- */
.section-checkout {
  padding: var(--section-padding);
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.section-checkout::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 59px,
      rgba(142, 120, 51, 0.05) 59px,
      rgba(142, 120, 51, 0.05) 60px
    );
  pointer-events: none;
}

.section-checkout .container {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--container-padding);
  position: relative;
  z-index: 2;
}

.checkout-header {
  text-align: center;
  margin-bottom: 48px;
}

.checkout-header .section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-lighter);
  margin-bottom: 16px;
}

.checkout-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 12px;
}

.checkout-header p {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}

/* Formulário de checkout */
.checkout-form-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(142, 120, 51, 0.25);
  border-radius: var(--radius);
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.checkout-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row.full {
  grid-template-columns: 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.form-group input {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--white);
  outline: none;
  transition: border-color var(--transition), background var(--transition);
  -webkit-appearance: none;
}

.form-group input::placeholder {
  color: rgba(255,255,255,0.25);
}

.form-group input:focus {
  border-color: rgba(142, 120, 51, 0.6);
  background: rgba(255,255,255,0.07);
}

.form-group input:focus::placeholder {
  color: rgba(255,255,255,0.15);
}

/* Autocomplete background fix */
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px rgba(7, 34, 79, 0.9) inset;
  -webkit-text-fill-color: var(--white);
  caret-color: var(--white);
  border-color: rgba(142, 120, 51, 0.4);
}

/* Checkbox termos */
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 32px;
  padding-top: 4px;
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(142, 120, 51, 0.4);
  border-radius: 2px;
  cursor: pointer;
  accent-color: var(--gold);
  margin-top: 2px;
}

.form-checkbox-text {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

.form-checkbox-text a {
  color: var(--gold-lighter);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.form-checkbox-text a:hover {
  color: var(--gold-light);
}

.checkout-submit-btn {
  width: 100%;
  padding: 18px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
}

.checkout-payment-note {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
}

.checkout-payment-note svg {
  width: 20px;
  height: 20px;
  color: rgba(255,255,255,0.35);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  flex-shrink: 0;
  margin-top: 2px;
}

.checkout-payment-note p {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

/* --- Modal Termos --- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(4, 15, 31, 0.92);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-box {
  background: var(--navy);
  border: 1px solid rgba(142, 120, 51, 0.3);
  border-radius: var(--radius);
  max-width: 640px;
  width: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.modal-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
  border-radius: var(--radius) var(--radius) 0 0;
}

.modal-header {
  padding: 28px 32px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}

.modal-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 4px;
  transition: color var(--transition);
}

.modal-close:hover {
  color: var(--white);
}

.modal-body {
  padding: 24px 32px;
  overflow-y: auto;
  flex: 1;
}

.modal-body h4 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold-lighter);
  margin-bottom: 8px;
  margin-top: 20px;
}

.modal-body h4:first-child {
  margin-top: 0;
}

.modal-body p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 12px;
}

.modal-footer {
  padding: 20px 32px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.modal-footer .btn-primary {
  width: 100%;
  text-align: center;
}

/* ==========================================================
   RESPONSIVO — diagnostico.css
   ========================================================== */

@media (max-width: 1024px) {
  .diag-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .diag-hero-card {
    max-width: 480px;
  }

  .dept-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .diag-hero {
    min-height: auto;
    padding: 120px 0 60px;
  }

  .diag-hero-inner {
    padding: var(--container-padding-mobile);
  }

  .section-dor .container,
  .section-entregaveis .container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: var(--container-padding-mobile);
  }

  .dept-steps-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .section-dept .container,
  .section-documentos .container,
  .section-checkout .container,
  .section-diag-depoimentos .container {
    padding: var(--container-padding-mobile);
  }

  .depoimentos-grid-light {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .docs-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .docs-card-preferred::after {
    font-size: 8px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .checkout-form-card {
    padding: 28px 20px;
  }

  .modal-box {
    max-height: 90vh;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
