/**
 * Shared marketing footer (main/fragments/marketing_site_footer.html).
 * Loaded site-wide via new_base.html → site_footer.html.
 */

.coda-marketing-footer.coda-marketing-footer--preview {
  --coda-gold: #e7ad4a;
  background: linear-gradient(180deg, #1a2338 0%, #151d30 100%);
  color: rgba(255, 255, 255, 0.85);
  padding: 3.25rem 0 2rem;
  border-top: 1px solid rgba(231, 173, 74, 0.15);
}

.coda-marketing-footer.coda-marketing-footer--preview .coda-marketing-wrap {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.coda-marketing-footer.coda-marketing-footer--preview h3 {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--coda-gold);
  margin-bottom: 1rem;
}

.coda-marketing-footer.coda-marketing-footer--preview .coda-footer-nav-list li {
  margin-bottom: 0.45rem;
}

.coda-marketing-footer.coda-marketing-footer--preview a {
  color: rgba(255, 255, 255, 0.82);
}

.coda-marketing-footer.coda-marketing-footer--preview a:hover {
  color: var(--coda-gold);
  text-decoration: none;
}

.coda-marketing-footer.coda-marketing-footer--preview .coda-footer-copy {
  opacity: 0.72;
}

.coda-marketing-footer.coda-marketing-footer--preview .coda-footer-brand {
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.coda-marketing-footer.coda-marketing-footer--preview .coda-footer-muted {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.62);
  max-width: 26rem;
  line-height: 1.55;
}

.coda-marketing-footer.coda-marketing-footer--preview .coda-footer-rule {
  border-color: rgba(255, 255, 255, 0.12) !important;
}
