*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Poppins',sans-serif;color:#e8e0f0;background:#0a0612;overflow-x:hidden;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 20px}.section{padding:80px 0;position:relative}.section-label{text-transform:uppercase;letter-spacing:3px;font-size:.75rem;color:#c9a0ff;text-align:center;margin-bottom:12px;font-weight:500}.section-title{font-size:clamp(1.6rem, 4vw, 2.4rem);font-weight:700;text-align:center;margin-bottom:50px;line-height:1.3;background:linear-gradient(135deg,#fff 0%,#d4b0ff 50%,#ffd700 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.text-center{text-align:center}.reveal{opacity:0;transform:translateY(40px);transition:opacity 0.7s ease,transform 0.7s ease}.reveal.active{opacity:1;transform:translateY(0)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:20px 20px 80px;background:radial-gradient(ellipse at 30% 20%,rgb(128 0 255 / .35) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgb(75 0 130 / .3) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgb(255 215 0 / .08) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgb(138 43 226 / .2) 0%,transparent 40%),radial-gradient(ellipse at 80% 20%,rgb(255 215 0 / .12) 0%,transparent 40%),linear-gradient(180deg,#0a0612 0%,#1a0a2e 50%,#0d0520 100%);overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:floatOrb 8s ease-in-out infinite;pointer-events:none}.hero-orb-1{width:300px;height:300px;background:rgb(128 0 255 / .3);top:10%;left:-5%;animation-delay:0s}.hero-orb-2{width:250px;height:250px;background:rgb(255 215 0 / .15);bottom:10%;right:-5%;animation-delay:-3s}.hero-orb-3{width:200px;height:200px;background:rgb(75 0 130 / .25);top:50%;left:60%;animation-delay:-5s}@keyframes floatOrb{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero-content{position:relative;z-index:2;max-width:1100px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-grid{display:flex;align-items:center;gap:40px;width:100%}.hero-text{flex:1;text-align:left}.hero-image-col{flex:0 0 380px;display:flex;align-items:center;justify-content:center}.hero-bottom{margin-top:36px;text-align:left;width:100%}@media (max-width:1024px){.hero-grid{flex-direction:column;text-align:center}.hero-text{text-align:center}.hero-image-col{flex:none;width:100%;max-width:340px;order:0}.hero-bottom{text-align:center}}.hero-badge{display:inline-block;padding:6px 20px;border:1px solid rgb(201 160 255 / .3);border-radius:50px;font-size:.8rem;color:#c9a0ff;margin-bottom:25px;backdrop-filter:blur(10px);background:rgb(128 0 255 / .1);letter-spacing:1px}.hero h1{font-size:clamp(2rem, 5.5vw, 3.2rem);font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,#ffffff 0%,#e0c3ff 40%,#ffd700 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-subtext{font-size:clamp(1rem, 2.2vw, 1.15rem);color:rgb(232 224 240 / .75);margin-bottom:0;font-weight:300;max-width:600px;line-height:1.6}.hero p{font-size:clamp(1rem, 2.2vw, 1.15rem);color:rgb(232 224 240 / .75);margin-bottom:5px;font-weight:300;max-width:600px}.cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:linear-gradient(135deg,#7b2ff7 0%,#9b59b6 50%,#ffd700 100%);color:#fff;font-size:1.05rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;position:relative;transition:transform 0.3s ease,box-shadow 0.3s ease;font-family:'Poppins',sans-serif;text-align:center;z-index:1}.cta-btn::before{content:'';position:absolute;inset:-3px;border-radius:50px;background:linear-gradient(135deg,#7b2ff7,#ffd700,#7b2ff7);z-index:-1;filter:blur(12px);opacity:.6;animation:glowPulse 2s ease-in-out infinite}.cta-btn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 10px 40px rgb(123 47 247 / .4)}@keyframes glowPulse{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.cta-btn .arrow{font-size:1.2rem;transition:transform 0.3s}.cta-btn:hover .arrow{transform:translateX(4px)}.hero-trust{margin-top:30px;font-size:.8rem;color:rgb(232 224 240 / .45)}.hero-trust span{color:gold}.pain-section{background:linear-gradient(180deg,#0d0520 0%,#120828 100%)}.pain-list{max-width:650px;margin:0 auto}.pain-item{display:flex;align-items:center;gap:18px;padding:20px 24px;margin-bottom:14px;background:rgb(128 0 255 / .06);border:1px solid rgb(128 0 255 / .12);border-radius:16px;transition:transform 0.3s,background 0.3s;backdrop-filter:blur(5px)}.pain-item:hover{transform:translateX(8px);background:rgb(128 0 255 / .12)}.pain-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,rgb(255 100 100 / .2),rgb(255 60 60 / .1));display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.pain-item p{font-size:1rem;color:rgb(232 224 240 / .85)}.curiosity-section{background:radial-gradient(ellipse at 50% 0%,rgb(128 0 255 / .15) 0%,transparent 60%),linear-gradient(180deg,#120828 0%,#0f0624 100%)}.curiosity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:900px;margin:0 auto}.curiosity-card{padding:30px 24px;background:rgb(128 0 255 / .06);border:1px solid rgb(128 0 255 / .12);border-radius:20px;text-align:center;transition:transform 0.3s,border-color 0.3s;backdrop-filter:blur(5px)}.curiosity-card:hover{transform:translateY(-6px);border-color:rgb(255 215 0 / .3)}.curiosity-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:16px;background:linear-gradient(135deg,rgb(128 0 255 / .2),rgb(255 215 0 / .1));display:flex;align-items:center;justify-content:center;font-size:1.5rem}.curiosity-card h3{font-size:.95rem;font-weight:500;color:rgb(232 224 240 / .9)}.how-section{background:linear-gradient(180deg,#0f0624 0%,#0a0418 100%)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:900px;margin:0 auto}.step-card{text-align:center;padding:40px 28px;background:linear-gradient(160deg,rgb(128 0 255 / .08) 0%,rgb(75 0 130 / .04) 100%);border:1px solid rgb(128 0 255 / .12);border-radius:24px;position:relative;transition:transform 0.3s}.step-card:hover{transform:translateY(-6px)}.step-number{width:52px;height:52px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#7b2ff7,#ffd700);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff}.step-icon{font-size:2.2rem;margin-bottom:16px}.step-card h3{font-size:1.1rem;font-weight:600;margin-bottom:10px;color:#fff}.step-card p{font-size:.9rem;color:rgb(232 224 240 / .6)}.step-connector{display:none}@media (min-width:768px){.step-connector{display:block;position:absolute;top:65px;right:-30px;font-size:1.5rem;color:rgb(255 215 0 / .4);z-index:2}}.aura-section{background:radial-gradient(ellipse at 80% 50%,rgb(128 0 255 / .1) 0%,transparent 50%),linear-gradient(180deg,#0a0418 0%,#0d0520 100%)}.aura-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:20px;max-width:1000px;margin:0 auto}.aura-card{padding:30px 20px;border-radius:20px;text-align:center;border:1px solid rgb(255 255 255 / .06);transition:transform 0.3s,box-shadow 0.3s;position:relative;overflow:hidden}.aura-card::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;border-radius:50%;opacity:.06;pointer-events:none}.aura-card:hover{transform:translateY(-6px)}.aura-card.red{background:rgb(220 50 50 / .08);border-color:rgb(220 50 50 / .2)}.aura-card.red::before{background:radial-gradient(circle,#dc3232 0%,transparent 70%)}.aura-card.red:hover{box-shadow:0 8px 30px rgb(220 50 50 / .15)}.aura-card.blue{background:rgb(60 120 255 / .08);border-color:rgb(60 120 255 / .2)}.aura-card.blue::before{background:radial-gradient(circle,#3c78ff 0%,transparent 70%)}.aura-card.blue:hover{box-shadow:0 8px 30px rgb(60 120 255 / .15)}.aura-card.green{background:rgb(60 200 100 / .08);border-color:rgb(60 200 100 / .2)}.aura-card.green::before{background:radial-gradient(circle,#3cc864 0%,transparent 70%)}.aura-card.green:hover{box-shadow:0 8px 30px rgb(60 200 100 / .15)}.aura-card.purple{background:rgb(155 89 182 / .08);border-color:rgb(155 89 182 / .2)}.aura-card.purple::before{background:radial-gradient(circle,#9b59b6 0%,transparent 70%)}.aura-card.purple:hover{box-shadow:0 8px 30px rgb(155 89 182 / .15)}.aura-card.yellow{background:rgb(255 200 0 / .08);border-color:rgb(255 200 0 / .2)}.aura-card.yellow::before{background:radial-gradient(circle,#ffc800 0%,transparent 70%)}.aura-card.yellow:hover{box-shadow:0 8px 30px rgb(255 200 0 / .15)}.aura-dot{width:50px;height:50px;margin:0 auto 16px;border-radius:50%;position:relative}.aura-dot::after{content:'';position:absolute;inset:4px;border-radius:50%;background:inherit;filter:blur(6px);opacity:.5}.aura-card.red .aura-dot{background:radial-gradient(circle,#ff6b6b,#dc3232)}.aura-card.blue .aura-dot{background:radial-gradient(circle,#6ba3ff,#3c78ff)}.aura-card.green .aura-dot{background:radial-gradient(circle,#6bffb0,#3cc864)}.aura-card.purple .aura-dot{background:radial-gradient(circle,#c084fc,#9b59b6)}.aura-card.yellow .aura-dot{background:radial-gradient(circle,#ffe066,#ffc800)}.aura-card h3{font-size:1rem;font-weight:600;margin-bottom:6px;color:#fff}.aura-card p{font-size:.85rem;color:rgb(232 224 240 / .6)}.authority-section{background:linear-gradient(180deg,#0d0520 0%,#120828 100%)}.authority-wrap{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:30px}@media (min-width:768px){.authority-wrap{flex-direction:row;align-items:flex-start;gap:50px}}.authority-photo{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#7b2ff7,#ffd700);padding:4px;flex-shrink:0;position:relative}.authority-photo-inner{width:100%;height:100%;border-radius:50%;overflow:hidden}.authority-photo-inner img{width:100%;height:100%;object-fit:cover;border-radius:50%}.authority-info{text-align:center}@media (min-width:768px){.authority-info{text-align:left}}.authority-info h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:4px}.authority-info .role{font-size:.95rem;color:#c9a0ff;margin-bottom:4px}.authority-info .org{font-size:.85rem;color:rgb(232 224 240 / .5);margin-bottom:16px}.authority-bio{font-size:.88rem;color:rgb(232 224 240 / .65);line-height:1.7;margin-bottom:24px}.cred-list{display:flex;flex-direction:column;gap:12px}.cred-item{display:flex;align-items:center;gap:12px;padding:12px 18px;background:rgb(128 0 255 / .06);border:1px solid rgb(128 0 255 / .1);border-radius:12px}.cred-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,rgb(128 0 255 / .2),rgb(255 215 0 / .1));display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.cred-item p{font-size:.9rem;color:rgb(232 224 240 / .8)}.hero-image{max-width:380px;border-radius:24px;overflow:hidden;border:2px solid rgb(128 0 255 / .2);box-shadow:0 10px 50px rgb(128 0 255 / .25),0 0 80px rgb(128 0 255 / .1);animation:heroFloat 6s ease-in-out infinite}@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-image img{width:100%;height:auto;display:block}.section-image{max-width:350px;margin:0 auto 40px;border-radius:20px;overflow:hidden;border:1px solid rgb(128 0 255 / .15);box-shadow:0 8px 30px rgb(128 0 255 / .15)}.section-image img{width:100%;height:auto;display:block}.testimonial-section{background:radial-gradient(ellipse at 20% 50%,rgb(128 0 255 / .1) 0%,transparent 50%),linear-gradient(180deg,#120828 0%,#0f0624 100%)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1000px;margin:0 auto}.gallery-item{border-radius:20px;overflow:hidden;border:1px solid rgb(128 0 255 / .12);transition:transform 0.3s,box-shadow 0.3s;box-shadow:0 4px 15px rgb(0 0 0 / .2);background:rgb(128 0 255 / .03)}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgb(128 0 255 / .2)}.gallery-item img{width:100%;height:auto;display:block}.offer-section{background:radial-gradient(ellipse at 50% 50%,rgb(128 0 255 / .2) 0%,transparent 50%),linear-gradient(180deg,#0f0624 0%,#1a0a2e 50%,#0d0520 100%)}.offer-card{max-width:600px;margin:0 auto;padding:50px 36px;background:linear-gradient(160deg,rgb(128 0 255 / .1) 0%,rgb(75 0 130 / .06) 100%);border:1px solid rgb(255 215 0 / .15);border-radius:28px;text-align:center;position:relative;overflow:hidden}.offer-card::before{content:'';position:absolute;top:-1px;left:-1px;right:-1px;height:3px;background:linear-gradient(90deg,#7b2ff7,#ffd700,#7b2ff7)}.offer-badge{display:inline-block;padding:6px 20px;background:linear-gradient(135deg,rgb(255 215 0 / .15),rgb(255 215 0 / .05));border:1px solid rgb(255 215 0 / .3);border-radius:50px;font-size:.8rem;color:gold;margin-bottom:24px;font-weight:500;letter-spacing:1px}.offer-card h3{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:8px}.offer-card .subtitle{font-size:.9rem;color:rgb(232 224 240 / .6);margin-bottom:30px}.price-wrap{margin-bottom:10px}.original-price{font-size:1.1rem;color:rgb(232 224 240 / .4);text-decoration:line-through;margin-right:12px}.current-price{font-size:2.8rem;font-weight:800;background:linear-gradient(135deg,#ffd700,#ffaa00);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.offer-includes{text-align:left;margin:28px auto;max-width:360px}.offer-includes li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.9rem;color:rgb(232 224 240 / .8)}.offer-includes .check{color:#4ade80;font-size:1rem}.urgency{margin-top:24px;padding:12px 20px;background:rgb(255 60 60 / .08);border:1px solid rgb(255 60 60 / .15);border-radius:12px;font-size:.85rem;color:#ff8a8a}.urgency-dot{display:inline-block;width:8px;height:8px;background:#f44;border-radius:50%;margin-right:8px;animation:blink 1.5s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}.final-cta{padding:80px 20px;text-align:center;background:radial-gradient(ellipse at 50% 50%,rgb(128 0 255 / .2) 0%,transparent 50%),linear-gradient(180deg,#0d0520 0%,#0a0612 100%)}.final-cta h2{font-size:clamp(1.6rem, 4vw, 2.4rem);font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,#fff 0%,#e0c3ff 50%,#ffd700 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.final-cta p{color:rgb(232 224 240 / .6);margin-bottom:30px;font-size:1rem}.faq-section{background:linear-gradient(180deg,#0a0612 0%,#0d0520 100%)}.faq-list{max-width:700px;margin:0 auto}.faq-item{margin-bottom:14px;border:1px solid rgb(128 0 255 / .12);border-radius:16px;overflow:hidden;background:rgb(128 0 255 / .04);transition:border-color 0.3s}.faq-item.open{border-color:rgb(255 215 0 / .2)}.faq-question{width:100%;padding:20px 24px;background:none;border:none;color:#e8e0f0;font-size:1rem;font-weight:500;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:'Poppins',sans-serif;transition:color 0.3s}.faq-question:hover{color:gold}.faq-toggle{font-size:1.3rem;transition:transform 0.3s;color:#c9a0ff}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:0 24px 20px;font-size:.9rem;color:rgb(232 224 240 / .6);line-height:1.7}.footer{padding:40px 20px;text-align:center;background:#060310;border-top:1px solid rgb(128 0 255 / .1)}.footer p{font-size:.8rem;color:rgb(232 224 240 / .3)}.footer a{color:#c9a0ff}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;z-index:999;box-shadow:0 4px 20px rgb(37 211 102 / .4);transition:transform 0.3s,box-shadow 0.3s;cursor:pointer}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px rgb(37 211 102 / .5)}.whatsapp-float svg{width:28px;height:28px;fill:#fff}.countdown-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgb(10 5 20 / .98) 0%,rgb(26 10 46 / .98) 100%);backdrop-filter:blur(20px);border-top:1px solid rgb(128 0 255 / .25);z-index:998;padding:10px 20px;display:none}.countdown-bar.visible{display:block}.countdown-inner{max-width:700px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.countdown-timer{display:flex;align-items:center;gap:6px}.countdown-label{font-size:.75rem;color:#ff8a8a;font-weight:500;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.countdown-digits{display:flex;align-items:center;gap:4px}.cd-block{background:linear-gradient(135deg,rgb(255 60 60 / .15),rgb(255 60 60 / .05));border:1px solid rgb(255 60 60 / .2);border-radius:8px;padding:4px 8px;text-align:center;min-width:38px}.cd-num{font-size:1.1rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.cd-unit{font-size:.55rem;color:rgb(232 224 240 / .45);text-transform:uppercase;letter-spacing:.5px}.cd-sep{font-size:1rem;color:rgb(255 100 100 / .5);font-weight:700}.countdown-bar .cta-btn{padding:10px 24px;font-size:.85rem;white-space:nowrap}.countdown-bar .cta-btn::before{filter:blur(8px)}.whatsapp-float{bottom:24px}.countdown-bar.visible~.whatsapp-float{bottom:90px}@media (max-width:768px){.section{padding:60px 0}.footer{padding-bottom:100px}.countdown-inner{gap:10px}.countdown-bar .cta-btn{width:100%;justify-content:center}.whatsapp-float{bottom:90px}}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgb(128 0 255 / .2),rgb(255 215 0 / .15),rgb(128 0 255 / .2),transparent);max-width:600px;margin:0 auto}