.products-hero{position:relative;padding:110px 0 40px;text-align:center;background:var(--blue-dark);overflow:hidden}.products-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(500px circle at 50% 10%,rgba(255,120,0,.05),transparent 70%);pointer-events:none}.products-hero .container{position:relative;z-index:1}.products-hero p{max-width:720px;margin:16px auto 0;opacity:.75}.products-nav{position:relative;z-index:60;display:flex;justify-content:center;padding:18px 0 48px;background:transparent}.products-nav.sticky{position:sticky;top:var(--header-height);z-index:2000}.products-nav .container{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;width:fit-content;max-width:calc(100% - 48px);padding:14px 26px;border-radius:var(--radius-pill);background:#ffffff0e;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 14px 44px #00000061,inset 0 1px #ffffff1a}.products-nav a{position:relative;padding-bottom:6px;color:#ffffff8c;text-decoration:none;font-weight:500;letter-spacing:.4px;transition:color var(--transition-fast),opacity var(--transition-fast)}.products-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--orange),#ff9a3c);transition:width var(--transition-base)}.products-nav a.active{color:#fff}.products-nav a.active:after{width:100%}@media(hover:hover)and (pointer:fine){.products-nav a:hover{color:#fff}.products-nav a:hover:after{width:100%}}.product-section{position:relative;padding:72px 0 92px;background:var(--blue-deep);overflow:hidden;scroll-margin-top:128px}.product-section.alt{background:var(--blue-soft)}.product-section:before{content:"";position:absolute;inset:0;background:radial-gradient(600px circle at 20% 30%,rgba(255,120,0,.06),transparent 70%),radial-gradient(800px circle at 80% 70%,rgba(0,180,255,.05),transparent 70%);opacity:.6;pointer-events:none}.product-section .container{position:relative;z-index:1}.product-section .grid{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:80px}.product-section .image,.product-section .content{align-self:center}#tempolibero .image{align-self:start;margin-top:0}.product-section .content{position:relative;z-index:2}.product-section .content h2{margin-bottom:16px}.product-section .content p{margin-bottom:18px;line-height:1.7;opacity:.8}.product-section .highlight{position:relative;margin:26px 0;padding:22px 26px;border-radius:var(--radius-md);background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #0006,inset 0 1px #ffffff14;overflow:hidden;transition:transform var(--transition-fast),border-color var(--transition-fast)}.product-section .highlight:before{content:"";position:absolute;inset:0;background:radial-gradient(300px circle at 0% 50%,rgba(255,120,0,.15),transparent 70%);opacity:.4;pointer-events:none}@media(hover:hover)and (pointer:fine){.product-section .highlight:hover{transform:translateY(-3px)}}.product-brand-card{position:relative;margin:28px 0 0;padding:26px;border-radius:var(--radius-md);background:linear-gradient(180deg,#ffffff0e,#ffffff09),#ffffff09;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 22px 60px #0000006b,inset 0 1px #ffffff14;overflow:hidden}.product-brand-card:before{content:"";position:absolute;inset:0;background:radial-gradient(360px circle at 15% 15%,rgba(255,107,0,.16),transparent 65%),radial-gradient(420px circle at 90% 80%,rgba(0,180,255,.08),transparent 70%);opacity:.75;pointer-events:none}.product-brand-card>*{position:relative;z-index:1}.brand-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px}.brand-logo{width:auto;height:30px;padding:5px 8px;border-radius:6px;background:#ffffffeb;box-shadow:0 8px 20px #00000040}.brand-badge{display:inline-flex;align-items:center;gap:6px;color:var(--orange);font-size:.76rem;font-weight:700;line-height:1.2;letter-spacing:1.1px;text-transform:uppercase;text-shadow:0 0 16px rgba(255,107,0,.22)}.brand-card-copy{margin-bottom:20px;color:#ffffffe0;font-size:1.05rem;line-height:1.6;opacity:1}.brand-card-copy strong{color:#fff;font-weight:700}.brand-product{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:16px;margin:18px 0 22px;padding:14px;border-radius:14px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08)}.brand-product img{width:120px;height:82px;padding:8px;border-radius:10px;object-fit:contain;background:#ffffffeb}.brand-product strong{display:block;color:#fff;font-size:1rem;line-height:1.25}.brand-product span{display:block;margin-top:4px;color:#ffffff94;font-size:.85rem;line-height:1.35}.brand-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px 22px;margin:20px 0 26px}.brand-features div{display:flex;flex-direction:column;gap:2px}.brand-features div:nth-child(4){grid-column:span 2}.brand-features strong{color:#fff;font-size:.98rem;line-height:1.25}.brand-features span{color:#ffffff7a;font-size:.78rem;line-height:1.25}.brand-card-cta{width:fit-content;margin-top:2px}.product-section .image{position:relative;opacity:0;transform:translateY(40px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.product-section .image.visible{opacity:1;transform:translateY(0)}.product-section .image:before{content:"";position:absolute;inset:-20px;z-index:-1;background:radial-gradient(circle at 60% 50%,rgba(255,120,0,.12),transparent 70%);opacity:.6}.product-section .image:after{content:"";position:absolute;inset:0;border-radius:20px;background:linear-gradient(120deg,rgba(0,0,0,.35),rgba(0,0,0,.05) 40%,transparent 70%);pointer-events:none}.product-section .image img{width:100%;border-radius:20px;box-shadow:0 30px 70px #0000008c,0 10px 25px #00000059;transition:transform var(--transition-base),box-shadow var(--transition-base)}@media(hover:hover)and (pointer:fine){.product-section .image img:hover{transform:scale(1.025);box-shadow:0 40px 90px #000000b3,0 15px 35px #0006}}.products-final{padding:120px 0;text-align:center;background:var(--blue-deep)}.products-final p{margin:14px 0 28px;opacity:.75}.product-section.reveal{opacity:0;transform:translateY(20px);filter:none!important;transition:opacity .35s ease,transform .45s var(--ease-out)}.product-section.reveal.visible{opacity:1;transform:translateY(0);filter:none!important}@media(min-width:769px){.product-section:first-of-type{padding-top:82px}}@media(max-width:768px){html{scroll-padding-top:120px}.products-hero{padding:72px 0 28px}.products-hero h1{font-size:1.9rem;line-height:1.25}.products-hero p{margin-top:12px;font-size:1.05rem;line-height:1.55}.products-nav{padding:8px 0 28px}.products-nav.sticky{top:var(--header-mobile-height)}.products-nav .container{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 10px;width:calc(100% - 32px);max-width:none;padding:12px;border-radius:24px;background:linear-gradient(180deg,#ffffff0e,#ffffff06),#0d2a4eb8;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 14px 38px #00000057,inset 0 1px #ffffff14;overflow:visible}.products-nav a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;color:#ffffff9e;font-size:.9rem;line-height:1.1;white-space:nowrap;text-align:center;border-radius:var(--radius-pill);background:transparent;transition:color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast)}.products-nav a:after{display:none}.products-nav a.active{color:#fff;background:#ff6b002e;box-shadow:inset 0 0 0 1px #ff6b0061,0 0 14px #ff6b001f}.product-section{padding:28px 0 42px;scroll-margin-top:120px}.product-section .container.grid,.product-section.alt .container.grid{display:flex;flex-direction:column;gap:18px}.product-section .image{order:1;margin-bottom:6px}.product-section .content{order:2}.product-section .content h2{font-size:1.5rem;line-height:1.3}.product-section .content p{margin-bottom:14px;font-size:1rem;line-height:1.6}.product-section .highlight{margin:20px 0;padding:18px}.product-section .image,.product-section .image.visible{opacity:1;transform:none;filter:none!important}.product-section .image img{border-radius:16px}.product-section .btn,.products-final .btn{width:100%}.product-brand-card{margin-top:22px;padding:22px;border-radius:var(--radius-md)}.brand-card-head{flex-direction:column;align-items:flex-start;gap:10px}.brand-logo{height:28px}.brand-badge{font-size:.74rem;letter-spacing:.9px}.brand-card-copy{font-size:1rem;line-height:1.6}.brand-product{grid-template-columns:1fr}.brand-product img{width:100%;height:120px}.brand-features{grid-template-columns:1fr 1fr;gap:16px}.brand-features div:nth-child(4){grid-column:span 2}.brand-card-cta{width:100%}.products-final{padding:80px 0}.products-final h2{font-size:1.6rem}.products-final p{font-size:1rem;line-height:1.55}.product-section.reveal,.product-section.reveal.visible{opacity:1;transform:none;filter:none!important}}@media(max-width:380px){.products-nav .container{width:calc(100% - 24px);gap:7px;padding:10px}.products-nav a{padding:7px 9px;font-size:.82rem}.brand-features{grid-template-columns:1fr}.brand-features div:nth-child(4){grid-column:auto}}
