@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --hero02-bg: #000;
  --hero02-text: rgba(239, 244, 255, 0.98);
  --hero02-muted: rgba(210, 223, 255, 0.76);
  --hero02-kicker-bg: rgba(137, 163, 255, 0.14);
  --hero02-kicker-border: rgba(178, 194, 255, 0.22);
  --hero02-cta-bg: linear-gradient(180deg, rgba(58, 132, 255, 0.98), rgba(43, 101, 255, 0.94));
  --hero02-cta-shadow: 0 12px 30px rgba(56, 118, 255, 0.34);
  --hero02-pill-bg: rgba(22, 35, 88, 0.45);
  --hero02-pill-border: rgba(127, 166, 255, 0.24);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--hero02-bg);
}

body {
  min-height: 100vh;
  overflow: hidden;
  font-family: "Manrope", Arial, sans-serif;
}

.hero02-page,
.hero02-stage {
  min-height: 100vh;
  background: var(--hero02-bg);
}

.hero02-stage {
  position: relative;
  isolation: isolate;
}

.hero02-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 54%,
      rgba(4, 10, 32, 0.22) 0%,
      rgba(4, 10, 32, 0.16) 16%,
      rgba(4, 10, 32, 0.08) 32%,
      rgba(4, 10, 32, 0) 58%
    ),
    linear-gradient(
      90deg,
      rgba(4, 10, 32, 0) 46.5%,
      rgba(4, 10, 32, 0.12) 49.2%,
      rgba(4, 10, 32, 0.16) 50%,
      rgba(4, 10, 32, 0.12) 50.8%,
      rgba(4, 10, 32, 0) 53.5%
    );
}

.hero02-scene {
  width: 100%;
  min-height: 100vh;
}

.hero02-scene canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero02-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: clamp(5rem, 12vh, 8rem) 1.5rem clamp(5.5rem, 12vh, 8.5rem);
  text-align: center;
  pointer-events: none;
}

.hero02-kicker {
  margin: 0;
  padding: 0.42rem 0.86rem;
  border: 1px solid var(--hero02-kicker-border);
  border-radius: 999px;
  background: var(--hero02-kicker-bg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: rgba(233, 240, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
}

.hero02-title {
  margin: 0;
  max-width: none;
  color: var(--hero02-text);
  font-size: clamp(3rem, 5vw, 4.85rem);
  font-weight: 500;
  line-height: 1;
}

.hero02-title span {
  display: block;
  white-space: nowrap;
}

.hero02-subtitle {
  margin: 0;
  max-width: 34rem;
  color: var(--hero02-muted);
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  font-weight: 400;
  line-height: 1.42;
}

.hero02-actions {
  margin-top: 0.35rem;
  padding: 0.42rem;
  border: 1px solid var(--hero02-pill-border);
  border-radius: 999px;
  background: var(--hero02-pill-bg);
  box-shadow:
    0 18px 44px rgba(5, 18, 63, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  pointer-events: auto;
}

.hero02-button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.9rem;
  min-width: 9.25rem;
  background: var(--hero02-cta-bg);
  box-shadow: var(--hero02-cta-shadow);
  color: #f5f8ff;
  cursor: pointer;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 900px) {
  .hero02-copy {
    padding: clamp(5rem, 12vh, 7rem) 1.25rem clamp(5.5rem, 14vh, 8rem);
    gap: 0.95rem;
  }

  .hero02-title {
    font-size: clamp(2.55rem, 7.4vw, 4rem);
    line-height: 1;
  }

  .hero02-subtitle {
    max-width: 31rem;
    font-size: 0.96rem;
  }
}

@media (max-width: 560px) {
  .hero02-copy {
    padding: clamp(6.5rem, 18vh, 9rem) 1rem clamp(6rem, 16vh, 8rem);
    gap: 0.85rem;
  }

  .hero02-kicker {
    font-size: 0.68rem;
  }

  .hero02-title {
    max-width: min(100%, 20rem);
    font-size: clamp(1.95rem, 8.6vw, 2.65rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .hero02-title span {
    white-space: nowrap;
  }

  .hero02-subtitle {
    max-width: 18rem;
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .hero02-actions {
    width: min(100%, 17rem);
  }

  .hero02-button {
    width: 100%;
    min-width: 0;
    padding: 0.9rem 1.2rem;
    font-size: 0.95rem;
  }
}
