:root{--primary:#1e1b4b;--bg:#f6f7fb}*{box-sizing:border-box}body{font-family:'Cairo',system-ui,sans-serif;background:var(--bg);color:#111827}.contact-bar{background:#0f172a;color:#e5e7eb}.contact-bar a{color:white;text-decoration:none}.main-nav{background:#fff;box-shadow:0 10px 30px #0001}.navbar-brand span,.section-title{font-weight:800;color:var(--primary)}.hero{background:linear-gradient(135deg,#1e1b4bee,#312e81dd),url('../images/hero-bg.jpg') center/cover;color:white;padding:76px 0;border-radius:0 0 40px 40px}.hero h1{font-weight:800;font-size:clamp(2rem,4vw,4rem)}.hero-search{display:flex;gap:.75rem;position:relative}.hero-search input,.hero-search button{border-radius:18px}.suggestions{position:absolute;top:105%;right:0;left:120px;background:#fff;color:#111827;border-radius:16px;box-shadow:0 20px 60px #0002;z-index:20}.suggestions button{display:block;width:100%;border:0;background:#fff;text-align:right;padding:.75rem 1rem}.phone-card,.store-card{border:0;border-radius:24px;box-shadow:0 16px 40px #0f172a14;overflow:hidden;transition:.25s}.phone-card:hover,.store-card:hover{transform:translateY(-6px)}.phone-image-wrap{position:relative;display:block;background:#eef2ff;overflow:hidden}.phone-img{height:245px;object-fit:cover;transition:.3s}.phone-card:hover .phone-img{transform:scale(1.04)}.card-badge{position:absolute;top:14px;right:14px}.price-badge{display:inline-block;background:#dcfce7;color:#047857;font-weight:800;border-radius:999px;padding:.4rem .75rem}.store-img{height:185px;object-fit:cover}.quick-filter{background:#fff;border-radius:18px;padding:1rem;text-decoration:none;color:var(--primary);box-shadow:0 10px 25px #0001;font-weight:700}.gallery-main{width:100%;height:460px;object-fit:cover;border-radius:28px;background:#eef2ff}.gallery-thumbs{display:flex;gap:.75rem;margin-top:1rem;overflow:auto}.thumb{border:2px solid transparent;border-radius:14px;background:white;padding:4px}.thumb img{width:78px;height:70px;object-fit:cover;border-radius:10px}.filters{border:0;border-radius:24px;position:sticky;top:92px}.site-footer{background:#111827;color:#e5e7eb}.site-footer a{display:block;color:#d1d5db;text-decoration:none;margin:.4rem 0}.footer-logo{width:170px;border-radius:14px}.back-to-top{position:fixed;bottom:24px;left:24px;width:44px;height:44px;border-radius:50%;border:0;background:var(--primary);color:#fff;display:none}.toast-host{position:fixed;bottom:80px;left:20px;z-index:9999}.app-toast{background:#111827;color:#fff;border-radius:14px;padding:.75rem 1rem;margin-top:.5rem}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.admin-sidebar{background:#111827;color:white;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.admin-sidebar a{color:#e5e7eb;text-decoration:none;padding:.7rem;border-radius:12px}.admin-main{padding:1.25rem}.admin-topbar,.stat-card,.table-card{background:white;border-radius:18px;padding:1rem;margin-bottom:1rem;box-shadow:0 10px 30px #0001}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.stat-card strong{font-size:1.8rem;color:var(--primary)}
/* Hotfix: show images inside offers cards */
.offer-card{box-shadow:0 12px 34px #0f172a12;transition:.25s;border:0!important}
.offer-card:hover{transform:translateY(-5px)}
.offer-image-wrap{display:block;position:relative;background:#eef2ff;overflow:hidden;height:210px}
.offer-img{width:100%;height:210px;object-fit:cover;display:block;transition:.3s}
.offer-card:hover .offer-img{transform:scale(1.04)}
@media(max-width:575px){.offer-image-wrap,.offer-img{height:190px}}
