/* ============================================================
   lice.cl · closing.css
   Sección "Anótese" · CTA final
   ============================================================ */

.closing {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding-inline: 4px;
}
.closing__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw + 0.5rem, 3rem);
  font-weight: 500;
  letter-spacing: -0.028em;
  margin: 0 0 20px;
  line-height: 1.1;
}
.closing__lead {
  font-size: clamp(0.95rem, 0.4vw + 0.92rem, 1.02rem);
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.closing__actions {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .closing__actions { flex-direction: column; align-items: stretch; }
  .closing__actions .btn { width: 100%; }
}
.closing__note {
  font-size: 10.5px;
  color: var(--ink-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
