*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.header{background-color:#1a1a2e;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo h1{margin:0;font-size:1.5rem;color:gold}.logo a{text-decoration:none}.nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;font-weight:500}.nav-link:hover{background-color:#ffd7001a;color:gold}.nav-link.active{background-color:gold;color:#1a1a2e}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-direction:column;width:100%;gap:.5rem}.nav-link{text-align:center}.logo h1{font-size:1.2rem}}.footer{background-color:#1a1a2e;color:#fff;padding:2rem 0 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3,.footer-section h4{color:gold;margin-bottom:1rem}.footer-section p{margin:.5rem 0;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.footer-bottom{background-color:#0f0f1e;text-align:center;padding:1rem}.footer-bottom p{margin:0;font-size:.9rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}}.home{width:100%}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:6rem 2rem;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem;color:gold}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;color:#e0e0e0}.cta-button{display:inline-block;background-color:gold;color:#1a1a2e;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #ffd7004d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.features{padding:4rem 2rem;background-color:#f8f9fa}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1a1a2e;margin-bottom:.5rem}.feature-card p{color:#666;line-height:1.6}.product-showcase{padding:4rem 2rem;max-width:1200px;margin:0 auto}.product-showcase h2{text-align:center;font-size:2.5rem;color:#1a1a2e;margin-bottom:3rem}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.showcase-item{position:relative;overflow:hidden;border-radius:10px;cursor:pointer;aspect-ratio:4/3}.showcase-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.showcase-item:hover img{transform:scale(1.1)}.showcase-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1.5rem}.showcase-overlay h3{margin:0 0 .5rem;color:gold}.showcase-overlay p{margin:0;font-size:.9rem}.showcase-cta{text-align:center;margin-top:2rem}.secondary-button{display:inline-block;background-color:#1a1a2e;color:#fff;padding:.8rem 2rem;text-decoration:none;border-radius:50px;transition:all .3s ease}.secondary-button:hover{background-color:gold;color:#1a1a2e}.why-choose{background-color:#f8f9fa;padding:4rem 2rem}.why-choose-container{max-width:1200px;margin:0 auto;text-align:center}.why-choose-container h2{font-size:2.5rem;color:#1a1a2e;margin-bottom:3rem}.why-choose-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.why-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.why-item h4{color:#1a1a2e;margin-bottom:.5rem;font-size:1.2rem}.why-item p{color:#666;margin:0}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1rem}.features-container,.showcase-grid,.why-choose-content{grid-template-columns:1fr}.product-showcase h2,.why-choose-container h2{font-size:2rem}}.products-page{min-height:100vh;background-color:#f8f9fa}.products-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:3rem 2rem;text-align:center}.products-header h1{font-size:2.5rem;margin-bottom:.5rem;color:gold}.products-header p{font-size:1.1rem;color:#e0e0e0}.products-container{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:250px 1fr;gap:2rem}.filters{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;height:fit-content;position:sticky;top:100px}.search-box{margin-bottom:2rem}.search-input{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:gold}.category-filters h3{margin-bottom:1rem;color:#1a1a2e;font-size:1.1rem}.category-btn{display:block;width:100%;padding:.8rem;margin-bottom:.5rem;border:none;background:#f8f9fa;color:#333;text-align:left;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.95rem}.category-btn:hover{background:#e0e0e0}.category-btn.active{background:#1a1a2e;color:#fff;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.no-products{grid-column:1 / -1;text-align:center;padding:3rem;background:#fff;border-radius:10px}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.product-image{position:relative;width:100%;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-category-badge{position:absolute;top:10px;right:10px;background:gold;color:#1a1a2e;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-info h3{color:#1a1a2e;margin-bottom:.5rem;font-size:1.3rem}.product-description{color:#666;margin-bottom:1rem;line-height:1.6}.product-features{margin-bottom:1rem}.product-features h4,.product-specs h4{color:#1a1a2e;font-size:.9rem;margin-bottom:.5rem}.product-features ul{list-style:none;padding:0;margin:0}.product-features li{padding:.3rem 0;color:#666;font-size:.9rem}.product-features li:before{content:"✓ ";color:#4caf50;font-weight:700;margin-right:.5rem}.product-specs{margin-bottom:1rem}.product-specs p{color:#666;font-size:.9rem;line-height:1.6}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #e0e0e0}.product-price{font-size:1.5rem;color:#1a1a2e;font-weight:700}.add-to-cart-btn{background:#1a1a2e;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:700;transition:all .3s ease}.add-to-cart-btn:hover{background:gold;color:#1a1a2e;transform:scale(1.05)}@media(max-width:1200px){.products-container{grid-template-columns:1fr}.filters{position:static;display:flex;gap:1rem;align-items:center}.search-box{margin-bottom:0;flex:1}.category-filters{display:flex;gap:.5rem;flex-wrap:wrap}.category-filters h3{width:100%;margin-bottom:.5rem}.category-btn{display:inline-block;width:auto;margin-bottom:0}}@media(max-width:768px){.products-grid{grid-template-columns:1fr}.filters{flex-direction:column;align-items:stretch}.search-box,.category-filters{width:100%}}.about-page{min-height:100vh;background-color:#f8f9fa}.about-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:3rem 2rem;text-align:center}.about-header h1{font-size:2.5rem;margin-bottom:.5rem;color:gold}.about-header p{font-size:1.1rem;color:#e0e0e0}.about-content{max-width:1200px;margin:0 auto;padding:3rem 2rem}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:center}.about-text h2{color:#1a1a2e;font-size:2rem;margin-bottom:1.5rem}.about-text p{color:#666;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.about-image{border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.mission-section{margin-bottom:4rem}.mission-section h2{color:#1a1a2e;font-size:2rem;text-align:center;margin-bottom:2rem}.mission-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mission-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;text-align:center;transition:transform .3s ease}.mission-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.mission-icon{font-size:3rem;margin-bottom:1rem}.mission-card h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.3rem}.mission-card p{color:#666;line-height:1.6}.values-section{background:#fff;padding:3rem;border-radius:10px;margin-bottom:4rem;box-shadow:0 2px 10px #0000001a}.values-section h2{color:#1a1a2e;font-size:2rem;text-align:center;margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item{padding:1.5rem;border-left:4px solid #ffd700;background:#f8f9fa;border-radius:5px}.value-item h4{color:#1a1a2e;margin-bottom:.5rem;font-size:1.2rem}.value-item p{color:#666;line-height:1.6;margin:0}.team-section{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.team-section h2{color:#1a1a2e;font-size:2rem;margin-bottom:2rem}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:1rem;margin-bottom:1rem;background:#f8f9fa;border-radius:8px;color:#666;line-height:1.8;border-left:4px solid #ffd700}.benefits-list li strong{color:#1a1a2e;display:block;margin-bottom:.3rem}@media(max-width:768px){.about-section{grid-template-columns:1fr}.about-header h1{font-size:2rem}.about-text h2,.mission-section h2,.values-section h2,.team-section h2{font-size:1.5rem}.mission-cards,.values-grid{grid-template-columns:1fr}.about-content{padding:2rem 1rem}.values-section,.team-section{padding:2rem 1.5rem}}.contact-page{min-height:100vh;background-color:#f8f9fa}.contact-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:3rem 2rem;text-align:center}.contact-header h1{font-size:2.5rem;margin-bottom:.5rem;color:gold}.contact-header p{font-size:1.1rem;color:#e0e0e0}.contact-content{max-width:1200px;margin:0 auto;padding:3rem 2rem}.contact-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.info-card.clickable{cursor:pointer}.info-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.3rem}.info-card p{color:#666;margin:.3rem 0;line-height:1.6}.contact-form-section{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:3rem}.contact-form-section h2{color:#1a1a2e;margin-bottom:2rem;font-size:2rem}.contact-form{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#1a1a2e;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:gold}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{background:#1a1a2e;color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:fit-content;justify-self:start}.submit-btn:hover{background:gold;color:#1a1a2e;transform:scale(1.05)}.map-section{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:3rem}.map-section h2{color:#1a1a2e;margin-bottom:2rem;font-size:2rem}.map-container{border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.hours-section{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.hours-section h2{color:#1a1a2e;margin-bottom:2rem;font-size:2rem}.hours-grid{display:grid;gap:1rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #ffd700}.hours-item .day{color:#1a1a2e;font-weight:600}.hours-item .time{color:#666}@media(max-width:768px){.contact-header h1{font-size:2rem}.contact-form-section,.map-section,.hours-section{padding:2rem 1.5rem}.contact-form-section h2,.map-section h2,.hours-section h2{font-size:1.5rem}.contact-info-section{grid-template-columns:1fr}.submit-btn{width:100%}.hours-item{flex-direction:column;gap:.5rem;text-align:center}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
