:root {
  --pink: #e9167b;
  --pink-2: #ff4a9d;
  --pink-dark: #b40d5d;
  --pink-soft: #fff0f7;
  --ink: #17141f;
  --muted: #6f6677;
  --line: rgba(233, 22, 123, 0.18);
  --white: #ffffff;
  --shadow: 0 26px 70px rgba(88, 18, 52, 0.14);
  --shadow-strong: 0 38px 90px rgba(88, 18, 52, 0.24);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Tajawal", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(233, 22, 123, 0.11), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 74, 157, 0.13), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fff8fb 42%, #fff 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.skip-link { position: absolute; inset-inline-start: 16px; top: -80px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 12px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(233, 22, 123, 0.10);
}
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; direction: ltr; }
.brand img { width: 122px; height: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 999px; background: rgba(255, 240, 247, 0.75); border: 1px solid var(--line); }
.nav-links a { padding: 11px 15px; border-radius: 999px; color: #453d4b; font-weight: 800; transition: .25s ease; white-space: nowrap; }
.nav-links a:hover, .nav-links .nav-cta { background: var(--white); color: var(--pink); box-shadow: 0 10px 25px rgba(233, 22, 123, .12); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--pink-soft); border-radius: 14px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--pink); margin: 5px auto; border-radius: 5px; }

.hero { min-height: calc(100vh - 78px); display: grid; align-items: center; padding-top: 72px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 32px; }
.eyebrow { margin: 0 0 14px; color: var(--pink); font-weight: 900; letter-spacing: .04em; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6.6vw, 82px); line-height: 1.03; margin-bottom: 24px; letter-spacing: -0.04em; }
h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.08; margin-bottom: 16px; letter-spacing: -0.03em; }
h3 { font-size: 23px; margin-bottom: 10px; }
.lead, .section-heading p, .feature-card p, .step p, .footer p, .download-card p, .contact-copy p, details p, .value-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 999px; font-weight: 900; border: 0; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: #fff; box-shadow: 0 18px 34px rgba(233, 22, 123, .28); }
.btn-outline { border: 1px solid var(--line); background: rgba(255,255,255,.75); color: var(--pink); }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row div { min-width: 138px; padding: 16px 18px; border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgba(88, 18, 52, .08); border: 1px solid rgba(233, 22, 123, 0.10); }
.trust-row strong { display: block; font-size: 24px; color: var(--pink); }
.trust-row span { color: var(--muted); font-weight: 800; }
.hero-art { position: relative; min-height: 690px; display: grid; place-items: center; }
.hero-phone { width: min(100%, 610px); filter: drop-shadow(0 45px 70px rgba(42, 10, 26, .22)); animation: floatPhone 5.5s ease-in-out infinite; }
@keyframes floatPhone { 0%,100% { transform: translateY(0) rotate(-1.2deg); } 50% { transform: translateY(-15px) rotate(-.2deg); } }

.value-strip { padding: 0 0 42px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-grid article { position: relative; overflow: hidden; min-height: 188px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.88); box-shadow: var(--shadow); padding: 26px; }
.value-grid article::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #ff6eb3, #a60553 76%); opacity: .09; inset-inline-end: -42px; bottom: -48px; }
.value-grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--pink-soft); color: var(--pink); font: 900 15px "Inter", sans-serif; margin-bottom: 16px; }
.value-grid strong { display: block; font-size: 24px; margin-bottom: 10px; }

