:root {
  --bg: #07090e;
  --ink: #f4f1ea;
  --muted: #b7b3c7;
  --gold: #d7b56a;
  --gold-deep: #9a7430;
  --red: #8c1518;
  --red-hot: #b41c22;
  --cyan: #4de8ff;
  --magenta: #e85cff;
  --panel: rgba(8, 10, 16, 0.72);
}

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

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

body {
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  overflow-x: hidden;
}

.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;
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.atmosphere__city {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.35) 0%, rgba(7, 9, 14, 0.2) 40%, rgba(7, 9, 14, 0.88) 100%),
    url("images/hero-city.png") center 42% / cover no-repeat;
  filter: saturate(1.15) contrast(1.08);
}

.atmosphere__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 28%, transparent 0%, rgba(7, 9, 14, 0.15) 42%, rgba(7, 9, 14, 0.78) 100%),
    radial-gradient(circle at 18% 70%, rgba(232, 92, 255, 0.16), transparent 32%),
    radial-gradient(circle at 82% 62%, rgba(77, 232, 255, 0.12), transparent 28%);
}

.atmosphere__grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.atmosphere__scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 2px,
    rgba(0, 0, 0, 0.08) 3px
  );
  opacity: 0.35;
}

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

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 6vw 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.45rem;
}

.brand__logo {
  display: block;
  height: 40px;
  width: auto;
  max-height: 40px;
  max-width: 64px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(176, 38, 255, 0.4));
}

.brand__name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1;
}

.brand__tag {
  display: none;
  color: var(--muted);
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.social {
  display: flex;
  gap: 0.45rem;
}

.social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #d7d2e6;
  border: 1px solid rgba(77, 232, 255, 0.28);
  background: rgba(8, 12, 20, 0.55);
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.social a:hover {
  color: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 0 16px rgba(77, 232, 255, 0.28);
}

.social svg {
  width: 16px;
  height: 16px;
}

.stage {
  max-width: 760px;
  margin: 0 auto;
  padding: 7vh 6vw 4rem;
  text-align: center;
}

.live {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.4rem;
  padding: 0.35rem 0.75rem;
  color: #f0e9d8;
  font-family: Rajdhani, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(140, 21, 24, 0.28);
  border: 1px solid rgba(180, 28, 34, 0.55);
}

.live__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3b3b;
  box-shadow: 0 0 10px #ff3b3b;
  animation: pulse 1.4s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.logo {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.4rem, 14vw, 8.4rem);
  line-height: 0.86;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #f8edd4 0%, #d7b56a 42%, #8d6a2c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter:
    drop-shadow(0 3px 0 #3a2810)
    drop-shadow(0 10px 24px rgba(215, 181, 106, 0.28));
}

.subtitle {
  margin: 0.35rem 0 1.4rem;
  font-family: Rajdhani, sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
}

.lead {
  margin: 0 auto 2rem;
  max-width: 34rem;
  color: #e8e4f0;
  font-size: 1.05rem;
  line-height: 1.65;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.panel {
  padding: 1.6rem 1.4rem 1.35rem;
  background: var(--panel);
  border: 1px solid rgba(232, 92, 255, 0.45);
  box-shadow:
    0 0 0 1px rgba(77, 232, 255, 0.12) inset,
    0 0 28px rgba(232, 92, 255, 0.18),
    0 0 48px rgba(77, 232, 255, 0.08);
  backdrop-filter: blur(10px);
}

.panel__kicker {
  margin: 0 0 0.35rem;
  color: var(--cyan);
  font-family: Rajdhani, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.panel__title {
  margin: 0;
  color: var(--gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.panel__copy {
  margin: 0.35rem 0 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.reach-form {
  width: 100%;
  min-height: 140px;
}

.reach-form iframe {
  width: 100%;
  border: 0;
}

.perks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.perks li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: #ddd8ea;
  font-family: Rajdhani, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.perks span {
  color: var(--gold);
  font-size: 0.78rem;
}

.foot {
  padding: 0 6vw 2rem;
  text-align: center;
  color: #8a8698;
  font-size: 0.82rem;
}

@media (min-width: 720px) {
  .brand__tag {
    display: inline;
  }

  .panel {
    padding: 1.8rem 1.8rem 1.5rem;
  }

  .perks {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
  }
}

