/* ===============================
   SPORTZ NETWORK INDIA — FOOTER
   Dark Apple-style glass
   =============================== */

:root{
  --sn-foot-bg: rgba(15,23,42,0.90);
  --sn-foot-border: rgba(148,163,184,0.40);
  --sn-foot-soft: #020617;
  --sn-foot-text: #e5e7eb;
  --sn-foot-muted: #9ca3af;
  --sn-foot-accent: #4f46e5;
}

/* Shell */
.sn-footer{
  position:relative;
  padding:46px 0 30px;
  color:var(--sn-foot-text);
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:radial-gradient(circle at top,#020617 0%,#020617 50%,#000 100%);
}

/* Common width */
.sn-footer-inner{
  width:min(1320px,92%);
  margin:0 auto;
}

/* ===============================
   TOP GLASS PANEL
   =============================== */
.sn-footer-top{
  background:var(--sn-foot-bg);
  border-radius:28px;
  border:1px solid var(--sn-foot-border);
  box-shadow:0 26px 60px rgba(15,23,42,0.95);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);

  padding:26px 32px 24px;
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1.2fr;
  gap:32px;
}

/* Brand column */
.sn-foot-brand p{
  margin:12px 0 18px;
  font-size:13px;
  line-height:1.7;
  color:var(--sn-foot-muted);
  max-width:360px;
}
.sn-foot-logo img{
  height:46px;
  display:block;
  filter:drop-shadow(0 10px 26px rgba(0,0,0,0.7));
}

/* Social icons */
.sn-foot-social{
  display:flex;
  gap:10px;
}
.sn-foot-social a{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(148,163,184,0.55);
  background:rgba(15,23,42,0.95);
  color:#f9fafb;
  text-decoration:none;
  font-size:14px;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, color .28s ease;
}
.sn-foot-social a:hover{
  transform:translateY(-3px);
  border-color:#6366f1;
  background:radial-gradient(circle at top,#4f46e5,#020617);
  box-shadow:0 12px 26px rgba(79,70,229,0.6);
}

/* Generic columns */
.sn-foot-col h4{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.16em;
  color:#e5e7eb;
  margin:2px 0 16px;
}
.sn-foot-col ul{
  list-style:none;
  margin:0;
  padding:0;
}
.sn-foot-col ul li{
  margin-bottom:8px;
}
.sn-foot-col a{
  font-size:13px;
  color:var(--sn-foot-muted);
  text-decoration:none;
  transition:color .25s ease, opacity .25s ease, transform .25s ease;
}
.sn-foot-col a:hover{
  color:#f9fafb;
  opacity:1;
  transform:translateX(4px);
}

/* Contact column */
.sn-foot-contact-list{
  margin-bottom:6px;
}
.sn-foot-contact-list li{
  margin-bottom:8px;
  font-size:13px;
  color:var(--sn-foot-muted);
}
.sn-foot-contact-list li span{
  display:inline-block;
  min-width:60px;
  font-weight:500;
  color:#e5e7eb;
  margin-right:4px;
}

/* ===============================
   SISTER BRANDS + NEWSLETTER
   =============================== */
.sn-footer-sister-inner{
  margin-top:22px;
  background:var(--sn-foot-bg);
  border-radius:24px;
  border:1px solid var(--sn-foot-border);
  box-shadow:0 22px 52px rgba(15,23,42,0.9);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);

  padding:22px 32px 20px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
}

/* left side */
.sn-sister-left{
  width:50%;
}
.sn-sister-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:var(--sn-foot-muted);
}
.sn-sister-flex{
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:12px;
}
.sn-sister-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  color:var(--sn-foot-muted);
}
.sn-sister-logo{
  width:40px;
  height:40px;
  border-radius:14px;
  background:rgba(15,23,42,0.9);
  border:1px solid rgba(148,163,184,0.7);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.sn-sister-logo img{
  max-width:95%;
  max-height:95%;
  object-fit:contain;
}

/* right side newsletter */
.sn-footer-news{
  width:50%;
  text-align:right;
}
.sn-footer-news h4{
  margin:0 0 10px;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.15em;
  color:#e5e7eb;
}
.sn-foot-newsletter{
  margin-top:2px;
}
.sn-foot-news-row{
  display:flex;
  justify-content:flex-end;
  gap:8px;
}
.sn-foot-news-row input{
  flex:1;
  max-width:320px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,0.7);
  background:rgba(15,23,42,0.96);
  color:#f9fafb;
  font-size:13px;
  outline:none;
}
.sn-foot-news-row input::placeholder{
  color:#6b7280;
}
.sn-foot-news-row button{
  width:44px;
  border-radius:999px;
  border:1px solid #6366f1;
  background:linear-gradient(135deg,#4f46e5,#06b6d4);
  color:#f9fafb;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:transform .25s ease, box-shadow .25s ease;
}
.sn-foot-news-row button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(59,130,246,0.7);
}
.sn-foot-note{
  margin:6px 0 0;
  font-size:11px;
  color:var(--sn-foot-muted);
  text-align:right;
}

/* ===============================
   BOTTOM BAR
   =============================== */
.sn-foot-bottom-inner{
  margin-top:22px;
  background:var(--sn-foot-bg);
  border-radius:20px;
  border:1px solid var(--sn-foot-border);
  box-shadow:0 20px 50px rgba(15,23,42,0.95);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);

  padding:12px 26px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:12px;
  color:var(--sn-foot-muted);
}

.sn-bottom-center{
  display:flex;
  align-items:center;
  gap:8px;
}
.sn-bottom-center a{
  color:var(--sn-foot-muted);
  text-decoration:none;
}
.sn-bottom-center a:hover{
  color:#e5e7eb;
}

.sn-bottom-right a{
  margin-left:4px;
  color:#a5b4fc;
  text-decoration:none;
}
.sn-bottom-right a:hover{
  color:#c4b5fd;
}

/* ===============================
   FLOATING SCROLL-TO-TOP BUTTON
   =============================== */
.sn-scroll-top{
  position:fixed;
  right:22px;
  bottom:22px;
  width:40px;
  height:40px;
  padding:0;
  border:none;
  border-radius:999px;
  background:transparent;
  cursor:pointer;
  z-index:1200;
}
.sn-scroll-core{
  width:100%;
  height:100%;
  border-radius:inherit;
  background:radial-gradient(circle at top,rgba(248,250,252,0.16),rgba(15,23,42,0.98));
  border:1px solid rgba(148,163,184,0.8);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  display:grid;
  place-items:center;
  color:#e5e7eb;
  box-shadow:0 16px 40px rgba(15,23,42,0.95);
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.sn-scroll-core i{
  font-size:18px;
}
.sn-scroll-top:hover .sn-scroll-core{
  transform:translateY(-3px);
  border-color:#6366f1;
  box-shadow:0 22px 50px rgba(79,70,229,0.8);
}


/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width:992px){
  .sn-footer-top{
    grid-template-columns:1.2fr 1fr;
    row-gap:26px;
  }
}
@media (max-width:768px){
  .sn-footer-top{
    grid-template-columns:1fr;
  }
  .sn-foot-brand p{max-width:none;}

  .sn-footer-sister-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .sn-sister-left,
  .sn-footer-news{
    width:100%;
    text-align:left;
  }
  .sn-foot-news-row{
    justify-content:flex-start;
  }
  .sn-foot-note{
    text-align:left;
  }

  .sn-foot-bottom-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:520px){
  .sn-scroll-top{
    right:16px;
    bottom:16px;
    width:52px;
    height:52px;
  }
  .sn-whatsapp-bubble{
    left:16px;
    bottom:16px;
  }
}