.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading.side { margin: 0; text-align: right; }
.features { background: linear-gradient(180deg, rgba(255,240,247,.58), rgba(255,255,255,.7)); }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card { min-height: 315px; padding: 30px 26px; border-radius: var(--radius); background: rgba(255,255,255,.94); border: 1px solid var(--line); box-shadow: var(--shadow); }
.icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 24px; border-radius: 19px; background: var(--pink-soft); font-size: 28px; }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: center; }
.steps { display: grid; gap: 18px; position: relative; }
.step { display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 45px rgba(88, 18, 52, .08); }
.step span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); color: white; font-family: "Inter", sans-serif; font-weight: 900; direction: ltr; }
.brands { position: relative; background: linear-gradient(180deg, #fff, #fff7fb); }
.brands::before { content: ""; position: absolute; inset-inline-start: -120px; top: 60px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(233,22,123,.12), rgba(233,22,123,0)); pointer-events: none; }
.brand-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.brand-logo-card { width: 170px; min-height: 126px; display: grid; place-items: center; padding: 18px 16px; border-radius: 28px; background: linear-gradient(180deg, #111118, #06060a); border: 1px solid rgba(255,255,255,.05); box-shadow: 0 18px 40px rgba(10,10,20,.18), 0 10px 24px rgba(233,22,123,.08); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.brand-logo-card:hover { transform: translateY(-6px); border-color: rgba(233,22,123,.28); box-shadow: 0 24px 50px rgba(10,10,20,.22), 0 14px 30px rgba(233,22,123,.14); }
.brand-logo-card img { max-width: 100%; max-height: 68px; width: auto; height: auto; object-fit: contain; }

.screens { background: linear-gradient(180deg, #fff, #fff5fa); }
.screen-slider { position: relative; direction: ltr; overflow: hidden; }
.screen-viewport { overflow: hidden; padding: 8px 0; }
.screen-viewport::before,
.screen-viewport::after { content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
.screen-viewport::before { left: 0; background: linear-gradient(90deg, #fff5fa, rgba(255,245,250,0)); }
.screen-viewport::after { right: 0; background: linear-gradient(270deg, #fff5fa, rgba(255,245,250,0)); }
.screen-track { display: flex; gap: 18px; align-items: stretch; width: max-content; animation: appScreensLoop 42s linear infinite; will-change: transform; }
.screen-slider:hover .screen-track { animation-play-state: paused; }
.phone-shot { position: relative; margin: 0; flex: 0 0 220px; border-radius: 28px; padding: 12px 12px 16px; background: linear-gradient(180deg, #201b26, #0f0d14); box-shadow: var(--shadow); overflow: hidden; }
.phone-shot::before { content: ""; display: block; width: 48px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.22); margin: 0 auto 10px; }
.phone-shot img { position: relative; z-index: 2; width: 100%; height: 330px; object-fit: contain; object-position: center; background: #fff; border-radius: 20px; box-shadow: 0 14px 25px rgba(0,0,0,.16); }
.phone-shot figcaption { color: rgba(255,255,255,.9); font-weight: 800; text-align: center; margin-top: 12px; font-size: 14px; }
.phone-shot img.is-missing { display: none; }
.slider-btn, .slider-dots { display: none; }
@keyframes appScreensLoop { from { transform: translateX(0); } to { transform: translateX(calc(-1 * var(--loop-distance, 1904px))); } }

.stats { padding: 78px 0; }
.stats-card { position: relative; overflow: hidden; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 34px; border-radius: 34px; color: #fff; background: linear-gradient(135deg, var(--pink), #cf0f70 55%, #9f084d); box-shadow: var(--shadow-strong); }
.stats-card::before { content: ""; position: absolute; inset: 0; background: url('assets/stats-strip-design.png') center/cover no-repeat; opacity: .18; }
.stat-item { position: relative; text-align: center; padding: 18px 12px; border-radius: 24px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); }
.stat-item strong { display: block; font: 900 38px "Inter", sans-serif; direction: ltr; }
.stat-item span { font-weight: 900; color: rgba(255,255,255,.86); }

.faq-grid, .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: start; }
.accordion { display: grid; gap: 16px; }
details { border: 1px solid var(--line); background: #fff; border-radius: 24px; box-shadow: 0 16px 45px rgba(88, 18, 52, .08); padding: 4px 22px; }
summary { cursor: pointer; list-style: none; padding: 22px 0; font-weight: 900; font-size: 20px; }
summary::-webkit-details-marker { display: none; }
details p { margin-bottom: 20px; }
.download-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: 34px; align-items: center; padding: 46px; border-radius: 38px; background: linear-gradient(135deg, #fff, #fff6fb 55%, #fde7f2); border: 1px solid var(--line); box-shadow: var(--shadow); }
.download-card::before { content: ""; position: absolute; inset-inline-start: -110px; bottom: -120px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(233,22,123,.12), rgba(233,22,123,0) 70%); }
.download-card::after { content: ""; position: absolute; inset-inline-end: -120px; top: -110px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(255,88,167,.18), rgba(183,12,96,0) 72%); opacity: 1; }
.download-card > div:first-child { position: relative; z-index: 1; max-width: 420px; }
.download-card > div:first-child h2 { margin-bottom: 18px; font-size: clamp(34px, 4.3vw, 64px); line-height: 1.05; }
.download-card > div:first-child p:last-child { margin: 0; max-width: 380px; color: #71697d; font-size: 20px; line-height: 1.85; }
.store-buttons { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 28px; border-radius: 32px; background: rgba(255,255,255,.72); border: 1px solid rgba(233,22,123,.14); box-shadow: 0 20px 40px rgba(88,18,52,.08); backdrop-filter: blur(10px); }
.store-btn { direction: ltr; display: inline-flex; align-items: center; justify-content: center; width: auto; height: auto; padding: 0; border-radius: 24px; background: transparent; border: 0; transition: transform .25s ease, filter .25s ease; box-shadow: none; }
.store-btn:hover { transform: translateY(-3px) scale(1.01); filter: drop-shadow(0 10px 16px rgba(233,22,123,.12)); }
.store-logo-link img { width: min(100%, 270px); max-width: 270px; height: auto; object-fit: contain; filter: none; display: block; }
.contact { background: linear-gradient(180deg, #fff, #fff8fb); }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.social-links a { width: 48px; height: 48px; display: inline-grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--pink); box-shadow: 0 12px 25px rgba(88,18,52,.06); transition: transform .25s ease, background .25s ease, color .25s ease; }
.social-links a:hover { transform: translateY(-3px); background: var(--pink); color: #fff; }
.social-links svg { width: 23px; height: 23px; fill: currentColor; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.contact-form { display: grid; gap: 16px; padding: 28px; border-radius: 30px; background: rgba(255,255,255,.94); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: #3d3545; font-weight: 900; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(233,22,123,.18); border-radius: 16px; padding: 14px 16px; background: #fff; color: var(--ink); outline: none; transition: .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(233,22,123,.08); }
.form-note { color: var(--muted); margin: 0; font-size: 14px; }
.footer { padding: 48px 0 22px; background: #111018; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.footer-brand img { filter: drop-shadow(0 8px 18px rgba(233, 22, 123, .3)); }
.footer p { max-width: 520px; color: rgba(255,255,255,.68); margin: 14px 0 0; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.72); font-weight: 800; }
.footer-links a:hover { color: #fff; }
.copyright { text-align: center; color: rgba(255,255,255,.48); margin-top: 34px; font-size: 14px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .10s; }
.delay-2 { transition-delay: .18s; }
.delay-3 { transition-delay: .26s; }

@media (max-width: 1080px) {
  .cards-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-strip { gap: 16px; }
  .phone-shot { flex-basis: 190px; }
}
@media (max-width: 980px) {
  .hero-grid, .split-grid, .download-card, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy, .section-heading.side, .contact-copy { text-align: center; }
  .hero-actions, .trust-row, .store-buttons, .social-links { justify-content: center; }
  .hero-art { min-height: 560px; }
  .stats-card { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer .brand, .footer-links { justify-content: center; }
  .footer p { margin-inline: auto; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 70px 0; }
  .menu-toggle { display: block; }
  .brand img { width: 104px; }
  .nav-links { position: fixed; inset: 78px 14px auto 14px; display: none; flex-direction: column; border-radius: 24px; padding: 16px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; text-align: center; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(38px, 13vw, 54px); }
  .hero-art { min-height: 480px; }
  .hero-phone { width: min(100%, 370px); }
  .cards-grid, .value-grid, .stats-card { grid-template-columns: 1fr; }
  .brand-strip { gap: 14px; }
  .screen-viewport { padding-inline: 12px; }
  .phone-shot { flex-basis: 170px; }
  .slider-btn { width: 38px; height: 38px; }
  .step { grid-template-columns: 1fr; text-align: center; }
  .step span { margin-inline: auto; }
  .download-card, .contact-form { padding: 30px 22px; text-align: center; border-radius: 30px; }
  .brand-logo-card { width: min(100%, 220px); min-height: 112px; }
  .store-buttons { padding: 20px; }
  .store-logo-link img { width: min(100%, 220px); height: auto; }
}
