:root{--color-primary:#0A2342;--color-primary-light:#1A3A5C;--color-primary-dark:#061829;--color-primary-muted:#2C4A6E;--color-accent:#E63946;--color-accent-light:#F25F6A;--color-accent-dark:#C62836;--color-accent-soft:#FCE8EA;--color-success:#2D7A4F;--color-success-light:#3D9966;--color-steel-900:#1A1F29;--color-steel-800:#2D3748;--color-steel-700:#4A5568;--color-steel-600:#718096;--color-steel-500:#A0AEC0;--color-steel-400:#CBD5E0;--color-steel-300:#E2E8F0;--color-steel-200:#EDF2F7;--color-steel-100:#F7FAFC;--color-white:#FFFFFF;--bg-body:#FFFFFF;--bg-subtle:#F7F9FC;--bg-elevated:#FFFFFF;--bg-dark:#0A2342;--bg-darker:#061829;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-display:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                  "Helvetica Neue", Arial, sans-serif;--shadow-sm:0 1px 2px rgba(10, 35, 66, 0.06);--shadow-md:0 4px 12px rgba(10, 35, 66, 0.08);--shadow-lg:0 10px 30px rgba(10, 35, 66, 0.12);--shadow-xl:0 20px 50px rgba(10, 35, 66, 0.18);--shadow-product:0 8px 24px rgba(10, 35, 66, 0.1);--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--radius-xl:14px;--transition-fast:0.15s ease;--transition-base:0.25s cubic-bezier(0.4, 0, 0.2, 1);--transition-slow:0.4s cubic-bezier(0.4, 0, 0.2, 1);--container-max:1240px;--section-padding:3rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:16px;line-height:1.65;color:var(--color-steel-800);background:var(--bg-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent);text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.25;color:var(--color-steel-900);margin-bottom:.5em;letter-spacing:-.01em}h1{font-size:2rem;font-weight:800}h2{font-size:1.5rem;margin-top:2rem;font-weight:700}h3{font-size:1.15rem;margin-top:1.5rem;font-weight:600}p{margin-bottom:1rem;color:var(--color-steel-700)}ul,ol{margin-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.4rem}strong{color:var(--color-steel-900);font-weight:600}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:.95rem;text-align:center;border:2px solid transparent;cursor:pointer;transition:all var(--transition-base);text-decoration:none;line-height:1.4;letter-spacing:.01em;position:relative;overflow:hidden}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.btn-primary{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary);box-shadow:0 4px 14px rgba(10,35,66,.25)}.btn-primary:hover{background:var(--color-primary-light);border-color:var(--color-primary-light);color:var(--color-white);box-shadow:0 6px 20px rgba(10,35,66,.35)}.btn-accent{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent);box-shadow:0 4px 14px rgba(230,57,70,.3)}.btn-accent:hover{background:var(--color-accent-light);border-color:var(--color-accent-light);color:var(--color-white);box-shadow:0 6px 20px rgba(230,57,70,.4)}.btn-outline{background:0 0;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.btn-whatsapp{background:#25d366;color:var(--color-white);border-color:#25d366;box-shadow:0 4px 14px rgba(37,211,102,.3)}.btn-whatsapp:hover{background:#1ebe5b;border-color:#1ebe5b;color:var(--color-white);box-shadow:0 6px 20px rgba(37,211,102,.4)}.site-header{background:var(--color-white);border-bottom:1px solid var(--color-steel-300);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm);backdrop-filter:saturate(180%)blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem}.logo{display:flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:800;color:var(--color-primary);text-decoration:none;letter-spacing:-.02em}.logo:hover{text-decoration:none;color:var(--color-primary)}.logo-text{letter-spacing:-.02em}.logo-text span{color:var(--color-accent)}.main-nav{display:none}.nav-list{display:flex;list-style:none;gap:2rem;margin:0}.nav-link{color:var(--color-steel-700);font-weight:500;font-size:.95rem;padding:.5rem 0;border-bottom:2px solid transparent;position:relative;transition:color var(--transition-fast)}.nav-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--color-accent);transition:width var(--transition-base)}.nav-link:hover,.nav-link.active{color:var(--color-primary);text-decoration:none}.nav-link:hover::after,.nav-link.active::after{width:100%}.nav-cta{display:none}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:0 0;border:none;cursor:pointer;padding:0}.mobile-menu-toggle span{display:block;height:3px;width:100%;background:var(--color-steel-800);border-radius:2px;transition:all .3s}.mobile-menu{position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background:var(--bg-elevated);box-shadow:-4px 0 20px rgba(0,0,0,.15);z-index:1000;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.mobile-menu.open{transform:translateX(0)}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(10,35,66,.5);z-index:999;opacity:0;visibility:hidden;transition:all .3s}.mobile-menu-backdrop.open{opacity:1;visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-steel-200);flex-shrink:0}.mobile-menu-title{font-size:1rem;font-weight:700;color:var(--color-steel-900)}.mobile-menu-close{width:32px;height:32px;background:0 0;border:none;cursor:pointer;position:relative;padding:0}.mobile-menu-close span{position:absolute;top:50%;left:50%;width:22px;height:2.5px;background:var(--color-steel-600);border-radius:2px}.mobile-menu-close span:nth-child(1){transform:translate(-50%,-50%)rotate(45deg)}.mobile-menu-close span:nth-child(2){transform:translate(-50%,-50%)rotate(-45deg)}.mobile-nav-list{list-style:none;padding:.5rem 0;margin:0;flex:1;overflow-y:auto}.mobile-nav-item{border-bottom:1px solid var(--color-steel-100)}.mobile-nav-link{display:block;padding:.9rem 1.25rem;color:var(--color-steel-700);font-weight:500;font-size:1rem;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--color-primary);background:var(--bg-subtle);border-left-color:var(--color-primary)}.mobile-menu-footer{padding:1rem 1.25rem 1.5rem;border-top:1px solid var(--color-steel-200);flex-shrink:0}.mobile-menu-cta{width:100%;justify-content:center;display:flex}.logo-img{height:38px;width:auto;display:block}.breadcrumb{background:var(--bg-subtle);padding:.7rem 0;border-bottom:1px solid var(--color-steel-200);font-size:.85rem}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0}.breadcrumb li::after{content:"›";margin:0 .4rem;color:var(--color-steel-500);font-weight:600}.breadcrumb li:last-child::after{content:""}.breadcrumb a{color:var(--color-primary-muted);font-weight:400}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb li[aria-current=page]{color:var(--color-steel-600);font-weight:500}.hero{background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 50%,var(--color-primary-light) 100%);color:var(--color-white);padding:3rem 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(230,57,70,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,3%) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(8px)}.hero-badge::before{content:'';width:8px;height:8px;background:var(--color-accent);border-radius:50%;box-shadow:0 0 0 4px rgba(230,57,70,.3)}.hero-title{font-size:2rem;color:var(--color-white);margin-bottom:1rem;line-height:1.15;font-weight:800;letter-spacing:-.02em}.hero-title .highlight{color:var(--color-accent-light);position:relative}.hero-subtitle{font-size:1.05rem;opacity:.85;margin-bottom:1.75rem;line-height:1.7;color:rgba(255,255,255,.9)}.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.hero-cta .btn-outline{color:var(--color-white);border-color:rgba(255,255,255,.4);background:rgba(255,255,255,5%);backdrop-filter:blur(4px)}.hero-cta .btn-outline:hover{background:var(--color-white);color:var(--color-primary);border-color:var(--color-white)}.hero-cta .btn-primary{background:var(--color-accent);border-color:var(--color-accent)}.hero-cta .btn-primary:hover{background:var(--color-accent-light);border-color:var(--color-accent-light)}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.stat-item{text-align:left;padding-left:1rem;border-left:3px solid var(--color-accent)}.stat-number{display:block;font-size:1.8rem;font-weight:800;color:var(--color-white);line-height:1.1;letter-spacing:-.02em}.stat-label{font-size:.8rem;opacity:.7;margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.hero-image{position:relative}.hero-image img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:0 25px 60px rgba(0,0,0,.4);aspect-ratio:4/3;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.hero-image::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:2px solid var(--color-accent);border-radius:var(--radius-lg);opacity:.5;z-index:-1}.hero-image-placeholder{background:rgba(255,255,255,8%);border:2px dashed rgba(255,255,255,.2);border-radius:var(--radius-lg);aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:.9rem}.placeholder-icon{font-size:4rem;margin-bottom:.5rem}.section{padding:var(--section-padding)0}.section-header{text-align:center;margin-bottom:2.5rem;position:relative}.section-header h2{margin-top:0;font-size:1.8rem;font-weight:800;color:var(--color-steel-900);letter-spacing:-.02em;position:relative;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:var(--color-accent);border-radius:2px}.section-header p{color:var(--color-steel-600);font-size:1.05rem;max-width:640px;margin:1.25rem auto 0;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-card{display:block;background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);color:inherit;text-decoration:none;box-shadow:var(--shadow-sm);position:relative}.product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform var(--transition-base);z-index:1}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--color-primary);text-decoration:none}.product-card:hover::before{transform:scaleX(1)}.product-card-image{aspect-ratio:4/3;overflow:hidden;background:var(--color-steel-100);position:relative}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-body{padding:1.25rem}.product-card h3{margin:0 0 .5rem;font-size:1.15rem;color:var(--color-steel-900);font-weight:700;transition:color var(--transition-fast)}.product-card:hover h3{color:var(--color-primary)}.product-card p{color:var(--color-steel-600);font-size:.9rem;margin-bottom:.75rem;line-height:1.5}.card-link{color:var(--color-accent);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem;transition:gap var(--transition-fast)}.product-card:hover .card-link{gap:.6rem}.home-why-us{background:var(--bg-subtle);position:relative}.home-why-us::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-accent) 50%,var(--color-primary) 100%)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.why-card{background:var(--bg-elevated);padding:1.8rem;border-radius:var(--radius-lg);border:1px solid var(--color-steel-300);transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-primary-light)}.why-icon{font-size:2.2rem;margin-bottom:.8rem}.why-icon-img{width:52px;height:52px;margin-bottom:1rem;display:block;padding:10px;background:var(--color-accent-soft);border-radius:var(--radius-md);transition:background var(--transition-base)}.why-card:hover .why-icon-img{background:var(--color-primary)}.why-card h3{margin:0 0 .6rem;font-size:1.1rem;color:var(--color-steel-900);font-weight:700}.why-card p{margin:0;color:var(--color-steel-600);font-size:.9rem;line-height:1.65}.home-industries{background:var(--bg-subtle)}.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.industry-item{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:1.75rem 1rem;background:var(--bg-elevated);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);border:1px solid var(--color-steel-200);box-shadow:var(--shadow-sm)}.industry-item:hover{background:var(--bg-elevated);border-color:var(--color-primary);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.industry-img{width:80px;height:80px;object-fit:cover;border-radius:50%;border:4px solid var(--color-white);box-shadow:0 4px 12px rgba(10,35,66,.15);transition:all var(--transition-base)}.industry-item:hover .industry-img{transform:scale(1.1);border-color:var(--color-accent)}.industry-icon{font-size:2.5rem}.industry-name{font-size:.95rem;font-weight:600;color:var(--color-steel-800);line-height:1.3}.home-cta-section{background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 100%);color:#fff;position:relative;overflow:hidden}.home-cta-section::before{content:'';position:absolute;top:0;right:0;bottom:0;width:40%;background:linear-gradient(135deg,transparent,rgba(230,57,70,.15));pointer-events:none}.cta-box{text-align:center;max-width:720px;margin:0 auto;position:relative;z-index:1}.cta-box h2{color:#fff;font-size:1.8rem;margin-top:0;font-weight:800;letter-spacing:-.02em}.cta-box p{opacity:.9;font-size:1.05rem;margin-bottom:1.75rem;color:rgba(255,255,255,.85)}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn-primary{background:var(--color-accent);border-color:var(--color-accent)}.cta-buttons .btn-primary:hover{background:var(--color-accent-light);border-color:var(--color-accent-light)}.cta-buttons .btn-outline{color:#fff;border-color:rgba(255,255,255,.4)}.cta-buttons .btn-outline:hover{background:#fff;color:var(--color-primary);border-color:#fff}.product-page{padding:0 0 4rem;max-width:var(--container-max);margin:0 auto}.product-hero{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;padding:2.5rem 1.25rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);position:relative;overflow:hidden}.product-hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at right center,rgba(230,57,70,.12) 0%,transparent 60%);pointer-events:none}.product-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-accent-light) 50%,var(--color-accent) 100%)}.product-hero-text{position:relative;z-index:1}.product-title{font-size:1.8rem;margin-bottom:.6rem;color:var(--color-white);font-weight:800;line-height:1.2;letter-spacing:-.02em}.product-subtitle{color:rgba(255,255,255,.8);font-size:1.05rem;margin-bottom:1.5rem;line-height:1.6}.product-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.75rem}.highlight-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:rgba(255,255,255,.9);padding:.5rem .75rem;background:rgba(255,255,255,6%);border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.1)}.highlight-icon{color:var(--color-accent-light);font-weight:700;font-size:1.1rem;flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:rgba(230,57,70,.2);border-radius:50%}.product-cta-group{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.product-cta-group .btn-primary{background:var(--color-accent);border-color:var(--color-accent)}.product-cta-group .btn-primary:hover{background:var(--color-accent-light);border-color:var(--color-accent-light)}.product-cta-group .btn-outline{color:#fff;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,5%)}.product-cta-group .btn-outline:hover{background:#fff;color:var(--color-primary);border-color:#fff}.product-grade-tags{display:flex;flex-wrap:wrap;gap:.5rem}.grade-tag{background:rgba(255,255,255,.12);color:rgba(255,255,255,.95);padding:.4rem .85rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(4px);letter-spacing:.02em}.grade-tag strong{color:var(--color-accent-light);font-weight:700}.product-hero-image{position:relative;z-index:1}.product-hero-image img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:0 20px 50px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.1)}.product-hero-image::before{content:'';position:absolute;top:-12px;right:-12px;width:60px;height:60px;border-top:3px solid var(--color-accent);border-right:3px solid var(--color-accent);border-radius:0 var(--radius-md)0 0;z-index:-1}.product-hero-image::after{content:'';position:absolute;bottom:-12px;left:-12px;width:60px;height:60px;border-bottom:3px solid var(--color-accent);border-left:3px solid var(--color-accent);border-radius:0 0 0 var(--radius-md);z-index:-1}.hero-gallery-main{width:100%;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.1);margin-bottom:1rem;background:rgba(255,255,255,5%)}.hero-main-img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.hero-gallery-thumbs{display:flex;gap:.75rem;flex-wrap:wrap}.hero-gallery-thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:2px solid rgba(255,255,255,.2);background:rgba(255,255,255,5%);cursor:pointer;padding:0;flex-shrink:0;transition:all var(--transition-fast)}.hero-gallery-thumb:hover{border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.hero-gallery-thumb.active{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(230,57,70,.25)}.hero-gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-hero-image .product-image-placeholder{background:rgba(255,255,255,8%);border:2px dashed rgba(255,255,255,.2);border-radius:var(--radius-lg);aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(255,255,255,.5)}.product-image-placeholder .placeholder-icon{font-size:5rem}.product-section{margin-bottom:3rem;padding:0 1.25rem}.product-section h2{font-size:1.5rem;padding-bottom:.75rem;margin-top:0;margin-bottom:1.5rem;color:var(--color-steel-900);font-weight:700;position:relative;border-bottom:none}.product-section h2::before{content:'';position:absolute;left:0;bottom:0;width:40px;height:3px;background:var(--color-accent);border-radius:2px}.product-section h2::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--color-steel-300)}.product-description{font-size:1.05rem;line-height:1.8;color:var(--color-steel-700)}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--color-steel-300);border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.spec-item{padding:1rem 1.25rem;background:var(--bg-elevated);transition:background var(--transition-fast)}.spec-item:hover{background:var(--bg-subtle)}.spec-item.spec-full{grid-column:1/-1}.spec-label{display:block;font-size:.8rem;color:var(--color-steel-600);margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.spec-value{display:block;font-weight:700;color:var(--color-steel-900);font-size:1rem;line-height:1.4}.table-responsive{overflow-x:auto;border:1px solid var(--color-steel-300);border-radius:var(--radius-md);-webkit-overflow-scrolling:touch;box-shadow:var(--shadow-sm);background:var(--bg-elevated)}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{padding:.85rem 1.1rem;text-align:left;border-bottom:1px solid var(--color-steel-200)}.data-table thead{background:var(--color-primary)}.data-table th{font-weight:600;color:var(--color-white);white-space:nowrap;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.data-table tbody tr:nth-child(even){background:var(--bg-subtle)}.data-table tbody tr:hover{background:var(--color-accent-soft)}.data-table tbody tr:last-child td{border-bottom:none}.data-table td strong{color:var(--color-primary);font-weight:700}.application-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;list-style:none;margin:0;padding:0}.application-list li{padding:.85rem 1rem .85rem 2.5rem;background:var(--bg-subtle);border-radius:var(--radius-sm);position:relative;margin:0;font-size:.9rem;color:var(--color-steel-700);font-weight:500;border:1px solid var(--color-steel-200);transition:all var(--transition-fast)}.application-list li:hover{background:var(--color-accent-soft);border-color:var(--color-accent);color:var(--color-steel-900)}.application-list li::before{content:"✓";position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--color-success);font-weight:800;font-size:1rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.application-list li:hover::before{color:var(--color-accent)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-base);background:var(--bg-elevated);box-shadow:var(--shadow-sm)}.faq-item[open]{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.faq-item summary{padding:1.1rem 1.4rem;cursor:pointer;font-weight:600;color:var(--color-steel-800);background:var(--bg-elevated);list-style:none;position:relative;padding-right:3rem;transition:all var(--transition-fast);font-size:.95rem;line-height:1.5}.faq-item summary:hover{background:var(--bg-subtle);color:var(--color-primary)}.faq-item[open] summary{background:var(--color-primary);color:var(--color-white)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--color-accent);font-weight:300;line-height:1;transition:all var(--transition-base);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-accent-soft)}.faq-item[open] summary::after{content:"−";background:rgba(255,255,255,.2);color:var(--color-white);transform:translateY(-50%)rotate(180deg)}.faq-answer{padding:1rem 1.4rem 1.25rem;color:var(--color-steel-700);line-height:1.7;background:var(--bg-subtle);border-top:1px solid var(--color-steel-200)}.faq-answer p{margin-bottom:.5rem}.faq-answer p:last-child{margin-bottom:0}.product-bottom-cta{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-xl);padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden;border:none;box-shadow:var(--shadow-lg)}.product-bottom-cta::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(230,57,70,.2) 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%);pointer-events:none}.product-bottom-cta h2{border:none;padding:0;margin-bottom:.75rem;color:var(--color-white);font-size:1.75rem;font-weight:800;position:relative;z-index:1;letter-spacing:-.02em}.product-bottom-cta h2::before,.product-bottom-cta h2::after{display:none}.product-bottom-cta p{color:rgba(255,255,255,.85);margin-bottom:1.75rem;font-size:1.05rem;position:relative;z-index:1}.product-bottom-cta .product-cta-group{justify-content:center;position:relative;z-index:1;margin-bottom:0}.why-choose-us .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.why-choose-us .why-card{padding:1.5rem;border-left:3px solid var(--color-primary);border-radius:0 var(--radius-md)var(--radius-md)0}.why-choose-us .why-card h3{margin-bottom:.5rem;color:var(--color-primary)}.why-choose-us .why-card:hover{border-left-color:var(--color-accent)}.page-single{max-width:900px;margin:0 auto;padding:2rem 1rem}.page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--color-steel-300)}.page-title{font-size:2rem;color:var(--color-steel-900);margin-bottom:.5rem;font-weight:800;letter-spacing:-.02em}.page-subtitle{font-size:1.1rem;color:var(--color-steel-600)}.page-content h2{margin-top:2rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-steel-200);position:relative}.page-content h2::before{content:'';position:absolute;left:0;bottom:-2px;width:40px;height:3px;background:var(--color-accent)}.page-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden}.page-content th,.page-content td{padding:.7rem 1rem;border-bottom:1px solid var(--color-steel-200);text-align:left}.page-content th{background:var(--color-primary);color:var(--color-white);font-weight:600}.page-content tbody tr:nth-child(even){background:var(--bg-subtle)}.product-list-page{padding:2rem 1rem}.product-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding:.5rem;background:var(--bg-subtle);border-radius:var(--radius-lg);border:1px solid var(--color-steel-300)}.product-tab{padding:.6rem 1.2rem;border:none;background:0 0;color:var(--color-steel-600);font-size:.9rem;font-weight:500;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.product-tab:hover{background:#fff;color:var(--color-primary)}.product-tab.active{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.product-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.product-category-card{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.product-category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.product-category-card .product-card-image{background:var(--color-steel-100);padding:0;text-align:center;font-size:3rem;color:var(--color-primary)}.product-card-body{padding:1.3rem;display:flex;flex-direction:column;flex:1;gap:.6rem}.product-card-title{font-size:1.15rem;margin:0}.product-card-title a{color:var(--color-steel-900);font-weight:700}.product-card-title a:hover{color:var(--color-primary);text-decoration:none}.product-card-desc{color:var(--color-steel-600);font-size:.9rem;margin:0;flex:1;line-height:1.5}.product-categories-nav{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-steel-300)}.product-categories-nav .section-header{text-align:center;margin-bottom:2.5rem}.product-categories-nav .section-header h2{font-size:1.75rem;margin-top:0;margin-bottom:.5rem;position:relative;display:inline-block}.product-categories-nav .section-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:var(--color-accent);border-radius:2px}.product-categories-nav .section-header p{color:var(--color-steel-600);margin-top:1.25rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.featured-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm)}.featured-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.featured-card-image{aspect-ratio:16/10;overflow:hidden;background:var(--color-steel-100)}.featured-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.featured-card:hover .featured-card-image img{transform:scale(1.05)}.featured-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.featured-tag{display:inline-block;padding:.2rem .6rem;background:#e8f0f8;color:var(--color-primary);font-size:.75rem;font-weight:600;border-radius:var(--radius-sm);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.featured-card-body h3{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.featured-card-body p{color:var(--color-steel-600);font-size:.9rem;line-height:1.6;flex:1;margin-bottom:1rem}.featured-link{color:var(--color-accent);font-weight:600;font-size:.9rem;transition:color var(--transition-base)}.featured-card:hover .featured-link{color:var(--color-primary)}.cat-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.cat-nav-card{display:flex;flex-direction:column;background:var(--bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--color-steel-300);overflow:hidden;transition:all var(--transition-base);box-shadow:var(--shadow-sm);color:inherit;text-decoration:none}.cat-nav-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--color-primary);text-decoration:none}.cat-nav-image{aspect-ratio:16/9;overflow:hidden;position:relative;background:var(--color-steel-100)}.cat-nav-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.cat-nav-card:hover .cat-nav-image img{transform:scale(1.08)}.cat-nav-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(10,35,66,.1) 0%,transparent 50%);pointer-events:none}.cat-nav-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.cat-nav-content h3{margin:0 0 .4rem;font-size:1.2rem;color:var(--color-steel-900);font-weight:700;transition:color var(--transition-fast)}.cat-nav-card:hover .cat-nav-content h3{color:var(--color-primary)}.cat-nav-content p{margin:0 0 .75rem;font-size:.85rem;color:var(--color-steel-600)}.cat-nav-list{list-style:none;margin:0 0 1rem;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.3rem .75rem}.cat-nav-list li{padding:.3rem 0 .3rem 1rem;position:relative;font-size:.8rem;color:var(--color-steel-700);margin:0}.cat-nav-list li::before{content:"▸";position:absolute;left:0;color:var(--color-accent);font-size:.75rem}.cat-nav-link{margin-top:auto;font-size:.9rem;font-weight:600;color:var(--color-primary);display:inline-flex;align-items:center;gap:.4rem;transition:all var(--transition-fast)}.cat-nav-card:hover .cat-nav-link{color:var(--color-accent);gap:.6rem}.comparison-list-page{padding:2rem 1rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.comparison-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1.75rem;text-decoration:none;color:inherit;transition:all var(--transition-base);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.comparison-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent))}.comparison-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.comparison-card-badge{display:inline-block;padding:.25rem .75rem;background:#e8f0f8;color:var(--color-primary);font-size:.75rem;font-weight:600;border-radius:var(--radius-sm);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.comparison-card-title{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin-bottom:.75rem;line-height:1.4}.comparison-card-desc{color:var(--color-steel-600);font-size:.9rem;line-height:1.6;margin-bottom:1rem;flex:1}.comparison-card-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.material-tag{display:inline-block;padding:.25rem .75rem;background:var(--bg-subtle);border:1px solid var(--color-steel-300);border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;color:var(--color-steel-700)}.vs-sep{font-size:.75rem;font-weight:700;color:var(--color-accent);text-transform:uppercase}.comparison-card-link{color:var(--color-accent);font-weight:600;font-size:.9rem;transition:color var(--transition-base)}.comparison-card:hover .comparison-card-link{color:var(--color-primary)}.comparison-page{padding-bottom:3rem}.comparison-hero{background:linear-gradient(135deg,#1E4D8C 0%,#0A2342 100%);color:#fff;padding:3rem 1rem 4rem;position:relative;overflow:hidden}.comparison-hero::before{content:'';position:absolute;top:-30%;right:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(230,57,70,.2) 0%,transparent 60%);border-radius:50%}.comparison-hero::after{content:'';position:absolute;bottom:-40%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(30,77,140,.5) 0%,transparent 65%);border-radius:50%}.comparison-hero .container{position:relative;z-index:1}.comparison-breadcrumb{font-size:.85rem;color:rgba(255,255,255,.7);margin-bottom:1.25rem}.comparison-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none}.comparison-breadcrumb a:hover{color:#fff;text-decoration:underline}.comparison-title{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.comparison-subtitle{font-size:1.1rem;line-height:1.7;max-width:720px;color:rgba(255,255,255,.95);font-weight:400;margin-bottom:2rem}.comparison-materials-hero{display:flex;align-items:stretch;gap:1.5rem;flex-wrap:wrap}.material-box{flex:1;min-width:240px;background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg);border-bottom:4px solid var(--color-accent)}.material-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-steel-500);margin-bottom:.5rem;font-weight:600}.material-box h3{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.material-box p{font-size:.9rem;color:var(--color-steel-600);line-height:1.6}.vs-badge{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:var(--color-accent);color:#fff;border-radius:50%;font-weight:800;font-size:.9rem;align-self:center;flex-shrink:0;box-shadow:0 4px 12px rgba(230,57,70,.4)}.comparison-content-wrap{margin-top:-2rem;position:relative;z-index:2}.comparison-quick-nav{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1rem 1.5rem;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center;box-shadow:var(--shadow-sm)}.qn-label{font-weight:600;color:var(--color-primary);font-size:.9rem}.comparison-quick-nav a{color:var(--color-steel-600);font-size:.9rem;text-decoration:none;transition:color var(--transition-base)}.comparison-quick-nav a:hover{color:var(--color-accent)}.comparison-body{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:2rem 2.5rem;box-shadow:var(--shadow-sm)}.comparison-body h2{font-size:1.6rem;font-weight:700;color:var(--color-primary);margin:2rem 0 1rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-steel-200)}.comparison-body h2:first-child{margin-top:0}.comparison-body h3{font-size:1.2rem;font-weight:600;color:var(--color-steel-800);margin:1.5rem 0 .75rem}.comparison-body p{line-height:1.8;color:var(--color-steel-700);margin-bottom:1rem}.comparison-body ul,.comparison-body ol{margin-bottom:1rem;padding-left:1.5rem}.comparison-body li{line-height:1.8;color:var(--color-steel-700);margin-bottom:.5rem}.comparison-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden}.comparison-body table th{background:var(--color-primary);color:#fff;padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.comparison-body table th:first-child{background:var(--color-primary-light);width:30%}.comparison-body table td{padding:.85rem 1rem;border-bottom:1px solid var(--color-steel-200);color:var(--color-steel-700);font-size:.9rem}.comparison-body table tr:nth-child(even) td{background:var(--bg-subtle)}.comparison-body table tr:last-child td{border-bottom:none}.comparison-body table td:first-child{font-weight:600;color:var(--color-steel-800)}.comparison-table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden}.comparison-table th{background:var(--color-primary);color:#fff;padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.comparison-table th:first-child{background:var(--color-primary-light);width:30%}.comparison-table td{padding:.85rem 1rem;border-bottom:1px solid var(--color-steel-200);color:var(--color-steel-700);font-size:.9rem}.comparison-table tr:nth-child(even) td{background:var(--bg-subtle)}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td:first-child{font-weight:600;color:var(--color-steel-800)}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}.pros-box,.cons-box{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-md);padding:1.25rem}.pros-box{border-top:4px solid #2ecc71}.cons-box{border-top:4px solid var(--color-accent)}.pros-box h4,.cons-box h4{font-size:1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.pros-box h4{color:#27ae60}.cons-box h4{color:var(--color-accent)}.pros-box ul,.cons-box ul{margin:0;padding-left:1.25rem}.pros-box li,.cons-box li{margin-bottom:.4rem;font-size:.9rem}.comparison-cta{margin-top:2rem}.comparison-faq{margin-top:1rem}.comparison-faq-item{border:1px solid var(--color-steel-300);border-radius:var(--radius-md);margin-bottom:.75rem;overflow:hidden}.comparison-faq-q{padding:1rem 1.25rem;background:var(--bg-subtle);font-weight:600;color:var(--color-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.comparison-faq-a{padding:1rem 1.25rem;color:var(--color-steel-700);line-height:1.8;border-top:1px solid var(--color-steel-200)}.faq-page{padding:2rem 1rem 3rem;max-width:900px}.faq-content{margin-bottom:3rem}.faq-category{margin-bottom:2.5rem}.faq-category-title{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-steel-200)}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden;background:#fff;transition:border-color var(--transition-base)}.faq-item[open]{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.faq-question{padding:1rem 1.25rem;background:var(--bg-subtle);font-weight:600;color:var(--color-primary);font-size:.95rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none;user-select:none;transition:background var(--transition-base)}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{background:#e8f0f8}.faq-icon{font-size:1.4rem;font-weight:300;color:var(--color-accent);transition:transform .3s ease;flex-shrink:0;margin-left:1rem;line-height:1}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:1rem 1.25rem;color:var(--color-steel-700);line-height:1.8;border-top:1px solid var(--color-steel-200);font-size:.95rem}.faq-answer p{margin:0}.faq-answer ul{margin:.5rem 0 0;padding-left:1.5rem}.faq-answer li{margin-bottom:.25rem}.faq-cta{margin-top:2rem}.blog-list-page{padding:2rem 1rem 3rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.blog-card{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.blog-card-body{padding:1.5rem}.blog-card-category{display:inline-block;padding:.2rem .6rem;background:#e8f0f8;color:var(--color-primary);font-size:.75rem;font-weight:600;border-radius:var(--radius-sm);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.blog-card-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.blog-card-title a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-base)}.blog-card-title a:hover{color:var(--color-accent)}.blog-card-excerpt{color:var(--color-steel-600);font-size:.9rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{color:var(--color-steel-500);font-size:.8rem;margin-bottom:1rem}.blog-card-link{color:var(--color-accent);font-weight:600;font-size:.9rem;text-decoration:none;transition:color var(--transition-base)}.blog-card-link:hover{color:var(--color-primary)}.pagination{margin-top:2.5rem;text-align:center}.pagination-inner{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-elevated);border:1px solid var(--color-steel-200);border-radius:var(--radius-md);padding:.35rem}.page-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .75rem;border-radius:6px;font-size:.85rem;font-weight:600;color:var(--color-steel-700);text-decoration:none;transition:all var(--transition-base);border:1px solid transparent}.page-link:hover:not(.page-disabled):not(.page-current){background:var(--bg-subtle);color:var(--color-primary);border-color:var(--color-steel-200)}.page-current{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary);cursor:default}.page-disabled{color:var(--color-steel-400);cursor:not-allowed;opacity:.5}.page-numbers{display:inline-flex;gap:.25rem}.pagination-info{margin-top:.75rem;font-size:.8rem;color:var(--color-steel-500)}.blog-hero{background:linear-gradient(135deg,#1E4D8C 0%,#0A2342 100%);color:#fff;padding:3rem 1rem 4rem;position:relative;overflow:hidden}.blog-hero::before{content:'';position:absolute;top:-30%;right:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(230,57,70,.2) 0%,transparent 60%);border-radius:50%}.blog-hero .container{position:relative;z-index:1;max-width:900px}.blog-breadcrumb{font-size:.85rem;color:rgba(255,255,255,.7);margin-bottom:1rem}.blog-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none}.blog-breadcrumb a:hover{color:#fff;text-decoration:underline}.blog-hero-category{display:inline-block;padding:.3rem .8rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.8rem;font-weight:600;border-radius:var(--radius-md);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.blog-hero-title{font-size:2.25rem;font-weight:800;line-height:1.25;margin-bottom:1rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.blog-hero-excerpt{font-size:1.1rem;line-height:1.7;color:rgba(255,255,255,.95);max-width:720px;margin-bottom:1.5rem}.blog-hero-meta{font-size:.9rem;color:rgba(255,255,255,.8);display:flex;gap:.75rem;align-items:center}.meta-sep{opacity:.5}.blog-content-wrap{margin-top:-2rem;position:relative;z-index:2;max-width:1100px}.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;margin-bottom:3rem}.blog-body{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:2.5rem 3rem;box-shadow:var(--shadow-sm)}.blog-body h2{font-size:1.6rem;font-weight:700;color:var(--color-primary);margin:2rem 0 1rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-steel-200)}.blog-body h2:first-child{margin-top:0}.blog-body h3{font-size:1.2rem;font-weight:600;color:var(--color-steel-800);margin:1.5rem 0 .75rem}.blog-body p{line-height:1.8;color:var(--color-steel-700);margin-bottom:1rem}.blog-body ul,.blog-body ol{margin-bottom:1rem;padding-left:1.5rem}.blog-body li{line-height:1.8;color:var(--color-steel-700);margin-bottom:.5rem}.blog-body a{color:var(--color-accent);text-decoration:underline}.blog-body a:hover{color:var(--color-primary)}.blog-body strong{color:var(--color-steel-800)}.blog-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden}.blog-body table th{background:var(--color-primary);color:#fff;padding:.85rem 1rem;text-align:left;font-weight:600;font-size:.9rem}.blog-body table td{padding:.75rem 1rem;border-bottom:1px solid var(--color-steel-200);color:var(--color-steel-700);font-size:.9rem}.blog-body table tr:nth-child(even) td{background:var(--bg-subtle)}.blog-body table tr:last-child td{border-bottom:none}.blog-faq{margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--color-steel-200)}.blog-faq h2{border-bottom:none;padding-bottom:0;margin-bottom:1.5rem}.faq-item{border:1px solid var(--color-steel-300);border-radius:var(--radius-md);margin-bottom:.75rem;overflow:hidden}.faq-question{padding:1rem 1.25rem;background:var(--bg-subtle);font-weight:600;color:var(--color-primary);font-size:1rem;margin:0}.faq-answer{padding:1rem 1.25rem;color:var(--color-steel-700);line-height:1.8;border-top:1px solid var(--color-steel-200)}.faq-answer p{margin:0}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-box{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.sidebar-box h4{font-size:1rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-steel-200)}.sidebar-box p{color:var(--color-steel-600);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.sidebar-links{list-style:none;padding:0;margin:0}.sidebar-links li{border-bottom:1px solid var(--color-steel-200)}.sidebar-links li:last-child{border-bottom:none}.sidebar-links a{display:block;padding:.6rem 0;color:var(--color-steel-600);font-size:.9rem;text-decoration:none;transition:all var(--transition-base)}.sidebar-links a:hover{color:var(--color-accent);padding-left:.5rem}.sidebar-contact{list-style:none;padding:0;margin:0 0 1rem}.sidebar-contact li{padding:.5rem 0;color:var(--color-steel-600);font-size:.85rem;border-bottom:1px solid var(--color-steel-200)}.sidebar-contact li:last-child{border-bottom:none}.sidebar-contact strong{color:var(--color-steel-800)}.btn-block{display:block;width:100%;text-align:center}.blog-cta{margin-top:1rem}.home-latest-articles{background:var(--bg-subtle)}.latest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.latest-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1.5rem;text-decoration:none;color:inherit;transition:all var(--transition-base);box-shadow:var(--shadow-sm);border-top:4px solid var(--color-primary)}.latest-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.latest-category{display:inline-block;padding:.2rem .6rem;background:#e8f0f8;color:var(--color-primary);font-size:.75rem;font-weight:600;border-radius:var(--radius-sm);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.latest-title{font-size:1.1rem;font-weight:700;color:var(--color-primary);line-height:1.4;margin-bottom:.75rem}.latest-excerpt{color:var(--color-steel-600);font-size:.9rem;line-height:1.6;flex:1;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.latest-meta{color:var(--color-steel-500);font-size:.8rem;margin-bottom:1rem}.latest-link{color:var(--color-accent);font-weight:600;font-size:.9rem;transition:color var(--transition-base)}.latest-card:hover .latest-link{color:var(--color-primary)}.site-footer{background:var(--color-steel-900);color:var(--color-steel-400);padding:3rem 0 1.5rem;margin-top:3rem;position:relative}.site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-accent) 50%,var(--color-primary) 100%)}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.footer-col h3{color:#fff;font-size:1rem;margin-bottom:1rem;font-weight:700;position:relative;padding-bottom:.5rem}.footer-col h3::after{content:'';position:absolute;left:0;bottom:0;width:30px;height:2px;background:var(--color-accent)}.footer-desc{font-size:.85rem;line-height:1.7;margin-bottom:1rem;color:var(--color-steel-400)}.footer-contact p{font-size:.85rem;margin-bottom:.4rem;color:var(--color-steel-400)}.footer-contact strong{color:#fff;font-weight:600}.footer-links{list-style:none;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--color-steel-400);font-size:.85rem;transition:all var(--transition-fast);display:inline-block}.footer-links a:hover{color:var(--color-accent-light);transform:translateX(4px)}.footer-bottom{border-top:1px solid var(--color-steel-800);padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.8rem;color:var(--color-steel-500);text-align:center}.footer-bottom a{color:var(--color-steel-500)}.footer-bottom a:hover{color:var(--color-accent-light)}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);z-index:99;transition:all var(--transition-base);font-size:1.75rem}.whatsapp-float:hover{transform:scale(1.1);background:#1ebe5b;color:#fff;text-decoration:none;box-shadow:0 6px 24px rgba(37,211,102,.5)}@media(min-width:768px){h1{font-size:2.5rem}h2{font-size:1.8rem}.main-nav{display:block}.nav-cta{display:inline-block}.mobile-menu-toggle{display:none!important}.mobile-menu,.mobile-menu-backdrop{display:none!important}.header-inner{padding:.9rem 1.25rem}.hero{padding:5rem 0}.hero-title{font-size:2.8rem}.hero-inner{grid-template-columns:1.2fr 1fr;gap:3rem}.hero-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem}.section{padding:5rem 0}.section-header h2{font-size:2.2rem}.product-hero{grid-template-columns:1.1fr 1fr;gap:3rem;padding:3.5rem 2.5rem;margin-bottom:4rem}.product-title{font-size:2.25rem}.product-highlights{grid-template-columns:repeat(2,1fr)}.product-section{padding:0 1.25rem;margin-bottom:4rem}.product-section h2{font-size:1.75rem}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.industry-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem}.industry-name{font-size:.95rem}.industry-img{width:88px;height:88px}.page-hero{padding:5rem 0}.page-hero-title{font-size:2.8rem}.about-content-wrap{padding:4rem 1.25rem}.about-section{margin-bottom:4.5rem}.about-grid-2col{grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}.about-highlights-grid{grid-template-columns:repeat(2,1fr)}.about-img-sub{display:block;position:absolute;bottom:-20px;left:-20px;width:45%;aspect-ratio:1/1;border:4px solid var(--color-white);box-shadow:var(--shadow-lg)}.factory-gallery{grid-template-columns:repeat(3,1fr)}.factory-capabilities-list{grid-template-columns:repeat(2,1fr)}.about-values-grid{grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.about-cta-banner{grid-template-columns:2fr 1fr}.about-cta-text{padding:2.5rem}.about-cta-image{display:block;aspect-ratio:auto}.about-cta-image img{width:100%;height:100%;object-fit:cover}.contact-content-wrap{padding:4rem 1.25rem}.contact-section{margin-bottom:4rem}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.faq-cta-box{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.form-row{flex-direction:row;gap:1rem}.form-col-2{flex:1;min-width:0}.form-col-3{flex:1;min-width:0}}.certifications-content-wrap{padding:4rem 1.25rem}.cert-section{margin-bottom:4.5rem}.cert-docs-list{grid-template-columns:repeat(2,1fr)}.qc-content-wrap{padding:4rem 1.25rem}.qc-section{margin-bottom:4.5rem}.qc-stages{flex-direction:row;align-items:stretch;gap:1rem}.qc-stage-arrow{display:flex;align-items:center;justify-content:center;flex:0 0 40px}}@media(min-width:1024px){.hero-title{font-size:3.2rem}.product-hero{grid-template-columns:1.1fr 1fr;gap:4rem;padding:4rem 3rem}.product-title{font-size:2.5rem}.spec-grid{grid-template-columns:repeat(3,1fr)}.application-list{grid-template-columns:repeat(3,1fr)}.why-choose-us .why-grid{grid-template-columns:repeat(3,1fr)}.page-hero-title{font-size:3.2rem}.factory-gallery{grid-template-columns:repeat(3,1fr)}.cert-docs-list{grid-template-columns:repeat(3,1fr)}.qc-lab-grid{grid-template-columns:repeat(3,1fr)}}.product-hero-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.ph-breadcrumb-label{color:var(--color-accent-light);padding:.35rem .75rem;background:rgba(230,57,70,.15);border-radius:var(--radius-sm);border:1px solid rgba(230,57,70,.25)}.ph-breadcrumb-sep{color:rgba(255,255,255,.4);font-size:1rem}.ph-breadcrumb-value{color:rgba(255,255,255,.7);font-weight:500}.product-content-wrap{padding-top:2.5rem}.product-gallery{background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.gallery-main{position:relative;aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;background:var(--color-steel-100);margin-bottom:1rem}.gallery-main-img{width:100%;height:100%;object-fit:cover;transition:opacity .15s ease}.gallery-thumbs{display:flex;gap:.75rem;flex-wrap:wrap}.gallery-thumb{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--color-steel-300);background:var(--color-steel-100);cursor:pointer;padding:0;flex-shrink:0;transition:all var(--transition-fast)}.gallery-thumb:hover{border-color:var(--color-primary);transform:translateY(-2px)}.gallery-thumb.active{border-color:var(--color-accent);box-shadow:0 0 0 2px rgba(230,57,70,.2)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-quick-nav{background:var(--color-white);border-bottom:1px solid var(--color-steel-200);position:sticky;top:64px;z-index:90;box-shadow:0 2px 8px rgba(10,35,66,6%);overflow-x:auto;-webkit-overflow-scrolling:touch}.quick-nav-list{display:flex;list-style:none;margin:0;padding:0;gap:0;min-width:max-content}.quick-nav-list li{margin:0}.quick-nav-list a{display:block;padding:.85rem 1rem;font-size:.85rem;font-weight:500;color:var(--color-steel-600);border-bottom:2px solid transparent;transition:all var(--transition-fast);white-space:nowrap}.quick-nav-list a:hover{color:var(--color-primary);border-bottom-color:var(--color-accent);background:var(--bg-subtle);text-decoration:none}.page-hero{background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 50%,var(--color-primary-light) 100%);color:var(--color-white);padding:3.5rem 0;text-align:center;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-50%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(230,57,70,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-30%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,4%) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-hero-badge{display:inline-block;background:rgba(230,57,70,.2);color:var(--color-accent-light);padding:.4rem 1rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;border:1px solid rgba(230,57,70,.3);position:relative;z-index:1}.page-hero-title{font-size:2rem;font-weight:800;color:var(--color-white);margin-bottom:.75rem;line-height:1.2;letter-spacing:-.02em;position:relative;z-index:1}.page-hero-subtitle{font-size:1.05rem;color:rgba(255,255,255,.8);max-width:600px;margin:0 auto;line-height:1.6;position:relative;z-index:1}.section-title-with-line{font-size:1.75rem;font-weight:700;color:var(--color-steel-900);margin-top:0;margin-bottom:1.5rem;padding-left:1rem;position:relative;border-left:4px solid var(--color-accent);letter-spacing:-.02em}.section-intro{color:var(--color-steel-600);font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:700px}.about-content-wrap{padding:3rem 1.25rem}.about-section{margin-bottom:3.5rem}.about-grid-2col{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.about-rich-text{color:var(--color-steel-700);line-height:1.8}.about-rich-text h2{font-size:1.5rem;margin-top:2rem;padding-left:.75rem;border-left:4px solid var(--color-accent)}.about-rich-text h3{font-size:1.2rem;margin-top:1.5rem;color:var(--color-primary)}.about-rich-text table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden;font-size:.9rem}.about-rich-text th{background:var(--color-primary);color:var(--color-white);padding:.75rem 1rem;text-align:left;font-weight:600}.about-rich-text td{padding:.7rem 1rem;border-bottom:1px solid var(--color-steel-200)}.about-rich-text tbody tr:nth-child(even){background:var(--bg-subtle)}.about-rich-text ul{margin-left:1.5rem;margin-bottom:1rem}.about-rich-text li{margin-bottom:.4rem}.about-highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.about-highlight{background:var(--bg-subtle);border-left:3px solid var(--color-accent);padding:1rem 1.25rem;border-radius:0 var(--radius-md)var(--radius-md)0}.about-highlight-num{display:block;font-size:1.8rem;font-weight:800;color:var(--color-primary);line-height:1.1;letter-spacing:-.02em}.about-highlight-label{font-size:.8rem;color:var(--color-steel-600);text-transform:uppercase;letter-spacing:.04em;font-weight:500;margin-top:.25rem;display:block}.about-image-stack{position:relative}.about-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-img img{width:100%;height:100%;object-fit:cover}.about-img-main{aspect-ratio:4/3}.about-img-sub{display:none}.factory-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.factory-gallery-item{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.factory-gallery-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.factory-gallery-item img{width:100%;height:100%;object-fit:cover}.factory-gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(transparent,rgba(10,35,66,.85));color:var(--color-white);font-size:.85rem;font-weight:500}.about-cta-banner{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-xl);overflow:hidden;display:grid;grid-template-columns:1fr;color:var(--color-white);box-shadow:var(--shadow-lg)}.about-cta-text{padding:2rem}.about-cta-text h2{color:var(--color-white);font-size:1.5rem;margin-top:0;margin-bottom:.75rem;border:none;padding:0}.about-cta-text p{color:rgba(255,255,255,.85);margin-bottom:1.25rem}.about-cta-image{display:none}.about-lead{font-size:1.05rem;line-height:1.7;color:var(--color-steel-700);margin-bottom:1rem}.about-lead strong{color:var(--color-primary)}.factory-capabilities-list{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:.75rem}.cap-item{padding:.85rem 1.1rem;background:var(--bg-subtle);border-radius:var(--radius-md);font-size:.9rem;color:var(--color-steel-700);border-left:3px solid var(--color-primary)}.cap-item strong{color:var(--color-primary);margin-right:.25rem}.about-values-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.values-subtitle{font-size:1.15rem!important;color:var(--color-primary)!important;margin-top:1.5rem!important;margin-bottom:.75rem!important}.values-list{list-style:none;margin:0;padding:0}.values-list li{padding:.6rem 0 .6rem 1.5rem;position:relative;font-size:.9rem;color:var(--color-steel-700);border-bottom:1px solid var(--color-steel-200);margin:0}.values-list li::before{content:"▸";position:absolute;left:0;color:var(--color-accent);font-weight:700}.values-list li:last-child{border-bottom:none}.values-list strong{color:var(--color-steel-900)}.about-values-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.values-img{width:100%;aspect-ratio:4/3;object-fit:cover}.values-img-caption{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(transparent,rgba(10,35,66,.9));color:var(--color-white);font-size:.85rem;font-weight:500;text-align:center}.why-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.why-list-item{display:flex;gap:1rem;padding:1.25rem;background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-md);transition:all var(--transition-base)}.why-list-item:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.why-list-num{width:32px;height:32px;background:var(--color-primary);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.why-list-item:hover .why-list-num{background:var(--color-accent)}.why-list-item h4{margin:0 0 .25rem;font-size:1rem;color:var(--color-steel-900)}.why-list-item p{margin:0;font-size:.85rem;color:var(--color-steel-600);line-height:1.5}.page-hero-sm{background:linear-gradient(135deg,#1E4D8C 0%,#0A2342 100%);color:#fff;padding:2.25rem 1rem;position:relative;overflow:hidden}.page-hero-sm::before{content:'';position:absolute;top:-40%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(230,57,70,.22) 0%,transparent 60%);border-radius:50%}.page-hero-sm-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-hero-sm .page-hero-badge{display:inline-block;background:rgba(230,57,70,.2);color:#ffb0b6;padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;border:1px solid rgba(230,57,70,.3)}.page-hero-sm .page-hero-title{font-size:2rem;margin:0 0 .4rem;color:#fff;letter-spacing:-.02em}.page-hero-sm .page-hero-subtitle{font-size:1rem;color:rgba(255,255,255,.9);margin:0;max-width:520px;line-height:1.6}.page-hero-stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;min-width:280px}.hero-stat-mini{background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);padding:.75rem 1rem;text-align:center;backdrop-filter:blur(4px)}.hero-stat-mini strong{display:block;font-size:1.25rem;font-weight:800;color:#fff;line-height:1.1}.hero-stat-mini span{font-size:.72rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem;display:block}.about-page-compact .about-content-wrap{padding:2rem 1.25rem 2.5rem;max-width:1200px;margin:0 auto}.about-page-compact .about-section{margin-bottom:2.5rem}.section-header-compact{margin-bottom:1.25rem;text-align:center}.section-header-compact .section-title-with-line{display:inline-block;margin-bottom:.4rem}.section-intro-sm{font-size:.9rem;color:var(--color-steel-600);margin:0}.about-grid-intro{gap:2rem;align-items:start}.about-quick-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.25rem}.fact-item{display:flex;gap:.65rem;padding:.7rem .85rem;background:var(--bg-subtle);border-radius:var(--radius-md);border-left:3px solid var(--color-accent);align-items:flex-start}.fact-icon{font-size:1.25rem;line-height:1;flex-shrink:0}.fact-item strong{display:block;font-size:.85rem;color:var(--color-steel-900);font-weight:700;margin-bottom:.15rem}.fact-item p{margin:0;font-size:.78rem;color:var(--color-steel-600);line-height:1.4}.about-image-stack-compact .about-img-main{aspect-ratio:5/4}.cap-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}.cap-strip-item{display:flex;gap:.6rem;align-items:center;padding:.85rem 1rem;background:var(--bg-elevated);border:1px solid var(--color-steel-200);border-radius:var(--radius-md);transition:all var(--transition-base)}.cap-strip-item:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.cap-strip-icon{font-size:1.5rem;flex-shrink:0}.cap-strip-item strong{display:block;font-size:.9rem;color:var(--color-steel-900);font-weight:700;line-height:1.2}.cap-strip-item em{font-style:normal;font-size:.75rem;color:var(--color-steel-600)}.factory-gallery-compact{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:0}.factory-gallery-compact .factory-gallery-item{aspect-ratio:4/3}.factory-gallery-compact .factory-gallery-caption{font-size:.78rem;padding:.5rem .75rem}.about-services-compact .section-header-compact{margin-bottom:1.25rem}.services-banner{display:grid;grid-template-columns:1.2fr 1fr;gap:0;background:linear-gradient(135deg,var(--bg-elevated) 0%,var(--bg-subtle) 100%);border:1px solid var(--color-steel-200);border-radius:var(--radius-xl);overflow:hidden;transition:all .3s}.services-banner:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-light)}.services-banner-text{padding:2rem;display:flex;flex-direction:column;justify-content:center}.services-badge{display:inline-block;background:rgba(230,57,70,.1);color:var(--color-accent);padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;width:fit-content}.services-banner-text h3{font-size:1.4rem;font-weight:700;color:var(--color-steel-900);margin:0 0 .6rem;line-height:1.3}.services-banner-text>p{font-size:.9rem;color:var(--color-steel-600);line-height:1.65;margin:0 0 1.1rem}.services-chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.service-chip{display:inline-block;padding:.35rem .75rem;background:#fff;border:1px solid var(--color-steel-200);border-radius:999px;font-size:.78rem;font-weight:500;color:var(--color-steel-700);transition:all .2s}.service-chip:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--bg-subtle)}.services-banner-text .btn{width:fit-content}.services-banner-img{position:relative;min-height:100%}.services-banner-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}.values-grid-compact{gap:2rem;align-items:start}.mission-statement{font-size:1rem;line-height:1.7;color:var(--color-steel-700);margin:.5rem 0 1.25rem;padding-left:1rem;border-left:3px solid var(--color-accent)}.values-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.value-card{display:flex;gap:.65rem;padding:.85rem;background:var(--bg-subtle);border-radius:var(--radius-md);align-items:flex-start;transition:all var(--transition-base)}.value-card:hover{background:var(--bg-elevated);box-shadow:var(--shadow-sm)}.value-icon{font-size:1.3rem;flex-shrink:0;line-height:1.1}.value-card h4{margin:0 0 .2rem;font-size:.88rem;color:var(--color-steel-900);font-weight:700}.value-card p{margin:0;font-size:.78rem;color:var(--color-steel-600);line-height:1.45}.values-image-compact .values-img{aspect-ratio:4/3;object-fit:cover}.why-grid-compact{grid-template-columns:repeat(3,1fr);gap:.75rem}.why-grid-compact .why-list-item{padding:.9rem 1rem;gap:.75rem}.why-grid-compact .why-list-num{width:28px;height:28px;font-size:.82rem}.why-grid-compact .why-list-item h4{font-size:.92rem;margin-bottom:.2rem}.why-grid-compact .why-list-item p{font-size:.78rem;line-height:1.45}.cta-banner-compact{padding:1.75rem 2rem;text-align:center}.cta-text-compact{padding:0!important}.cta-text-compact h2{font-size:1.5rem!important;margin-bottom:.5rem!important}.cta-text-compact p{font-size:.95rem;margin-bottom:1.25rem!important;max-width:600px;margin-left:auto;margin-right:auto}.cta-banner-compact .cta-buttons{justify-content:center;gap:.75rem}@media(min-width:768px){.page-hero-sm-inner{flex-wrap:nowrap}.page-hero-sm .page-hero-title{font-size:2.5rem}.page-hero-stats-row{grid-template-columns:repeat(2,1fr)}.about-grid-intro,.values-grid-compact{grid-template-columns:1.1fr 1fr}}@media(max-width:767px){.page-hero-sm{padding:1.5rem 1rem}.page-hero-sm .page-hero-title{font-size:1.6rem}.page-hero-stats-row{width:100%}.about-quick-facts,.values-cards{grid-template-columns:1fr}.services-banner{grid-template-columns:1fr}.services-banner-text{padding:1.5rem 1.25rem}.services-banner-text h3{font-size:1.2rem}.services-banner-img{min-height:auto;order:-1}.services-banner-img img{aspect-ratio:16/9}.cap-strip{grid-template-columns:repeat(2,1fr)}.factory-gallery-compact{grid-template-columns:repeat(2,1fr)}.why-grid-compact{grid-template-columns:repeat(2,1fr)}.cta-banner-compact{padding:1.25rem 1rem}.cta-text-compact h2{font-size:1.2rem!important}}@media(max-width:480px){.cap-strip{grid-template-columns:1fr}.why-grid-compact{grid-template-columns:1fr}.factory-gallery-compact{grid-template-columns:1fr 1fr}}.contact-hero-sm{background:linear-gradient(135deg,#1E4D8C 0%,#0A2342 100%);color:#fff;padding:2rem 1rem;position:relative;overflow:hidden}.contact-hero-sm::before{content:'';position:absolute;top:-30%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(230,57,70,.2) 0%,transparent 60%);border-radius:50%}.contact-hero-sm-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;position:relative;z-index:1;max-width:1100px;margin:0 auto}.contact-hero-badge{display:inline-block;padding:.25rem .75rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.75rem;font-weight:600;border-radius:var(--radius-sm);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.contact-hero-title{font-size:1.8rem;font-weight:800;line-height:1.2;margin-bottom:.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.contact-hero-subtitle{font-size:1rem;line-height:1.6;color:rgba(255,255,255,.9);margin:0;max-width:600px}.contact-hero-cta{flex-shrink:0}.contact-main-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 1rem 3rem;align-items:start}.contact-form-section{min-width:0}.contact-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:1rem}.contact-info-card-sidebar{background:#fff;border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.contact-info-card-sidebar h3{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-steel-200)}.sidebar-info-item{display:flex;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-steel-200)}.sidebar-info-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.sidebar-info-icon{font-size:1.5rem;flex-shrink:0;width:36px;height:36px;background:#e8f0f8;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.sidebar-info-item strong{display:block;color:var(--color-steel-800);font-size:.9rem;margin-bottom:.2rem}.sidebar-info-item p{color:var(--color-steel-700);font-size:.85rem;margin:0 0 .25rem;word-break:break-all}.sidebar-info-item small{color:var(--color-steel-500);font-size:.75rem}.sidebar-info-item .btn-sm{margin-top:.4rem}.contact-factory-img-sidebar{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--color-steel-300)}.contact-factory-img-sidebar img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.img-caption{padding:.75rem 1rem;background:var(--bg-subtle);color:var(--color-steel-600);font-size:.8rem;text-align:center;border-top:1px solid var(--color-steel-200)}.contact-faq-cta-section{padding:0 1rem 3rem}.faq-cta-box{background:linear-gradient(135deg,var(--color-primary) 0%,#1A3A5C 100%);border-radius:var(--radius-xl);padding:2rem 2.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;color:#fff;max-width:1100px;margin:0 auto}.faq-cta-text h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.faq-cta-text p{color:rgba(255,255,255,.85);margin:0}.contact-form-box{background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md)}.contact-form-header{padding:2rem 2rem 0}.contact-form-header h2{margin-top:0}.contact-form-header p{color:var(--color-steel-600)}.quote-tips{background:var(--bg-subtle);border-left:3px solid var(--color-accent);padding:1rem 1.25rem;border-radius:0 var(--radius-md)var(--radius-md)0;margin:1.25rem 0 0}.quote-tips h4{margin:0 0 .5rem;font-size:.9rem;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em}.quote-tips ul{margin:0 0 0 1.25rem}.quote-tips li{font-size:.85rem;color:var(--color-steel-700);margin-bottom:.3rem}.contact-form-body{padding:1.5rem 2rem 2rem}.contact-form-placeholder{border:2px dashed var(--color-steel-300);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;background:var(--bg-subtle)}.form-placeholder-icon{font-size:3rem;margin-bottom:.75rem}.contact-form-placeholder h3{margin-top:0;margin-bottom:.5rem;color:var(--color-steel-800)}.form-placeholder-desc{color:var(--color-accent);font-weight:600;font-size:.9rem;margin-bottom:.5rem}.form-placeholder-note{color:var(--color-steel-500);font-size:.85rem;margin-bottom:1.5rem}.form-placeholder-contact p{color:var(--color-steel-600);margin-bottom:.75rem}.form-header-desc{color:var(--color-steel-600);margin-bottom:0}.rfq-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:flex;flex-direction:column;gap:1rem}.form-col{display:flex;flex-direction:column}.form-label{display:flex;flex-direction:column;gap:.4rem;cursor:pointer}.form-label-text{font-size:.85rem;font-weight:600;color:var(--color-steel-700);letter-spacing:.01em}.form-label-text em{color:var(--color-accent);font-style:normal;font-weight:700;margin-left:2px}.form-input,.form-select,.form-textarea{width:100%;padding:.7rem .9rem;border:1.5px solid var(--color-steel-300);border-radius:var(--radius-md);font-size:.95rem;color:var(--color-steel-800);background:var(--color-white);font-family:inherit;transition:all var(--transition-fast);line-height:1.5}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(10,35,66,8%)}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-steel-400)}.form-textarea{resize:vertical;min-height:100px}.form-select{cursor:pointer;appearance:none;-webkit-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='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:18px;padding-right:2.5rem}.form-input-group{display:flex;gap:0;border:1.5px solid var(--color-steel-300);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-fast)}.form-input-group:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(10,35,66,8%)}.form-input-group .form-input{border:none;border-radius:0;flex:1}.form-input-group .form-input:focus{box-shadow:none}.form-select-inline{border:none;border-left:1.5px solid var(--color-steel-300);border-radius:0;width:auto;min-width:110px;background-color:var(--bg-subtle);font-size:.85rem}.form-select-inline:focus{box-shadow:none}optgroup{font-weight:700;color:var(--color-primary)}optgroup option{font-weight:400;color:var(--color-steel-800)}.form-actions{display:flex;gap:1rem;align-items:center;margin-top:.5rem;flex-wrap:wrap}.form-footnote{font-size:.8rem;color:var(--color-steel-500);margin:0;padding:.5rem 0 0}.form-success{text-align:center;padding:2.5rem 1.5rem;background:var(--bg-subtle);border-radius:var(--radius-lg);border:2px solid var(--color-success)}.form-success-icon{width:64px;height:64px;background:var(--color-success);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.form-success h3{margin:0 0 .5rem;color:var(--color-steel-900);font-size:1.3rem}.form-success p{color:var(--color-steel-600);margin:0}.faq-cta-box{background:var(--bg-subtle);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;border:1px solid var(--color-steel-200)}.faq-cta-text h3{margin-top:0;margin-bottom:.3rem;font-size:1.25rem;color:var(--color-steel-900)}.faq-cta-text p{margin:0;color:var(--color-steel-600)}.certifications-content-wrap{padding:3rem 1.25rem}.cert-section{margin-bottom:3.5rem}.cert-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:1rem}.cert-card{background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.cert-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-primary)}.cert-img{aspect-ratio:4/3;background:var(--color-steel-100);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.cert-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.cert-card:hover .cert-img img{transform:scale(1.05)}.cert-img::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 40%,transparent 60%,rgba(0,0,0,5%) 100%);pointer-events:none}.cert-img-placeholder{flex-direction:column;gap:.5rem;border:2px dashed var(--color-steel-300);background:var(--bg-subtle)}.cert-gallery-large{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.cert-card-large .cert-img{aspect-ratio:3/2}.cert-card-large .cert-info{padding:1.5rem}.cert-card-large .cert-info h3{font-size:1.15rem}.cert-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.cert-gallery-grid .cert-card{border-radius:var(--radius-md)}.cert-gallery-grid .cert-img{aspect-ratio:3/4}.cert-gallery-grid .cert-info{padding:1rem 1.1rem}.cert-gallery-grid .cert-info h3{font-size:.95rem;margin-bottom:.2rem}.cert-gallery-grid .cert-desc{font-size:.8rem}.cert-placeholder-icon{font-size:2.5rem}.cert-placeholder-text{font-size:.8rem;color:var(--color-steel-500);text-align:center;line-height:1.4;font-weight:500}.cert-info{padding:1.25rem}.cert-info h3{margin:0 0 .3rem;font-size:1.05rem;color:var(--color-steel-900)}.cert-desc{margin:0!important;font-size:.85rem;color:var(--color-steel-600)}.cert-gallery-note{font-size:.85rem;color:var(--color-steel-500);text-align:center;margin-top:.5rem}.cert-gallery-note strong{color:var(--color-accent)}.cert-gallery-note code{background:var(--bg-subtle);padding:.1rem .4rem;border-radius:var(--radius-sm);font-size:.8rem}.standards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.standard-card{background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition-base);border-top:4px solid var(--color-primary)}.standard-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-top-color:var(--color-accent)}.standard-logo{font-size:2rem;margin-bottom:.75rem}.standard-card h3{margin:0 0 .25rem;font-size:1.25rem;color:var(--color-primary)}.standard-full{font-size:.8rem;color:var(--color-steel-500);margin-bottom:.75rem!important;text-transform:uppercase;letter-spacing:.04em}.standard-list{list-style:none;margin:0;padding:0}.standard-list li{padding:.4rem 0;font-size:.9rem;color:var(--color-steel-700);border-bottom:1px solid var(--color-steel-200);margin:0;padding-left:1.25rem;position:relative}.standard-list li::before{content:"✓";position:absolute;left:0;color:var(--color-success);font-weight:700;font-size:.85rem}.standard-list li:last-child{border-bottom:none}.cert-docs-banner{background:var(--bg-subtle);border-radius:var(--radius-xl);padding:2rem;border:1px solid var(--color-steel-200)}.cert-docs-list{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:1.25rem}.cert-doc-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-elevated);border-radius:var(--radius-md);border:1px solid var(--color-steel-200);font-size:.9rem;color:var(--color-steel-800);font-weight:500}.cert-doc-check{width:24px;height:24px;background:var(--color-success);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;font-weight:700}.promise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2.5rem}.promise-card{text-align:center;padding:1.5rem 1rem;background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);transition:all var(--transition-base)}.promise-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--color-accent)}.promise-icon{font-size:2.5rem;margin-bottom:.75rem}.promise-card h3{margin:0 0 .5rem;font-size:1.05rem;color:var(--color-steel-900)}.promise-card p{margin:0;font-size:.85rem;color:var(--color-steel-600);line-height:1.5}.cert-cta-box{text-align:center;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-xl);padding:2.5rem 1.5rem;color:var(--color-white);box-shadow:var(--shadow-lg)}.cert-cta-box h3{color:var(--color-white);font-size:1.5rem;margin-top:0;margin-bottom:.5rem}.cert-cta-box p{color:rgba(255,255,255,.85);margin-bottom:1.25rem}.qc-content-wrap{padding:3rem 1.25rem}.qc-section{margin-bottom:3.5rem}.qc-stages{display:flex;flex-direction:column;gap:1.5rem}.qc-stage{flex:1;background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.qc-stage:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.qc-stage-header{padding:1.5rem 1.5rem 0;display:flex;align-items:center;gap:1rem}.qc-stage-num{font-size:2.5rem;font-weight:800;color:var(--color-accent);line-height:1;letter-spacing:-.02em}.qc-stage-header h3{margin:0;font-size:1.15rem;color:var(--color-steel-900);line-height:1.3}.qc-stage-image{aspect-ratio:16/9;overflow:hidden;margin:1rem 1.5rem 0;border-radius:var(--radius-md)}.qc-stage-image img{width:100%;height:100%;object-fit:cover}.qc-stage-list{list-style:none;margin:1rem 1.5rem 1.5rem!important;padding:0}.qc-stage-list li{padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;color:var(--color-steel-700);position:relative;border-bottom:1px solid var(--color-steel-200);margin:0}.qc-stage-list li:last-child{border-bottom:none}.qc-stage-list li::before{content:"✓";position:absolute;left:0;color:var(--color-success);font-weight:700}.qc-stage-arrow{display:none;font-size:2rem;color:var(--color-accent);font-weight:700}.qc-lab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.qc-lab-item{background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-lg);padding:1.25rem;transition:all var(--transition-base)}.qc-lab-item:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.qc-lab-icon{font-size:2rem;margin-bottom:.75rem}.qc-lab-item h4{margin:0 0 .4rem;font-size:1rem;color:var(--color-steel-900)}.qc-lab-item p{margin:0;font-size:.85rem;color:var(--color-steel-600);line-height:1.5}.tpi-banner{background:var(--bg-subtle);border-radius:var(--radius-xl);padding:2rem;text-align:center;border:1px solid var(--color-steel-200)}.tpi-logos{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.tpi-logo-item{padding:.75rem 1.25rem;background:var(--bg-elevated);border:1px solid var(--color-steel-300);border-radius:var(--radius-md);font-weight:600;color:var(--color-primary);font-size:.9rem;transition:all var(--transition-base)}.tpi-logo-item:hover{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.guarantee-box{text-align:center;background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 100%);border-radius:var(--radius-xl);padding:3rem 1.5rem;color:var(--color-white);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.guarantee-box::before{content:'';position:absolute;top:-30%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(230,57,70,.2) 0%,transparent 70%);border-radius:50%;pointer-events:none}.guarantee-icon{font-size:3.5rem;margin-bottom:.75rem;position:relative;z-index:1}.guarantee-box h2{color:var(--color-white);font-size:1.75rem;margin-top:0;margin-bottom:.75rem;border:none;padding:0;position:relative;z-index:1}.guarantee-box p{color:rgba(255,255,255,.85);max-width:600px;margin:0 auto 1.5rem;position:relative;z-index:1;line-height:1.7}.guarantee-box .btn{position:relative;z-index:1}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-accent{color:var(--color-accent)}.mt-0{margin-top:0}.mb-0{margin-bottom:0}@media(min-width:768px){.rfq-form .form-row{flex-direction:row;gap:1rem}.rfq-form .form-col-2{flex:1;min-width:0}.rfq-form .form-col-3{flex:1;min-width:0}.cat-nav-grid{grid-template-columns:repeat(3,1fr)}.contact-main-layout{grid-template-columns:1fr 360px}.contact-hero-inner{flex-direction:row}}.seo-dashboard{background:#f0f2f5;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif}.dashboard-header{background:linear-gradient(135deg,#0A2342 0%,#1A3A5C 100%);color:#fff;padding:2rem 1rem;position:relative;overflow:hidden}.dashboard-header::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(230,57,70,.25) 0%,transparent 60%);border-radius:50%}.dashboard-header-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;position:relative;z-index:1}.dashboard-badge{display:inline-block;background:rgba(230,57,70,.2);color:#ffb0b6;padding:.3rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;border:1px solid rgba(230,57,70,.3);margin-bottom:.75rem}.dashboard-title{font-size:2rem;font-weight:800;margin:0 0 .3rem;letter-spacing:-.02em;color:#fff}.dashboard-subtitle{font-size:1rem;color:rgba(255,255,255,.75);margin:0}.dashboard-meta{display:flex;gap:1.5rem}.meta-item{text-align:right}.meta-label{display:block;font-size:.75rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.meta-value{display:block;font-size:1.25rem;font-weight:700;color:#fff}.dashboard-body{max-width:1280px;margin:0 auto;padding:1.5rem 1rem 3rem}.dash-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,6%)}.dash-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:.5rem}.dash-section-title{font-size:1.1rem;font-weight:700;color:#0a2342;margin:0}.dash-section-subtitle{font-size:.85rem;color:#667085;margin:.25rem 0 0}.pill{display:inline-block;padding:.25rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600}.pill-planned{background:#eff6ff;color:#2a6f97}.pill-optimize{background:#fef3f2;color:#e63946}.dash-grid-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background:#fff;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px rgba(0,0,0,6%);border:1px solid #eaecf0;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,8%)}.stat-card-primary{background:linear-gradient(135deg,#0A2342 0%,#1A3A5C 100%);border-color:#0a2342}.stat-card-primary .stat-card-number{color:#fff}.stat-card-primary .stat-card-label{color:rgba(255,255,255,.7)}.stat-card-icon{font-size:2rem;flex-shrink:0}.stat-card-content{flex:1;min-width:0}.stat-card-number{display:block;font-size:1.75rem;font-weight:800;color:#0a2342;line-height:1.1;letter-spacing:-.02em}.stat-card-label{display:block;font-size:.8rem;color:#667085;margin-top:.2rem;font-weight:500}.pipeline-flow{display:flex;align-items:stretch;justify-content:space-between;gap:.5rem;flex-wrap:wrap;padding:1rem 0}.pipeline-stage{flex:1;min-width:110px;background:#f9fafb;border:2px solid #eaecf0;border-radius:10px;padding:1rem .75rem;text-align:center;position:relative;transition:all .2s}.pipeline-stage:hover{border-color:#0a2342;background:#fff}.pipeline-done{border-color:#2a9d8f;background:#f0fdf4}.pipeline-in_progress{border-color:#2a6f97;background:#eff6ff}.pipeline-idle{opacity:.7}.pipeline-icon{font-size:1.5rem;margin-bottom:.4rem}.pipeline-stage-num{position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:22px;height:22px;background:#0a2342;color:#fff;border-radius:50%;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.pipeline-done .pipeline-stage-num{background:#2a9d8f}.pipeline-in_progress .pipeline-stage-num{background:#2a6f97}.pipeline-stage-name{font-size:.82rem;font-weight:700;color:#0a2342;margin-bottom:.3rem}.pipeline-stage-count{font-size:.75rem;color:#667085}.pipeline-status-dot{width:8px;height:8px;border-radius:50%;margin:.5rem auto 0}.status-done{background:#2a9d8f}.status-in_progress{background:#2a6f97;animation:pulse 2s infinite}.status-idle{background:#d0d5dd}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}.pipeline-arrow{display:flex;align-items:center;justify-content:center;color:#d0d5dd;font-size:1.2rem;font-weight:700;flex-shrink:0;min-width:20px}.pipeline-loop-note{margin-top:.75rem;padding:.75rem 1rem;background:#fffaeb;border:1px solid #f0b429;border-radius:8px;font-size:.85rem;color:#92680e;display:flex;align-items:center;gap:.5rem}.loop-arrow{font-size:1.2rem}.inventory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.inventory-card{background:#f9fafb;border:1px solid #eaecf0;border-radius:10px;padding:1rem;transition:all .2s}.inventory-card:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,6%)}.inv-published{border-left:3px solid #2a9d8f}.inv-planned{border-left:3px solid #f4a261;opacity:.85}.inv-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.inv-icon{font-size:1.4rem}.inv-status-tag{font-size:.65rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.status-tag-published{background:#dcfce7;color:#166534}.status-tag-planned{background:#fef3c7;color:#92400e}.status-tag-in_progress{background:#dbeafe;color:#1e40af}.inv-count-row{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.25rem}.inv-count{font-size:1.8rem;font-weight:800;letter-spacing:-.02em;line-height:1}.inv-items{font-size:.75rem;color:#667085}.inv-name{font-size:.82rem;color:#344054;font-weight:600;margin-bottom:.6rem}.inv-bar{height:4px;background:#eaecf0;border-radius:999px;overflow:hidden}.inv-bar-fill{height:100%;border-radius:999px;transition:width .3s}.dash-two-col{display:grid;grid-template-columns:1.4fr 1fr;gap:1.25rem}.dash-two-col .dash-section{margin-bottom:0}.queue-list{display:flex;flex-direction:column;gap:.6rem}.queue-item{display:flex;align-items:center;gap:.75rem;padding:.75rem .9rem;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;transition:all .2s}.queue-item:hover{background:#fff;border-color:#0a2342}.queue-published{opacity:.6;background:#f0fdf4;border-color:#bbf7d0}.queue-priority{flex-shrink:0;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800}.prio-P0{background:#fef2f2;color:#dc2626}.prio-P1{background:#fff7ed;color:#ea580c}.prio-P2{background:#eff6ff;color:#2563eb}.queue-main{flex:1;min-width:0}.queue-title{font-size:.9rem;font-weight:600;color:#0a2342;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-meta{display:flex;gap:.75rem;font-size:.72rem;color:#667085;flex-wrap:wrap}.queue-type{font-weight:500;color:#2a6f97}.queue-keyword{color:#667085}.queue-eta{text-align:right;flex-shrink:0}.eta-label{display:block;font-size:.65rem;color:#98a2b3;text-transform:uppercase;letter-spacing:.04em}.eta-value{display:block;font-size:.82rem;font-weight:600;color:#0a2342}.optimize-list{display:flex;flex-direction:column;gap:.75rem}.optimize-item{padding:.85rem 1rem;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;border-left:3px solid #e63946}.opt-header{display:flex;gap:.5rem;margin-bottom:.4rem}.opt-prio{font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:4px}.opt-type{font-size:.68rem;color:#667085;background:#fff;padding:.15rem .5rem;border-radius:4px;border:1px solid #eaecf0}.opt-title{font-size:.9rem;font-weight:700;color:#0a2342;margin-bottom:.3rem}.opt-reason{font-size:.8rem;color:#667085;margin-bottom:.6rem;line-height:1.4}.opt-wordcount{margin-top:.5rem}.wc-bar{position:relative;height:6px;background:#eaecf0;border-radius:999px;overflow:visible;margin-bottom:.35rem}.wc-bar-current{height:100%;background:linear-gradient(90deg,#E63946,#F4A261);border-radius:999px}.wc-bar-target{position:absolute;top:-2px;width:2px;height:10px;background:#0a2342;margin-left:-1px}.wc-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#667085}.keyword-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.keyword-cat-card{padding:1rem;background:#f9fafb;border:1px solid #eaecf0;border-radius:10px;transition:all .2s}.keyword-cat-card:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,6%)}.kw-cat-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem;flex-wrap:wrap;gap:.25rem}.kw-cat-name{font-size:.85rem;font-weight:700;color:#0a2342}.kw-cat-count{font-size:.75rem;font-weight:600;color:#2a6f97}.kw-cat-bar{height:6px;background:#eaecf0;border-radius:999px;overflow:hidden;margin-bottom:.6rem}.kw-bar-fill{height:100%;background:linear-gradient(90deg,#0A2342,#2A6F97);border-radius:999px}.kw-cat-examples{font-size:.72rem;color:#667085;line-height:1.4}.kw-cat-examples em{font-style:normal;font-weight:600;color:#344054}.calendar-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.cal-month{padding:1rem;background:#f9fafb;border:1px solid #eaecf0;border-radius:10px}.cal-month-name{font-size:.95rem;font-weight:700;color:#0a2342;margin-bottom:.75rem}.cal-month-stats{display:flex;gap:1rem;margin-bottom:.6rem}.cal-stat{display:flex;flex-direction:column}.cal-stat-num{font-size:1.2rem;font-weight:800;line-height:1}.cal-new{color:#2a9d8f}.cal-upd{color:#e63946}.cal-stat-label{font-size:.7rem;color:#667085;margin-top:.15rem}.cal-month-bar{position:relative;height:8px;background:#eaecf0;border-radius:999px;overflow:hidden;margin-bottom:.6rem}.cal-bar-new{position:absolute;top:0;left:0;height:100%;background:#2a9d8f;border-radius:999px 0 0 999px}.cal-bar-upd{position:absolute;top:0;height:100%;background:#f4a261;margin-left:4px}.cal-month-notes{font-size:.75rem;color:#667085;line-height:1.4}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.guide-card{padding:1rem;background:#f9fafb;border:1px solid #eaecf0;border-radius:10px;transition:all .2s}.guide-card:hover{background:#fff;border-color:#0a2342;transform:translateY(-2px)}.guide-icon{font-size:1.5rem;margin-bottom:.5rem}.guide-card h3{font-size:.9rem;font-weight:700;color:#0a2342;margin:0 0 .4rem}.guide-card p{font-size:.78rem;color:#667085;line-height:1.5;margin:0}.guide-card code{background:#fff;padding:.1rem .35rem;border-radius:4px;font-size:.75rem;border:1px solid #eaecf0}.dash-footer-cta{background:linear-gradient(135deg,#0A2342 0%,#1A3A5C 100%);color:#fff}.dash-cta-box{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.dash-cta-box h3{color:#fff;margin:0 0 .3rem;font-size:1.2rem}.dash-cta-box p{color:rgba(255,255,255,.75);margin:0;font-size:.9rem}@media(max-width:1024px){.dash-grid-stats{grid-template-columns:repeat(2,1fr)}.inventory-grid{grid-template-columns:repeat(2,1fr)}.keyword-grid{grid-template-columns:repeat(3,1fr)}.guide-grid{grid-template-columns:repeat(2,1fr)}.calendar-row{grid-template-columns:repeat(2,1fr)}.dash-two-col{grid-template-columns:1fr}}@media(max-width:640px){.dashboard-header-inner{flex-direction:column}.dashboard-title{font-size:1.5rem}.dashboard-meta{width:100%;justify-content:space-between}.meta-item{text-align:left}.dash-grid-stats{grid-template-columns:1fr 1fr}.stat-card-number{font-size:1.4rem}.inventory-grid,.keyword-grid,.calendar-row,.guide-grid{grid-template-columns:1fr}.pipeline-flow{flex-direction:column}.pipeline-arrow{transform:rotate(90deg);padding:.25rem 0}.dash-cta-box{flex-direction:column;text-align:center}}.processing-content-wrap{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 3rem}.processing-section{margin-bottom:3rem}.section-header-compact{margin-bottom:1.75rem;text-align:center}.section-header-compact .section-title-with-line{display:inline-block;margin-bottom:.5rem}.section-intro-sm{font-size:.95rem;color:var(--color-steel-600);margin:0;max-width:600px;margin-left:auto;margin-right:auto}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.process-card{background:var(--bg-elevated);border:1px solid var(--color-steel-200);border-radius:var(--radius-lg);padding:1.5rem 1.25rem;transition:all var(--transition-base);border-top:3px solid var(--color-primary)}.process-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-primary-light)}.process-icon{font-size:2rem;margin-bottom:.75rem}.process-card h3{font-size:1rem;font-weight:700;color:var(--color-steel-900);margin:0 0 .5rem}.process-card>p{font-size:.85rem;color:var(--color-steel-600);line-height:1.55;margin:0 0 .85rem}.process-specs{list-style:none;padding:0;margin:0;font-size:.78rem;color:var(--color-steel-600)}.process-specs li{padding:.35rem 0;border-bottom:1px dashed var(--color-steel-200);line-height:1.4}.process-specs li:last-child{border-bottom:none}.process-specs strong{color:var(--color-steel-800);font-weight:600}.spec-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--color-steel-200)}.spec-table{width:100%;border-collapse:collapse;font-size:.88rem}.spec-table thead{background:var(--color-primary);color:var(--color-white)}.spec-table th{padding:.85rem 1rem;text-align:left;font-weight:600;font-size:.85rem;letter-spacing:.02em}.spec-table td{padding:.7rem 1rem;border-bottom:1px solid var(--color-steel-200);color:var(--color-steel-700)}.spec-table tbody tr:nth-child(even){background:var(--bg-subtle)}.spec-table tbody tr:hover{background:rgba(10,35,66,3%)}.spec-table strong{color:var(--color-steel-900)}.workflow-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;position:relative}.workflow-step{background:var(--bg-elevated);border:1px solid var(--color-steel-200);border-radius:var(--radius-md);padding:1.25rem 1rem;text-align:center;position:relative;transition:all var(--transition-base)}.workflow-step:hover{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.workflow-num{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--color-accent);color:#fff;font-size:.72rem;font-weight:800;padding:.2rem .7rem;border-radius:999px;letter-spacing:.03em}.workflow-icon{font-size:1.75rem;margin-top:.5rem;margin-bottom:.6rem}.workflow-step h4{font-size:.88rem;font-weight:700;color:var(--color-steel-900);margin:0 0 .4rem}.workflow-step p{font-size:.76rem;color:var(--color-steel-600);line-height:1.5;margin:0}.why-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.why-process-card{background:var(--bg-subtle);border-left:4px solid var(--color-accent);border-radius:0 var(--radius-md)var(--radius-md)0;padding:1.25rem;transition:all var(--transition-base)}.why-process-card:hover{background:var(--bg-elevated);box-shadow:var(--shadow-sm);transform:translateX(3px)}.why-process-icon{font-size:1.75rem;margin-bottom:.6rem}.why-process-card h3{font-size:1rem;font-weight:700;color:var(--color-steel-900);margin:0 0 .4rem}.why-process-card p{font-size:.85rem;color:var(--color-steel-600);line-height:1.55;margin:0}.app-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.app-card{background:var(--bg-elevated);border:1px solid var(--color-steel-200);border-radius:var(--radius-md);padding:1rem .85rem;text-align:center;transition:all var(--transition-base)}.app-card:hover{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.app-emoji{font-size:2rem;margin-bottom:.5rem}.app-card h4{font-size:.88rem;font-weight:700;color:var(--color-steel-900);margin:0 0 .35rem}.app-card p{font-size:.78rem;color:var(--color-steel-600);line-height:1.45;margin:0}.facility-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.facility-item{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-sm);transition:all var(--transition-base);cursor:pointer}.facility-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.facility-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.facility-item:hover img{transform:scale(1.08)}.facility-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem .85rem;background:linear-gradient(transparent,rgba(10,35,66,.85));color:#fff}.facility-label{font-size:.9rem;font-weight:600;display:block}.work-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.work-item{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1;box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.work-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.work-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.work-item:hover img{transform:scale(1.1)}.work-overlay{position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(10,35,66,.9));color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:.85rem;opacity:0;transition:opacity .3s ease}.work-item:hover .work-overlay{opacity:1}.work-overlay h4{font-size:.85rem;font-weight:700;margin:0 0 .25rem;color:#fff}.work-overlay p{font-size:.75rem;color:rgba(255,255,255,.8);margin:0}.processing-cta-banner{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-xl);overflow:hidden;color:#fff;box-shadow:var(--shadow-lg);position:relative}.processing-cta-banner::before{content:'';position:absolute;top:-40%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(230,57,70,.25) 0%,transparent 60%);border-radius:50%}.cta-banner-content{position:relative;z-index:1;padding:2.5rem 2rem;text-align:center;max-width:700px;margin:0 auto}.cta-banner-content h2{font-size:1.75rem;margin:0 0 .75rem;color:#fff;letter-spacing:-.01em}.cta-banner-content>p{font-size:1rem;color:rgba(255,255,255,.9);margin:0 0 1.5rem;line-height:1.6}.cta-banner-content .cta-buttons{justify-content:center;margin-bottom:1rem}.cta-note{font-size:.82rem;color:rgba(255,255,255,.7);margin:0}@media(max-width:1024px){.process-grid{grid-template-columns:repeat(2,1fr)}.workflow-steps{grid-template-columns:repeat(3,1fr)}.why-process-grid{grid-template-columns:repeat(2,1fr)}.app-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.process-grid{grid-template-columns:1fr}.workflow-steps{grid-template-columns:repeat(2,1fr)}.why-process-grid{grid-template-columns:1fr}.app-grid{grid-template-columns:repeat(2,1fr)}.cta-banner-content{padding:1.75rem 1.25rem}.cta-banner-content h2{font-size:1.35rem}.cta-banner-content .cta-buttons{flex-direction:column}.cta-banner-content .btn{width:100%}}