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

html,
body {
  height: 100%;
}

body {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #ff4b4b 0, #250103 60%, #050104 100%);
  color: #ffe9e3;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.sky {
  min-height: 100vh;
  padding: 24px 20px 40px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.12) 0, transparent 45%),
    radial-gradient(circle at 90% 20%, rgba(255, 150, 150, 0.2) 0, transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(255, 80, 80, 0.16) 0, transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(80, 0, 0, 0.9) 0, #050104 70%);
}

.sky::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.18) 0, transparent 55%),
    radial-gradient(circle at 90% 10%, rgba(255, 160, 160, 0.28) 0, transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.8;
  pointer-events: none;
  animation: sky-breathe 18s ease-in-out infinite alternate;
}

.sky::after {
  content: "";
  position: absolute;
  inset: -20%;
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255, 255, 255, 0.9) 0, transparent 60%),
    radial-gradient(1px 1px at 40% 80%, rgba(255, 215, 215, 0.9) 0, transparent 60%),
    radial-gradient(1px 1px at 80% 30%, rgba(255, 255, 255, 0.9) 0, transparent 60%),
    radial-gradient(120px 120px at 15% 90%, rgba(255, 110, 110, 0.14) 0, transparent 70%),
    radial-gradient(90px 90px at 85% 40%, rgba(255, 210, 210, 0.16) 0, transparent 70%);
  background-size: 200px 200px, 260px 260px, 320px 320px, 520px 520px, 420px 420px;
  opacity: 0.8;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: stars-drift 38s linear infinite, stars-twinkle 3.6s ease-in-out infinite alternate;
}

.bg-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.fog {
  opacity: 0.65;
  filter: blur(18px);
  mix-blend-mode: screen;
  background:
    radial-gradient(260px 260px at 10% 30%, rgba(255, 130, 130, 0.22) 0, transparent 65%),
    radial-gradient(360px 360px at 80% 20%, rgba(255, 220, 220, 0.12) 0, transparent 70%),
    radial-gradient(420px 420px at 70% 80%, rgba(255, 90, 90, 0.16) 0, transparent 70%),
    radial-gradient(340px 340px at 20% 90%, rgba(255, 180, 180, 0.1) 0, transparent 70%);
  animation: fog-drift 20s ease-in-out infinite alternate;
}

.shooting-stars::before,
.shooting-stars::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -30%;
  width: 260px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 245, 235, 0.9), rgba(255, 255, 255, 0));
  opacity: 0;
  --shoot-rot: -18deg;
  transform: rotate(var(--shoot-rot));
  filter: blur(0.4px);
  animation: shoot 6.8s linear infinite;
}

.shooting-stars::after {
  width: 220px;
  top: 15%;
  left: -40%;
  --shoot-rot: -24deg;
  transform: rotate(var(--shoot-rot));
  animation-delay: 2.2s;
  animation-duration: 7.6s;
  opacity: 0;
}

.top-bar,
.hero,
.section,
.footer {
  position: relative;
  z-index: 2;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 32px;
}

.top-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.logo-mark {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fffbf7, #ff2f3c);
  color: #150000;
  font-size: 16px;
}

.logo-text {
  font-size: 14px;
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav a {
  position: relative;
  opacity: 0.86;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #ffb1b1);
  transition: width 160ms ease-out;
}

.nav a:hover::after {
  width: 100%;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: radial-gradient(circle at 0 0, rgba(255, 210, 210, 0.95), rgba(255, 90, 90, 0.8));
  color: #1b0000;
  font-size: 11px;
  text-transform: lowercase;
  letter-spacing: 0.08em;
  box-shadow:
    0 0 0 1px rgba(255, 140, 140, 0.9),
    0 8px 22px rgba(0, 0, 0, 0.85);
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, filter 120ms ease-out;
}

.social-pill:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow:
    0 0 0 1px rgba(255, 180, 180, 1),
    0 12px 30px rgba(0, 0, 0, 0.95);
}

