/* Prestige Prizes Footer — purple gradient, always white text (both themes) */

.site-footer {
  width: 100%;
  background: linear-gradient(145deg, #4a1f85 0%, #7337C1 38%, #9555D0 68%, #5e2ba0 100%) !important;
  color: #fff !important;
  font-family: var(--font-primary);
  margin-top: 0 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}

/* Subtle depth overlay */
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(0, 0, 0, 0.18) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

/* Same look in light + dark theme */
.light-theme .site-footer,
.dark-theme .site-footer {
  background: linear-gradient(145deg, #4a1f85 0%, #7337C1 38%, #9555D0 68%, #5e2ba0 100%) !important;
  color: #fff !important;
}

/* Kill global style.css light-theme footer overrides */
.light-theme .site-footer,
.light-theme .site-footer h5,
.light-theme .site-footer h3,
.light-theme .site-footer p,
.light-theme .site-footer .text-white,
.light-theme .site-footer .border-secondary,
.light-theme .site-footer .footer-heading,
.light-theme .site-footer .subscribe-col h3,
.light-theme .site-footer .trust-label,
.light-theme .site-footer .footer-links a,
.light-theme .site-footer .footer-description,
.light-theme .site-footer .subscribe-col p,
.light-theme .site-footer .trust-desc,
.light-theme .site-footer .gamble-text,
.light-theme .site-footer .footer-copyright {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer .footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
}

.site-footer .footer-top {
  padding: 52px 0 44px;
  display: grid;
  grid-template-columns: 300px 160px 160px 200px;
  gap: 56px;
  align-items: start;
}

.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
}

.site-footer #footer-logo {
  height: 72px;
  width: auto;
  max-width: 220px;
  margin-bottom: 16px;
  display: block;
  object-fit: contain;
}

.site-footer .footer-description {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.site-footer .footer-social {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.site-footer .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s, transform 0.15s, border-color 0.2s;
}

.site-footer .social-link i {
  color: #fff !important;
}

.site-footer .social-link:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #fff;
  color: #fff !important;
  transform: scale(1.08);
}

.site-footer .footer-heading {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.site-footer .footer-heading-bar {
  width: 36px;
  height: 3px;
  background: rgba(255, 255, 255, 0.65);
  margin-bottom: 18px;
  border-radius: 99px;
}

.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s, opacity 0.2s;
  white-space: nowrap;
  display: inline-block;
  padding: 0.2rem 0;
}

.site-footer .footer-links a:hover {
  color: #fff !important;
  opacity: 1;
}

.site-footer .footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin: 0;
}

.site-footer .footer-middle {
  padding: 28px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer .trust-col {
  padding-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.75rem;
  align-items: center;
}

.site-footer .trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.site-footer .trust-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: #fff;
}

.site-footer .trust-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer .trust-label {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 1.2;
}

.site-footer .trust-desc {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px;
  line-height: 1.35;
}

.site-footer .footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer .responsible-gambling {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer .age-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 900;
  color: #fff !important;
  flex-shrink: 0;
}

.site-footer .gamble-text {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.55;
}

.site-footer .gamble-text a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.site-footer .gamble-text a:hover {
  opacity: 0.9;
}

.site-footer .payment-methods {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.site-footer .pay-badge {
  background: #fff;
  border-radius: 5px;
  padding: 5px 13px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.site-footer .pay-visa {
  color: #1a1f71;
  font-family: var(--font-heading);
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}

.site-footer .pay-mc {
  padding: 5px 9px;
}

.site-footer .mc-circles {
  display: flex;
}

.site-footer .mc-red {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eb001b;
}

.site-footer .mc-orange {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f79e1b;
  margin-left: -7px;
}

.site-footer .pay-applepay {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: -0.02em;
  padding: 5px 14px;
}

.site-footer .footer-copyright {
  text-align: center;
  padding: 14px 0 16px;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 960px) {
  .site-footer .footer-inner {
    padding: 0 32px;
  }

  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 40px 0 36px;
  }

  .site-footer .brand-col-wrap {
    grid-column: 1 / -1;
  }

  .site-footer .footer-middle {
    padding: 24px 0;
  }

  .site-footer .trust-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    width: 100%;
  }

  .site-footer .trust-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    max-width: none;
  }

  .site-footer .trust-icon {
    width: 28px;
    height: 28px;
  }

  .site-footer .trust-label {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .site-footer .trust-desc {
    font-size: 11px;
  }

  .site-footer .footer-bottom-bar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }

  .site-footer .responsible-gambling {
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-footer .gamble-text {
    text-align: center;
  }

  .site-footer .payment-methods {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .site-footer .footer-inner {
    padding: 0 20px;
  }

  .site-footer .footer-top {
    grid-template-columns: 1fr;
    padding: 32px 0 28px;
    gap: 28px;
  }

  .site-footer .trust-col {
    gap: 0.5rem 0.65rem;
  }

  .site-footer .trust-icon {
    width: 24px;
    height: 24px;
  }

  .site-footer .trust-item {
    gap: 6px;
  }

  .site-footer .trust-label {
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .site-footer .trust-desc {
    font-size: 10px;
    line-height: 1.3;
  }
}
