/* ============================================================
   Tewsal.Online — Landing Page Styles
   عربي RTL · Mobile-first · بدون أي مكتبات خارجية
   ============================================================ */

:root {
  /* هوية اللوجو: أسود × برتقالي × فضي */
  --navy-900: #0c0c0f;
  --navy-800: #17171d;
  --navy-700: #26262e;
  --navy-100: #ededf1;
  --orange-600: #e07b00;
  --orange-500: #f7941d;
  --orange-100: #ffedd5;
  --ink: #1c2434;
  --muted: #5b6478;
  --line: #e5e9f2;
  --bg: #ffffff;
  --bg-soft: #f6f8fc;
  --success: #16a34a;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(13, 31, 69, 0.10);
  --shadow-sm: 0 4px 14px rgba(13, 31, 69, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}

section { padding-block: 64px; }
@media (min-width: 768px) { section { padding-block: 88px; } }

/* ---------- أزرار ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 26px;
  border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }
.btn-primary {
  background: var(--orange-500);
  color: #fff;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.35);
}
.btn-primary:hover { background: var(--orange-600); }
.btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); }
.btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}
.btn-whatsapp:hover { background: #1eb954; }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-700); }

/* ---------- الهيدر ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 13, 0.97);
  backdrop-filter: blur(8px);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 68px;
}
.logo {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}
.logo .logo-ar { color: #fff; }
.logo .logo-en { color: var(--orange-500); font-size: 0.8rem; font-weight: 700; direction: ltr; }
.logo-img { height: 46px; width: auto; border-radius: 8px; }
.footer-brand .logo-img { height: 64px; }

/* أدوات مساعدة — بدل الـ inline styles عشان يشتغل مع CSP الصارم */
.is-hidden { display: none !important; }
.logo-text.is-visible { display: inline-flex !important; }
.btn-block { width: 100%; }
.fee-unit { font-size: 0.75rem; color: var(--muted); font-weight: 600; }
.logo-text { align-items: baseline; gap: 6px; }
.main-nav { display: none; }
.main-nav a {
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}
.main-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }
.header-cta { display: none; }
.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.menu-toggle span {
  width: 24px; height: 2.5px;
  background: #fff; border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  padding: 8px 20px 16px;
  background: var(--navy-900);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  padding: 12px 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile-nav a:last-child { border-bottom: none; }

@media (min-width: 900px) {
  .main-nav { display: flex; gap: 4px; }
  .header-cta { display: inline-flex; padding: 10px 20px; font-size: 0.9rem; }
  .menu-toggle, .mobile-nav { display: none !important; }
}

/* ---------- Hero ---------- */
.hero {
  /* البانر كخلفية + طبقة تعتيم عشان الكلام يبقى واضح فوقيه */
  background:
    linear-gradient(180deg, rgba(8, 8, 11, 0.93) 0%, rgba(8, 8, 11, 0.55) 55%, rgba(12, 12, 15, 0.92) 100%),
    url("../assets/img/banner.jpg") center 42% / cover no-repeat,
    var(--navy-900);
  color: #fff;
  padding-block: 88px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  /* على الشاشات الكبيرة: تكبير الخلفية عشان منطقة الأكشن (العربية والموتوسيكلات)
     تملا الشاشة والكلام المطبوع جوه البانر يتقص برا الكادر */
  .hero {
    background-size: auto, auto 200%, auto;
    background-position: center, center 75%, center;
  }
}
@media (max-width: 899px) {
  /* على الموبايل: zoom على منطقة الأكشن + تعتيم متوسط،
     عشان كلام البانر المطبوع يتقص برا الكادر والعناوين تفضل واضحة */
  .hero {
    background:
      linear-gradient(180deg, rgba(8, 8, 11, 0.92) 0%, rgba(8, 8, 11, 0.62) 50%, rgba(12, 12, 15, 0.93) 100%),
      url("../assets/img/banner.jpg") center 95% / auto 160% no-repeat,
      var(--navy-900);
  }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249, 115, 22, 0.14);
  border: 1px solid rgba(249, 115, 22, 0.4);
  color: #ffd7b0;
  border-radius: 999px;
  padding: 7px 18px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 22px;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange-500);
}
.hero h1 {
  font-size: clamp(1.75rem, 5vw, 3.1rem);
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 18px;
}
.hero h1 .accent { color: var(--orange-500); }
.hero-sub {
  max-width: 640px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 46px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 760px;
  margin-inline: auto;
}
@media (min-width: 700px) { .hero-stats { grid-template-columns: repeat(4, 1fr); } }
.stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 16px 10px;
}
.stat .num {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--orange-500);
  line-height: 1.2;
}
.stat .lbl { font-size: 0.85rem; color: rgba(255, 255, 255, 0.75); font-weight: 600; }
.hero-banner {
  max-width: 900px;
  margin: 44px auto 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.hero-banner img { width: 100%; display: block; }

/* ---------- عناوين الأقسام ---------- */
.section-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.section-head .kicker {
  display: inline-block;
  color: var(--orange-600);
  background: var(--orange-100);
  font-weight: 800;
  font-size: 0.85rem;
  border-radius: 999px;
  padding: 5px 16px;
  margin-bottom: 12px;
}
.section-head h2 {
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  font-weight: 900;
  color: var(--navy-900);
  line-height: 1.4;
  margin-bottom: 10px;
}
.section-head p { color: var(--muted); }

/* ---------- الخدمات ---------- */
.services { background: var(--bg-soft); }
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: var(--navy-100);
  color: var(--navy-800);
  border-radius: 14px;
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.service-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy-900); margin-bottom: 6px; }
.service-card p { color: var(--muted); font-size: 0.95rem; }

