* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: system-ui, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #050505;
  color: #fff;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

/* BACKGROUND */
.bg-glow {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 75% 20%, rgba(212, 161, 74, 0.22), transparent 22%),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.04), transparent 20%),
    linear-gradient(180deg, #030303 0%, #090909 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: .2;
}

/* HERO */
.hero {
  padding: 24px 32px 40px;
  min-height: 100vh;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-btn {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: 28px;
  padding: 12px 16px;
  border-radius: 16px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.logo {
  font-size: 34px;
  font-weight: 900;
  color: #d8b36a;
  text-shadow: 0 0 20px rgba(216,179,106,.3);
}

.logo span {
  font-style: italic;
}

.logo small {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255,255,255,.45);
  margin-top: 4px;
}

/* HERO CONTENT */
.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  min-height: 80vh;
  gap: 30px;
}

.hero-left h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 900;
  margin: 20px 0;
}

.hero-left h1 span {
  color: #d8b36a;
}

.hero-left p {
  font-size: 20px;
  color: rgba(255,255,255,.7);
  margin-bottom: 26px;
}

.badge {
  display: inline-block;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  color: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 16px 24px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  transition: .25s;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn.gold {
  background: linear-gradient(135deg, #f5d68d, #a56b18);
  color: #111;
  box-shadow: 0 12px 30px rgba(212,161,74,.25);
}

.btn.dark {
  background: rgba(255,255,255,.04);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.hero-rating {
  margin-top: 24px;
  font-size: 15px;
  color: rgba(255,255,255,.85);
}

/* HERO RIGHT */
.hero-right {
  position: relative;
  height: 580px;
}

.orbit {
  position: absolute;
  inset: 90px;
  border-radius: 50%;
  border: 1px solid rgba(216,179,106,.2);
  box-shadow:
    0 0 90px rgba(216,179,106,.08),
    inset 0 0 60px rgba(216,179,106,.03);
}

.floating-card {
  position: absolute;
  padding: 26px 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18,18,18,.95), rgba(6,6,6,.95));
  border: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 40px rgba(0,0,0,.6);
  font-size: 28px;
  font-weight: 800;
  transition: .3s;
}

.floating-card:hover {
  transform: translateY(-8px);
}

.netflix {
  top: 120px;
  left: 20px;
  color: #e50914;
}

.spotify {
  top: 320px;
  left: 70px;
  color: #1db954;
}

.disney {
  top: 90px;
  right: 60px;
  color: #8bc7ff;
}

.anghami {
  top: 360px;
  right: 80px;
  color: #b98cff;
}

/* FEATURES */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0 32px 40px;
}

.feature-box {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(180deg, rgba(18,18,18,.95), rgba(8,8,8,.95));
  border: 1px solid rgba(216,179,106,.08);
  backdrop-filter: blur(12px);
}

/* SERVICES */
.services {
  padding: 20px 20px 60px;
}

.services h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #d8b36a;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1300px;
  margin: auto;
}

.service-card {
  background: linear-gradient(180deg, rgba(18,18,18,.95), rgba(8,8,8,.95));
  border-radius: 22px;
  padding: 14px;
  border: 1px solid rgba(216,179,106,.08);
  cursor: pointer;
  transition: .25s;
  backdrop-filter: blur(14px);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 35px rgba(212,161,74,.12);
}

.img-box {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card span {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

/* MODAL */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hidden {
  display: none;
}

.modal-box {
  width: 92%;
  max-width: 380px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18,18,18,.98), rgba(8,8,8,.98));
  border: 1px solid rgba(216,179,106,.12);
  backdrop-filter: blur(14px);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.modal-header span {
  color: #d8b36a;
  font-weight: 700;
}

.modal-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

select {
  width: 100%;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(216,179,106,.12);
  background: #111;
  color: white;
  margin-bottom: 18px;
}

.price {
  margin-bottom: 16px;
  font-weight: 700;
}

.actions {
  display: flex;
  gap: 12px;
}

.cancel {
  flex: 1;
  border: none;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: white;
  padding: 14px;
  cursor: pointer;
}

.buy {
  flex: 2;
  text-decoration: none;
  text-align: center;
  padding: 14px;
  border-radius: 14px;
  font-weight: 800;
  color: #111;
  background: linear-gradient(135deg, #f5d68d, #a56b18);
}

/* FOOTER */
footer {
  text-align: center;
  padding: 30px 20px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
}

/* MOBILE */
@media (max-width: 900px) {
  .hero-content,
  .features,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-left h1 {
    font-size: 46px;
  }

  .hero-right {
    height: 420px;
  }

  .floating-card {
    font-size: 20px;
    padding: 18px;
  }

  .features {
    padding: 0 16px 30px;
  }

  .hero {
    padding: 18px;
  }

  .logo {
    font-size: 24px;
  }

  .services h2 {
    font-size: 26px;
  }
}
