@font-face{font-family:Inter;font-style:normal;font-weight:300 800;font-display:swap;src:url(/fonts/inter/inter-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:300 800;font-display:swap;src:url(/fonts/inter/inter-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--c-ink:#0f172a;--c-heading:#0f172a;--c-body:#475569;--c-muted:#94a3b8;--c-border:#e2e8f0;--c-bg:#fff;--c-surface:#f8fafc;--c-primary:#1d4ed8;--c-primary-deep:#1e40af;--c-primary-light:#eff6ff;--c-accent:#c7792b;--c-accent-light:#fdf5ec;--c-call:#dc2626;--c-call-hover:#b91c1c;--c-whatsapp:#25d366;--c-whatsapp-hover:#1ebe59;--c-success:#16a34a;--c-success-light:#f0fdf4;--c-warning:#d97706;--c-warning-light:#fffbeb;--c-danger:#dc2626;--c-danger-light:#fef2f2;--c-info:#0284c7;--c-info-light:#f0f9ff;--font:"Inter", system-ui, -apple-system, sans-serif;--shadow-xs:0 1px 2px #0b12150a;--shadow-sm:0 2px 8px #0b12150f;--shadow-md:0 8px 24px #0b121514;--shadow-lg:0 16px 48px #0b12151a;--shadow-card:0 1px 3px #0b12150a, 0 4px 12px #0b12150f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--max-w:1240px;--section-py:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);color:var(--c-body);background:var(--c-surface);-webkit-font-smoothing:antialiased;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}address{font-style:normal}table{border-collapse:collapse;width:100%}button{font-family:inherit}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.container-sm{max-width:800px;margin:0 auto;padding:0 24px}.container-lg{max-width:1400px;margin:0 auto;padding:0 24px}.skip-link{z-index:10000;background:var(--c-primary);color:#fff;border-radius:0 0 6px 6px;padding:12px 24px;font-weight:600;transition:top .2s;position:absolute;top:-100%;left:16px}.skip-link:focus{top:0}.site-header{z-index:1000;border-bottom:1px solid var(--c-border);box-shadow:var(--shadow-xs);background:#fff;position:fixed;top:0;left:0;right:0}.top-bar{color:#fff;background:linear-gradient(90deg,#123b66,#1d4ed8);border-bottom:1px solid #1e40af;justify-content:center;align-items:center;width:100vw;min-height:38px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 24px;font-size:.78rem;font-weight:700;display:flex;box-shadow:inset 0 -3px #f59e0b}.top-bar-contact{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 18px;line-height:1.3;display:flex}.top-bar-contact span,.top-bar-contact a{align-items:center;gap:6px;display:inline-flex;position:relative}.top-bar-contact span+a:before,.top-bar-contact a+a:before,.top-bar-contact a+span:before{content:"";opacity:.7;background:#f59e0b;width:1px;height:14px;margin-right:18px}.top-bar-contact a{color:#fff;transition:color .2s}.top-bar-contact a:hover{color:#fde68a}.nav-wrapper{justify-content:space-between;align-items:center;height:68px;display:flex}.logo{letter-spacing:-.02em;color:var(--c-ink);font-size:1.35rem;font-weight:800}.logo span{color:var(--c-primary)}.nav-links{color:var(--c-body);align-items:center;gap:32px;font-size:.875rem;font-weight:500;display:flex}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--c-primary)}.nav-links .btn-call,.nav-links .btn-call:hover{color:#fff}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";height:22px;position:absolute;top:100%;left:-24px;right:-24px}.nav-dropdown-toggle{color:var(--c-body);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;transition:color .2s;display:inline-flex}.nav-dropdown-toggle:hover,.nav-dropdown.active .nav-dropdown-toggle,.nav-dropdown:focus-within .nav-dropdown-toggle{color:var(--c-primary)}.nav-dropdown-toggle svg{width:16px;height:16px;transition:transform .2s}.nav-dropdown.active .nav-dropdown-toggle svg,.nav-dropdown:hover .nav-dropdown-toggle svg,.nav-dropdown:focus-within .nav-dropdown-toggle svg{transform:rotate(180deg)}.mega-menu{border:1px solid var(--c-border);border-radius:var(--radius-lg);width:min(720px,100vw - 48px);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;pointer-events:none;background:#fffffffa;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:18px;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,8px)}.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu,.nav-dropdown.active .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.mega-menu a{border-radius:var(--radius-sm);padding:14px;transition:background .2s,color .2s;display:block}.mega-menu a:hover{background:var(--c-primary-light);color:var(--c-primary)}.mega-menu strong{color:var(--c-heading);margin-bottom:2px;font-size:.9rem;font-weight:700;display:block}.mega-menu span{color:var(--c-muted);font-size:.78rem;line-height:1.45;display:block}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.mobile-toggle span{background:var(--c-ink);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.mobile-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{background:0 0;padding:156px 0 0;overflow:hidden}.hero-content{text-align:center;max-width:760px;margin:0 auto}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.hero-badge{color:#8a5a10;background:linear-gradient(#fff6dc,#f8e4a7);border:1px solid #e8c76b;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffffb3,0 6px 18px #d977061f}.hero-badge:before{content:"";background:#d97706;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.6)}}.hero h1{color:var(--c-heading);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.4rem,4.2vw,3.6rem);font-weight:800;line-height:1.12}.hero h1 em{color:var(--c-primary);font-style:italic}.hero-desc{color:var(--c-body);max-width:520px;margin:0 auto 32px;font-size:1.05rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:12px;display:flex}.hero-content .hero-btns{justify-content:center}.hero-work-strip{margin-top:44px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.work-shot-track{gap:18px;width:max-content;animation:42s linear infinite work-shots-scroll;display:flex}.hero-work-strip:hover .work-shot-track{animation-play-state:paused}.work-shot-track img{aspect-ratio:1;object-fit:cover;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-md);width:180px;box-shadow:var(--shadow-sm);flex:none}@keyframes work-shots-scroll{to{transform:translate(calc(-50% - 9px))}}.hero-image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.hero-image img{width:100%;display:block}.hero-image:after{content:"";border-radius:var(--radius-lg);pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #0000000f}.btn{border-radius:var(--radius-sm);font-family:var(--font);cursor:pointer;border:none;align-items:center;gap:8px;padding:13px 26px;font-size:.9rem;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.btn svg{fill:currentColor;flex-shrink:0;width:18px;height:18px}.btn-sm{padding:8px 16px;font-size:.8rem}.btn-lg{padding:16px 32px;font-size:1rem}.btn-whatsapp{background:var(--c-whatsapp);color:#fff}.btn-whatsapp:hover{background:var(--c-whatsapp-hover);transform:translateY(-1px);box-shadow:0 4px 14px #25d36659}.btn-call{background:var(--c-call);color:#fff}.btn-call:hover{background:var(--c-call-hover);transform:translateY(-1px);box-shadow:0 4px 14px #dc26264d}.btn-primary{background:var(--c-primary);color:#fff}.btn-primary:hover{background:var(--c-primary-deep);transform:translateY(-1px)}.btn-outline{color:var(--c-primary);border:1.5px solid var(--c-primary);background:0 0}.btn-outline:hover{background:var(--c-primary);color:#fff}.btn-ghost{color:var(--c-body);background:0 0;padding:13px 16px}.btn-ghost:hover{color:var(--c-primary);background:var(--c-primary-light)}.btn-card{color:var(--c-primary);align-items:center;gap:6px;font-size:.84rem;font-weight:600;transition:gap .2s;display:inline-flex}.btn-card:after{content:"→";transition:transform .2s}.btn-card:hover:after{transform:translate(3px)}.hero-ticker{width:calc(100% - 48px);max-width:calc(var(--max-w) - 48px);border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);margin:64px auto 0;padding:18px 0;overflow:hidden}.ticker-track{align-items:center;gap:48px;width:max-content;animation:30s linear infinite ticker;display:flex}.ticker-item{letter-spacing:.14em;color:var(--c-muted);white-space:nowrap;font-size:.75rem;font-weight:700}@keyframes ticker{to{transform:translate(calc(-50% - 24px))}}.section{padding:var(--section-py) 0;background:0 0}.section+.section{padding-top:0}.section-alt,.section-warm,.section-products{background:0 0}.section-products{border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border)}.section-header{text-align:center;max-width:640px;margin:0 auto 56px}.section-title{color:var(--c-heading);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}.section-subtitle{color:var(--c-muted);font-size:1.02rem;line-height:1.7}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.solution-card{background:var(--c-bg);border-radius:var(--radius-lg);border:1px solid var(--c-border);padding:10px 30px;transition:transform .3s,box-shadow .3s}.solution-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.sol-icon{background:var(--c-primary-light);border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;font-size:1.8rem;display:flex}.solution-card h3{color:var(--c-heading);margin-bottom:10px;font-size:1.15rem;font-weight:700}.solution-card>p{color:var(--c-body);margin-bottom:16px;font-size:.9rem;line-height:1.65}.sol-features{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.sol-features li{color:var(--c-body);padding-left:18px;font-size:.82rem;position:relative}.sol-features li:before{content:"";background:var(--c-primary);opacity:.5;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;left:0}.svc-block{margin-bottom:48px}.svc-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.svc-header h3{color:var(--c-heading);letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.svc-viewall{color:var(--c-primary);align-items:center;gap:4px;margin-top:16px;font-size:.84rem;font-weight:600;transition:gap .2s;display:inline-flex}.svc-viewall:after{content:"→"}.svc-viewall:hover{text-decoration:underline}.svc-desc{color:var(--c-body);max-width:680px;margin-bottom:24px;font-size:.95rem}.svc-products{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.svc-product{border-radius:var(--radius-md);border:1px solid var(--c-border);background:var(--c-bg);align-items:center;gap:16px;padding:16px;transition:transform .25s,box-shadow .25s;display:flex}.svc-product:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.svc-product-img{border-radius:var(--radius-sm);background:var(--c-surface);flex-shrink:0;width:72px;height:72px;overflow:hidden}.svc-product-img img{object-fit:cover;width:100%;height:100%}.svc-product-icon{justify-content:center;align-items:center;font-size:1.8rem;display:flex}.svc-product-info h4{color:var(--c-heading);margin-bottom:3px;font-size:.88rem;font-weight:700}.svc-product-info p{color:var(--c-muted);font-size:.78rem;line-height:1.5}.svc-divider{background:var(--c-border);border:none;height:1px;margin:48px 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-item{text-align:center;background:var(--c-bg);border-radius:var(--radius-lg);border:1px solid var(--c-border);padding:36px 20px}.feat-number{color:var(--c-primary);letter-spacing:-.03em;margin-bottom:8px;font-size:2.8rem;font-weight:800;line-height:1;display:block}.feature-item h4{color:var(--c-heading);margin-bottom:8px;font-size:.95rem;font-weight:700}.feature-item p{color:var(--c-muted);font-size:.84rem;line-height:1.6}.about-content{max-width:800px;margin:0 auto}.about-content p{margin-bottom:16px;font-size:1rem;line-height:1.8}.about-content a{color:var(--c-primary);text-underline-offset:3px;font-weight:500;text-decoration:underline}.about-content a:hover{color:var(--c-primary-deep)}.faq-content{margin-left:0;margin-right:0}.cta-box{text-align:center;background:var(--c-ink);border-radius:var(--radius-xl);color:#fff;box-shadow:var(--shadow-lg);padding:64px 40px;position:relative;overflow:hidden}.cta-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#1d4ed866 0%,#0000 70%);width:50%;height:200%;position:absolute;top:-50%;left:-10%}.cta-box h2{letter-spacing:-.03em;z-index:2;margin-bottom:12px;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:800;position:relative}.cta-box p{color:var(--c-muted);z-index:2;max-width:520px;margin:0 auto 28px;font-size:1rem;line-height:1.7;position:relative}.cta-box .btn-whatsapp,.cta-box .btn-call-light{z-index:2;position:relative}.cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.site-footer{background:var(--c-ink);color:#ffffff8c;padding:72px 0 0}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;display:grid}.footer-brand{color:#fff;margin-bottom:12px;font-size:1.35rem;font-weight:800}.footer-brand span{color:var(--c-primary)}.footer-desc{margin-bottom:20px;font-size:.88rem;line-height:1.7}.footer-contact p{align-items:center;gap:8px;margin-bottom:6px;font-size:.86rem;display:flex}.footer-contact a{color:#ffffffb3;transition:color .2s}.footer-contact a:hover{color:#fff}.site-footer nav h4{text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;margin-bottom:16px;font-size:.82rem;font-weight:700}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a{color:#ffffff8c;font-size:.88rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 0;font-size:.8rem;display:flex}.footer-legal{gap:20px;display:flex}.footer-legal a{color:#fff6;transition:color .2s}.footer-legal a:hover{color:#ffffffb3}.wa-float{z-index:900;background:var(--c-whatsapp);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 14px #25d36666}.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36680}.wa-float svg{fill:#fff;width:28px;height:28px}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.reveal.delay-1{transition-delay:.12s}.reveal.delay-2{transition-delay:.24s}.reveal.delay-3{transition-delay:.36s}.reveal.active{opacity:1;transform:translateY(0)}.breadcrumb{color:var(--c-muted);align-items:center;gap:8px;padding:16px 0;font-size:.84rem;display:flex}.breadcrumb a{color:var(--c-body);transition:color .2s}.breadcrumb a:hover{color:var(--c-primary)}.breadcrumb span{color:var(--c-muted)}.page-header{background:0 0;border-bottom:0;padding:136px 0 48px}.page-header-with-strip{padding-bottom:24px}.page-header .page-updated{color:var(--c-muted);max-width:none;margin-bottom:12px;font-size:.84rem;font-weight:400;line-height:1.7}.page-header h1{color:var(--c-heading);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(2rem,3.5vw,3rem);font-weight:800}.page-header p{color:var(--c-body);max-width:600px;font-size:1.05rem;line-height:1.7}.mini-work-strip{width:100%;margin-top:24px;overflow:hidden}.mini-work-track{gap:12px;width:max-content;animation:28s linear infinite mini-work-scroll;display:flex}.mini-work-item{flex:none;width:104px;margin:0}.mini-work-item img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--c-border);background:var(--c-bg);width:96px}.mini-work-item figcaption{color:var(--c-body);margin-top:6px;font-size:.75rem;font-weight:600;line-height:1.3}@keyframes mini-work-scroll{to{transform:translate(calc(-50% - 6px))}}.page-header-simple{text-align:center;background:0 0;border-bottom:0;padding:136px 0 48px}.page-header-simple h1{color:var(--c-heading);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(2rem,3.5vw,3rem);font-weight:800}.page-header-simple p{color:var(--c-body);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.page-note{color:var(--c-muted);font-size:.95rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-lg);transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card-img{aspect-ratio:4/3;background:var(--c-surface);width:100%;overflow:hidden}.product-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-body{padding:24px}.product-card-body h3{color:var(--c-heading);margin-bottom:6px;font-size:1.05rem;font-weight:700}.product-card-body p{color:var(--c-body);margin-bottom:16px;font-size:.85rem;line-height:1.6}.product-card-body .price{color:var(--c-heading);margin-bottom:12px;font-size:1.1rem;font-weight:700}.product-card-body .price-was{color:var(--c-muted);margin-left:8px;font-size:.85rem;font-weight:400;text-decoration:line-through}.product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.product-gallery{border-radius:var(--radius-lg);background:var(--c-surface);overflow:hidden}.product-gallery img{width:100%;display:block}.product-info h1{color:var(--c-heading);letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:800}.product-info .price{color:var(--c-heading);margin-bottom:20px;font-size:1.4rem;font-weight:700}.product-info .product-desc{color:var(--c-body);margin-bottom:24px;font-size:.95rem;line-height:1.7}.product-detail-compact{grid-template-columns:400px minmax(0,1fr);align-items:start;gap:40px}.product-detail-compact .product-gallery{border:1px solid var(--c-border);border-radius:var(--radius-md);background:#fff;justify-content:center;align-items:center;width:400px;height:400px;display:flex}.product-detail-compact .product-gallery img{object-fit:contain;width:400px;height:400px}.product-detail-compact .product-info{max-width:680px}.product-detail-compact .shop-price{margin:18px 0 20px}.product-detail-compact .shop-price ins{font-size:1.45rem}.product-detail-compact .shop-price del{font-size:.95rem}.product-detail-compact .hero-btns{margin-bottom:24px}.product-offer-label{border-radius:var(--radius-sm);color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#e10600;border:1px solid #b80000;margin:-10px 0 18px;padding:7px 9px;font-size:.74rem;font-weight:900;line-height:1;display:inline-flex}.product-details-title{color:var(--c-heading);margin:0 0 10px;font-size:1rem;font-weight:800;line-height:1.3}.product-meta-list{border-bottom:1px solid var(--c-border);border-top:1px solid var(--c-border);grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 22px;display:grid}.product-meta-list div{border-top:1px solid var(--c-border);padding:12px 0}.product-meta-list div:nth-child(-n+2){border-top:0}.product-meta-list dt{color:var(--c-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:.72rem;font-weight:800;line-height:1.3}.product-meta-list dd{color:var(--c-heading);margin:0;font-size:.9rem;font-weight:700;line-height:1.35}.product-section{max-width:920px}.product-section p{color:var(--c-body);margin-bottom:18px;font-size:.98rem;line-height:1.75}.product-section h3{color:var(--c-heading);margin:24px 0 10px;font-size:1.02rem;font-weight:800}.product-text-list{gap:10px;margin-left:20px;list-style:outside;display:grid}.product-text-list li{color:var(--c-body);padding-left:2px;font-size:.94rem;line-height:1.65}.product-text-list strong{color:var(--c-heading)}.product-text-list-columns{grid-template-columns:repeat(2,minmax(0,1fr));list-style-position:outside}.product-section-title{color:var(--c-heading);margin-bottom:14px;font-size:1.2rem;font-weight:800;line-height:1.25}.product-spec-section,.product-copy-section,.product-related-section,.product-faq-section{padding:42px 0}.product-spec-section{max-width:760px}.product-spec-table{border-radius:var(--radius-sm)}.product-spec-table th,.product-spec-table td{padding:9px 12px;font-size:.82rem;line-height:1.4}.product-spec-table th{width:180px}.product-spec-table td:last-child{white-space:normal}.product-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.product-related-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-md);gap:8px;padding:12px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.product-related-card:hover{box-shadow:var(--shadow-card);border-color:#bfdbfe;transform:translateY(-2px)}.product-related-img{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;padding:10px;display:flex}.product-related-img img{object-fit:contain;width:100%;height:100%}.product-related-name{color:var(--c-heading);font-size:.86rem;font-weight:800;line-height:1.25}.product-related-meta{color:var(--c-muted);font-size:.76rem;line-height:1.35}.related-section{padding:var(--section-py) 0;border-top:1px solid var(--c-border)}.related-section .section-title{margin-bottom:32px;font-size:clamp(1.4rem,2.2vw,1.8rem)}.related-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.related-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-md);transition:transform .25s,box-shadow .25s;overflow:hidden}.related-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}.related-card-img{aspect-ratio:1;background:var(--c-surface);width:100%;overflow:hidden}.related-card-img img{object-fit:cover;width:100%;height:100%}.related-card-body{padding:16px}.related-card-body h4{color:var(--c-heading);margin-bottom:4px;font-size:.88rem;font-weight:700}.related-card-body p{color:var(--c-muted);font-size:.78rem;line-height:1.5}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.spec-table{table-layout:auto;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-md);width:100%;overflow:hidden}.spec-table tr{border-bottom:1px solid var(--c-border)}.spec-table tr:last-child{border-bottom:none}.spec-table th,.spec-table td{text-align:left;vertical-align:top;padding:14px 16px;font-size:.88rem;line-height:1.55}.spec-table th{background:var(--c-bg);color:var(--c-heading);white-space:nowrap;font-weight:700}.spec-table td{color:var(--c-body)}.spec-table td:last-child{white-space:nowrap}.form-group{margin-bottom:20px}.form-group label{color:var(--c-heading);margin-bottom:6px;font-size:.88rem;font-weight:600;display:block}.form-control{border:1px solid var(--c-border);border-radius:var(--radius-sm);width:100%;font-family:var(--font);color:var(--c-ink);background:var(--c-bg);padding:12px 16px;font-size:.9rem;transition:border-color .2s}.form-control:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-light);outline:none}.form-control::placeholder{color:var(--c-muted)}textarea.form-control{resize:vertical;min-height:120px}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.alert{border-radius:var(--radius-sm);margin-bottom:20px;padding:14px 20px;font-size:.88rem;line-height:1.6}.alert-info{background:var(--c-info-light);color:var(--c-info);border:1px solid #bae6fd}.alert-success{background:var(--c-success-light);color:var(--c-success);border:1px solid #bbf7d0}.alert-warning{background:var(--c-warning-light);color:var(--c-warning);border:1px solid #fde68a}.alert-danger{background:var(--c-danger-light);color:var(--c-danger);border:1px solid #fecaca}.badge{letter-spacing:.02em;border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-block}.badge-primary{background:var(--c-primary-light);color:var(--c-primary)}.badge-accent{background:var(--c-accent-light);color:var(--c-accent)}.badge-success{background:var(--c-success-light);color:var(--c-success)}.badge-muted{background:var(--c-surface);color:var(--c-muted)}.pagination{justify-content:center;align-items:center;gap:8px;padding:40px 0;display:flex}.pagination a,.pagination span{border-radius:var(--radius-sm);min-width:40px;height:40px;color:var(--c-body);border:1px solid var(--c-border);justify-content:center;align-items:center;padding:0 12px;font-size:.88rem;font-weight:500;transition:all .2s;display:inline-flex}.pagination a:hover{border-color:var(--c-primary);color:var(--c-primary)}.pagination .active{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.text-content{max-width:800px;margin:0 auto}.text-content h2{color:var(--c-heading);margin:40px 0 16px;font-size:1.6rem;font-weight:700}.text-content h3{color:var(--c-heading);margin:32px 0 12px;font-size:1.2rem;font-weight:600}.text-content p{margin-bottom:16px;font-size:1rem;line-height:1.8}.text-content a{color:var(--c-primary);text-underline-offset:3px;text-decoration:underline}.text-content a:hover{color:var(--c-primary-deep)}.text-content ul,.text-content ol{margin-bottom:16px;padding-left:24px}.text-content li{margin-bottom:8px;font-size:.95rem;line-height:1.7;list-style:outside}.text-content ol li{list-style:decimal}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:48px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:48px}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.hidden{display:none}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pillar-page-header{background:0 0;border-bottom:0;padding:136px 0 24px;overflow:hidden}.pillar-page-header .breadcrumb{padding:16px 0}.pillar-page-header .page-updated{color:var(--c-muted);max-width:none;margin-bottom:18px;font-size:.84rem;font-weight:400;line-height:1.7}.pillar-hero-main{max-width:1020px}.pillar-selected-title,.pillar-title{color:#172554;letter-spacing:-.026em;max-width:1020px;margin-bottom:20px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:clamp(2.8rem,6.1vw,5.25rem);font-weight:500;line-height:1.04}.pillar-selected-title span,.pillar-title span{color:#c7792b;display:block}.pillar-hero-copy,.pillar-copy{color:#334155;max-width:760px;font-size:1.16rem;line-height:1.7}.pillar-body{background:0 0;padding-top:72px}.pillar-content-layout{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:48px;display:grid}.pillar-content-main{min-width:0}.pillar-content-main>.section:first-of-type{padding-top:0}.pillar-content-main>.section>.container{max-width:none;padding:0}.pillar-content-main .about-content{margin-left:0;margin-right:0}.pillar-content-main>.section,.pillar-content-main h2[id]{scroll-margin-top:132px}.pillar-toc{border-left:2px solid var(--c-border);padding:18px 0 2px 16px;position:sticky;top:128px}.pillar-toc-title{color:var(--c-heading);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:700;line-height:1.4}.pillar-toc-links{padding-right:6px;display:block}.pillar-toc a{color:var(--c-muted);overflow-wrap:anywhere;padding:7px 0;font-size:.86rem;font-weight:500;line-height:1.35;transition:color .2s,font-weight .2s;display:block}.pillar-toc a:hover,.pillar-toc a.is-active{color:var(--c-primary);font-weight:700}.pillar-mobile-toc{display:none}.pillar-mobile-toc-links a.is-active{color:var(--c-primary);font-weight:700}.shop-header{padding-bottom:40px}.shop-header .pillar-title{letter-spacing:0;font-size:25px;line-height:1.25}.shop-page{padding-top:36px}.shop-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:32px;display:grid}.shop-results{min-width:0}.shop-filters{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:18px;position:sticky;top:128px}.shop-filter-head{border-bottom:1px solid var(--c-border);justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:12px;display:flex}.shop-filter-head p{color:var(--c-heading);font-size:1rem;font-weight:800}.shop-filter-head a{color:var(--c-primary);font-size:.84rem;font-weight:700}.shop-filter-group{border:0;border-bottom:1px solid var(--c-border);margin:0 0 16px;padding:0 0 16px}.shop-filter-group legend{color:var(--c-heading);letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800}.shop-filter-group ul{gap:8px;display:grid}.shop-filter-group label{color:var(--c-body);cursor:pointer;align-items:flex-start;gap:8px;font-size:.88rem;line-height:1.35;display:flex}.shop-filter-group input{accent-color:var(--c-primary);flex:none;margin-top:3px}.shop-filter-apply{justify-content:center;width:100%}.shop-listing{padding-top:0}.shop-listing>.container{max-width:none;padding:0}.shop-section-title{color:var(--c-heading);margin-bottom:12px;font-size:1.25rem;font-weight:800;line-height:1.25}.shop-toolbar{justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px;display:flex}.shop-toolbar p{color:var(--c-heading);font-size:.9rem;font-weight:700;line-height:1.55}.shop-sort{grid-template-columns:auto minmax(160px,1fr);align-items:end;gap:8px;display:grid}.shop-sort label{color:var(--c-heading);padding-bottom:10px;font-size:.82rem;font-weight:700}.shop-sort .form-control{min-height:42px}.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.shop-product-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-md);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.shop-product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.shop-product-img{aspect-ratio:4/3;border-bottom:1px solid var(--c-border);background:#fff;justify-content:center;align-items:center;padding:18px;display:flex}.shop-product-img img{object-fit:contain;width:100%;height:100%}.shop-product-body{flex-direction:column;flex:1;padding:18px;display:flex}.shop-product-meta{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.shop-product-brand{color:var(--c-primary);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:800}.shop-product-meta span{border-radius:var(--radius-sm);color:#fff;text-transform:uppercase;white-space:nowrap;background:#e10600;border:1px solid #b80000;padding:7px 9px;font-size:.72rem;font-weight:900;line-height:1;animation:1s steps(2,end) infinite shop-offer-flash;box-shadow:0 6px 14px #e1060047}@keyframes shop-offer-flash{0%,to{opacity:1}50%{opacity:.62}}@media (prefers-reduced-motion:reduce){.shop-product-meta span{animation:none}}.shop-product-body h3{color:var(--c-heading);margin-bottom:8px;font-size:1rem;font-weight:800;line-height:1.25}.shop-product-body p{color:var(--c-body);margin-bottom:10px;font-size:.86rem;line-height:1.55}.shop-product-specs{border-top:1px solid var(--c-border);padding-top:10px;color:var(--c-muted)!important}.shop-product-foot{flex-direction:column;align-items:stretch;gap:12px;margin-top:auto;padding-top:6px;display:flex}.shop-product-foot .price{color:var(--c-heading);margin:0;font-size:.96rem;font-weight:800}.shop-price{gap:2px;display:grid}.shop-price ins{color:var(--c-heading);font-size:1rem;font-weight:800;line-height:1.2;text-decoration:none}.shop-price del{color:var(--c-muted);font-size:.78rem;font-weight:600}.shop-buy-btn{border-radius:var(--radius-sm);color:#fff;text-transform:uppercase;white-space:nowrap;background:#16a34a;border:1px solid #15803d;justify-content:center;width:100%;padding:11px 12px;font-size:.82rem;font-weight:900;line-height:1;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 6px 14px #16a34a38}.shop-buy-btn:hover{color:#fff;background:#15803d;transform:translateY(-1px);box-shadow:0 8px 18px #16a34a4d}.shop-mobile-filter-form{max-height:calc(78vh - 56px);padding:16px;overflow-y:auto}.shop-mobile-filter-actions{align-items:center;gap:14px;padding-bottom:6px;display:flex}@media (width<=1024px){.solutions-grid,.svc-products,.product-grid,.related-grid,.features-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:32px}.product-detail-compact{grid-template-columns:400px minmax(0,1fr)}.shop-layout{grid-template-columns:220px minmax(0,1fr)}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){:root{--section-py:64px}.top-bar{padding:7px 14px 9px;font-size:.7rem}.top-bar-contact{gap:3px 14px}.top-bar-contact span{justify-content:center;width:100%}.top-bar-contact span+a:before,.top-bar-contact a+a:before,.top-bar-contact a+span:before{display:none}.nav-links{background:var(--c-bg);width:80%;max-width:320px;height:100dvh;box-shadow:var(--shadow-lg);flex-direction:column;justify-content:center;gap:24px;padding:40px;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.nav-links.active{right:0}.nav-dropdown{width:100%}.nav-dropdown-toggle{justify-content:center;width:100%;font-size:.95rem}.mega-menu{width:100%;max-height:52vh;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;grid-template-columns:1fr;margin-top:12px;padding:8px;display:none;position:static;overflow-y:auto;transform:none}.nav-dropdown.active .mega-menu,.nav-dropdown:focus-within .mega-menu{display:grid;transform:none}.mega-menu a{padding:12px}.mobile-toggle{display:flex}.hero{padding-top:126px}.hero-grid{grid-template-columns:1fr;gap:32px}.hero-content{max-width:none}.hero h1{font-size:2rem}.hero-desc,.page-header p,.page-header-simple p{font-size:1rem;line-height:1.65}.hero-image{max-width:480px}.hero-work-strip{margin-top:32px}.work-shot-track{gap:12px;animation-duration:34s}.work-shot-track img{border-radius:var(--radius-sm);width:132px}.table-scroll{padding-bottom:8px}.table-scroll .spec-table{min-width:720px}.table-scroll .product-spec-table{min-width:0}.solutions-grid,.svc-products,.product-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr);gap:16px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.cta-box{padding:48px 24px}.page-header,.page-header-simple{padding:116px 0 32px}.pillar-page-header{padding:116px 0 24px}.product-detail-compact{grid-template-columns:1fr}.product-detail-compact .product-gallery{width:100%;max-width:400px;height:auto}.product-detail-compact .product-gallery img{width:100%;height:auto}.product-meta-list,.product-text-list-columns{grid-template-columns:1fr}.product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-meta-list div:nth-child(2){border-top:1px solid var(--c-border)}.pillar-content-layout{grid-template-columns:1fr;gap:28px}.shop-header{padding-bottom:20px}.shop-header .breadcrumb{padding-bottom:10px}.shop-header .pillar-copy{font-size:.86rem;line-height:1.45}.shop-page{padding-top:14px}.shop-layout{grid-template-columns:1fr;gap:14px}.shop-filters{padding:14px}.shop-filter-head{margin-bottom:14px}.shop-filter-group{margin-bottom:12px;padding-bottom:12px}.shop-filter-group label{font-size:.86rem}.shop-toolbar{flex-direction:row;align-items:center;gap:12px;margin-bottom:12px}.shop-sort{grid-template-columns:auto minmax(120px,1fr);align-items:center;margin-left:auto}.shop-sort label{padding-bottom:0}.shop-sort .form-control{min-height:38px;padding:8px 34px 8px 10px}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-product-meta{flex-wrap:wrap;align-items:flex-start}.shop-product-foot{flex-direction:column;align-items:stretch}.shop-buy-btn{width:100%;padding:11px 8px;font-size:.72rem}.shop-mobile-filters{margin-bottom:0}.shop-mobile-filter-actions{flex-direction:column;align-items:stretch}.shop-mobile-filter-actions .btn{justify-content:center;width:100%}.pillar-toc-desktop{display:none}.pillar-mobile-toc{margin-bottom:32px;display:block}.pillar-toc-trigger{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-sm);color:var(--c-heading);cursor:pointer;text-align:left;width:100%;min-height:46px;padding:13px 14px;font-size:.88rem;font-weight:700;display:block}.pillar-toc-trigger:after{content:"+";float:right}.pillar-toc-sheet{z-index:2000;position:fixed;inset:0}.pillar-toc-backdrop{cursor:pointer;background:#0f172a73;border:0;width:100%;height:100%}.pillar-toc-panel{background:var(--c-bg);border-radius:16px 16px 0 0;max-height:78vh;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.pillar-toc-panel-head{border-bottom:1px solid var(--c-border);justify-content:space-between;align-items:center;min-height:56px;padding:0 16px;display:flex}.pillar-toc-panel-head p{color:var(--c-heading);text-transform:uppercase;font-size:.9rem;font-weight:800}.pillar-toc-panel-head button{background:var(--c-call);border:1px solid var(--c-call);border-radius:var(--radius-sm);color:#fff;cursor:pointer;min-height:34px;padding:0 12px;font-size:.82rem;font-weight:700}.pillar-mobile-toc-links{max-height:calc(78vh - 56px);padding:8px 16px 18px;display:block;overflow-y:auto}.pillar-mobile-toc-links a{color:var(--c-body);border-bottom:1px solid #e2e8f080;padding:10px 0;font-size:.92rem;font-weight:500;line-height:1.35;display:block}.pillar-mobile-toc-links a:last-child{border-bottom:0}.pillar-selected-title,.pillar-title{letter-spacing:-.035em;font-size:clamp(2.3rem,11vw,4.4rem)}.pillar-hero-copy,.pillar-copy{font-size:1rem;line-height:1.68}}@media (width<=480px){.features-grid,.related-grid,.product-related-grid{grid-template-columns:1fr}.product-spec-section,.product-copy-section,.product-related-section,.product-faq-section{padding:32px 0}.hero-btns,.cta-btns{flex-direction:column}.hero-btns .btn{justify-content:center}.cta-btns{align-items:center}.pillar-page-header{padding:116px 0 20px}.pillar-selected-title,.pillar-title{font-size:clamp(2rem,10.5vw,3.2rem)}.shop-header .pillar-title{font-size:25px}.shop-page>.container{padding:0 16px}.shop-toolbar p{font-size:.96rem}.shop-product-img{aspect-ratio:1/.82;padding:10px}.shop-product-body{padding:10px}.shop-product-body h3{font-size:.82rem;line-height:1.25}.shop-product-body p{font-size:.74rem;line-height:1.45}.shop-product-summary{display:none}.shop-product-meta span{padding:5px 6px;font-size:.58rem}.shop-product-brand{font-size:.62rem}.shop-product-specs{display:none}.shop-product-foot{gap:8px}.shop-price ins{font-size:.86rem}.shop-price del{font-size:.68rem}}@media (width<=359px){.shop-product-grid{grid-template-columns:1fr}.shop-product-img{aspect-ratio:4/3}.shop-product-body{padding:14px}.shop-product-body h3{font-size:.96rem}.shop-product-body p{font-size:.84rem}.shop-product-summary,.shop-product-specs{display:block}.shop-buy-btn{padding:13px 12px;font-size:.82rem}}
