* {
  box-sizing: border-box;
}

:root {
  --bg: #020515;
  --card: rgba(8, 14, 38, 0.55);
  --border: rgba(108, 133, 214, 0.22);
  --text: #f7f8ff;
  --muted: #c3c7d8;
  --purple: #a875ff;
  --blue: #61b5ff;
}

html, body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}

body {
  overflow-x: hidden;
}

.page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(38, 51, 111, 0.15), transparent 35%),
    linear-gradient(180deg, #020413 0%, #030719 100%);
}

.content {
  position: relative;
  z-index: 5;
  width: min(900px, calc(100% - 40px));
  text-align: center;
  padding: 90px 0 190px;
}

.logo-mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 58px;
  position: relative;
}

.logo-mark span {
  position: absolute;
  display: block;
  width: 15px;
  height: 40px;
  border-radius: 8px;
  transform: skew(-28deg);
  background: linear-gradient(180deg, #ad65ff, #55b8ff);
  box-shadow: 0 0 22px rgba(107, 122, 255, .35);
}

.logo-mark span:first-child {
  left: 12px;
  top: 0;
}

.logo-mark span:last-child {
  right: 11px;
  bottom: 0;
}

.eyebrow {
  margin: 0 0 20px;
  color: #a68cff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
}

h1 {
  margin: 0;
  font-size: clamp(64px, 10vw, 116px);
  line-height: .98;
  letter-spacing: -6px;
  font-weight: 800;
}

h1 span {
  background: linear-gradient(100deg, #fff 20%, #d9e9ff 60%, #b98bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtitle {
  margin: 28px auto 58px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
}

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

.time-card {
  padding: 26px 10px 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(11, 19, 48, .66), rgba(5, 10, 29, .42));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter: blur(12px);
}

.time-card strong {
  display: block;
  font-size: 51px;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(90deg, #62aaff, #a77aff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.time-card small {
  display: block;
  margin-top: 14px;
  color: #e3e5ef;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
}

.notify {
  max-width: 680px;
  margin: auto;
}

.notify > p {
  margin: 0 0 22px;
  color: #dfe2ee;
  font-size: 20px;
}

form {
  display: flex;
  padding: 0;
  border: 1px solid rgba(112, 133, 213, .3);
  border-radius: 15px;
  overflow: hidden;
  background: rgba(4, 9, 27, .65);
  box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
}

input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  padding: 22px 25px;
  font: inherit;
  font-size: 18px;
}

input::placeholder {
  color: #858ca3;
}

button {
  border: 0;
  margin: 5px;
  padding: 0 30px;
  border-radius: 11px;
  cursor: pointer;
  color: white;
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(110deg, #648fff, #9250e8);
  box-shadow: 0 8px 25px rgba(112, 82, 239, .28);
  transition: transform .2s, filter .2s;
}

button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

button span {
  margin-left: 10px;
  font-size: 22px;
}

.privacy {
  margin-top: 24px;
  color: #9ca3ba;
  font-size: 14px;
}

.lock {
  display: inline-block;
  margin-right: 9px;
  font-size: 9px;
  color: #8993b1;
}

.success {
  margin-top: 18px;
  color: #9ed7ff;
  font-size: 14px;
}

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

.socials a {
  color: #858da8;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  transition: color .2s, transform .2s;
}

.socials a:hover {
  color: #b59aff;
  transform: translateY(-2px);
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.glow-one {
  width: 500px;
  height: 300px;
  left: -220px;
  bottom: 50px;
  background: rgba(72, 55, 205, .13);
}

.glow-two {
  width: 500px;
  height: 280px;
  right: -240px;
  bottom: 20px;
  background: rgba(39, 93, 220, .11);
}

.wave {
  position: absolute;
  z-index: 1;
  bottom: -145px;
  width: 70vw;
  height: 280px;
  border-radius: 50%;
  border-top: 1px solid rgba(94, 90, 255, .35);
  transform: rotate(9deg);
  box-shadow:
    0 -10px 30px rgba(87, 55, 255, .13),
    0 -20px 55px rgba(54, 105, 255, .08);
  background:
    radial-gradient(ellipse at center, rgba(82, 48, 210, .13), transparent 60%);
}

.wave-left {
  left: -16vw;
}

.wave-right {
  right: -18vw;
  transform: rotate(-7deg);
  border-top-color: rgba(55, 120, 255, .28);
}

@media (max-width: 700px) {
  .content {
    padding-top: 55px;
    width: min(100% - 28px, 560px);
  }

  .logo-mark {
    margin-bottom: 40px;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }

  h1 {
    font-size: clamp(52px, 17vw, 82px);
    letter-spacing: -4px;
  }

  .subtitle {
    font-size: 16px;
    margin: 22px auto 40px;
  }

  .desktop {
    display: none;
  }

  .countdown {
    gap: 8px;
    margin-bottom: 45px;
  }

  .time-card {
    padding: 18px 5px;
    border-radius: 12px;
  }

  .time-card strong {
    font-size: 31px;
  }

  .time-card small {
    font-size: 9px;
    letter-spacing: 1px;
  }

  form {
    flex-direction: column;
    padding: 6px;
  }

  input {
    padding: 17px;
    font-size: 16px;
  }

  button {
    min-height: 52px;
    padding: 0 20px;
  }

  .socials {
    margin-top: 50px;
  }
}
