/* VEXON Premium Home */
#home{
  background:
    radial-gradient(circle at 15% 10%, rgba(39,230,211,.18), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(26,140,255,.18), transparent 30%),
    linear-gradient(180deg,#07111f 0%,#081522 52%,#050b14 100%);
}

#home .hero{
  min-height:680px;
  position:relative;
}

#home .hero h1{
  font-size:62px;
  letter-spacing:-1.8px;
  background:linear-gradient(135deg,#fff,#a7fff6 45%,#6bb7ff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

#home .hero p{
  max-width:680px;
  color:#b9c6d6;
}

#home .btn{
  box-shadow:0 16px 40px rgba(39,230,211,.22);
}

#home .card{
  backdrop-filter:blur(18px);
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}

#home .card h3{
  color:#fff;
  font-size:24px;
}

#home .feature{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 70px rgba(0,0,0,.28);
  transition:.25s;
}

#home .feature:hover{
  transform:translateY(-6px);
  border-color:rgba(39,230,211,.45);
}

#home .feature h3{
  font-size:22px;
}

#home .section h2{
  background:linear-gradient(135deg,#fff,#27e6d3);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.premium-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:34px;
  max-width:880px;
}

.premium-stat{
  padding:22px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
}

.premium-stat span{
  display:block;
  color:#8fa4ba;
  font-size:13px;
  margin-bottom:10px;
}

.premium-stat strong{
  color:#27e6d3;
  font-size:24px;
}

.premium-module{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:26px;
}

.premium-module-card{
  padding:28px;
  border-radius:22px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  line-height:1.8;
  color:#b9c6d6;
}

.premium-module-card h3{
  color:#fff;
  margin-bottom:10px;
}

@media(max-width:900px){
  #home .hero h1{font-size:42px}
  .premium-stats{grid-template-columns:1fr 1fr}
  .premium-module{grid-template-columns:1fr}
}
