/* قسم «اعرض لوحتك في ١٥ ثانية من خلال الواتساب» — الرئيسية (hero) وصفحة الهبوط /whatsapp (2026-09-16، قرار عبدالله).
   بلا مكتبات؛ الحركة CSS خفيفة وتحترم prefers-reduced-motion؛ الألوان ذاتية (لا اعتماد على متغيرات الصفحة). */
.wa-hero{position:relative;overflow:hidden;margin:18px 4% 8px;padding:34px 28px;border-radius:22px;color:#fff;
  background:linear-gradient(135deg,#0b3d2e 0%,#0e6b46 45%,#128c5a 100%);isolation:isolate;
  box-shadow:0 18px 44px rgba(14,107,70,.22)}
.wa-hero::before,.wa-hero::after{content:"";position:absolute;border-radius:50%;filter:blur(2px);z-index:-1;opacity:.35}
.wa-hero::before{width:360px;height:360px;right:-120px;top:-160px;background:radial-gradient(circle,#5ee39a 0%,rgba(94,227,154,0) 70%);animation:wa-float 9s ease-in-out infinite}
.wa-hero::after{width:260px;height:260px;left:-90px;bottom:-140px;background:radial-gradient(circle,#25d366 0%,rgba(37,211,102,0) 70%);animation:wa-float 11s ease-in-out infinite reverse}
.wa-hero .wa-in{position:relative;display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.wa-hero .wa-txt{flex:1 1 420px;min-width:0}
.wa-hero .wa-kicker{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.2px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:5px 12px;margin-bottom:12px;
  animation:wa-kick-pulse 2.4s ease-in-out infinite}   /* شارة «جديد» متحركة (عبدالله 2026-09-16): نبض الحدود + لمعة كل ~3ث */
.wa-hero .wa-kicker::after{content:"";position:absolute;top:0;bottom:0;left:-70%;width:45%;transform:skewX(-20deg);
  background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);animation:wa-kick-shine 3s ease-in-out infinite}
.wa-hero h2{margin:0 0 10px;font-size:clamp(24px,3.4vw,38px);line-height:1.35;font-weight:800;color:#fff}
.wa-hero h2 b{color:#9ff5c4}
.wa-hero p{margin:0;font-size:15.5px;line-height:1.9;color:rgba(255,255,255,.88);max-width:560px}
.wa-hero .wa-steps{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 0;padding:0;list-style:none;font-size:13.5px;color:rgba(255,255,255,.92)}
.wa-hero .wa-steps li{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.1);border-radius:10px;padding:7px 11px}
.wa-hero .wa-steps li i{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#25d366;color:#0b3d2e;font-style:normal;font-weight:800;font-size:12px}
.wa-cta{position:relative;display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#062b1c;text-decoration:none;
  font-weight:800;font-size:16px;padding:15px 24px;border-radius:14px;min-height:52px;white-space:nowrap;overflow:hidden;
  box-shadow:0 10px 26px rgba(37,211,102,.35);transition:transform .18s ease,box-shadow .18s ease}
.wa-cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(37,211,102,.45)}
.wa-cta svg{width:24px;height:24px;flex:none}
.wa-cta::after{content:"";position:absolute;top:0;bottom:0;left:-60%;width:40%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);
  transform:skewX(-20deg);animation:wa-shine 3.2s ease-in-out infinite}
.wa-hero .wa-side{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px}
.wa-hero .wa-side small{font-size:12.5px;color:rgba(255,255,255,.78)}
.wa-phone{width:96px;height:96px;border-radius:26px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;animation:wa-pulse 2.6s ease-in-out infinite}
.wa-phone svg{width:56px;height:56px}
@keyframes wa-float{0%,100%{transform:translate(0,0)}50%{transform:translate(-18px,14px)}}
@keyframes wa-shine{0%{left:-60%}55%,100%{left:130%}}
@keyframes wa-kick-pulse{0%,100%{box-shadow:0 0 0 0 rgba(159,245,196,.55);border-color:rgba(255,255,255,.22)}50%{box-shadow:0 0 0 7px rgba(159,245,196,0);border-color:rgba(159,245,196,.85)}}
@keyframes wa-kick-shine{0%{left:-70%}45%,100%{left:140%}}
@keyframes wa-pulse{0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.45)}50%{box-shadow:0 0 0 14px rgba(37,211,102,0)}}
@media (max-width:640px){
  .wa-hero{margin:12px 3% 6px;padding:22px 18px;border-radius:18px}
  .wa-hero .wa-in{gap:16px}
  .wa-hero p{font-size:14.5px}
  .wa-hero .wa-side{width:100%;flex-direction:row;justify-content:space-between}
  .wa-phone{display:none}
  .wa-cta{width:100%;justify-content:center}
}
@media (prefers-reduced-motion:reduce){
  .wa-hero::before,.wa-hero::after,.wa-cta::after,.wa-phone,.wa-hero .wa-kicker,.wa-hero .wa-kicker::after{animation:none}
  .wa-cta{transition:none}
}
/* صفحة الهبوط /whatsapp */
.wa-land{max-width:980px;margin:22px auto 40px;padding:0 4%}
.wa-land .wa-hero{margin:0 0 22px}
.wa-land h3{font-size:20px;margin:26px 0 12px}
.wa-how{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding:0;list-style:none}
.wa-how li{background:#fff;border:1px solid #e2e8f2;border-radius:16px;padding:18px 16px;line-height:1.85;font-size:14.5px;color:#101828}
.wa-how li .n{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e6f8ee;color:#0a7a3c;font-weight:800;margin-bottom:10px}
.wa-how li svg{width:34px;height:34px;display:block;margin-bottom:8px;color:#0e9f4f}
.wa-how li b{display:block;margin-bottom:4px;font-size:15px}
.wa-trust{display:flex;align-items:center;gap:10px;margin:18px 0 0;font-size:14px;color:#5b6b84}
.wa-trust b{color:#0a7a3c}
.wa-trust svg{width:26px;height:26px;flex:none;color:#25d366}
.wa-land .wa-cta2{display:flex;justify-content:center;margin-top:24px}
@media (max-width:640px){.wa-how{grid-template-columns:1fr}}

/* نسخة مضغوطة لصفحة السوق (عبدالله 2026-09-16 «ما شفت بالسوق شي لبوت الواتساب»): صف واحد على سطح المكتب، صفّان على الجوال (≤120px) */
.wa-hero.compact{margin:14px 4% 6px;padding:14px 18px;border-radius:16px;box-shadow:0 10px 26px rgba(14,107,70,.18)}
.wa-hero.compact .wa-in{align-items:center;gap:14px;flex-wrap:nowrap}
.wa-hero.compact .wa-txt{display:flex;align-items:center;gap:12px;flex:1 1 auto}
.wa-hero.compact .wa-kicker{margin:0;flex:none}
.wa-hero.compact h2{margin:0;font-size:clamp(16px,1.6vw,21px);line-height:1.5}
.wa-hero.compact .wa-cta{padding:10px 18px;min-height:42px;font-size:14.5px}
.wa-hero.compact .wa-cta svg{width:20px;height:20px}
.wa-hero.compact::before{width:220px;height:220px;right:-90px;top:-120px}
.wa-hero.compact::after{width:160px;height:160px;left:-60px;bottom:-100px}
@media (max-width:640px){   /* ≤120px على الجوال: صفّان — (الشارة + العنوان بسطر واحد) ثم الزر */
  .wa-hero.compact{margin:10px 3% 4px;padding:10px 12px;border-radius:14px}
  .wa-hero.compact .wa-in{flex-wrap:wrap;gap:8px}
  .wa-hero.compact .wa-txt{flex-wrap:nowrap;gap:8px;min-width:0}
  .wa-hero.compact .wa-kicker{font-size:11.5px;padding:3px 9px}
  .wa-hero.compact h2{font-size:14.5px;line-height:1.35;flex:1 1 auto;min-width:0}
  .wa-hero.compact .wa-side{width:100%;flex-direction:row}
  .wa-hero.compact .wa-cta{width:100%;justify-content:center;min-height:38px;padding:7px 12px;font-size:14px}
}
