.footer { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); padding: 28px 0 0; }
.footer .footer-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.footer .footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 12px; padding-bottom: 20px; }
.footer .footer-brand { grid-column: 1 / -1; }
.footer .footer-brand .footer-logo { margin-bottom: 10px; }
.footer .footer-brand .footer-logo .footer-logo-img { height: 26px; width: auto; display: block; }
.footer .footer-brand .footer-desc { font-size: 13px; line-height: 19px; color: rgba(255, 255, 255, 0.45); margin: 0 0 10px; }
.footer .footer-brand .footer-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.footer .footer-brand .footer-trust .footer-trust-item { display: flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; color: rgba(255, 255, 255, 0.55); white-space: nowrap; }
.footer .footer-brand .footer-trust .footer-trust-item svg { flex-shrink: 0; }
.footer .footer-col .footer-col-title { font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, 0.8); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer .footer-col .footer-links { list-style: none; padding: 0; margin: 0; }
.footer .footer-col .footer-links li { margin-bottom: 4px; }
.footer .footer-col .footer-links a { font-size: 13px; color: rgba(255, 255, 255, 0.45); text-decoration: none; transition: color 0.15s ease; }
.footer .footer-col .footer-links a:hover { color: #f57c00; }
.footer .footer-compliance { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 12px 0; }
.footer .footer-compliance .compliance-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 8px; }
.footer .footer-compliance .compliance-badge { background-color: #e05555; color: #ffffff; font-size: 11px; font-weight: 800; padding: 2px 7px; border-radius: 3px; flex-shrink: 0; }
.footer .footer-compliance .compliance-msg { font-size: 12px; font-weight: 700; color: #f57c00; }
.footer .footer-compliance .compliance-orgs { display: flex; flex-wrap: wrap; gap: 0; }
.footer .footer-compliance .compliance-orgs a { font-size: 11px; font-weight: 600; color: rgba(255, 255, 255, 0.5); text-decoration: none; transition: color 0.15s ease; white-space: nowrap; }
.footer .footer-compliance .compliance-orgs a:hover { color: #f57c00; }
.footer .footer-compliance .compliance-orgs a::after { content: "\00b7"; color: rgba(255, 255, 255, 0.2); margin: 0 5px; }
.footer .footer-compliance .compliance-orgs a:last-child::after { display: none; }
.footer .footer-compliance .compliance-text { font-size: 11px; line-height: 16px; color: rgba(255, 255, 255, 0.3); margin: 0; }
.footer .footer-compliance .compliance-text a { color: rgba(255, 255, 255, 0.4); text-decoration: underline; }
.footer .footer-compliance .compliance-text a:hover { color: #f57c00; }
.footer .footer-compliance .compliance-text strong { color: rgba(255, 255, 255, 0.4); }
.footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 12px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px; }
.footer .footer-bottom .footer-copyright { font-size: 11px; color: rgba(255, 255, 255, 0.3); }
.footer .footer-bottom .footer-legal { display: flex; flex-wrap: wrap; gap: 0; }
.footer .footer-bottom .footer-legal a { font-size: 11px; color: rgba(255, 255, 255, 0.3); text-decoration: none; white-space: nowrap; }
.footer .footer-bottom .footer-legal a:hover { color: rgba(255, 255, 255, 0.6); }
.footer .footer-bottom .footer-legal a::after { content: "\00b7"; color: rgba(255, 255, 255, 0.15); margin: 0 6px; }
.footer .footer-bottom .footer-legal a:last-child::after { display: none; }
.age-gate-overlay { position: fixed; inset: 0; background-color: rgba(0, 0, 0, 0.85); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.age-gate-overlay .age-gate-box { background-color: #ffffff; border-radius: 16px; max-width: 520px; width: 100%; padding: 32px; text-align: center; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }
.age-gate-overlay .age-gate-logo { margin-bottom: 20px; }
.age-gate-overlay .age-gate-logo img { height: 32px; width: auto; margin: 0 auto; display: block; }
.age-gate-overlay .age-gate-badge { display: inline-block; background-color: #e05555; color: #ffffff; font-size: 18px; font-weight: 800; padding: 6px 16px; border-radius: 8px; margin-bottom: 16px; }
.age-gate-overlay .age-gate-title { font-size: 20px; font-weight: 800; color: #1a1a2e; margin-bottom: 12px; }
.age-gate-overlay .age-gate-text { font-size: 14px; line-height: 22px; color: #5a5a6e; margin-bottom: 20px; }
.age-gate-overlay .age-gate-text a { color: #1a8a4a; font-weight: 600; text-decoration: underline; }
.age-gate-overlay .age-gate-accept { display: inline-block; background: linear-gradient(180deg, #22a85a, #1a8a4a); color: #ffffff; font-size: 16px; font-weight: 700; padding: 14px 40px; border-radius: 8px; border: none; cursor: pointer; transition: background 0.2s ease; box-shadow: 0 4px 0 #15743e; }
.age-gate-overlay .age-gate-accept:hover { background: linear-gradient(180deg, #1a8a4a, #15743e); }
.age-gate-overlay .age-gate-decline { display: block; margin-top: 12px; font-size: 13px; color: #8a8a9e; background: none; border: none; cursor: pointer; text-decoration: underline; }
.age-gate-overlay .age-gate-decline:hover { color: #e05555; }
.age-gate-hidden { display: none !important; }
@media (min-width: 768px) {
  .footer .footer-container { padding: 0 24px; }
  .footer .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .footer .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
}
@media (min-width: 1200px) {
  .footer .footer-container { padding: 0 32px; }
}

@media (max-width: 767px) {
  .footer .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .footer .footer-brand { grid-column: 1 / -1; }
  .footer .footer-brand .footer-desc { font-size: 12px; line-height: 18px; }
  .footer .footer-compliance .compliance-text { font-size: 10px; line-height: 16px; }
  .footer .footer-col .footer-col-title { font-size: 11px; margin-bottom: 4px; }
  .footer .footer-col .footer-links a { font-size: 12px; }
  .footer .footer-col .footer-links li { margin-bottom: 2px; }
}

/* Back to Top Button */
.back-to-top { display: none; position: fixed; bottom: 24px; left: 16px; z-index: 1001; width: 44px; height: 44px; border-radius: 50%; border: none; background: linear-gradient(135deg, #1a8a4a, #146b3a); color: #fff; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.3); align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease, transform 0.2s ease; }
.back-to-top.visible { opacity: 1; display: flex; }
.back-to-top:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.4); }
@media (min-width: 768px) { .back-to-top { display: none !important; } }
