.section-artigos{padding:4rem 3rem;background:var(--bg-card)}.section-artigos-inner{max-width:1100px;margin:0 auto}.section-artigos h2{font-size:24px;font-weight:800;letter-spacing:-.02em;margin-bottom:1.75rem}.artigos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.artigo-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.5rem;text-decoration:none;color:var(--text);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.artigo-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2d2d2d14}.artigo-card-thumb{width:100%;aspect-ratio:16/9;overflow:hidden}.artigo-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.artigo-card:hover .artigo-card-thumb img{transform:scale(1.04)}.artigo-card-body{padding:1rem;flex:1;display:flex;flex-direction:column}.artigo-date{font-size:11px;color:var(--muted);font-weight:600;letter-spacing:.05em;display:block;margin-bottom:.5rem}.artigo-card h3{font-size:15px;font-weight:700;line-height:1.4;margin-bottom:.5rem}.artigo-card p{font-size:13px;color:var(--muted);line-height:1.65;flex:1;margin-bottom:1rem}.artigo-link{font-size:12px;font-weight:700;color:var(--orange)}@media(max-width:900px){.section-artigos{padding:3rem 1.5rem}}.banner{margin-top:68px;position:relative;width:100%;height:260px;overflow:hidden}.banner-slides{display:flex;height:100%;transition:transform .7s cubic-bezier(.77,0,.175,1)}.banner-slide{min-width:100%;height:100%;position:relative;display:flex;align-items:center}.banner-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(45,45,45,.82) 0%,rgba(45,45,45,.4) 55%,transparent 100%);z-index:1}.banner-slide-2{background:url(/Imagens/BannerInterno.webp) center/cover no-repeat}.banner-content{position:relative;z-index:2;padding:0 3rem;max-width:580px}.banner-badge{display:inline-block;background:var(--orange);color:var(--white);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:.8rem}.banner-content h2{font-size:clamp(20px,2.8vw,30px);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:.7rem;letter-spacing:-.02em}.banner-content h2 em{font-style:normal;color:var(--orange-light)}.banner-content p{font-size:13px;color:#ffffffb8;line-height:1.6;margin-bottom:1rem;font-weight:400}.banner-btns{display:flex;gap:10px}.btn-banner-primary{background:var(--orange);color:var(--white);padding:9px 22px;border-radius:100px;font-size:12px;font-weight:700;font-family:Raleway,sans-serif;border:none;cursor:pointer;text-decoration:none;transition:background .2s;display:inline-block}.btn-banner-primary:hover{background:var(--orange-dark)}.btn-banner-ghost{background:#ffffff1f;color:var(--white);padding:9px 22px;border-radius:100px;font-size:12px;font-weight:600;font-family:Raleway,sans-serif;border:1px solid rgba(255,255,255,.25);cursor:pointer;text-decoration:none;transition:background .2s;display:inline-block}.btn-banner-ghost:hover{background:#ffffff38}.banner-dots{position:absolute;bottom:.8rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:8px;align-items:center}.banner-dot{width:6px;height:6px;border-radius:100px;background:#ffffff59;cursor:pointer;transition:all .3s;border:none}.banner-dot.active{width:22px;background:var(--orange)}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:34px;height:34px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;backdrop-filter:blur(4px)}.banner-arrow:hover{background:#ffffff38}.banner-arrow-prev{left:1rem}.banner-arrow-next{right:1rem}.product-hero{max-width:1100px;margin:0 auto;padding:3.5rem 3rem 2rem;display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:center}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin-bottom:1.2rem}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--orange)}.breadcrumb-sep{opacity:.4}.product-cat-badge{display:inline-block;background:var(--orange-light);color:var(--orange-dark);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:1rem}.product-hero h1{font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.product-hero p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:1rem;font-weight:400}.product-topics{list-style:none;padding:0;margin-bottom:1rem}.product-topics li{font-size:14px;color:var(--muted);line-height:1.7;padding:4px 0 4px 1.4rem;position:relative}.product-topics li:before{content:"";position:absolute;left:0;top:9px;width:14px;height:14px;background:url(/Imagens/icone-apresenti.webp) center/contain no-repeat}.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2rem}.product-tag{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text);background:var(--white);border:1px solid var(--border);padding:6px 14px;border-radius:100px}.product-price-block{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-price{font-size:40px;font-weight:800;color:var(--orange);letter-spacing:-.03em}.product-price-label{font-size:12px;color:var(--muted);line-height:1.4}.product-buy-btn{width:100%;background:var(--orange);color:var(--white);border:none;border-radius:100px;padding:16px 0;font-size:15px;font-weight:800;font-family:Raleway,sans-serif;cursor:pointer;transition:background .2s,transform .1s;letter-spacing:.02em;text-decoration:none;display:block;text-align:center}.product-buy-btn:hover{background:var(--orange-dark);transform:translateY(-2px)}.product-secure{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:.8rem;font-size:11px;color:var(--muted);font-weight:500}.product-hero-right{position:relative}.product-cover{width:100%;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:var(--bg-card);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #2d2d2d26}.product-cover img{width:100%;height:100%;object-fit:cover}.product-cover-badge{position:absolute;top:-20px;right:-20px;width:128px;height:128px;background:none;box-shadow:none}.product-cover-badge img{width:100%;height:100%;object-fit:contain}.section-preview{background:var(--bg-card);padding:4rem 3rem 2rem}.section-preview-inner{max-width:1100px;margin:0 auto}.section-label-light{background:#e8722a1f;color:var(--orange)}.section-preview-inner h2{font-size:28px;font-weight:800;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.section-preview-inner>p{font-size:14px;color:var(--muted);margin-bottom:2rem;font-weight:400}.slides-grid-wrapper{position:relative}.slides-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.slide-item{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#2d2d2d0f}.slide-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.slide-item.clear{cursor:zoom-in}.slide-item.clear:hover img{transform:scale(1.06)}.slide-item.locked img{filter:blur(7px);transform:scale(1.08)}.slide-item.locked:after{content:"";position:absolute;inset:0;background:#0f0a0873;z-index:1}.slide-item.locked .lock-icon{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;opacity:.45}.slides-fade{position:absolute;bottom:0;left:0;right:0;height:280px;background:linear-gradient(to bottom,transparent 0%,var(--bg-card) 70%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:2.5rem;pointer-events:none;z-index:10}.slides-fade p{font-size:13px;color:var(--muted);margin-bottom:1rem;pointer-events:none}.slides-fade-cta{pointer-events:all;background:var(--orange);color:var(--white);padding:13px 32px;border-radius:100px;font-size:14px;font-weight:700;font-family:Raleway,sans-serif;text-decoration:none;transition:background .2s,transform .1s;display:inline-block}.slides-fade-cta:hover{background:var(--orange-dark);transform:translateY(-2px)}.lightbox-overlay{display:none;position:fixed;inset:0;z-index:9999;background:#000000ed;align-items:center;justify-content:center;gap:1.5rem}.lightbox-overlay.active{display:flex}.lightbox-container{position:relative;width:min(85vw,1100px);aspect-ratio:16/9;background:#111;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 30px 80px #0009}.lightbox-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lightbox-content img{width:100%;height:100%;object-fit:contain}.lightbox-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-close:hover{background:#ffffff40}.lightbox-counter{position:absolute;bottom:12px;left:50%;transform:translate(-50%);font-size:11px;color:#ffffff73;font-weight:600;letter-spacing:.08em;font-family:Raleway,sans-serif}.lightbox-arrow{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-arrow:hover{background:#ffffff38}.lightbox-arrow:disabled{opacity:.2;cursor:not-allowed}.section-includes{max-width:1100px;margin:0 auto;padding:4rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.includes-left h2{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.2}.includes-left h2 em{font-style:normal;color:var(--orange)}.includes-list{display:flex;flex-direction:column;gap:.8rem}.includes-item{display:flex;align-items:flex-start;gap:12px;padding:1rem 1.2rem;background:var(--white);border-radius:12px;border:1px solid var(--border)}.includes-icon{width:40px;height:40px;border-radius:10px;background:var(--orange-light);flex-shrink:0;display:flex;align-items:center;justify-content:center}.includes-icon svg{width:20px;height:20px;stroke:var(--orange);stroke-width:1.75;fill:none;stroke-linecap:round;stroke-linejoin:round}.includes-item-text h4{font-size:13px;font-weight:700;margin-bottom:3px}.includes-item-text p{font-size:12px;color:var(--muted);line-height:1.5}.forwho-right h2{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.2}.forwho-right h2 em{font-style:normal;color:var(--orange)}.forwho-right p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:1.2rem}.forwho-list{display:flex;flex-wrap:wrap;gap:8px}.forwho-tag{font-size:12px;font-weight:600;color:var(--text);background:var(--bg-card);border:1px solid var(--border);padding:7px 14px;border-radius:100px}.section-also{background:var(--bg);padding:3rem 3rem 3.5rem}.section-also-inner{max-width:1100px;margin:0 auto}.section-also h2{font-size:20px;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.also-cards{display:flex;flex-direction:column;gap:1rem}.also-card{display:flex;align-items:center;gap:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1rem 1.5rem;position:relative;text-decoration:none;color:var(--text);transition:box-shadow .2s,transform .2s}.also-card:hover{box-shadow:0 6px 24px #2d2d2d14;transform:translateY(-2px)}.also-card-overlay{position:absolute;inset:0;z-index:1;border-radius:16px}.also-card-actions{position:relative;z-index:2}.also-card-thumb,.also-card-info{position:relative;z-index:0}.also-card-thumb{width:160px;height:110px;border-radius:12px;overflow:hidden;flex-shrink:0}.also-card-thumb img{width:100%;height:100%;object-fit:cover;object-position:center top}.also-card-info{flex:1}.also-card-info h3{font-size:15px;font-weight:700;margin-bottom:.25rem;letter-spacing:-.01em}.also-card-info p{font-size:13px;color:var(--muted);margin-bottom:.5rem}.also-card-price{font-size:16px;font-weight:800;color:var(--orange)}.also-card-actions{display:flex;gap:8px;flex-shrink:0}.also-btn-buy{background:var(--orange);color:var(--white);padding:9px 20px;border-radius:100px;font-size:13px;font-weight:700;font-family:Raleway,sans-serif;text-decoration:none;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.also-btn-buy:hover{background:var(--orange-dark)}.also-btn-see{background:transparent;color:var(--text);padding:9px 20px;border-radius:100px;font-size:13px;font-weight:600;font-family:Raleway,sans-serif;text-decoration:none;border:1.5px solid var(--border);cursor:pointer;transition:border-color .2s,color .2s;white-space:nowrap}.also-btn-see:hover{border-color:var(--orange);color:var(--orange)}.section-faq{background:var(--white);padding:4rem 3rem}.section-faq-inner{max-width:700px;margin:0 auto}.section-faq-inner h2{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem;line-height:1.2}.faq-item{border-bottom:1px solid var(--border);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;background:none;border:none;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;color:var(--text);cursor:pointer;text-align:left;gap:1rem;transition:color .2s}.faq-question:hover{color:var(--orange)}.faq-icon{width:24px;height:24px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:16px;transition:transform .3s,background .2s,border-color .2s;color:var(--muted)}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--orange);border-color:var(--orange);color:var(--white)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-answer-inner{font-size:14px;color:var(--muted);line-height:1.75;padding-bottom:1.2rem;font-weight:400}.faq-item.open .faq-answer{max-height:300px}.section-cta-final{background:var(--orange);padding:4rem 3rem;text-align:center}.section-cta-final-inner{max-width:600px;margin:0 auto}.section-cta-final h2{font-size:36px;font-weight:800;color:var(--white);letter-spacing:-.02em;line-height:1.15;margin-bottom:.8rem}.section-cta-final h2 em{font-style:normal;opacity:.75}.section-cta-final p{font-size:15px;color:#fffc;margin-bottom:1rem;line-height:1.7}.final-price-block{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:1.8rem}.final-price{font-size:48px;font-weight:800;color:var(--white);letter-spacing:-.03em}.final-price-label{font-size:14px;color:#ffffffb3}.final-buy-btn{display:inline-block;background:var(--white);color:var(--orange);padding:16px 48px;border-radius:100px;font-size:16px;font-weight:800;font-family:Raleway,sans-serif;border:none;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .1s;letter-spacing:.02em}.final-buy-btn:hover{opacity:.9;transform:translateY(-2px)}.final-secure{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1.5rem}.final-secure-item{display:flex;flex-direction:column;align-items:center;gap:6px}.final-secure-item img{width:88px;height:88px;object-fit:contain;opacity:.95}.final-secure-item span{font-size:12px;color:#fffc;font-weight:600;letter-spacing:.04em;text-transform:uppercase}@media(max-width:900px){.product-hero{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.product-hero-right{order:-1}.product-cover-badge{top:-8px;right:-8px;width:72px;height:72px}.section-includes{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem}.section-preview,.section-also{padding:3rem 1.5rem}.also-card{flex-wrap:wrap}.also-card-actions{width:100%;justify-content:flex-start}.slides-grid{grid-template-columns:repeat(3,1fr)}.slides-fade{height:220px}.section-faq,.section-cta-final{padding:3rem 1.5rem}.banner-content{padding:0 1.5rem}}@media(max-width:600px){.product-hero h1{font-size:28px}.final-price{font-size:36px}.slides-grid{grid-template-columns:repeat(2,1fr)}.slides-fade{height:180px;padding-bottom:1.5rem}.section-cta-final h2{font-size:24px}}
