:root {
  --bg: #06101d;
  --bg-deep: #040a14;
  --panel: rgba(8, 20, 37, 0.54);
  --panel-strong: rgba(7, 17, 31, 0.76);
  --line: rgba(157, 182, 215, 0.22);
  --line-strong: rgba(175, 199, 232, 0.38);
  --text: #f5f6f8;
  --muted: rgba(235, 239, 245, 0.88);
  --soft: rgba(235, 239, 245, 0.7);
  --gold: #d8c089;
  --gold-glow: rgba(225, 202, 142, 0.28);
  --blue-glow: rgba(78, 120, 255, 0.2);
  --button: linear-gradient(180deg, #416dcb 0%, #2b4f9d 100%);
  --button-border: rgba(126, 165, 255, 0.45);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
  --headline-font: "Helvetica Neue", "Arial Narrow", "Nimbus Sans Narrow", Arial, sans-serif;
  --body-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body-font);
  color: var(--text);
  background: linear-gradient(180deg, #06101d 0%, #040b15 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

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

.shell {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding-inline: 36px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, rgba(8, 18, 35, 0.72) 0%, rgba(8, 18, 35, 0.48) 100%);
  border-bottom: 1px solid rgba(158, 184, 220, 0.18);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__locale {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(152, 184, 236, 0.18);
  border-radius: 999px;
  background: rgba(11, 24, 44, 0.28);
}

.site-header__locale-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(227, 235, 247, 0.76);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.site-header__locale-link:hover,
.site-header__locale-link:focus-visible,
.site-header__locale-link.is-active {
  background: rgba(57, 96, 176, 0.42);
  color: rgba(249, 251, 255, 0.98);
}

.site-header__locale-link:focus-visible {
  outline: 2px solid rgba(138, 175, 246, 0.55);
  outline-offset: 2px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-header__logo {
  width: clamp(184px, 18vw, 242px);
  height: auto;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.28));
}

.site-header__badge {
  margin: 0;
  padding: 11px 18px;
  border: 1px solid rgba(152, 184, 236, 0.35);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(23, 40, 67, 0.76) 0%, rgba(11, 24, 44, 0.55) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: rgba(246, 248, 250, 0.94);
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  background: var(--bg);
}

.hero__background,
.hero__overlay,
.hero__ring,
.hero__stars,
.claim-bar {
  position: absolute;
}

.hero__background,
.hero__overlay,
.hero__stars {
  inset: 0;
}

.hero__background {
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center bottom;
  transform: scale(1.02);
}

.hero__overlay {
  background:
    radial-gradient(circle at 50% 26%, rgba(29, 60, 130, 0.16) 0%, rgba(29, 60, 130, 0.12) 14%, rgba(9, 19, 36, 0) 30%),
    linear-gradient(180deg, rgba(5, 13, 25, 0.5) 0%, rgba(7, 16, 31, 0.38) 16%, rgba(7, 14, 26, 0.48) 54%, rgba(3, 8, 15, 0.82) 100%),
    linear-gradient(90deg, rgba(6, 14, 27, 0.28) 0%, rgba(6, 14, 27, 0.08) 34%, rgba(6, 14, 27, 0.14) 100%);
}

.hero__ring {
  top: 116px;
  left: 50%;
  width: min(43vw, 620px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  border: clamp(34px, 3.8vw, 54px) solid rgba(44, 95, 212, 0.78);
  opacity: 0.78;
  filter: blur(0.2px) drop-shadow(0 10px 34px rgba(31, 71, 164, 0.2));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 12%, rgba(0, 0, 0, 0.88) 58%, rgba(0, 0, 0, 0.14) 90%, transparent 100%);
}

.hero__stars {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.76;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding-top: 136px;
  padding-bottom: 166px;
}

.hero__copy {
  width: min(100%, 940px);
  text-align: center;
  text-shadow:
    0 2px 1px rgba(0, 0, 0, 0.45),
    0 8px 30px rgba(0, 0, 0, 0.32);
}

.hero__title {
  margin: 0;
  font-family: var(--headline-font);
  font-size: clamp(2.6rem, 3.36vw, 3.6rem);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #fffdfd;
}

.hero__title span {
  display: block;
}

.hero__lead {
  display: grid;
  gap: 0.12em;
  margin: 34px auto 0;
  max-width: 900px;
  font-size: clamp(1.55rem, 2.0vw, 2.0rem);
  line-height: 1.18;
  font-weight: 400;
  color: rgba(247, 247, 249, 0.95);
}

.hero__launch {
  margin: 42px 0 0;
  font-family: var(--headline-font);
  font-size: clamp(3.0rem, 3.2vw, 3.25rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow:
    0 2px 0 rgba(38, 24, 8, 0.26),
    0 0 24px var(--gold-glow);
}

.hero__cta-copy {
  margin-top: 34px;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0;
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244, 245, 248, 0.96);
}

.hero__eyebrow::before,
.hero__eyebrow::after {
  content: "";
  display: block;
  width: clamp(96px, 16vw, 220px);
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 224, 239, 0) 0%, rgba(214, 224, 239, 0.72) 100%);
  opacity: 0.85;
}

