@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-400-arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-500-arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-600-arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-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+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-700-arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-arabic-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+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

html {
  min-width: 320px;
  background: #07111f;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  color: #f8fafc;
  background: #07111f;
  font-family: 'IBM Plex Sans Arabic', Tahoma, Arial, sans-serif;
}

button,
a {
  font: inherit;
}

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

.launch-page {
  --navy-950: #07111f;
  --navy-900: #0a1628;
  --navy-700: #1e3a5f;
  --gold: #b8860b;
  --gold-light: #d3a524;
  --text: #f8fafc;
  --muted: #b8c5d5;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: var(--text);
  background: var(--navy-950);
}

.launch-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 45%, rgba(30, 58, 95, 0.42), transparent 44%),
    var(--navy-950);
}

.launch-background img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0.98;
  transform: scale(1.015);
  animation: background-drift 18s ease-in-out infinite alternate;
}

.launch-page--en .launch-background img {
  transform: scaleX(-1) scale(1.015);
  animation-name: background-drift-en;
}

.launch-background::after {
  position: absolute;
  content: '';
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.02) 0%, rgba(7, 17, 31, 0.08) 42%, rgba(7, 17, 31, 0.66) 67%, rgba(7, 17, 31, 0.92) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.32) 0%, transparent 28%, transparent 70%, rgba(7, 17, 31, 0.62) 100%);
}

.launch-page--en .launch-background::after {
  background:
    linear-gradient(270deg, rgba(7, 17, 31, 0.02) 0%, rgba(7, 17, 31, 0.08) 42%, rgba(7, 17, 31, 0.66) 67%, rgba(7, 17, 31, 0.92) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.32) 0%, transparent 28%, transparent 70%, rgba(7, 17, 31, 0.62) 100%);
}

.launch-header,
.launch-main,
.launch-footer {
  width: min(100%, 96rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}

.launch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: clamp(1.25rem, 3.4vh, 2.25rem);
  animation: fade-down 0.7s ease-out both;
}

.launch-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--text);
}

.launch-brand__mark {
  display: inline-flex;
  width: clamp(3.15rem, 4vw, 4.25rem);
  height: clamp(3.15rem, 4vw, 4.25rem);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2.5rem rgba(184, 134, 11, 0.2);
}

.launch-brand__mark img {
  width: 100%;
  height: 100%;
}

.launch-brand__copy {
  display: grid;
  gap: 0.12rem;
  line-height: 1.2;
}

.launch-brand__copy strong {
  font-size: clamp(1.05rem, 1.6vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.launch-brand__copy small {
  color: rgba(226, 232, 240, 0.72);
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
  font-weight: 400;
}

.launch-language {
  display: inline-flex;
  min-width: 5.5rem;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.32);
  border-radius: 0.9rem;
  color: #fff;
  background: rgba(15, 29, 49, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  direction: ltr;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.launch-language img {
  width: 1.1rem;
  height: 1.1rem;
}

.launch-language:hover {
  border-color: rgba(211, 165, 36, 0.7);
  color: #ffe7a3;
  background: rgba(30, 58, 95, 0.64);
  transform: translateY(-2px);
}

.launch-language:focus-visible {
  outline: 3px solid rgba(211, 165, 36, 0.38);
  outline-offset: 4px;
}

.launch-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  padding-block: clamp(2rem, 7vh, 5rem);
}

.launch-copy {
  position: relative;
  grid-column: 1;
  width: min(100%, 41rem);
  justify-self: start;
  padding-inline-start: clamp(1rem, 3vw, 3.5rem);
  text-align: start;
  animation: fade-up 0.9s 0.12s ease-out both;
}

.launch-page--en .launch-copy {
  grid-column: 1;
  justify-self: start;
  padding-inline: clamp(1rem, 3vw, 3.5rem) 0;
}

.launch-copy::before {
  position: absolute;
  z-index: -1;
  width: min(46rem, 80vw);
  aspect-ratio: 1;
  content: '';
  inset-inline-start: -9rem;
  top: 50%;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 2.55rem, rgba(148, 163, 184, 0.052) 2.58rem 2.64rem);
  transform: translateY(-49%);
  -webkit-mask-image: linear-gradient(90deg, transparent 12%, #000 55%, transparent 94%);
  mask-image: linear-gradient(90deg, transparent 12%, #000 55%, transparent 94%);
  pointer-events: none;
}

.launch-copy h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.25rem, 6.2vw, 6.8rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.2);
}

.launch-page--en .launch-copy h1 {
  max-width: 9ch;
  font-size: clamp(3rem, 5.6vw, 6.1rem);
}

.launch-copy h1 > span {
  display: block;
}

.launch-copy__accent {
  margin-top: 0.25em;
  color: var(--gold-light);
}

.launch-copy__body {
  max-width: 27rem;
  margin: clamp(1.75rem, 3.5vh, 2.6rem) 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 400;
  line-height: 1.85;
  text-wrap: pretty;
}

.launch-page--en .launch-copy__body {
  line-height: 1.65;
}

.launch-route {
  position: relative;
  display: flex;
  width: min(100%, 28rem);
  height: 1.5rem;
  align-items: center;
  margin-top: clamp(2rem, 4vh, 3.25rem);
  direction: ltr;
}

.launch-route__line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 134, 11, 0.58), var(--gold-light));
  box-shadow: 0 0 0.8rem rgba(184, 134, 11, 0.28);
  transform: scaleX(0);
  transform-origin: left;
  animation: route-draw 1.25s 0.75s ease-out forwards;
}

