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

html {
  min-width: 320px;
  background: #f7f9ff;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Poppins', 'Avenir Next', 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

button {
  appearance: none;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 10px;
  background: #ffffff;
  color: #111943;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgb(17 25 67 / 18%);
}

.skip-link:focus {
  top: 20px;
}

.primaryCta .primaryLabel {
  font-size: 0.9rem;
}

.page {
  --launch-navy: #283277;
  --launch-navy-deep: #111943;
  --launch-blue: #0083ff;
  --launch-cyan: #53d7ff;
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgb(0 131 255 / 12%), transparent 32rem),
    linear-gradient(145deg, #ffffff 0%, #f7f9ff 52%, #edf4ff 100%);
  color: var(--launch-navy-deep);
  display: flex;
  flex-direction: column;
}

.skipLink:focus {
  z-index: 30;
}

.ambient,
.ambient span {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ambient {
  z-index: -1;
  overflow: hidden;
}

.orbOne {
  width: 34rem;
  height: 34rem;
  left: auto !important;
  right: -12rem !important;
  top: -15rem !important;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(0 131 255 / 22%), rgb(83 215 255 / 4%) 58%, transparent 70%);
  filter: blur(2px);
}

.orbTwo {
  width: 22rem;
  height: 22rem;
  top: auto !important;
  bottom: -13rem !important;
  left: 34% !important;
  border-radius: 50%;
  background: rgb(40 50 119 / 8%);
  filter: blur(1px);
}

.grid {
  opacity: 0.33;
  background-image:
    linear-gradient(rgb(40 50 119 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(40 50 119 / 5%) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.header,
.main,
.footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: auto;
  height: 38px;
}

.headerActions,
.languagePicker,
.actions,
.footer nav {
  display: flex;
  align-items: center;
}

.headerActions {
  gap: 14px;
}

.languagePicker {
  padding: 4px;
  border: 1px solid rgb(40 50 119 / 12%);
  border-radius: 999px;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 8px 24px rgb(40 50 119 / 6%);
}

.languagePicker button {
  width: 38px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #687092;
  font: 600 0.72rem/1 'Poppins', sans-serif;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.languagePicker button.languageActive {
  background: var(--launch-navy);
  color: #ffffff;
}

.headerCta {
  border-bottom: 1px solid rgb(40 50 119 / 28%);
  color: var(--launch-navy);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.main {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 44px 0 58px;
}

.hero {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.story {
  max-width: 650px;
}

.status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  padding: 9px 14px;
  border: 1px solid rgb(0 131 255 / 18%);
  border-radius: 999px;
  background: rgb(255 255 255 / 74%);
  box-shadow: 0 12px 34px rgb(40 50 119 / 7%);
  color: var(--launch-navy);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.statusDot,
.launchPulse {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--launch-blue);
  box-shadow: 0 0 0 5px rgb(0 131 255 / 11%);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--launch-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story h1 {
  max-width: 640px;
  margin: 0;
  color: var(--launch-navy-deep);
  font-size: clamp(3rem, 5.1vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.intro {
  max-width: 630px;
  margin: 28px 0 0;
  color: #46506f;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.75;
}

.statusBody {
  margin: 11px 0 0;
  color: #737b96;
  font-size: 0.88rem;
}

.actions {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.primaryCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--launch-blue);
  box-shadow: 0 16px 36px rgb(0 131 255 / 24%);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primaryCta span {
  font-size: 1.15rem;
}

.primaryCta:hover {
  background: #0678e3;
  box-shadow: 0 18px 42px rgb(0 131 255 / 31%);
  color: #ffffff;
  transform: translateY(-2px);
}

.launchPanel {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(32px, 3.4vw, 48px);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 4%, rgb(83 215 255 / 15%), transparent 19rem),
    linear-gradient(150deg, #29347e 0%, #171f58 68%, #121947 100%);
  box-shadow:
    0 32px 80px rgb(25 35 89 / 22%),
    inset 0 1px 0 rgb(255 255 255 / 9%);
  color: #ffffff;
}

.launchPanel::before {
  content: '';
  position: absolute;
  top: 0;
  left: clamp(32px, 3.4vw, 48px);
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, var(--launch-cyan), transparent);
}

.panelHeader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.panelBrand {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: #ffffff;
}

.panelBrand span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.panelBrand strong {
  color: var(--launch-cyan);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.panelStatus {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgb(255 255 255 / 52%);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.panelStatusDot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--launch-cyan);
  box-shadow: 0 0 0 4px rgb(83 215 255 / 10%);
}

.countdownBlock {
  position: relative;
  padding-top: clamp(42px, 5vw, 68px);
}

.countdownIntro {
  max-width: 370px;
  margin: 0;
  color: rgb(255 255 255 / 70%);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.launchPulse {
  background: var(--launch-cyan);
  box-shadow: 0 0 0 5px rgb(83 215 255 / 12%);
}

.countdownGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(34px, 4vw, 48px);
  padding: 28px 0 26px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.countdownUnit {
  position: relative;
  padding: 0 14px;
  text-align: center;
}

.countdownUnit + .countdownUnit::before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: rgb(255 255 255 / 12%);
}

.countdownUnit strong,
.countdownUnit span {
  display: block;
}

.countdownUnit strong {
  color: #ffffff;
  font-size: clamp(2.15rem, 4.4vw, 3.65rem);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.055em;
  line-height: 1;
}

.countdownUnit span {
  margin-top: 12px;
  color: rgb(255 255 255 / 44%);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countdownDate {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: rgb(255 255 255 / 82%);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.launchedMessage {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 68px;
  padding: 24px 0;
  border-top: 1px solid rgb(255 255 255 / 12%);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.launchedMessage .launchPulse {
  margin-top: 5px;
}

.launchedMessage strong {
  display: block;
  color: #ffffff;
  font-size: 0.84rem;
}

.launchedMessage p {
  margin: 4px 0 0;
  color: rgb(255 255 255 / 60%);
  font-size: 0.72rem;
  line-height: 1.5;
}

.footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgb(40 50 119 / 9%);
  color: #7b829b;
  font-size: 0.73rem;
}

.footer p {
  margin: 0;
}

.footer nav {
  gap: 20px;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover,
.headerCta:hover {
  color: var(--launch-blue);
}

.languagePicker button:focus-visible,
.primaryCta:focus-visible,
.headerCta:focus-visible,
.footer a:focus-visible {
  outline: 3px solid rgb(0 131 255 / 34%);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .page {
    overflow: auto;
  }

  .main {
    padding: 42px 0 64px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .story {
    max-width: 720px;
  }

  .launchPanel {
    max-width: 720px;
  }
}

@media (max-width: 575px) {
  .header,
  .main,
  .footer {
    width: min(100% - 30px, 1180px);
  }

  .header {
    min-height: 76px;
  }

  .brand img {
    height: 31px;
  }

  .headerCta {
    display: none;
  }

  .main {
    padding: 30px 0 48px;
  }

  .status {
    margin-bottom: 24px;
  }

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

  .intro {
    margin-top: 22px;
    line-height: 1.65;
  }

  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }

  .primaryCta {
    width: 100%;
  }

  .launchPanel {
    padding: 22px;
    border-radius: 24px;
    min-height: 390px;
  }

  .panelHeader {
    padding-bottom: 20px;
  }

  .panelStatus {
    max-width: 120px;
    justify-content: flex-end;
    text-align: right;
  }

  .countdownBlock {
    padding-top: 38px;
  }

  .countdownGrid {
    margin-top: 30px;
    padding: 24px 0 22px;
  }

  .countdownUnit {
    padding-inline: 6px;
  }

  .countdownUnit strong {
    font-size: clamp(1.65rem, 10vw, 2.35rem);
  }

  .countdownUnit span {
    margin-top: 9px;
    font-size: 0.47rem;
    letter-spacing: 0.05em;
  }

  .countdownDate {
    font-size: 0.7rem;
  }

  .footer {
    min-height: 88px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .primaryCta {
    transition: none;
  }
}