/* ---------- خطوات التعامل ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  counter-reset: step;
}
@media (min-width: 800px) { .steps-grid { grid-template-columns: repeat(4, 1fr); } }
.step-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 54px 20px 22px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.step-num {
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--orange-500);
  color: #fff;
  font-weight: 900;
  font-size: 1.15rem;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.4);
}
.step-card h3 { font-weight: 800; color: var(--navy-900); font-size: 1.05rem; margin-bottom: 6px; }
.step-card p { color: var(--muted); font-size: 0.92rem; }
.steps-grid { margin-top: 34px; }

/* ---------- الأسعار ---------- */
.pricing { background: var(--bg-soft); }
.tier-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.tier-tab {
  border: 2px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--muted);
  position: relative;
  transition: all 0.15s ease;
}
.tier-tab.active {
  background: var(--navy-800);
  border-color: var(--navy-800);
  color: #fff;
}
.tier-tab .tab-note {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.75;
}
.zones-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 980px;
  margin-inline: auto;
}
@media (min-width: 800px) { .zones-grid { grid-template-columns: repeat(3, 1fr); } }
.zone-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.zone-card h3 { font-weight: 900; color: var(--navy-900); font-size: 1.15rem; margin-bottom: 4px; }
.zone-covers { color: var(--muted); font-size: 0.82rem; min-height: 42px; margin-bottom: 14px; }
.zone-price {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--orange-600);
  line-height: 1.1;
}
.zone-price .curr { font-size: 1rem; color: var(--muted); font-weight: 700; }
.zone-per { color: var(--muted); font-size: 0.85rem; margin-top: 4px; }
.pricing-note {
  max-width: 800px;
  margin: 30px auto 0;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #7c2d12;
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
}

/* ---------- الخدمات الإضافية (تحصيل/مرتجع/استبدال) ---------- */
.extras-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 34px;
}
@media (min-width: 800px) { .extras-grid { grid-template-columns: repeat(3, 1fr); } }
.extra-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
}
.extra-card .extra-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.extra-card .extra-icon {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--orange-100);
  font-size: 1.2rem;
}
.extra-card h3 { font-weight: 800; color: var(--navy-900); font-size: 1.05rem; }
.extra-card .extra-fee {
  font-weight: 900;
  color: var(--orange-600);
  font-size: 1.35rem;
}
.extra-card ul { margin-top: 8px; }
.extra-card li {
  position: relative;
  padding-right: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.extra-card li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: var(--success);
  font-weight: 900;
}

/* ---------- طرق صرف التحصيل ---------- */
.payout-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}
.payout-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 9px 20px;
  font-weight: 700;
  color: var(--navy-800);
  font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
}

