/* ── SITE FOOTER ── */
.site-footer { background: #080E1A; border-top: 1px solid rgba(255,255,255,0.04); padding: 56px 0 0; }
.site-footer .footer-inner { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr auto; column-gap: 56px; row-gap: 28px; align-items: start; }
.site-footer .footer-brand { min-width: 0; }
.site-footer .footer-logo-img { height: 32px; width: auto; display: block; margin-bottom: 14px; opacity: 0.80; }
.site-footer .footer-tagline { font-size: var(--badge-size); font-weight: 600; color: rgba(240,244,248,0.65); letter-spacing: 0.3px; margin-bottom: 20px; }
.site-footer .footer-links-grid { display: flex; gap: 48px; padding-top: 4px; }
.site-footer .footer-col-title { font-size: var(--badge-size); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(240,244,248,0.70); margin-bottom: 14px; }
.site-footer .footer-col-link { display: block; font-size: var(--label-size); color: rgba(240,244,248,0.55); padding: 4px 0; text-decoration: none; transition: color 0.2s ease; }
.site-footer .footer-col-link:hover { color: #F5A623; }
.footer-compliance { grid-column: 1 / -1; min-width: 0; padding-top: 8px; }
.footer-compliance-trust { font-size: 11px; line-height: 1.75; color: rgba(240,244,248,0.48); margin-bottom: 14px; }
.footer-compliance-trust a { color: rgba(240,244,248,0.55); text-decoration: underline; }
.footer-compliance-trust a:hover { color: #F5A623; }
.footer-compliance-affiliate { grid-column: 1 / -1; display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 16px 20px; }
.footer-compliance-affiliate-text { font-size: 11px; line-height: 1.75; color: rgba(240,244,248,0.48); }
.footer-compliance-affiliate-text strong { color: rgba(240,244,248,0.75); font-weight: 600; display: block; margin-bottom: 3px; }
.site-footer .footer-bottom { grid-column: 1 / -1; padding: 16px 0 24px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer .footer-copy { font-size: 11px; color: rgba(240,244,248,0.48); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.site-footer .footer-copy-link { color: rgba(240,244,248,0.50); text-decoration: none; transition: color 0.2s ease; }
.site-footer .footer-copy-link:hover { color: #F5A623; }
.footer-igaming-link { display: inline-flex; align-items: center; line-height: 1; }
.footer-igaming-logo { height: 13px; width: auto; display: block; opacity: 0.60; transition: opacity 0.2s ease; }
.footer-igaming-link:hover .footer-igaming-logo { opacity: 0.9; }
.footer-trust-logos { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-trust-logo { display: flex; align-items: center; justify-content: center; height: 32px; }
.footer-trust-logo img { height: 32px; width: auto; max-width: none; display: block; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.45; transition: opacity 0.2s ease; }
.footer-trust-logo:hover img { opacity: 0.80; }
.footer-trust-logo--xl { height: 56px; }
.footer-trust-logo--xl img { height: 56px; }

/* ── RESPONSIVE ── */
@media (max-width: 1023px) {
  .site-footer { padding: 40px 0 0; }
  .site-footer .footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 0 24px; }
  .site-footer .footer-links-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 20px; flex-direction: unset; }
}
@media (max-width: 767px) {
  .site-footer { padding: 36px 0 0; }
  .site-footer .footer-inner { grid-template-columns: 1fr; gap: 24px; padding: 0 20px; }
  .site-footer .footer-tagline { margin-bottom: 14px; }
  .site-footer .footer-compliance-trust { margin-bottom: 0; }
  .site-footer .footer-links-grid { display: flex; flex-direction: column; gap: 18px; padding-top: 0; }
  .site-footer .footer-links-grid > div { display: flex; flex-wrap: wrap; align-items: center; gap: 0; }
  .site-footer .footer-col-title { flex: 0 0 100%; margin-bottom: 8px; font-size: 11px; letter-spacing: 1.3px; }
  .site-footer .footer-col-link { display: inline-flex; align-items: center; padding: 4px 0; font-size: var(--badge-size); line-height: 1.4; }
  .site-footer .footer-col-link::after { content: '·'; margin: 0 10px; color: rgba(240,244,248,0.20); font-weight: 700; }
  .site-footer .footer-col-link:last-child::after { display: none; }
  .site-footer .footer-bottom { flex-direction: column; gap: 16px; text-align: center; padding: 16px 0 20px; }
  .footer-trust-logos { justify-content: center; gap: 16px; }
  .footer-compliance-affiliate { padding: 14px 16px; gap: 12px; }
}
@media (max-width: 389px) {
  .site-footer .footer-inner { padding: 0 16px; }
  .site-footer .footer-col-link::after { margin: 0 8px; }
}

.scroll-top { position: fixed; right: 24px; bottom: 24px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(56,137,217,0.45); border-radius: 50%; background: rgba(20,22,28,0.92); color: #3889D9; font-size: var(--h6-size); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 18px rgba(0,0,0,0.4); z-index: 90; }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: #3889D9; border-color: #3889D9; color: #0c1116; box-shadow: 0 6px 22px rgba(56,137,217,0.45); }
@media (max-width: 767px) {
  .scroll-top { right: 16px; bottom: 16px; width: 44px; height: 44px; }
}
