/* ===== Stores Page — Hero ===== */
.st-hero{background:#fbfafd;padding:40px 16px 48px}
.st-hero-inner{max-width:var(--max-width);margin:0 auto}
.st-hero-title{font-size:27px;font-weight:700;color:#1f1b2e;line-height:1.22;margin-bottom:12px}
.st-hero-desc{font-size:14px;color:#726982;line-height:1.57;margin-bottom:28px}

/* Hero visual panel — gradient only on mobile, glass wrapper added on desktop */
.st-hero-visual{background:linear-gradient(135deg,#8c67ec,#35107a);border-radius:26px;box-shadow:0px 18px 36px -12px rgba(27,9,62,0.16);padding:28px 16px}
.st-hero-visual-title{font-size:20px;font-weight:700;color:#fff;line-height:1.22;margin-bottom:14px}
.st-hero-visual-list{display:flex;flex-direction:column;gap:8px}
.st-hero-visual-row{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,0.17);border-radius:12px;padding:8px 16px;height:30px}
.st-hero-visual-dot{width:6px;height:6px;border-radius:50%;background:#fff;flex-shrink:0}
.st-hero-visual-text{font-size:15px;font-weight:700;color:#fff;line-height:1.27}

/* ===== Section Layout ===== */
.st-section{padding:48px 16px}
.st-section-inner{max-width:var(--max-width);margin:0 auto}
.st-section-title{font-size:32px;font-weight:700;color:#1f1b2e;line-height:1.22;margin-bottom:8px}
.st-section-desc{font-size:14px;color:#726982;line-height:1.57;margin-bottom:24px}

/* ===== City Cards Grid ===== */
.st-city-grid{display:flex;flex-direction:column;gap:12px}
.st-city-card{display:block;backdrop-filter:blur(9px);background:rgba(255,255,255,0.88);border:1px solid #eae2f7;border-radius:20px;padding:17px;box-shadow:0px 10px 12px rgba(56,20,122,0.05);text-decoration:none;transition:transform .2s}
.st-city-card:hover{transform:translateY(-2px)}
.st-city-label{font-size:12.5px;font-weight:700;color:#35107a;line-height:1.28;margin-bottom:8px}
.st-city-info{font-size:15px;font-weight:400;color:#1f1b2e;line-height:1.53;margin:0}

/* ===== Footer CTA ===== */
.st-cta{background:linear-gradient(135deg,#35107a,#6a35d7);border-radius:28px;padding:36px;margin:0 16px 48px;box-shadow:0px 18px 36px -8px rgba(56,20,122,0.13)}
.st-cta-title{font-size:23px;font-weight:700;color:#fff;line-height:1.26;margin-bottom:12px}
.st-cta-desc{font-size:13px;color:#fff;line-height:1.54;margin-bottom:20px}
.st-cta-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 22px;border-radius:999px;font-size:12.5px;font-weight:700;text-decoration:none;background:rgba(255,255,255,0.84);border:1px solid #eae2f7;color:#35107a;box-shadow:0px 4px 12px -8px rgba(56,20,122,0.03);transition:opacity .2s}
.st-cta-btn:active{opacity:.8}

/* ===== Desktop: >=768px ===== */
@media(min-width:768px){
	.st-hero{padding:78px 80px 0}
	.st-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}
	.st-hero-copy{flex:0 0 620px;max-width:620px}
	.st-hero-title{font-size:58px;line-height:1.07;margin-bottom:22px}
	.st-hero-desc{font-size:19px;line-height:1.63;margin-bottom:0}

	/* Hero visual panel — desktop: add glass wrapper around gradient panel */
	.st-hero-visual-wrap{flex:0 0 560px;max-width:560px;padding:34px;backdrop-filter:blur(9px);background:rgba(247,242,255,0.76);border:1px solid rgba(232,225,241,0.95);border-radius:22px;box-shadow:0px 18px 42px -16px rgba(27,9,62,0.09)}
	.st-hero-visual{padding:28px;box-shadow:0px 20px 42px -12px rgba(27,9,62,0.16)}
	.st-hero-visual-title{font-size:28px}
	.st-hero-visual-row{height:55px;border-radius:18px;padding:16px}
	.st-hero-visual-text{font-size:18px}

	/* Sections */
	.st-section{padding:72px 80px 78px}
	.st-section-title{font-size:42px;line-height:1.17;margin-bottom:12px}
	.st-section-desc{font-size:18px;line-height:1.67;margin-bottom:42px}

	/* City cards — 3-column flex grid */
	.st-city-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}
	.st-city-card{flex:0 0 calc((100% - 48px) / 3);max-width:calc((100% - 48px)/3);padding:28px;border-radius:22px;background:rgba(255,255,255,0.68);border-color:rgba(232,225,241,0.95);box-shadow:0px 18px 42px -16px rgba(27,9,62,0.09)}
	.st-city-label{font-size:13px;margin-bottom:16px}
	.st-city-info{font-size:20px;font-weight:700;line-height:1.3}

	/* Footer CTA — full-width bar, not card */
	.st-cta{background:#35107a;border-radius:0;margin:0;padding:54px 80px;box-shadow:none;display:flex;align-items:center;justify-content:space-between}
	.st-cta-copy{flex:1}
	.st-cta-title{font-size:30px;line-height:1.17;margin-bottom:10px}
	.st-cta-desc{font-size:16px;color:#ede6ff;line-height:1.56;margin-bottom:0;max-width:820px}
	.st-cta-btn{height:auto;padding:10px 18px;font-size:15px;background:rgba(255,255,255,0.72)}
}
