/* Premium shell for homepage, intentionally leaves .sp-pop-section untouched */

body.sp-home{
  background:
    radial-gradient(1200px 520px at 8% -14%, rgba(32,213,255,.14), transparent 62%),
    radial-gradient(1100px 480px at 92% -18%, rgba(248,184,74,.14), transparent 62%),
    #060c16;
}

body.sp-home .sp-header{
  backdrop-filter:blur(10px);
  background:rgba(7,13,24,.78);
  border-bottom:1px solid rgba(148,163,184,.22);
  box-shadow:0 10px 26px rgba(0,0,0,.24);
}

body.sp-home .sp-hero{
  border:1px solid rgba(148,163,184,.24);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(14,22,38,.94), rgba(10,17,30,.94));
  box-shadow:0 24px 70px rgba(0,0,0,.34);
}

body.sp-home .sp-hero-layout{
  gap:14px !important;
}

body.sp-home .sp-hs-wrap{
  border:1px solid rgba(148,163,184,.2) !important;
  border-radius:16px !important;
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}

body.sp-home .sp-hs-content{
  text-shadow:0 8px 34px rgba(0,0,0,.45);
}

body.sp-home .sp-hs-btn{
  border:1px solid rgba(255,255,255,.16);
  font-weight:800;
}

body.sp-home .sp-hs-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.07);
}

body.sp-home .sp-hero-sidebox{
  border:1px solid rgba(148,163,184,.22) !important;
  border-radius:14px !important;
  background:#0d1729 !important;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.sp-home .sp-hero-sidebox:hover{
  transform:translateY(-2px);
  border-color:rgba(32,213,255,.5) !important;
  box-shadow:0 14px 24px rgba(0,0,0,.3);
}

body.sp-home .sp-hero-search{
  border-bottom:1px solid rgba(148,163,184,.18);
}

body.sp-home .sp-hero-search-bar{
  background:#0a1425;
  border-color:rgba(148,163,184,.28);
}

body.sp-home .sp-cat-strip{
  border:1px solid rgba(148,163,184,.22);
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.22);
}

body.sp-home .sp-ticker-item{
  border:1px solid rgba(148,163,184,.2);
  border-radius:12px;
  background:#0e1930;
  transition:border-color .2s ease, transform .2s ease;
}

body.sp-home .sp-ticker-item:hover{
  border-color:rgba(32,213,255,.5);
  transform:translateY(-1px);
}

body.sp-home .sp-section:not(.sp-pop-section),
body.sp-home .sp-cta,
body.sp-home .sp-payment-methods,
body.sp-home .sp-trust-ticker-wrap{
  border:1px solid rgba(148,163,184,.2);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(15,23,40,.9), rgba(10,18,31,.9));
  box-shadow:0 14px 28px rgba(0,0,0,.24);
}

body.sp-home .sp-home-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

body.sp-home .sp-home-card{
  text-decoration:none;
  border:1px solid rgba(148,163,184,.22);
  border-radius:14px;
  background:#0e1a2f;
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:8px;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.sp-home .sp-home-card:hover{
  transform:translateY(-2px);
  border-color:rgba(32,213,255,.5);
  box-shadow:0 12px 24px rgba(0,0,0,.28);
}

body.sp-home .sp-home-card-ico{
  font-size:20px;
  line-height:1;
}

body.sp-home .sp-home-card h3{
  margin:0;
  color:#e9f1ff;
  font-size:16px;
  text-transform:none;
}

body.sp-home .sp-home-card p{
  margin:0;
  color:#9db1cf;
  font-size:13px;
  line-height:1.45;
}

body.sp-home .sp-section:not(.sp-pop-section),
body.sp-home .sp-cta{
  padding:16px;
}

body.sp-home .sp-features-grid{
  gap:12px;
}

body.sp-home .sp-feature-card{
  border:1px solid rgba(148,163,184,.22);
  border-radius:14px;
  background:#0f1b30;
  transition:transform .2s ease, border-color .2s ease;
}

body.sp-home .sp-feature-card:hover{
  transform:translateY(-2px);
  border-color:rgba(32,213,255,.5);
}

body.sp-home .sp-blog-card{
  border:1px solid rgba(148,163,184,.22);
  border-radius:14px;
  overflow:hidden;
  background:#0e192d;
  transition:transform .2s ease, border-color .2s ease;
}

body.sp-home .sp-blog-card:hover{
  transform:translateY(-2px);
  border-color:rgba(248,184,74,.45);
}

body.sp-home .sp-blog-card-body h3{
  color:#e9f1ff;
  text-transform:none;
}

body.sp-home .sp-blog-date{
  color:#9eb2cd;
}

body.sp-home .sp-payment-inner{
  border:1px solid rgba(148,163,184,.2);
  border-radius:14px;
  background:#0e192e;
}

body.sp-home .sp-pay-logo{
  border-radius:10px;
  border:1px solid rgba(148,163,184,.2);
  background:#111e34;
}

body.sp-home .sp-trust-ticker{
  border-top:1px dashed rgba(148,163,184,.24);
  border-bottom:1px dashed rgba(148,163,184,.24);
}

body.sp-home .sp-tt-item{
  border:1px solid rgba(148,163,184,.2);
  border-radius:999px;
  background:#0d182b;
  padding:7px 12px;
}

body.sp-home .sp-cta .btn-outline{
  border:1px solid rgba(148,163,184,.34) !important;
  color:#d8e7fb !important;
}

body.sp-home .sp-cta .btn-outline:hover{
  border-color:rgba(32,213,255,.52) !important;
  color:#fff !important;
}

@media (max-width:1024px){
  body.sp-home .sp-section:not(.sp-pop-section),
  body.sp-home .sp-cta{
    padding:12px;
  }
  body.sp-home .sp-home-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  body.sp-home .sp-home-card-grid{
    grid-template-columns:1fr;
  }
}
