/* Rajdhani local — același subset ca Google Fonts css2 Rajdhani 600/700. */
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/rajdhani-600-devanagari.woff2") format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/rajdhani-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/rajdhani-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/rajdhani-700-devanagari.woff2") format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/rajdhani-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/rajdhani-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Pagină statică de pre-lansare. Copie vizuală a ecranului intro-gate.
   Nu înlocuiește intro.css / intro.js. */

html,
body {
  margin: 0;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.prelaunch-stage {
  position: fixed;
  inset: 0;
  background: #000;
  overflow: hidden;
}

.prelaunch-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.prelaunch-start {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: min(86vw, 720px);
  height: clamp(5.6rem, 14vw, 7.6rem);
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}

.prelaunch-start-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(90, 168, 255, 0.28));
  animation: prelaunch-hud-breathe 4.8s ease-in-out infinite;
}

.prelaunch-start-frame svg {
  display: block;
  width: 100%;
  height: 100%;
}

.prelaunch-hud-plate {
  fill: rgba(8, 16, 28, 0.22);
  stroke: rgba(126, 182, 255, 0.72);
  stroke-width: 1.85;
}

.prelaunch-hud-inner {
  fill: none;
  stroke: rgba(160, 214, 255, 0.28);
  stroke-width: 1.1;
}

.prelaunch-hud-scan {
  fill: none;
  stroke: rgba(190, 230, 255, 0.85);
  stroke-width: 1.6;
  stroke-dasharray: 42 520;
  stroke-linecap: square;
  animation: prelaunch-hud-orbit 7.5s linear infinite;
}

.prelaunch-hud-ticks {
  stroke-width: 1.4;
  stroke-linecap: square;
  opacity: 0.85;
}

.prelaunch-start-label {
  position: relative;
  z-index: 1;
  padding: 0 1.2rem;
  color: #d7eeff;
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 3.4vw, 1.95rem);
  font-weight: 700;
  letter-spacing: 0.46em;
  text-indent: 0.46em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(126, 182, 255, 0.45), 0 0 22px rgba(90, 168, 255, 0.2);
}

.prelaunch-launch {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: min(22vw, 15.75rem);
  height: clamp(3.1rem, 6.4vw, 4.15rem);
  margin: 0;
  pointer-events: none;
  user-select: none;
}

.prelaunch-launch--de {
  left: calc(50% - min(43vw, 360px) - clamp(1.6rem, 3.1vw, 2.75rem));
  transform: translate(-100%, -50%);
}

.prelaunch-launch--en {
  left: calc(50% + min(43vw, 360px) + clamp(1.6rem, 3.1vw, 2.75rem));
  transform: translate(0, -50%);
}

.prelaunch-launch--de::after,
.prelaunch-launch--en::before {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(1.6rem, 3.1vw, 2.75rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(126, 182, 255, 0.05), rgba(160, 214, 255, 0.62));
  box-shadow: 0 0 8px rgba(90, 168, 255, 0.35);
}

.prelaunch-launch--de::after {
  right: calc(-1 * clamp(1.6rem, 3.1vw, 2.75rem));
  background: linear-gradient(90deg, rgba(160, 214, 255, 0.62), rgba(126, 182, 255, 0.05));
}

.prelaunch-launch--en::before {
  left: calc(-1 * clamp(1.6rem, 3.1vw, 2.75rem));
}

.prelaunch-launch-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(90, 168, 255, 0.24));
  animation: prelaunch-hud-breathe 4.8s ease-in-out infinite;
}

.prelaunch-launch-frame svg {
  display: block;
  width: 100%;
  height: 100%;
}

.prelaunch-launch-plate {
  fill: rgba(6, 14, 26, 0.52);
  stroke: rgba(126, 182, 255, 0.78);
  stroke-width: 1.7;
}

.prelaunch-launch-inner {
  fill: none;
  stroke: rgba(160, 214, 255, 0.28);
  stroke-width: 1;
}

.prelaunch-launch-scan {
  fill: none;
  stroke: rgba(190, 230, 255, 0.85);
  stroke-width: 1.35;
  stroke-dasharray: 28 360;
  stroke-linecap: square;
  animation: prelaunch-hud-orbit 7.5s linear infinite;
}