.social-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.hero {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.hero-left {
  position: relative;
  z-index: 2;
}

.tagline {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #ffd4c4;
  opacity: 0.9;
}

.hero-title {
  margin-top: 16px;
  font-size: clamp(32px, 4vw + 10px, 48px);
  line-height: 1.04;
}

.hero-title-accent {
  display: block;
  color: #fff3e8;
  text-shadow: 0 0 12px rgba(255, 150, 150, 0.9);
}

.hero-subtitle {
  margin-top: 18px;
  font-size: 14px;
  max-width: 440px;
  color: #ffd4c4;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 227, 220, 0.42);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, background 120ms ease-out, border-color 120ms ease-out;
  cursor: pointer;
}

.button.primary {
  background: radial-gradient(circle at 20% 0%, #fffaf7, #ff2f3c);
  color: #230000;
  box-shadow:
    0 0 0 1px rgba(255, 80, 80, 0.7),
    0 14px 40px rgba(0, 0, 0, 0.9);
}

.button.ghost {
  background: rgba(22, 0, 0, 0.8);
  color: #ffe5e0;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 140, 140, 0.7),
    0 16px 48px rgba(0, 0, 0, 0.95);
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 26px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.9;
}

.meta-item {
  display: flex;
  gap: 6px;
  align-items: center;
}

.meta-label {
  color: #ffb1a1;
}

.meta-value {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 208, 197, 0.6);
}

.meta-value-warning {
  background: rgba(255, 179, 107, 0.18);
  border-color: rgba(255, 193, 120, 0.8);
  color: #ffe0b5;
}

.hero-right {
  position: relative;
}

.ufo-orbit {
  position: relative;
  width: 100%;
  padding-top: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.ufo {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  animation: float 5.5s ease-in-out infinite;
}

.ufo-top {
  width: 68%;
  aspect-ratio: 1 / 0.55;
  border-radius: 50% 50% 30% 30%;
  background: radial-gradient(circle at 30% 10%, #fff9f8, #ff5959 55%, #3a0004 100%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(10%);
}

.alien-face {
  width: 60%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 20%, #2a0005, #070003);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  position: relative;
}

.alien-eye {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #ff5050);
  box-shadow: 0 0 10px rgba(255, 160, 160, 0.8);
}

.alien-smile {
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: 60%;
  height: 14px;
  border-radius: 0 0 50% 50%;
  border-bottom: 3px solid #ffb1b1;
  transform: translateX(-50%);
}

.ufo-plate {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 2.2 / 1;
  margin-top: -10px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 20%, #ff9c9c, #ff3232 40%, #350001 70%, #050001 100%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 120, 120, 0.3);
  position: relative;
  overflow: visible;
}

.ufo-plate-glow {
  position: absolute;
  inset: 22% 12% auto;
  height: 36%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.95), rgba(255, 130, 130, 0.36), transparent 70%);
  filter: blur(0.5px);
}

.token-card-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) rotate(-5deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.token-card {
  width: 220px;
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.2), rgba(5, 0, 0, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 196, 196, 0.48),
    0 18px 38px rgba(0, 0, 0, 1);
  backdrop-filter: blur(14px);
}

.token-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #fff7f4, #ff414f);
  color: #240000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.token-label {
  margin-top: 10px;
  font-size: 13px;
  color: #ffe0d1;
}

.token-row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
}

.token-field {
  color: #ffb6a5;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
}

.token-value {
  font-weight: 500;
}

.token-value.soon {
  color: #ffdfb5;
}

.token-pill {
  margin-top: 10px;
  font-size: 11px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(44, 0, 0, 0.86);
  border: 1px solid rgba(255, 186, 160, 0.6);
}

.token-alert {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(40, 0, 0, 0.95);
  border: 1px solid rgba(255, 148, 120, 0.8);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  z-index: 4;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffb744;
  box-shadow: 0 0 0 0 rgba(255, 183, 68, 0.9);
  animation: pulse 1.6s infinite;
}

.ufo-beam {
  position: absolute;
  top: 72%;
  left: 50%;
  width: 34%;
  aspect-ratio: 1 / 1.7;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 0, rgba(255, 244, 228, 0.5), rgba(255, 116, 84, 0.12) 40%, transparent 70%);
  filter: blur(0.4px);
  pointer-events: none;
  z-index: 1;
}

