:root{--c-ink:#0f172a;--c-heading:#0f172a;--c-body:#475569;--c-muted:#94a3b8;--c-light:#cbd5e1;--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-body:"Inter", system-ui, -apple-system, sans-serif;--font-display:"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:100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);color:var(--c-body);background:var(--c-bg);-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;background:0 0;border-bottom:1px solid #0000;transition:background .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--c-border);box-shadow:var(--shadow-xs);background:#fffffff2}.nav-wrapper{justify-content:space-between;align-items:center;height:68px;display:flex}.logo{font-family:var(--font-body);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-cta{border-radius:var(--radius-sm);background:var(--c-call);align-items:center;gap:6px;padding:9px 18px;font-size:.8125rem;font-weight:600;transition:background .2s;display:inline-flex;color:#fff!important}.nav-cta:hover{background:var(--c-call-hover)}.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:var(--c-surface);padding:140px 0 0;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.hero-badge{background:var(--c-primary-light);color:var(--c-primary);border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--c-primary);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{font-family:var(--font-display);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-bottom:32px;font-size:1.05rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:12px;display:flex}.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-body);cursor:pointer;border:none;align-items:center;gap:8px;padding:13px 26px;font-size:.9rem;font-weight:600;transition:all .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)}.btn-call-light{border-radius:var(--radius-sm);font-family:var(--font-body);cursor:pointer;background:var(--c-call);color:#fff;border:none;align-items:center;gap:8px;padding:13px 26px;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-call-light:hover{background:var(--c-call-hover)}.hero-ticker{border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);margin-top:64px;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{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:var(--section-py) 0}.section-alt,.section-warm{background:var(--c-surface)}.section-products{background:var(--c-surface);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{font-family:var(--font-display);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{font-family:var(--font-display);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{font-family:var(--font-display);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)}.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{font-family:var(--font-display);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:var(--c-surface);border-bottom:1px solid var(--c-border);padding:120px 0 48px}.page-header h1{font-family:var(--font-display);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}.page-header-simple{background:var(--c-surface);border-bottom:1px solid var(--c-border);text-align:center;padding:120px 0 48px}.page-header-simple h1{font-family:var(--font-display);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{font-family:var(--font-display);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}.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}.spec-table{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;padding:12px 16px;font-size:.88rem}.spec-table th{background:var(--c-surface);color:var(--c-heading);width:35%;font-weight:600}.spec-table td{color:var(--c-body)}.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-body);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{font-family:var(--font-display);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}@media (width<=1024px){.solutions-grid,.svc-products,.features-grid,.footer-grid,.product-grid,.related-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:32px}}@media (width<=768px){:root{--section-py:64px}.nav-links{background:var(--c-bg);width:80%;max-width:320px;height:100vh;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}.mobile-toggle{display:flex}.hero{padding-top:110px}.hero-grid{grid-template-columns:1fr;gap:32px}.hero h1{font-size:2rem}.hero-image{max-width:480px}.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:100px 0 32px}}@media (width<=480px){.features-grid,.related-grid{grid-template-columns:1fr}.hero-btns{flex-direction:column}.hero-btns .btn{justify-content:center}.cta-btns{flex-direction:column;align-items:center}}
