.header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo h1{font-size:1.8rem;font-weight:700;color:#f39c12;margin-bottom:.2rem}.logo p{font-size:.9rem;color:#bdc3c7}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav a:hover{color:#f39c12}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#f39c12;transition:width .3s ease}.nav a:hover:after{width:100%}.location-info{text-align:right;font-size:.9rem}.location-info p{margin-bottom:.2rem;color:#bdc3c7}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}@media (max-width: 768px){.header-content{flex-direction:column;align-items:flex-start}.menu-toggle{display:flex;position:absolute;top:1rem;right:1rem}.nav{display:none;width:100%;flex-direction:column;gap:1rem;padding:1rem 0}.nav-open{display:flex}.location-info{text-align:left;width:100%}.logo h1{font-size:1.5rem}}.hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0;min-height:70vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}.hero-text p{font-size:1.2rem;color:#7f8c8d;margin-bottom:1rem}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.price-highlights{display:flex;gap:1.5rem;flex-wrap:wrap}.price-item{background:#fff;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;text-align:center;min-width:140px;transition:transform .3s ease}.price-item:hover{transform:translateY(-5px)}.price-item .category{display:block;font-size:.9rem;color:#7f8c8d;margin-bottom:.5rem}.price-item .price{display:block;font-size:1.1rem;font-weight:600;color:#e74c3c}.hero-image{text-align:center}.hero-image img{width:100%;max-width:500px;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #0000001a}@media (max-width: 768px){.hero{padding:60px 0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem}.price-highlights{justify-content:center}.hero-image img{height:300px}}@media (max-width: 480px){.hero-text h1{font-size:2rem}.price-highlights{flex-direction:column;align-items:center}.price-item{width:100%;max-width:200px}}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00000026}.product-image{position:relative;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{position:absolute;top:15px;right:15px}.price-tag{background:linear-gradient(135deg,#e74c3c,#f39c12);color:#fff;padding:8px 15px;border-radius:25px;font-weight:600;font-size:.9rem;box-shadow:0 3px 10px #e74c3c4d}.product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-name{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;line-height:1.3}.product-price{font-size:1.3rem;font-weight:700;color:#e74c3c;margin-bottom:1rem}.product-btn{width:100%;margin-top:auto;font-size:.9rem;padding:10px 20px}@media (max-width: 480px){.product-image{height:200px}.product-info{padding:1rem}.product-name{font-size:1rem}.product-price{font-size:1.1rem}}.products{background:#f8f9fa}.category-section{margin-bottom:4rem}.category-title{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:2rem;text-align:center;position:relative}.category-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#f39c12}.products-grid{margin-bottom:3rem}@media (max-width: 768px){.category-title{font-size:1.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.about{background:#fff}.about-content{align-items:center;gap:3rem}.about-description{font-size:1rem;color:#7f8c8d;line-height:1.6;margin-bottom:2rem;text-align:justify}.about-details{display:grid;gap:1.5rem}.detail-item h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.detail-item p{color:#7f8c8d;line-height:1.5}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px #0000001a}@media (max-width: 768px){.about-content{grid-template-columns:1fr;text-align:center}.about-image img{height:300px}}.contact{background:#f8f9fa}.contact-content{gap:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.info-item h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.info-item p{color:#7f8c8d;margin-bottom:.5rem;line-height:1.5}.contact-form{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.contact-form h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f39c12}.form-group textarea{resize:vertical;min-height:100px}.contact-form .btn{width:100%;font-size:1.1rem;padding:15px}@media (max-width: 768px){.contact-content{grid-template-columns:1fr}.contact-form{padding:2rem}.info-item{padding:1.5rem}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:600;color:#f39c12;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#ecf0f1}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#f39c12}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#95a5a6;margin-bottom:.5rem;font-size:.9rem}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:60px 0}.section-title{text-align:center;font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#e74c3c,#f39c12);border-radius:2px}.btn{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,#e74c3c,#f39c12);color:#fff;text-decoration:none;border-radius:50px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:16px}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e74c3c4d}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width: 768px){.section-title{font-size:2rem}.container{padding:0 15px}.section{padding:40px 0}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
