/* ============================================================
   CHENNAI CLEANUP v3.2.8
   Light footer and sponsored-ad sections. Couples and Strip Clubs
   are hidden as a final visual safeguard.
============================================================ */

/* Final visual safeguard for stale HTML/menu caches */
a[href*="/couples"],
a[href*="/couple-dashboard"],
a[href*="/strip-clubs"],
a[href*="/strip-club-dashboard"],
a[href*="/strip-club-registration"],
a[href*="/strip-dancer"] {
  display: none !important;
}

/* Footer: fully readable light treatment */
body .site-footer,
body footer.site-footer,
body .premium-footer,
body .site-footer .footer-inner,
body .site-footer .footer-top,
body .site-footer .footer-bottom {
  background: #ffffff !important;
  background-image: none !important;
  color: #29243d !important;
  border-color: rgba(62,48,120,.14) !important;
  box-shadow: none !important;
}

body .site-footer {
  border-top: 4px solid #5946c8 !important;
}

body .site-footer .footer-inner {
  width: 100% !important;
  max-width: none !important;
  padding: 32px 24px 0 !important;
}

body .site-footer .footer-top {
  padding-bottom: 28px !important;
}

body .site-footer h1,
body .site-footer h2,
body .site-footer h3,
body .site-footer h4,
body .site-footer strong {
  color: #382b82 !important;
  -webkit-text-fill-color: #382b82 !important;
  opacity: 1 !important;
}

body .site-footer p,
body .site-footer li,
body .site-footer span,
body .site-footer a {
  color: #514b61 !important;
  -webkit-text-fill-color: #514b61 !important;
  opacity: 1 !important;
}

body .site-footer a:hover {
  color: #ef5b78 !important;
  -webkit-text-fill-color: #ef5b78 !important;
}

body .site-footer .footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 330px !important;
  margin: 0 0 18px !important;
  padding: 8px 12px !important;
  background: #f7f5ff !important;
  border: 1px solid rgba(89,70,200,.16) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

body .site-footer .lp10-footer-logo-img {
  display: block !important;
  width: 290px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 76px !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

body .site-footer .footer-coverage span,
body .site-footer .footer-badges span {
  display: inline-flex !important;
  align-items: center !important;
  background: #f4f1ff !important;
  color: #382b82 !important;
  -webkit-text-fill-color: #382b82 !important;
  border: 1px solid rgba(89,70,200,.18) !important;
}

body .site-footer .footer-bottom {
  margin-top: 0 !important;
  padding: 18px 0 22px !important;
  border-top: 1px solid rgba(62,48,120,.14) !important;
}

body .site-footer .footer-bottom span {
  color: #625d72 !important;
  -webkit-text-fill-color: #625d72 !important;
}

/* All sponsored/banner wrappers must be light */
body .banner-wrap,
body .banner-main,
body .banner-grid,
body .banner-heading,
body .banner-mobile-toggle,
body .normal-banner-main,
body .normal-banner-grid,
body .normal-banner-heading,
body .location-banner-wrap,
body .agency-banner-wrap,
body .couple-banner-wrap,
body .trans-banner-wrap,
body .tour-banner-wrap,
body .wx-banner-wrap,
body .city-banner-main,
body .city-banner-grid,
body .city-banner-heading,
body .city-sponsored-content,
body .city-sponsored-disclosure,
body .city-sponsored-summary-action,
body .city-sponsored-summary-title,
body .ad-banners,
body .header-ad,
body .header-ad a {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #29243d !important;
  border-color: rgba(62,48,120,.14) !important;
  box-shadow: none !important;
}

body .banner-wrap,
body .location-banner-wrap,
body .agency-banner-wrap,
body .trans-banner-wrap,
body .tour-banner-wrap,
body .wx-banner-wrap,
body .city-banner-main,
body .city-sponsored-content,
body .ad-banners {
  border-top: 1px solid rgba(62,48,120,.14) !important;
  border-bottom: 1px solid rgba(62,48,120,.14) !important;
}

body .banner-heading,
body .banner-mobile-toggle,
body .normal-banner-heading,
body .city-banner-heading,
body .city-sponsored-disclosure,
body .city-sponsored-summary-title {
  color: #382b82 !important;
  -webkit-text-fill-color: #382b82 !important;
}

body .normal-banner-item,
body .city-banner-item,
body .city-banner-item--no-link,
body .banner-grid > a,
body .ad-banners img {
  background: #ffffff !important;
  border: 1px solid rgba(62,48,120,.14) !important;
  box-shadow: 0 7px 20px rgba(55,42,118,.06) !important;
}

/* Remove legacy dark strips around the header advertisement */
body .site-header,
body header.site-header,
body .site-header.premium-header,
body .premium-header-inner,
body .premium-header-main,
body .premium-header-top,
body .premium-header-bottom,
body .header-logo,
body .header-nav {
  background-color: #ffffff !important;
  background-image: none !important;
}

@media (max-width: 900px) {
  body .site-footer .footer-inner {
    padding: 26px 16px 0 !important;
  }

  body .site-footer .footer-bottom {
    gap: 8px !important;
    text-align: center !important;
  }
}
