/* =========================================================
   ODDSMONITOR CUSTOM GLOBAL FOOTER
   ========================================================= */

body.om-hide-theme-footer footer.footer,
body.om-hide-theme-footer footer.footer-black,
body.om-hide-theme-footer .hestia-footer,
body.om-hide-theme-footer .footer-big,
body.om-hide-theme-footer .footer.footer-big,
body.om-hide-theme-footer .footer.footer-black {
  display: none !important;
}

.om-site-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 56px 18px 28px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(80,135,255,.20), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255,196,57,.12), transparent 24%),
    linear-gradient(135deg, #050a12 0%, #07101d 48%, #101827 100%) !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 20 !important;
}

.om-site-footer,
.om-site-footer * {
  box-sizing: border-box !important;
}

.om-site-footer a {
  text-decoration: none !important;
}

.om-footer-inner {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.om-footer-top {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.05fr) minmax(520px, 1.5fr) !important;
  gap: 30px !important;
  align-items: start !important;
  padding: 28px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.09), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
  backdrop-filter: blur(14px) !important;
}

.om-footer-brand {
  min-width: 0 !important;
}

.om-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
  margin-bottom: 16px !important;
  color: #ffffff !important;
}

.om-footer-logo:hover {
  color: #ffffff !important;
  opacity: .96 !important;
}

.om-footer-logo-mark {
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 16px !important;
  color: #003087 !important;
  background: #ffc439 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
  box-shadow: 0 12px 30px rgba(255,196,57,.24) !important;
}

.om-footer-logo-text {
  display: grid !important;
  gap: 3px !important;
}

.om-footer-logo-text strong {
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
}

.om-footer-logo-text em {
  color: #8fa7cc !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.om-footer-brand p {
  max-width: 430px !important;
  margin: 0 0 18px !important;
  color: #b9c6dd !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.om-footer-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 15px !important;
}

.om-footer-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 17px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  transition: transform .18s ease, opacity .18s ease !important;
}

.om-footer-btn:hover {
  transform: translateY(-1px) !important;
  opacity: .96 !important;
}

.om-footer-btn.primary {
  color: #06101f !important;
  background: linear-gradient(135deg, #7db0ff, #bdd8ff) !important;
  box-shadow: 0 12px 28px rgba(86,143,255,.22) !important;
}

.om-footer-btn.secondary {
  color: #003087 !important;
  background: #ffc439 !important;
  box-shadow: 0 12px 28px rgba(255,196,57,.24) !important;
}

.om-footer-support {
  color: #8fa7cc !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

.om-footer-support a {
  color: #dbe8ff !important;
  font-weight: 850 !important;
}

.om-footer-links-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.om-footer-col {
  min-width: 0 !important;
  padding: 18px !important;
  border-radius: 22px !important;
  background: rgba(3,10,22,.30) !important;
  border: 1px solid rgba(255,255,255,.075) !important;
}

.om-footer-col h3 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
}

.om-footer-col ul {
  display: grid !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.om-footer-col li {
  margin: 0 !important;
  padding: 0 !important;
}

.om-footer-col a {
  display: inline-flex !important;
  color: #aebbd2 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
  transition: color .16s ease, transform .16s ease !important;
}

.om-footer-col a:hover {
  color: #ffffff !important;
  transform: translateX(2px) !important;
}

.om-footer-bottom {
  display: grid !important;
  grid-template-columns: .72fr 1.28fr !important;
  gap: 18px !important;
  align-items: center !important;
  margin-top: 18px !important;
  padding: 17px 20px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

.om-footer-copy {
  color: #dbe8ff !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 850 !important;
}

.om-footer-disclaimer {
  color: #8fa7cc !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1050px) {
  .om-footer-top {
    grid-template-columns: 1fr !important;
  }

  .om-footer-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .om-footer-bottom {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .om-site-footer {
    padding: 40px 12px 24px !important;
  }

  .om-footer-top {
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .om-footer-links-grid {
    grid-template-columns: 1fr !important;
  }

  .om-footer-col {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .om-footer-actions {
    display: grid !important;
  }

  .om-footer-btn {
    width: 100% !important;
  }

  .om-footer-logo-text strong {
    font-size: 22px !important;
  }

  .om-footer-bottom {
    padding: 16px !important;
    border-radius: 18px !important;
  }
}

/* OddsMonitor custom footer integration: hide the legacy Hestia footer when custom footer is enabled. */
body.om-custom-footer-enabled.om-hide-theme-footer footer.footer.footer-black.footer-big,
body.om-custom-footer-enabled.om-hide-theme-footer .footer.footer-black.footer-big,
body.om-custom-footer-enabled.om-hide-theme-footer .hestia-bottom-footer-content,
body.om-custom-footer-enabled.om-hide-theme-footer footer.footer:not(.om-site-footer) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

/* Anchor offset for Contacts menu link */
.om-site-footer#contacts{scroll-margin-top:96px!important;}
@media(max-width:768px){.om-site-footer#contacts{scroll-margin-top:80px!important;}}
