/* Phase 21 — Theme UX polish */
.chiyab-home { --cy-focus: 0 0 0 3px rgba(37,99,235,.18); }
.chiyab-hero__content h1 { letter-spacing: -.05em; }
.chiyab-search input:focus,
.chiyab-search button:focus,
.chiyab-actions a:focus,
.chiyab-primary-link:focus,
.chiyab-secondary-link:focus,
.chiyab-home-card a:focus { outline: none; box-shadow: var(--cy-focus); }
.chiyab-search { box-shadow: 0 14px 34px rgba(15,23,42,.10); }
.chiyab-search button { font-weight: 950; }
.chiyab-chips button { min-height: 34px; font-weight: 850; }
.chiyab-section__head p { max-width: 660px; line-height: 1.9; }
.chiyab-home-card { transition: transform .16s ease, box-shadow .16s ease; }
.chiyab-home-card:hover { transform: translateY(-2px); box-shadow: 0 18px 48px rgba(15,23,42,.10); }
.chiyab-empty-inline { border: 1px dashed rgba(15,23,42,.14); border-radius: 20px; background: #fff; padding: 24px; color: #64748b; text-align: center; }
.chiyab-store-cta { background: radial-gradient(circle at 10% 10%, rgba(20,184,166,.13), transparent 32%), #111827; color: #fff; }
.chiyab-store-cta p { color: rgba(255,255,255,.72); }
@media(max-width:760px){.chiyab-search{gap:6px}.chiyab-search button{min-height:44px}.chiyab-hero__content p{font-size:15px;line-height:1.9}.chiyab-section{margin-top:22px}.chiyab-store-cta__actions{display:grid;grid-template-columns:1fr;gap:8px}}

/* Phase 22 — Shiraz sales proof block */
.chiyab-sales-proof{background:linear-gradient(135deg,#f8fafc,#eff6ff);border:1px solid #dbeafe;border-radius:28px;padding:28px;box-shadow:0 14px 40px rgba(37,99,235,.08)}
.chiyab-sales-proof .chiyab-section__head p{color:#475569}
