:root {
  --navy: #071426;
  --navy-soft: #0d2138;
  --navy-line: rgba(255, 255, 255, 0.12);
  --gold: #c9a24d;
  --gold-light: #f0d990;
  --cream: #fff8e8;
  --muted: #aeb8c8;
  --white: #ffffff;
  --danger: #ff8a8a;
  --success: #87f5b1;
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(201, 162, 77, 0.18), transparent 34rem),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 28rem),
    linear-gradient(135deg, #04101f 0%, var(--navy) 46%, #020810 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

button,
a,
input {
  font: inherit;
}

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

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}

.orb {
  position: fixed;
  z-index: -3;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.18;
  pointer-events: none;
}

.orb-one {
  top: 8%;
  right: -10rem;
  background: var(--gold);
}

.orb-two {
  bottom: -10rem;
  left: -8rem;
  background: #4f7dbf;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 0;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--navy-line);
  border-radius: 999px;
  background: rgba(7, 20, 38, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(201, 162, 77, 0.55);
  border-radius: 50%;
  color: var(--gold-light);
  background: linear-gradient(145deg, rgba(201, 162, 77, 0.18), rgba(255, 255, 255, 0.04));
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(201, 162, 77, 0.32);
  border-radius: 999px;
  color: var(--cream);
  font-size: 0.9rem;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.topbar-link:hover {
  border-color: rgba(201, 162, 77, 0.7);
  background: rgba(201, 162, 77, 0.08);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  padding: 80px 0 28px;
}

.hero-content,
.launch-panel {
  border: 1px solid var(--navy-line);
  border-radius: var(--radius-xl);
  background: rgba(7, 20, 38, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.hero-content {
  padding: clamp(28px, 5vw, 64px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--gold-light);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.hero-text {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #08111f;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 16px 34px rgba(201, 162, 77, 0.2);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--cream);
  background: rgba(255, 255, 255, 0.04);
}

.button.ghost:hover {
  border-color: rgba(201, 162, 77, 0.5);
  background: rgba(201, 162, 77, 0.08);
}

.notify-card {
  display: grid;
  gap: 18px;
  max-width: 740px;
  margin-top: 42px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.045);
}

.notify-card label {
  display: block;
  margin-bottom: 6px;
  color: var(--cream);
  font-weight: 800;
}

.notify-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.input-row input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  outline: none;
  padding: 0 18px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.2);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.input-row input:focus {
  border-color: rgba(201, 162, 77, 0.78);
  box-shadow: 0 0 0 4px rgba(201, 162, 77, 0.12);
}

.input-row input::placeholder {
  color: rgba(174, 184, 200, 0.8);
}

.input-row button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: #06111f;
  background: var(--cream);
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease, opacity 180ms ease;
}

.input-row button:hover {
  transform: translateY(-1px);
}

.form-message {
  min-height: 1.3em;
}

.form-message.error {
  color: var(--danger);
}

.form-message.success {
  color: var(--success);
}

.launch-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.launch-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(201, 162, 77, 0.14), transparent 46%),
    radial-gradient(circle at 75% 8%, rgba(201, 162, 77, 0.2), transparent 15rem);
  pointer-events: none;
}

.panel-header,
.countdown,
.service-grid {
  position: relative;
  z-index: 1;
}

.panel-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
  font-weight: 800;
}

.status-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--success);
}

.status-dot::after {
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  content: "";
  border: 1px solid rgba(135, 245, 177, 0.35);
  animation: pulse 1.8s ease-out infinite;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.countdown div {
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(0, 0, 0, 0.18);
}

.countdown strong {
  display: block;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.08em;
}

.countdown span {
  display: block;
  margin-top: 10px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.service-grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-grid article:hover {
  border-color: rgba(201, 162, 77, 0.42);
  background: rgba(201, 162, 77, 0.06);
  transform: translateX(4px);
}

.service-grid span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-grid h2 {
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ticker {
  overflow: hidden;
  margin-top: 8px;
  border: 1px solid var(--navy-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 12px 14px;
  animation: ticker 28s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(7, 20, 38, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.8);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .launch-panel {
    order: 2;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 22px, 1180px);
    padding: 12px 0;
  }

  .topbar {
    align-items: flex-start;
    border-radius: 26px;
    flex-direction: column;
  }

  .topbar-link {
    width: 100%;
    justify-content: center;
  }

  .hero-content,
  .launch-panel {
    border-radius: 26px;
  }

  h1 {
    font-size: clamp(2.8rem, 16vw, 4.3rem);
  }

  .input-row {
    grid-template-columns: 1fr;
  }

  .input-row button {
    width: 100%;
  }

  .countdown {
    grid-template-columns: 1fr 1fr;
  }

  .countdown div {
    min-height: 104px;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
