#accordionFlushExample{display:none!important}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f7fa;min-height:100vh;padding-bottom:0;position:relative}body::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/images/MSP_lineart.png');background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(2px);opacity:.2;z-index:-1}.top-bar{position:absolute;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:15px 30px}.top-bar .logo-wrapper img{height:90px;filter:brightness(1.5) drop-shadow(0 2px 6px rgba(0,0,0,.3));transition:all .3s ease}.top-bar .logo-wrapper:hover img{transform:scale(1.05)}.top-bar .nav-buttons{display:flex;align-items:center;gap:10px}.top-bar .nav-btn{color:#fff;text-decoration:none;font-size:1.3rem;font-weight:500;padding:15px 28px;border-radius:50px;transition:all .3s ease;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);letter-spacing:.3px}.top-bar .nav-btn:hover{background:rgba(255,255,255,.3);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.top-bar .nav-btn.primary{background:#fff;color:#1e3c72;font-weight:600;border:1px solid rgba(255,255,255,.9)}.top-bar .nav-btn.primary:hover{background:rgba(255,255,255,.9);box-shadow:0 4px 15px rgba(0,0,0,.2)}.hero-banner{position:relative;height:400px;overflow:hidden;background:#764ba2}.hero-banner .carousel-item img{height:400px;object-fit:cover;opacity:.9}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;z-index:10;padding-top:60px}.hero-text{color:#fff;text-align:center;padding:2rem}.hero-text h1{font-size:3rem;font-weight:900;margin-bottom:1rem;text-shadow:3px 3px 8px rgba(0,0,0,.7),0 0 20px rgba(0,0,0,.5);letter-spacing:1px;text-transform:uppercase}.hero-text p{font-size:1.2rem;text-shadow:2px 2px 4px rgba(0,0,0,.6);font-weight:500}.modern-form-container{max-width:900px;margin:-80px auto 3rem;padding:0 1rem;position:relative;z-index:100}.form-card{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:3rem;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .6s ease;position:relative;z-index:1}.form-card:hover{box-shadow:0 15px 50px rgba(0,0,0,.2)}.form-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:3px solid #1e3c72}.form-header h2{color:#1e3c72;font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-header p{color:#666;font-size:1rem}.modern-form-group{margin-bottom:1.8rem}.modern-form-group label{display:block;color:#333;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.modern-form-group label .required{color:#e74c3c;margin-left:3px}.modern-input{width:100%;padding:.9rem 1.2rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f9f9f9}.modern-input:focus{outline:none;border-color:#2a5298;background:#fff;box-shadow:0 0 0 3px rgba(42,82,152,.1)}.modern-input:hover{border-color:#2a5298;background:#fff}select.modern-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232a5298' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-color:#f9f9f9;padding-right:3rem}#products-container{margin-top:2rem;padding-top:2rem;border-top:2px dashed #e0e0e0}.products-header{background:#20407bff;color:#fff;padding:1.2rem 1.5rem;border-radius:12px;margin-bottom:1.8rem;box-shadow:0 4px 15px rgba(102,126,234,.3)}.products-header h4{margin:0;font-weight:600;font-size:1.3rem;display:flex;align-items:center;gap:.5rem}.products-header p{margin:.4rem 0 0;font-size:.95rem;opacity:.95}.product-card{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #e3e8ef;border-left:5px solid #667eea;border-radius:10px;padding:1rem 1.3rem;margin-bottom:1rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap}.product-card:hover{border-left-color:#764ba2;box-shadow:0 6px 20px rgba(102,126,234,.15);transform:translateX(5px);background:#fff}.product-info{flex:1;min-width:0;display:flex;align-items:center;gap:1rem}.product-card h5{color:#2d3748;font-weight:700;margin:0;font-size:1.05rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap;min-width:180px}.product-card h5 i{color:#667eea;font-size:1rem}.product-card p{color:#718096;margin:0;font-size:.9rem;line-height:1.4;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-quantity-wrapper{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.product-quantity-wrapper label{color:#4a5568;font-weight:600;font-size:.9rem;margin:0;white-space:nowrap}.product-quantity-input{width:150px;padding:.6rem .8rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .3s ease;background:#f7fafc}.product-quantity-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.product-quantity-input:hover{border-color:#667eea;background:#fff}.modern-submit-btn{width:100%;padding:1rem 2rem;background:#1e3c72;border:none;border-radius:10px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(30,60,114,.4);margin-top:2rem}.modern-submit-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px rgba(102,126,234,.6)}.modern-submit-btn:active{transform:translateY(-1px)}.modern-footer{background:#1e3c72;color:#fff;padding:3rem 0 1.5rem;margin-top:4rem;box-shadow:0 -4px 15px rgba(0,0,0,.1)}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.2)}.footer-section h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#ffd700}.footer-about p{font-size:.95rem;line-height:1.7;opacity:.95;margin-bottom:1rem}.footer-about .logo-footer{margin-bottom:1rem}.footer-about .logo-footer img{height:50px;filter:brightness(1.3)}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#fff;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.footer-links a:hover{color:#ffd700;transform:translateX(5px)}.footer-links a i{font-size:.8rem}.footer-contact p{margin-bottom:1rem;font-size:.95rem;display:flex;align-items:center;gap:.7rem}.footer-contact i{color:#ffd700;font-size:1.1rem;width:20px}.footer-contact a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#ffd700}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-bottom p{margin:0;font-size:.9rem;opacity:.9}.alert-message{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media(max-width:768px){.top-bar{padding:12px 15px}.top-bar .logo-wrapper img{height:48px}.top-bar .nav-btn{padding:8px 20px;font-size:.9rem}.footer-main{grid-template-columns:1fr;gap:2rem}.hero-banner{height:300px}.hero-banner .carousel-item img{height:300px}.hero-overlay{padding-top:40px}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.modern-form-container{margin-top:-50px}.form-card{padding:2rem 1.5rem}.form-header h2{font-size:1.5rem}.product-card{padding:1rem;flex-wrap:wrap;gap:1rem}.product-info{flex-wrap:wrap;gap:.5rem}.product-card h5{font-size:1rem;min-width:150px}.product-card p{font-size:.85rem;white-space:normal;flex-basis:100%}.product-quantity-wrapper{flex-basis:100%}.product-quantity-input{width:100%}}@media(max-width:576px){.top-bar{padding:10px 12px}.top-bar .logo-wrapper img{height:42px}.top-bar .nav-btn{padding:7px 16px;font-size:.85rem}.top-bar .nav-buttons{gap:6px}.footer-content{padding:0 1rem}.hero-banner{height:250px}.hero-banner .carousel-item img{height:250px}.hero-text h1{font-size:1.5rem}.hero-text p{font-size:.9rem}.modern-form-container{margin-top:-40px;padding:0 .8rem}.form-card{padding:1.5rem 1rem}.product-card{padding:.9rem;border-left-width:4px;flex-direction:column;align-items:stretch}.product-info{flex-direction:column;align-items:flex-start}.product-card h5{font-size:.95rem;min-width:auto;white-space:normal}.product-card p{font-size:.8rem;white-space:normal}.product-quantity-wrapper{width:100%}.product-quantity-input{width:100%}.products-header h4{font-size:1.1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:15px;align-items:start}.category-content h6{grid-column:1/-1;margin-top:10px;margin-bottom:5px}.product-card{margin-bottom:0!important;height:100%}