/* Step 86 — آمار Home و بهینه‌سازی موبایل صفحه فروشگاه */
.home-insight-panel{
    margin-top:24px;padding:22px;border:1px solid #eadff7;border-radius:22px;
    background:linear-gradient(135deg,#fff 0%,#fbf8ff 100%);
    box-shadow:0 12px 30px rgba(76,29,149,.06)
}
.home-insight-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
.home-insight-head h3{margin:4px 0 0;font-size:20px;font-weight:950;color:#20152c}
.home-insight-head p{margin:0;color:#756b7d;font-size:12px;line-height:1.9}
.home-insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-insight-stat{padding:15px;border:1px solid #eee7f3;border-radius:17px;background:#fff}
.home-insight-stat strong{display:block;font-size:24px;font-weight:950;color:#6d28d9}
.home-insight-stat span{display:block;margin-top:4px;font-size:12px;font-weight:800;color:#4b4450}
.home-top-categories{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.home-top-category{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #e9ddf7;border-radius:999px;background:#fff;color:#4c1d95;text-decoration:none;font-size:11px;font-weight:850}
.home-top-category b{color:#111827}
@media(max-width:767.98px){
    .home-insight-panel{padding:15px;border-radius:18px}
    .home-insight-head{display:block}
    .home-insight-head p{margin-top:5px}
    .home-insight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
    .home-insight-stat{padding:11px 7px;text-align:center}
    .home-insight-stat strong{font-size:19px}
    .home-insight-stat span{font-size:10px;line-height:1.6}
    .home-top-category{font-size:10px;padding:7px 9px}

    /* لپ‌تاپ دست‌نخورده؛ فقط موبایل */
    .store-page .store-cover{height:170px!important}
    .store-page .contact-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
    .store-page .contact-item{padding:10px!important;min-width:0}
    .store-page .contact-label{font-size:10px!important;margin-bottom:3px!important}
    .store-page .contact-value{font-size:11px!important;line-height:1.7!important}
    .store-page .contact-item:first-child{grid-column:1/-1}
}
@media(max-width:390px){
    .store-page .store-cover{height:155px!important}
}