.ufo-beam::before {
  content: "";
  position: absolute;
  inset: -6% 10% 0;
  background: radial-gradient(circle at 50% 0, rgba(255, 248, 235, 1), rgba(255, 160, 110, 0.18) 38%, transparent 70%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  filter: blur(4px);
  opacity: 0.95;
}

.ufo-beam::after {
  content: "";
  position: absolute;
  inset: 6% 18% 0;
  background: radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.95), rgba(255, 210, 180, 0.06));
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  opacity: 0.7;
  mix-blend-mode: screen;
  animation: beam-glow 3.2s ease-in-out infinite;
}

.beam-inner {
  position: absolute;
  inset: 4% 16% 0;
  background: linear-gradient(to bottom, rgba(255, 251, 244, 0.9), rgba(255, 120, 90, 0.02));
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  opacity: 0.76;
  animation: beam-pulse 2.8s ease-in-out infinite;
}

.floating-object {
  position: absolute;
  width: 20px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(160deg, #ffecec, #ff3c45);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.9);
  animation: float-object 3.6s ease-in-out infinite;
}

.object-1 {
  left: 10%;
  bottom: 14%;
  animation-delay: 0.1s;
}

.object-2 {
  left: 50%;
  bottom: 24%;
  transform: translateX(-50%);
  animation-delay: 0.4s;
}

.object-3 {
  right: 10%;
  bottom: 6%;
  animation-delay: 0.9s;
}

.section {
  max-width: 960px;
  margin: 40px auto 0;
  padding: 24px 20px 0;
}

.section-content {
  max-width: 620px;
}

.section h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

.section p {
  font-size: 14px;
  color: #ffd2c4;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.section-card {
  padding: 16px 14px 18px;
  border-radius: 16px;
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.12), rgba(20, 0, 0, 0.96));
  border: 1px solid rgba(255, 180, 160, 0.4);
  font-size: 13px;
  color: #ffd7c6;
}

.section-card h3 {
  margin-bottom: 8px;
  font-size: 15px;
}

.section-bottom {
  padding-bottom: 8px;
}

.footer {
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 12px 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: #ffb9a9;
  border-top: 1px solid rgba(255, 177, 160, 0.35);
}

.footer-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-link {
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 186, 160, 0.7);
  background: rgba(20, 0, 0, 0.9);
}

.footer-note {
  opacity: 0.9;
}

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 183, 68, 0.9);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 183, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 183, 68, 0);
  }
}

@keyframes float-object {
  0%,
  100% {
    transform: translateY(0) rotate(-14deg);
  }
  50% {
    transform: translateY(-14px) rotate(-8deg);
  }
}

@keyframes beam-pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.95;
  }
  100% {
    opacity: 0.75;
  }
}

@keyframes beam-glow {
  0% {
    transform: scaleY(0.96);
    opacity: 0.6;
  }
  50% {
    transform: scaleY(1.03);
    opacity: 0.9;
  }
  100% {
    transform: scaleY(1);
    opacity: 0.7;
  }
}

@keyframes sky-breathe {
  0% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 0.75;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0.5;
    transform: translateY(4px);
  }
}

@keyframes stars-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-60px, -40px, 0);
  }
}

@keyframes stars-twinkle {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes fog-drift {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  50% {
    transform: translate3d(2%, -3%, 0) scale(1.03);
  }
  100% {
    transform: translate3d(1%, 2%, 0) scale(1.02);
  }
}

@keyframes shoot {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--shoot-rot));
    opacity: 0;
  }
  8% {
    opacity: 0.9;
  }
  24% {
    transform: translate3d(180vw, 90vh, 0) rotate(var(--shoot-rot));
    opacity: 0;
  }
  100% {
    transform: translate3d(180vw, 90vh, 0) rotate(var(--shoot-rot));
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .hero-right {
    order: -1;
  }

  .top-bar {
    margin-bottom: 20px;
  }

  .top-right {
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .sky {
    padding: 16px 14px 32px;
  }

  .nav {
    display: none;
  }

  .top-right {
    justify-content: flex-end;
  }

  .social-pill {
    padding-inline: 10px;
  }

  .hero-subtitle {
    max-width: none;
  }

  .section {
    padding-inline: 4px;
  }

  .section-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
