*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background-color:#e5183a;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}#root{height:100vh;overflow:auto}.scrollable-container{min-height:100vh;display:flex;flex-direction:column}.home-hero{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;background-color:#e5183a}.home-hero-image{max-width:100%;max-height:100vh;object-fit:contain}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1040}.modal-content-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1050}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000080;max-width:500px;width:90%;outline:none}.modal-header{padding:1rem;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center}.modal-title{margin:0}.btn-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem}.modal-body{padding:1rem}.modal-footer{padding:1rem;border-top:1px solid #dee2e6;display:flex;justify-content:center;gap:.5rem}.btn.btn-danger{background-color:#dc3545;color:#fff;border:none;border-radius:50px;padding:.5rem 2rem;text-decoration:none;cursor:pointer}.btn.btn-outline-secondary{background-color:transparent;color:#6c757d;border:1px solid #6c757d;border-radius:50px;padding:.5rem 2rem;cursor:pointer}.about-us-section{background-color:#e5183a;padding:2rem 1rem;text-align:center;color:#fff;flex-shrink:0}.about-us-content{max-width:800px;margin:0 auto}.about-us-content h2{font-size:1.8rem;margin-bottom:1rem;font-weight:700}.about-us-content p{font-size:1.2rem;line-height:1.6;margin:.5rem 0}.store-item{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;border-radius:10px}.store-left{display:flex;align-items:center;gap:12px;flex:1}.icon{font-size:20px;min-width:24px;text-align:center;line-height:1}.store-info{display:flex;flex-direction:column;justify-content:center}.store-name{font-size:14px;font-weight:600}.store-address{font-size:12px;color:#777;margin-top:2px}.store-distance{font-size:12px;white-space:nowrap;margin-left:12px}
