.promocodefor-footer-bottom-divider { background-color: rgba(0, 0, 0, 0.06); height: 1px; width: 100%; margin-bottom: 24px; }
.promocodefor-footer-copyright-label { font-size: 0.8rem; color: #a1a1aa; }
.promocodefor-footer-disclosure-panel { max-width: 720px; margin-bottom: 20px; }
.promocodefor-footer-link-section { align-items: center; gap: 12px; display: flex; }
.promocodefor-footer-intro-paragraph { font-size: 0.95rem; margin: 0 0 28px 0; max-width: 680px; color: #52525b; line-height: 1.65; }
.promocodefor-footer-links-nav { align-items: center; gap: 24px; margin-bottom: 28px; display: flex; justify-content: center; flex-wrap: wrap; }
.promocodefor-footer-brand-link:hover { opacity: 0.9; }
.promocodefor-footer-trust-badges { flex-wrap: wrap; gap: 12px; justify-content: center; display: flex; margin-bottom: 28px; }
.promocodefor-footer-brand-link { margin-bottom: 20px; gap: 10px; align-items: center; display: inline-flex; transition: opacity 0.2s ease; text-decoration: none; }
.promocodefor-footer-nav-anchor:hover { color: #c1121f; }
.promocodefor-footer-trust-pill i { font-size: 0.85rem; color: #c1121f; }
.promocodefor-footer-center-wrap { flex-direction: column; max-width: 820px; align-items: center; display: flex; text-align: center; margin: 0 auto; }
.promocodefor-footer-brand-icon { width: auto; max-height: 32px; object-fit: contain; }
.promocodefor-footer-section-label { font-size: 0.75rem; letter-spacing: 0.8px; color: #a1a1aa; font-weight: 700; text-transform: uppercase; }
.promocodefor-footer-disclosure-copy { color: #71717a; font-size: 0.825rem; margin: 0; line-height: 1.6; }
.promocodefor-footer-nav-divider { background-color: rgba(0, 0, 0, 0.12); height: 14px; width: 1px; }
.promocodefor-footer-base-container { padding: 60px 0; background-color: #faf9f5; border-top: 1px solid rgba(0, 0, 0, 0.06); font-family: "Google Sans", system-ui, -apple-system, sans-serif; box-sizing: border-box; }
.promocodefor-footer-trust-pill { font-weight: 500; padding: 6px 14px; border-radius: 999px; color: #52525b; border: 1px solid rgba(0, 0, 0, 0.06); align-items: center; display: inline-flex; font-size: 0.8rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01); background-color: #ffffff; gap: 6px; }
.promocodefor-footer-nav-anchor { font-weight: 500; font-size: 0.9rem; color: #18181b; text-decoration: none; transition: color 0.2s ease; }
.promocodefor-footer-disclosure-copy strong { font-weight: 700; color: #18181b; }
.promocodefor-footer-brand-title { letter-spacing: -0.4px; font-size: 1.35rem; color: #18181b; font-weight: 800; }
@media (max-width: 768px) {
  .promocodefor-footer-nav-divider { display: none; }
  .promocodefor-footer-links-nav { gap: 16px; flex-direction: column; }
  .promocodefor-footer-link-section { flex-direction: column; gap: 8px; }
}