:root {
  --bg: #d6e8ef;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-line: rgba(255, 255, 255, 0.7);
  --text: #ffffff;
  --dark: #101010;
  --muted: rgba(255, 255, 255, 0.8);
  --button: #9bbdf5;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  background:
    radial-gradient(circle at 24% 76%, rgba(240, 187, 53, 0.96), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(111, 208, 255, 0.9), transparent 26%),
    radial-gradient(circle at 82% 76%, rgba(31, 42, 43, 0.85), transparent 18%),
    linear-gradient(135deg, rgba(16, 35, 45, 0.82) 12%, rgba(241, 226, 175, 0.72) 44%, rgba(199, 145, 25, 0.92) 78%, rgba(18, 22, 26, 0.95) 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: -12%;
  background:
    linear-gradient(130deg, transparent 10%, rgba(255, 255, 255, 0.34) 30%, transparent 46%),
    linear-gradient(138deg, transparent 26%, rgba(255, 255, 255, 0.18) 44%, transparent 58%),
    linear-gradient(143deg, transparent 40%, rgba(255, 255, 255, 0.1) 54%, transparent 67%);
  filter: blur(18px);
  transform: scale(1.08);
  pointer-events: none;
}

.hero-page {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 0 32px 18px;
}

.hero-page::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(12, 14, 16, 0) 0%, rgba(12, 14, 16, 0.3) 45%, rgba(12, 14, 16, 0.72) 100%);
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--panel-line);
  border-radius: 999px;
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(83, 118, 132, 0.18);
  margin-top: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  text-decoration: none;
}

.brand-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-icon svg {
  width: 46px;
  height: 46px;
}

.brand-lockup {
  display: block;
}

.brand-wordmark {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.22em;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}

.word-tigerman {
  font-size: 1.82rem;
  font-weight: 900;
  letter-spacing: -0.065em;
}

.word-group {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgba(16, 16, 16, 0.36);
  transform: translateY(-0.06em);
}

.topbar-badge,
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  text-decoration: none;
}

.topbar-badge {
  min-height: 54px;
  padding: 0 22px;
  background: #0f1113;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.hero-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: calc(100svh - 220px);
  padding: 52px 20px 28px;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  text-align: center;
  color: var(--text);
}

.eyebrow {
  margin: 0 0 20px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

h1 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.94;
  color: transparent;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.98) 18%,
    rgba(157, 214, 255, 0.95) 34%,
    rgba(255, 236, 176, 0.98) 52%,
    rgba(255, 255, 255, 0.98) 68%,
    rgba(255, 255, 255, 0.72) 100%
  );
  background-size: 220% 220%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: title-shimmer 9s ease-in-out infinite alternate;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.12);
}

.subtitle {
  width: min(680px, 100%);
  margin: 28px auto 0;
  font-size: clamp(1.1rem, 2.4vw, 1.9rem);
  line-height: 1.5;
  color: var(--muted);
}

.hero-button {
  margin-top: 52px;
  min-height: 74px;
  padding: 0 14px 0 28px;
  background: var(--button);
  color: #171717;
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0f1113;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.acknowledgement {
  margin: 0;
  padding: 12px 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
}

.acknowledgement-bar {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 16px;
}

@keyframes title-shimmer {
  0% {
    background-position: 0% 50%;
    filter: brightness(0.98);
  }

  50% {
    background-position: 55% 50%;
    filter: brightness(1.06);
  }

  100% {
    background-position: 100% 50%;
    filter: brightness(0.99);
  }
}

@supports (min-height: 100dvh) {
  .hero-page {
    min-height: 100dvh;
  }

  .hero-card {
    min-height: calc(100dvh - 220px);
  }
}

@media (max-width: 760px) {
  .hero-page {
    min-height: 100svh;
    padding: 0 14px 14px;
  }

  .topbar {
    gap: 10px;
    padding: 10px 10px 10px 12px;
    margin-top: max(12px, env(safe-area-inset-top));
  }

  .topbar-badge {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .brand-icon,
  .brand-icon svg {
    width: 34px;
    height: 34px;
  }

  .brand-wordmark {
    gap: 0.16em;
  }

  .word-tigerman {
    font-size: 1.08rem;
  }

  .word-group {
    font-size: 0.58rem;
    transform: translateY(-0.03em);
  }

  .hero-card {
    flex: 1 0 auto;
    align-items: center;
    min-height: 0;
    padding: 12px 8px 8px;
  }

  .hero-content {
    padding-top: 0;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.1rem);
    line-height: 0.94;
  }

  .subtitle {
    width: min(100%, 22rem);
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .hero-button {
    width: 100%;
    max-width: 270px;
    min-height: 54px;
    margin-top: 22px;
    padding: 0 10px 0 20px;
    font-size: 0.92rem;
  }

  .hero-button-icon {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
  }

  .acknowledgement {
    padding: 14px 6px 0;
    font-size: 0.62rem;
    line-height: 1.32;
  }

  .acknowledgement-bar {
    margin-top: auto;
    padding-top: 0;
  }
}

@media (max-width: 520px) {
  .hero-page::after {
    height: 140px;
  }

  .topbar {
    padding-right: 8px;
  }

  .brand {
    gap: 8px;
  }

  .word-tigerman {
    font-size: 0.9rem;
  }

  .word-group {
    font-size: 0.5rem;
  }

  .topbar-badge {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  h1 {
    font-size: clamp(2.55rem, 13.5vw, 3.5rem);
  }

  .subtitle {
    width: min(100%, 17rem);
    font-size: 0.84rem;
  }
}

@supports (min-height: 100dvh) {
  @media (max-width: 760px) {
    .hero-page {
      min-height: 100dvh;
    }
  }
}
