:root {
  --gold: #f5c64c;
  --gold-2: #ffdf7a;
  --gold-dark: #a66a0f;
  --cream: #fff1bd;
  --text: #ffffff;
  --muted: rgba(255,255,255,.72);
  --dark: #030303;
  --panel: rgba(14, 14, 14, .82);
  --line: rgba(245, 198, 76, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: "Cairo", system-ui, sans-serif;
  color: var(--text);
  background: var(--dark);
  overflow-x: hidden;
}

.page {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 74px 18px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 15%, rgba(245,198,76,.23), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(166,106,15,.22), transparent 24%),
    radial-gradient(circle at 90% 86%, rgba(245,198,76,.12), transparent 20%),
    linear-gradient(145deg, #000 0%, #0b0b0b 48%, #020202 100%);
}

.grid-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .16;
  background-image:
    linear-gradient(rgba(245,198,76,.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,198,76,.24) 1px, transparent 1px);
  background-size: 46px 46px;
  animation: gridMove 18s linear infinite;
}
.grid-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0 30%, #000 76%);
}

.glow {
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: var(--gold);
  filter: blur(80px);
  opacity: .13;
  z-index: -2;
  animation: breathe 5s ease-in-out infinite;
}
.glow-1 { top: 8%; right: 8%; }
.glow-2 { bottom: 6%; left: 6%; animation-delay: 1.5s; }

.ticker {
  position: fixed;
  left: 0;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  border-block: 1px solid rgba(245,198,76,.24);
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(12px);
  z-index: 20;
}
.ticker-top { top: 0; }
.ticker-bottom { bottom: 0; direction: ltr; }
.ticker span {
  flex: 0 0 auto;
  white-space: nowrap;
  color: var(--cream);
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 800;
  animation: marquee 24s linear infinite;
}
.ticker-bottom span { animation-direction: reverse; }

.hero {
  width: min(1120px, 100%);
  display: grid;
  place-items: center;
}
.hero-card {
  position: relative;
  width: min(940px, 100%);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 20%),
    linear-gradient(180deg, rgba(20,20,20,.92), var(--panel));
  box-shadow: 0 26px 100px rgba(0,0,0,.78), inset 0 1px 0 rgba(255,255,255,.1);
}
.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--gold);
  filter: blur(60px);
  opacity: .12;
}
.hero-card::before { top: -120px; right: -80px; }
.hero-card::after { bottom: -130px; left: -80px; }
.card-shine {
  position: absolute;
  inset: -120% -50%;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.13), transparent 56%);
  animation: shine 7s ease-in-out infinite;
}
.content {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 5vw, 54px) clamp(18px, 5vw, 66px);
  text-align: center;
}

.label-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.live-badge,
.mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(245,198,76,.08);
  font-weight: 900;
  line-height: 1;
}
.live-badge i {
  width: 10px;
  height: 10px;
  margin-left: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 rgba(245,198,76,.8);
  animation: pulse 1.45s infinite;
}
.mini-badge {
  direction: ltr;
  font-family: "Playfair Display", serif;
  letter-spacing: .8px;
  color: #fff;
  background: rgba(255,255,255,.055);
}

.logo-wrap {
  position: relative;
  width: clamp(210px, 38vw, 365px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
}
.logo {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(245,198,76,.36));
  animation: float 4.2s ease-in-out infinite;
}
.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245,198,76,.28);
  inset: 9%;
}
.ring-1 { animation: rotate 11s linear infinite; }
.ring-2 { inset: 1%; border-style: dashed; opacity: .7; animation: rotate 17s linear infinite reverse; }
.satellite {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 18px var(--gold);
}
.satellite-1 { top: 10%; right: 28%; animation: orbitPulse 2.5s infinite; }
.satellite-2 { bottom: 16%; left: 24%; animation: orbitPulse 2.5s .8s infinite; }

