.page-hero{background:var(--purple-bg);padding:40px 16px 48px}
.page-hero .tag{display:inline-block;color:var(--purple-dark);font-size:13px;font-weight:500;margin-bottom:8px}
.page-hero h1{font-size:24px;font-weight:700;margin-bottom:12px}
.page-hero .hero-desc{color:var(--gray-text);margin-bottom:24px;max-width:560px}

.stat-card{background:var(--white);border-radius:var(--radius);padding:24px;text-align:center}
.stat-number{font-size:40px;font-weight:700;color:var(--purple);display:block}
.stat-label{font-size:14px;color:var(--gray-text);display:block;margin:4px 0 12px}
.city-tags{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
.tag-pill{background:var(--purple);color:var(--white);font-size:12px;padding:4px 12px;border-radius:var(--radius-full)}

.store-card{background:var(--white);border:1px solid #E5E7EB;border-radius:var(--radius);padding:16px;margin-bottom:12px}
.store-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.store-header h3{font-size:16px;font-weight:700}
.status-pill{background:var(--purple);color:var(--white);font-size:11px;padding:2px 10px;border-radius:var(--radius-full);margin-left:auto}
.store-name{display:block;color:var(--purple);font-size:14px;font-weight:600;margin-bottom:4px}
.store-card p{font-size:13px;color:var(--gray-text)}

@media(min-width:771px){
	.page-hero{padding:64px 24px}
	.page-hero h1{font-size:32px}
}
