
:root {
  --bg: #080808;
  --bg-soft: #111111;
  --card: #161616;
  --card-2: #1f1f1f;
  --primary: #ffd21f;
  --primary-dark: #d9ae00;
  --primary-soft: rgba(255, 210, 31, 0.14);
  --text: #ffffff;
  --muted: #b8b8b8;
  --soft: #8a8a8a;
  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 210, 31, 0.35);
  --success: #3ddc97;
  --danger: #ff5e5e;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --font-main: Cairo, Tajawal, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-main);
  background: radial-gradient(circle at top right, rgba(255, 210, 31, 0.11), transparent 35%), var(--bg);
  color: var(--text);
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}
.narrow { width: min(100% - 32px, 860px); }
.center { text-align: center; }
.section-pad { padding: 88px 0; }
.section-muted { background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01)); border-block: 1px solid var(--border); }
.skip-link { position: fixed; top: -100px; right: 16px; background: var(--primary); color: #111; padding: 10px 14px; border-radius: 10px; z-index: 1000; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -0.02em; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(255, 210, 31, 0.10);
  border: 1px solid rgba(255, 210, 31, 0.24);
  box-shadow: 0 0 30px rgba(255, 210, 31, 0.20);
  overflow: hidden;
}
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand-text { font-size: 1.05rem; }
.primary-nav { margin-inline-start: auto; display: flex; align-items: center; gap: 6px; }
.nav-link { color: var(--muted); padding: 9px 11px; border-radius: 999px; font-size: 0.94rem; transition: 160ms ease; }
.nav-link:hover, .nav-link.is-active { color: var(--text); background: rgba(255,255,255,0.06); }
.header-cta { background: var(--primary); color: #111; padding: 10px 16px; border-radius: 999px; font-weight: 800; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 14px; background: transparent; color: var(--text); padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--text); margin: 5px 0; border-radius: 10px; }

.hero { min-height: calc(100svh - 76px); display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 54px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 800; font-size: 0.86rem; letter-spacing: 0.03em; margin-bottom: 12px; }
.section-kicker::before { content: ""; width: 20px; height: 2px; border-radius: 999px; background: var(--primary); }
h1, h2, h3 { line-height: 1.25; margin: 0 0 14px; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.4rem, 6vw, 5.5rem); max-width: 980px; }
h2 { font-size: clamp(1.8rem, 3.6vw, 3.15rem); }
h3 { font-size: 1.15rem; }
p { margin: 0; color: var(--muted); }
.hero-lead, .page-hero p { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 780px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.center-actions { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; transition: 180ms ease; cursor: pointer; }
.btn-primary { background: var(--primary); color: #111; box-shadow: 0 10px 30px rgba(255, 210, 31, 0.18); }
.btn-primary:hover { transform: translateY(-2px); background: #ffe36a; }
.btn-secondary, .btn-ghost { border-color: var(--border-strong); color: var(--text); background: rgba(255, 255, 255, 0.03); }
.btn-secondary:hover, .btn-ghost:hover { background: var(--primary-soft); }
.btn-small { min-height: 40px; padding: 8px 14px; font-size: 0.92rem; }
.text-link { color: var(--primary); font-weight: 800; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 0.94rem; }
.trust-line span { border: 1px solid var(--border); border-radius: 999px; padding: 7px 12px; background: rgba(255,255,255,0.035); }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 999px; background: var(--primary-soft); filter: blur(28px); }
.dashboard-card { position: relative; width: min(100%, 430px); background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035)); border: 1px solid var(--border); border-radius: 28px; padding: 22px; box-shadow: var(--shadow); }
.dash-header { display: flex; gap: 7px; margin-bottom: 22px; }
.dash-header span { width: 12px; height: 12px; border-radius: 999px; background: rgba(255,255,255,0.24); }
.metric-row { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.055); border: 1px solid var(--border); padding: 16px; border-radius: 16px; margin-bottom: 12px; }
.metric-row em { color: var(--primary); font-style: normal; font-weight: 900; }
.progress-line { height: 12px; border-radius: 999px; background: rgba(255,255,255,0.08); overflow: hidden; margin-top: 18px; }
.progress-line span { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), #fff2a3); border-radius: inherit; }
.floating-chip { position: absolute; background: #101010; border: 1px solid var(--border-strong); color: var(--primary); padding: 10px 14px; border-radius: 999px; font-weight: 900; box-shadow: var(--shadow); }
.chip-one { top: 70px; right: 0; }
.chip-two { bottom: 90px; right: 26px; }
.chip-three { top: 120px; left: 22px; }

.section-heading { margin-bottom: 34px; max-width: 760px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.feature-grid, .product-grid, .benefits-grid, .proof-grid, .steps-grid, .stats-grid, .support-grid, .contact-grid { display: grid; gap: 18px; }
.feature-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-card, .product-card, .benefit-item, .proof-card, .step-card, .stat-card, .support-card, .contact-card, .contact-form, .notice-box, .success-box, .legal-content, .cta-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.058), rgba(255,255,255,0.028));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 10px 34px rgba(0,0,0,0.18);
}
.feature-card:hover, .product-card:hover, .contact-card:hover { border-color: var(--border-strong); transform: translateY(-3px); transition: 180ms ease; }
.icon-shape { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-weight: 900; margin-bottom: 14px; }
.product-grid { grid-template-columns: repeat(3, 1fr); }
.product-card { display: flex; flex-direction: column; min-height: 330px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.pill { background: var(--primary-soft); color: var(--primary); border: 1px solid var(--border-strong); border-radius: 999px; padding: 5px 10px; font-size: 0.78rem; font-weight: 900; }
.category-label { color: var(--soft); font-size: 0.78rem; }
.fit-box { margin-top: auto; background: rgba(255,255,255,0.045); border: 1px solid var(--border); border-radius: 16px; padding: 12px; color: var(--muted); }
.fit-box strong { color: var(--text); display: block; }
.card-actions { display: flex; gap: 10px; margin-top: 16px; }
.benefits-grid { grid-template-columns: repeat(3, 1fr); }
.benefit-item strong { display: block; margin-bottom: 6px; font-size: 1.05rem; }
.benefit-item span { color: var(--muted); }
.proof-grid { grid-template-columns: repeat(3, 1fr); }
.placeholder-card { min-height: 210px; border-style: dashed; }
.placeholder-card span { color: var(--primary); font-weight: 900; }
.steps-grid { grid-template-columns: repeat(5, 1fr); }
.step-card span, .timeline-item span { color: var(--primary); font-weight: 900; display: block; margin-bottom: 12px; }

.page-hero { background: radial-gradient(circle at top, rgba(255,210,31,0.12), transparent 32%); padding-top: 110px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter-btn { border: 1px solid var(--border); background: rgba(255,255,255,0.035); color: var(--muted); padding: 10px 14px; border-radius: 999px; cursor: pointer; }
.filter-btn.is-active, .filter-btn:hover { color: #111; background: var(--primary); border-color: var(--primary); }
.product-card.is-hidden { display: none; }
.two-col { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items: start; }
.rich-text p + p { margin-top: 16px; }
.audience-list { display: flex; flex-wrap: wrap; gap: 12px; }
.audience-list span { padding: 12px 16px; border-radius: 999px; border: 1px solid var(--border); background: rgba(255,255,255,0.04); color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.timeline-item { border: 1px solid var(--border); background: rgba(255,255,255,0.035); border-radius: var(--radius); padding: 24px; }
.notice-box { border-color: var(--border-strong); margin-bottom: 24px; }
.notice-box strong { color: var(--primary); }
.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stat-card strong { display: block; font-size: 1.25rem; margin: 6px 0; }
.stat-card span { color: var(--primary); font-weight: 900; }
.screenshot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.screenshot-placeholder { min-height: 220px; border: 1px dashed var(--border-strong); border-radius: var(--radius); display: grid; place-items: center; color: var(--primary); background: rgba(255,210,31,0.05); font-weight: 900; text-align: center; padding: 18px; }
.support-grid { grid-template-columns: repeat(2, 1fr); }
.support-card ul { padding: 0 20px 0 0; margin: 0; color: var(--muted); }
.support-card li + li { margin-top: 10px; }
.includes { border-color: rgba(61,220,151,0.24); }
.excludes { border-color: rgba(255,94,94,0.2); }
.check-list { display: grid; gap: 10px; }
.check-list p { border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; background: rgba(255,255,255,0.035); }
.contact-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: block; }
.contact-card span { color: var(--primary); font-weight: 900; }
.contact-form { display: grid; gap: 12px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; background: #0f0f0f; color: var(--text); border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--border-strong); box-shadow: 0 0 0 4px var(--primary-soft); }
.legal-content { max-width: 900px; }
.legal-content h2 { font-size: 1.55rem; margin-top: 22px; }
.legal-content h2:first-child { margin-top: 0; }
.thank-you { min-height: calc(100svh - 76px); display: grid; align-items: center; }
.success-box { border-color: var(--border-strong); }
.success-icon { width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center; background: rgba(61, 220, 151, 0.13); color: var(--success); font-size: 2rem; font-weight: 900; }
.error-code { font-size: clamp(4rem, 14vw, 9rem); font-weight: 1000; color: var(--primary); line-height: 1; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-color: var(--border-strong); }
.faq-list { display: grid; gap: 12px; }
details { background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 16px; padding: 16px 18px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin-top: 10px; }
.site-footer { border-top: 1px solid var(--border); background: #070707; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.7fr 0.7fr 0.8fr; gap: 28px; }
.footer-grid h3 { font-size: 1rem; }
.footer-grid a { display: block; color: var(--muted); margin: 8px 0; }
.footer-grid a:hover { color: var(--primary); }
.footer-brand p { margin-top: 14px; max-width: 420px; }
.footer-bottom { border-top: 1px solid var(--border); margin-top: 34px; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--soft); font-size: 0.9rem; }

@media (max-width: 1024px) {
  .hero-grid, .two-col, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid.four, .product-grid, .benefits-grid, .proof-grid, .timeline, .stats-grid, .screenshot-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .hero { min-height: auto; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; margin-inline-start: auto; }
  .header-cta { display: none; }
  .primary-nav {
    position: fixed;
    inset: 68px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(17,17,17,0.98);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 12px;
    box-shadow: var(--shadow);
  }
  body.menu-open .primary-nav { display: flex; }
  .nav-link { padding: 13px 14px; border-radius: 12px; }
  .section-pad { padding: 60px 0; }
  .page-hero { padding-top: 76px; }
  .hero-grid { gap: 24px; }
  .hero-visual { min-height: 330px; }
  .dashboard-card { width: min(100%, 360px); }
  .section-heading.split, .cta-box, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-box .hero-actions { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 24px, var(--container)); }
  h1 { font-size: clamp(2.05rem, 11vw, 3.2rem); }
  .feature-grid.four, .product-grid, .benefits-grid, .proof-grid, .steps-grid, .timeline, .stats-grid, .screenshot-grid, .support-grid { grid-template-columns: 1fr; }
  .card-actions, .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .trust-line { display: grid; grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .product-card { min-height: unset; }
  .filter-bar { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .filter-btn { flex: 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 24px; }
}

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