/* The Flick Critic — selected cosmic planets footer V2
   Tuned to the user's approved reference brightness.
   Footer-only. Does not affect navigation, hero, data, or page layouts. */

html body .footer{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  margin-top:64px!important;
  padding:54px 2.8% 24px!important;
  border-top:1px solid rgba(225,179,83,.42)!important;
  background:
    radial-gradient(circle at 52% 110%,rgba(207,154,55,.12),transparent 35%),
    radial-gradient(circle at 7% 35%,rgba(37,72,80,.12),transparent 27%),
    linear-gradient(180deg,#02070a 0%,#03090d 48%,#02070a 100%)!important;
}

html body .footer::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  pointer-events:none!important;
  opacity:1!important;
  background:
    radial-gradient(circle at 7% 15%,rgba(248,211,126,.92) 0 1px,transparent 1.8px),
    radial-gradient(circle at 18% 61%,rgba(248,211,126,.55) 0 1px,transparent 1.6px),
    radial-gradient(circle at 31% 27%,rgba(248,211,126,.52) 0 1px,transparent 1.7px),
    radial-gradient(circle at 46% 78%,rgba(248,211,126,.59) 0 1px,transparent 1.6px),
    radial-gradient(circle at 59% 17%,rgba(248,211,126,.75) 0 1px,transparent 1.8px),
    radial-gradient(circle at 72% 53%,rgba(248,211,126,.54) 0 1px,transparent 1.5px),
    radial-gradient(circle at 86% 25%,rgba(248,211,126,.84) 0 1px,transparent 1.8px),
    radial-gradient(circle at 94% 73%,rgba(248,211,126,.58) 0 1px,transparent 1.6px)!important;
}
html body .footer::after{content:none!important;display:none!important}
html body .footer-grid::before{content:none!important;display:none!important}

