body {
  margin: 0;
  background: oklch(0.16 0 0);
}

a {
  color: oklch(0.95 0.005 90);
  text-decoration: none;
}

a:hover {
  color: oklch(0.75 0.01 90);
}

.page {
  background: oklch(0.16 0 0);
  color: oklch(0.95 0.005 90);
  font-family: 'Manrope', sans-serif;
  min-height: 100vh;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 56px;
  background: linear-gradient(oklch(0.14 0 0 / 0.9), transparent);
}

.brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.nav-cta {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid oklch(0.95 0.005 90 / 0.35);
  padding: 10px 22px;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
}

.hero-logo {
  width: min(880px, 90vw);
  height: auto;
  display: block;
}

.hero-tagline {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: oklch(0.78 0.005 90);
  max-width: 560px;
  line-height: 1.6;
  margin: 0;
}

.btn {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: oklch(0.95 0.005 90);
  color: oklch(0.16 0 0);
  padding: 16px 40px;
}

/* Keep the button text dark on hover (matches the original inline-styled behavior). */
.btn:hover {
  color: oklch(0.16 0 0);
}

.contact {
  border-top: 1px solid oklch(0.95 0.005 90 / 0.12);
  padding: 120px 40px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 36px;
}

.contact-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: 400;
}

.contact-text {
  font-size: 16px;
  color: oklch(0.78 0.005 90);
  max-width: 480px;
  line-height: 1.6;
  margin: 0;
}

.links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

.link {
  font-size: 15px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid oklch(0.95 0.005 90 / 0.3);
  padding-bottom: 4px;
}

.footer {
  border-top: 1px solid oklch(0.95 0.005 90 / 0.12);
  padding: 32px 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: oklch(0.55 0.005 90);
}

.error-code {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(96px, 22vw, 260px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  margin: 0;
  color: oklch(0.95 0.005 90);
}