h1 {
  margin: 0;
  font-size: clamp(32px, 6.2vw, 76px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.2px;
  background: linear-gradient(180deg, #fff8dd 0%, var(--gold-2) 34%, var(--gold) 58%, var(--gold-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 14px 40px rgba(245,198,76,.08);
}
.subtitle {
  width: min(710px, 100%);
  margin: 16px auto 22px;
  color: var(--muted);
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.9;
}

.status-panel {
  position: relative;
  width: min(600px, 100%);
  margin: 0 auto 22px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(245,198,76,.27);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  overflow: hidden;
}
.status-icon {
  color: var(--gold);
  font-size: 24px;
  animation: blink 1.4s infinite;
}
.status-panel strong {
  display: block;
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.2;
  font-weight: 900;
}
.status-panel small {
  display: block;
  margin-top: 7px;
  color: var(--cream);
  font-size: 14px;
}
.scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(245,198,76,.18), transparent);
  transform: translateX(110%);
  animation: scan 3.4s ease-in-out infinite;
}

.progress {
  width: min(470px, 88%);
  height: 9px;
  margin: 0 auto 30px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.progress span {
  display: block;
  height: 100%;
  width: 68%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), #fff4c7);
  animation: loadGlow 2.4s ease-in-out infinite alternate;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.features article {
  position: relative;
  padding: 19px 16px;
  border: 1px solid rgba(245,198,76,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}
.features article:hover {
  transform: translateY(-7px);
  border-color: rgba(245,198,76,.52);
  background: rgba(245,198,76,.075);
}
.features b {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 24px;
}
.features h3 {
  margin: 8px 0 6px;
  font-size: 20px;
  line-height: 1.25;
}
.features p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  font-size: 14.5px;
}

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@keyframes gridMove { to { background-position: 92px 92px; } }
@keyframes breathe { 50% { transform: scale(1.13); opacity: .18; } }
@keyframes shine { 0%, 58% { transform: translateX(0); } 100% { transform: translateX(58%); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 13px rgba(245,198,76,0); } 100% { box-shadow: 0 0 0 rgba(245,198,76,0); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-10px) scale(1.02); } }
@keyframes orbitPulse { 50% { transform: scale(1.65); opacity: .55; } }
@keyframes blink { 50% { opacity: .35; } }
@keyframes scan { 0% { transform: translateX(110%); } 55%, 100% { transform: translateX(-110%); } }
@keyframes loadGlow { from { width: 54%; filter: brightness(1); } to { width: 82%; filter: brightness(1.35); } }

@media (max-width: 900px) {
  .features { grid-template-columns: 1fr; }
  .hero-card { border-radius: 28px; }
}

@media (max-width: 620px) {
  .page {
    min-height: 100svh;
    align-items: start;
    padding: 58px 12px 60px;
  }
  .ticker {
    height: 34px;
    gap: 18px;
  }
  .ticker span {
    font-size: 11px;
    letter-spacing: .8px;
    animation-duration: 18s;
  }
  .hero-card {
    width: 100%;
    border-radius: 22px;
  }
  .content {
    padding: 22px 14px 24px;
  }
  .label-row {
    gap: 7px;
    margin-bottom: 8px;
  }
  .live-badge,
  .mini-badge {
    min-height: 32px;
    padding: 7px 12px;
    font-size: 12px;
  }
  .logo-wrap {
    width: min(250px, 76vw);
    margin-bottom: 4px;
  }
  h1 {
    font-size: clamp(31px, 11vw, 47px);
    letter-spacing: -.5px;
  }
  .subtitle {
    margin: 12px auto 16px;
    font-size: 15px;
    line-height: 1.75;
  }
  .status-panel {
    flex-direction: row;
    gap: 10px;
    padding: 15px 12px;
    border-radius: 18px;
    margin-bottom: 17px;
  }
  .status-panel strong {
    font-size: 23px;
  }
  .status-panel small {
    font-size: 12.5px;
  }
  .progress {
    width: 92%;
    height: 8px;
    margin-bottom: 18px;
  }
  .features {
    gap: 10px;
  }
  .features article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 12px;
    text-align: right;
    padding: 14px;
    border-radius: 16px;
  }
  .features b {
    grid-row: span 2;
    font-size: 22px;
    line-height: 1.5;
  }
  .features h3 {
    margin: 0;
    font-size: 16.5px;
  }
  .features p {
    font-size: 13px;
    line-height: 1.55;
  }
  .glow { width: 210px; height: 210px; }
}

@media (max-width: 380px) {
  .page { padding-inline: 9px; }
  .content { padding-inline: 11px; }
  .logo-wrap { width: min(220px, 74vw); }
  .subtitle { font-size: 14px; }
  .status-panel { align-items: flex-start; }
}

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