:root{--primary-color: #e91e63;--primary-light: #f48fb1;--primary-deep: #ad1457;--accent-color: #fce4ec;--secondary-color: #fce4ec;--text-dark: #e91e63;--text-light: #ffffff;--bg-dark: #f48fb1;--bg-light: #ffffff;--bg-contrast: #F5F3F7;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif;--container-width: 1100px;--spacing-section: 4rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-dark);line-height:1.6;background-color:var(--bg-light)}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3{font-family:var(--font-heading);color:var(--text-dark)}.section-title{text-align:center;font-size:2rem;margin-bottom:1rem;color:var(--primary-deep);text-transform:uppercase}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.pulse-animation{animation:pulse 2s infinite ease-in-out}.animate-up{opacity:0;transform:translateY(20px);animation:fadeUp .8s forwards}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.cta-button{background:#d4af37;color:#fff;padding:1rem 2rem;font-size:1.2rem;font-weight:700;border-radius:50px;transition:all .3s;display:block;margin:2rem auto;text-transform:uppercase;text-align:center;box-shadow:0 4px 15px #d4af3766}.cta-button:hover{background:#b5952f;transform:translateY(-2px)!important;box-shadow:0 6px 20px #d4af3799}.cta-button.huge{font-size:1.5rem;padding:1.5rem 3rem;width:100%;max-width:500px}.hero-section{background-color:#e91e63;color:#fff;padding:4rem 0;text-align:center}.hero-title{font-size:2.5rem;margin-bottom:1rem;color:#fff;line-height:1.2}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#fff;font-weight:300}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;max-width:800px;margin:0 auto;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.benefits-section{padding:var(--spacing-section) 0;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{background:var(--primary-light);padding:1rem 2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px #0000000d;transition:transform .3s;color:#fff}.benefit-card:hover{transform:translateY(-5px)}.benefit-card .icon{font-size:2.5rem;margin-bottom:.5rem}.benefit-card h3{color:#fff;margin-bottom:.2rem}.benefit-card p{color:#fff;font-size:.9rem}.modules-section{padding:var(--spacing-section) 0;background:var(--bg-dark);color:#fff}.modules-section .section-title{color:#fff}.modules-section .section-subtitle{color:#fff;text-align:center;margin-bottom:2rem}.accordion{max-width:800px;margin:0 auto}.accordion-item{background:#fff;margin-bottom:.5rem;border-radius:5px;overflow:hidden}.accordion-header{width:100%;padding:1rem 1.5rem;background:#fff;text-align:left;font-size:1.1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.accordion-header:hover{background:#f0f0f0}.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);padding:0 1.5rem;background:#fafafa;color:#333!important}.accordion-content.active{padding:1rem 1.5rem}.accordion-content ul{list-style-position:inside}.highlight-card{background:var(--primary-color);color:#fff;padding:1.5rem;text-align:center;border-radius:10px;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.highlight-card h3{color:#fff}.gallery-section{padding:var(--spacing-section) 0;background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.gallery-item{overflow:hidden;border-radius:10px;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease;background:#fff;text-align:center;padding-bottom:10px}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.product-title{color:#e91e63;font-weight:700;font-size:.9rem;padding:10px 5px;text-transform:uppercase;letter-spacing:1px}.gallery-item img{width:100%;height:250px;object-fit:cover;display:block}.placeholder-img{background:#ddd;color:#666;display:flex;align-items:center;justify-content:center;height:200px;font-weight:700;border-radius:5px;text-align:center;padding:10px}.placeholder-img.large{height:350px;width:100%}.placeholder-img.portrait{height:400px;width:300px;margin:0 auto}.placeholder-img.landscape{height:150px;width:80%;margin:0 auto}.offer-section{padding:var(--spacing-section) 0;background:var(--bg-dark);color:#fff;text-align:center}.offer-box{border:2px solid var(--primary-color);padding:3rem 1rem;border-radius:15px;background:#ffffff0d}.offer-title{color:var(--primary-color);font-size:2rem}.price-box{margin:2rem 0;font-size:1.5rem}.old-price{text-decoration:line-through;opacity:.7;font-size:1.2rem}.arrow-right{margin:0 10px;color:var(--primary-color)}.new-price{font-size:2.5rem;color:#b388ff;font-weight:700}.discount-badge{background:#ff4757;color:#fff;display:inline-block;padding:.2rem 1rem;border-radius:5px;font-size:1rem;margin-top:.5rem;font-weight:700}.countdown-timer{display:flex;justify-content:center;gap:1rem;margin:2rem 0;font-size:2rem;font-weight:700;font-family:monospace}.countdown-timer div{display:flex;flex-direction:column;align-items:center}.countdown-timer small{font-size:.8rem;font-weight:400;text-transform:uppercase;font-family:var(--font-body)}.payment-icons{margin-top:1rem;opacity:.8;font-size:.9rem}.bonuses-section{padding:var(--spacing-section) 0;background:var(--secondary-color);text-align:center}.bonus-main-image{margin:3rem auto;max-width:800px;display:flex;justify-content:center;align-items:center}.bonus-main-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 15px 40px #0003;border:5px solid white}.bonus-card{display:none}.bonus-card h3{color:var(--text-dark)}.bonus-card .value{text-decoration:line-through;color:#999;margin:.5rem 0}.bonus-card .free{color:var(--primary-color);font-weight:700;font-size:1.2rem}.special-bonuses-list{max-width:600px;margin:2rem auto;text-align:left;background:#fff;padding:2rem;border-radius:10px}.special-bonus-item{display:grid;grid-template-columns:1fr 100px 80px;gap:1rem;align-items:center;padding:1.2rem 0;border-bottom:1px solid #eee}.bonus-name{font-weight:500}.old-val{text-decoration:line-through;color:#999;text-align:right}.free-tag{color:var(--primary-color);font-weight:700;text-align:right}.instructor-section{padding:var(--spacing-section) 0;background:#fff}.instructor-content{display:flex;flex-wrap:wrap;gap:3rem;align-items:center;justify-content:center}.instructor-image img{width:300px;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px #00000026;border:5px solid white}.instructor-bio{max-width:600px}.instructor-bio h2.instructor-main-title{color:var(--primary-deep);font-size:2.2rem;margin-bottom:.5rem;text-align:left;text-transform:uppercase;letter-spacing:1px;border-bottom:3px solid var(--accent-color);display:inline-block;padding-bottom:5px}.instructor-bio h3{margin-top:1rem;margin-bottom:1rem}.instructor-name{font-size:2rem;color:#e91e63;font-weight:900;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.animate-on-scroll{opacity:0;transform:scale(.8);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.animate-on-scroll.in-view{opacity:1;transform:scale(1)}.testimonials-section{background:#e91e63;padding:var(--spacing-section) 0}.testimonials-section .section-title{color:#fff}.carousel-container{position:relative;max-width:900px;margin:0 auto;padding:0}.carousel-wrapper{overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;display:flex;justify-content:center;align-items:center;background:transparent}.carousel-slide img{width:100%;height:auto;max-height:600px;object-fit:cover;display:block}@media (max-width: 768px){.carousel-container{padding:0}.carousel-wrapper{border-radius:0}.carousel-slide img{max-height:400px}}.contact-section{text-align:center;padding:var(--spacing-section) 0;background:#fff;color:var(--text-dark)}.contact-section h2{color:var(--text-dark)}.whatsapp-btn{background:#25d366;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;display:inline-block;margin:1rem auto}.contact-section{padding:var(--spacing-section) 0;background:#fff}.contact-section h2{color:var(--primary-color);margin-bottom:2rem}.form-wrapper{background:#f9f9f9;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;border:1px solid #eee}.form-wrapper h3{margin-bottom:1rem;color:var(--primary-color)}.form-wrapper input{display:block;width:100%;padding:15px;margin-bottom:1rem;border:1px solid #ddd;border-radius:10px;font-size:1rem;transition:border-color .3s}.form-wrapper input:focus{outline:none;border-color:#d4af37}.submit-btn{background:#d4af37;color:#fff;padding:15px;border:none;border-radius:10px;width:100%;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.submit-btn:hover{background:#b5952f;transform:translateY(-2px)}.guarantee-section{text-align:center;padding:5rem 0;background:#e91e63;color:#fff}.guarantee-section h3,.guarantee-section p{color:#fff}.guarantee-image{margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.guarantee-image img{max-width:280px;height:auto}.certificate-preview{margin-top:3rem;max-width:700px;margin-left:auto;margin-right:auto}.certificate-preview img{width:100%;height:auto;border-radius:15px;box-shadow:0 15px 40px #0000004d;transform:none;transition:transform .3s ease;border:8px solid white}.certificate-preview img:hover{transform:scale(1.05)}.footer{background:#111;color:#888;padding:2rem 0;text-align:center;font-size:.8rem}.footer .disclaimer{max-width:800px;margin:1rem auto}@media (max-width: 768px){.hero-title{font-size:1.8rem}.offer-title,.countdown-timer{font-size:1.5rem}}
