@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fade-in-up{animation:.8s ease-out forwards fade-in-up}.animate-fade-in-down{animation:.8s ease-out forwards fade-in-down}.animate-fade-in-left{animation:.6s ease-out forwards fade-in-left}.animate-slide-in-left{animation:.8s ease-out forwards slide-in-left}.animate-slide-in-right{animation:.8s ease-out forwards slide-in-right}.animate-scale-in{animation:.3s ease-out forwards scale-in}.animate-fade-in{animation:.3s ease-out forwards fade-in-up}.product-section{background-color:#f8f9fa;min-height:100vh;padding:3rem 0}.product-container{max-width:1200px;margin:0 auto;padding:0 1rem}.product-title{text-align:center;margin-bottom:2rem}.product-title h2{color:#29b6f6;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.product-subtitle{color:#29b6f6;opacity:.8;max-width:32rem;margin:0 auto;font-size:1rem}.filter-container{background-color:#29b6f6;border-radius:.5rem;margin-bottom:3rem;padding:1.5rem}.filter-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.filter-button{cursor:pointer;white-space:nowrap;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s;transform:scale(1)}.filter-button:hover{background-color:rgba(255,255,255,.9);transform:scale(1.1)translateY(-.25rem)}.filter-button.active{color:#29b6f6;background-color:#fff}.filter-button.inactive{color:#fff;background-color:transparent}.product-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.product-grid{grid-template-columns:1fr 1fr}}.product-card{text-align:center;background-color:#fff;border-radius:1rem;height:-moz-fit-content;height:fit-content;margin-bottom:4rem;padding:2rem;transition:all .5s;transform:scale(1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.product-card:hover{transform:scale(1.05);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.product-header{margin-bottom:2rem}.product-header-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.recommended-badge{color:#fff;background-color:#29b6f6;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;animation:2s infinite bounce;display:inline-block}.product-name{color:#1f2937;margin:0;font-size:1.875rem;font-weight:700}.warranty-badge{color:#fff;text-align:center;background-color:#29b6f6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:5rem;height:5rem;padding:1rem;font-size:.875rem;font-weight:700;animation:2s infinite pulse;display:flex;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.warranty-number{margin:0;padding:0;font-size:1.125rem}.warranty-text{margin:0;padding:0;font-size:.75rem}.product-image-container{margin-bottom:2rem;position:relative}.product-image{border-radius:.75rem;width:100%;max-width:18.75rem;height:auto;margin:0 auto;transition:all .5s;display:block}.product-image:hover{transform:scale(1.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.enquire-button{color:#fff;cursor:pointer;background-color:#29b6f6;border:none;border-radius:.75rem;width:100%;max-width:18.75rem;margin-bottom:2rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .5s;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.enquire-button:hover{background-color:#0288d1;transform:translateY(-.5rem)scale(1.05);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.product-details-card{background-color:#fff;border-radius:1rem;height:-moz-fit-content;height:fit-content;margin-bottom:4rem;padding:2rem;transition:all .5s;transform:scale(1);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.product-details-card:hover{transform:scale(1.05);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.tab-container{border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:.5rem}.tab-buttons{gap:.5rem;display:flex}.tab-button{cursor:pointer;white-space:nowrap;text-align:center;background-color:transparent;border:none;flex:1;padding:.75rem 1rem;font-size:1rem;font-weight:700;transition:all .3s;transform:scale(1)}.tab-button:hover{transform:scale(1.05)}.tab-button.active{color:#29b6f6;border-bottom:2px solid #29b6f6}.tab-button.inactive{color:#6b7280}.tab-content{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-height:15.625rem;padding:1.5rem}.tab-content h4{color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:700}.tab-content.standard h4{border-bottom:2px solid #2563eb}.tab-content.optional h4{border-bottom:2px solid #10b981}.tab-content.functions h4{border-bottom:2px solid #8b5cf6}.tab-content ul{margin:0;padding-left:1.5rem}.tab-content li{color:#374151;margin-bottom:.5rem;font-size:.875rem}.popup-overlay{z-index:50;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.popup-form{background-color:#fff;border-radius:1rem;width:100%;max-width:32rem;max-height:90vh;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.close-button{cursor:pointer;color:#6b7280;background-color:transparent;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;transform:scale(1)}.close-button:hover{color:#374151;background-color:#f3f4f6;transform:scale(1.1)}.form-title{text-align:center;margin-bottom:2rem}.form-title h3{color:#29b6f6;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.form-title-line{background-color:#29b6f6;width:3.75rem;height:.25rem;margin:0 auto}.form-product-info{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.form-product-info-content{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.form-product-image{border-radius:.5rem;width:3rem;height:3rem}.form-product-details{flex:1;min-width:12.5rem}.form-product-name{color:#29b6f6;margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.form-product-description{color:#29b6f6;margin:0;font-size:.875rem}.form-field{margin-bottom:1.5rem}.form-label{color:#29b6f6;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-label .required{color:#29b6f6}.form-input{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem;transition:all .3s}.form-input:focus{border-color:#29b6f6;outline:none;transform:scale(1.05)}.phone-container{flex-wrap:wrap;gap:.5rem;display:flex}.country-code{color:#29b6f6;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;align-items:center;gap:.5rem;min-width:7.5rem;padding:.75rem;font-size:.875rem;display:flex}.country-flag{background-color:#29b6f6;border-radius:.125rem;width:1.25rem;height:1rem}.phone-input{flex:1;min-width:12.5rem}.form-textarea{resize:vertical;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;width:100%;padding:1rem;font-size:1rem;transition:all .3s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.form-textarea:focus{border-color:#29b6f6;outline:none;transform:scale(1.05)}.submit-button{color:#fff;cursor:pointer;background-color:#15bed1;border:none;border-radius:.5rem;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .3s;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.submit-button:hover:not(:disabled){background-color:#c3aa1c;transform:translateY(-.25rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.submit-button:disabled{cursor:not-allowed;box-shadow:none;background-color:#ccc;transform:none}.submit-message{text-align:center;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s fade-in-up}.submit-message.success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.submit-message.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}@media (max-width:768px){.product-title h2{font-size:2rem}.product-header-row{flex-direction:column;gap:.5rem}.filter-buttons{flex-direction:column;align-items:center}.filter-button{width:100%;max-width:200px}.tab-buttons,.phone-container{flex-direction:column}.country-code,.phone-input{width:100%}}