/* ---------- الشروط والأحكام ---------- */
.terms { background: var(--bg-soft); }

/* كروت مواعيد التسليم */
.delivery-times {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 860px;
  margin: 0 auto 40px;
}
@media (min-width: 700px) { .delivery-times { grid-template-columns: repeat(2, 1fr); } }
.dt-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: #fff;
  border-radius: var(--radius);
  padding: 22px 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.dt-card::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--orange-500);
}
.dt-icon {
  width: 54px; height: 54px;
  flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(247, 148, 29, 0.16);
  border: 1px solid rgba(247, 148, 29, 0.35);
  border-radius: 14px;
  font-size: 1.5rem;
}
.dt-body .dt-zone { font-size: 0.88rem; color: rgba(255,255,255,0.7); font-weight: 600; }
.dt-body .dt-time {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--orange-500);
  line-height: 1.3;
}
.dt-body .dt-note { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

/* الأكورديون */
.terms-accordion {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  gap: 14px;
}
.term-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.term-item.open {
  border-color: rgba(247, 148, 29, 0.5);
  box-shadow: var(--shadow);
}
.term-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  text-align: start;
  font-family: inherit;
  transition: background 0.15s ease;
}
.term-head:hover { background: var(--bg-soft); }
.term-num {
  width: 40px; height: 40px;
  flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--navy-100);
  color: var(--navy-900);
  border-radius: 12px;
  font-size: 1.2rem;
  transition: background 0.18s ease, transform 0.18s ease;
}
.term-item.open .term-num {
  background: var(--orange-500);
  transform: scale(1.06);
}
.term-title {
  flex: 1;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--navy-900);
}
.term-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px 10px;
  white-space: nowrap;
}
.term-chevron {
  flex-shrink: 0;
  width: 30px; height: 30px;
  display: grid; place-items: center;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy-800);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 3px;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}
.term-item.open .term-chevron {
  transform: rotate(180deg);
  background: var(--orange-100);
  border-color: #fed7aa;
  color: var(--orange-600);
}

.term-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}
.term-item.open .term-body { grid-template-rows: 1fr; }
.term-body-inner { overflow: hidden; }
.term-list {
  padding: 0 22px 20px 22px;
  border-top: 1px dashed var(--line);
  margin-top: -1px;
}
.term-list li {
  position: relative;
  padding-right: 26px;
  padding-block: 9px;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.75;
  border-bottom: 1px dashed var(--line);
}
.term-list li:last-child { border-bottom: none; }
.term-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 10px;
  width: 18px; height: 18px;
  display: grid; place-items: center;
  background: var(--orange-100);
  color: var(--orange-600);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}
.term-list li:first-child { padding-top: 16px; }
.term-list li:first-child::before { top: 17px; }

@media (max-width: 560px) {
  /* على الموبايل: نخفي عداد البنود عشان العنوان ياخد سطر واحد */
  .term-count { display: none; }
  .term-head { padding: 16px 16px; gap: 11px; }
  .term-title { font-size: 0.98rem; }
  .term-list { padding-inline: 16px; }
  .dt-card { padding: 18px 18px; gap: 13px; }
  .dt-body .dt-time { font-size: 1.25rem; }
}

.terms-disclaimer {
  max-width: 860px;
  margin: 26px auto 0;
  text-align: center;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #7c2d12;
  border-radius: var(--radius);
  padding: 14px 20px;
  font-size: 0.92rem;
  font-weight: 600;
}

/* ---------- التقييمات ---------- */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 800px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
}
.review-stars { color: #fbbf24; letter-spacing: 2px; margin-bottom: 10px; font-size: 1.05rem; }
.review-text { color: var(--ink); font-size: 0.95rem; margin-bottom: 14px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--navy-100);
  color: var(--navy-800);
  display: grid; place-items: center;
  font-weight: 900;
}
.review-author .name { font-weight: 800; font-size: 0.92rem; color: var(--navy-900); }
.review-author .role { font-size: 0.78rem; color: var(--muted); }
.reviews-cta { text-align: center; margin-top: 30px; }

