:root {
  color-scheme: dark;
  --bg: #070811;
  --bg-deep: #03040b;
  --text: #ffffff;
  --muted: #9aa8c4;
  --gold: #ff9f00;
  --gold-soft: #ffd15a;
  --track: #16253d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  overflow: hidden;
  background: var(--bg-deep);
  color: var(--text);
}

.soon-screen {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  padding: 30px 18px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 159, 0, 0.16), transparent 30%),
    radial-gradient(circle at 18% 62%, rgba(255, 159, 0, 0.12), transparent 24%),
    linear-gradient(145deg, #090b18 0%, #050611 56%, #03040b 100%);
}

.bg-noise,
.bg-glow,
.bg-scan,
.road-streaks {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.bg-noise {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  animation: drift 22s linear infinite;
}

.bg-glow {
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.7;
}

.glow-one {
  inset: auto auto 12% 12%;
  width: 190px;
  height: 190px;
  background: rgba(255, 159, 0, 0.18);
  animation: slow-float 7s ease-in-out infinite;
}

.glow-two {
  inset: 10% 12% auto auto;
  width: 220px;
  height: 220px;
  background: rgba(39, 67, 116, 0.36);
  animation: slow-float 8s ease-in-out infinite reverse;
}

.bg-scan {
  opacity: 0.18;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.08) 19%, transparent 20%, transparent 64%, rgba(255, 159, 0, 0.18) 65%, transparent 66%);
  translate: -18% 0;
  animation: scan 8s ease-in-out infinite;
}

.road-streaks {
  overflow: hidden;
  opacity: 0.32;
}

.road-streaks span {
  position: absolute;
  top: -20%;
  width: 2px;
  height: 145%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 209, 90, 0.72), transparent);
  box-shadow: 0 0 24px rgba(255, 159, 0, 0.48);
  transform: rotate(14deg);
  animation: road-slide 4.8s ease-in-out infinite;
}

.road-streaks span:nth-child(1) {
  left: 16%;
  animation-delay: 0.2s;
}

.road-streaks span:nth-child(2) {
  left: 66%;
  opacity: 0.72;
  animation-delay: 1.4s;
}

.road-streaks span:nth-child(3) {
  left: 86%;
  opacity: 0.44;
  animation-delay: 2.6s;
}

.soon-panel {
  display: grid;
  justify-items: center;
  width: min(100%, 840px);
  text-align: center;
}

.logo-frame {
  position: relative;
  display: grid;
  width: 216px;
  height: 216px;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.logo-frame::before {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 50%;
  background: rgba(255, 159, 0, 0.22);
  filter: blur(24px);
  animation: warm-pulse 2.7s ease-in-out infinite;
}

.dash-ring {
  position: absolute;
  inset: 0;
  border: 6px dashed rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
  animation: ring-spin 16s linear infinite;
}

.soft-ring {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 209, 90, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 54px rgba(255, 159, 0, 0.26);
  animation: ring-breathe 3.2s ease-in-out infinite;
}

.main-logo {
  position: relative;
  width: 118px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(255, 159, 0, 0.72));
  animation: logo-float 3.8s ease-in-out infinite;
}

.launch-chip {
  margin: 18px 0 0;
  color: var(--gold-soft);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-chip::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  text-align: left;
  animation: dots 1.3s steps(4, end) infinite;
}

.brand-title {
  margin: 18px 0 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.08);
}

.brand-title span {
  color: var(--text);
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.12);
}

.tagline {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.region-line {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 800;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 620px);
  margin-top: 18px;
}

.feature-strip span {
  display: grid;
  min-height: 40px;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 209, 90, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 12px 30px rgba(0, 0, 0, 0.18);
  animation: chip-float 4s ease-in-out infinite;
}

.feature-strip span:nth-child(2) { animation-delay: 0.3s; }
.feature-strip span:nth-child(3) { animation-delay: 0.6s; }
.feature-strip span:nth-child(4) { animation-delay: 0.9s; }

