:root {
  --navy: #0b1f3a;
  --blue: #2f8bff;
  --blue-dark: #1f6fe0;
  --teal: #29d3a2;
  --bg: #f6f9ff;
  --card: #ffffff;
  --text: #22304a;
  --text-dim: #64748b;
  --border: #e6edf7;
  --shadow: 0 20px 50px rgba(15, 40, 90, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Segoe UI', 'Tahoma', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ============ خلفية زخرفية متدرّجة عامة ============ */
.bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

/* ============ الرأس ============ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 20px; color: var(--navy); }
.brand img { width: 36px; height: 36px; }
.brand .accent { color: var(--blue); }
.nav-links { display: flex; gap: 30px; font-weight: 600; font-size: 14.5px; color: var(--text-dim); }
.nav-links a:hover { color: var(--blue); }
.header-cta {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
  padding: 11px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(47,139,255,0.35);
  transition: transform 0.2s ease;
}
.header-cta:hover { transform: translateY(-2px); }

/* ============ البطل (Hero) ============ */
.hero {
  position: relative;
  padding: 170px 0 110px;
  overflow: hidden;
}
.hero .blob-1 { width: 480px; height: 480px; background: var(--blue); top: -160px; right: -120px; }
.hero .blob-2 { width: 400px; height: 400px; background: var(--teal); bottom: -180px; left: -100px; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 7px 16px; font-size: 13px; font-weight: 700; color: var(--blue-dark);
  box-shadow: var(--shadow); margin-bottom: 22px;
}
.hero h1 { font-size: 46px; font-weight: 900; color: var(--navy); line-height: 1.28; margin: 0 0 20px; }
.hero h1 .accent { color: var(--blue); }
.hero p.lead { font-size: 18px; color: var(--text-dim); max-width: 520px; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff; padding: 16px 34px; border-radius: 14px; font-weight: 800; font-size: 16px;
  box-shadow: 0 14px 30px rgba(47,139,255,0.4); border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px; transition: transform 0.2s ease;
}
.btn-primary:hover { transform: translateY(-3px); }
.btn-secondary {
  background: #fff; color: var(--navy); padding: 16px 30px; border-radius: 14px; font-weight: 800; font-size: 16px;
  border: 2px solid var(--border); display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s ease;
}
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; font-size: 13.5px; color: var(--text-dim); font-weight: 600; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }

.hero-visual {
  position: relative;
  background: linear-gradient(160deg, #ffffff, #eef4ff);
  border-radius: 28px;
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  text-align: center;
}
.hero-visual img.logo-big { width: 190px; margin: 0 auto 18px; filter: drop-shadow(0 14px 24px rgba(20,80,180,0.25)); }
.hero-visual .mock-title { font-size: 22px; font-weight: 900; color: var(--navy); }
.hero-visual .mock-sub { font-size: 13px; color: var(--text-dim); margin-top: 4px; font-weight: 600; }
.mock-stat-row { display: flex; gap: 12px; margin-top: 28px; }
.mock-stat {
  flex: 1; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 16px 10px;
  box-shadow: 0 8px 20px rgba(15,40,90,0.06);
}
.mock-stat .num { font-size: 24px; font-weight: 900; color: var(--blue); }
.mock-stat .lbl { font-size: 11.5px; color: var(--text-dim); font-weight: 700; margin-top: 3px; }

/* ============ شريط اللوغوهات / الثقة ============ */
.strip { padding: 26px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.strip .container { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; color: var(--text-dim); font-weight: 700; font-size: 13.5px; }

/* ============ الميزات ============ */
.section { padding: 100px 0; position: relative; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.eyebrow { color: var(--blue); font-weight: 800; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; }
.section-head h2 { font-size: 34px; font-weight: 900; color: var(--navy); margin: 10px 0 12px; }
.section-head p { color: var(--text-dim); font-size: 16px; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 30px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon {
  width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(47,139,255,0.15), rgba(41,211,162,0.15));
}
.feature-card h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin: 0 0 8px; }
.feature-card p { font-size: 14.5px; color: var(--text-dim); margin: 0; }

/* ============ كيف يعمل ============ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; }
.step { text-align: center; }
.step-num {
  width: 46px; height: 46px; border-radius: 50%; margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px;
  box-shadow: 0 10px 22px rgba(47,139,255,0.35);
}
.step h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin: 0 0 8px; }
.step p { font-size: 14px; color: var(--text-dim); }

/* ============ التسعير ============ */
.pricing-wrap { display: flex; justify-content: center; }
.price-card {
  background: linear-gradient(165deg, var(--navy), #14294d);
  color: #fff; border-radius: 26px; padding: 46px 50px; max-width: 460px; width: 100%;
  text-align: center; box-shadow: 0 30px 60px rgba(11,31,58,0.35); position: relative; overflow: hidden;
}
.price-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(47,139,255,0.35), transparent 55%);
}
.price-card > * { position: relative; z-index: 1; }
.price-trial-badge {
  display: inline-block; background: rgba(41,211,162,0.18); color: #6ff5cf;
  border: 1px solid rgba(111,245,207,0.4); border-radius: 999px; padding: 6px 16px;
  font-size: 12.5px; font-weight: 800; margin-bottom: 20px;
}
.price-amount { font-size: 52px; font-weight: 900; }
.price-amount span { font-size: 18px; font-weight: 700; opacity: 0.7; }
.price-period { color: #b9c6de; font-size: 14px; margin-bottom: 30px; }
.price-features { list-style: none; padding: 0; margin: 0 0 32px; text-align: right; font-size: 14.5px; }
.price-features li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 10px; }
.price-features li .chk { color: #6ff5cf; font-weight: 900; }
.price-card .btn-primary { width: 100%; justify-content: center; }

/* ============ الأسئلة الشائعة ============ */
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px 26px; margin-bottom: 14px; }
.faq-item h4 { font-size: 15.5px; font-weight: 800; color: var(--navy); margin: 0 0 8px; display: flex; gap: 10px; }
.faq-item p { font-size: 14px; color: var(--text-dim); margin: 0; }

/* ============ نداء أخير ============ */
.cta-final {
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: 30px; padding: 70px 40px; text-align: center; color: #fff; margin: 0 24px;
  box-shadow: var(--shadow);
}
.cta-final h2 { font-size: 32px; font-weight: 900; margin: 0 0 14px; }
.cta-final p { font-size: 16px; opacity: 0.95; margin-bottom: 30px; }
.cta-final .btn-primary { background: #fff; color: var(--blue-dark); box-shadow: 0 14px 30px rgba(0,0,0,0.2); }

/* ============ الفوتر ============ */
.site-footer { padding: 50px 0 30px; text-align: center; color: var(--text-dim); font-size: 13.5px; }
.site-footer .brand { justify-content: center; margin-bottom: 14px; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .features-grid, .steps { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .hero h1 { font-size: 34px; }
}
