/* ==========================================================
   COSTA PLATFORM v1.0 — TYPOGRAPHY.CSS
   Tipografia global
   ========================================================== */

.cst-footer-premium,
.cst-footer-premium p,
.cst-footer-premium a,
.cst-footer-premium span,
.cst-footer-premium strong,
.cst-footer-premium small,
.cst-footer-premium h3 {
  font-family: var(--cst-font-family);
}

.cst-section-kicker {
  color: var(--cst-gold);
  font-size: var(--cst-text-sm);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cst-section-title {
  color: var(--cst-white);
  font-size: var(--cst-text-2xl);
  font-weight: 800;
  line-height: var(--cst-line-tight);
}

.cst-section-text {
  color: var(--cst-white-soft);
  font-size: var(--cst-text-base);
  line-height: var(--cst-line-relaxed);
}

.cst-footer-title {
  margin: 0 0 26px;
  color: var(--cst-gold);
  font-size: var(--cst-text-lg);
  font-weight: 800;
  line-height: var(--cst-line-normal);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cst-footer-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--cst-gold), transparent);
}