@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;700;800;900&display=swap');

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#020914;color:#fff}
body{overflow-x:hidden}

.launch-page{
  min-height:100vh;
  position:relative;
  isolation:isolate;
}

.launch-hero{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:34px 18px;
  position:relative;
  background:
    radial-gradient(circle at 50% 42%,rgba(0,118,255,.42),transparent 24%),
    radial-gradient(circle at 82% 18%,rgba(0,118,255,.26),transparent 22%),
    linear-gradient(180deg,rgba(0,8,28,.70),rgba(0,4,18,.96)),
    url('../img/hero-stadium.webp') center/cover no-repeat;
}

.launch-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,5,20,.92),rgba(0,22,68,.54),rgba(0,5,20,.92)),
    repeating-linear-gradient(115deg,rgba(255,255,255,.045) 0 1px,transparent 1px 10px);
  pointer-events:none;
}

.launch-card{
  position:relative;
  z-index:3;
  width:min(1040px,100%);
  min-height:720px;
  padding:34px 28px 30px;
  border-radius:28px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 8%,rgba(43,158,255,.22),transparent 30%),
    linear-gradient(180deg,rgba(3,22,64,.82),rgba(0,10,34,.80));
  border:1px solid rgba(98,186,255,.28);
  box-shadow:0 34px 90px rgba(0,0,0,.56), inset 0 0 50px rgba(42,150,255,.08);
  overflow:hidden;
}

.launch-card::before{
  content:"";
  position:absolute;
  inset:80px 0 auto;
  height:430px;
  background:url('../img/logo-victoria.png') center/contain no-repeat;
  opacity:.055;
  pointer-events:none;
  filter:drop-shadow(0 0 30px #0084ff);
}

.top-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 20px;
  border-radius:999px;
  background:rgba(0,0,0,.34);
  border:1px solid rgba(255,255,255,.14);
  color:#dcecff;
  font-weight:900;
  font-size:13px;
  letter-spacing:.7px;
}

.club-logo{
  width:150px;
  height:150px;
  object-fit:contain;
  display:block;
  margin:26px auto 14px;
  filter:drop-shadow(0 0 24px rgba(52,164,255,.70));
  animation:floatLogo 4.8s ease-in-out infinite;
}

.eyebrow{
  margin:0;
  color:#7fc4ff;
  letter-spacing:2.5px;
  font-size:13px;
  font-weight:900;
}

h1{
  margin:8px 0 0;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(54px,8vw,106px);
  line-height:.9;
  letter-spacing:2px;
  text-shadow:0 12px 36px rgba(0,0,0,.58),0 0 28px rgba(0,126,255,.38);
}

h2{
  margin:8px 0 0;
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(28px,4.5vw,52px);
  line-height:1;
  color:#1590ff;
  letter-spacing:1.6px;
  text-shadow:0 0 24px rgba(0,126,255,.32);
}

.intro{
  max-width:720px;
  margin:18px auto 0;
  color:#c6dcff;
  font-size:16px;
  line-height:1.65;
  font-weight:700;
}

.launch-date{
  margin:26px auto 0;
  display:inline-grid;
  gap:4px;
  padding:13px 24px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:inset 0 0 22px rgba(0,132,255,.10);
}

.launch-date span{
  color:#a9cfff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.launch-date strong{
  font-family:'Bebas Neue',sans-serif;
  font-size:28px;
  letter-spacing:1.4px;
  color:#fff;
}

.countdown{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  max-width:760px;
  margin:28px auto 0;
}

.countdown div{
  min-height:112px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:5px;
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(13,126,255,.90),rgba(0,57,160,.82));
  border:1px solid rgba(125,204,255,.35);
  box-shadow:0 18px 36px rgba(0,75,190,.28), inset 0 0 20px rgba(255,255,255,.10);
}

.countdown strong{
  font-family:'Bebas Neue',sans-serif;
  font-size:54px;
  line-height:.9;
}

.countdown span{
  font-size:12px;
  font-weight:900;
  color:#dcecff;
}

.live-now{
  grid-column:1 / -1;
}

.live-now strong{
  font-size:44px;
}

.actions{
  margin-top:28px;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.actions a{
  height:48px;
  min-width:170px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:12px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.4px;
  transition:.22s ease;
}

.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#0876ff,#0aa6ff);
  box-shadow:0 18px 34px rgba(0,120,255,.35);
}

.btn-secondary{
  color:#dcecff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
}

.actions a:hover{
  transform:translateY(-3px);
  filter:brightness(1.1);
}

.socials{
  margin-top:25px;
  display:flex;
  justify-content:center;
  gap:12px;
}

.socials a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-decoration:none;
  color:#fff;
  font-weight:900;
  background:rgba(8,50,130,.72);
  border:1px solid rgba(255,255,255,.14);
  transition:.22s ease;
}

.socials a:hover{
  transform:translateY(-3px);
  background:#087dff;
}

.disclaimer{
  margin:24px auto 0;
  color:#8eb7ef;
  font-size:12px;
  font-weight:700;
}

.blue-particles span{
  position:absolute;
  z-index:2;
  width:6px;height:6px;
  border-radius:50%;
  background:#148fff;
  box-shadow:0 0 16px #148fff;
  opacity:.8;
  animation:rise 8s linear infinite;
}

.blue-particles span:nth-child(1){left:8%;bottom:10%;animation-delay:0s}
.blue-particles span:nth-child(2){left:18%;bottom:22%;animation-delay:1.2s}
.blue-particles span:nth-child(3){left:28%;bottom:12%;animation-delay:2.4s}
.blue-particles span:nth-child(4){left:42%;bottom:18%;animation-delay:.8s}
.blue-particles span:nth-child(5){left:56%;bottom:8%;animation-delay:3.1s}
.blue-particles span:nth-child(6){left:68%;bottom:20%;animation-delay:1.8s}
.blue-particles span:nth-child(7){left:78%;bottom:11%;animation-delay:2.9s}
.blue-particles span:nth-child(8){left:88%;bottom:24%;animation-delay:.3s}
.blue-particles span:nth-child(9){left:36%;bottom:30%;animation-delay:4s}
.blue-particles span:nth-child(10){left:62%;bottom:32%;animation-delay:5s}

@keyframes floatLogo{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

@keyframes rise{
  0%{transform:translateY(0) scale(.6);opacity:0}
  20%{opacity:.8}
  100%{transform:translateY(-90vh) scale(1.4);opacity:0}
}

@media(max-width:720px){
  .launch-hero{padding:18px 12px}
  .launch-card{padding:24px 16px;min-height:auto;border-radius:20px}
  .club-logo{width:118px;height:118px}
  .top-badge{font-size:11px;padding:0 13px}
  .countdown{grid-template-columns:repeat(2,1fr)}
  .countdown div{min-height:92px}
  .countdown strong{font-size:42px}
}

@media(max-width:430px){
  h1{font-size:48px}
  h2{font-size:28px}
  .intro{font-size:14px}
  .actions a{width:100%}
}