.prelaunch-launch-ticks {
  stroke-width: 1.25;
  stroke-linecap: square;
  opacity: 0.85;
}

.prelaunch-launch-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  padding: 0 0.7rem;
}

.prelaunch-launch-kicker,
.prelaunch-launch-when {
  color: #d7eeff;
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.05;
  text-shadow: 0 0 10px rgba(126, 182, 255, 0.45), 0 0 22px rgba(90, 168, 255, 0.2);
}

.prelaunch-launch-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32em;
  padding-bottom: 0.22rem;
  font-size: clamp(0.58rem, 1.15vw, 0.78rem);
  opacity: 0.92;
}

.prelaunch-launch-flag {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 0.78rem;
  height: 0.48rem;
  border: 1px solid rgba(160, 214, 255, 0.62);
  background: rgba(6, 16, 26, 0.85);
  box-shadow: 0 0 6px rgba(90, 168, 255, 0.35);
  overflow: hidden;
}

.prelaunch-launch-flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

.prelaunch-launch-kicker-text {
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.prelaunch-launch-kicker::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(160, 214, 255, 0.55), transparent);
  box-shadow: 0 0 6px rgba(90, 168, 255, 0.28);
}

.prelaunch-launch-when {
  font-size: clamp(0.72rem, 1.45vw, 0.98rem);
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}

.prelaunch-lang {
  position: absolute;
  top: clamp(0.85rem, 2.4vw, 1.4rem);
  right: clamp(0.85rem, 2.4vw, 1.5rem);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.42rem;
  max-width: min(92vw, 22rem);
  pointer-events: none;
  user-select: none;
}

.prelaunch-lang-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
}

.prelaunch-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(126, 210, 230, 0.38);
  border-radius: 999px;
  background: rgba(8, 16, 28, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(220, 240, 255, 0.82);
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  box-shadow: 0 0 12px rgba(60, 180, 210, 0.08);
}

.prelaunch-lang-flag {
  font-size: 0.95rem;
  line-height: 1;
}

.prelaunch-lang-hint {
  margin: 0;
  padding-right: 0.15rem;
  color: rgba(210, 230, 240, 0.42);
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes prelaunch-hud-breathe {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(90, 168, 255, 0.22));
    opacity: 0.92;
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(126, 182, 255, 0.4));
    opacity: 1;
  }
}

@keyframes prelaunch-hud-orbit {
  to {
    stroke-dashoffset: -562;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prelaunch-start-frame,
  .prelaunch-hud-scan,
  .prelaunch-launch-frame,
  .prelaunch-launch-scan {
    animation: none;
  }
}

@media (max-width: 1320px) {
  .prelaunch-launch {
    width: min(20vw, 12.5rem);
    height: clamp(2.9rem, 5.8vw, 3.6rem);
  }

  .prelaunch-launch-kicker-text {
    letter-spacing: 0.12em;
  }

  .prelaunch-launch-when {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}

@media (max-width: 1120px) {
  .prelaunch-launch {
    width: min(36vw, 13rem);
    height: 3.1rem;
  }

  .prelaunch-launch--de,
  .prelaunch-launch--en {
    top: calc(50% - clamp(5.4rem, 13vw, 7rem));
  }

  .prelaunch-launch--de {
    left: calc(50% - 0.7rem);
    transform: translate(-100%, -50%);
  }

  .prelaunch-launch--en {
    left: calc(50% + 0.7rem);
    transform: translate(0, -50%);
  }

  .prelaunch-launch--de::after,
  .prelaunch-launch--en::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .prelaunch-lang {
    top: 0.7rem;
    right: 0.7rem;
  }

  .prelaunch-lang-btn {
    padding: 0.4rem 0.62rem;
    font-size: 0.72rem;
  }

  .prelaunch-launch {
    width: min(46vw, 11.4rem);
    height: 2.85rem;
  }

  .prelaunch-launch--de,
  .prelaunch-launch--en {
    top: calc(50% - 5.15rem);
  }

  .prelaunch-launch-kicker {
    font-size: 0.52rem;
    gap: 0.22em;
  }

  .prelaunch-launch-flag {
    width: 0.62rem;
    height: 0.38rem;
  }

  .prelaunch-launch-kicker-text {
    letter-spacing: 0.06em;
  }

  .prelaunch-launch-when {
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
  }
}
