/* ─── BLOCOS DE DOR ──────────────────────────────────────────────────────── */
.dor-bloco {
  border-radius: 8px;
  padding: 28px 32px;
  margin: 36px 0;
}
.dor-externa {
  background: #FEF9F0;
  border: 1px solid #F0C060;
  border-left: 4px solid #E8A020;
}
.dor-filosofica {
  background: #EEF2F6;
  border: 1px solid #C0CDD8;
  border-left: 4px solid #1A4A3A;
}
.dor-bloco__label {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.dor-externa .dor-bloco__label   { color: #8B5E00; }
.dor-filosofica .dor-bloco__label { color: #1A4A3A; }
.dor-lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.dor-lista li {
  font-family: 'MyriadPro', sans-serif;
  font-size: var(--body);
  font-weight: 300;
  color: #3A3A37;
  line-height: 1.65;
  padding-left: 24px;
  position: relative;
}
.dor-lista li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #E8A020;
  font-weight: 600;
}
.dor-filosofica p {
  font-family: 'MyriadPro', sans-serif;
  font-size: var(--body);
  font-weight: 300;
  color: #3A3A37;
  line-height: 1.85;
}

/* ─── URGÊNCIA ───────────────────────────────────────────────────────────── */
.urgencia-bloco {
  background: #FDF0ED;
  border: 1px solid #E8A89A;
  border-left: 4px solid #C4622D;
  border-radius: 8px;
  padding: 26px 30px;
  margin: 28px 0 0;
}
.urgencia-bloco__titulo {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #7A2E10;
  margin-bottom: 10px;
}
.urgencia-bloco p {
  font-family: 'MyriadPro', sans-serif;
  font-size: var(--body);
  font-weight: 300;
  color: #3A3A37;
  line-height: 1.8;
}
.urgencia-bloco strong { font-weight: 600; color: #C4622D; }

/* ─── MECANISMO ÚNICO ────────────────────────────────────────────────────── */
.mecanismo {
  background: #1A4A3A;
  border-radius: 10px;
  padding: 34px 38px;
  margin: 40px 0 0;
  text-align: center;
}
.mecanismo__eyebrow {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7DC4A0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.mecanismo__eyebrow::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23C9A84C'/%3E%3Cpolyline points='6,10 9,13.5 14.5,6.5' fill='none' stroke='%231A4A3A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.mecanismo__nome {
  font-family: 'MyriadPro-Heading', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-style: italic;
  font-weight: 500;
  color: #FEFCF9;
  margin-bottom: 16px;
  line-height: 1.2;
}
.mecanismo__desc {
  font-family: 'MyriadPro', sans-serif;
  font-size: 1.02rem;
  font-weight: 300;
  color: rgba(254,252,249,0.68);
  line-height: 1.78;
  max-width: 500px;
  margin: 0 auto;
}

/* ─── STACK DE VALOR ─────────────────────────────────────────────────────── */
.stack {
  border-top: 1px solid rgba(255,255,255,0.10);
  margin-top: 36px;
}
.stack-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.stack-item__valor {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(125,196,160,0.60);
  min-width: 64px;
  text-align: right;
  flex-shrink: 0;
  padding-top: 3px;
  text-decoration: line-through;
  text-decoration-color: rgba(125,196,160,0.35);
}
.stack-item__info h4 {
  font-family: 'MyriadPro', sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  color: #FEFCF9;
  margin-bottom: 5px;
}
.stack-item__info p {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(254,252,249,0.52);
  line-height: 1.58;
}
.stack-total {
  padding: 18px 0 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.stack-total__label {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.85rem;
  color: rgba(254,252,249,0.42);
}
.stack-total__valor {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.85rem;
  color: rgba(125,196,160,0.65);
}

/* ─── NÚMEROS DE PROVA ───────────────────────────────────────────────────── */
.numeros-prova {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #1A4A3A;
  border-radius: 8px;
  overflow: hidden;
  margin: 44px 0 0;
}
@media (max-width: 560px) {
  .numeros-prova { grid-template-columns: 1fr; }
}
.numero-item {
  background: rgba(255,255,255,0.06);
  padding: 24px 18px;
  text-align: center;
}
.numero-item__valor {
  font-family: 'MyriadPro-Display', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 500;
  color: #FEFCF9;
  line-height: 1;
  margin-bottom: 9px;
}
.numero-item__label {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(254,252,249,0.48);
  line-height: 1.5;
}

/* ─── NOTA ABAIXO DO CTA ─────────────────────────────────────────────────── */
.cta-nota {
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.85rem;
  color: rgba(254,252,249,0.42);
  margin: 8px 0 22px;
  text-align: center;
}

/* ─── DEP RESULTADO ──────────────────────────────────────────────────────── */
.dep__resultado {
  display: inline-block;
  font-family: 'MyriadPro', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #2D6B52;
  background: #E8F2ED;
  border: 1px solid #C6DDD4;
  border-radius: 999px;
  padding: 4px 12px;
  margin-top: 10px;
}
