.store-hero{background:linear-gradient(135deg,#f7f9fc,#eaf3fa);padding:40px 20px;display:flex;justify-content:center}.store-hero-content{max-width:1200px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px;width:100%}.store-hero-text{flex:1 1 100%;min-width:280px;text-align:center}.store-hero-sub{color:#6c757d;text-transform:uppercase;letter-spacing:1px;font-size:14px;margin-bottom:10px}.store-hero-title{font-size:32px;font-weight:700;margin-bottom:16px;color:var(--fixnix-purple)}.store-hero-title span{color:var(--fixnix-yellow)}.store-hero-desc{font-size:16px;color:#555;margin-bottom:20px;max-width:500px;margin-left:auto;margin-right:auto}.store-hero-form{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:6px 12px;max-width:450px;margin:0 auto;flex-wrap:nowrap}.store-hero-icon{font-size:18px;color:var(--fixnix-yellow);margin-right:8px}.store-hero-input{flex:1 1;border:none;padding:10px;outline:none;font-size:14px;min-width:100px}.store-hero-btn{background-color:var(--fixnix-purple);color:#fff;border:none;padding:10px 14px;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.store-hero-btn:hover{background-color:var(--fixnix-yellow);color:#000}.store-hero-image{flex:1 1 100%;text-align:center}.store-hero-image img{max-width:90%;width:100%;height:auto;margin-top:20px;box-shadow:10px 10px 60px #000,inset 10px 10px 60px #fff}@media screen and (min-width:768px){.store-hero-text{flex:1 1;text-align:left}.store-hero-image{flex:1 1}.store-hero-content{flex-wrap:nowrap}.store-hero-desc{margin-left:0;margin-right:0}}@media screen and (min-width:1024px){.store-hero-title{font-size:40px}.store-hero-desc{font-size:18px}.store-hero-form{max-width:450px}.store-hero-btn{padding:12px 16px}}.location-hero{background:linear-gradient(90deg,#f7f9fc,#eaf3fa);padding:50px 20px}.location-hero-content{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:40px}.location-hero-text{flex:1 1 500px}.location-hero-image{flex:1 1 300px;text-align:center}.location-hero-image img{max-width:100%;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:zoomIn 1.2s ease-in-out}.location-heading{font-size:1.3rem;font-weight:700;margin-bottom:10px;color:#222}.location-list{list-style:none;padding-left:0;margin-top:.5rem}.location-list li{display:flex;align-items:center;margin-bottom:10px;font-size:.95rem;animation:slideIn .4s ease-in-out forwards;opacity:0}.location-list li svg{margin-right:8px;color:var(--fixnix-yellow)}.location-card{background:#fff;padding:20px 24px;border-radius:10px;box-shadow:0 8px 25px rgba(0,0,0,.05);width:100%;max-width:500px}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn 1s ease-in-out forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}.location-locations{display:flex;flex-wrap:wrap;gap:40px;margin-top:30px}.location-hero-title{font-size:32px;font-weight:700;margin-bottom:16px;color:var(--fixnix-purple)}.location-hero-title span{color:var(--fixnix-yellow)}