*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;--primary-color: #667eea;--secondary-color: #764ba2;--text-color: #2c3e50;--bg-color: #ffffff;--light-bg: #f8f9fa}body{margin:0;min-height:100vh;color:var(--text-color);background-color:var(--bg-color)}#root{min-height:100vh}body{width:100%}body.menu-open{overflow:hidden}*{max-width:100%}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;width:100%}.header .container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#2c3e50;display:flex;align-items:center;gap:.5rem;flex-direction:column}.logo-img{height:50px;width:auto}.logo-tagline{font-size:.75rem;color:#36a9e1;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-top:-8px}.logo h1{margin:0;font-size:1.8rem}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s}.nav a:hover{color:#3498db}.dropdown{position:relative}.dropdown-title{cursor:pointer;color:#2c3e50;font-weight:500;text-decoration:none;transition:color .3s}.dropdown-title:hover{color:#3498db}.dropdown-content{display:none;position:absolute;top:100%;left:0;background-color:#fff;min-width:200px;box-shadow:0 4px 8px #00000026;padding:.5rem 0;border-radius:4px}.dropdown:hover .dropdown-content{display:flex;flex-direction:column}.dropdown-content a{padding:.75rem 1.5rem;white-space:nowrap}.dropdown-content a:hover{background-color:#f8f9fa}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.hamburger span{width:30px;height:3px;background-color:#2c3e50;transition:all .3s ease;border-radius:3px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.header .container{padding:1rem}.hamburger{display:flex}.nav{display:none;position:fixed;top:70px;left:0;right:0;background-color:#fff;flex-direction:column;gap:0;padding:0;box-shadow:0 4px 8px #0000001a;max-height:calc(100vh - 70px);overflow-y:auto;z-index:999}.nav.mobile-open{display:flex}.nav a,.nav .dropdown-title{padding:1rem 2rem;width:100%;border-bottom:1px solid #f0f0f0;display:block}.nav a:hover{background-color:#f8f9fa}.dropdown{width:100%}.dropdown-title{display:flex;justify-content:space-between;align-items:center}.dropdown-title:after{content:"▼";font-size:.8rem;transition:transform .3s}.dropdown.open .dropdown-title:after{transform:rotate(180deg)}.dropdown:hover .dropdown-content{display:none}.dropdown-content{position:static;display:none;flex-direction:column;box-shadow:none;background-color:#f8f9fa;padding:0;border-radius:0;z-index:999;width:100%}.dropdown .dropdown-content.mobile-open{display:flex!important;flex-direction:column;z-index:999}.dropdown-content a{padding:.75rem 2rem .75rem 3rem;border-bottom:1px solid #e0e0e0}.dropdown-content a:last-child{border-bottom:none}.logo-img{height:40px}.logo-tagline{font-size:.65rem}}@media(max-width:480px){.logo-img{height:35px}.logo-tagline{font-size:.6rem}}@media(max-width:475px){.header .container{padding:.75rem}.logo{gap:.25rem}.logo-img{height:30px}.logo-tagline{font-size:.55rem;margin-top:-6px}.hamburger{padding:0}.hamburger span{width:25px;height:2.5px}.nav{top:60px;max-height:calc(100vh - 60px)}.nav a,.nav .dropdown-title{padding:.85rem 1rem;font-size:.95rem}.dropdown-content a{padding:.65rem 1rem .65rem 2rem;font-size:.9rem}}.footer{background-color:#2c3e50;color:#fff;margin-top:4rem}.footer .container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#36a9e1}.footer-section p{margin:.5rem 0;color:#ecf0f1;line-height:1.6}.footer-section a{color:#36a9e1;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#00a19a}.footer-logo{margin-top:1rem;max-width:200px}.footer-logo img{width:100%;height:auto;filter:brightness(0) invert(1)}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center}.footer-bottom p{margin:.5rem 0;color:#bdc3c7;font-size:.9rem}.footer-links{margin:1rem 0;display:flex;justify-content:center;align-items:center;gap:.5rem}.footer-links a{color:#36a9e1;text-decoration:none;transition:color .3s;font-size:.9rem}.footer-links a:hover{color:#00a19a;text-decoration:underline}.footer-links .separator{color:#bdc3c7}.footer-credits{font-size:.85rem;margin-top:.5rem}.footer-credits a{color:#36a9e1;text-decoration:none;transition:color .3s}.footer-credits a:hover{color:#00a19a;text-decoration:underline}@media(max-width:475px){.footer .container{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.footer-section h3,.footer-section h4{font-size:1rem;margin-bottom:.75rem}.footer-section p{font-size:.85rem}.footer-logo{max-width:150px}.footer-bottom{padding-top:.75rem}.footer-bottom p{font-size:.8rem}.footer-credits{font-size:.75rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#000000f2;color:#fff;padding:1.5rem;z-index:9999;box-shadow:0 -2px 10px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.cookie-content p{margin:0;flex:1;min-width:300px;font-size:.95rem;line-height:1.5}.cookie-link{color:#4a90e2;text-decoration:underline;margin:0 .25rem}.cookie-link:hover{color:#357abd}.cookie-buttons{display:flex;gap:1rem;flex-shrink:0}.cookie-btn{padding:.75rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.cookie-btn.accept{background:#4a90e2;color:#fff}.cookie-btn.accept:hover{background:#357abd}.cookie-btn.reject{background:transparent;color:#fff;border:2px solid white}.cookie-btn.reject:hover{background:#fff;color:#000}@media(max-width:768px){.cookie-content{flex-direction:column;text-align:center}.cookie-content p{min-width:100%}.cookie-buttons{width:100%;justify-content:center}.cookie-btn{flex:1}}.home{min-height:100vh}.hero-slider{position:relative;height:600px;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out;filter:contrast(1.15) saturate(1.3)}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eeae6,#764ba2e6)}.hero-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:2rem}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.5rem;margin-bottom:2rem}.hero-tagline{font-size:1.1rem!important;margin-bottom:2rem!important;opacity:.9;font-weight:300;letter-spacing:1px}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:20}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s}.dot.active{background:#fff;width:30px;border-radius:6px}.btn{padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .3s,box-shadow .3s}.btn-primary{background-color:#fff;color:#667eea}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.about-us{padding:5rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.about-us h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.about-content{max-width:900px;margin:0 auto}.about-text{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;line-height:1.8}.about-text p{margin-bottom:1.5rem;color:#555;font-size:1.05rem;text-align:justify}.about-text strong{color:#2c3e50;font-weight:600}.production-lines{list-style:none;padding:0;margin:1.5rem 0}.production-lines li{padding:1rem 1.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;box-shadow:0 2px 8px #667eea4d}.production-lines li strong{color:#fff;display:block;margin-bottom:.5rem;font-size:1.1rem}.features,.products-preview{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.features h2,.products-preview h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.features-grid,.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card,.product-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s;text-align:center;text-decoration:none;display:block;cursor:pointer}.feature-icon{width:40px;height:40px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-card:hover,.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.feature-card h3,.product-card h3{color:#667eea;margin-bottom:1rem}.product-card.dark{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.product-card.dark h3{color:#36a9e1}.product-card.dark p{color:#ecf0f1}.product-card.dark:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000004d}.product-icon{width:50px;height:50px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#fff;padding:8px}.product-icon img{width:100%;height:100%;object-fit:contain}.products-preview{background-color:#f8f9fa}.reviews{padding:4rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.reviews h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff}.reviews-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.review-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 20px #0003;color:#2c3e50}.review-stars{color:gold;font-size:1.5rem;margin-bottom:1rem}.review-text{font-style:italic;line-height:1.6;margin-bottom:1.5rem;color:#555}.review-author{display:flex;flex-direction:column;gap:.25rem;padding-top:1rem;border-top:1px solid #ecf0f1}.review-author strong{color:#667eea;font-size:1.1rem}.review-author span{color:#7f8c8d;font-size:.9rem}.partners{padding:4rem 2rem;background-color:#fff}.partners h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#2c3e50}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;align-items:center;justify-items:center;max-width:900px;margin:0 auto}.partner-logo{display:flex;align-items:center;justify-content:center;padding:1rem;transition:transform .3s}.partner-logo:hover{transform:scale(1.05)}.partner-logo img{max-width:100%;height:auto;max-height:80px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s}.partner-logo:hover img{filter:grayscale(0%);opacity:1}@media(max-width:768px){.hero-slider{height:450px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}.hero-tagline{font-size:.95rem!important}.features,.products-preview,.reviews,.partners{padding:3rem 1.5rem}.features h2,.products-preview h2,.reviews h2{font-size:2rem}}@media(max-width:475px){.hero-slider{height:400px}.hero-content{padding:1rem}.hero-content h1{font-size:1.5rem;margin-bottom:.5rem}.hero-content p{font-size:1rem;margin-bottom:1rem}.hero-tagline{font-size:.85rem!important;margin-bottom:1rem!important}.hero-buttons{flex-direction:column;gap:.75rem;width:100%;padding:0 1rem}.btn{width:100%;padding:.75rem 1rem;font-size:.9rem}.slider-dots{bottom:1rem}.features,.products-preview,.reviews,.partners,.about-us{padding:2rem 1rem}.about-text{padding:1.5rem}.about-text p{font-size:.95rem}.production-lines li{padding:.75rem 1rem;font-size:.9rem}.production-lines li strong{font-size:1rem}.container{padding:0 1rem}.features h2,.products-preview h2,.reviews h2,.partners h2{font-size:1.5rem;margin-bottom:1.5rem}.features-grid,.products-grid{grid-template-columns:1fr;gap:1rem}.feature-card,.product-card{padding:1.5rem 1rem}.feature-card h3,.product-card h3{font-size:1.1rem}.feature-card p,.product-card p{font-size:.9rem}.reviews-slider{grid-template-columns:1fr;gap:1rem}.review-card{padding:1.5rem 1rem}.review-text{font-size:.9rem}.partners-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.gallery{padding:3rem 2rem;min-height:100vh}.gallery h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2c3e50}.gallery-description{text-align:center;color:#7f8c8d;margin-bottom:3rem;font-size:1.1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.gallery-item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .3s}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;height:300px;object-fit:cover;display:block}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:1.5rem;transform:translateY(100%);transition:transform .3s}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h3{margin:0}@media(max-width:768px){.gallery{padding:2rem 1.5rem}.gallery h1{font-size:2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:475px){.gallery{padding:2rem 1rem}.gallery h1{font-size:1.75rem;margin-bottom:1rem}.gallery-description{font-size:.95rem;margin-bottom:1.5rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-overlay h3{font-size:1rem}}.contact{padding:3rem 2rem;min-height:100vh}.contact h1{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.contact-info{background:#f8f9fa;padding:2rem;border-radius:12px}.contact-info h2{color:#667eea;margin-bottom:2rem}.info-item{margin-bottom:2rem}.info-item h3{color:#2c3e50;margin-bottom:.5rem}.info-item p{color:#7f8c8d;margin:.25rem 0}.info-item a{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s}.info-item a:hover{color:#764ba2;text-decoration:underline}.facility-separator{margin:.5rem 0;border-top:1px dashed #ddd}.service-area{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem;border-radius:8px;color:#fff}.service-area h3{color:#fff!important;margin-bottom:.75rem}.service-area p{color:#fff!important;line-height:1.6}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.contact-form h2{color:#667eea;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.captcha-group{margin-bottom:1.5rem;padding:1rem;border:1px solid #d9e2ef;border-radius:10px;background:#f8fbff}.captcha-title{margin:0 0 .35rem;color:#2c3e50;font-weight:700}.captcha-instruction{margin:0 0 .9rem;color:#4d6075}.captcha-error{margin:0 0 .8rem;color:#b44141;font-size:.9rem}.captcha-slider-wrap{display:flex;align-items:center;gap:.75rem}.captcha-slider-wrap input[type=range]{flex:1;accent-color:#667eea}.captcha-slider-wrap input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#667eea;border:2px solid #ffffff;box-shadow:0 1px 5px #0000002e;cursor:grab}.captcha-slider-wrap input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#667eea;border:2px solid #ffffff;box-shadow:0 1px 5px #0000002e;cursor:grab}.captcha-boundary{color:#607286;font-weight:600}.captcha-status-row{margin-top:.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.captcha-status{margin:0;font-size:.92rem;font-weight:600}.captcha-status.is-valid{color:#1f7a41}.captcha-status.is-invalid{color:#9a4f16}.captcha-reset-btn{border:1px solid #c8d4e5;background:#fff;color:#355070;border-radius:7px;padding:.45rem .7rem;font-size:.85rem;font-weight:600;cursor:pointer}.captcha-reset-btn:hover{background:#eef4fb}.captcha-reset-btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary:disabled{background-color:#95a5c6;cursor:not-allowed;transform:none}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.alert p{margin:0}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-warning{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.contact-locations{margin-top:4rem;padding:3rem 0;border-top:2px solid #e1e8ed}.contact-locations h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:1rem}.locations-intro{text-align:center;color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.locations-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.location-item{background:#f8f9fa;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.location-item h3{color:#667eea;font-size:1.3rem;margin-bottom:1rem}.location-map-small{margin-bottom:1rem;border-radius:8px;overflow:hidden}.location-item p{color:#555;margin:.5rem 0;line-height:1.6}.location-item strong{color:#2c3e50}.locations-cta{text-align:center;margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px}.locations-cta p{color:#fff;font-size:1.2rem;margin-bottom:1rem}.btn-secondary{background:#fff;color:#667eea;padding:1rem 2rem;text-decoration:none;display:inline-block;font-weight:600}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fff6}@media(max-width:768px){.contact-content,.locations-list{grid-template-columns:1fr}.contact-locations h2{font-size:1.5rem}}@media(max-width:475px){.contact{padding:2rem 1rem}.contact h1{font-size:1.75rem;margin-bottom:2rem}.contact-content{grid-template-columns:1fr;gap:1.5rem}.contact-info,.contact-form{padding:1.5rem 1rem}.contact-info h2,.contact-form h2{font-size:1.3rem;margin-bottom:1.5rem}.info-item h3{font-size:1rem}.info-item p{font-size:.9rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.65rem;font-size:.95rem}.captcha-status-row{flex-direction:column;align-items:flex-start}.btn{padding:.85rem 1.5rem;font-size:.95rem}.alert{padding:.85rem;font-size:.85rem}.contact-locations{margin-top:2rem;padding-top:2rem}.contact-locations h2{font-size:1.3rem}.locations-intro{font-size:.95rem;margin-bottom:1.5rem}.location-item{padding:1rem}.location-item h3{font-size:1.1rem;margin-bottom:.75rem}.location-item p{font-size:.85rem}.locations-cta{padding:1.5rem 1rem}.locations-cta p{font-size:1rem;margin-bottom:.75rem}}.products{padding:3rem 2rem;min-height:100vh}.products h1{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-image img{width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a}.product-details{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.product-description{font-size:1.1rem;color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.product-details h2{color:#667eea;margin-bottom:1rem}.product-features{list-style:none;padding:0;margin-bottom:2rem}.product-features li{padding:.75rem 0;border-bottom:1px solid #ecf0f1;color:#2c3e50}.product-features li:before{content:"✓ ";color:#667eea;font-weight:700;margin-right:.5rem}@media(max-width:768px){.product-content{grid-template-columns:1fr}}@media(max-width:475px){.products{padding:2rem 1rem}.products .container{padding:0 1rem}.products h1{font-size:1.75rem;margin-bottom:1.5rem}.product-content{gap:1.5rem}.product-image img{border-radius:8px}.product-details{padding:0}.product-description{font-size:.95rem;margin-bottom:1.5rem}.product-details h2{font-size:1.2rem;margin-bottom:1rem}.product-features li{font-size:.9rem;padding:.6rem 0}.btn-primary{padding:.85rem 1.5rem;font-size:.95rem}}.products-index{padding:3rem 0}.products-index .container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-header{text-align:center;margin-bottom:3rem}.products-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.products-intro{font-size:1.1rem;color:#555;line-height:1.8;max-width:800px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.product-card{text-decoration:none;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.product-card-image{position:relative;width:100%;height:220px;overflow:hidden;background:#f5f5f5}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;right:1rem;background:#3498db;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.product-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-card-content h2{font-size:1.4rem;color:#2c3e50;margin-bottom:.5rem}.product-card-content p{color:#666;line-height:1.6;margin-bottom:1rem;flex-grow:1}.product-link-arrow{color:#3498db;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.products-cta{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;text-align:center;padding:3rem 2rem;border-radius:12px;margin-bottom:4rem}.products-cta h2{font-size:2rem;margin-bottom:1rem}.products-cta p{font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.products-cta .btn{background:#fff;color:#3498db;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .3s,box-shadow .3s}.products-cta .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.products-features{margin-bottom:3rem}.products-features h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-item{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:220px}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000040}.feature-item h3{font-size:1.3rem;color:#fff;margin-bottom:1rem;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:.75rem}.feature-icon{font-size:2.5rem;display:block}.feature-item p{color:#ffffffe6;line-height:1.7;font-size:1rem}@media(max-width:768px){.products-header h1{font-size:2rem}.products-intro{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.products-cta h2{font-size:1.5rem}.products-cta p{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.products-index .container{padding:0 1rem}.products-header h1{font-size:1.75rem}.product-card-image{height:180px}.products-cta{padding:2rem 1rem}}.glass{padding:3rem 2rem;min-height:100vh}.glass h1{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.glass-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.glass-image img{width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a}.glass-details{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.glass-description{font-size:1.1rem;color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.glass-details h2{color:#667eea;margin-bottom:1rem}.glass-features{list-style:none;padding:0;margin-bottom:2rem}.glass-features li{padding:.75rem 0;border-bottom:1px solid #ecf0f1;color:#2c3e50}.glass-features li:before{content:"✓ ";color:#667eea;font-weight:700;margin-right:.5rem}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.btn-primary{background-color:#667eea;color:#fff;width:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media(max-width:768px){.glass-content{grid-template-columns:1fr}}@media(max-width:475px){.glass{padding:2rem 1rem}.glass .container{padding:0 1rem}.glass h1{font-size:1.75rem;margin-bottom:1.5rem}.glass-content{gap:1.5rem}.glass-image img{border-radius:8px}.glass-details{padding:0}.glass-description{font-size:.95rem;margin-bottom:1.5rem}.glass-details h2{font-size:1.2rem;margin-bottom:1rem}.glass-features li{font-size:.9rem;padding:.6rem 0}.btn-primary{padding:.85rem 1.5rem;font-size:.95rem}}.glass-index{padding:3rem 0}.glass-index .container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-header{text-align:center;margin-bottom:3rem}.glass-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.glass-intro{font-size:1.1rem;color:#555;line-height:1.8;max-width:900px;margin:0 auto}.glass-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.glass-card{text-decoration:none;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.glass-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.glass-card-image{position:relative;width:100%;height:240px;overflow:hidden;background:#f5f5f5}.glass-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.glass-card:hover .glass-card-image img{transform:scale(1.05)}.glass-icon{position:absolute;top:1rem;left:1rem;background:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 2px 8px #00000026}.glass-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.glass-card-content h2{font-size:1.4rem;color:#2c3e50;margin-bottom:.5rem}.glass-card-content p{color:#666;line-height:1.6;margin-bottom:1rem;flex-grow:1}.glass-benefit{display:inline-block;background:#e8f5e9;color:#2e7d32;padding:.4rem .8rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.glass-link-arrow{color:#3498db;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.glass-comparison{background:#f8f9fa;padding:3rem 2rem;border-radius:12px;margin-bottom:4rem}.glass-comparison h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:2rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.comparison-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}.comparison-item h3{font-size:1.2rem;color:#2c3e50;margin-bottom:.5rem}.comparison-item p{color:#666;line-height:1.6}.glass-cta{background:linear-gradient(135deg,#27ae60,#229954);color:#fff;text-align:center;padding:3rem 2rem;border-radius:12px;margin-bottom:4rem}.glass-cta h2{font-size:2rem;margin-bottom:1rem}.glass-cta p{font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.glass-cta .btn{background:#fff;color:#27ae60;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .3s,box-shadow .3s}.glass-cta .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.glass-benefits{margin-bottom:3rem}.glass-benefits h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:2rem}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;align-items:flex-start;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}.benefit-icon{font-size:2.5rem;flex-shrink:0}.benefit-content h3{font-size:1.3rem;color:#2c3e50;margin-bottom:.5rem}.benefit-content p{color:#666;line-height:1.6}@media(max-width:768px){.glass-header h1{font-size:2rem}.glass-intro{font-size:1rem}.glass-grid{grid-template-columns:1fr;gap:1.5rem}.glass-comparison{padding:2rem 1rem}.glass-comparison h2{font-size:1.5rem}.comparison-grid{grid-template-columns:1fr;gap:1rem}.glass-cta h2{font-size:1.5rem}.glass-cta p{font-size:1rem}}@media(max-width:480px){.glass-index .container{padding:0 1rem}.glass-header h1{font-size:1.75rem}.glass-card-image{height:200px}.glass-icon{width:50px;height:50px;font-size:1.5rem}.glass-cta{padding:2rem 1rem}.benefit-item{flex-direction:column;align-items:center;text-align:center}}.locations{min-height:100vh;padding:2rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.locations .container{max-width:1200px;margin:0 auto;padding:0 1rem}.locations h1{text-align:center;font-size:2.5rem;color:#2c3e50;margin-bottom:1rem}.locations-intro{text-align:center;font-size:1.1rem;color:#555;max-width:800px;margin:0 auto 3rem;line-height:1.6}.locations-grid{display:grid;gap:2rem;margin-bottom:3rem}.location-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s}.location-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.location-map iframe{width:100%;height:300px;display:block}.location-info{padding:2rem}.location-info h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.location-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.location-details{display:grid;gap:1.5rem;margin-bottom:2rem}.detail-item strong{display:block;color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.detail-item p{color:#555;margin:.25rem 0;line-height:1.6}.detail-item a{color:#3498db;text-decoration:none;transition:color .3s}.detail-item a:hover{color:#2980b9;text-decoration:underline}.location-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.8rem 1.5rem;border:none;border-radius:5px;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s;text-align:center}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9;transform:translateY(-2px)}.btn-secondary{background:#2c3e50;color:#fff}.btn-secondary:hover{background:#1a252f;transform:translateY(-2px)}.service-areas{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 4px 20px #0000001a;margin-bottom:3rem}.service-areas h2{color:#2c3e50;font-size:2rem;text-align:center;margin-bottom:1rem}.service-areas>p{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.area-list h3{color:#3498db;font-size:1.3rem;margin-bottom:1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.area-list ul{list-style:none;padding:0}.area-list li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.area-list li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.contact-cta{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem;border-radius:10px;text-align:center;color:#fff}.contact-cta h2{font-size:2rem;margin-bottom:1rem}.contact-cta p{font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{min-width:200px}.cta-buttons .btn-primary{background:#fff;color:#667eea}.cta-buttons .btn-primary:hover{background:#f0f0f0}.cta-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid white}.cta-buttons .btn-secondary:hover{background:#ffffff1a}@media(max-width:768px){.locations h1{font-size:2rem}.locations-intro{font-size:1rem}.location-info{padding:1.5rem}.location-info h2{font-size:1.5rem}.location-actions{flex-direction:column}.location-actions .btn{width:100%}.service-areas{padding:2rem 1.5rem}.areas-grid{grid-template-columns:1fr}.contact-cta{padding:2rem 1.5rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}@media(max-width:475px){.locations{padding:1.5rem 0}.locations .container{padding:0 1rem}.locations h1{font-size:1.75rem;margin-bottom:.75rem}.locations-intro{font-size:.95rem;margin-bottom:2rem}.locations-grid{gap:1.5rem;margin-bottom:2rem}.location-info{padding:1.5rem 1rem}.location-info h2{font-size:1.3rem;margin-bottom:.75rem}.location-description{font-size:.9rem;margin-bottom:1rem;padding-bottom:1rem}.location-details{gap:1rem;margin-bottom:1.5rem}.detail-item strong{font-size:1rem;margin-bottom:.4rem}.detail-item p{font-size:.85rem}.location-actions{flex-direction:column}.location-actions .btn{width:100%;padding:.75rem 1rem;font-size:.9rem}.service-areas{padding:2rem 1rem;margin-bottom:2rem}.service-areas h2{font-size:1.5rem;margin-bottom:.75rem}.service-areas>p{font-size:.95rem;margin-bottom:1.5rem}.areas-grid{gap:1.5rem}.area-list h3{font-size:1.1rem;margin-bottom:.75rem}.area-list li{font-size:.9rem;padding:.4rem 0 .4rem 1.2rem}.contact-cta{padding:2rem 1rem}.contact-cta h2{font-size:1.5rem;margin-bottom:.75rem}.contact-cta p{font-size:.95rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%;font-size:.9rem;padding:.75rem 1rem}}@media(max-width:480px){.locations h1{font-size:1.75rem}.service-areas h2,.contact-cta h2{font-size:1.5rem}}.regulamin-page{padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.regulamin-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 20px #0000001a}.regulamin-container h1{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center;border-bottom:3px solid #4a90e2;padding-bottom:1rem}.regulamin-container section{margin-bottom:2.5rem}.regulamin-container h2{font-size:1.5rem;color:#4a90e2;margin-bottom:1rem;margin-top:1.5rem}.regulamin-container p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem;text-align:justify}.regulamin-container ul{margin-left:2rem;margin-bottom:1rem}.regulamin-container li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:.5rem}.regulamin-container strong{color:#333;font-weight:600}.regulamin-container a{color:#4a90e2;text-decoration:underline}.regulamin-container a:hover{color:#357abd}.regulamin-date{text-align:center;font-style:italic;color:#888;margin-top:3rem;padding-top:2rem;border-top:1px solid #ddd}@media(max-width:768px){.regulamin-page{padding:5rem 1rem 2rem}.regulamin-container{padding:2rem 1.5rem}.regulamin-container h1{font-size:2rem}.regulamin-container h2{font-size:1.3rem}.regulamin-container p,.regulamin-container li{font-size:.95rem;text-align:left}}.polityka-page{padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.polityka-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 20px #0000001a}.polityka-container h1{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center;border-bottom:3px solid #4a90e2;padding-bottom:1rem}.polityka-container section{margin-bottom:2.5rem}.polityka-container h2{font-size:1.5rem;color:#4a90e2;margin-bottom:1rem;margin-top:1.5rem}.polityka-container h3{font-size:1.2rem;color:#357abd;margin-bottom:.75rem;margin-top:1rem}.polityka-container p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem;text-align:justify}.polityka-container ul{margin-left:2rem;margin-bottom:1rem}.polityka-container li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:.5rem}.polityka-container strong{color:#333;font-weight:600}.polityka-container a{color:#4a90e2;text-decoration:underline}.polityka-container a:hover{color:#357abd}.warning-box{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;margin:1.5rem 0;border-radius:4px}.warning-box strong{color:#856404}.polityka-date{text-align:center;font-style:italic;color:#888;margin-top:3rem;padding-top:2rem;border-top:1px solid #ddd}@media(max-width:768px){.polityka-page{padding:5rem 1rem 2rem}.polityka-container{padding:2rem 1.5rem}.polityka-container h1{font-size:2rem}.polityka-container h2{font-size:1.3rem}.polityka-container h3{font-size:1.1rem}.polityka-container p,.polityka-container li{font-size:.95rem;text-align:left}}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.not-found-content{text-align:center;max-width:600px;background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 10px 40px #0000001a}.not-found h1{font-size:8rem;font-weight:900;color:#2563eb;margin:0;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.not-found h2{font-size:2rem;color:#1e293b;margin:1rem 0}.not-found p{font-size:1.1rem;color:#64748b;margin:1.5rem 0 2rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.not-found .btn{padding:.875rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;display:inline-block}.not-found .btn-primary{background:#2563eb;color:#fff}.not-found .btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.not-found .btn-secondary{background:#f1f5f9;color:#1e293b;border:2px solid #e2e8f0}.not-found .btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-2px)}.helpful-links{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e2e8f0}.helpful-links h3{color:#1e293b;font-size:1.25rem;margin-bottom:1rem}.helpful-links ul{list-style:none;padding:0;margin:0}.helpful-links li{margin:.5rem 0}.helpful-links a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}.helpful-links a:hover{color:#1d4ed8;text-decoration:underline}@media(max-width:640px){.not-found h1{font-size:5rem}.not-found h2{font-size:1.5rem}.not-found-content{padding:2rem 1.5rem}.not-found-actions{flex-direction:column}.not-found .btn{width:100%}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:475px){.container{padding:0 1rem}}
