.final-truth{
  max-width: 760px;
  margin: 100px auto 80px;
  padding: 48px 40px;
  background: linear-gradient(180deg, #0a0a0a, #121212);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.85);
}

/* FRASES BASE */
.final-truth p{
  margin: 14px 0;
  text-align: center;
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 1.9;
  color: rgba(255,255,255,.7);
}

/* QUEBRA SECA */
.final-truth .break{
  margin: 26px 0 6px;
  font-size: clamp(1rem, 5vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .8px;
}

/* FRASES DE ESCOLHA */
.final-truth .choice{
  margin-top: 28px;
  font-size: clamp(1rem, 5vw, 1.5rem);
  color: rgba(255,255,255,.85);
}

/* FRASE FINAL — MAIS FORTE */
.final-truth .choice.strong{
  margin-top: 10px;
  font-size: clamp(1rem, 5vw, 1.5rem);
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(255,255,255,.25);
}
