*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}.nav{display:flex;list-style:none;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover,.nav a.active{color:gold}.hero{background:linear-gradient(rgba(30,60,114,.8),rgba(42,82,152,.8)),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23f0f0f0" width="1200" height="800"/><rect fill="%23e0e0e0" width="400" height="200" x="100" y="100"/><rect fill="%23d0d0d0" width="400" height="200" x="600" y="100"/><rect fill="%23c0c0c0" width="400" height="200" x="350" y="400"/></svg>');background-size:cover;background-position:center;color:#fff;text-align:center;padding:120px 0}.hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;background:#ffd700;color:#1e3c72;padding:12px 30px;text-decoration:none;border-radius:5px;font-weight:700;transition:all .3s ease;border:none;cursor:pointer}.btn:hover{background:#ffed4e;transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}.section{padding:80px 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e3c72}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr;gap:1rem}}.product-card{background:white;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease;height:fit-content}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;height:120px;background:linear-gradient(45deg,#e0e0e0,#f0f0f0);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#666}.product-content{padding:1.5rem}.product-title{font-size:1.1rem;margin-bottom:.5rem;color:#1e3c72;line-height:1.3;min-height:2.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1.8rem;font-weight:700;color:#2a5298;margin:1rem 0;text-align:center}.footer{background:#1e3c72;color:#fff;text-align:center;padding:2rem 0;margin-top:4rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.contact-card{background:white;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px #0000001a}.contact-card h3{color:#1e3c72;margin-bottom:1rem}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem}.hero{padding:80px 0}.hero h1{font-size:2rem}.hero p{font-size:1rem;padding:0 1rem}.features,.products-grid{grid-template-columns:1fr;gap:1rem}.contact-info{grid-template-columns:1fr}.container{padding:0 10px}.section{padding:40px 0}.section-title{font-size:2rem}}@media (max-width: 480px){.hero h1{font-size:1.5rem}.nav{gap:.5rem}.nav a{font-size:.9rem;padding:.5rem}.btn{padding:10px 20px;font-size:.9rem}.product-content{padding:1rem}.product-title{font-size:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:white;border-radius:15px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;border-radius:15px 15px 0 0}.modal-header h2{margin:0;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.modal-close:hover{background-color:#fff3}.modal-body{padding:1.5rem}.product-summary{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #2a5298}.product-summary h3{margin-bottom:.8rem;color:#1e3c72;font-size:1.1rem}.product-details p{margin-bottom:.3rem;color:#666;font-size:.9rem}.product-details p:first-child{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;padding:.4rem .8rem;border-radius:6px;margin-bottom:.8rem;font-weight:600;text-align:center}.price-display{margin-top:.8rem;padding:.6rem;background:#e3f2fd;border-radius:5px;text-align:center;font-size:1.1rem;color:#1976d2}.contact-section h3{margin-bottom:1rem;color:#1e3c72;text-align:center;font-size:1.2rem}.contact-unified-box{background:white;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.contact-unified-box:hover{border-color:#2a5298;box-shadow:0 6px 20px #2a529826}.contact-header{display:flex;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.contact-main-icon{font-size:2.5rem;margin-right:1rem;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-title h4{margin:0 0 .3rem;color:#1e3c72;font-size:1.1rem}.contact-title p{margin:0;color:#666;font-size:.9rem}.contact-options{display:grid;grid-template-columns:1fr;gap:.8rem;margin-bottom:1rem}.contact-option{display:flex;align-items:center;padding:.8rem;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.contact-option:hover{background:#e3f2fd;border-color:#2a5298;transform:translate(5px)}.option-icon{font-size:1.5rem;margin-right:.8rem;min-width:30px;text-align:center}.option-content{flex:1;display:flex;justify-content:space-between;align-items:center}.option-label{font-weight:600;color:#1e3c72;font-size:.9rem}.option-value{color:#666;font-size:.9rem;font-family:monospace}.contact-note{display:flex;align-items:center;justify-content:center;padding:.6rem;background:#fff3cd;border-radius:6px;border:1px solid #ffeaa7;color:#856404;font-size:.85rem}.note-icon{margin-right:.5rem;font-size:1rem}@media (max-width: 768px){.modal-overlay{padding:10px}.modal-content{max-height:95vh}.modal-header{padding:1rem}.modal-header h2{font-size:1.2rem}.modal-body{padding:1rem}.product-summary{padding:.8rem;margin-bottom:1rem}.product-summary h3{font-size:1rem;margin-bottom:.6rem}.product-details p{font-size:.85rem;margin-bottom:.25rem}.product-details p:first-child{padding:.3rem .6rem;margin-bottom:.6rem;font-size:.85rem}.price-display{padding:.5rem;font-size:1rem;margin-top:.6rem}.contact-section h3{font-size:1.1rem;margin-bottom:.8rem}.contact-unified-box{padding:1rem}.contact-header{margin-bottom:.8rem;padding-bottom:.8rem}.contact-main-icon{font-size:2rem;margin-right:.8rem}.contact-title h4{font-size:1rem}.contact-title p{font-size:.85rem}.contact-options{gap:.6rem;margin-bottom:.8rem}.contact-option{padding:.6rem}.option-icon{font-size:1.3rem;margin-right:.6rem}.option-label,.option-value{font-size:.85rem}.contact-note{padding:.5rem;font-size:.8rem}}@media (max-width: 480px){.modal-header{padding:.75rem}.modal-body{padding:.8rem}.product-summary{padding:.6rem;margin-bottom:.8rem}.product-summary h3{font-size:.9rem;margin-bottom:.5rem}.product-details p{font-size:.8rem;margin-bottom:.2rem}.product-details p:first-child{padding:.25rem .5rem;margin-bottom:.5rem;font-size:.8rem}.price-display{padding:.4rem;font-size:.9rem;margin-top:.5rem}.contact-section h3{font-size:1rem;margin-bottom:.6rem}.contact-unified-box{padding:.8rem}.contact-header{flex-direction:column;text-align:center;margin-bottom:.6rem;padding-bottom:.6rem}.contact-main-icon{margin-right:0;margin-bottom:.5rem;font-size:1.8rem}.contact-title h4{font-size:.9rem}.contact-title p{font-size:.8rem}.contact-options{gap:.5rem;margin-bottom:.6rem}.contact-option{padding:.5rem;flex-direction:column;text-align:center}.option-icon{margin-right:0;margin-bottom:.3rem;font-size:1.2rem}.option-content{flex-direction:column;gap:.2rem}.option-label,.option-value{font-size:.8rem}.contact-note{padding:.4rem;font-size:.75rem;flex-direction:column;gap:.2rem}.note-icon{margin-right:0;margin-bottom:.2rem}}@media (max-width: 768px){.btn{padding:.6rem 1rem;font-size:.9rem}}@media (max-width: 480px){.btn{padding:.5rem .8rem;font-size:.85rem}}@media (max-width: 768px){.category-buttons{gap:.3rem!important;padding:0 5px!important}.category-buttons button{padding:.5rem .8rem!important;font-size:.8rem!important}}@media (max-width: 480px){.category-buttons button{padding:.4rem .6rem!important;font-size:.75rem!important}}
