*{box-sizing:border-box;margin:0;padding:0}:root{--primary-red:#d41111;--primary-dark:#8b0000;--black:#000;--dark-gray:#111;--medium-gray:#1a1a1a;--light-gray:#333;--white:#fff;--off-white:#f9f9f9;--accent-beige:#cfcabe;--accent-tan:#c2a990;--border-red:#d411114d}body{background-color:var(--black);color:var(--white);font-family:Inter,sans-serif;font-size:16px;line-height:1.55}h1,h2,h3,h4,h5,h6{font-family:Cardo,serif;font-weight:400;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-red{color:var(--primary-red)}.bg-black{background:var(--black)}.bg-dark{background:var(--dark-gray)}.hero{background:var(--black);text-align:center;border-bottom:2px solid var(--primary-red);padding:4rem 0}.hero h1{color:var(--white);margin-bottom:1.5rem;font-size:clamp(1.5rem,4vw,2.5rem)}.hero h1 span{color:var(--primary-red);font-weight:700}.hero h2{color:var(--white);margin-bottom:2rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400}.hero-image{border:2px solid var(--border-red);border-radius:8px;max-width:600px;height:320px;margin:2rem auto;position:relative;overflow:hidden;box-shadow:0 0 30px #d411114d}.hero-image img{object-fit:cover;object-position:center top;width:100%;height:320px;display:block;position:absolute;top:0;left:0}.hero-image .hero-slide:first-child{opacity:1;animation:14s ease-in-out infinite heroFade1}.hero-image .hero-slide:last-child{opacity:0;animation:14s ease-in-out infinite heroFade2}@keyframes heroFade1{0%,35.7%{opacity:1}42.9%,57.1%{opacity:0}64.3%,to{opacity:1}}@keyframes heroFade2{0%,35.7%{opacity:0}42.9%,57.1%{opacity:1}64.3%,to{opacity:0}}.features{background:var(--dark-gray);text-align:center;padding:3rem 0}.features h2{color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;font-size:1.5rem}.feature-list{max-width:600px;margin:0 auto;list-style:none}.feature-item{border-left:3px solid var(--primary-red);text-align:left;background:#ffffff08;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;display:flex}.feature-icon{width:24px;height:24px;color:var(--primary-red);flex-shrink:0}.feature-icon svg{width:100%;height:100%;fill:var(--primary-red)}.feature-text{color:var(--white);font-size:1rem}.video-section{background:var(--black);text-align:center;padding:3rem 0}.video-section h2{color:var(--white);text-transform:uppercase;margin-bottom:2rem;font-size:1.5rem}.video-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.video-card{flex-direction:column;align-items:center;display:flex}.notebook-mockup{filter:drop-shadow(0 20px 40px #000000b3);width:100%;max-width:420px;margin:0 auto}.notebook-screen{background:#e8e8e8;border:12px solid #e0e0e0;border-bottom:16px solid #d0d0d0;border-radius:14px 14px 0 0;padding:0;position:relative;box-shadow:inset 0 0 0 1px #bbb,0 2px 8px #00000026}.notebook-screen:before{content:"";background:#c8c8c8;border:1px solid #b0b0b0;border-radius:50%;width:7px;height:7px;margin:5px auto;display:block}.notebook-screen img{border-radius:2px;width:100%;display:block}.notebook-screen .play-overlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.notebook-screen .play-overlay svg{opacity:.9;filter:drop-shadow(0 2px 8px #0009);width:52px;height:52px}.notebook-style-1 .notebook-screen{border-color:#e2e2e2 #e2e2e2 #d4d4d4}.notebook-base-1{background:linear-gradient(#e0e0e0,#d0d0d0);border-radius:0 0 4px 4px;height:20px;margin:0;position:relative;box-shadow:0 1px #bbb}.notebook-base-1:after{content:"";background:linear-gradient(#d0d0d0,#b8b8b8);border-radius:0 0 10px 10px;height:8px;position:absolute;bottom:-8px;left:8%;right:8%;box-shadow:0 4px 14px #00000059}.notebook-style-2 .notebook-screen{border-color:#dcdcdc #dcdcdc #cacaca;border-radius:12px 12px 0 0}.notebook-base-2{background:linear-gradient(#dedede,#cacaca);border-radius:0 0 4px 4px;height:22px;position:relative;box-shadow:0 1px #b4b4b4}.notebook-base-2:before{content:"";background:silver;border-radius:2px;width:55px;height:4px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.notebook-base-2:after{content:"";background:linear-gradient(#cecece,#b0b0b0);border-radius:0 0 10px 10px;height:8px;position:absolute;bottom:-8px;left:5%;right:5%;box-shadow:0 5px 16px #00000059}.content-section{background:var(--dark-gray);padding:4rem 0}.content-section:nth-child(2n){background:var(--black)}.content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.content-image{border:2px solid var(--primary-red);background:#000;border-radius:8px;overflow:hidden}.content-image img{width:100%;height:auto;display:block}.content-text h2{color:var(--white);margin-bottom:1.5rem;font-size:1.75rem}.content-text p{color:var(--off-white);margin-bottom:1rem;line-height:1.8}.check-list{margin-top:1.5rem;list-style:none}.check-list li{color:var(--white);align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.check-list li:before{content:"✓";background:var(--primary-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;display:flex}.modules-section{background:var(--black);padding:4rem 0}.modules-section h2{text-align:center;color:var(--white);margin-bottom:3rem;font-size:2rem}.modules-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.module-card{border:1px solid var(--border-red);background:#ffffff08;border-radius:8px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.module-card:hover{border-color:var(--primary-red);transform:translate(5px)}.module-number{background:var(--primary-red);width:36px;height:36px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-family:Cardo,serif;font-weight:700;display:flex}.module-content h4{color:var(--white);margin-bottom:.5rem;font-size:1.1rem}.module-content p{color:var(--accent-beige);font-size:.9rem}.massage-types{background:var(--dark-gray);padding:4rem 0}.massage-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.massage-card{background:var(--medium-gray);border:2px solid var(--primary-red);text-align:center;border-radius:12px;overflow:hidden}.massage-card img{object-fit:cover;width:100%;height:250px;display:block}.massage-card h3{color:var(--white);background:#d411111a;padding:1.5rem;font-size:1.25rem}.bonus-section{background:var(--black);text-align:center;padding:4rem 0}.bonus-section h2{margin-bottom:1rem;font-size:2rem}.bonus-section h2 span{background:var(--primary-red);color:var(--white);padding:.25rem .75rem}.bonus-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:3rem auto 0;display:grid}.bonus-card{background:var(--dark-gray);border:2px solid var(--primary-red);border-radius:12px;padding:2rem;position:relative}.bonus-card:before{content:"BÔNUS";background:var(--primary-red);color:var(--white);border-radius:20px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.bonus-image{border:2px solid var(--accent-tan);border-radius:8px;width:100%;max-width:200px;margin:0 auto 1.5rem;overflow:hidden}.bonus-image img{width:100%;height:auto;display:block}.bonus-card h3{color:var(--white);margin-bottom:1rem}.bonus-value{color:var(--light-gray);font-size:1.25rem;text-decoration:line-through}.bonus-free{color:var(--primary-red);font-size:1.5rem;font-weight:700}.certificate-section{background:var(--dark-gray);text-align:center;padding:4rem 0}.certificate-section h2{margin-bottom:1rem;font-size:2rem}.certificate-section p{color:var(--off-white);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.certificate-image{border:3px solid var(--primary-red);border-radius:8px;max-width:800px;margin:0 auto;overflow:hidden}.certificate-image img{width:100%;height:auto;display:block}.pricing-section{background:var(--black);text-align:center;padding:4rem 0}.pricing-card{background:var(--dark-gray);border:2px solid var(--primary-red);border-radius:16px;max-width:600px;margin:0 auto;padding:3rem 2rem;position:relative}.pricing-options{flex-direction:column;gap:2rem;max-width:700px;margin:0 auto;display:flex}.plano-oferta-box{background:var(--dark-gray);border:2px solid var(--primary-red);border-radius:16px;padding:3rem 2rem;position:relative}.plano-oferta-box h3{color:var(--white);text-transform:uppercase;margin-bottom:.5rem;font-size:2rem}.plano-subtitulo{color:var(--off-white);margin-bottom:1rem;font-size:1.1rem}.plano-premium{border-color:#228b22;box-shadow:0 0 26px #228b2233}.plano-premium .current-price{color:#228b22}.plano-premium .btn-buy{background:#228b22}.plano-premium .btn-buy:hover{background:#1b6e1b;box-shadow:0 10px 30px #228b2266}.plano-premium .pricing-list li:before{color:#228b22}.plano-premium .pricing-badge{background:#228b22}.plano-basico .current-price{color:var(--white);animation:none}.plano-basico .btn-buy{background:#7a0000}.plano-basico .btn-buy:hover{background:#5e0000;box-shadow:0 10px 30px #7a000059}.pricing-badge{background:var(--primary-red);color:var(--white);white-space:nowrap;border-radius:25px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.pricing-list{text-align:left;margin:2rem 0;list-style:none}.pricing-list li{border-bottom:1px solid var(--light-gray);color:var(--white);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.pricing-list li:before{content:"✓";color:var(--primary-red);font-weight:700}.old-price{color:var(--primary-red);margin:1.5rem 0 .5rem;font-family:Arial,sans-serif;font-size:1.5rem;text-decoration:line-through}.current-price{color:#af0;margin-bottom:.5rem;font-family:Arial,sans-serif;font-size:4.25rem;font-weight:700;animation:2s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.btn-buy{color:var(--white);text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 3px #0006;background:#af0;border-radius:8px;margin-top:1.5rem;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-buy:hover{background:#8c0;transform:translateY(-2px);box-shadow:0 10px 30px #af06}.faq-section{background:var(--dark-gray);padding:4rem 0}.faq-section h2{text-align:center;color:var(--white);margin-bottom:3rem;font-size:2rem}.faq-list{max-width:700px;margin:0 auto}.faq-item{background:var(--medium-gray);border:2px solid var(--primary-red);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{width:100%;color:var(--white);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.faq-question:after{content:"+";color:var(--primary-red);font-size:1.5rem}.faq-item.active .faq-question:after{content:"−"}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:200px}.faq-answer p{color:var(--off-white);padding:0 1.25rem 1.25rem}.testimonials-section{background:var(--black);padding:4rem 0}.testimonials-section h2{text-align:center;color:var(--white);margin-bottom:3rem;font-size:2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.testimonial-card{background:var(--dark-gray);border:1px solid var(--light-gray);border-radius:12px;gap:1rem;padding:1.5rem;display:flex}.testimonial-avatar{border:2px solid var(--primary-red);border-radius:50%;flex-shrink:0;width:50px;height:50px;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonial-content{flex:1}.testimonial-username{color:var(--white);margin-bottom:.5rem;font-weight:600;display:block}.testimonial-text{color:var(--off-white);margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.testimonial-meta{color:var(--light-gray);font-size:.8rem}.guarantee-section{background:var(--dark-gray);padding:4rem 0}.guarantee-grid{grid-template-columns:auto 1fr;align-items:center;gap:2rem;max-width:800px;margin:0 auto;display:grid}.guarantee-image{flex-shrink:0;width:210px;height:210px}.guarantee-image img{object-fit:contain;width:100%;height:100%}.guarantee-content h2{color:var(--white);margin-bottom:1rem;font-size:1.75rem}.guarantee-content p{color:var(--off-white);margin-bottom:1rem;line-height:1.8}.guarantee-content strong{color:var(--primary-red)}.btn-guarantee{background:var(--primary-red);color:var(--white);border-radius:8px;margin-top:1rem;padding:1rem 2rem;font-weight:600;text-decoration:none;display:inline-block}.purchase-notification{z-index:9999;opacity:0;pointer-events:none;background:#111111f5;border:1px solid #228b2299;border-left:4px solid #228b22;border-radius:10px;max-width:320px;padding:.85rem 1rem;transition:opacity .35s,transform .35s;position:fixed;bottom:1rem;left:1rem;transform:translateY(16px);box-shadow:0 10px 30px #00000073}.purchase-notification.show{opacity:1;transform:translateY(0)}.purchase-notification strong{color:#228b22}.purchase-notification p{color:var(--off-white);margin:0;font-size:.9rem;line-height:1.45}footer{background:var(--black);text-align:center;border-top:2px solid var(--primary-red);padding:2rem 0}footer p{color:var(--light-gray);font-size:.875rem}@media (width<=768px){.content-grid,.guarantee-grid{grid-template-columns:1fr}.content-grid.reverse{direction:ltr}.guarantee-image{margin:0 auto}.guarantee-content{text-align:center}.purchase-notification{max-width:none;bottom:.75rem;left:.75rem;right:.75rem}}.agegate-overlay{z-index:99999;background:radial-gradient(at 85% 20%,#780a198c,#0000 55%),radial-gradient(at 10% 90%,#5a081473,#0000 55%),#050208;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.agegate-card{text-align:center;background:#0a0612;border:1px solid #ff144659;border-radius:1.25rem;width:100%;max-width:420px;padding:3rem 3.5rem;box-shadow:0 0 60px #ff144626}.agegate-title{color:#fff;margin:0 0 1.75rem;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:700}.agegate-actions{justify-content:center;gap:1rem;display:flex}.agegate-btn{letter-spacing:.05em;cursor:pointer;border:none;border-radius:.6rem;padding:.85rem 2.4rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s}.agegate-btn-yes{color:#fff;background:#f40f3f;box-shadow:0 6px 24px #f40f3f73}.agegate-btn-yes:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f40f3f99}.agegate-btn-no{color:#d8d8d8;background:#ffffff14;border:1px solid #ffffff2e}.agegate-btn-no:hover{background:#ffffff24}.agegate-clock{color:#fff;background:#f40f3f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.75rem;display:flex;box-shadow:0 0 40px #f40f3f8c}.agegate-text{color:#cfcfcf;margin:0;font-family:Inter,sans-serif;font-size:1.05rem}.agegate-count{color:#f40f3f;text-shadow:0 0 30px #f40f3f80;margin:1rem 0;font-family:Inter,sans-serif;font-size:5rem;font-weight:800;line-height:1.1}@media (width<=480px){.agegate-card{padding:2.25rem 1.5rem}.agegate-count{font-size:4rem}}
