:root{--color-primary:#1e3a8a;--color-primary-strong:#172554;--color-secondary:#2563eb;--color-bg:#f3f4f6;--color-surface:#fff;--color-text:#1f2937;--color-text-muted:#4b5563;--color-border:#e5e7eb;--color-shadow:#0000000d;--color-shadow-strong:#0000001a;--color-green:#10b981;--color-yellow:#f59e0b;--color-red:#ef4444;--color-slate-dark:#0f172a;--color-sky-cyan:#0284c7;--color-sky-light:#f0f9ff;--color-sky-border:#bae6fd;--color-sky-text:#0369a1;--gradient-hero:linear-gradient(135deg, var(--color-slate-dark) 0%, var(--color-primary) 55%, var(--color-sky-cyan) 100%);--gradient-cta:linear-gradient(135deg, var(--color-primary) 0%, var(--color-slate-dark) 100%);--gradient-text-blue:linear-gradient(135deg, #93c5fd 0%, #38bdf8 100%);--gradient-icon-box:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);--radius:8px}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--font-inter), system-ui, sans-serif;color:var(--color-text);background:var(--color-surface);margin:0;line-height:1.6;overflow-x:clip}a{text-decoration:none}h1,h2,h3,h4{font-family:var(--font-montserrat), var(--font-inter), sans-serif;color:var(--color-primary);letter-spacing:-.02em;text-wrap:balance;margin:0 0 1rem;font-weight:700;line-height:1.2}.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6{color:var(--color-surface)!important}h1{font-size:clamp(2.5rem,4vw,4rem)}h2{font-size:clamp(2rem,3vw,2.5rem)}h3{font-size:1.25rem}p{color:var(--color-text-muted)}[data-reveal]{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(32px)}[data-reveal=left]{transform:translate(-40px)}[data-reveal=right]{transform:translate(40px)}[data-reveal=scale]{transform:scale(.93)}[data-reveal].revealed{opacity:1;transform:none}[data-delay="1"]{transition-delay:.1s}[data-delay="2"]{transition-delay:.2s}[data-delay="3"]{transition-delay:.3s}[data-delay="4"]{transition-delay:.4s}.site-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background:#fffffff2;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;min-height:72px;display:flex}.brand-logo{width:auto;height:48px;display:block}.header-nav{gap:1.5rem;display:flex}.header-link-ghost{color:var(--color-primary);padding:8px 12px;font-size:15px;font-weight:600;transition:color .2s}.header-link-ghost:hover{color:var(--color-secondary)}.btn-brand-primary{background:var(--color-secondary);color:#fff;border-radius:var(--radius);border:none;padding:12px 24px;font-weight:700;transition:background .2s,color .2s,transform .2s;box-shadow:0 4px 10px #2563eb40}.btn-brand-primary:hover{color:#fff;background:#1d4ed8;transform:translateY(-2px)}.btn-outline-blue{color:var(--color-secondary);border:2px solid var(--color-secondary);border-radius:var(--radius);background:0 0;padding:10px 20px;font-weight:700;transition:background .2s,color .2s}.btn-outline-blue:hover{background:var(--color-secondary);color:#fff}.hero-carousel-section{position:relative}.carousel-item{height:80vh;min-height:500px}.carousel-overlay{background:#0f172ab3;width:100%;height:100%;position:absolute;top:0;left:0}.carousel-caption{z-index:10;width:100%;max-width:800px;margin:0 auto;padding:0 1.5rem;position:relative;bottom:auto;left:0;right:0}.eyebrow{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-block}.eyebrow-light{color:#93c5fd}.hero-title{color:#fff;text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.hero-text{color:#ffffffe6;text-shadow:0 1px 2px #00000080;margin-bottom:2rem;font-size:1.25rem}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.hero-title{font-size:2rem}.hero-text{font-size:1.1rem}}.section-space{padding:5rem 0}.section-white{background:var(--color-surface)}.section-bg-light{background:var(--color-bg)}.section-heading{max-width:700px;margin-bottom:3rem}.product-card{border-radius:var(--radius);border:1px solid var(--color-border);background:#fff;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--color-secondary);transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.product-image-wrapper{aspect-ratio:1;background:#f8fafc;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.product-img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.product-card:hover .product-img{transform:scale(1.05)}.product-badge{background:var(--color-green);color:#fff;text-transform:uppercase;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-name{color:var(--color-primary-strong);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.product-price{align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.price-amount{color:var(--color-secondary);font-size:1.5rem;font-weight:800}.price-suffix{color:var(--color-text-muted);font-size:.85rem}.cems-section{background:var(--color-surface)}.product-showcase-img{border-radius:var(--radius);width:100%;box-shadow:0 20px 40px #0000001a}.specs-list{padding:0;list-style:none}.specs-item{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.75rem 0;font-weight:500;display:flex}.specs-item:last-child{border-bottom:none}.specs-icon{color:var(--color-green);font-weight:700}.site-footer{background:var(--color-primary-strong);color:#ffffffbf;padding:4rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-logo{filter:brightness(0)invert();width:auto;height:48px;margin-bottom:1.5rem}.footer-desc{color:#ffffffb3}.footer-heading{color:#fff;font-size:1.1rem}.footer-links{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.footer-link{color:#ffffffbf;align-items:center;gap:.5rem;transition:color .2s;display:flex}.footer-link:hover{color:#fff}.whatsapp-float{color:#fff;text-align:center;z-index:1000;background-color:#25d366;border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:transform .3s;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:2px 2px 10px #0003}.whatsapp-float:hover{transform:scale(1.1)}.nav-item-animated{transition:transform .3s cubic-bezier(.175,.885,.32,1.275),color .3s!important;display:inline-block!important}.nav-item-animated:hover{color:#0d6efd!important;transform:scale(1.15)!important}@media (min-width:992px){.nav-item.dropdown:hover .dropdown-menu{margin-top:0;animation:.3s fadeIn;display:block}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.logo-animated{cursor:pointer;transition:transform .3s,opacity .3s!important}.logo-animated:hover{opacity:.85!important;transform:scale(1.05)!important}.auth-link-hover{transition:color .2s}.auth-link-hover:hover{color:#0d6efd!important}.bg-gradient-hero{background:var(--gradient-hero)!important}.bg-gradient-cta{background:var(--gradient-cta)!important}.text-gradient-blue{background:var(--gradient-text-blue)!important;-webkit-text-fill-color:transparent!important;color:#0000!important;-webkit-background-clip:text!important}.bg-gradient-icon-box{background:var(--gradient-icon-box)!important}.product-description-content{color:var(--color-text-muted);font-family:var(--font-inter), system-ui, sans-serif;font-size:1.02rem;line-height:1.75}.product-description-content *{font-family:var(--font-inter), system-ui, sans-serif!important}.product-description-content p,.product-description-content span,.product-description-content div{margin-bottom:1rem;color:var(--color-text-muted)!important;font-family:var(--font-inter), system-ui, sans-serif!important;font-size:1.02rem!important;line-height:1.75!important}.product-description-content h1,.product-description-content h2,.product-description-content h3,.product-description-content h4,.product-description-content h5,.product-description-content h6{color:var(--color-primary)!important;font-family:var(--font-montserrat), var(--font-inter), sans-serif!important;margin-top:1.75rem!important;margin-bottom:.75rem!important;font-weight:700!important;line-height:1.3!important}.product-description-content h1{font-size:1.55rem!important}.product-description-content h2{font-size:1.35rem!important}.product-description-content h3{font-size:1.2rem!important}.product-description-content h4{font-size:1.1rem!important}.product-description-content h5{font-size:1.05rem!important}.product-description-content h6{font-size:1rem!important}.product-description-content ul,.product-description-content ol{color:var(--color-text-muted)!important;margin-bottom:1.25rem!important;padding-left:1.5rem!important;font-size:1.02rem!important}.product-description-content li{color:var(--color-text-muted)!important;margin-bottom:.5rem!important;font-size:1.02rem!important;line-height:1.6!important}.product-description-content strong,.product-description-content b{color:var(--color-text)!important;font-weight:700!important}.product-description-content a{color:var(--color-secondary)!important;text-decoration:underline!important}.product-description-content table{border-collapse:collapse!important;width:100%!important;margin-bottom:1.5rem!important;font-size:.95rem!important}.product-description-content th,.product-description-content td{border:1px solid var(--color-border)!important;text-align:left!important;color:var(--color-text-muted)!important;padding:.75rem!important}.product-description-content th{background-color:var(--color-bg)!important;color:var(--color-primary)!important;font-weight:600!important}.product-gallery-thumb{cursor:pointer;border:2px solid var(--color-border);opacity:.75;background:#fff;transition:all .25s}.product-gallery-thumb:hover{opacity:1;border-color:var(--color-sky-cyan);transform:translateY(-2px)}.product-gallery-thumb.active{border-color:var(--color-secondary);opacity:1;box-shadow:0 4px 12px var(--color-shadow-strong)}.product-gallery-main{transition:transform .3s;position:relative}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.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}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.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 Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_4a4f7444-module__UHjWDq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_4a4f7444-module__UHjWDq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.3q4n78m6muld7.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.1d_6dtvtn9g3_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.16nfeub7ja6ze.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.1mvr14jy3vxq7.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}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.1dqa_6e_ad4sj.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:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_55735a1d-module__jZaNIq__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_55735a1d-module__jZaNIq__variable{--font-montserrat:"Montserrat", "Montserrat Fallback"}
