/* ============================================================
   ستايل الصفحة الرئيسية — دبرلي
   مُولَّد من home-page/css/style.css:
     - كل المحددات مقيدة بـ .home-v2 حتى لا تتسرب لبقية الصفحات
     - أُسقطت قواعد الهيدر/الفوتر لأن التخطيط يوفرهما بمساراتهما الحقيقية
   ============================================================ */
:root{
  --navy:      #0d3b54;
  --navy-900:  #0a3049;
  --navy-800:  #123f5c;
  --teal:      #14868c;
  --teal-600:  #0f8f95;
  --teal-700:  #0d7a80;
  --teal-soft: #e7f4f4;
  --orange:    #f97316;
  --green:     #10b981;
  --blue:      #3b82f6;

  --ink:       #123043;
  --body:      #64748b;
  --muted:     #94a3b8;
  --line:      #e6ebf0;
  --bg:        #ffffff;
  --bg-soft:   #f7fbfc;

  --radius:    18px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 10px rgba(13,59,84,.06);
  --shadow:    0 10px 30px rgba(13,59,84,.08);
  --shadow-lg: 0 22px 60px rgba(13,59,84,.13);

  --container:  1400px;
  --header-h:   76px;
  --ease:       cubic-bezier(.22,.75,.28,1);
}
.home-v2 img{max-width:100%;display:block;}
.home-v2 a{text-decoration:none;color:inherit;}
.home-v2 ul{margin:0;padding:0;list-style:none;}
.home-v2 h1, .home-v2 h2, .home-v2 h3, .home-v2 h4, .home-v2 h5{margin:0;color:var(--navy);font-family:'Cairo','Tajawal',sans-serif;line-height:1.4;font-weight:800;}
.home-v2 p{margin:0;}
.home-v2 button, .home-v2 input, .home-v2 select{font-family:inherit;font-size:inherit;color:inherit;}
.home-v2 button{cursor:pointer;border:0;background:none;}
.home-v2 svg{width:100%;height:100%;}
/* مسافة أقل بين حافة المتصفح والمحتوى، وحاوية أعرض */
.home-v2 .container{width:min(100% - 24px,var(--container));margin-inline:auto;}
.home-v2 .text-teal{color:var(--teal);}
.home-v2 .text-navy{color:var(--navy);}
.home-v2 .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 24px;border-radius:11px;
  font-weight:700;font-size:14px;line-height:1;
  transition:.28s var(--ease);white-space:nowrap;
  border:2px solid transparent;
}
.home-v2 .btn svg{width:17px;height:17px;flex:none;}
.home-v2 .btn--sm{padding:10px 20px;font-size:14px;border-radius:10px;}
.home-v2 .btn--navy{background:var(--navy);color:#fff;}
.home-v2 .btn--navy:hover{background:var(--navy-900);transform:translateY(-2px);box-shadow:0 10px 22px rgba(13,59,84,.28);}
.home-v2 .btn--teal{background:var(--teal);color:#fff;}
.home-v2 .btn-primary{color:#fff;}
.home-v2 .btn--teal:hover{background:var(--teal-700);transform:translateY(-2px);box-shadow:0 10px 22px rgba(20,134,140,.3);}
.home-v2 .btn--outline{background:#fff;color:var(--navy);border-color:var(--navy);}
.home-v2 .btn--outline:hover{background:var(--navy);color:#fff;transform:translateY(-2px);}
.home-v2 .btn--outline-navy{background:#fff;color:var(--navy);border-color:var(--navy);}
.home-v2 .btn--outline-navy:hover{background:var(--navy);color:#fff;}
.home-v2 .btn--white{background:#fff;color:var(--navy);}
.home-v2 .btn--white:hover{background:#eef6f7;transform:translateY(-2px);}
/* الحشوة السفلية كانت صفراً مع overflow:hidden فيُقصّ شريط البحث */

/* كان سكربت التقييد يضيف .home-v2 إلى خطوات الحركة فتتعطّل تماماً */
@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

/* القوس السماوي خلف الصورة — نصف حلقة تخرج من الحافة اليمنى */

/* الصورة أقصى اليمين (العمود الأول في RTL) */

/* النص أقصى اليسار (العمود الثاني في RTL) */

/* شريط البحث داخل عمود النص — يحاذي بدايته (يمين في RTL) */

/* ==================== HERO — مطابق لتصميم فيغما (إطار 1257x611) ====================
   النص: عرض 546 على بُعد 83 من حافة النهاية (اليسار في RTL) وأعلى 56.
   العنوان 63.3px/79px | الوصف 19.2px | الشارات 14px | الأزرار 60px بزوايا 16.
   الصورة: عرض 590 (نسبة 1122x1402) ملاصقة لحافة البداية (اليمين) وتبدأ فوق الإطار بـ54.
   شريط البحث 864x90 في الوسط، قاعه على بُعد 26 من قاع الهيرو.
   دون 1257 تتقلّص القيم نسبياً (vw)، ودون 720 يُكدَّس التخطيط عمودياً.        */
.home-v2 .hero{
  position:relative;
  background:#F9FBFB;
  padding:0;
  overflow:hidden;
}
.home-v2 .hero::before{content:none;}
.home-v2 .hero__blob{display:none;}

.home-v2 .hero__inner{
  /* static حتى تُنسَب الصورة وشريط البحث إلى .hero نفسه، فتلتصق الصورة بحافة الشاشة */
  position:static;
  display:block;
  width:min(100% - 24px,1257px) !important;max-width:none !important;margin-inline:auto !important;
  min-height:min(611px,48.6vw);
  /* أسفل: 26 (قاع الشريط) + 90 (ارتفاعه) + 32 (تنفّس فوقه) */
  padding-block:min(56px,4.45vw) 148px;
  padding-inline:0;
}

/* النص */
.home-v2 .hero__copy{
  position:relative;z-index:2;top:0;
  width:min(546px,43.4vw);max-width:none;
  margin-inline-start:auto;
  margin-inline-end:min(83px,6.6vw);
  padding:0;
}
.home-v2 .hero__title{
  font-size:min(63.3px,5.04vw);
  line-height:1.25;
  font-weight:800;
  letter-spacing:0;
  color:var(--navy);
}
.home-v2 .hero__lead{
  margin-top:min(8px,.64vw);
  max-width:none;
  font-size:min(19.2px,1.53vw);
  line-height:1.555;
  color:#3d4949;
}
.home-v2 .hero__badges{
  display:flex;flex-wrap:wrap;gap:12px 24px;
  margin-top:min(36px,2.9vw);
}
.home-v2 .hero__badges li{
  display:flex;align-items:center;gap:8px;
  padding:0;border:0;background:none;border-radius:0;
  font-size:14px;line-height:16px;letter-spacing:.28px;
  font-weight:400;color:#3d4949;white-space:nowrap;
}
.home-v2 .hero__badges svg{width:16px;height:16px;flex:none;}
.home-v2 .hero__cta{
  display:flex;flex-wrap:wrap;gap:12px;
  margin-top:min(32px,2.55vw);
}
.home-v2 .hero__cta .btn{
  flex:0 0 auto;min-width:0;min-height:60px;padding:0 18px;border-radius:16px;
  font-size:15px;line-height:24px;font-weight:700;white-space:nowrap;
}
.home-v2 .hero__cta .btn svg{width:20px;height:20px;}

/* الصورة: مطلقة بالنسبة إلى .hero، ملاصقة لحافة الشاشة (اليمين في RTL) بلا أي مسافة */
.home-v2 .hero__visual{
  position:absolute;z-index:1;
  inset-inline-start:0;
  top:max(-54px,-4.3vw);
  width:min(590px,46.9vw);
  height:auto;margin:0;padding:0;
  display:block;pointer-events:none;
}
.home-v2 .hero__art{
  width:100%;height:auto;max-width:none;max-height:none;
  object-fit:fill;display:block;margin:0;
  animation:none;
}

/* شريط البحث: مطلق في قاع الهيرو، متمركز، 864x90 */
.home-v2 .hero__search{
  position:absolute;z-index:20;
  inset-inline:0;bottom:26px;
  width:min(864px,100% - 32px);
  margin:0 auto;
}
.home-v2 .searchbar{
  display:flex;align-items:stretch;gap:0;
  width:100%;height:90px;min-height:0;
  padding:16px;
  background:#fff;border-radius:24px;border:0;
  box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
}
.home-v2 .searchbar__field{
  flex:1 1 0;min-width:0;
  display:flex;align-items:center;gap:12px;
  height:auto;padding:0 16px;border-radius:0;background:transparent;
  transition:none;
}
.home-v2 .searchbar__field:focus-within{background:transparent;box-shadow:none;}
.home-v2 .searchbar__icon{width:24px;height:24px;flex:none;color:var(--teal);}
.home-v2 .searchbar__field select,
.home-v2 .searchbar__field input{
  flex:1;min-width:0;border:0;background:transparent;outline:none;
  height:100%;
  font-size:16px;font-weight:400;color:var(--teal);
  appearance:none;
}
.home-v2 .searchbar__field input::placeholder{color:var(--teal);opacity:1;}
.home-v2 .searchbar__field select{
  cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:left center;background-size:15px;
  padding-inline-end:0;padding-inline-start:20px;
}
[dir="ltr"] .home-v2 .searchbar__field select{background-position:right center;padding-inline-start:0;padding-inline-end:20px;}
/* فواصل رفيعة بين الحقول كما في التصميم */
.home-v2 .searchbar__sep{display:block;flex:none;width:1px;background:#e6ebf0;margin-block:6px;}
/* زر البحث: آخر عنصر في الترتيب => أقصى النهاية (اليسار في RTL) */
.home-v2 .searchbar__btn{
  flex:none;order:0;
  height:auto;padding:0 32px;border-radius:16px;
  margin-inline-start:16px;
  border:1px solid var(--teal);color:var(--teal);background:#fff;
  font-weight:700;font-size:16px;line-height:24px;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:none;
  transition:.28s var(--ease);cursor:pointer;
}
.home-v2 .searchbar__btn:hover{background:var(--teal);color:#fff;transform:none;}
.home-v2 .stats{background:var(--teal);color:#fff;padding:38px 0;}
.home-v2 .stats__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;}
.home-v2 .stat b{display:block;direction:ltr;unicode-bidi:isolate;font-family:'Cairo',sans-serif;font-size:clamp(28px,3.4vw,40px);font-weight:800;line-height:1.2;}
.home-v2 .stat span{font-size:15px;opacity:.94;}
/* مسافات أقل بين الأقسام */
/* مسافات أوسع بين الأقسام مع خطوط أكبر */
.home-v2 .section{padding:72px 0;}
.home-v2 .section--tight{padding:40px 0;}
.home-v2 .sec-head{text-align:center;max-width:640px;margin:0 auto 34px;}
.home-v2 .sec-title{
  position:relative;display:inline-block;
  font-size:clamp(24px,2.9vw,34px);font-weight:800;padding-bottom:16px;
}
.home-v2 .sec-title::after{
  content:'';position:absolute;bottom:0;inset-inline-start:50%;transform:translateX(50%);
  width:86px;height:4px;background:var(--teal);border-radius:3px;
}
.home-v2 .sec-sub{margin-top:16px;font-size:17.5px;color:var(--body);}
.home-v2 .cats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.home-v2 .cat{
  position:relative;background:#fff;border-radius:12px;
  padding:32px;
  box-shadow:0 1px 2px rgba(0,0,0,.05);
  border-inline-end:4px solid var(--c,var(--teal));
  display:flex;flex-direction:column;gap:16px;
  transition:.32s var(--ease);
}
.home-v2 .cat:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);}
.home-v2 .cat--blue{--c:var(--blue);--soft:#eff6ff;}
.home-v2 .cat--green{--c:var(--green);--soft:#ecfdf5;}
.home-v2 .cat--orange{--c:var(--orange);--soft:#fff7ed;}
.home-v2 .cat__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.home-v2 .cat__tag{
  font-size:16px;line-height:24px;font-weight:400;color:var(--c);
  background:var(--soft);padding:4px 12px;border-radius:9999px;
}
.home-v2 .cat__icon{
  width:59px;height:59px;border-radius:12px;display:grid;place-items:center;
  background:var(--soft);color:var(--c);padding:16px;
}
.home-v2 .cat h3{font-size:24px;line-height:32px;font-weight:600;color:#00162a;margin:0;}
.home-v2 .cat p{font-size:16px;line-height:24px;color:#43474d;margin:0;min-height:72px;}
.home-v2 .cat__link{
  display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:8px;
  font-size:16px;line-height:24px;font-weight:400;color:var(--c);transition:.25s;
}
.home-v2 .cat__link span{transition:.25s var(--ease);}
.home-v2 .cat__link:hover span{transform:translateX(-5px);}
.home-v2 .whys{display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.home-v2 .why{text-align:center;padding:8px 26px;border-inline-start:1px solid var(--line);}
.home-v2 .why:first-child{border-inline-start:0;}
.home-v2 .why__ico{
  width:60px;height:60px;margin:0 auto 16px;border-radius:50%;
  border:2px solid var(--navy);color:var(--navy);
  display:grid;place-items:center;padding:15px;transition:.3s var(--ease);
}
.home-v2 .why:hover .why__ico{background:var(--navy);color:#fff;transform:translateY(-5px);}
.home-v2 .why h4{font-size:18px;margin-bottom:8px;}
.home-v2 .why p{font-size:14px;}
.home-v2 .featured{
  background:linear-gradient(135deg,var(--teal) 0%,#0e6f78 55%,var(--navy) 100%);
  border-radius:var(--radius-lg);padding:44px 40px 46px;color:#fff;
}
.home-v2 .featured__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;gap:20px;}
.home-v2 .featured__title{color:#fff;font-size:clamp(22px,2.6vw,30px);}
.home-v2 .featured__sub{font-size:15px;opacity:.86;margin-top:4px;}
.home-v2 .featured__kicker{font-size:19px;font-weight:800;margin-top:14px;font-family:'Cairo',sans-serif;}
.home-v2 .featured__all{
  font-size:15px;font-weight:700;color:#fff;padding-bottom:3px;
  border-bottom:2px solid rgba(255,255,255,.55);transition:.25s;
}
.home-v2 .featured__all:hover{border-color:#fff;}
.home-v2 .featured__wrap{position:relative;max-width:100%;min-width:0;}
.home-v2 .featured__track{
  display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding-bottom:6px;
  scrollbar-width:none;
}
.home-v2 .featured__track::-webkit-scrollbar{display:none;}
.home-v2 .scard{
  flex:0 0 calc((100% - 60px)/4);min-width:210px;scroll-snap-align:start;
  background:#fff;border-radius:16px;overflow:hidden;
  box-shadow:0 10px 26px rgba(0,0,0,.15);transition:.3s var(--ease);
}
.home-v2 .scard:hover{transform:translateY(-6px);}
.home-v2 .scard__img{position:relative;height:148px;overflow:hidden;background:#eef2f5;}
.home-v2 .scard__ph{
  display:block;width:100%;height:100%;
  background:var(--g,linear-gradient(135deg,#0f8f95,#0d3b54));
  position:relative;
}
.home-v2 .scard__ph::after{
  content:'';position:absolute;inset:0;
  background-image:radial-gradient(circle at 30% 30%,rgba(255,255,255,.28),transparent 55%),
                   radial-gradient(circle at 75% 78%,rgba(255,255,255,.16),transparent 52%);
}
.home-v2 .scard__ph--elec{--g:linear-gradient(135deg,#f59e0b,#b45309);}
.home-v2 .scard__ph--plumb{--g:linear-gradient(135deg,#38bdf8,#0369a1);}
.home-v2 .scard__ph--paint{--g:linear-gradient(135deg,#a78bfa,#5b21b6);}
.home-v2 .scard__ph--wood{--g:linear-gradient(135deg,#d97706,#78350f);}
.home-v2 .scard__ph--ac{--g:linear-gradient(135deg,#2dd4bf,#0f766e);}
.home-v2 .scard__img img{width:100%;height:100%;object-fit:cover;transition:.5s var(--ease);}
.home-v2 .scard:hover .scard__img img{transform:scale(1.07);}
.home-v2 .scard__fav{
  position:absolute;top:10px;inset-inline-start:10px;
  width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.92);
  color:var(--muted);font-size:15px;line-height:30px;text-align:center;transition:.25s;
}
.home-v2 .scard__fav:hover, .home-v2 .scard__fav.is-on{color:#ef4444;transform:scale(1.12);}
.home-v2 .scard__body{padding:14px 16px 16px;}
.home-v2 .scard__body h4{font-size:16.5px;}
.home-v2 .scard__city{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--muted);margin-top:5px;}
.home-v2 .scard__city svg{width:15px;height:15px;flex:none;}
.home-v2 .scard__foot{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  margin-top:12px;padding-top:12px;border-top:1px solid var(--line);
}
.home-v2 .scard__rate{direction:ltr;unicode-bidi:isolate;font-size:13.5px;font-weight:700;color:#f59e0b;white-space:nowrap;}
.home-v2 .scard__rate i{color:var(--muted);font-style:normal;font-weight:500;font-size:12px;}
.home-v2 .scard__price{direction:rtl;unicode-bidi:isolate;font-size:14px;font-weight:800;color:var(--teal);white-space:nowrap;}
.home-v2 .scard__price i{display:block;font-style:normal;font-size:10.5px;font-weight:500;color:var(--muted);}
.home-v2 .slider-nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:6;
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.25);color:#fff;border:1.5px solid rgba(255,255,255,.6);
  display:grid;place-items:center;padding:8px;transition:.25s;backdrop-filter:blur(4px);
}
.home-v2 .slider-nav:hover{background:#fff;color:var(--teal);}
.home-v2 .slider-nav--prev{inset-inline-start:-19px;}
.home-v2 .slider-nav--next{inset-inline-end:-19px;}
.home-v2 .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.home-v2 .step{
  position:relative;background:#fff;border-radius:var(--radius);
  padding:44px 24px 26px;text-align:center;
  box-shadow:var(--shadow);transition:.32s var(--ease);
}
.home-v2 .step:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);}
.home-v2 .step__num{
  position:absolute;top:-22px;inset-inline-start:50%;transform:translateX(50%);
  width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;
  display:grid;place-items:center;font-family:'Cairo',sans-serif;font-weight:800;font-size:17px;
}
.home-v2 .step__ico{width:38px;height:38px;margin:0 auto 12px;color:var(--navy);display:block;}
.home-v2 .step h4{font-size:20px;margin-bottom:10px;}
.home-v2 .step p{font-size:15.5px;line-height:1.8;}
.home-v2 .pros{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.home-v2 .pro{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:26px;box-shadow:var(--shadow-sm);transition:.32s var(--ease);
  display:flex;flex-direction:column;
}
/* التذييل يلتصق بالأسفل فتتساوى الكروت مهما اختلف طول الاسم */
.home-v2 .pro__foot{margin-top:auto;}
.home-v2 .pro:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent;}
.home-v2 .pro__top{display:flex;align-items:center;gap:16px;}
.home-v2 .pro__ava{width:82px;height:82px;border-radius:14px;overflow:hidden;flex:none;background:#eef2f5;}
.home-v2 .pro__ava img{width:100%;height:100%;object-fit:cover;}
.home-v2 .pro__ph{
  width:100%;height:100%;display:grid;place-items:center;
  background:var(--g,linear-gradient(135deg,#0f8f95,#0d3b54));
  color:#fff;font-family:'Cairo',sans-serif;font-weight:800;font-size:28px;
}
.home-v2 .pro__ph--plumb{--g:linear-gradient(135deg,#38bdf8,#0369a1);}
.home-v2 .pro__ph--elec{--g:linear-gradient(135deg,#f59e0b,#b45309);}
.home-v2 .pro__ph--wood{--g:linear-gradient(135deg,#d97706,#78350f);}
.home-v2 .pro__info{flex:1;display:flex;flex-direction:column;gap:3px;}
.home-v2 .pro__name{font-family:'Cairo',sans-serif;font-weight:700;font-size:18px;color:var(--navy);}
.home-v2 .pro__job{font-size:15.5px;font-weight:700;color:var(--teal);}
.home-v2 .pro__rate{direction:ltr;unicode-bidi:isolate;font-size:14.5px;font-weight:700;color:#f59e0b;}
.home-v2 .pro__rate i{color:var(--muted);font-style:normal;font-weight:500;font-size:12.5px;}
.home-v2 .pro__foot{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-top:18px;padding-top:16px;border-top:1px solid var(--line);
}
.home-v2 .pro__price i{display:block;font-style:normal;font-size:13.5px;color:var(--muted);}
.home-v2 .pro__price b{font-family:'Cairo',sans-serif;font-size:18px;color:var(--teal);}
/* الأعمدة في RTL تُرسم من اليمين؛ وضع الوسائط أولاً ينقل الصور لليمين
   والنص لليسار — أي عكس الترتيب السابق دون لمس الـ HTML. */
.home-v2 .about{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.home-v2 .about__media{order:-1;}
.home-v2 .eyebrow{
  position:relative;display:inline-block;
  font-family:'Cairo',sans-serif;font-size:18px;font-weight:800;color:var(--navy);
  padding-bottom:10px;margin-bottom:6px;
}
.home-v2 .eyebrow::after{content:'';position:absolute;bottom:0;inset-inline-start:0;width:100%;height:3px;background:var(--teal);border-radius:2px;}
.home-v2 .about__title{font-size:clamp(30px,3.6vw,44px);margin-bottom:20px;}
.home-v2 .about__lead{font-size:17.5px;line-height:1.95;}
.home-v2 .about__pillars{margin-top:30px;display:flex;flex-direction:column;gap:24px;}
.home-v2 .pillar{border-inline-start:3px solid var(--teal);padding-inline-start:16px;}
.home-v2 .pillar h5{font-size:18px;margin-bottom:7px;}
.home-v2 .pillar p{font-size:16px;line-height:1.85;}
.home-v2 .about__media{position:relative;display:flex;gap:18px;align-items:center;justify-content:center;}
.home-v2 .about__img{margin:0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-lg);}
.home-v2 .about__img img{width:100%;height:100%;object-fit:cover;}
.home-v2 .about__img--sm{width:46%;aspect-ratio:3/3.6;}
.home-v2 .about__img--lg{width:50%;aspect-ratio:3/4.2;}
.home-v2 .trust{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
/* توحيد اللون: العنوان كلّه بلون واحد بدل تركوازي + كحلي مختلطين */
.home-v2 .trust__title{font-size:clamp(30px,3.6vw,44px);margin-bottom:20px;color:var(--teal);}
.home-v2 .trust__title .text-navy{color:inherit;}
.home-v2 .trust__lead{font-size:17.5px;line-height:1.95;}
.home-v2 .checks{margin-top:28px;display:flex;flex-direction:column;gap:18px;}
.home-v2 .checks li{display:flex;align-items:center;gap:14px;font-size:17px;font-weight:600;color:var(--navy);}
.home-v2 .check{
  width:28px;height:28px;border-radius:50%;flex:none;
  background:var(--teal-soft);color:var(--teal);
  display:grid;place-items:center;font-size:14px;font-weight:800;
}
.home-v2 .trust .btn{margin-top:28px;}
.home-v2 .trust__hexes{position:relative;height:480px;}
.home-v2 .hex{
  position:absolute;margin:0;
  transition:.4s var(--ease);
  filter:drop-shadow(0 14px 30px rgba(13,59,84,.16));
}
.home-v2 .hex img{width:100%;height:100%;object-fit:contain;}
.home-v2 .hex:hover{transform:scale(1.04);}
.home-v2 .hex--1{width:58%;inset-inline-start:42%;top:14%;}
.home-v2 .hex--2{width:34%;inset-inline-start:4%;top:2%;}
.home-v2 .hex--3{width:34%;inset-inline-start:4%;top:56%;}
.home-v2 .integrated{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.home-v2 .integrated__title{font-size:clamp(30px,3.6vw,44px);margin-bottom:20px;}
.home-v2 .integrated__lead{font-size:17.5px;line-height:1.95;}
.home-v2 .feat-list{margin-top:30px;display:flex;flex-direction:column;gap:22px;}
.home-v2 .feat-list li{display:flex;align-items:flex-start;gap:13px;}
.home-v2 .feat-list b{display:block;font-family:'Cairo',sans-serif;font-size:17px;color:var(--navy);margin-bottom:3px;}
.home-v2 .feat-list small{display:block;font-size:15px;color:var(--body);line-height:1.8;}
.home-v2 .integrated__media{position:relative;text-align:center;}
.home-v2 .integrated__img{position:relative;display:inline-block;max-width:420px;}
.home-v2 .integrated__img img{width:100%;mix-blend-mode:multiply;}
.home-v2 .satisfaction{
  position:absolute;bottom:12%;inset-inline-end:-14%;
  display:flex;align-items:center;gap:12px;
  background:#fff;border-radius:14px;padding:12px 16px;
  box-shadow:0 14px 34px rgba(13,59,84,.14);
}
.home-v2 .satisfaction__txt{font-size:14px;line-height:1.5;color:var(--body);text-align:start;}
.home-v2 .satisfaction__num{
  width:46px;height:46px;border-radius:50%;flex:none;
  background:var(--navy);color:#fff;display:grid;place-items:center;
  font-family:'Cairo',sans-serif;font-weight:800;font-size:14px;
}
.home-v2 .join{
  background:var(--navy);border-radius:var(--radius-lg);color:#fff;
  padding:48px 46px;display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.home-v2 .join h2{color:#fff;font-size:clamp(22px,2.8vw,32px);margin-bottom:10px;}
.home-v2 .join p{font-size:15.5px;opacity:.86;max-width:520px;}
.home-v2 .app{
  position:relative;overflow:hidden;
  background:linear-gradient(115deg,#0b3247 0%,#124a63 60%,#0f6b74 100%);
  border-radius:var(--radius-lg);color:#fff;
  display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center;
  padding:52px 50px;
}
.home-v2 .app::after{
  content:'';position:absolute;inset-inline-start:-8%;bottom:-45%;
  width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(20,134,140,.35),transparent 68%);
}
.home-v2 .app__copy{position:relative;z-index:2;}
.home-v2 .app h2{color:#fff;font-size:clamp(23px,2.8vw,32px);margin-bottom:14px;}
.home-v2 .app p{font-size:15.5px;opacity:.88;max-width:520px;}
.home-v2 .app__stores{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap;}
.home-v2 .store{
  display:flex;align-items:center;gap:10px;background:#fff;color:var(--navy);
  border-radius:12px;padding:10px 20px;transition:.28s var(--ease);
}
.home-v2 .store:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,.24);}
.home-v2 .store svg{width:20px;height:20px;flex:none;}
.home-v2 .store i{display:block;font-style:normal;font-size:10.5px;color:var(--body);line-height:1.4;}
.home-v2 .store b{font-family:'Cairo',sans-serif;font-size:14.5px;}
.home-v2 .app__phone{position:relative;z-index:2;display:flex;justify-content:center;}
.home-v2 .app__phone img{max-width:230px;transform:rotate(-8deg);filter:drop-shadow(0 24px 44px rgba(0,0,0,.4));}
.home-v2 .reveal{opacity:0;transform:translateY(26px);transition:.75s var(--ease);}
.home-v2 .reveal.is-in{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){.home-v2 .reveal{opacity:1;transform:none;transition:none;}}
@media (max-width:1150px){.home-v2 .scard{flex:0 0 calc((100% - 40px)/3);}}
@media (max-width:980px){.home-v2 .cats, .home-v2 .pros, .home-v2 .steps{grid-template-columns:repeat(2,1fr);}
.home-v2 .steps{gap:44px 24px;}
.home-v2 .whys{grid-template-columns:repeat(2,1fr);gap:32px 0;}
.home-v2 .why:nth-child(3){border-inline-start:0;}
.home-v2 .about, .home-v2 .trust, .home-v2 .integrated{grid-template-columns:1fr;gap:40px;}
.home-v2 .trust__hexes{height:380px;max-width:460px;margin-inline:auto;}
.home-v2 .app{grid-template-columns:1fr;text-align:center;}
.home-v2 .app p{margin-inline:auto;}
.home-v2 .app__stores{justify-content:center;}
.home-v2 .app__phone{order:-1;}
.home-v2 .scard{flex:0 0 calc((100% - 20px)/2);}}
@media (max-width:720px){
/* الهيرو على الجوال: عمود واحد، النص أولاً ثم الصورة، ثم شريط البحث عمودياً */
.home-v2 .hero{overflow:visible;overflow-x:clip;padding-bottom:26px;}
.home-v2 .hero__inner{min-height:auto;padding:28px 12px 0;text-align:center;}
.home-v2 .hero__copy{width:auto;margin-inline:0;}
.home-v2 .hero__title{font-size:34px;}
.home-v2 .hero__lead{font-size:15px;margin-top:10px;margin-inline:auto;}
.home-v2 .hero__badges{justify-content:center;gap:10px 16px;margin-top:22px;}
.home-v2 .hero__cta{justify-content:center;gap:10px;margin-top:22px;}
.home-v2 .hero__cta .btn{flex:1 1 calc(50% - 10px);min-height:52px;padding:0 14px;font-size:14px;}
.home-v2 .hero__visual{position:static;width:min(100%,360px);margin:12px auto 0;pointer-events:auto;}
.home-v2 .hero__search{position:relative;inset:auto;width:min(100% - 24px,864px);margin:-36px auto 0;}
.home-v2 .searchbar{flex-direction:column;align-items:stretch;gap:8px;height:auto;padding:12px;border-radius:20px;}
.home-v2 .searchbar__field{flex:0 0 auto;height:50px;background:var(--bg-soft);border-radius:12px;}
.home-v2 .searchbar__sep{display:none;}
.home-v2 .searchbar__btn{width:100%;height:50px;margin:0;}
.home-v2 .section{padding:40px 0;}
.home-v2 .section--tight{padding:32px 0;}
.home-v2 .container{width:min(100% - 20px,var(--container));}
.home-v2 .sec-head{margin-bottom:26px;}
.home-v2 .searchbar__field select{background-position:left center;}
.home-v2 .stats__inner{grid-template-columns:1fr;gap:26px;}
.home-v2 .cats, .home-v2 .pros, .home-v2 .whys{grid-template-columns:1fr;}
.home-v2 .steps{grid-template-columns:1fr;gap:46px;}
.home-v2 .why{border-inline-start:0 !important;}
.home-v2 .featured{padding:32px 22px 34px;}
.home-v2 .featured__head{flex-direction:column;}
.home-v2 .slider-nav--prev{inset-inline-start:-8px;}
.home-v2 .slider-nav--next{inset-inline-end:-8px;}
.home-v2 .scard{flex:0 0 78%;}
.home-v2 .join{flex-direction:column;text-align:center;padding:38px 26px;}
.home-v2 .app{padding:36px 24px;}
.home-v2 .about__media{flex-direction:column;}
.home-v2 .about__img--sm, .home-v2 .about__img--lg{width:100%;aspect-ratio:16/11;}
.home-v2 .trust__hexes{height:320px;}
.home-v2 .satisfaction{inset-inline-end:0;bottom:4%;}}
@media (max-width:420px){.home-v2 .hero__title{font-size:31px;}
.home-v2 .hero__cta .btn{flex:1 1 100%;padding:12px 14px;font-size:14px;}
.home-v2 .btn{padding:13px 20px;}}

/* ============================================================
   زر «للأعلى» العائم
   أسقطه سكربت التقييد مع قواعد الهيدر/الفوتر فبقي بلا تنسيق.
   ============================================================ */
.home-v2 .totop{
  position:fixed; bottom:26px; inset-inline-start:26px; z-index:150;
  width:48px; height:48px; padding:0;
  display:inline-flex; align-items:center; justify-content:center;
  border:0; border-radius:50%;
  background:var(--teal, #14868c); color:#fff;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(20,134,140,.42);
  opacity:0; visibility:hidden; transform:translateY(14px);
  transition:opacity .3s ease, transform .3s ease, background .25s ease, visibility .3s;
}
.home-v2 .totop svg{ width:22px; height:22px; display:block; }
.home-v2 .totop.is-on{ opacity:1; visibility:visible; transform:none; }
.home-v2 .totop:hover{ background:var(--navy, #0d3b54); transform:translateY(-3px); }
.home-v2 .totop:active{ transform:translateY(0); }
.home-v2 .totop:focus-visible{ outline:3px solid rgba(20,134,140,.45); outline-offset:3px; }

@media (max-width:640px){
  .home-v2 .totop{ bottom:18px; inset-inline-start:18px; width:44px; height:44px; }
}
@media (prefers-reduced-motion:reduce){
  .home-v2 .totop{ transition:opacity .2s ease, visibility .2s; }
  .home-v2 .totop:hover{ transform:none; }
}


/* بطاقة الخدمة صارت رابطاً — نضمن ألا يرث لون الرابط ولا يظهر خطّه،
   ونُبرز أنها قابلة للنقر. */
.home-v2 a.scard{text-decoration:none;color:inherit;display:flex;flex-direction:column;cursor:pointer;}
.home-v2 a.scard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.home-v2 a.scard:focus-visible{outline:3px solid var(--teal);outline-offset:3px;}

/* ============================================================
   قسم «منفذو خدمة مميزون للأسبوع» — مطابق للتصميم:
   بطاقة بيضاء بلا إطار وبظل ناعم، الصورة يميناً والمعلومات بجانبها،
   التقييم بنجمة برتقالية، وتذييل بلا خط فاصل: السعر يميناً والزر يساراً.
   ============================================================ */
.home-v2 #pros .sec-head{margin-bottom:44px;}
.home-v2 #pros .sec-title{font-size:clamp(22px,2.5vw,30px);padding-bottom:14px;}
.home-v2 #pros .sec-title::after{width:64px;height:3px;}
.home-v2 #pros .pros{gap:28px;}
.home-v2 #pros .pro{
  border:0;border-radius:16px;padding:22px 22px 20px;
  box-shadow:0 8px 24px rgba(13,59,84,.08);
}
.home-v2 #pros .pro:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(13,59,84,.14);}
.home-v2 #pros .pro__top{align-items:flex-start;gap:16px;}
/* الصورة أولاً (يمين في RTL) */
.home-v2 #pros .pro__ava{order:-1;width:86px;height:86px;border-radius:10px;}
.home-v2 #pros .pro__ph{font-size:30px;}
.home-v2 #pros .pro__info{gap:4px;padding-top:2px;}
.home-v2 #pros .pro__name{font-size:17px;font-weight:600;color:var(--navy);line-height:1.4;}
.home-v2 #pros .pro__job{font-size:16px;font-weight:700;color:var(--teal);line-height:1.4;}
.home-v2 #pros .pro__rate{
  direction:inherit;unicode-bidi:normal;
  display:flex;align-items:center;gap:6px;
  font-size:15px;font-weight:700;color:#f59e0b;line-height:1.4;
}
.home-v2 #pros .pro__rate i{font-size:13px;font-weight:500;color:#6b7a7a;}
.home-v2 #pros .pro__foot{
  margin-top:26px;padding-top:0;border-top:0;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.home-v2 #pros .pro__price{display:flex;flex-direction:column;gap:2px;}
.home-v2 #pros .pro__price i{font-size:13px;color:#6b7a7a;}
.home-v2 #pros .pro__price b{font-size:18px;font-weight:700;color:var(--navy);}
.home-v2 #pros .pro__foot .btn{padding:11px 24px;border-radius:8px;font-size:14px;font-weight:700;}

/* ============================================================
   قسم «رؤيتنا ورسالتنا» — مطابق للتصميم
   ============================================================ */
.home-v2 #about .about{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;}
.home-v2 #about .eyebrow{font-size:20px;font-weight:700;color:var(--navy);padding-bottom:10px;margin-bottom:8px;}
.home-v2 #about .eyebrow::after{width:56px;height:3px;}
.home-v2 #about .about__title{font-size:clamp(28px,3.2vw,40px);font-weight:800;color:var(--teal);margin-bottom:22px;line-height:1.3;}
.home-v2 #about .about__lead{font-size:16px;line-height:1.8;color:#5b6b6b;}
.home-v2 #about .about__pillars{margin-top:28px;gap:24px;}
.home-v2 #about .pillar{position:relative;border-inline-start:0;padding-inline-start:14px;}
/* شريط أخضر قصير بمحاذاة العنوان فقط */
.home-v2 #about .pillar::before{content:'';position:absolute;inset-inline-start:0;top:3px;width:3px;height:20px;border-radius:2px;background:var(--teal);}
.home-v2 #about .pillar h5{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:6px;line-height:1.5;}
.home-v2 #about .pillar p{font-size:14.5px;line-height:1.75;color:#5b6b6b;}
/* الصور: الحرفي الكبيرة يميناً وصورة المكتب أصغر يسارها وأخفض قليلاً */
.home-v2 #about .about__media{gap:16px;align-items:flex-start;justify-content:flex-start;}
.home-v2 #about .about__img{border-radius:20px;box-shadow:0 18px 40px rgba(13,59,84,.16);}
.home-v2 #about .about__img--lg{order:-1;width:54%;aspect-ratio:328/460;}
.home-v2 #about .about__img--sm{width:40%;aspect-ratio:248/350;margin-top:72px;}

/* ============================================================
   قسم «نصلك بأفضل منفذي الخدمة السوريين الموثوقين» — مطابق للتصميم
   ============================================================ */
.home-v2 .trust{gap:48px;}
.home-v2 .trust__title{font-size:clamp(26px,2.6vw,32px);font-weight:800;color:var(--navy);line-height:1.45;margin-bottom:18px;}
.home-v2 .trust__title .text-navy{color:var(--navy);}
.home-v2 .trust__lead{font-size:16px;line-height:1.8;color:#5b6b6b;}
.home-v2 .trust .checks{margin-top:26px;gap:16px;}
.home-v2 .trust .checks li{font-size:16px;font-weight:600;color:var(--navy);gap:14px;}
.home-v2 .trust .check{width:26px;height:26px;background:transparent;border:1.5px solid var(--teal);color:var(--teal);font-size:13px;font-weight:700;}
.home-v2 .trust .btn{margin-top:30px;padding:12px 26px;border-radius:8px;font-size:14px;font-weight:700;border:1.5px solid var(--navy);}
.home-v2 .trust__hexes{height:470px;}
.home-v2 .hex--1{width:62%;inset-inline-start:38%;top:6%;}
.home-v2 .hex--2{width:33%;inset-inline-start:0;top:0;}
.home-v2 .hex--3{width:33%;inset-inline-start:0;top:52%;}
@media (max-width:720px){
  .home-v2 #about .about__img--lg{order:0;}
  .home-v2 #about .about__img--sm{margin-top:0;}
  .home-v2 #about .about__img--sm, .home-v2 #about .about__img--lg{width:100%;aspect-ratio:16/11;}
  .home-v2 .trust__hexes{height:320px;}
}

/* ============================================================
   قسم «دعنا نقوم بالعمل لتركز على ما يهمك» — مطابق للتصميم
   ============================================================ */
.home-v2 .integrated{gap:48px;align-items:center;}
.home-v2 .integrated__title{font-size:clamp(24px,2.4vw,30px);font-weight:800;color:var(--navy);line-height:1.5;margin-bottom:16px;}
.home-v2 .integrated__lead{font-size:16px;line-height:1.85;color:#5b6b6b;}
.home-v2 .feat-list{margin-top:26px;gap:16px;}
.home-v2 .feat-list li{gap:12px;align-items:flex-start;}
.home-v2 .feat-list .check{width:26px;height:26px;margin-top:2px;background:var(--teal-soft);color:var(--teal);font-size:13px;}
.home-v2 .feat-list b{font-size:16px;font-weight:700;margin-bottom:2px;line-height:1.5;}
.home-v2 .feat-list small{font-size:13.5px;line-height:1.7;color:#6b7a7a;}
/* الصورة أكبر وبطاقة النسبة على يمينها متوسّطة الارتفاع */
.home-v2 .integrated__img{max-width:520px;}
.home-v2 .satisfaction{
  inset-inline-end:auto;inset-inline-start:-10%;bottom:34%;
  gap:12px;padding:12px 14px;border-radius:12px;
  box-shadow:0 14px 34px rgba(13,59,84,.14);
}
.home-v2 .satisfaction__num{order:-1;width:40px;height:40px;font-size:13px;}
.home-v2 .satisfaction__txt{max-width:88px;font-size:13px;line-height:1.5;color:#5b6b6b;}
@media (max-width:720px){
  .home-v2 .satisfaction{inset-inline-start:0;bottom:20%;}
}
