:root {
  --deep: #010629;
  --navy: #03105c;
  --blue: #0756dc;
  --cyan: #0be0ff;
  --ice: #e8fbff;
  --white: #ffffff;
  --lime: #8cff00;
  --lime-shadow: #299700;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--deep);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  background: var(--deep);
}

a {
  color: inherit;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 94svh;
  place-items: start center;
  overflow: hidden;
  padding: clamp(24px, 4vh, 44px) 20px 74px;
  background-image: url("061ddcf0-3d98-47e6-8d71-a56bfb281931.png");
  background-position: center;
  background-size: cover;
}

.hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(0 2 35 / 42%) 0%, rgb(0 9 74 / 16%) 56%, rgb(1 6 41 / 88%) 100%),
    radial-gradient(circle at center 42%, transparent 20%, rgb(0 2 38 / 20%) 76%);
}

.hero__content {
  display: flex;
  width: min(100%, 780px);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.launch-tag {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 8px;
  color: var(--ice);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px var(--deep);
}

.launch-tag span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 13px var(--lime);
  animation: pulse 1.8s ease-in-out infinite;
}

.logo {
  display: block;
  width: min(55vw, 410px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgb(0 0 36 / 58%));
  animation: float 5s ease-in-out infinite;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 2px;
}

.button {
  display: inline-flex;
  min-width: 220px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 3px solid var(--deep);
  border-radius: 8px;
  color: var(--deep);
  font-family: "Archivo Black", sans-serif;
  font-size: 0.93rem;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 7px 0 var(--deep), 0 15px 26px rgb(0 0 0 / 28%);
  transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  stroke-width: 3;
}

.button--buy {
  background: var(--lime);
}

.button--telegram {
  background: var(--cyan);
}

.button:hover {
  filter: brightness(1.08);
  transform: translateY(-3px);
  box-shadow: 0 10px 0 var(--deep), 0 18px 30px rgb(0 0 0 / 34%);
}

.button:active {
  transform: translateY(4px);
  box-shadow: 0 3px 0 var(--deep), 0 9px 18px rgb(0 0 0 / 28%);
}

.button:focus-visible,
.scroll-cue:focus-visible,
.launch a:focus-visible {
  outline: 4px solid var(--white);
  outline-offset: 4px;
}

.hero__copy {
  margin: 24px 0 0;
  color: var(--ice);
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  font-weight: 600;
  text-shadow: 0 2px 10px var(--deep);
}

.scroll-cue {
  position: absolute;
  bottom: 20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 50%;
  color: var(--white);
  background: rgb(0 9 68 / 48%);
  backdrop-filter: blur(6px);
  animation: bob 2s ease-in-out infinite;
}

.scroll-cue svg {
  width: 22px;
}

.launch {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 130px) 24px;
  background:
    radial-gradient(circle at 14% 80%, rgb(0 183 255 / 20%), transparent 28%),
    var(--deep);
}

.launch::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -7%;
  left: -7%;
  height: 100px;
  border-radius: 50%;
  background: #087edb;
  box-shadow: inset 0 17px 0 rgb(43 229 255 / 75%);
  transform: rotate(-1deg);
}

.launch__inner {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
}

.section-tag {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 24px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

h2 span {
  color: var(--lime);
  text-shadow: 0 5px 0 var(--lime-shadow);
}

.launch__copy > p:not(.section-tag) {
  max-width: 570px;
  margin: 0 0 15px;
  color: #c9ebf6;
  font-size: 1.05rem;
  line-height: 1.7;
}

.launch__copy a {
  color: var(--white);
  font-weight: 700;
  text-decoration-color: var(--cyan);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.status {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
  color: var(--ice);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.status__light {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px var(--lime);
}

.status__label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.status code {
  display: block;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.alert-preview {
  margin: 0;
}

.alert-preview img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid var(--cyan);
  border-radius: 8px;
  box-shadow: 16px 18px 0 #021d77, 0 24px 60px rgb(0 156 255 / 26%);
}

.alert-preview figcaption {
  margin-top: 18px;
  color: #8dcce1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

footer {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  border-top: 1px solid rgb(58 213 255 / 20%);
  color: #84bcd0;
  background: #00041e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes pulse {
  50% { opacity: 0.5; transform: scale(0.78); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@media (max-width: 760px) {
  .hero {
    min-height: 92svh;
    background-position: 35% center;
  }

  .logo {
    width: min(76vw, 390px);
  }

  .launch__inner {
    grid-template-columns: 1fr;
  }

  .alert-preview {
    width: calc(100% - 16px);
  }
}

@media (max-width: 520px) {
  .hero {
    padding-inline: 16px;
  }

  .actions {
    width: 100%;
    gap: 12px;
  }

  .button {
    min-width: 0;
    width: min(100%, 340px);
  }

  .launch {
    padding-inline: 20px;
  }

  .alert-preview img {
    box-shadow: 10px 12px 0 #021d77, 0 20px 40px rgb(0 156 255 / 22%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}