.progress-wrap {
  width: min(100%, 432px);
  margin-top: 32px;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  margin-top: 30px;
  padding: 0 26px;
  border-radius: 8px;
  color: #070811;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  box-shadow: 0 18px 48px rgba(255, 159, 0, 0.24);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-button:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(255, 159, 0, 0.32);
}

.progress-track {
  position: relative;
  height: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  background: var(--track);
  box-shadow:
    inset 0 0 18px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(20, 40, 72, 0.34);
}

.progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), rgba(255, 209, 90, 0.78), rgba(255, 209, 90, 0));
  filter: drop-shadow(0 0 10px rgba(255, 159, 0, 0.72));
  animation: load-fill 3s ease-in-out infinite;
}

.progress-shine {
  position: absolute;
  inset: 0 auto 0 -28%;
  width: 28%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  animation: shine 1.7s ease-in-out infinite;
}

.reveal {
  animation: reveal 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.delay-1 { animation-delay: 0.12s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.28s; }
.delay-4 { animation-delay: 0.36s; }
.delay-5 { animation-delay: 0.44s; }
.delay-6 { animation-delay: 0.52s; }
.delay-7 { animation-delay: 0.6s; }

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 88px 88px, -88px 88px; }
}

@keyframes scan {
  0%, 100% { transform: translateX(-10%); opacity: 0.08; }
  50% { transform: translateX(18%); opacity: 0.22; }
}

@keyframes slow-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(14px, -18px, 0) scale(1.08); }
}

@keyframes road-slide {
  0%, 100% { translate: 0 -4%; opacity: 0.34; }
  45% { translate: 0 8%; opacity: 0.9; }
  70% { translate: 0 16%; opacity: 0.48; }
}

@keyframes ring-spin {
  to { transform: rotate(360deg); }
}

@keyframes ring-breathe {
  0%, 100% { opacity: 0.55; transform: scale(0.97); }
  50% { opacity: 1; transform: scale(1.03); }
}

@keyframes warm-pulse {
  0%, 100% { opacity: 0.7; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.04); }
}

@keyframes chip-float {
  0%, 100% { transform: translateY(0); border-color: rgba(255, 209, 90, 0.18); }
  50% { transform: translateY(-4px); border-color: rgba(255, 209, 90, 0.38); }
}

@keyframes dots {
  0% { content: ""; }
  25% { content: "."; }
  50% { content: ".."; }
  75%, 100% { content: "..."; }
}

@keyframes load-fill {
  0%, 100% { width: 18%; opacity: 0.85; }
  50% { width: 42%; opacity: 1; }
}

@keyframes shine {
  to { transform: translateX(560%); }
}

@media (min-width: 640px) {
  .soon-screen {
    padding: 42px;
  }

  .logo-frame {
    width: 286px;
    height: 286px;
  }

  .main-logo {
    width: 152px;
  }

  .launch-chip {
    margin-top: 22px;
    font-size: 16px;
  }

  .brand-title {
    margin-top: 20px;
    font-size: 58px;
  }

  .tagline {
    font-size: 32px;
  }

  .feature-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .logo-frame {
    width: 318px;
    height: 318px;
  }

  .main-logo {
    width: 172px;
  }

  .brand-title {
    font-size: 64px;
  }

  .tagline {
    font-size: 34px;
  }
}

@media (max-width: 420px) {
  .soon-screen {
    padding-block: 18px;
  }

  .logo-frame {
    width: 170px;
    height: 170px;
  }

  .main-logo {
    width: 94px;
  }

  .brand-title {
    font-size: 38px;
  }

  .tagline {
    font-size: 18px;
    margin-top: 14px;
  }

  .region-line {
    font-size: 12px;
    line-height: 1.4;
  }

  .feature-strip {
    gap: 8px;
    margin-top: 14px;
  }

  .feature-strip span {
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
  }

  .progress-wrap {
    margin-top: 24px;
  }

  .contact-button {
    min-height: 44px;
    margin-top: 24px;
  }
}

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