.hero__eyebrow::after {
  background: linear-gradient(90deg, rgba(214, 224, 239, 0.72) 0%, rgba(214, 224, 239, 0) 100%);
}

.hero__support {
  margin: 12px auto 0;
  max-width: 710px;
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  line-height: 1.45;
  color: var(--muted);
}

.hero__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px auto 0;
  color: rgba(233, 238, 245, 0.86);
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero__contact-label {
  color: rgba(234, 239, 245, 0.64);
}

.hero__contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid var(--button-border);
  border-radius: 10px;
  background: var(--button);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 36px rgba(17, 40, 88, 0.34);
  color: #f9fbff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.hero__contact-button:hover,
.hero__contact-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 40px rgba(17, 40, 88, 0.42);
}

.hero__contact-button:focus-visible {
  outline: 2px solid rgba(138, 175, 246, 0.55);
  outline-offset: 2px;
}

.hero__form {
  width: min(100%, 760px);
  margin: 18px auto 0;
}

.hero__form-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
}

.hero__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 58px;
  padding: 0 20px;
  border: 1px solid rgba(153, 180, 221, 0.28);
  border-radius: 10px;
  background: rgba(9, 16, 28, 0.54);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 16px 30px rgba(0, 0, 0, 0.18);
  color: var(--text);
  outline: none;
}

.hero__input::placeholder {
  color: rgba(222, 228, 236, 0.5);
}

.hero__input:focus-visible {
  border-color: rgba(132, 171, 243, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 0 3px rgba(76, 116, 209, 0.18),
    0 16px 30px rgba(0, 0, 0, 0.18);
}

.hero__input.is-invalid,
.hero__input:invalid:not(:placeholder-shown) {
  border-color: rgba(241, 132, 132, 0.7);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 0 0 3px rgba(159, 46, 46, 0.14),
    0 16px 30px rgba(0, 0, 0, 0.18);
}

.hero__button {
  flex: 0 0 auto;
  min-width: 270px;
  height: 58px;
  padding: 0 24px;
  border: 1px solid var(--button-border);
  border-radius: 10px;
  background: var(--button);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 36px rgba(17, 40, 88, 0.34);
  color: #f9fbff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease,
    opacity 180ms ease;
}

.hero__button:hover,
.hero__button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 40px rgba(17, 40, 88, 0.42);
}

.hero__button:focus-visible {
  outline: 2px solid rgba(138, 175, 246, 0.55);
  outline-offset: 2px;
}

.hero__button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
  transform: none;
  filter: saturate(0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(17, 40, 88, 0.18);
}

.hero__turnstile {
  width: min(100%, 420px);
  margin: 14px auto 0;
}

.hero__turnstile[hidden] {
  display: none;
}

.hero__turnstile iframe {
  border-radius: 10px;
}

.hero__form-message {
  min-height: 1.5em;
  margin: 12px 0 0;
  color: rgba(230, 235, 243, 0.75);
  font-size: 0.96rem;
}

.hero__form-message[data-state="success"] {
  color: rgba(204, 236, 211, 0.94);
}

.hero__form-message[data-state="error"] {
  color: rgba(255, 205, 205, 0.94);
}

.hero__form-message[data-state="pending"] {
  color: rgba(237, 224, 186, 0.94);
}

.claim-bar {
  inset: auto 0 0;
  z-index: 4;
}

.claim-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 10, 18, 0) 0%, rgba(4, 10, 18, 0.26) 20%, rgba(4, 10, 18, 0.76) 100%);
}

.claim-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding-top: 26px;
  padding-bottom: 34px;
  border-top: 1px solid rgba(165, 187, 223, 0.22);
}

.claim-bar__inner p {
  position: relative;
  margin: 0;
  font-family: var(--headline-font);
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.18;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.028em;
  color: rgba(250, 250, 251, 0.94);
  white-space: nowrap;
}

