:root {
  --bg-top: #08142f;
  --bg-mid: #10234a;
  --bg-bottom: #0a1734;
  --line: #cfe3ff;
  --line-soft: rgba(207, 227, 255, 0.22);
  --text: #f4f8ff;
  --muted: #b5c7ea;
  --shadow: rgba(0, 0, 0, 0.35);
  --green-1: #1f9f63;
  --green-2: #116847;
  --orange-1: #f28a2e;
  --orange-2: #b94f15;
  --violet-1: #7a67ff;
  --violet-2: #4430b7;
  --cyan: #58c8ff;
  --pixel-orange: #ffae3d;
  --panel: rgba(9, 24, 53, 0.72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  background:
    radial-gradient(circle at top, rgba(88, 200, 255, 0.14), transparent 32%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 42%, var(--bg-bottom) 100%);
}
a { color: inherit; text-decoration: none; }
.wrap {
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(var(--line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-soft) 1px, transparent 1px),
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 34%, rgba(255,255,255,0.1) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 76%, rgba(255,255,255,0.08) 0 2px, transparent 3px);
  background-size: 24px 24px, 24px 24px, auto, auto, auto;
  opacity: .42;
}

.hero {
  padding: 34px 0 16px;
}
.hero__inner {
  display: flex;
  justify-content: center;
}
.brand-lockup {
  width: min(100%, 900px);
  display: grid;
  gap: 14px;
}
.brand-lockup__top,
.brand-lockup__bottom,
.mega-button,
.footer__brand {
  position: relative;
  border: 3px solid var(--line);
  box-shadow: 0 14px 30px var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.08);
}
.brand-lockup__top::before,
.brand-lockup__top::after,
.mega-button::before,
.mega-button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}
.brand-lockup__top::before,
.mega-button::before { top: 14px; left: 14px; }
.brand-lockup__top::after,
.mega-button::after { top: 14px; right: 14px; }
.brand-lockup__top {
  padding: 22px 24px 18px;
  border-radius: 26px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(88,200,255,.16), rgba(88,200,255,.04)),
    linear-gradient(180deg, #0f2a5c, #0a1d43);
  color: #f8fbff;
  font-size: clamp(58px, 10vw, 140px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 #0a1020,
    4px 0 0 #0a1020,
    -4px 0 0 #0a1020,
    0 -4px 0 #0a1020,
    6px 6px 0 rgba(255, 174, 61, 0.65);
}
.brand-lockup__bottom {
  padding: 18px 20px;
  border-radius: 22px;
  text-align: center;
  background: var(--panel);
  color: var(--text);
  font-size: clamp(22px, 4vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.main-content {
  padding: 18px 0 34px;
}
.button-grid {
  display: grid;
  gap: 18px;
}
.mega-button {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 22px 22px;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  transition: transform .16s ease, box-shadow .16s ease;
}
.mega-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.1);
}
.mega-button::selection { background: rgba(255,255,255,.16); }
.mega-button--green {
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), transparent 42%),
    linear-gradient(180deg, var(--green-1), var(--green-2));
}
.mega-button--orange {
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), transparent 42%),
    linear-gradient(180deg, var(--orange-1), var(--orange-2));
}
.mega-button--violet {
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), transparent 42%),
    linear-gradient(180deg, var(--violet-1), var(--violet-2));
}
.mega-button__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 7px 12px;
  border: 2px solid rgba(255,255,255,.46);
  background: rgba(7, 16, 34, 0.22);
  color: #eef7ff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.mega-button h2 {
  margin: 0;
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: .94;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow:
    0 4px 0 rgba(10,16,32,.9),
    4px 0 0 rgba(10,16,32,.9),
    -4px 0 0 rgba(10,16,32,.9),
    0 -4px 0 rgba(10,16,32,.9),
    5px 5px 0 rgba(0,0,0,.16);
}
.mega-button__sub {
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.mega-button__go {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: fit-content;
  min-width: 214px;
  min-height: 58px;
  padding: 12px 16px;
  border: 3px solid rgba(255,255,255,.54);
  background: rgba(9, 22, 46, 0.24);
  color: #fffdf7;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.mega-button__go b {
  font-size: 34px;
  line-height: 1;
}

.footer {
  border-top: 1px solid rgba(207, 227, 255, 0.18);
  background: rgba(4, 11, 26, 0.55);
  backdrop-filter: blur(4px);
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 28px;
}
.footer__brand {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(88,200,255,.12), rgba(88,200,255,.02));
  color: #f8fbff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #0a1020, 4px 4px 0 rgba(255, 174, 61, 0.48);
}
.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 980px) {
  .button-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mega-button {
    min-height: 520px;
  }
}

@media (max-width: 979px) {
  .button-grid {
    grid-template-columns: 1fr;
  }
  .mega-button {
    min-height: 270px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 22px;
  }
  .brand-lockup {
    gap: 10px;
  }
  .brand-lockup__top {
    padding: 18px 14px 14px;
    border-radius: 22px;
  }
  .brand-lockup__bottom {
    padding: 14px 14px;
    border-radius: 18px;
  }
  .main-content {
    padding-top: 14px;
  }
  .button-grid {
    gap: 14px;
  }
  .mega-button {
    min-height: 238px;
    padding: 18px 16px 16px;
    border-radius: 24px;
  }
  .mega-button h2 {
    font-size: clamp(32px, 9vw, 44px);
  }
  .mega-button__sub {
    font-size: 13px;
  }
  .mega-button__go {
    width: 100%;
    min-width: 0;
  }
  .footer__inner {
    flex-direction: column;
    text-align: center;
  }
}
