.store-hero{position:relative;background:linear-gradient(180deg,#022c22 0%,#064e3b 100%);padding:100px 20px;text-align:center;color:white;border-bottom:5px solid var(--primary-green);overflow:hidden}.store-hero::before{content:"";position:absolute;top:-10%;left:-5%;width:300px;height:300px;background:var(--primary-green);filter:blur(150px);opacity:.2}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.hero-content h1{font-size:48px;font-weight:800;margin:0 0 20px;text-transform:uppercase;letter-spacing:-1px;background:linear-gradient(to right,#fff,#a7f3d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:20px;line-height:1.6;color:#d1d5db;max-width:650px;margin:0 auto}@media (max-width:850px){.hero-content h1{font-size:32px}}