.smart-products-home,.smart-product-inline,.smart-product-result{--sp-navy:#0b2444;--sp-navy-2:#102f55;--sp-gold:#d8a83f;--sp-ink:#152238;--sp-soft:#f7f8fb;direction:rtl}
.smart-products-home{margin:34px auto 12px;padding:26px 0 6px;max-width:1180px}
.smart-products-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px;padding:0 4px}
.smart-products-heading span,.smart-product-kicker{display:inline-block;color:#8a6619;font-weight:800;font-size:.82rem;letter-spacing:.01em;margin-bottom:5px}
.smart-products-heading h2,.smart-product-inline h2,.smart-product-result h2{margin:0;color:var(--sp-ink);font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.4}
.smart-products-heading p,.smart-product-inline .smart-product-lead,.smart-product-result .smart-product-lead{margin:7px 0 0;color:#667085;line-height:1.8;font-size:.94rem}
.smart-products-store-link{flex:0 0 auto;text-decoration:none;color:var(--sp-navy);font-weight:800;border:1px solid #d7deea;border-radius:999px;padding:10px 15px;background:#fff;transition:.2s ease}
.smart-products-store-link:hover{transform:translateY(-2px);border-color:#caa03e;color:#8a6619}
.smart-products-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(215px,248px);gap:14px;overflow-x:auto;padding:4px 4px 16px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#c6cfdb transparent}
.smart-products-scroller::-webkit-scrollbar{height:7px}.smart-products-scroller::-webkit-scrollbar-thumb{background:#c6cfdb;border-radius:8px}
.smart-product-card{scroll-snap-align:start;background:#fff;border:1px solid #e5e9f0;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(16,43,77,.08);display:flex;flex-direction:column;min-height:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.smart-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(16,43,77,.14);border-color:#d6bd78}
.smart-product-media{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#071b32,#153a61);overflow:hidden}
.smart-product-media img{width:100%;height:100%;object-fit:cover;display:block}
.smart-product-media::after{content:"ملخص ذكي";position:absolute;top:10px;right:10px;background:rgba(7,27,50,.9);color:#f7d77a;border:1px solid rgba(247,215,122,.45);padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:800;backdrop-filter:blur(4px)}
.smart-product-card-body{display:flex;flex-direction:column;gap:8px;padding:14px 15px 15px;flex:1}
.smart-product-card-body h3{margin:0;color:var(--sp-ink);font-size:1rem;line-height:1.55}
.smart-product-card-body p{margin:0;color:#667085;font-size:.82rem;line-height:1.7;flex:1}
.smart-product-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--sp-navy);color:#fff!important;font-weight:800;border-radius:11px;padding:10px 13px;margin-top:4px;transition:.2s ease}
.smart-product-btn:hover{background:var(--sp-navy-2);transform:translateY(-1px)}
.smart-product-btn::after{content:"←";margin-right:7px;font-size:1rem}
.smart-product-inline,.smart-product-result{margin:26px 0;padding:20px;border:1px solid #e1e6ee;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 12px 30px rgba(15,35,65,.06)}
.smart-product-inline-head,.smart-product-result-head{margin-bottom:14px}
.smart-product-inline .smart-products-scroller,.smart-product-result .smart-products-scroller{padding:2px 0 5px;grid-auto-columns:minmax(240px,310px)}
.smart-product-result{border-color:#dac078;background:linear-gradient(135deg,#fffdf7,#fff)}
.smart-product-result .smart-product-kicker{color:#9a711b}
.smart-product-result .smart-product-card{box-shadow:none;border-color:#eadfbf}
.smart-product-reason{display:inline-flex;align-items:center;gap:7px;background:#fff4ce;color:#765512;border:1px solid #ead58e;border-radius:999px;padding:7px 11px;margin-top:10px;font-size:.78rem;font-weight:800}
.smart-product-reason::before{content:"✓";width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#d8a83f;color:#fff;font-size:.75rem}
@media(max-width:760px){
  .smart-products-home{padding:20px 14px 2px;margin-top:22px}
  .smart-products-heading{align-items:start;flex-direction:column}
  .smart-products-store-link{font-size:.85rem;padding:9px 13px}
  .smart-products-scroller{grid-auto-columns:78vw;gap:12px}
  .smart-product-inline,.smart-product-result{margin:20px 0;padding:16px 12px;border-radius:18px}
  .smart-product-inline .smart-products-scroller,.smart-product-result .smart-products-scroller{grid-auto-columns:82vw}
}
@media(prefers-reduced-motion:reduce){.smart-product-card,.smart-product-btn,.smart-products-store-link{transition:none}}
