* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: oklch(16% 0.02 260);
  color: oklch(92% 0.02 150);
  font-family: 'Courier New', Courier, monospace;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(60px, 12vw, 110px) 24px clamp(50px, 8vw, 90px);
  gap: 28px;
  position: relative;
}

.hero__title {
  margin: 0;
  font-size: clamp(36px, 9vw, 72px);
  font-weight: normal;
  letter-spacing: 0.04em;
  color: oklch(85% 0.19 150);
  text-shadow: 0 0 20px oklch(70% 0.19 150 / 0.5);
}

.hero__tagline {
  margin: 0;
  font-size: clamp(24px, 5.5vw, 44px);
  line-height: 1.2;
  max-width: 900px;
  color: oklch(96% 0.01 150);
  text-shadow: 0 0 20px oklch(70% 0.19 150 / 0.35);
}

.hero__body {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  max-width: 580px;
  color: oklch(75% 0.03 150);
}
