/* Opciones de Deuda — /beneficios/ lander
   Layered on top of the core stylesheet; only additive classes (bn-*). */

.bn-landing {
  padding: 28px 0 56px;
}

.bn-shell {
  max-width: 640px;
}

.bn-h1 {
  font-size: clamp(1.55rem, 5.2vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
}

.bn-sub {
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0 0 14px;
  color: #4a4038;
}

.bn-scarcity {
  display: inline-block;
  font-size: .92rem;
  font-weight: 700;
  color: #8f2d2d;
  background: #f5eee2;
  border: 1px solid #decfbd;
  border-radius: 999px;
  padding: 7px 14px;
  margin: 0 0 24px;
}

.bn-scarcity .countdown {
  font-variant-numeric: tabular-nums;
}

.bn-timer {
  margin: 14px 0 0;
  font-size: .86rem;
  font-weight: 600;
  text-align: center;
  color: #8f2d2d;
}

.bn-timer .countdown {
  font-variant-numeric: tabular-nums;
}

.bn-card {
  background: #fdfbf7;
  border: 1px solid #decfbd;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 2px 10px rgba(43, 33, 24, 0.06);
}

.bn-step {
  display: none;
}

.bn-step.is-active {
  display: block;
}

.bn-q {
  font-size: 1.16rem;
  line-height: 1.35;
  margin: 0 0 18px;
  text-align: center;
  outline: none;
}

.bn-options {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.bn-btn {
  width: 100%;
  padding: 15px 18px;
  font-size: 1.03rem;
  font-weight: 600;
  font-family: inherit;
  color: #2b2118;
  background: #fff;
  border: 1.5px solid #decfbd;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .06s;
}

.bn-btn:hover,
.bn-btn:focus-visible {
  border-color: #b0532b;
  background: #f5eee2;
}

.bn-btn:active {
  transform: translateY(1px);
}

.bn-cta {
  background: #b0532b;
  border-color: #b0532b;
  color: #fff;
}

.bn-cta:hover,
.bn-cta:focus-visible {
  background: #82391c;
  border-color: #82391c;
  color: #fff;
}

.bn-note {
  margin: 14px 0 0;
  font-size: .86rem;
  line-height: 1.45;
  text-align: center;
  color: #6d6154;
}

/* Review screens */
.bn-loading {
  text-align: center;
  padding: 18px 0 6px;
}

.bn-spinner {
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  border: 3px solid #decfbd;
  border-top-color: #b0532b;
  border-radius: 50%;
  animation: bn-spin .8s linear infinite;
}

@keyframes bn-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .bn-spinner { animation-duration: 3s; }
}

/* Results */
.bn-result-copy {
  font-size: .98rem;
  line-height: 1.55;
  text-align: center;
  color: #4a4038;
  margin: 0 0 20px;
}

.bn-call {
  display: block;
  width: 100%;
  padding: 17px 18px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #b0532b;
  border-radius: 10px;
  transition: background .15s;
}

.bn-call:hover,
.bn-call:focus-visible {
  background: #82391c;
  color: #fff;
}

.bn-guide {
  display: block;
  width: 100%;
  padding: 14px 18px;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #2b2118;
  background: #fff;
  border: 1.5px solid #decfbd;
  border-radius: 10px;
}

.bn-guide:hover,
.bn-guide:focus-visible {
  border-color: #b0532b;
  background: #f5eee2;
}

.bn-reset {
  display: block;
  margin: 18px auto 0;
  padding: 8px 14px;
  font-size: .88rem;
  font-family: inherit;
  color: #6d6154;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

/* Supporting copy */
.bn-benefits {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}

.bn-benefits li {
  font-size: .96rem;
  line-height: 1.5;
  padding-left: 16px;
  border-left: 3px solid #e29a2e;
  color: #4a4038;
}

.bn-disclaimer {
  margin: 26px 0 0;
  font-size: .8rem;
  line-height: 1.5;
  color: #6d6154;
}