/* ---------- من نحن / السياسة ---------- */
.about { background: var(--navy-900); color: #fff; }
.about .section-head h2 { color: #fff; }
.about .section-head p { color: rgba(255, 255, 255, 0.75); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.1fr 1fr; } }
.about-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 28px 24px;
}
.about-box h3 {
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 14px;
  color: var(--orange-500);
}
.about-box p { color: rgba(255, 255, 255, 0.85); font-size: 0.97rem; margin-bottom: 10px; }
.policy-list li {
  position: relative;
  padding-right: 26px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}
.policy-list li::before {
  content: "●";
  position: absolute;
  right: 4px;
  top: 2px;
  color: var(--orange-500);
  font-size: 0.7rem;
}

/* ---------- التواصل ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-info-card, .contact-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.contact-info-card h3, .contact-form-card h3 {
  font-weight: 900;
  color: var(--navy-900);
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-weight: 600;
  color: var(--ink);
}
.contact-line:last-of-type { border-bottom: none; }
.contact-line .ci {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: var(--bg-soft);
  border-radius: 12px;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.form-field { margin-bottom: 14px; }
.form-field label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: var(--navy-900);
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 0.95rem;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
  color: var(--ink);
  transition: border-color 0.15s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--orange-500);
  background: #fff;
}
.form-hint { font-size: 0.8rem; color: var(--muted); margin-top: 10px; text-align: center; }

/* ---------- الفوتر ---------- */
.site-footer {
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.8);
  padding: 44px 0 24px;
  border-top: 3px solid var(--orange-500);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 30px;
}
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; } }
.footer-brand .logo { margin-bottom: 10px; }
.footer-brand p { font-size: 0.9rem; max-width: 320px; }
.footer-col h4 { color: #fff; font-weight: 800; margin-bottom: 12px; }
.footer-col a { display: block; padding: 5px 0; font-size: 0.92rem; color: rgba(255,255,255,0.75); }
.footer-col a:hover { color: var(--orange-500); }
.social-row { display: flex; flex-wrap: wrap; gap: 11px; }
.social-btn {
  position: relative;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.82);
  transition: background .18s ease, transform .18s ease,
              color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.social-btn svg { width: 21px; height: 21px; display: block; }
.social-btn:hover { transform: translateY(-3px); color: #fff; }

/* لون كل منصة عند المرور عليها */
.social-btn[data-net="facebook"]:hover  { background:#1877F2; border-color:#1877F2; box-shadow:0 8px 18px rgba(24,119,242,.42); }
.social-btn[data-net="instagram"]:hover { background:linear-gradient(45deg,#F58529,#DD2A7B 45%,#8134AF 70%,#515BD4);
                                          border-color:#DD2A7B; box-shadow:0 8px 18px rgba(221,42,123,.42); }
.social-btn[data-net="tiktok"]:hover    { background:#000; border-color:#25F4EE; color:#25F4EE;
                                          box-shadow:0 8px 18px rgba(37,244,238,.35); }
.social-btn[data-net="whatsapp"]:hover  { background:#25D366; border-color:#25D366; box-shadow:0 8px 18px rgba(37,211,102,.42); }
.social-btn[data-net="telegram"]:hover  { background:#229ED9; border-color:#229ED9; box-shadow:0 8px 18px rgba(34,158,217,.42); }
.social-btn[data-net="google"]:hover    { background:#fff; border-color:#fff; color:#4285F4; box-shadow:0 8px 18px rgba(255,255,255,.28); }

/* أزرار السوشيال في قسم التواصل */
.contact-social {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px;
  padding-top: 16px; border-top: 1px dashed var(--line);
}
.contact-social .social-btn {
  background: var(--bg-soft);
  border-color: var(--line);
  color: var(--navy-800);
}
.contact-social-label {
  width: 100%; font-size: .85rem; font-weight: 700;
  color: var(--muted); margin-bottom: 4px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- زر واتساب العائم ---------- */
.wa-float {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 60;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 1.7rem;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
  transition: transform 0.15s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- CTA شريط سفلي ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--orange-600), var(--orange-500));
  color: #fff;
  text-align: center;
}
.cta-banner h2 {
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 900;
  margin-bottom: 12px;
}
.cta-banner p { max-width: 560px; margin: 0 auto 26px; opacity: 0.95; }
.cta-banner .btn-navy { box-shadow: 0 8px 20px rgba(13, 31, 69, 0.35); }
