:root{--bg-dark: #050814;--bg-card: rgba(20, 25, 45, .6);--gold-primary: #D4AF37;--gold-gradient: linear-gradient(90deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);--orange-accent: #FF8C00;--text-main: #E2E8F0;--text-muted: #94A3B8;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden;background-image:radial-gradient(circle at 15% 50%,rgba(212,175,55,.05),transparent 25%),radial-gradient(circle at 85% 30%,rgba(255,140,0,.05),transparent 25%)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.2}.highlight{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-left{text-align:left}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;color:#fff}.section-description{max-width:800px;margin:0 auto 2.5rem;font-size:1.15rem;color:var(--text-muted);line-height:1.8}.bg-darker{background-color:#0a0f1c80}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grid-2x2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto}.reveal{opacity:0;will-change:opacity,transform}.reveal-up{transform:translateY(50px)}.reveal-left{transform:translate(-50px)}.reveal-right{transform:translate(50px)}.reveal-scale{transform:scale(.85)}.reveal.is-visible{opacity:1;transform:translate(0) scale(1);transition:opacity .8s cubic-bezier(.165,.84,.44,1),transform .8s cubic-bezier(.165,.84,.44,1)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--gold-gradient);color:#000;font-family:var(--font-body);font-weight:700;font-size:1.1rem;padding:1rem 2rem;border-radius:50px;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #d4af374d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3780}.cta-button.large{font-size:1.2rem;padding:1.2rem 2.5rem;width:100%;max-width:500px}.pulse{animation:pulse-animation 2s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 #d4af3780}70%{box-shadow:0 0 0 15px #d4af3700}to{box-shadow:0 0 #d4af3700}}.top-alert{background-color:var(--orange-accent);color:#000;text-align:center;padding:8px 15px;font-size:.9rem;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px}.icon-small{width:18px;height:18px}.hero{position:relative;padding:4rem 0 6rem;text-align:center;overflow:hidden}.product-labels{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:5px}.label-title{font-size:1.3rem;font-weight:800;letter-spacing:2px;color:var(--gold-primary);text-transform:uppercase;display:flex;align-items:center;gap:8px}.logo-icon-small{width:20px;height:20px;color:var(--gold-primary)}.label-subtitle{font-size:1rem;color:var(--text-muted)}.hero .title{font-size:3.2rem;margin-bottom:1.5rem;color:#fff;max-width:900px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.2rem;color:var(--text-muted);max-width:700px;margin:0 auto 2rem;line-height:1.6}.hero-bullets{list-style:none;display:inline-block;text-align:left;margin-bottom:3rem;background:var(--bg-card);padding:1.5rem 2rem;border-radius:12px;border:1px solid rgba(212,175,55,.2)}.hero-bullets li{font-size:1.1rem;margin-bottom:10px;display:flex;align-items:center;gap:12px}.hero-bullets li:last-child{margin-bottom:0}.hero-bullets span{font-size:1.3rem}.hero-cta-wrapper{margin-top:1rem}.support-text{margin-top:12px;font-size:.95rem;color:var(--gold-primary);font-weight:500}.pain-section,.deliverables-section{padding:6rem 0}.mockup-card{text-align:center}.phone-mockup{width:200px;height:400px;border:8px solid #333;border-radius:30px;margin:0 auto 1.5rem;background:#000;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080;transition:var(--transition)}.mockup-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.85;transition:var(--transition)}.mockup-card:hover .phone-mockup{transform:translateY(-10px);border-color:var(--gold-primary)}.mockup-card:hover .mockup-bg{opacity:1;transform:scale(1.05)}.mockup-card h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.mockup-card p{color:var(--text-muted);font-size:.95rem}.benefits-section{padding:6rem 0}.solution-card{background:var(--bg-card);padding:2.5rem 2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);text-align:center;transition:var(--transition);height:100%}.solution-card:hover{transform:translateY(-5px);border-color:#d4af374d}.card-icon{width:48px;height:48px;color:var(--gold-primary);margin-bottom:1.5rem}.offer-section{padding:6rem 0}.offer-box{background:linear-gradient(145deg,#14192dcc,#0a0f1ce6);border:2px solid rgba(212,175,55,.3);border-radius:24px;padding:4rem 2rem;text-align:center;max-width:800px;margin:0 auto;position:relative;box-shadow:0 20px 50px #00000080,inset 0 0 40px #d4af370d}.offer-title{font-size:2.5rem;margin-bottom:1rem;color:#fff}.offer-description{font-size:1.15rem;color:var(--text-muted);margin-bottom:2.5rem}.price-container{margin-bottom:2.5rem}.old-price{display:block;text-decoration:line-through;color:var(--text-muted);font-size:1.2rem;margin-bottom:.5rem}.current-price{display:flex;align-items:center;justify-content:center;gap:4px;color:#fff;line-height:1}.currency{font-size:1.5rem;font-weight:500}.value{font-size:4.5rem;font-weight:700;font-family:var(--font-heading)}.installment-price{font-size:1.8rem;font-weight:700;font-family:var(--font-heading);margin-top:.5rem;margin-bottom:.5rem;line-height:1.2}.cash-price{display:block;color:var(--text-muted);margin-top:.5rem;font-weight:500;font-size:1.05rem}.daily-cost{color:var(--gold-primary);font-size:1.1rem;font-weight:600;margin-top:1rem;margin-bottom:1.5rem}.payment-methods{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--text-muted);font-size:.9rem}.authority-section{padding:6rem 0;overflow:hidden}.authority-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center;max-width:1100px;margin:0 auto;background:var(--bg-card);padding:3rem;border-radius:24px;border:1px solid rgba(212,175,55,.15);box-shadow:0 15px 40px #0006}.authority-image-wrapper{position:relative;text-align:center;display:flex;justify-content:center;align-items:center}.authority-image{position:relative;z-index:2;width:100%;max-width:350px;height:auto;transform:scale(1);transform-origin:bottom center}.transparent-img{border:none!important;box-shadow:none!important;background:transparent!important}.glow-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;background:radial-gradient(circle,rgba(212,175,55,.15) 0%,transparent 70%);z-index:1;border-radius:50%;pointer-events:none}.glow-circle.large-glow{width:400px;height:400px;background:radial-gradient(circle,rgba(212,175,55,.2) 0%,transparent 70%)}.authority-content{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}.authority-content .section-title{margin-bottom:1.5rem;font-size:2.2rem}.authority-text{font-size:1.1rem;color:var(--text-muted);line-height:1.8;margin-bottom:1.2rem}.authority-text strong{color:var(--gold-primary);font-weight:600}.quantum-section{padding:6rem 0}.quantum-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto;background:linear-gradient(145deg,#14192d99,#0a0f1ccc);padding:3rem;border-radius:24px;border:1px solid rgba(212,175,55,.2);box-shadow:0 15px 40px #0000004d}.quantum-image-wrapper{position:relative;text-align:center;display:flex;justify-content:center;align-items:center}.quantum-image{position:relative;z-index:2;width:100%;max-width:400px;border-radius:16px;border:2px solid rgba(212,175,55,.3);box-shadow:0 10px 30px #00000080}.quantum-content{display:flex;flex-direction:column;justify-content:center}.quantum-text{font-size:1.3rem;line-height:1.6;color:#fff;font-family:var(--font-body);font-weight:400}.quantum-text strong,.quantum-text .highlight{font-weight:700}.testimonials-section{padding:6rem 0;overflow:hidden}.carousel-container{position:relative;max-width:1000px;margin:0 auto;padding:0 40px}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.25,1,.5,1);will-change:transform}.carousel-slide{flex:0 0 100%;padding:0 15px;box-sizing:border-box}.testimonial-card{background:var(--bg-card);border:1px solid rgba(212,175,55,.15);border-radius:16px;padding:2.5rem 2rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:var(--transition)}.testimonial-card:hover{border-color:#d4af3766;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.stars{color:var(--gold-primary);margin-bottom:1.2rem;display:flex;gap:4px}.stars svg{width:18px;height:18px;fill:currentColor}.quote{font-size:1.05rem;color:var(--text-main);font-style:italic;line-height:1.7;margin-bottom:2rem;flex-grow:1}.author-info{display:flex;align-items:center;gap:15px}.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--gold-primary)}.author-details h4{font-size:1rem;color:#fff;margin-bottom:2px;font-family:var(--font-body)}.author-details p{font-size:.85rem;color:var(--text-muted)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0a0f1ccc;border:1px solid rgba(212,175,55,.3);color:var(--gold-primary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:10}.carousel-btn:hover{background:var(--gold-primary);color:#000}.carousel-btn svg{width:20px;height:20px}.prev-btn{left:0}.next-btn{right:0}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:2.5rem}.dot{width:10px;height:10px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:var(--transition);padding:0}.dot.active{background:var(--gold-primary);transform:scale(1.2)}.faq-section{padding:6rem 0}.accordion-container{max-width:800px;margin:0 auto}.accordion-item{border-bottom:1px solid rgba(212,175,55,.3)}.accordion-item:last-child{border-bottom:none}.accordion-question{width:100%;background:none;border:none;color:#fff;font-family:var(--font-body);font-size:1.1rem;font-weight:500;text-align:left;padding:1.5rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-icon{transition:transform .3s ease;color:var(--gold-primary);width:24px;height:24px}.accordion-item.active .accordion-question .faq-icon{transform:rotate(180deg)}.accordion-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-answer p{padding-bottom:1.5rem;color:var(--text-muted);margin:0}.closing-section{padding:6rem 0}.footer{background-color:#000;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:2rem}.footer-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-heading);font-size:1.5rem;color:#fff}.logo-icon{color:var(--gold-primary);width:24px;height:24px}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links a:hover{color:var(--gold-primary)}.disclaimer{text-align:center;color:#ffffff4d;font-size:.8rem;border-top:1px solid rgba(255,255,255,.05);padding-top:2rem}.disclaimer p{margin-bottom:.5rem}.mobile-sticky-cta{position:fixed;bottom:0;left:0;width:100%;background:#050814f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 20px;border-top:1px solid rgba(212,175,55,.2);z-index:100;display:none;transform:translateY(100%);transition:transform .3s ease}.mobile-sticky-cta.visible{transform:translateY(0)}.mobile-sticky-cta .cta-button{width:100%;padding:12px;font-size:1.1rem}.legal-header{padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.05);background-color:#000}.legal-header .container{display:flex;justify-content:space-between;align-items:center}.back-link{display:flex;align-items:center;gap:8px;color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:var(--transition)}.back-link:hover{color:var(--gold-primary)}.legal-content-section{padding:4rem 0 6rem}.legal-content{max-width:800px;margin:0 auto;background:var(--bg-card);padding:3rem 4rem;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.legal-content .title{font-size:2.5rem;margin-bottom:.5rem;text-align:left}.legal-content .last-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.legal-content h2{font-size:1.5rem;color:#fff;margin:2.5rem 0 1rem}.legal-content p{color:var(--text-muted);margin-bottom:1.2rem;line-height:1.8}.legal-content ul{color:var(--text-muted);margin-bottom:1.5rem;padding-left:1.5rem;line-height:1.8}.legal-content li{margin-bottom:.5rem}.legal-content strong{color:var(--gold-primary);font-weight:600}@media(min-width:768px){.carousel-slide{flex:0 0 50%}}@media(min-width:992px){.hero .title{font-size:2.8rem}.carousel-slide{flex:0 0 33.3333%}}@media(max-width:768px){.hero{padding:3rem 0 4rem}.hero .title{font-size:2.2rem}.hero-bullets{padding:1rem}.hero-bullets li{font-size:1rem}.section-title{font-size:2rem}.vsl-container{border-radius:8px}.authority-grid,.quantum-grid{grid-template-columns:1fr;gap:2rem;text-align:center;padding:2rem}.authority-content .section-title{text-align:center}.authority-image{transform:scale(1);max-width:75%;margin:0 auto}.quantum-text{font-size:1.15rem}.glow-circle{width:280px;height:280px}.glow-circle.large-glow{width:300px}.offer-box{padding:2.5rem 1.5rem}.installment-price{font-size:1.5rem}.value{font-size:3.5rem}.carousel-container{padding:0 30px}.carousel-btn{width:35px;height:35px}.footer-content{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:1rem}.legal-header .container{flex-direction:column;gap:1.5rem}.legal-content{padding:2rem 1.5rem}.legal-content .title{font-size:2rem}.reveal-up{transform:translateY(30px)}.reveal-left{transform:translate(-30px)}.reveal-right{transform:translate(30px)}.delay-100,.delay-200,.delay-300,.delay-400{transition-delay:.1s}.mobile-sticky-cta{display:block}body{padding-bottom:80px}}</style>{}
