:root{--color-primary:#1d1d4b;--color-secondary:#007bff;--color-accent:#00aeef;--color-success:#25d366;--color-bg-light:#f4f7fb;--color-white:#fff;--color-text-dark:#1d1d4b;--color-text-muted:#4b5563;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 12px 30px #00000040;--shadow-xl:0 20px 25px -5px #0000001a;--font-xl:2.2rem;--font-md:1rem;--font-base:"Roboto", system-ui, -apple-system, sans-serif;--glass-bg:#ffffffbf;--glass-border:#ffffff2e;--glass-blur:blur(12px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-base);scroll-behavior:smooth;color:var(--color-text-dark);background-color:var(--color-bg-light)}body{-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-primary);font-weight:700;line-height:1.2}p{color:var(--color-text-muted)}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--color-secondary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{color:var(--color-primary);border:2px solid var(--color-primary);background-color:#0000}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-accent{background-color:var(--color-accent);color:var(--color-white)}.btn-accent:hover{filter:brightness(1.1);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-white{background-color:var(--color-white);color:var(--color-primary)}.btn-white:hover{background-color:var(--color-bg-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}section{padding:5rem 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s forwards fadeInUp}.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #fffc;border-radius:24px;width:95%;max-width:1200px;padding:.4rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000026,0 2px 10px #0000000d}.header.scrolled{background:#fffffff5;padding:.3rem 1.5rem;top:.8rem;box-shadow:0 15px 50px #0003}.header-container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{z-index:10;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:0;padding:.2rem 0;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000000d);opacity:1;width:auto;height:100px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transition:all .35s cubic-bezier(.4,0,.2,1)}.logo:hover .logo-img{filter:drop-shadow(0 4px 8px #0000001a);transform:scale(1.03)}.header.scrolled .logo-img{height:75px}.logo-slogan{letter-spacing:.05em;color:#004791;text-transform:uppercase;text-align:center;white-space:nowrap;margin-top:2px;font-family:Inter,Montserrat,sans-serif;font-size:.65rem;font-weight:800;display:block}.desktop-nav{align-items:center;gap:1.5rem;display:none}@media (width>=768px){.desktop-nav{display:flex}}.nav-list{align-items:center;gap:.15rem;list-style:none;display:flex}.nav-link{letter-spacing:.04em;color:var(--color-primary);text-transform:uppercase;border-radius:6px;padding:.5rem .9rem;font-size:.88rem;font-weight:600;transition:all .22s}.nav-link:hover{color:var(--color-secondary);background:#007bff0f}.header.scrolled .nav-link{color:var(--color-primary)}.dropdown-toggle{cursor:pointer;letter-spacing:.04em;color:var(--color-primary);text-transform:uppercase;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem .9rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .22s;display:flex}.dropdown-toggle:hover{color:var(--color-secondary);background:#007bff0f}.dropdown-item{position:relative}.dropdown-menu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#fffffffc;border-radius:12px;min-width:260px;max-height:420px;padding:.75rem 0;list-style:none;transition:all .28s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 12px);left:50%;overflow-y:auto;transform:translate(-50%)translateY(8px);box-shadow:0 20px 40px #0000001a,0 0 0 1px #0000000d}.dropdown-menu::-webkit-scrollbar{width:4px}.dropdown-menu::-webkit-scrollbar-track{background:0 0}.dropdown-menu::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.dropdown-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-link{color:var(--color-text-dark);border-left:2px solid #0000;padding:.6rem 1.5rem;font-size:.88rem;font-weight:500;transition:all .2s;display:block}.dropdown-link:hover{color:var(--color-secondary);border-left-color:var(--color-secondary);background:#007bff0a;padding-left:1.75rem}.btn-cta-header,.desktop-nav .btn.btn-primary,.desktop-nav .btn-primary{color:#fff;letter-spacing:.05em;cursor:pointer;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#0ea5e9 0%,#2563eb 100%);border:none;border-radius:8px;align-items:center;padding:.6rem 1.4rem;font-size:.85rem;font-weight:700;transition:all .28s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #0ea5e959}.btn-cta-header:hover,.desktop-nav .btn.btn-primary:hover,.desktop-nav .btn-primary:hover{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#3b82f6 100%);transform:translateY(-1px);box-shadow:0 6px 25px #0ea5e98c}.mobile-menu-btn{color:var(--color-primary);cursor:pointer;background:0 0;border:1px solid #00000026;border-radius:6px;padding:.35rem .5rem;transition:all .3s;display:block}.mobile-menu-btn:hover{border-color:var(--color-secondary);color:var(--color-secondary);background:#007bff0d}@media (width>=768px){.mobile-menu-btn{display:none}}.mobile-nav{-webkit-backdrop-filter:blur(20px);background:#fffffffc;border-bottom:1px solid #0000000d;border-radius:0 0 20px 20px;width:100%;max-height:0;padding:0;transition:max-height .35s,padding .35s;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 15px 40px #0000001a}.mobile-nav.open{max-height:600px;padding:1.5rem 0}.mobile-nav-list{padding:0 1.5rem;list-style:none}.mobile-nav-link{color:var(--color-primary);letter-spacing:.03em;text-transform:uppercase;border-bottom:1px solid #0000000d;padding:.85rem 0;font-size:1rem;font-weight:600;display:block}.mobile-dropdown-header{cursor:pointer;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.mobile-dropdown-header .mobile-nav-link{border-bottom:none;padding:0}.mobile-dropdown-header svg{color:var(--color-secondary);transition:transform .3s}.mobile-dropdown-header svg.rotate{transform:rotate(180deg)}.mobile-dropdown-menu{background:#007bff08;border-radius:8px;max-height:0;padding:0;list-style:none;transition:max-height .3s;overflow:hidden}.mobile-dropdown-menu.show{max-height:600px;margin-bottom:.5rem;padding:.5rem 0}.mobile-dropdown-link{color:var(--color-text-muted);padding:.65rem 1.5rem;font-size:.95rem;transition:color .2s;display:block}.mobile-dropdown-link:active{color:var(--color-secondary)}@media (width<=768px){.header{border-radius:16px;width:92%;padding:.5rem 1rem;top:1rem}.header.scrolled{padding:.4rem 1rem;top:.5rem}.logo-img{height:85px}.logo-slogan{margin-top:3px;font-size:.6rem}.header.scrolled .logo-img{height:70px}.header.scrolled .logo-slogan{margin-top:2px;font-size:.55rem}}@media (width<=400px){.logo-img{height:75px}.logo-slogan{margin-top:2px;font-size:.55rem}.header.scrolled .logo-img{height:60px}.header.scrolled .logo-slogan{margin-top:2px;font-size:.5rem}}.footer{background-color:var(--color-primary);color:var(--color-white);padding:4rem 0 0}.footer-cta-premium{background:var(--color-secondary);color:var(--color-white);text-align:center;z-index:10;border-radius:16px;margin-bottom:4rem;padding:3rem 2rem;position:relative;transform:translateY(-50px);box-shadow:0 20px 40px #007bff40}@media (width>=768px){.footer-cta-premium{padding:4rem}}.cta-headline{color:#fff;letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.cta-subheadline{color:#ffffffe6;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2.5rem;font-size:1.1rem;display:flex}.cta-subheadline .dot{background-color:var(--color-accent);border-radius:50%;width:6px;height:6px}.cta-subheadline .separator{opacity:.3}.footer-cta-actions-centered{justify-content:center;display:flex}.cta-wa-btn{padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 20px #0000001a}.cta-wa-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #00000026}.footer-logo-container{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.footer-logo{object-fit:contain;filter:drop-shadow(0 2px 4px #0003)brightness(1.2)contrast(1.1);width:auto;height:85px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;margin-bottom:-5px;transition:all .3s}.footer-slogan{letter-spacing:.02em;color:#e2e8f0;text-transform:uppercase;text-align:left;margin-top:5px;margin-left:2px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:800;display:block}.footer-logo:hover{opacity:1;filter:brightness(0)invert()drop-shadow(0 4px 16px #ffffff59)}.logo-text-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-desc{color:#ffffffb3;max-width:400px}.footer-links-group h4{color:var(--color-white);margin-bottom:1.5rem;font-size:1.1rem}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;transition:color .3s}.footer-links a:hover{color:var(--color-white);text-decoration:underline}.footer-phone-item{color:#ffffffb3;margin-top:1rem;font-size:.95rem}.footer-phone-item a{color:var(--color-white);font-weight:600}.catalog-link-footer{font-weight:700;color:var(--color-secondary)!important}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding:2rem 0;font-size:.9rem}.floating-wa{background:var(--color-success);color:#fff;width:58px;height:58px;box-shadow:var(--shadow-lg);z-index:1000;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:fixed;bottom:4rem;right:1.5rem}.floating-wa:hover{color:#fff;transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.floating-wa{animation:2s infinite pulse}@media (width<=768px){.floating-wa{width:54px;height:54px;bottom:2rem;right:1.2rem}.floating-wa svg{width:24px;height:24px}}.hero{align-items:center;min-height:100vh;padding-top:190px;display:flex;position:relative;overflow:hidden;background:var(--color-primary)!important;color:var(--color-white)!important}.hero:after{content:"";z-index:4;pointer-events:none;background-color:#0000;background-image:linear-gradient(135deg,#0000 33.33%,#00aeef1a 33.33% 66.66%,#0000 66.66%),linear-gradient(225deg,#0000 33.33%,#00aeef1a 33.33% 66.66%,#0000 66.66%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:200%;height:120px;animation:8s linear infinite mesh-flow;position:absolute;bottom:0;right:-100%;-webkit-mask-image:linear-gradient(#0000,#0009);mask-image:linear-gradient(#0000,#0009)}@keyframes slow-zoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero{background:var(--color-primary)!important;color:#fff!important}.hero-glow-background{filter:blur(60px);z-index:1;background:radial-gradient(circle,#9333ea26 0%,#00aeef0d 40%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:75%;transform:translate(-50%,-50%)}.hero-container{z-index:3;justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex;position:relative}.hero-content{z-index:4;flex:1;max-width:600px;position:relative}.hero-title{font-weight:900;color:#fff!important}.hero-subtitle{font-weight:400;color:#fffc!important}.hero-badge{color:#fff;background-color:#ffffff1a;border:1px solid #fff3}.btn-outline{color:#fff!important;border-color:#fff!important}.btn-outline:hover{color:var(--color-primary)!important;background-color:#fff!important}.btn-subtext{color:#fff9!important}.social-proof{border-left-color:var(--color-accent);background:#ffffff0d}.social-proof p{color:#fffc!important}.hero-product-container{z-index:4;flex:1;justify-content:center;align-items:center;height:600px;display:flex;position:relative}.hero-product-img{position:absolute}.hero-product-img.secondary-mesh{object-fit:contain;filter:blur(8px)contrast(.9)brightness(.6);z-index:1;width:85%;height:85%;animation:12s ease-in-out infinite alternate float-3d-slow;top:5%;left:-20%;-webkit-mask-image:radial-gradient(#000 40%,#0000 70%);mask-image:radial-gradient(#000 40%,#0000 70%)}.hero-product-img.main-mesh{object-fit:contain;mix-blend-mode:normal;filter:contrast(1.15)brightness(1.1);z-index:2;width:100%;height:100%;animation:8s ease-in-out infinite alternate float-3d;left:5%;-webkit-mask-image:radial-gradient(#000 50%,#0000 72%);mask-image:radial-gradient(#000 50%,#0000 72%)}.hero-floating-badges{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.hero-badge-float{-webkit-backdrop-filter:blur(16px);color:#fff;letter-spacing:.5px;background:#14142899;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:16px;padding:10px 24px 10px 10px;font-size:1.15rem;font-weight:700;animation:6s ease-in-out infinite alternate float-3d;display:flex;position:absolute;box-shadow:0 20px 40px #00000080}.hero-badge-float img{object-fit:contain;mix-blend-mode:multiply;background:#fff;border:2px solid #fff3;border-radius:50%;width:80px;height:80px;padding:8px}.badge-top{animation-delay:0s;top:10%;left:-15%}.badge-bottom{animation-delay:-3s;bottom:10%;right:-5%}@keyframes float-3d{0%{transform:translateY(0)}to{transform:translateY(-15px)}}@keyframes float-3d-slow{0%{transform:translateY(0)scale(.95)}to{transform:translateY(-10px)scale(1)}}.hero-badge{letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.live-dot{width:10px;height:10px;animation:pulse-dot 1.5s infinite var(--ease-out-cubic,ease-out);background-color:#2ed573;border-radius:50%;display:inline-block;box-shadow:0 0 #2ed573b3}@keyframes pulse-dot{0%{transform:scale(.95);box-shadow:0 0 #2ed573b3}70%{transform:scale(1);box-shadow:0 0 0 8px #2ed57300}to{transform:scale(.95);box-shadow:0 0 #2ed57300}}.hero-title{color:var(--color-white);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--color-bg-light);opacity:.9;max-width:600px;margin-bottom:1.5rem;font-size:clamp(1.125rem,2vw,1.25rem)}.hero-cta-group{flex-wrap:wrap;gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-outline{color:var(--color-white);background-color:#0000;border:2px solid #ffffff80}.btn-outline:hover{border-color:var(--color-white);background-color:#ffffff1a}.btn-wrapper{flex-direction:column;align-items:center;gap:.5rem;display:flex}.btn-subtext{color:#fff9;font-size:.8rem;font-weight:500}.social-proof{border-left:4px solid var(--color-accent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000026;border-radius:8px;align-items:center;gap:1rem;max-width:fit-content;margin-top:3rem;padding:1rem 1.5rem;display:flex}.social-proof .stars{letter-spacing:2px;font-size:1.2rem}.social-proof p{color:#ffffffe6;margin:0;font-size:.95rem;font-weight:500}@media (width<=1024px){.hero-container{text-align:center;flex-direction:column}.hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-product-container{width:100%;height:500px;margin-top:2rem}}@media (width<=768px){.hero{flex-direction:column;align-items:center;min-height:auto;padding-top:8rem;padding-bottom:3rem;display:flex}.hero-container{text-align:center;flex-direction:column;gap:1.5rem}.hero-content{order:1;max-width:100%;padding:0 1.5rem}.hero-title{margin-bottom:1rem;font-size:2.1rem!important}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem!important}.hero-cta-group{flex-direction:column;gap:1rem;padding:0 2rem}.hero-cta-group .btn{width:100%;padding:1rem!important}.hero-product-container{order:2;width:100%;margin-top:2rem;display:block;position:relative;overflow:visible;height:400px!important}.hero-product-img.main-mesh{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:1!important;visibility:visible!important;z-index:10!important;filter:none!important;width:90%!important;height:auto!important;display:block!important;-webkit-mask-image:none!important;mask-image:none!important}.hero-product-img.secondary-mesh,.hero-floating-badges{display:none}.social-proof{order:3;max-width:90%;margin:2rem auto}}.trust-badges{background-color:var(--color-white);border-bottom:1px solid var(--color-bg-light);z-index:10;box-shadow:var(--shadow-lg);border-radius:12px;max-width:1200px;margin:0 auto;padding:3rem 0;position:relative;transform:translateY(-40px)}.badges-grid{text-align:center;grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (width>=640px){.badges-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.badges-grid{grid-template-columns:repeat(4,1fr)}}.badge-card{flex-direction:column;align-items:center;padding:1rem;transition:transform .3s;display:flex}.badge-card:hover{transform:translateY(-5px)}.badge-icon{color:var(--color-secondary);background:var(--color-bg-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.badge-title{color:var(--color-primary);margin-bottom:.5rem;font-size:1.1rem}.badge-text{font-size:.9rem}@media (width<=768px){.trust-badges{margin:2rem 1.5rem;padding:2rem 0;transform:translateY(0)}}.bg-light{background-color:var(--color-bg-light)}.section-title{margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.5rem)}.section-subtitle{max-width:700px;margin:0 auto 3rem;font-size:1.1rem}.products-grid{text-align:left;grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (width>=768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:var(--color-white);box-shadow:var(--shadow-sm);border:1px solid var(--glass-border);border-radius:12px;flex-direction:column;padding:0;transition:all .3s;display:flex;position:relative;overflow:hidden}.product-badge{background:var(--color-secondary);color:#fff;text-transform:uppercase;z-index:5;border-radius:4px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 8px #007bff4d}.product-card-link{color:inherit;flex-direction:column;flex-grow:1;text-decoration:none;display:flex}.product-card:hover{box-shadow:var(--shadow-xl);border-color:var(--color-secondary);transform:translateY(-8px)}.product-image-wrapper{background-color:var(--color-bg-light);height:250px;padding:1.5rem;position:relative}.product-image-show{object-fit:contain;background-color:#fff;border:1px solid #00000014;border-radius:12px;width:100%;height:100%;padding:1rem;transition:transform .4s,box-shadow .4s;box-shadow:0 6px 16px #0000000f}.product-card:hover .product-image-show{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.product-icon-overlay{background:var(--color-accent);color:var(--color-white);width:50px;height:50px;box-shadow:var(--shadow-md);z-index:2;border:4px solid var(--color-white);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-20px;right:20px}.product-card-body{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.product-category{color:var(--color-accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.product-title{color:var(--color-primary);margin-bottom:.25rem;font-size:1.3rem;font-weight:800}.product-ideal{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.product-benefits{color:var(--color-text-dark);margin-bottom:1.5rem;font-size:.9rem;list-style:none}.product-benefits li{margin-bottom:.4rem}.variants-preview{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.variant-mini-pill{background:var(--color-bg-light);color:var(--color-primary);border:1px solid var(--glass-border);border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.cta-mini{text-align:center;background:var(--color-bg-light);color:var(--color-primary);border:1px solid var(--glass-border);border-radius:8px;padding:.75rem;font-size:.85rem;font-weight:700;transition:all .3s;display:block}.product-card:hover .cta-mini{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-wrapper-prod{margin-top:auto}.btn-wrapper-prod .btn{width:100%}.applications{background-color:var(--color-white);padding:5rem 0}.applications-list{flex-direction:column;gap:4rem;margin-top:4rem;display:flex}.app-row{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=768px){.app-row{flex-direction:row;gap:5rem}.app-row-reverse{flex-direction:row-reverse}}.app-image-container{box-shadow:var(--shadow-lg);border-radius:12px;flex:1.2;width:100%;position:relative;overflow:hidden}.app-image{object-fit:cover;width:100%;height:250px;transition:transform .8s;display:block}@media (width>=768px){.app-image{height:400px}}.app-row:hover .app-image{transform:scale(1.05)}.app-content-box{flex-direction:column;flex:1;justify-content:center;display:flex}.app-icon{color:var(--color-secondary);background:#1e88e51a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;transition:all .3s;display:flex}.app-row:hover .app-icon{background:var(--color-secondary);color:var(--color-white)}.app-title{color:var(--color-primary);margin-bottom:1rem;font-size:2rem;line-height:1.2}.app-text{color:var(--color-text-muted);font-size:1.1rem;line-height:1.7}.differentiators{background-color:var(--color-primary);color:var(--color-white);padding-top:6rem;padding-bottom:7rem;position:relative;overflow:hidden}.differentiators:before{content:"";opacity:.5;pointer-events:none;background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.diff-wrapper{z-index:2;position:relative}.badge{background-color:var(--color-accent);color:var(--color-white);text-transform:uppercase;letter-spacing:1px;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.diff-header{max-width:800px;margin:0 auto 4rem}.differentiators .section-title{color:var(--color-white);font-size:2.5rem}.differentiators .section-subtitle{color:#ffffffb3;margin-bottom:4rem}.diff-grid{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex}.diff-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex:0 calc(33.333% - 2rem);min-width:280px;max-width:350px;padding:2.5rem 2rem;transition:transform .3s,background .3s,border-color .3s}.diff-item:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-8px)}.diff-icon{color:#64b5f6;justify-content:center;margin-bottom:1.5rem;display:flex}.diff-title{color:var(--color-white);margin-bottom:1rem;font-size:1.25rem}.diff-desc{color:#ffffffb3;font-size:.95rem;line-height:1.6}.diff-cta{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;margin-top:5rem;padding:3rem;display:flex}.diff-cta p{color:var(--color-white);font-size:1.1rem}.diff-cta strong{color:var(--color-accent)}@media (width>=768px){.diff-cta{text-align:left;flex-direction:row;justify-content:space-between}}.about-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=992px){.about-grid{grid-template-columns:1fr 1fr}}.about-image-container{border-radius:12px;position:relative}.about-illustration{z-index:5;filter:drop-shadow(0 10px 15px #0003);width:150px;height:auto;position:absolute;bottom:-20px;right:-20px}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}.animate-float{animation:4s ease-in-out infinite float}.about-image{object-fit:cover;width:100%;height:100%;box-shadow:var(--shadow-lg);border-radius:12px}.about-image-container:before{content:"";background:var(--color-primary);opacity:.1;pointer-events:none;position:absolute;inset:0}.text-left{text-align:left}.about-lead{color:var(--color-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.about-text{margin-bottom:2rem;line-height:1.8}.about-stats{border-top:1px solid var(--color-bg-light);gap:2rem;padding-top:2rem;display:flex}.stat{flex-direction:column;display:flex}.stat-number{color:var(--color-accent);margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1}.stat-label{color:var(--color-text-muted);font-size:.9rem;font-weight:500}.contact{background-color:var(--color-primary);color:var(--color-white);padding:6rem 0;position:relative;overflow:hidden}.contact:before{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff08 40.5%,#ffffff14 100%);width:60%;height:200%;position:absolute;top:-50%;right:-10%;transform:rotate(-15deg)}.contact-wrapper{z-index:2;position:relative}.contact-grid{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=992px){.contact-grid{grid-template-columns:1fr 1.2fr;align-items:center}}.contact-info{flex-direction:column;display:flex}.contact-info .section-title{color:var(--color-white);margin-bottom:1.5rem;font-size:2.5rem}.contact-desc{color:#fffc;margin-bottom:3rem;font-size:1.15rem;line-height:1.6}.info-items{flex-direction:column;gap:2rem;display:flex}.info-item{align-items:center;gap:1.25rem;display:flex}.info-icon-wrapper{color:#64b5f6;background:#1e88e533;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.info-item:hover .info-icon-wrapper{background:var(--color-secondary);color:var(--color-white);transform:translateY(-3px)}.info-item h4{color:var(--color-white);margin-bottom:.25rem;font-size:1.1rem}.info-item a,.info-item p{color:#ffffffb3;font-size:.95rem;transition:color .2s}.info-item a:hover{color:#64b5f6}.contact-form-container{background:var(--color-white);color:var(--color-text-dark);border-radius:16px;padding:3rem 2.5rem;box-shadow:0 25px 50px -12px #00000059}.contact-form h3{color:var(--color-primary);margin-bottom:2rem;font-size:1.75rem;font-weight:800}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:hover,.form-group textarea:hover{border-color:#d1d5db}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-secondary);background-color:var(--color-white);outline:none;box-shadow:0 0 0 4px #1e88e526}.submit-btn{border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.form-success{color:#065f46;text-align:center;background:#d1fae5;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.95rem;font-weight:600}.form-error{color:#991b1b;text-align:center;background:#fee2e2;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.95rem;font-weight:600}.hidden-field{visibility:hidden;width:0;height:0;overflow:hidden;display:none!important}.pd-page{background-color:#f4f7fa;min-height:100vh;padding-top:80px;padding-bottom:2rem}.pd-header-bg{background-color:var(--color-primary);z-index:1;width:100%;height:160px;position:absolute;top:80px;left:0}.pd-container{z-index:2;max-width:1100px;margin:0 auto;padding:0 1.5rem;position:relative}.pd-technical-sheet{background:#fff;border:1px solid #1e293b;border-radius:4px;flex-direction:column;margin-top:2rem;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000026}.pd-sheet-header{background-color:#f8fafc;background-image:linear-gradient(#00aeef08 1px,#0000 1px),linear-gradient(90deg,#00aeef08 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:20px 20px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-bottom:2px solid #1e293b;justify-content:space-between;align-items:flex-end;padding:2rem;display:flex}.pd-sheet-header-left{flex-direction:column;gap:.75rem;display:flex}.pd-back-btn{color:var(--color-text-muted);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.pd-back-btn:hover{color:var(--color-primary)}.pd-sheet-meta{flex-direction:column;display:flex}.pd-sheet-cat{color:var(--color-secondary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.2rem;font-size:.7rem;font-weight:800}.pd-sheet-title{color:var(--color-primary);margin:0;font-size:2.2rem;font-weight:900;line-height:1}.pd-sheet-header-right{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.pd-sheet-sku{color:var(--color-text-muted);background:#f8f9fa;border-radius:4px;padding:.2rem .5rem;font-family:monospace;font-size:.85rem}.pd-sheet-badge{color:#28a745;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;display:flex}.pd-sheet-grid{grid-template-columns:1fr 320px;display:grid}.pd-sheet-main{border-right:1px solid #f0f3f7;padding:2rem}.pd-sheet-sidebar{background:#fcfdfe;flex-direction:column;gap:2rem;padding:2rem;display:flex}.pd-sheet-product-row{grid-template-columns:280px 1fr;gap:2rem;margin-bottom:2rem;display:grid}.pd-sheet-image-box{background:#f8f9fa;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;height:280px;padding:1rem;display:flex}.pd-sheet-image-box img{object-fit:contain;max-width:100%;max-height:100%}.pd-section-label{color:#94a3b8;letter-spacing:1px;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:flex}.pd-technical-table{border-collapse:collapse;width:100%}.pd-technical-table tr{border-bottom:1px solid #f1f5f9}.pd-technical-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;width:40%;padding:.85rem 0;font-size:.75rem;font-weight:600}.pd-technical-table td{color:var(--color-primary);padding:.85rem 0;font-family:Inter,monospace;font-size:.95rem;font-weight:700}.pd-sheet-details-row{border-top:1px dotted #e2e8f0;grid-template-columns:1fr 1fr;gap:2rem;padding-top:2rem;display:grid}.pd-text-item{color:#475569;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.pd-text-item svg{color:#10b981}.pd-app-badges{flex-wrap:wrap;gap:.4rem;display:flex}.pd-app-badge-item{color:#334155;background:#f1f5f9;border-radius:4px;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.pd-measures-list{flex-direction:column;gap:.5rem;display:flex}.pd-measure-item{border:1px solid #cbd5e1;border-left:3px solid var(--color-secondary);background:#fff;border-radius:2px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.85rem;display:flex}.pd-m-name{color:#0f172a;text-transform:uppercase;font-size:.75rem;font-weight:800}.pd-m-val{color:var(--color-secondary);font-family:monospace;font-size:.95rem;font-weight:700}.pd-sidebar-actions{flex-direction:column;gap:.75rem;display:flex}.pd-sheet-btn-primary{background:var(--color-secondary);color:#fff;text-align:center;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;padding:1rem;font-weight:700;text-decoration:none;transition:transform .2s;display:flex}.pd-sheet-btn-primary:hover{background:var(--color-primary);transform:translateY(-2px)}.pd-sheet-btn-outline{color:var(--color-primary);cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;padding:.8rem;font-weight:700;display:flex}.pd-sheet-btn-outline:hover{background:#f8fafc}.pd-sheet-footer{border-top:1px solid #f1f5f9;margin-top:auto;padding-top:2rem}.pd-footer-trust{color:#10b981;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:flex}.pd-footer-info{color:#94a3b8;margin:0;font-size:.65rem;line-height:1.4}@media (width<=1000px){.pd-sheet-grid{grid-template-columns:1fr}.pd-sheet-main{border-bottom:1px solid #f0f3f7;border-right:none}.pd-sheet-product-row{grid-template-columns:1fr}}@media (width<=600px){.pd-sheet-header{flex-direction:column;align-items:flex-start;gap:1rem}.pd-sheet-header-right{align-items:flex-start}.pd-sheet-details-row{grid-template-columns:1fr}.pd-sheet-title{font-size:1.8rem}}.calc-page{background:linear-gradient(135deg,#0a0f1e 0%,#131d3a 50%,#0d1a2e 100%);min-height:100vh;padding-top:100px}.calc-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1d1d4bf2;border-bottom:1px solid #00aeef40;padding:1.5rem 0}.calc-header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.calc-back{color:#fff9;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.8rem;text-decoration:none;transition:color .2s;display:inline-flex}.calc-back:hover{color:var(--color-accent)}.calc-header-title{align-items:center;gap:1rem;display:flex}.calc-header-title svg{color:var(--color-accent);flex-shrink:0}.calc-header-title h1{color:#fff;margin:0;font-size:1.75rem;font-weight:800;line-height:1.2}.calc-header-title p{color:#fff9;margin:.2rem 0 0;font-size:.85rem}.calc-body{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.calc-body-inner{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.calc-form-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.calc-form-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.6rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.calc-form-header svg{color:var(--color-accent)}.calc-form-header h2{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1.15rem;font-weight:700}.calc-step{gap:1rem;margin-bottom:1.5rem;display:flex}.calc-step-number{background:linear-gradient(135deg, var(--color-secondary), var(--color-accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:2px;font-size:.85rem;font-weight:800;display:flex}.calc-step-content{flex:1}.calc-step-content>label{color:#ffffffe6;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.calc-select-wrap{position:relative}.calc-select-wrap select{color:#fff;appearance:none;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:.85rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.calc-select-wrap select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #00aeef26}.calc-select-wrap select option,.calc-select-wrap select optgroup{color:#fff;background:#1a1a3e}.calc-select-icon{color:#ffffff80;pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.calc-product-info{color:#ffffffb3;background:#00aeef14;border:1px solid #00aeef26;border-radius:8px;align-items:flex-start;gap:.4rem;margin-top:.5rem;padding:.6rem .75rem;font-size:.78rem;line-height:1.4;display:flex}.calc-product-info svg{color:var(--color-accent);flex-shrink:0;margin-top:1px}.calc-roll-specs{background:#007bff0f;border:1px solid #007bff1f;border-radius:12px;margin:0 0 1.5rem 2.75rem;padding:1rem}.calc-roll-specs h4{color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;margin:0 0 .75rem;font-size:.7rem;font-weight:700}.calc-specs-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.calc-spec-item{flex-direction:column;gap:.15rem;display:flex}.calc-spec-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem}.calc-spec-value{color:#fff;font-size:1rem;font-weight:700}.calc-unit-toggle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:1rem;display:flex;overflow:hidden}.calc-unit-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex:1;padding:.55rem;font-size:.8rem;font-weight:600;transition:all .2s}.calc-unit-btn.active{background:var(--color-secondary);color:#fff}.calc-inputs-row{align-items:flex-end;gap:.75rem;display:flex}.calc-input-group{flex:1}.calc-input-group label{color:#ffffffb3;align-items:center;gap:.3rem;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:flex}.calc-input-group label svg{color:var(--color-accent)}.calc-input-wrap{position:relative}.calc-input-wrap input{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.calc-input-wrap input:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #00aeef26}.calc-input-wrap input::placeholder{color:#ffffff40;font-weight:400}.calc-input-unit{color:#ffffff59;font-size:.8rem;font-weight:700;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.calc-input-divider{color:#ffffff40;padding-bottom:.4rem;font-size:1.5rem;font-weight:300}.calc-actions{border-top:1px solid #ffffff14;gap:.75rem;margin-top:2rem;padding-top:1.5rem;display:flex}.calc-btn-calculate{color:#fff;background:linear-gradient(135deg, var(--color-secondary), var(--color-accent));cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #007bff4d}.calc-btn-calculate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #007bff66}.calc-btn-calculate:disabled{opacity:.4;cursor:not-allowed}.calc-btn-reset{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:.85rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .2s}.calc-btn-reset:hover{color:#fffc;background:#ffffff1a}.calc-result-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .4s;position:sticky;top:120px;box-shadow:0 8px 32px #0000004d}.calc-result-card.show{border-color:#00aeef4d;box-shadow:0 8px 40px #00aeef26}.calc-result-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.calc-result-header svg{color:#28a745}.calc-result-header h2{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1.15rem;font-weight:700}.calc-result-main{text-align:center;background:linear-gradient(135deg,#007bff1f,#00aeef14);border:1px solid #00aeef33;border-radius:12px;margin-bottom:1.5rem;padding:2rem 1rem}.calc-result-big-number{flex-direction:column;align-items:center;gap:.25rem;display:flex}.calc-big-num{background:linear-gradient(135deg, var(--color-accent), var(--color-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4.5rem;font-weight:900;line-height:1;animation:.5s pulseIn}.calc-big-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;font-weight:600}@keyframes pulseIn{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.calc-result-details{flex-direction:column;gap:0;margin-bottom:1.25rem;display:flex}.calc-result-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.6rem 0;font-size:.82rem;display:flex}.calc-result-row span{color:#ffffff80}.calc-result-row strong{color:#fff;font-weight:600}.calc-result-row.highlight{background:#00aeef0f;border-bottom:none;border-radius:6px;margin:0 -.5rem;padding:.6rem .5rem}.calc-result-row.highlight strong{color:var(--color-accent)}.calc-result-note{background:#ffc10714;border:1px solid #ffc10726;border-radius:8px;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem;padding:.75rem;display:flex}.calc-result-note svg{color:#ffc107;flex-shrink:0;margin-top:2px}.calc-result-note p{color:#fff9;margin:0;font-size:.75rem;line-height:1.4}.calc-cta-whatsapp{color:#fff;background:#25d366;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:.75rem;padding:.85rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #25d3664d}.calc-cta-whatsapp:hover{color:#fff;background:#1ebd59;transform:translateY(-2px);box-shadow:0 8px 25px #25d36666}.calc-link-product{text-align:center;color:var(--color-accent);padding:.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.calc-link-product:hover{color:#fff}.calc-result-empty{text-align:center;padding:3rem 1rem}.calc-empty-icon{margin-bottom:1.5rem}.calc-empty-icon svg{color:#ffffff1a}.calc-result-empty h3{color:#ffffff59;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.calc-result-empty p{color:#fff3;max-width:280px;margin:0 auto;font-size:.82rem;line-height:1.4}.calc-reference{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;margin-top:3rem;padding:2rem;box-shadow:0 8px 32px #0000004d}.calc-reference h3{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:700}.calc-table-wrap{overflow-x:auto}.calc-table{border-collapse:collapse;width:100%;font-size:.82rem}.calc-table thead th{text-align:left;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;border-bottom:1px solid #ffffff1a;padding:.75rem 1rem;font-size:.7rem;font-weight:700}.calc-table tbody tr{cursor:pointer;transition:background .2s}.calc-table tbody tr:hover{background:#00aeef0f}.calc-table tbody tr.selected{border-left:3px solid var(--color-accent);background:#007bff1f}.calc-table tbody td{color:#ffffffb3;white-space:nowrap;border-bottom:1px solid #ffffff0a;padding:.65rem 1rem}.calc-table tbody td strong{color:var(--color-accent)}.calc-caliber-badge{color:var(--color-accent);background:#00aeef26;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}@media (width<=900px){.calc-body-inner{grid-template-columns:1fr}.calc-result-card{position:static}.calc-header-title h1{font-size:1.35rem}}@media (width<=600px){.calc-page{padding-top:80px}.calc-header{padding:1rem 0}.calc-header-title{gap:.75rem}.calc-header-title svg{display:none}.calc-header-title h1{font-size:1.15rem}.calc-body{padding:1rem 1rem 3rem}.calc-form-card,.calc-result-card,.calc-reference{border-radius:12px;padding:1.25rem}.calc-inputs-row{flex-direction:column;gap:.5rem}.calc-input-divider{display:none}.calc-big-num{font-size:3.5rem}.calc-step{gap:.75rem}.calc-step-number{width:28px;min-width:28px;height:28px;font-size:.75rem}.calc-roll-specs{margin-left:2.25rem}.calc-specs-grid{grid-template-columns:1fr 1fr;gap:.4rem}.calc-actions{flex-direction:column}.calc-result-row{flex-wrap:wrap;gap:.2rem;font-size:.78rem}.calc-table{font-size:.75rem}.calc-table thead th,.calc-table tbody td{padding:.5rem .6rem}}input[type=number]::-webkit-inner-spin-button{opacity:.5}input[type=number]::-webkit-outer-spin-button{opacity:.5}