html body .footer-grid{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:1840px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(390px,2fr) repeat(3,minmax(230px,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}

html body .footer-grid > div{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:320px!important;
  padding:34px 31px 28px!important;
  border:1px solid rgba(221,168,67,.62)!important;
  border-radius:24px!important;
  background-color:#030a0d!important;
  background-repeat:no-repeat!important;
  background-position:center bottom!important;
  box-shadow:
    inset 0 1px 0 rgba(255,226,157,.07),
    inset 0 0 54px rgba(191,137,48,.035),
    0 18px 48px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(2px)!important;
}

/* Much lighter dark veil than V1: planets now match the approved reference brightness. */
html body .footer-grid > div:nth-child(1){
  background-image:
    linear-gradient(180deg,rgba(3,10,14,.97) 0%,rgba(3,10,14,.88) 32%,rgba(3,10,14,.50) 58%,rgba(3,10,14,.10) 100%),
    url('/assets/images/footer-cosmic/footer-brand-planets-v2.svg')!important;
  background-size:cover,118% auto!important;
  background-position:center,bottom center!important;
}
html body .footer-grid > div:nth-child(2){
  background-image:
    linear-gradient(180deg,rgba(3,10,14,.98) 0%,rgba(3,10,14,.91) 44%,rgba(3,10,14,.54) 68%,rgba(3,10,14,.13) 100%),
    url('/assets/images/footer-cosmic/footer-menu-planets-v2.svg')!important;
  background-size:cover,116% auto!important;
  background-position:center,bottom center!important;
}
html body .footer-grid > div:nth-child(3){
  background-image:
    linear-gradient(180deg,rgba(3,10,14,.98) 0%,rgba(3,10,14,.91) 44%,rgba(3,10,14,.55) 69%,rgba(3,10,14,.12) 100%),
    url('/assets/images/footer-cosmic/footer-quick-planets-v2.svg')!important;
  background-size:cover,118% auto!important;
  background-position:center,bottom center!important;
}
html body .footer-grid > div:nth-child(4){
  background-image:
    linear-gradient(180deg,rgba(3,10,14,.98) 0%,rgba(3,10,14,.89) 40%,rgba(3,10,14,.45) 64%,rgba(3,10,14,.06) 100%),
    url('/assets/images/footer-cosmic/footer-connect-planets-v2.svg')!important;
  background-size:cover,114% auto!important;
  background-position:center,bottom center!important;
}

/* Celestial card-header marks from the selected concept. */
html body .footer-grid > div::before{
  content:""!important;
  position:absolute!important;
  right:25px!important;
  top:24px!important;
  width:48px!important;
  height:48px!important;
  opacity:.82!important;
  z-index:2!important;
  background-position:center!important;
  background-size:contain!important;
  background-repeat:no-repeat!important;
  filter:drop-shadow(0 0 11px rgba(229,183,84,.28))!important;
}
html body .footer-grid > div:nth-child(1)::before{background-image:url('/assets/images/celestial-icons/celestial-disc.svg')!important}
html body .footer-grid > div:nth-child(2)::before{background-image:url('/assets/images/celestial-icons/celestial-palace.svg')!important}
html body .footer-grid > div:nth-child(3)::before{background-image:url('/assets/images/celestial-icons/celestial-yantra.svg')!important}
html body .footer-grid > div:nth-child(4)::before{background-image:url('/assets/images/celestial-icons/celestial-star-outline.svg')!important}

html body .footer-grid > div::after{
  content:""!important;
  position:absolute!important;
  left:30px!important;
  right:30px!important;
  top:82px!important;
  height:1px!important;
  opacity:.86!important;
  background:
    radial-gradient(circle at 50% 50%,#f5cc70 0 2px,transparent 3px),
    linear-gradient(90deg,rgba(236,188,84,.84),rgba(236,188,84,.20) 60%,transparent)!important;
  box-shadow:0 0 10px rgba(229,183,84,.12)!important;
}

html body .footer h3{
  position:relative!important;
  z-index:3!important;
  margin:0 0 46px!important;
  color:#f3d48d!important;
  font-size:30px!important;
  line-height:1.1!important;
  letter-spacing:.02em!important;
}
html body .footer h4{
  position:relative!important;
  z-index:3!important;
  margin:0 0 48px!important;
  color:#e9c46f!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:18px!important;
  line-height:1.1!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}
html body .footer p{
  position:relative!important;
  z-index:3!important;
  max-width:690px!important;
  color:#c5cdca!important;
  font-size:16px!important;
  line-height:1.76!important;
  text-shadow:0 1px 3px rgba(0,0,0,.72)!important;
}
html body .footer-grid > div:nth-child(1) p{max-width:640px!important}

html body .footer a{
  position:relative!important;
  z-index:4!important;
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin:12px 0!important;
  padding:0!important;
  color:#cbd2cf!important;
  font-size:16px!important;
  line-height:1.25!important;
  text-shadow:0 1px 3px rgba(0,0,0,.82)!important;
  transition:color .16s ease,transform .16s ease,text-shadow .16s ease!important;
}
html body .footer a:hover{
  color:#f2ce7a!important;
  transform:translateX(3px)!important;
  text-shadow:0 0 13px rgba(231,183,77,.24)!important;
}

/* Social-network planets: brighter exactly like the approved concept. */
html body .footer .socials{
  position:relative!important;
  z-index:5!important;
  display:flex!important;
  gap:15px!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  margin-top:2px!important;
}
html body .footer .socials a{
  position:relative!important;
  width:50px!important;
  height:50px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(244,198,96,.68)!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at 36% 28%,rgba(255,234,174,.16),transparent 30%),
    radial-gradient(circle,rgba(226,168,54,.12),rgba(3,11,14,.88) 72%)!important;
  color:#edc76e!important;
  font-size:18px!important;
  box-shadow:
    0 0 0 5px rgba(211,157,55,.035),
    0 0 20px rgba(236,185,72,.18),
    inset 0 0 18px rgba(224,170,63,.08)!important;
  transform:none!important;
}
html body .footer .socials a::before{
  filter:drop-shadow(0 0 5px rgba(244,203,103,.42))!important;
}
html body .footer .socials a:hover{
  color:#ffe6a4!important;
  border-color:rgba(255,221,130,.92)!important;
  transform:translateY(-2px)!important;
  box-shadow:
    0 0 0 5px rgba(211,157,55,.06),
    0 0 28px rgba(242,191,76,.26),
    inset 0 0 20px rgba(224,170,63,.12)!important;
}

html body .legal-note{
  position:relative!important;
  z-index:2!important;
  max-width:1840px!important;
  margin:26px auto 0!important;
  padding:20px 28px 3px!important;
  border-top:1px solid rgba(213,163,67,.25)!important;
  color:#85918d!important;
  background:transparent!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.7!important;
}

@media (max-width:1180px){
  html body .footer-grid{grid-template-columns:1.45fr 1fr!important}
  html body .footer-grid > div{min-height:290px!important}
}
@media (max-width:720px){
  html body .footer{padding:34px 16px 20px!important}
  html body .footer-grid{grid-template-columns:1fr!important;gap:14px!important}
  html body .footer-grid > div{
    min-height:270px!important;
    border-radius:20px!important;
    padding:29px 23px 25px!important;
  }
  html body .footer-grid > div::after{
    left:22px!important;right:22px!important;top:74px!important;
  }
  html body .footer h3{font-size:26px!important;margin-bottom:42px!important}
  html body .footer h4{font-size:17px!important;margin-bottom:44px!important}
  html body .footer-grid > div::before{
    right:21px!important;top:20px!important;width:42px!important;height:42px!important;
  }
}
