*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--brand-red:#C8102E;--brand-red-dark:#A50D26;--brand-red-light:#E63950;--dark:#1a1a2e;--dark-2:#16213e;--gray-900:#111827;--gray-800:#1F2937;--gray-700:#374151;--gray-600:#4B5563;--gray-500:#6B7280;--gray-400:#9CA3AF;--gray-300:#D1D5DB;--gray-200:#E5E7EB;--gray-100:#F3F4F6;--gray-50:#F9FAFB;--white:#FFFFFF;--amber:#D97706;--amber-light:#F59E0B;--green:#059669;--whatsapp:#25D366;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow:0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.06);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.05);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.05);--shadow-xl:0 25px 50px -12px rgba(0,0,0,0.25);--radius:8px;--radius-lg:12px;--radius-xl:16px;--transition:all 0.3s ease;--container-max:1280px}html{scroll-behavior:smooth;font-size:16px}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;color:var(--gray-700);line-height:1.6;background:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-header{text-align:center;margin-bottom:48px}.section-tag{display:inline-block;color:var(--brand-red);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--gray-900);margin-bottom:12px;line-height:1.2}.section-header p{font-size:1.125rem;color:var(--gray-500);max-width:600px;margin:0 auto}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:var(--transition);text-align:center}.btn-primary{background:var(--brand-red);color:var(--white);border-color:var(--brand-red)}.btn-primary:hover{background:var(--brand-red-dark);border-color:var(--brand-red-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background:0 0;color:var(--white);border-color:rgba(255,255,255,.6)}.btn-outline:hover{background:var(--white);color:var(--gray-900)}.btn-whatsapp{background:var(--whatsapp);color:var(--white);border-color:var(--whatsapp)}.btn-whatsapp:hover{background:#1da851;transform:translateY(-2px)}.btn-lg{padding:16px 36px;font-size:1.05rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white);box-shadow:var(--shadow-sm);transition:var(--transition)}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-top{background:var(--dark);color:var(--gray-300);font-size:.8125rem;padding:8px 0}.header-top-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.header-contact{display:flex;gap:24px;align-items:center}.header-contact-item{display:flex;align-items:center;gap:6px;color:var(--gray-300)}.header-contact-item:hover{color:var(--white)}.header-cert-badge{display:flex;gap:12px}.header-cert-badge span{background:rgba(255,255,255,.1);padding:2px 10px;border-radius:4px;font-size:.75rem;font-weight:500}.navbar{padding:16px 0;transition:var(--transition)}.navbar-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px}.logo-img{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:800;color:var(--gray-900);letter-spacing:.05em}.nav-menu{display:flex;align-items:center;gap:32px;list-style:none}.nav-link{font-size:.9375rem;font-weight:500;color:var(--gray-700);position:relative;padding:4px 0}.nav-link:hover,.nav-link.active{color:var(--brand-red)}.nav-link.active::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--brand-red);border-radius:2px}.nav-item.has-dropdown{position:relative}.dropdown-trigger{display:inline-flex;align-items:center;gap:5px}.dropdown-caret{transition:transform .2s ease}.nav-item.has-dropdown:hover .dropdown-caret,.dropdown-trigger.open .dropdown-caret{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%)translateY(4px);min-width:230px;background:var(--white);border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.14);padding:8px;list-style:none;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:200}.dropdown-menu::before{content:'';position:absolute;top:-14px;left:0;right:0;height:14px}.nav-item.has-dropdown:hover .dropdown-menu,.nav-item.has-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%)translateY(0)}.dropdown-menu li a{display:block;padding:10px 14px;border-radius:6px;font-size:.875rem;font-weight:500;color:var(--gray-700);white-space:nowrap;transition:background .15s ease,color .15s ease}.dropdown-menu li a:hover{background:#fdf1f3;color:var(--brand-red)}.btn-inquiry{background:var(--brand-red);color:var(--white)!important;padding:10px 24px;border-radius:var(--radius);font-weight:600;font-size:.875rem}.btn-inquiry:hover{background:var(--brand-red-dark);transform:translateY(-1px)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.mobile-menu-toggle span{width:24px;height:2px;background:var(--gray-800);border-radius:2px;transition:var(--transition)}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg)translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{position:relative;min-height:600px;display:flex;align-items:center;padding:140px 0 80px;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,46,.92) 0%,rgba(26,26,46,.75) 50%,rgba(200,16,46,.6) 100%);z-index:1}.hero-content{position:relative;z-index:2;color:var(--white);display:flex;flex-direction:column;gap:40px}.hero-text{max-width:700px}.hero-badge{display:inline-block;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:8px 16px;border-radius:50px;font-size:.8125rem;font-weight:500;margin-bottom:20px;border:1px solid rgba(255,255,255,.2)}.hero-text h1{font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:20px}.hero-text p{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.85);margin-bottom:32px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:32px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.15)}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--white)}.stat-label{font-size:.8125rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.05em}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}.product-card-img{aspect-ratio:1/1;overflow:hidden;position:relative;background:var(--gray-50);display:flex;align-items:center;justify-content:center}.product-card-img img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .5s ease}.product-card:hover .product-card-img img{transform:scale(1.08)}.product-card-body{padding:24px;flex:1;display:flex;flex-direction:column}.product-card-body h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:8px}.product-card-body p{font-size:.9375rem;color:var(--gray-600);margin-bottom:16px;flex:1}.product-card-link{color:var(--brand-red);font-weight:600;font-size:.875rem}.product-card-all .product-card-body h3{color:var(--brand-red)}.product-card-text-only{background:var(--gray-50);border:2px dashed var(--gray-300);align-self:center;justify-content:center}.product-card-text-only .product-card-body{justify-content:center;align-items:center;text-align:center;padding:28px 20px}.product-card-text-only .product-card-body h3{font-size:1.05rem;margin-bottom:8px}.product-card-text-only .product-card-body p{margin-bottom:12px}.product-card-text-only:hover{border-color:var(--brand-red);background:var(--white)}.why-choose-us{background:var(--gray-50)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.feature-item{text-align:center;padding:32px 24px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--gray-200)}.feature-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--brand-red)}.feature-icon{width:72px;height:72px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-red),var(--brand-red-light));color:var(--white);border-radius:50%}.feature-item h3{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:12px}.feature-item p{font-size:.875rem;color:var(--gray-600);line-height:1.6}.factory-gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px}.factory-img-large{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.factory-img-large img{width:100%;height:100%;object-fit:cover;min-height:400px}.factory-img-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.factory-img-grid img{width:100%;height:190px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:var(--transition)}.factory-img-grid img:hover{transform:scale(1.03);box-shadow:var(--shadow-md)}.certifications-section{background:var(--dark);color:var(--white)}.certifications-section .section-header h2,.certifications-section .section-tag{color:var(--white)}.certifications-section .section-header p{color:rgba(255,255,255,.7)}.cert-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:40px}.cert-item{text-align:center;padding:24px 16px;background:rgba(255,255,255,5%);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);transition:var(--transition)}.cert-item:hover{background:rgba(255,255,255,.1);border-color:var(--brand-red)}.cert-badge{font-size:1.125rem;font-weight:800;color:var(--brand-red-light);margin-bottom:8px}.cert-item p{font-size:.8125rem;color:rgba(255,255,255,.6)}.cert-images{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.cert-image-item{width:140px;height:100px;object-fit:cover;border-radius:var(--radius);border:2px solid rgba(255,255,255,.1);transition:var(--transition)}.cert-image-item:hover{border-color:var(--brand-red);transform:scale(1.05)}.partners-section{background:var(--gray-50)}.partners-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.partner-item{background:var(--white);border-radius:var(--radius);padding:20px;display:flex;align-items:center;justify-content:center;height:100px;box-shadow:var(--shadow-sm);transition:var(--transition)}.partner-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.partner-item img{max-width:100%;max-height:60px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:var(--transition)}.partner-item:hover img{filter:grayscale(0%);opacity:1}.cta-section{padding:60px 0}.cta-box{background:linear-gradient(135deg,var(--brand-red) 0%,var(--brand-red-dark) 100%);border-radius:var(--radius-xl);padding:48px;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}.cta-text h2{font-size:1.875rem;font-weight:700;color:var(--white);margin-bottom:8px}.cta-text p{color:rgba(255,255,255,.85);font-size:1.0625rem}.cta-actions{display:flex;gap:16px;flex-wrap:wrap}.cta-box .btn-primary{background:var(--white);color:var(--brand-red);border-color:var(--white)}.cta-box .btn-primary:hover{background:var(--gray-100)}.site-footer{background:var(--gray-900);color:var(--gray-400);padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px}.footer-logo{height:48px;margin-bottom:16px}.footer-about p{font-size:.9375rem;margin-bottom:8px;color:var(--gray-300)}.footer-desc{font-size:.875rem;color:var(--gray-500);line-height:1.6}.footer-social-label{font-size:.875rem;font-weight:600;color:var(--gray-300);margin-top:20px;margin-bottom:12px}.footer-social{display:flex;flex-wrap:wrap;gap:12px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--gray-800);color:var(--gray-300);transition:var(--transition)}.footer-social a:hover{background:var(--brand-red);color:var(--white);transform:translateY(-2px)}.footer-social a svg{width:20px;height:20px}.footer-col h4{color:var(--white);font-size:1rem;font-weight:600;margin-bottom:20px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{font-size:.875rem;color:var(--gray-400);transition:var(--transition)}.footer-col ul li a:hover{color:var(--brand-red-light);padding-left:4px}.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:var(--gray-400);line-height:1.6;margin-bottom:12px}.footer-contact-list li svg{flex-shrink:0;margin-top:2px;color:var(--brand-red-light)}.footer-contact-list li a{color:var(--gray-400)}.footer-contact-list li a:hover{color:var(--brand-red-light)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:24px;text-align:center}.footer-bottom p{font-size:.8125rem;color:var(--gray-600)}.whatsapp-float{position:fixed;right:20px;left:auto;bottom:88px;width:50px;height:50px;background:var(--whatsapp);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:999;transition:var(--transition);animation:pulse 2s infinite}.whatsapp-float:hover{transform:scale(1.1);background:#1da851}.whatsapp-float svg{width:26px;height:26px}@keyframes pulse{0%{box-shadow:0 0 rgba(37,211,102,.4)}70%{box-shadow:0 0 0 15px rgba(37,211,102,0)}100%{box-shadow:0 0 rgba(37,211,102,0)}}.page-header{background:linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 100%);color:var(--white);padding:140px 0 60px;text-align:center;position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;top:0;right:0;width:500px;height:500px;background:radial-gradient(circle,rgba(200,16,46,.15) 0%,transparent 70%);border-radius:50%}.page-header h1{font-size:2.5rem;font-weight:800;margin-bottom:12px;position:relative}.page-header p{font-size:1.125rem;color:rgba(255,255,255,.7);position:relative}.breadcrumb{display:flex;justify-content:center;gap:8px;font-size:.875rem;margin-bottom:16px;color:rgba(255,255,255,.6)}.breadcrumb a{color:rgba(255,255,255,.8)}.breadcrumb a:hover{color:var(--white)}.page-content{padding:60px 0}.content-wrap{max-width:900px;margin:0 auto}.content-wrap:has(>.contact-section){max-width:var(--container-max)}.content-wrap>.contact-section>.container{max-width:100%;padding:0}.content-wrap h2{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin:32px 0 16px}.content-wrap h3{font-size:1.375rem;font-weight:600;color:var(--gray-800);margin:24px 0 12px}.content-wrap p{font-size:1rem;line-height:1.8;margin-bottom:16px;color:var(--gray-700)}.content-wrap ul,.content-wrap ol{margin:16px 0;padding-left:24px}.content-wrap li{margin-bottom:8px;line-height:1.7}.content-wrap img{border-radius:var(--radius-lg);margin:24px 0;box-shadow:var(--shadow)}.content-wrap table{width:100%;border-collapse:collapse;margin:24px 0;box-shadow:var(--shadow-sm);border-radius:var(--radius);overflow:hidden}.content-wrap table th{background:var(--gray-800);color:var(--white);padding:12px 16px;text-align:left;font-weight:600;font-size:.875rem}.content-wrap table td{padding:12px 16px;border-bottom:1px solid var(--gray-200);font-size:.875rem}.content-wrap table tr:hover td{background:var(--gray-50)}.product-detail{padding:60px 0}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:60px}.product-hero-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--white);display:flex;align-items:center;justify-content:center}.product-hero-image img{width:100%;height:auto;max-height:520px;object-fit:contain;padding:16px}.project-detail{padding:60px 0}.project-hero-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--gray-50);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;margin-bottom:48px}.project-hero-image img{width:100%;height:100%;object-fit:contain;padding:16px}.product-hero-info h1{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:16px}.product-hero-info .product-tagline{font-size:1.125rem;color:var(--brand-red);font-weight:600;margin-bottom:20px}.product-hero-info p{font-size:1rem;line-height:1.7;color:var(--gray-600);margin-bottom:24px}.product-specs{background:var(--gray-50);border-radius:var(--radius-lg);padding:24px;margin-bottom:24px}.product-specs h4{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:12px}.product-specs ul{list-style:none;padding:0}.product-specs li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--gray-200);font-size:.9375rem}.product-specs li:last-child{border-bottom:none}.product-specs li span:first-child{color:var(--gray-500)}.product-specs li span:last-child{color:var(--gray-900);font-weight:600}.product-cta{display:flex;gap:12px;flex-wrap:wrap}.product-gallery{margin:48px 0}.product-gallery h2,.product-colors h2{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.product-gallery-grid,.product-colors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}.product-gallery-item,.product-color-item{aspect-ratio:1/1;background:var(--gray-50);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;display:flex;align-items:center;justify-content:center}.product-gallery-item img,.product-color-item img{width:100%;height:100%;object-fit:contain;padding:12px;transition:var(--transition)}.product-gallery-item:hover,.product-color-item:hover{box-shadow:var(--shadow-md)}.product-gallery-item:hover img,.product-color-item:hover img{transform:scale(1.04)}.comparison-section{background:var(--gray-50);padding:48px;border-radius:var(--radius-lg);margin:48px 0}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th{background:var(--gray-800);color:var(--white);padding:16px;text-align:center;font-weight:600}.comparison-table th:first-child{text-align:left}.comparison-table td{padding:14px 16px;border-bottom:1px solid var(--gray-200);text-align:center;background:var(--white)}.comparison-table td:first-child{text-align:left;font-weight:500;color:var(--gray-700)}.check-icon{color:var(--green);font-weight:700}.cross-icon{color:var(--gray-400)}.list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.list-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}.list-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.list-card-img{aspect-ratio:1/1;overflow:hidden;background:var(--gray-50);display:flex;align-items:center;justify-content:center}.list-card-img img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .5s ease}.list-card:hover .list-card-img img{transform:scale(1.08)}.list-card-body{padding:20px;flex:1;display:flex;flex-direction:column}.list-card-date{font-size:.8125rem;color:var(--brand-red);font-weight:600;margin-bottom:8px}.list-card-body h3{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:8px}.list-card-body p{font-size:.875rem;color:var(--gray-600);flex:1;margin-bottom:12px}.list-card-link{color:var(--brand-red);font-weight:600;font-size:.875rem}.contact-section{padding:60px 0}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px}.contact-info h2{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:16px}.contact-info p{color:var(--gray-600);margin-bottom:32px;line-height:1.7}.contact-info-item{display:flex;gap:16px;margin-bottom:24px;align-items:flex-start}.contact-info-icon{width:48px;height:48px;background:var(--gray-50);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--brand-red);flex-shrink:0}.contact-info-text h4{font-size:.875rem;color:var(--gray-500);margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.contact-info-text p,.contact-info-text a{font-size:1rem;color:var(--gray-900);font-weight:500}.contact-info-text a:hover{color:var(--brand-red)}.inquiry-form{background:var(--white);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-lg)}.inquiry-form h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:8px}.inquiry-form .form-subtitle{color:var(--gray-500);margin-bottom:28px;font-size:.9375rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:6px}.form-group label .required{color:var(--brand-red)}.form-control{width:100%;padding:12px 16px;border:2px solid var(--gray-200);border-radius:var(--radius);font-size:.9375rem;font-family:inherit;transition:var(--transition);background:var(--white)}.form-control:focus{outline:none;border-color:var(--brand-red);box-shadow:0 0 0 3px rgba(200,16,46,.1)}textarea.form-control{min-height:120px;resize:vertical}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:40px}.form-submit{width:100%;padding:14px;font-size:1rem}.form-note{font-size:.8125rem;color:var(--gray-500);margin-top:12px;text-align:center}.form-success{background:var(--gray-50);border:1px solid var(--brand-red-light);border-radius:var(--radius-md);padding:24px;text-align:center;color:var(--gray-700);font-size:.9375rem;line-height:1.6}.about-hero-section{padding:60px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-text h2{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:16px}.about-text p{font-size:1rem;line-height:1.8;color:var(--gray-600);margin-bottom:16px}.about-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:400px;object-fit:cover}.timeline{position:relative;max-width:800px;margin:48px auto;padding-left:32px}.timeline::before{content:'';position:absolute;left:8px;top:0;bottom:0;width:2px;background:var(--gray-200)}.timeline-item{position:relative;padding-bottom:32px}.timeline-item::before{content:'';position:absolute;left:-28px;top:4px;width:16px;height:16px;background:var(--brand-red);border-radius:50%;border:3px solid var(--white);box-shadow:0 0 0 2px var(--brand-red)}.timeline-year{font-size:1.25rem;font-weight:700;color:var(--brand-red);margin-bottom:4px}.timeline-content h4{font-size:1.0625rem;font-weight:600;color:var(--gray-900);margin-bottom:4px}.timeline-content p{font-size:.9375rem;color:var(--gray-600)}@media(max-width:1024px){.product-grid,.features-grid,.list-grid{grid-template-columns:repeat(2,1fr)}.cert-grid,.partners-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-text h1{font-size:2.25rem}.hero-stats{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.header-top{display:none}.nav-menu{display:none;position:fixed;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:24px;gap:16px;box-shadow:var(--shadow-lg)}.nav-menu.active{display:flex}.nav-item.has-dropdown{position:static}.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;display:none;width:100%;min-width:0;box-shadow:none;background:#f6f6f6;border-radius:8px;padding:6px;margin-top:6px;transition:none}.nav-item.has-dropdown:hover .dropdown-menu{transform:none;opacity:1;visibility:visible}.dropdown-menu.open{display:block}.dropdown-menu li a{white-space:normal}.mobile-menu-toggle{display:flex}.hero{padding:120px 0 60px;min-height:auto}.hero-text h1{font-size:1.875rem}.hero-text p{font-size:1rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:16px;padding:24px}.section{padding:48px 0}.section-header h2{font-size:1.5rem}.product-grid,.features-grid,.list-grid,.product-gallery-grid{grid-template-columns:1fr}.cert-grid,.partners-grid{grid-template-columns:repeat(2,1fr)}.factory-gallery{grid-template-columns:1fr}.factory-img-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.cta-box{flex-direction:column;text-align:center;padding:32px}.cta-actions{justify-content:center}.product-hero{grid-template-columns:1fr}.contact-grid,.about-grid{grid-template-columns:1fr}.inquiry-form{padding:24px}.form-row{grid-template-columns:1fr}.whatsapp-float{width:50px;height:50px;right:20px;left:auto;bottom:82px}.whatsapp-float svg{width:26px;height:26px}}@media(max-width:480px){.hero-stats{grid-template-columns:1fr 1fr}.stat-number{font-size:1.5rem}.cert-grid,.partners-grid{grid-template-columns:1fr}}.card-cat{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--brand-red);margin-bottom:8px}.filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px}.filter-chip{padding:9px 20px;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:var(--transition)}.filter-chip:hover{border-color:var(--brand-red);color:var(--brand-red)}.filter-chip.is-active{background:var(--brand-red);border-color:var(--brand-red);color:var(--white)}.list-card.is-hidden{display:none}.pager{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-top:48px}.pager a,.pager span{min-width:42px;height:42px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-weight:600;font-size:.9rem;text-decoration:none;transition:var(--transition)}.pager a:hover{border-color:var(--brand-red);color:var(--brand-red)}.pager .current{background:var(--brand-red);border-color:var(--brand-red);color:var(--white)}.pager .disabled{opacity:.4;pointer-events:none}.pager-info{text-align:center;color:var(--gray-500);font-size:.875rem;margin:24px 0 0}.list-empty{text-align:center;padding:80px 20px;color:var(--gray-500);font-size:1rem}.related-block{margin-top:72px;padding-top:56px;border-top:1px solid var(--gray-200)}.related-more{text-align:center;margin-top:40px}.article-cover{text-align:center;margin-bottom:32px}.article-cover img{max-width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.article-back{margin-top:48px;padding-top:32px;border-top:1px solid var(--gray-200)}.content-wrap img{max-width:100%;height:auto;border-radius:var(--radius)}@media(max-width:768px){.filter-bar{gap:8px}.filter-chip{padding:8px 14px;font-size:.8125rem}.related-block{margin-top:48px;padding-top:36px}}.catalog-layout{display:flex;gap:40px;align-items:flex-start}.catalog-sidebar{width:260px;flex-shrink:0;position:sticky;top:24px}.sidebar-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:24px;margin-bottom:20px}.sidebar-card h4{font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-900);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--gray-200)}.cat-menu{list-style:none;padding:0;margin:0}.cat-menu li{margin-bottom:4px}.cat-menu a{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:var(--radius);color:var(--gray-700);font-size:.9375rem;font-weight:500;text-decoration:none;transition:var(--transition)}.cat-menu a:hover{background:var(--gray-100);color:var(--brand-red)}.cat-menu a.is-active{background:var(--brand-red);color:var(--white);font-weight:600}.cat-count{font-size:.75rem;background:rgba(255,255,255,.15);color:inherit;padding:2px 8px;border-radius:999px;font-weight:600}.cat-menu a:not(.is-active) .cat-count{background:var(--gray-100);color:var(--gray-500)}.sidebar-specs ul{list-style:none;padding:0;margin:0}.sidebar-specs li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--gray-100);font-size:.875rem}.sidebar-specs li:last-child{border-bottom:none}.sidebar-specs span{color:var(--gray-500)}.sidebar-specs strong{color:var(--gray-900);font-weight:600;text-align:right;margin-left:12px}.catalog-main{flex:1;min-width:0}.catalog-count{color:var(--gray-500);font-size:.9375rem;margin-bottom:20px}.empty-category{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:64px 32px;text-align:center}.empty-category h3{font-size:1.5rem;margin-bottom:12px}.empty-category p{color:var(--gray-500);max-width:520px;margin:0 auto 24px}.product-grid-compact{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-card-text-only{background:linear-gradient(135deg,var(--gray-900) 0%,#1f2937 100%);color:var(--white)}.product-card-text-only .product-card-body{display:flex;flex-direction:column;justify-content:center;height:100%;min-height:220px}.product-card-text-only h3{color:var(--white)}.product-card-text-only p{color:var(--gray-300)}.product-card-text-only .product-card-link{color:var(--white);border-color:rgba(255,255,255,.3)}@media(max-width:991px){.catalog-layout{flex-direction:column;gap:28px}.catalog-sidebar{width:100%;position:static}.cat-menu{display:flex;flex-wrap:wrap;gap:8px}.cat-menu li{margin-bottom:0}.cat-menu a{padding:8px 14px;border:1px solid var(--gray-200)}}@media(max-width:768px){.product-grid-compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid-compact{grid-template-columns:1fr}}.page-header-sm{padding:24px 0 16px}.page-header-sm h1{display:none}.product-detail-v2{padding:0 0 60px}.product-detail-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:start;margin-bottom:48px}.product-media{position:sticky;top:24px}.product-main-image{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden}.product-main-image img{width:100%;height:auto;max-height:520px;object-fit:contain;transition:transform .3s ease}.product-thumbnails{display:flex;gap:12px;flex-wrap:wrap}.product-thumb{width:72px;height:72px;padding:4px;border:2px solid transparent;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-thumb:hover,.product-thumb.active{border-color:var(--brand-red);box-shadow:var(--shadow-md)}.product-info-v2 h1{font-size:1.875rem;font-weight:800;color:var(--gray-900);line-height:1.25;margin-bottom:8px}.product-cat-v2{font-size:.9375rem;color:var(--brand-red);font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.03em}.product-short-desc{font-size:1rem;line-height:1.7;color:var(--gray-600);margin-bottom:24px}.product-specs-v2{background:var(--gray-50);border-radius:var(--radius-lg);padding:24px;margin-bottom:24px}.product-specs-v2 h4{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:12px}.product-specs-v2 ul{list-style:none;padding:0;margin:0}.product-specs-v2 li{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid var(--gray-200);font-size:.9375rem}.product-specs-v2 li:last-child{border-bottom:none}.product-specs-v2 li span:first-child{color:var(--gray-500)}.product-specs-v2 li span:last-child{color:var(--gray-900);font-weight:600;text-align:right}.product-cta-v2{display:flex;gap:12px;flex-wrap:wrap}.product-description-section{margin-top:48px}.product-description-header{display:inline-block;background:linear-gradient(90deg,#c9a227 0%,#c9a227 6px,#5a5a5a 6px,#5a5a5a 100%);color:var(--white);font-size:1.125rem;font-weight:700;padding:12px 32px;border-radius:var(--radius)var(--radius)0 0}.product-description-body{background:var(--white);border:1px solid var(--gray-200);border-top:3px solid #5a5a5a;border-radius:0 var(--radius-lg)var(--radius-lg)var(--radius-lg);padding:32px;box-shadow:var(--shadow-sm)}.product-description-body img,.product-description-body p:has(>img:only-child),.product-description-body p:empty{display:none}.product-description-body h2,.product-description-body h3{color:var(--gray-900);margin-top:28px;margin-bottom:14px}.product-description-body h2:first-child,.product-description-body h3:first-child{margin-top:0}.product-description-body p{font-size:1rem;line-height:1.75;color:var(--gray-700);margin-bottom:16px}.product-description-body ul,.product-description-body ol{padding-left:24px;margin-bottom:16px}.product-description-body li{margin-bottom:8px;line-height:1.6;color:var(--gray-700)}.product-description-body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.9375rem}.product-description-body th,.product-description-body td{border:1px solid var(--gray-200);padding:10px 14px;text-align:left}.product-description-body th{background:var(--gray-50);font-weight:700;color:var(--gray-900)}.product-description-body tr:nth-child(even) td{background:var(--gray-50)}@media(max-width:991px){.product-detail-grid{grid-template-columns:1fr;gap:32px}.product-media{position:static}.product-thumbnails{justify-content:center}}@media(max-width:480px){.product-info-v2 h1{font-size:1.5rem}.product-thumb{width:60px;height:60px}.product-description-header{font-size:1rem;padding:10px 20px}.product-description-body{padding:20px}}