.launch-route__dot {
  position: absolute;
  z-index: 2;
  left: -0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid #fff5d2;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 0.28rem rgba(184, 134, 11, 0.16), 0 0 1.1rem rgba(211, 165, 36, 0.8);
  animation: pulse 2.8s 1s ease-in-out infinite;
}

.launch-route__plane {
  position: absolute;
  z-index: 2;
  right: -0.25rem;
  width: 1.55rem;
  height: 1.55rem;
  max-width: none;
  filter: drop-shadow(0 0 0.55rem rgba(211, 165, 36, 0.4));
  transform: rotate(3deg);
  animation: plane-hover 3.6s 1.1s ease-in-out infinite;
}

.launch-copy__status {
  width: min(100%, 28rem);
  margin: 1rem 0 0;
  color: var(--gold-light);
  font-size: clamp(0.9rem, 1.1vw, 1.02rem);
  font-weight: 500;
  text-align: center;
}

.launch-contact {
  display: flex;
  width: min(100%, 28rem);
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.8rem 0 0;
  color: rgba(226, 232, 240, 0.76);
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  line-height: 1.5;
}

.launch-contact a {
  color: #fff1bf;
  font-weight: 600;
  text-decoration-color: rgba(211, 165, 36, 0.52);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  direction: ltr;
  unicode-bidi: isolate;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.launch-contact a:hover {
  color: var(--gold-light);
  text-decoration-color: currentColor;
}

.launch-contact a:focus-visible {
  border-radius: 0.25rem;
  outline: 3px solid rgba(211, 165, 36, 0.38);
  outline-offset: 4px;
}

.launch-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding-top: 1.35rem;
  padding-bottom: clamp(1.25rem, 3vh, 2rem);
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.78rem;
  animation: fade-up 0.7s 0.5s ease-out both;
}

.launch-footer::before {
  position: absolute;
  height: 1px;
  content: '';
  inset-inline: clamp(1.25rem, 4vw, 4rem);
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.5) 18%, rgba(184, 134, 11, 0.5) 82%, transparent);
}

.error-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 2rem;
  color: #f8fafc;
  background:
    radial-gradient(circle at 50% 20%, rgba(30, 58, 95, 0.65), transparent 50%),
    #07111f;
  text-align: center;
}

.error-card {
  width: min(100%, 34rem);
}

.error-card img {
  width: 4.25rem;
  height: 4.25rem;
  margin-inline: auto;
}

.error-card h1 {
  margin: 1.5rem 0 0.75rem;
  color: #d3a524;
  font-size: clamp(2.1rem, 8vw, 4rem);
}

.error-card p {
  margin: 0;
  color: #b8c5d5;
  font-size: 1.05rem;
  line-height: 1.8;
}

.error-card a {
  display: inline-flex;
  margin-top: 1.75rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(211, 165, 36, 0.55);
  border-radius: 0.8rem;
  color: #fff;
  background: rgba(184, 134, 11, 0.18);
  font-weight: 600;
  text-decoration: none;
}