.claim-bar__inner p + p::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 1px;
  height: 1.15em;
  background: rgba(232, 238, 246, 0.64);
  transform: translateY(-50%);
}

.claim-bar__mark {
  position: absolute;
  right: 42px;
  bottom: 26px;
  width: 34px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(223, 230, 240, 0.82) 100%);
  clip-path: polygon(50% 0, 66% 34%, 100% 50%, 66% 66%, 50% 100%, 34% 66%, 0 50%, 34% 34%);
  opacity: 0.9;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.18));
}

@media (max-width: 1100px) {
  .hero__content {
    padding-bottom: 190px;
  }

  .hero__lead {
    max-width: 660px;
  }

  .claim-bar__inner {
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .claim-bar__inner p + p::before {
    left: -11px;
  }
}

@media (max-width: 820px) {
  .shell {
    padding-inline: 22px;
  }

  .site-header__inner {
    min-height: 76px;
  }

  .site-header__actions {
    gap: 10px;
  }
  
  .site-header__badge {
    padding: 10px 14px;
    font-size: 0.88rem;
    text-decoration: none !important;
  }

  .hero__background {
    background-position: 58% bottom;
  }

  .hero__ring {
    top: 128px;
    width: min(78vw, 480px);
    border-width: clamp(28px, 6vw, 38px);
  }

  .hero__content {
    padding-top: 124px;
    padding-bottom: 224px;
  }

  .hero__lead {
    font-size: clamp(1.1rem, 2vw, 1.6rem);
  }

  .hero__launch {
    margin-top: 30px;
  }

  .hero__contact {
    flex-wrap: wrap;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .hero__form-row {
    flex-direction: column;
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .hero__contact-button {
    min-width: min(100%, 320px);
    width: 100%;
  }

  .hero__button {
    width: 100%;
    min-width: 0;
  }

  .claim-bar__inner {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .claim-bar__inner p {
    font-size: clamp(1rem, 2.6vw, 1.3rem);
    white-space: normal;
    text-align: center;
  }

  .claim-bar__inner p + p::before {
    display: none;
  }

  .claim-bar__mark {
    right: 18px;
    bottom: 18px;
    width: 24px;
  }
}

@media (max-width: 560px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 88px;
  }

  .site-header__logo {
    width: 184px;
  }

  .site-header__actions {
    width: 100%;
    justify-content: space-between;
  }

  .site-header__badge {
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 0.83rem;
    text-decoration: none;
  }

  .site-header__locale-link {
    min-width: 34px;
    min-height: 30px;
    padding-inline: 9px;
    font-size: 0.7rem;
  }

  .hero__background {
    background-position: 62% bottom;
    transform: scale(1.08);
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(5, 12, 23, 0.58) 0%, rgba(7, 16, 31, 0.38) 15%, rgba(6, 14, 28, 0.52) 54%, rgba(3, 8, 15, 0.86) 100%),
      linear-gradient(90deg, rgba(6, 14, 27, 0.28) 0%, rgba(6, 14, 27, 0.06) 32%, rgba(6, 14, 27, 0.24) 100%);
  }

  .hero__ring {
    top: 142px;
    width: 88vw;
    opacity: 0.66;
  }

  .hero__content {
    align-items: flex-start;
    padding-top: 156px;
    padding-bottom: 258px;
  }

  .hero__title {
    font-size: clamp(2rem, 9.6vw, 3.2rem);
    line-height: 0.92;
    letter-spacing: -0.048em;
  }

  .hero__lead {
    margin-top: 24px;
    font-size: 1.28rem;
    line-height: 1.22;
  }

  .hero__launch {
    margin-top: 28px;
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.02;
  }

  .hero__eyebrow {
    font-size: 0.95rem;
    letter-spacing: 0.05em;
  }

  .hero__eyebrow::before,
  .hero__eyebrow::after {
    width: clamp(52px, 18vw, 92px);
  }

  .hero__support {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .hero__contact {
    gap: 6px;
    font-size: 0.76rem;
  }

  .hero__contact-button {
    min-height: 54px;
    min-width: 0;
    padding-inline: 18px;
    font-size: 0.94rem;
  }

  .hero__input,
  .hero__button {
    height: 54px;
  }

  .hero__form-message {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .claim-bar__inner {
    gap: 10px;
    padding-inline: 20px;
  }

  .claim-bar__inner p {
    font-size: 0.94rem;
    line-height: 1.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .hero__stars {
    opacity: 0.28;
  }

  .hero__button {
    transition: none;
  }
}
