:root {
  --bg: #080810;
  --surface: #11111c;
  --surface-2: #181824;
  --text: #f7f7fa;
  --muted: #a9a9b5;
  --lime: #d8ff36;
  --lime-dark: #171c00;
  --pink: #ff3e75;
  --line: rgba(255, 255, 255, 0.11);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "IBM Plex Sans Arabic", system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.glow {
  position: fixed;
  z-index: -1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: .12;
  pointer-events: none;
}
.glow-one { top: -250px; right: -180px; background: var(--lime); }
.glow-two { top: 520px; left: -360px; background: var(--pink); }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 104px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand img { display: block; width: 118px; height: auto; }
.header-download {
  padding: 13px 22px;
  border: 1px solid var(--lime);
  border-radius: 999px;
  color: var(--lime);
  font-weight: 700;
  transition: .25s ease;
}
.header-download:hover { background: var(--lime); color: var(--lime-dark); transform: translateY(-2px); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 720px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 72px;
  padding: 68px 0 44px;
}
.eyebrow {
  color: var(--lime);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  margin: 22px 0 22px;
  font-size: clamp(58px, 7vw, 96px);
  line-height: .95;
  letter-spacing: -3.5px;
}
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-text {
  max-width: 560px;
  margin-bottom: 30px;
  color: #c8c8d0;
  font-size: 20px;
  line-height: 1.85;
}
.primary-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.main-download {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-width: 285px;
  padding: 16px 20px;
  border-radius: 16px;
  background: var(--lime);
  color: var(--lime-dark);
  box-shadow: 0 14px 45px rgba(216, 255, 54, .2);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  transition: .25s ease;
}
.main-download:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(216, 255, 54, .3); }
.main-download small { display: block; font-size: 12px; font-weight: 500; opacity: .72; }
.download-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: var(--lime-dark);
  color: var(--lime);
  font: 700 24px/1 system-ui;
}
.device-hint { max-width: 180px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.store-links { display: flex; gap: 10px; margin-top: 22px; }
.store-button {
  min-width: 166px;
  display: flex;
  direction: ltr;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  font: 600 16px/1.1 system-ui, sans-serif;
  transition: .2s ease;
}
.store-button:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.store-button svg { width: 26px; height: 26px; fill: currentColor; }
.store-button small { display: block; margin-bottom: 3px; color: var(--muted); font: 400 10px "IBM Plex Sans Arabic", sans-serif; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 26px; color: var(--muted); font-size: 13px; }
.trust-row span::first-letter { color: var(--lime); }

.hero-visual { position: relative; height: 650px; display: grid; place-items: end center; }
.hero-visual > img {
  position: relative;
  z-index: 2;
  width: min(435px, 85%);
  max-height: 640px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 35px 55px rgba(0,0,0,.5));
}
.phone-halo {
  position: absolute;
  z-index: 0;
  width: 470px;
  height: 470px;
  bottom: 38px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216,255,54,.24), rgba(216,255,54,0) 68%);
}
.discount-badge {
  position: absolute;
  z-index: 4;
  top: 48px;
  left: 0;
  width: 145px;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  transform: rotate(-9deg);
  box-shadow: 0 18px 50px rgba(255,62,117,.25);
}
.discount-badge strong { font: 800 42px/1 system-ui; }
.discount-badge span { margin-top: 5px; font-size: 13px; text-align: center; line-height: 1.15; }
.floating-card {
  position: absolute;
  z-index: 4;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(24,24,36,.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.floating-card span { display: block; color: var(--muted); font-size: 11px; }
.floating-card strong { font-size: 15px; }
.card-friday { right: -10px; bottom: 126px; }
.card-free { left: 5px; bottom: 45px; }

.benefits {
  width: min(1180px, calc(100% - 40px));
  margin: 55px auto 120px;
  padding-top: 80px;
  border-top: 1px solid var(--line);
}
.section-heading { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 44px; }
.section-number { color: var(--lime); font: 600 13px/1 system-ui; }
.section-heading p { margin-bottom: 7px; color: var(--muted); font-size: 14px; }
.section-heading h2 { margin: 0; font-size: clamp(35px, 5vw, 56px); line-height: 1.1; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-grid article {
  min-height: 260px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.benefit-grid article:nth-child(2) { transform: translateY(28px); }
.benefit-icon {
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--lime);
  color: var(--lime-dark);
  font: 700 22px/1 system-ui;
}
.benefit-grid h3 { margin-bottom: 10px; font-size: 24px; }
.benefit-grid p { margin: 0; color: var(--muted); line-height: 1.75; }

.final-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-radius: 32px;
  background: #15151f;
  overflow: hidden;
  position: relative;
}
.final-cta::after {
  content: "٪";
  position: absolute;
  left: 6%;
  bottom: -120px;
  color: rgba(216,255,54,.055);
  font: 800 330px/1 system-ui;
  pointer-events: none;
}
.final-cta h2 { margin: 18px 0 0; font-size: clamp(48px, 7vw, 82px); line-height: .95; letter-spacing: -2px; }
.final-cta .main-download { position: relative; z-index: 2; }

footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 140px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
footer > img { width: 94px; }
.footer-links { display: flex; gap: 22px; margin-left: auto; }
.footer-links a:hover { color: var(--lime); }
footer p { margin: 0; direction: ltr; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 18px; padding-top: 54px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { font-size: clamp(58px, 15vw, 86px); }
  .hero-text { font-size: 18px; }
  .primary-actions { justify-content: center; }
  .device-hint { max-width: 230px; }
  .hero-visual { height: 590px; width: min(560px, 100%); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 230px; }
  .benefit-grid article:nth-child(2) { transform: none; }
  .final-cta { padding: 54px 36px; flex-direction: column; align-items: flex-start; }
  footer { flex-wrap: wrap; padding: 34px 0; }
  .footer-links { width: 100%; order: 3; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .site-header { width: min(100% - 28px, 1180px); height: 82px; }
  .brand img { width: 88px; }
  .header-download { padding: 10px 15px; font-size: 13px; }
  .hero { width: min(100% - 28px, 1180px); min-height: auto; padding-top: 42px; }
  .hero h1 { margin: 18px 0; letter-spacing: -2.4px; }
  .hero-text { margin-bottom: 24px; font-size: 16px; line-height: 1.75; }
  .primary-actions { width: 100%; }
  .main-download { width: 100%; justify-content: center; min-width: 0; }
  .store-links { width: 100%; }
  .store-button { min-width: 0; flex: 1; padding: 10px 8px; font-size: 13px; }
  .store-button svg { width: 22px; }
  .trust-row { justify-content: center; gap: 10px 14px; }
  .hero-visual { height: 505px; margin-top: 16px; }
  .hero-visual > img { width: 84%; max-height: 500px; }
  .phone-halo { width: 360px; height: 360px; }
  .discount-badge { width: 104px; height: 104px; top: 34px; left: -5px; }
  .discount-badge strong { font-size: 30px; }
  .discount-badge span { font-size: 10px; }
  .floating-card { padding: 10px 12px; }
  .floating-card strong { font-size: 12px; }
  .card-friday { right: -3px; bottom: 112px; }
  .card-free { left: -2px; bottom: 30px; }
  .benefits { width: min(100% - 28px, 1180px); margin: 35px auto 85px; padding-top: 58px; }
  .section-heading { gap: 14px; }
  .benefit-grid article { padding: 26px; }
  .final-cta { width: min(100% - 28px, 1180px); padding: 44px 24px; border-radius: 24px; }
  .final-cta h2 { font-size: 52px; }
  footer { width: min(100% - 28px, 1180px); gap: 22px; }
  .footer-links { gap: 12px 18px; }
}

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