:root {
  color-scheme: dark;
  --bg: #050712;
  --fg: #eef2ff;
  --muted: #bfcbff;
  --accent: #8a7dff;
  --accent2: #26d9ff;
  --card: rgba(10, 20, 54, 0.56);
  --stroke: rgba(183, 212, 255, 0.24);
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background:
    radial-gradient(1200px 700px at 10% -10%, #3422a8 0%, transparent 55%),
    radial-gradient(1000px 650px at 90% 110%, #136a9a 0%, transparent 55%),
    var(--bg);
  color: var(--fg);
  font-size: 18px;
}
body { min-height: 100dvh; overflow-x: hidden; }

.aurora { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.blob {
  position: absolute;
  filter: blur(56px);
  opacity: .48;
  border-radius: 999px;
  animation: drift 12s ease-in-out infinite;
}
.b1 { width: 340px; height: 340px; left: 6%; top: 8%; background: #7b5cff; }
.b2 { width: 300px; height: 300px; right: 10%; top: 22%; background: #00d9ff; animation-delay: -4s; }
.b3 { width: 380px; height: 380px; left: 32%; bottom: -10%; background: #7af9b7; animation-delay: -8s; }

.hero {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 2rem;
}
.glass {
  width: min(960px, 96vw);
  display: grid;
  gap: 1.15rem;
  border: 1px solid var(--stroke);
  background: linear-gradient(160deg, rgba(20,30,74,.66), rgba(7,16,40,.68));
  backdrop-filter: blur(12px);
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.12);
  padding: clamp(1.25rem, 2.4vw, 2.2rem);
}
.badge {
  margin: 0 auto;
  width: fit-content;
  font-size: .78rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  border: 1px solid rgba(188, 216, 255, .34);
  color: #d6e4ff;
  background: rgba(7, 22, 62, .62);
  padding: .45rem .8rem;
  border-radius: 999px;
}
.logo-frame {
  width: min(82vw, 560px);
  margin: 0 auto;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(183, 212, 255, 0.34);
  background:
    radial-gradient(120% 120% at 50% 50%, rgba(74, 128, 255, 0.26) 0%, rgba(74, 128, 255, 0.12) 34%, rgba(74, 128, 255, 0.00) 72%),
    linear-gradient(180deg, rgba(18, 34, 82, 0.72), rgba(10, 20, 54, 0.54));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 18px 40px rgba(24,56,122,.32);
}
.logo {
  width: 100%;
  height: auto;
  justify-self: center;
  display: block;
  border-radius: 16px;
}
.enter {
  display: block;
  text-decoration: none;
  color: #fcfdff;
  border: 1px solid rgba(192,212,255,.6);
  background: linear-gradient(92deg, #7563ff 0%, #2ad4ff 100%);
  padding: 1rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: .02em;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: .25rem auto .1rem;
  box-shadow: 0 18px 34px rgba(31,110,255,.35);
}
.hero-title{
  margin:.1rem auto 0;
  text-align:center;
  font-size:clamp(1.25rem, 2.7vw, 2.05rem);
  line-height:1.2;
  max-width:min(94vw,760px);
}
.social-cta {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  text-align: center;
  max-width: min(94vw, 720px);
  line-height: 1.52;
}
.cta-block{
  margin:.2rem auto 0;
  max-width:min(94vw,720px);
  border:1px solid rgba(188,216,255,.28);
  border-radius:14px;
  background:linear-gradient(120deg, rgba(122,94,255,.18), rgba(42,212,255,.12));
  padding:.8rem .9rem;
  text-align:center;
}
.cta-head{margin:0 0 .4rem;font-weight:800;letter-spacing:.01em}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}
.steps span{display:block;background:rgba(7,20,58,.55);border:1px solid rgba(180,210,255,.26);border-radius:10px;padding:.42rem .3rem;font-size:.9rem}
.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 700px;
  margin: .1rem auto 0;
  padding-inline: .2rem;
}
.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 25, 62, .72);
  border: 1px solid rgba(177, 211, 255, .35);
  color: var(--fg);
  border-radius: 999px;
  width: 74px;
  height: 74px;
  text-decoration: none;
  line-height: 1;
  flex: 0 0 74px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.social img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  display: block;
}
.social:hover,
.social:focus-visible {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(209, 230, 255, .8);
  background: rgba(26, 49, 104, .78);
  outline: none;
}
.enter:hover,
.enter:focus-visible {
  transform: translateY(-2px) scale(1.01);
  filter: saturate(1.15) brightness(1.08);
  box-shadow: 0 24px 44px rgba(53,146,255,.44);
  outline: none;
}

@keyframes drift {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(18px,-14px) scale(1.08); }
}

@media (max-width: 900px) {
  html, body { font-size: 19px; }
  .hero { padding: 1rem; }
  .glass { border-radius: 20px; gap: .95rem; }
  .logo-frame { width: min(90vw, 540px); padding: 10px; border-radius: 16px; }
  .logo { width: 100%; }
  .hero-title{font-size:clamp(1.12rem, 6vw, 1.55rem)}
  .social-cta { font-size: .94rem; max-width: 92vw; }
  .cta-block{max-width:94vw;padding:.7rem}
  .steps{grid-template-columns:1fr;gap:.28rem}
  .enter { max-width: 94vw; padding: .98rem 1.1rem; font-size: 1.08rem; }
  .socials { gap: .42rem; flex-wrap: nowrap; }
  .social { width: 48px; height: 48px; flex-basis: 48px; }
  .social img { width: 22px !important; height: 22px !important; max-width: 22px !important; max-height: 22px !important; }
}
