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