:root {
  --navy: #0b1f3a;
  --navy-deep: #071526;
  --green: #1fa855;
  --lime: #7ed321;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --font: 'Manrope', system-ui, sans-serif;
  --display: 'Sora', 'Manrope', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: var(--font);
  color: var(--white);
  background: var(--navy-deep);
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: linear-gradient(125deg, #071526 0%, #0b1f3a 42%, #0f5c2e 100%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  animation: float 10s ease-in-out infinite;
}

.orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(46, 204, 113, 0.28);
  top: -120px;
  right: -80px;
}

.orb-2 {
  width: 280px;
  height: 280px;
  background: rgba(11, 31, 58, 0.55);
  bottom: 40px;
  left: -70px;
  animation-delay: -3s;
}

.orb-3 {
  width: 180px;
  height: 180px;
  background: rgba(212, 168, 75, 0.14);
  top: 42%;
  left: 40%;
  animation-delay: -6s;
}

.grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse at center, black 25%, transparent 78%);
}

.ring {
  position: absolute;
  border: 2px solid rgba(126, 211, 33, 0.18);
  border-radius: 50%;
  animation: spin 40s linear infinite;
}

.ring-1 {
  width: 280px;
  height: 280px;
  top: 18%;
  right: 12%;
}

.ring-2 {
  width: 140px;
  height: 140px;
  bottom: 18%;
  right: 28%;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 28s;
}

.topbar,
.shell,
.foot {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  height: 64px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
}

.top-link {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.top-link:hover {
  color: var(--lime);
}

.shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: calc(100vh - 170px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0 2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 211, 33, 0.3);
  background: rgba(46, 204, 113, 0.12);
  color: #9af0b8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(126, 211, 33, 0.6);
  animation: pulse 1.8s ease-out infinite;
}

h1 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  line-height: 1.08;
  font-weight: 800;
  max-width: 12ch;
  margin-bottom: 0.9rem;
}

h1 span {
  display: block;
  background: linear-gradient(90deg, #7dffa8, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 48ch;
  margin-bottom: 1.5rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 440px;
  margin-bottom: 1.35rem;
}

.unit {
  text-align: center;
  padding: 0.85rem 0.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.unit strong {
  display: block;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 0.15rem;
}

.unit span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.notify {
  display: flex;
  gap: 0.55rem;
  max-width: 480px;
  margin-bottom: 0.55rem;
}

.notify input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 999px;
  padding: 0.95rem 1.15rem;
  font: inherit;
  font-weight: 600;
  outline: none;
}

.notify input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.notify input:focus {
  border-color: rgba(126, 211, 33, 0.55);
  box-shadow: 0 0 0 3px rgba(126, 211, 33, 0.15);
}

.notify button {
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font: inherit;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #1fa855, #39b54a);
  box-shadow: 0 12px 28px rgba(57, 181, 74, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.notify button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(57, 181, 74, 0.42);
}

.form-note {
  color: #9af0b8;
  font-size: 0.9rem;
  font-weight: 650;
  margin-bottom: 1rem;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.25rem 0 1.4rem;
}

.stats div {
  min-width: 110px;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stats strong {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  margin-bottom: 0.15rem;
}

.stats span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 650;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #1fa855, #39b54a);
  box-shadow: 0 12px 28px rgba(57, 181, 74, 0.35);
}

.btn.ghost {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}

.btn.ghost:hover {
  border-color: #7ed321;
  background: rgba(126, 211, 33, 0.08);
}

.visual {
  display: flex;
  justify-content: center;
}

.card {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: 1 / 0.92;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.chart {
  width: 88%;
  height: auto;
}

.rise {
  transform-origin: bottom;
  animation: grow 1.1s ease-out both;
}

.r1 { animation-delay: 0.1s; }
.r2 { animation-delay: 0.2s; }
.r3 { animation-delay: 0.3s; }
.r4 { animation-delay: 0.4s; }
.r5 { animation-delay: 0.5s; }

.path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 1.6s ease-out 0.4s forwards;
}

.dot {
  animation: blink 2.4s ease-in-out infinite;
}

.float {
  position: absolute;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.72);
  border: 1px solid rgba(126, 211, 33, 0.35);
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  animation: float 4.5s ease-in-out infinite;
}

.f1 { top: 14%; left: 8%; }
.f2 { bottom: 16%; right: 8%; animation-delay: -1.2s; }
.f3 { top: 48%; right: 4%; animation-delay: -2.2s; }

.foot {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.84rem;
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes float {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(16px); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(126, 211, 33, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(126, 211, 33, 0); }
  100% { box-shadow: 0 0 0 0 rgba(126, 211, 33, 0); }
}

@keyframes grow {
  from { transform: scaleY(0); opacity: 0.2; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes draw {
  to { stroke-dashoffset: 0; }
}

@keyframes blink {
  0%,
  100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

@media (max-width: 920px) {
  .shell {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1rem;
  }

  h1 {
    max-width: none;
  }

  .visual {
    order: -1;
  }

  .card {
    width: min(100%, 360px);
  }

  .logo {
    height: 52px;
  }
}

@media (max-width: 560px) {
  .notify {
    flex-direction: column;
  }

  .countdown {
    max-width: none;
  }

  .unit strong {
    font-size: 1.25rem;
  }

  .float {
    display: none;
  }

  .foot {
    flex-direction: column;
  }
}