.error-card a:focus-visible {
  outline: 3px solid rgba(211, 165, 36, 0.4);
  outline-offset: 4px;
}

@keyframes fade-down {
  from { opacity: 0; transform: translateY(-1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(1.5rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes route-draw {
  to { transform: scaleX(1); }
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 0.5rem rgba(184, 134, 11, 0.08), 0 0 1.35rem rgba(211, 165, 36, 0.92);
  }
}

@keyframes plane-hover {
  0%, 100% { transform: translate(0, 0) rotate(3deg); }
  50% { transform: translate(-0.55rem, -0.3rem) rotate(3deg); }
}

@keyframes background-drift {
  from { transform: scale(1.015); }
  to { transform: scale(1.045) translateX(-0.35%); }
}

@keyframes background-drift-en {
  from { transform: scaleX(-1) scale(1.015); }
  to { transform: scaleX(-1) scale(1.045) translateX(-0.35%); }
}

@media (max-width: 767px) {
  body {
    overflow: auto;
  }

  .launch-header,
  .launch-main,
  .launch-footer {
    padding-inline: 1rem;
  }

  .launch-header {
    padding-top: 1rem;
  }

  .launch-brand {
    gap: 0.65rem;
  }

  .launch-brand__mark {
    width: 3rem;
    height: 3rem;
    border-radius: 0.82rem;
  }

  .launch-brand__copy strong {
    font-size: 0.98rem;
  }

  .launch-brand__copy small {
    font-size: 0.68rem;
  }

  .launch-language {
    min-width: 4.7rem;
    min-height: 2.9rem;
    gap: 0.48rem;
    padding: 0.65rem 0.8rem;
    border-radius: 0.8rem;
    font-size: 0.82rem;
  }

  .launch-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 3rem;
  }

  .launch-copy,
  .launch-page--en .launch-copy {
    width: 100%;
    max-width: 34rem;
    padding-inline: 0;
    text-align: center;
  }

  .launch-copy::before {
    width: 36rem;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-image: radial-gradient(circle, #000 22%, transparent 72%);
    mask-image: radial-gradient(circle, #000 22%, transparent 72%);
  }

  .launch-copy h1,
  .launch-page--en .launch-copy h1 {
    max-width: 10ch;
    margin-inline: auto;
    font-size: clamp(2.85rem, 13vw, 4.7rem);
    line-height: 1.03;
  }

  .launch-copy__body {
    max-width: 30rem;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 1.75;
  }

  .launch-page--en .launch-copy__body {
    line-height: 1.55;
  }

  .launch-route {
    width: min(82%, 24rem);
    margin-inline: auto;
    margin-top: 2.1rem;
  }

  .launch-copy__status {
    width: 100%;
    font-size: 0.85rem;
  }

  .launch-contact {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0.65rem;
    font-size: 0.8rem;
  }

  .launch-background img,
  .launch-page--en .launch-background img {
    object-position: left center;
    opacity: 0.88;
    filter: saturate(0.92) contrast(1.04);
  }

  .launch-background::after,
  .launch-page--en .launch-background::after {
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.3) 0%, rgba(7, 17, 31, 0.58) 38%, rgba(7, 17, 31, 0.78) 100%),
      radial-gradient(circle at 50% 45%, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.46) 72%);
  }

  .launch-footer {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 350px) {
  .launch-brand__copy small {
    display: none;
  }

  .launch-copy h1,
  .launch-page--en .launch-copy h1 {
    font-size: 2.65rem;
  }
}

@media (max-height: 720px) and (min-width: 768px) {
  .launch-main {
    padding-block: 1.5rem;
  }

  .launch-copy h1 {
    font-size: clamp(3.3rem, 5.6vw, 5.2rem);
  }

  .launch-copy__body {
    margin-top: 1.35rem;
  }

  .launch-route {
    margin-top: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-header,
  .launch-copy,
  .launch-footer,
  .launch-route__line,
  .launch-route__dot,
  .launch-route__plane,
  .launch-background img {
    animation: none !important;
  }

  .launch-route__line {
    transform: scaleX(1);
  }

  .launch-language {
    transition: none;
  }
}
