.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(26,26,26,.98);backdrop-filter:blur(10px);border-top:2px solid #d4af37;padding:1.5rem;z-index:10000;box-shadow:0 -5px 20px #0000004d;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-banner-text{display:flex;align-items:center;gap:1rem;flex:1}.cookie-icon{font-size:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.cookie-message h3{color:#d4af37;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.cookie-message p{color:#e0e0e0;margin:0;line-height:1.5;font-size:.95rem}.cookie-link{color:#d4af37;text-decoration:underline;transition:color .3s ease}.cookie-link:hover{color:gold}.cookie-banner-actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.cookie-btn-reject{background:transparent;color:#999;border:1px solid #555}.cookie-btn-reject:hover{background:#333;color:#fff;border-color:#777}.cookie-btn-settings{background:rgba(212,175,55,.1);color:#d4af37;border:1px solid rgba(212,175,55,.3)}.cookie-btn-settings:hover{background:rgba(212,175,55,.2);border-color:#d4af3780}.cookie-btn-accept{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a;border:none;box-shadow:0 4px 15px #d4af374d}.cookie-btn-accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}@media (max-width: 768px){.cookie-banner{padding:1rem}.cookie-banner-content{flex-direction:column;gap:1.5rem;text-align:center}.cookie-banner-text{flex-direction:column;text-align:center;gap:1rem}.cookie-banner-actions{width:100%;justify-content:center;flex-wrap:wrap}.cookie-btn{flex:1;min-width:120px}.cookie-message p{font-size:.9rem}}@media (max-width: 480px){.cookie-banner-actions{flex-direction:column;width:100%}.cookie-btn{width:100%;padding:1rem}.cookie-icon{font-size:1.5rem}.cookie-message h3{font-size:1.1rem}.cookie-message p{font-size:.85rem}}@media (max-width: 768px){@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{margin:0 auto;padding:0 30px}.highlight{background:linear-gradient(120deg,#d4af37 0%,#ffd700 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.highlight-gold{color:#d4af37;font-weight:700}.header{position:fixed;top:0;left:0;right:0;background:rgba(26,26,26,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(212,175,55,.2);transition:all .3s ease;overflow:visible}.header .container{display:flex;justify-content:space-between;align-items:center;overflow:visible}.logo{display:flex;align-items:center;gap:.75rem;overflow:visible;position:relative}.logo-icon{width:40px;height:40px;overflow:visible;position:relative}.logo-svg{width:100%;height:100%}.logo-icon-component{overflow:visible!important;position:relative}.logo-icon-component svg{overflow:visible!important}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-main{font-size:1.5rem;font-weight:700;color:#d4af37}.logo-sub{font-size:.8rem;font-weight:500;color:#b8860b;letter-spacing:2px}.nav{display:flex;gap:2rem;align-items:center}.desktop-nav{display:flex}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{display:block;height:3px;width:100%;background:#fff;border-radius:10px;transition:all .3s cubic-bezier(.68,-.6,.32,1.6);transform-origin:center}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav.active{opacity:1;visibility:visible}.mobile-nav-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(5px)}.mobile-nav-content{position:absolute;top:0;right:0;width:280px;height:100%;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);padding:80px 2rem 2rem;transform:translate(100%);transition:transform .3s cubic-bezier(.68,-.6,.32,1.6);box-shadow:-5px 0 15px #0000004d}.mobile-nav.active .mobile-nav-content{transform:translate(0)}.mobile-nav-link{display:block;color:#fff;text-decoration:none;font-weight:500;padding:1rem 0;border-bottom:1px solid rgba(212,175,55,.2);transition:all .3s ease;font-size:1.1rem}.mobile-nav-link:hover{color:#d4af37;padding-left:1rem}.mobile-nav-link.contact-btn{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a!important;padding:1rem 1.5rem;border-radius:8px;margin-top:1rem;border:none;text-align:center;font-weight:600}.mobile-nav-link.contact-btn:hover{padding-left:1.5rem;transform:scale(1.05)}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link:hover{color:#d4af37}.contact-btn{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;position:relative;overflow:hidden;transition:all .3s ease}.contact-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.contact-btn:hover:before{left:100%}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766;color:#1a1a1a!important}.hero{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#2d2d2d 100%);color:#fff;padding:120px 0 80px;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(212,175,55,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(212,175,55,.1) 0%,transparent 50%);pointer-events:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,rgba(212,175,55,.2),rgba(212,175,55,.1));border:1px solid rgba(212,175,55,.3);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:500;color:#d4af37;margin-bottom:2rem;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.25rem;color:#b3b3b3;margin-bottom:2rem;line-height:1.6;animation:fadeInUp 1s ease-out .2s both}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem;animation:fadeInUp 1s ease-out .4s both}.cta-button{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.cta-button.pulse{animation:pulse-button 2s infinite}@keyframes pulse-button{0%,to{box-shadow:0 0 #d4af37b3}50%{box-shadow:0 0 0 20px #d4af3700}}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d4af3766}.cta-button.primary{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a}.cta-button.secondary{background:transparent;color:#d4af37;border:2px solid #d4af37}.cta-button.secondary:hover{background:#d4af37;color:#1a1a1a}.cta-button.large{padding:1.25rem 2.5rem;font-size:1.2rem}.button-arrow{width:20px;height:20px;transition:transform .3s ease}.cta-button:hover .button-arrow{transform:translate(5px)}.hero-features{display:flex;gap:2rem;animation:fadeInUp 1s ease-out .6s both}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#888}.feature-icon{font-size:1.2rem}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease-out .3s both}.character-container{position:relative;width:350px;height:350px}.character-wrapper-svg{width:350px;height:350px;margin:25px;border-radius:50%;background:linear-gradient(135deg,rgba(212,175,55,.1),rgba(212,175,55,.2));display:flex;align-items:center;justify-content:center;overflow:visible;animation:float 6s ease-in-out infinite;padding:20px;border:3px solid rgba(212,175,55,.3);box-shadow:0 0 50px #d4af374d,inset 0 0 30px #d4af371a}.character-wrapper-image{width:380px;height:380px;margin:25px;border-radius:50%;background:linear-gradient(135deg,rgba(212,175,55,.1),rgba(212,175,55,.2));display:flex;align-items:center;justify-content:center;overflow:hidden;animation:float 6s ease-in-out infinite;padding:8px;border:3px solid rgba(212,175,55,.3);box-shadow:0 0 50px #d4af374d,inset 0 0 30px #d4af371a}.character-image{width:100%;height:100%;object-fit:cover;border-radius:50%;animation:subtle-glow 3s ease-in-out infinite alternate;transform:scale(1.05)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.character-svg{width:100%;height:100%;animation:subtle-glow 3s ease-in-out infinite alternate}@keyframes subtle-glow{0%{filter:drop-shadow(0 0 10px rgba(212,175,55,.3))}to{filter:drop-shadow(0 0 20px rgba(212,175,55,.6))}}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%}.float-element{position:absolute;font-size:2rem;animation:floating 4s ease-in-out infinite;opacity:.8}.float-element:nth-child(1){top:10%;left:10%}.float-element:nth-child(2){top:20%;right:10%}.float-element:nth-child(3){bottom:20%;left:20%}.float-element:nth-child(4){bottom:10%;right:20%}@keyframes floating{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(10px) rotate(-5deg)}}.differentiator{padding:80px 0;background:#f8f9fa;text-align:center}.differentiator-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.differentiator-content.animate-slide-up{opacity:1;transform:translateY(0)}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.section-title.white{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.section-title.gold{background:linear-gradient(135deg,#d4af37,#ffd700);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.section-title.dark{color:#1a1a1a;text-shadow:none}.section-subtitle{font-size:1.25rem;color:#666;max-width:700px;margin:0 auto 3rem;line-height:1.6}.section-subtitle.white{color:#ffffffe6}.section-subtitle.light{color:#888}.section-title.large{font-size:3rem}.section-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto 3rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#d4af37;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#666;font-weight:500}.testimonials{padding:80px 0;background:#fff}.testimonials-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s ease}.testimonials-header.animate-fade-in{opacity:1;transform:translateY(0)}.testimonials-container{position:relative;width:100%;max-width:900px;margin:0 auto}.testimonial-card-wrapper{position:relative;min-height:400px;transition:opacity .3s ease}.testimonial-card-wrapper:hover{opacity:1}.testimonial-card{width:100%;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:3rem;border-radius:16px;border-left:6px solid #d4af37;box-shadow:0 10px 40px #0000001a;position:absolute;top:0;left:0;right:0;overflow:hidden;opacity:0;transform:translate(40px) scale(.95);transition:opacity .8s cubic-bezier(.25,.1,.25,1) .15s,transform .8s cubic-bezier(.25,.1,.25,1) .15s;pointer-events:none}.testimonial-card.active{opacity:1;transform:translate(0) scale(1);pointer-events:auto;position:relative;transition:opacity .8s cubic-bezier(.25,.1,.25,1),transform .8s cubic-bezier(.25,.1,.25,1)}.testimonial-card:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:linear-gradient(135deg,rgba(212,175,55,.1),transparent);border-radius:0 0 0 100px}.testimonial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;transition:opacity .6s ease .05s}.testimonial-card:not(.active) .testimonial-header{opacity:0;transition:opacity .4s ease}.testimonial-card.active .testimonial-header{opacity:1}.author-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #d4af37}.author-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d4af37,#ffd700);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#1a1a1a}.author-info h4{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.author-info p{color:#666;font-size:.9rem;margin-bottom:.25rem}.author-social{font-size:.8rem;color:#d4af37;font-weight:500}.testimonial-results{display:flex;gap:1rem}.result-metric{text-align:center;padding:.75rem;background:rgba(212,175,55,.1);border-radius:8px;border:1px solid rgba(212,175,55,.2)}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:#d4af37}.metric-label{font-size:.8rem;color:#666}.testimonial-content{position:relative;transition:opacity .6s ease .1s}.testimonial-card:not(.active) .testimonial-content{opacity:0;transition:opacity .4s ease}.testimonial-card.active .testimonial-content{opacity:1}.quote-icon{font-size:4rem;color:#d4af3733;position:absolute;top:-20px;left:-10px;line-height:1;transition:opacity .6s ease .2s}.testimonial-text{font-size:1.1rem;font-style:italic;margin-bottom:1.5rem;color:#333;position:relative;z-index:2;padding-left:2rem}.testimonial-details{display:flex;gap:1rem;flex-wrap:wrap}.testimonial-details span{background:rgba(212,175,55,.1);color:#b8860b;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.testimonials-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:rgba(212,175,55,.3);cursor:pointer;transition:all .3s ease}.indicator:hover{background:rgba(212,175,55,.6);transform:scale(1.1)}.indicator.active{background:#d4af37;transform:scale(1.2)}.indicator.active:hover{background:#d4af37;transform:scale(1.25)}.pain-points{padding:100px 0;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);color:#fff;text-align:center}.pain-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.pain-content.animate-fade-in{opacity:1;transform:translateY(0)}.pain-points .section-subtitle{color:#b3b3b3}.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin:4rem 0}.pain-item{background:rgba(255,255,255,.05);padding:2.5rem;border-radius:20px;border:1px solid rgba(212,175,55,.2);backdrop-filter:blur(10px);transition:all .3s ease;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease forwards;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.pain-item:hover{transform:translateY(-10px);border-color:#d4af3780;box-shadow:0 20px 40px #d4af371a}.pain-icon-container{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.pain-icon{width:80px;height:80px;object-fit:contain;margin-bottom:1rem}.pain-item h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.pain-item p{color:#b3b3b3;margin-bottom:1rem}.pain-metrics{display:flex;gap:.5rem;justify-content:center}.pain-metrics .metric{background:#d4af37;color:#1a1a1a;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.pain-solution span{color:#d4af37;font-weight:500}.pain-conclusion-section{margin-top:4rem;padding:3rem;background:rgba(212,175,55,.1);border-radius:16px;border:1px solid rgba(212,175,55,.3)}.conclusion-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.conclusion-image{width:120px;height:120px;object-fit:contain;filter:opacity(.9);transition:all .3s ease}.conclusion-image:hover{filter:opacity(1);transform:scale(1.05)}.pain-conclusion{font-size:1.5rem;font-weight:600;color:#d4af37;margin-bottom:2rem}.benefits{padding:100px 0;background:#f8f9fa}.benefits-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.benefits-content.animate-slide-up{opacity:1;transform:translateY(0)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.benefit-item.advanced{background:#fff;padding:3rem;border-radius:20px;text-align:left;box-shadow:0 15px 40px #0000001a;border:1px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease forwards;min-height:420px;display:flex;flex-direction:column}.benefit-item.advanced:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#d4af37,#ffd700)}.benefit-item.advanced:hover{transform:translateY(-10px);box-shadow:0 20px 50px #d4af3733}.benefit-number-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.benefit-number-large{font-size:3.5rem;font-weight:900;color:#d4af37;text-shadow:0 2px 4px rgba(0,0,0,.1);background:linear-gradient(135deg,#d4af37,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.benefit-item.advanced h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.benefit-item.advanced>p{color:#666;margin-bottom:1.5rem;line-height:1.6}.benefit-details{list-style:none;margin-bottom:1.5rem}.benefit-details li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.benefit-details li:before{content:"✓";position:absolute;left:0;color:#d4af37;font-weight:700}.benefit-metric{background:linear-gradient(135deg,rgba(212,175,55,.1),rgba(212,175,55,.2));color:#b8860b;padding:.75rem;border-radius:8px;font-weight:600;text-align:center;border:1px solid rgba(212,175,55,.3);margin-top:auto}.benefits-cta{margin-top:4rem;text-align:center;padding:3rem;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;border:2px solid rgba(212,175,55,.2)}.cta-container h3{font-size:2rem;color:#1a1a1a;margin-bottom:1rem}.cta-container p{color:#666;margin-bottom:2rem;font-size:1.1rem}.method{padding:80px 0;background:#fff;text-align:center}.method-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.method-content.animate-fade-in{opacity:1;transform:translateY(0)}.method-header{margin-bottom:4rem}.method-badge{background:linear-gradient(135deg,rgba(212,175,55,.2),rgba(212,175,55,.1));border:1px solid rgba(212,175,55,.3);color:#b8860b;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1rem}.method-timeline{position:relative;margin:0 auto}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#d4af37,#ffd700,#d4af37);transform:translate(-50%);border-radius:2px}.method-phase:nth-child(2n){transform:translate(50px)}.phase-connector{position:absolute;top:2rem;left:50%;width:20px;height:20px;background:#d4af37;border-radius:50%;transform:translate(-50%);border:4px solid #fff;box-shadow:0 0 0 4px #d4af37;z-index:3}.method-card.expanded{background:linear-gradient(135deg,#fff,#f8f9fa);padding:3rem;border-radius:16px;text-align:left;box-shadow:0 15px 40px #0000001a;border:1px solid rgba(212,175,55,.2);position:relative;margin-left:3rem;max-width:500px;width:100%;transition:all .6s cubic-bezier(.25,.1,.25,1);overflow:visible;cursor:pointer;z-index:1}.method-phase:nth-child(2n) .method-card.expanded{margin-left:auto;margin-right:3rem}.method-phase{position:relative;margin-bottom:4rem;opacity:0;transform:translate(-50px);animation:slideInPhase .8s ease forwards}.method-phase:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(212,175,55,.05),rgba(255,215,0,.1));border-radius:20px;opacity:0;transform:scale(.95);transition:all .6s cubic-bezier(.25,.1,.25,1);pointer-events:none;z-index:0}@media (min-width: 1200px){.method-phase:hover .method-card.expanded{transform:translate(-120px);box-shadow:0 25px 60px #00000026;z-index:10}.method-phase:nth-child(2n):hover .method-card.expanded{transform:translate(120px)}.method-phase:hover:after{opacity:1;transform:scale(1)}.method-phase:hover .method-expanded-content{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}}.method-expanded-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#fff,#f0f8ff);padding:2rem;border-radius:16px;box-shadow:0 20px 50px #d4af3733;border:2px solid rgba(212,175,55,.3);opacity:0;transform:translate(-50%,-50%) scale(.8);transition:all .6s cubic-bezier(.25,.1,.25,1);pointer-events:none;z-index:5;max-width:400px;width:90%;text-align:center;display:none}@media (min-width: 1200px){.method-expanded-content{display:block}}.method-expanded-content h4{color:#d4af37;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.method-expanded-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.method-expanded-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.metric-item{text-align:center;padding:.8rem;background:rgba(212,175,55,.1);border-radius:8px}.metric-value{display:block;font-size:1.4rem;font-weight:700;color:#d4af37}.metric-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:1px}.method-expanded-features{list-style:none;padding:0}.method-expanded-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;color:#555}.method-expanded-features li:before{content:"✓";color:#d4af37;font-weight:700}.method-number{position:absolute;top:-15px;left:2rem;width:50px;height:50px;background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 15px #d4af374d}.method-content-inner h3{margin:1rem 0;color:#1a1a1a;font-size:1.5rem;font-weight:700}.method-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.method-details{margin-bottom:1.5rem}.detail-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#555}.detail-icon{font-size:1.2rem}.method-result{background:linear-gradient(135deg,rgba(212,175,55,.1),rgba(212,175,55,.2));padding:1rem;border-radius:8px;border:1px solid rgba(212,175,55,.3)}.result-label{font-weight:600;color:#666;margin-right:.5rem}.result-value{font-weight:700;color:#b8860b}.method-cta-section{margin-top:4rem;padding:3rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;border:2px solid rgba(212,175,55,.2)}.cta-content h3{font-size:2rem;color:#1a1a1a;margin-bottom:1rem}.cta-content p{color:#666;margin-bottom:2rem;font-size:1.1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.vsl-section{padding:80px 0;background:linear-gradient(135deg,#d4af37,#ffd700);color:#fff;text-align:center}.vsl-section .section-subtitle{color:#ffffffe6}.vsl-section .cta-button{margin-top:2rem;background:#fff;color:#d4af37}.vsl-section .cta-button:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 10px 30px #0003}.contact{padding:80px 0;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);color:#fff}.contact .section-title{text-align:center}.contact .section-subtitle{color:#b3b3b3;text-align:center;margin-bottom:3rem}.contact-form{max-width:600px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-input,.form-textarea{background:rgba(255,255,255,.1);border:1px solid rgba(212,175,55,.3);border-radius:8px;padding:1rem;color:#fff;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px #d4af3733}.form-input::placeholder,.form-textarea::placeholder{color:#fff9}.form-textarea{width:100%;margin-bottom:2rem;resize:vertical}.results{padding:80px 0;background:#f8f9fa;text-align:center}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.result-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(212,175,55,.2);transition:all .3s ease}.result-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #d4af3733}.result-icon{font-size:3rem;margin-bottom:1rem}.result-card h3{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#d4af37,#ffd700);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.result-card p{color:#666;font-size:.9rem}.footer{background:#1a1a1a;color:#fff;padding:2rem 0 1rem;overflow:hidden}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-character-layout{position:relative;min-height:450px;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;border-bottom:1px solid #333;overflow:hidden}.footer-character{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;max-width:250px;max-height:300px}.footer-character-svg{width:100%;height:100%;max-width:250px;max-height:300px;filter:drop-shadow(0 10px 30px rgba(212,175,55,.3))}.footer-character-wrapper{position:relative;display:inline-block}.footer-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.footer-float-element{position:absolute;font-size:2rem;animation:floating 4s ease-in-out infinite;opacity:.8;pointer-events:none}.footer-float-element:nth-child(1){top:5%;left:5%}.footer-float-element:nth-child(2){top:15%;right:5%}.footer-float-element:nth-child(3){bottom:15%;left:10%}.footer-float-element:nth-child(4){bottom:5%;right:10%}.footer-page-links{position:absolute;width:100%;height:100%;top:0;left:0;z-index:20}.footer-page-link{position:absolute;background:rgba(212,175,55,.1);color:#d4af37;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:500;font-size:.9rem;border:1px solid rgba(212,175,55,.3);transition:all .3s ease;backdrop-filter:blur(5px);white-space:nowrap;z-index:25;cursor:pointer}.footer-page-link:hover{background:rgba(212,175,55,.2);border-color:#d4af37;transform:scale(1.05)}.footer-link-home{top:25%;left:20%}.footer-link-metodo{top:20%;right:25%}.footer-link-legal{bottom:35%;left:15%}.footer-link-privacy{bottom:40%;right:20%}.footer-link-cookies{top:50%;right:10%}.footer-social-links{position:absolute;width:100%;height:100%;top:0;left:0;z-index:10}.footer-social-link{position:absolute;background:rgba(212,175,55,.1);color:#d4af37;padding:10px 20px;border-radius:20px;text-decoration:none;font-weight:500;font-size:.8rem;border:1px solid rgba(212,175,55,.3);transition:all .3s ease;backdrop-filter:blur(5px);z-index:15;cursor:pointer}.footer-social-link:hover{background:rgba(212,175,55,.2);border-color:#d4af37;transform:scale(1.05)}.footer-social-instagram{top:40%;left:12%}.footer-social-facebook{bottom:25%;right:12%}.footer-social-youtube{top:65%;left:25%}.footer-column{display:flex;flex-direction:column;gap:.5rem}.footer-column h4{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.footer-column a{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:#d4af37}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem}.footer-copyright p{color:#666;font-size:.8rem}.footer-watermark a{color:#666;text-decoration:none;font-size:.8rem;opacity:.7;transition:all .3s ease}.footer-watermark a:hover{color:#d4af37;opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInPhase{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up,.animate-fade-in{animation:fadeInUp .8s ease-out}.animate-slide-up{animation:slideInUp .8s ease-out}@media (min-width: 1200px){.container{max-width:1400px}.hero-title{font-size:4rem}}@media (max-width: 1199px){.container{max-width:1100px;padding:0 30px}.hero-title{font-size:3.2rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.pain-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 991px){.container{max-width:100%;padding:0 25px}.hero-content{display:flex;flex-direction:column;gap:3rem;text-align:center}.hero-image{order:1;display:flex;justify-content:center;align-items:center;width:100%}.hero-text{order:2}.hero-title{font-size:2.8rem}.character-container{width:300px;height:300px;margin:0 auto;display:flex;justify-content:center;align-items:center}.character-wrapper-svg,.character-wrapper-image{width:320px;height:320px;margin:25px auto}.benefits-grid,.pain-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.method-card.expanded{margin-left:1.5rem;margin-right:1.5rem;padding:2.5rem;max-width:100%}.method-phase{min-height:250px}.method-phase:nth-child(2n) .method-card.expanded{margin-left:1.5rem;margin-right:1.5rem}.method-expanded-content{display:none}.testimonials-track{flex-direction:row;width:400%}.testimonial-card{min-width:25%;flex-shrink:0;margin-bottom:0;padding:1.5rem 1rem;box-sizing:border-box}.testimonials-slider{margin:0;padding:0;overflow:hidden;width:100%}}@media (max-width: 990px){.mobile-menu-btn{display:flex}.desktop-nav{display:none}.mobile-nav{display:block}}@media (max-width: 767px){.container{padding:0 20px}.hero{padding:100px 0 60px}.hero-content{display:flex;flex-direction:column;text-align:center;gap:2rem}.hero-image{order:1;display:flex;justify-content:center;align-items:center;width:100%}.hero-text{order:2}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-button{width:100%;max-width:300px;text-align:center;justify-content:center}.hero-features{flex-direction:column;gap:1rem;align-items:center}.character-container{width:280px;height:280px;margin:0 auto;display:flex;justify-content:center;align-items:center}.character-wrapper-svg,.character-wrapper-image{width:300px;height:300px;margin:25px auto}.testimonials-container{max-width:100%;padding:0 1rem}.testimonial-card-wrapper{min-height:350px}.testimonial-text{font-size:1rem;padding-left:1rem;line-height:1.5;margin-bottom:1.25rem}.testimonial-details{flex-direction:column;gap:.75rem;align-items:center}.testimonial-details span{font-size:.75rem;padding:.4rem .8rem;text-align:center}.testimonial-header{flex-direction:column;gap:1rem;text-align:center;align-items:center;margin-bottom:1.5rem}.author-info{text-align:center}.author-info h4{font-size:1.1rem;margin-bottom:.5rem}.author-info p{font-size:.9rem;margin-bottom:.25rem}.author-social{font-size:.8rem;color:#d4af37;font-weight:500}.author-avatar{width:70px;height:70px;border:4px solid #d4af37}.testimonial-results{justify-content:center;display:flex;gap:1rem;margin-top:.5rem}.result-metric{text-align:center}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:#d4af37;line-height:1}.metric-label{display:block;font-size:.75rem;color:#666;margin-top:.25rem;text-transform:uppercase;letter-spacing:.5px}.quote-icon{font-size:3rem;top:-15px;left:-5px}.testimonials{padding:60px 0}.testimonials-header{margin-bottom:3rem}.testimonials-container{max-width:100%;padding:0 .5rem}.testimonial-card-wrapper{min-height:380px}.testimonial-card{padding:2rem 1.25rem;border-radius:12px}.form-row{grid-template-columns:1fr}.footer-character-layout{min-height:400px;padding:2.5rem 1rem}.footer-character,.footer-character-svg{max-width:80px;max-height:100px}.footer-link-home{top:10%;left:10%}.footer-link-metodo{top:8%;right:15%}.footer-link-legal{bottom:25%;left:8%}.footer-link-privacy{bottom:30%;right:12%}.footer-link-cookies{top:40%;right:3%}.footer-social-instagram{top:30%;left:5%}.footer-social-facebook{bottom:15%;right:5%}.footer-social-youtube{top:55%;left:15%}.method-timeline{padding:0 1rem}.method-card.expanded{margin-left:1rem;margin-right:1rem;padding:2rem 1.5rem;max-width:100%}.method-phase{min-height:220px}.method-phase:nth-child(2n) .method-card.expanded{margin-left:1rem;margin-right:1rem}.method-phase:nth-child(2n){transform:none}.method-expanded-content{display:none}.timeline-line,.phase-connector{left:2rem}.section-title{font-size:2rem;line-height:1.2}.section-title.large{font-size:2.3rem}.stats-row{grid-template-columns:repeat(2,1fr);gap:1rem}.cta-buttons{flex-direction:column;gap:1rem}.benefit-item.advanced,.pain-item{min-height:auto;padding:2rem 1.5rem}.results-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.benefits-grid,.pain-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:90px 0 50px}.hero-title{font-size:1.8rem;line-height:1.1}.hero-subtitle{font-size:1rem;line-height:1.5}.hero-badge{font-size:.8rem;padding:.4rem .8rem}.character-container{width:220px;height:220px}.character-wrapper-svg,.character-wrapper-image{width:250px;height:250px;margin:15px auto}.pain-grid,.benefits-grid,.results-grid,.stats-row{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1.5rem}.stat-number{font-size:2rem}.testimonial-header{flex-direction:column;gap:1rem;text-align:center;margin-bottom:1.25rem}.testimonial-results{justify-content:center;gap:.75rem}.result-metric{text-align:center}.metric-value{font-size:1.3rem;font-weight:700;color:#d4af37;display:block;line-height:1}.metric-label{font-size:.7rem;color:#666;display:block;margin-top:.2rem;text-transform:uppercase;letter-spacing:.3px}.testimonial-text{font-size:.95rem;padding-left:.75rem;line-height:1.45;margin-bottom:1rem}.testimonial-details{gap:.5rem;align-items:center}.testimonial-details span{font-size:.7rem;padding:.3rem .6rem}.author-avatar{width:60px;height:60px;border:3px solid #d4af37}.author-info h4{font-size:1rem;margin-bottom:.4rem}.author-info p{font-size:.85rem}.author-social{font-size:.75rem}.quote-icon{font-size:2.5rem;top:-12px;left:-3px}.testimonials{padding:50px 0}.testimonials-header{margin-bottom:2.5rem}.testimonials-container{padding:0 .25rem}.testimonial-card-wrapper{min-height:400px}.testimonial-card{padding:1.75rem 1rem;border-radius:10px}.section-title{font-size:1.6rem}.section-title.large{font-size:1.9rem}.section-subtitle{font-size:1rem}.cta-button{padding:.9rem 1.5rem;font-size:1rem}.cta-button.large{padding:1rem 1.8rem;font-size:1.1rem}.benefit-item.advanced{padding:1.5rem 1rem}.pain-item{padding:1.5rem 1rem;min-height:280px}.method-card.expanded{margin-left:.5rem;margin-right:.5rem;padding:1.5rem 1rem;max-width:100%}.method-phase{min-height:200px;margin-bottom:2rem}.method-phase:nth-child(2n) .method-card.expanded{margin-left:.5rem;margin-right:.5rem}.method-phase:nth-child(2n){transform:none}.method-number{top:-10px;left:1rem;width:40px;height:40px;font-size:1rem}.method-content-inner h3{font-size:1.3rem;margin:.8rem 0}.method-description{font-size:.9rem;margin-bottom:1rem}.detail-item{font-size:.8rem;margin-bottom:.4rem}.method-result{font-size:.8rem}.method-expanded-content{display:none}.timeline-line,.phase-connector{left:1.5rem}.mobile-nav-content{width:100%;padding:80px 1.5rem 2rem}.result-card{padding:1.5rem}.result-card h3{font-size:2rem}.testimonial-details{gap:.5rem}.testimonial-details span{font-size:.7rem}.footer-character-layout{flex-direction:column!important;min-height:auto!important;padding:2rem 1rem!important;gap:2rem;align-items:center}.footer-character{position:relative!important;top:auto!important;left:auto!important;transform:none!important;max-width:200px!important;max-height:240px!important;margin:0 auto}.footer-character-svg{max-width:200px!important;max-height:240px!important}.footer-float-element{font-size:1.2rem!important}.footer-page-links{position:relative!important;width:100%!important;height:auto!important;top:auto!important;left:auto!important;display:flex!important;flex-direction:column!important;gap:1rem!important;align-items:center!important}.footer-page-link{position:relative!important;inset:auto!important;transform:none!important;padding:12px 24px!important;font-size:.9rem!important;border-radius:25px!important;width:fit-content!important;display:block!important}.footer-social-links{position:relative!important;width:100%!important;height:auto!important;top:auto!important;left:auto!important;display:flex!important;flex-direction:column!important;gap:.8rem!important;align-items:center!important}.footer-social-link{position:relative!important;inset:auto!important;transform:none!important;padding:10px 20px!important;font-size:.8rem!important;border-radius:20px!important;width:fit-content!important;display:block!important}.footer-link-home,.footer-link-metodo,.footer-link-legal,.footer-link-privacy,.footer-link-cookies,.footer-social-instagram,.footer-social-facebook,.footer-social-youtube{inset:auto!important;transform:none!important}}@media screen and (max-height: 500px) and (orientation: landscape){.hero{padding:60px 0 40px;min-height:auto}.hero-content{gap:1.5rem}.hero-title{font-size:2rem}.character-container{width:180px;height:180px}.character-wrapper-svg,.character-wrapper-image{width:200px;height:200px}.mobile-nav-content{padding:60px 1.5rem 1rem}}section{position:relative;overflow:hidden}section:not(:last-child):after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.3),transparent)}.pain-points:after,.contact:after,.vsl-section:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.section-header{text-align:center;margin-bottom:3rem}.section-badge{background:linear-gradient(135deg,rgba(212,175,55,.2),rgba(212,175,55,.1));border:1px solid rgba(212,175,55,.3);color:#b8860b;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1rem;animation:pulse-badge 2s infinite}html{scroll-behavior:smooth}@media (hover: none) and (pointer: coarse){.cta-button:hover{transform:none;box-shadow:0 4px 15px #d4af374d}.nav-link:hover:after{width:0}.benefit-item.advanced:hover,.pain-item:hover,.result-card:hover,.stat-item:hover{transform:none}.mobile-nav-link{min-height:44px;display:flex;align-items:center}.mobile-menu-btn{min-width:44px;min-height:44px}.indicator{min-width:44px;min-height:44px;border-radius:22px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer,.legal-footer,.simple-footer{text-align:center}.footer .container,.legal-footer .container,.simple-footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{justify-content:center!important;align-items:center!important;text-align:center!important;gap:3rem!important}.footer-brand{text-align:center!important}.footer-columns{justify-content:center!important;align-items:flex-start!important}.footer-bottom{justify-content:center!important;align-items:center!important;text-align:center!important;gap:2rem!important}@media (max-width: 768px){.footer-content{flex-direction:column!important;gap:2rem!important;text-align:center!important;align-items:center!important}.footer-columns{gap:2rem!important;flex-direction:row!important;justify-content:center!important}.footer-bottom{flex-direction:column!important;gap:1rem!important;text-align:center!important}}@media (max-width: 480px){.footer-columns{flex-direction:column!important;gap:1.5rem!important;justify-content:center!important}.footer .container,.legal-footer .container,.simple-footer .container{padding:0 1rem}}.mobile-pulse-hint{display:none;position:absolute;bottom:1rem;right:1rem;width:20px;height:20px;border-radius:50%;background:rgba(212,175,55,.3);animation:pulseRing 2s infinite ease-out}.mobile-pulse-hint:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#d4af37;animation:pulseCore 2s infinite ease-out}.mobile-pulse-hint:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:2px solid rgba(212,175,55,.2);border-radius:50%;animation:pulseOuter 2s infinite ease-out}.mobile-back-hint{background:rgba(34,197,94,.3)}.mobile-back-hint:before{background:#059669}.mobile-back-hint:after{border-color:#22c55e33}@keyframes pulseRing{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}@keyframes pulseCore{0%,70%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.3);opacity:.8}}@keyframes pulseOuter{0%{transform:translate(-50%,-50%) scale(1);opacity:0}50%{opacity:.3}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}@media (max-width: 767px){.mobile-pulse-hint{display:block}.method-card.expanded.flip-card{cursor:pointer;transition:all .3s ease;padding:2rem;margin:1rem;max-width:none;min-height:350px;position:relative;border:2px solid transparent;box-shadow:0 8px 25px #0000001a}.method-card.expanded.flip-card:not(.flipped){border:2px solid rgba(212,175,55,.2);animation:cardGlow 3s infinite ease-in-out}.method-card.expanded.flip-card.flipped{border:2px solid rgba(34,197,94,.3);box-shadow:0 12px 30px #22c55e26}.method-card.expanded.flip-card:active{transform:scale(.98);box-shadow:0 10px 25px #d4af374d}@keyframes cardGlow{0%,to{border-color:#d4af3733;box-shadow:0 8px 25px #0000001a}50%{border-color:#d4af3766;box-shadow:0 8px 25px #d4af3726}}.flip-card-front{display:block}.flip-card-back,.flip-card.flipped .flip-card-front{display:none}.flip-card.flipped .flip-card-back{display:block;animation:slideInContent .4s ease-out}@keyframes slideInContent{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.method-phase{margin-bottom:2rem}.method-card.expanded.flip-card .method-details{margin-bottom:1rem}.method-card.expanded.flip-card .detail-item{padding:.3rem 0;font-size:.9rem}}@media (min-width: 768px){.flip-card-front{display:none}.flip-card-back{display:block}.mobile-pulse-hint{display:none!important}.method-card.expanded.flip-card{border:none!important;animation:none!important}}.testimonials-controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.testimonials-nav-arrows{display:flex;gap:1rem}.nav-arrow{width:50px;height:50px;border-radius:50%;border:2px solid rgba(212,175,55,.3);background:rgba(255,255,255,.9);color:#d4af37;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;transition:all .3s ease;backdrop-filter:blur(10px)}.nav-arrow:hover{background:#d4af37;color:#fff;transform:scale(1.1);box-shadow:0 5px 15px #d4af3766}.nav-arrow:active{transform:scale(.95)}.prev-arrow:hover span{animation:arrowBounceLeft .6s infinite}.next-arrow:hover span{animation:arrowBounceRight .6s infinite}@keyframes arrowBounceLeft{0%,to{transform:translate(0)}50%{transform:translate(-3px)}}@keyframes arrowBounceRight{0%,to{transform:translate(0)}50%{transform:translate(3px)}}@media (max-width: 767px){.testimonials-controls{flex-direction:column;gap:1.5rem;margin-top:2.5rem}.testimonials-indicators{order:1;margin-bottom:1rem}.testimonials-nav-arrows{order:2;gap:1.5rem}.nav-arrow{width:50px;height:50px;font-size:1.4rem;border-width:3px}.nav-arrow:active{transform:scale(.95)}.indicator{width:14px;height:14px}}@media (max-width: 480px){.testimonials-controls{gap:1.25rem;margin-top:2rem}.nav-arrow{width:45px;height:45px;font-size:1.3rem}.indicator{width:12px;height:12px}}.method-page{font-family:Inter,Poppins,Montserrat,-apple-system,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.method-page .header{position:fixed;top:0;left:0;right:0;background:rgba(26,26,26,.98);backdrop-filter:blur(15px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(212,175,55,.3);transition:all .3s ease;box-shadow:0 2px 10px #0000004d}.method-page .header .container{display:flex;justify-content:space-between;align-items:center}.method-page .logo{display:flex;align-items:center;gap:.75rem}.method-page .logo-text{display:flex;flex-direction:column;line-height:1.1}.method-page .logo-main{font-size:1.5rem;font-weight:700;color:#d4af37}.method-page .logo-sub{font-size:.8rem;font-weight:500;color:#b8860b;letter-spacing:2px}.method-page .nav{display:flex;gap:2rem;align-items:center}.method-page .desktop-nav{display:flex}.method-page .nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.method-page .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.method-page .nav-link:hover:after,.method-page .nav-link.active:after{width:100%}.method-page .nav-link:hover,.method-page .nav-link.active{color:#d4af37}.method-page .contact-btn{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;position:relative;overflow:hidden;transition:all .3s ease}.method-page .contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766;color:#1a1a1a!important}.method-page .mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.method-page .hamburger-line{display:block;height:3px;width:100%;background:#fff;border-radius:10px;transition:all .3s cubic-bezier(.68,-.6,.32,1.6);transform-origin:center}.method-page .mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.method-page .mobile-nav.active{opacity:1;visibility:visible}.method-page .mobile-nav-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(5px)}.method-page .mobile-nav-content{position:absolute;top:0;right:0;width:280px;height:100%;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);padding:80px 2rem 2rem;transform:translate(100%);transition:transform .3s cubic-bezier(.68,-.6,.32,1.6)}.method-page .mobile-nav.active .mobile-nav-content{transform:translate(0)}.method-page .mobile-nav-link{display:block;color:#fff;text-decoration:none;font-weight:500;padding:1rem 0;border-bottom:1px solid rgba(212,175,55,.2);transition:all .3s ease;font-size:1.1rem}.method-page .mobile-nav-link:hover,.method-page .mobile-nav-link.active{color:#d4af37;padding-left:1rem}.method-page .mobile-nav-link.contact-btn{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a!important;padding:1rem 1.5rem;border-radius:8px;margin-top:1rem;border:none;text-align:center;font-weight:600}.method-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.method-page .hero-promise{background:#f8f9fa;padding:100px 0 60px;text-align:center;width:100%}.method-page .hero-content{opacity:0;transform:translateY(30px);transition:all .8s ease;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0!important}.method-page .hero-content.animate-in{opacity:1;transform:translateY(0)}.method-page .flow-partner-badge{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a;padding:.8rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:.5rem;display:inline-block;box-shadow:0 4px 15px #d4af374d;animation:partnerPulse 2s ease-in-out infinite}@keyframes partnerPulse{0%,to{transform:scale(1);box-shadow:0 4px 15px #d4af374d}50%{transform:scale(1.05);box-shadow:0 6px 25px #d4af3780}}.method-page .hero-promise .main-title{font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:.5rem;color:#1a1a1a;text-align:center;width:100%;max-width:800px}.method-page .hero-subtitle{font-size:1.4rem;color:#444;margin-bottom:.75rem;font-weight:600;text-decoration:underline;text-decoration-color:#d4af37;text-underline-offset:8px;text-align:center;width:100%}.method-page .steps-container{margin:3rem 0;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.method-page .step-single{margin:.1rem 0;display:flex;justify-content:center;align-items:center}.method-page .step-item{display:flex;align-items:center;gap:1rem;font-size:1.2rem;padding:1rem 2rem;background:rgba(212,175,55,.1);border-radius:12px;border-left:4px solid #d4af37;width:100%;max-width:500px;justify-content:center}.method-page .step-number{font-weight:800;color:#d4af37;min-width:80px}.method-page .step-text{color:#333;font-weight:500}.method-page .hero-video-wrapper{width:100%;max-width:600px;margin:.75rem 0;border-radius:16px;overflow:hidden;box-shadow:0 15px 35px #0003;border:3px solid #d4af37;background:#000}.method-page .hero-video-wrapper iframe{border-radius:13px;display:block}.method-page .legal-guarantee{margin-top:2rem;font-size:.9rem;color:#666;font-weight:500}.method-page .legal-guarantee span{background:rgba(34,197,94,.1);padding:.5rem 1rem;border-radius:8px;color:#059669;font-weight:600}.method-page .cta-button{display:inline-block;background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;margin:.25rem 0;position:relative;overflow:hidden}.method-page .cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d4af3766}.method-page .cta-button.secondary{background:transparent;color:#d4af37;border:2px solid #d4af37}.method-page .cta-button.secondary:hover{background:#d4af37;color:#1a1a1a}.method-page .cta-button.large{padding:1.25rem 2.5rem;font-size:1.2rem;margin:1rem 0;box-shadow:0 8px 25px #d4af3766;text-transform:uppercase;letter-spacing:1px;font-weight:700}.method-page .cta-button.full-width{width:100%;text-align:center}.method-page .video-section{padding:80px 0;background:#ffffff;text-align:center}.method-page .video-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.method-page .video-content.animate-in{opacity:1;transform:translateY(0)}.method-page .video-wrapper{max-width:700px;margin:0 auto 2rem;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000026}.method-page .video-wrapper iframe{width:100%;height:400px;border:none}.method-page .frustrations-before{padding:80px 0;background:#0F1F29;color:#fff;text-align:center}.method-page .frustrations-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.method-page .frustrations-content.animate-in{opacity:1;transform:translateY(0)}.method-page .frustrations-before h2{font-size:2.2rem;font-weight:700;margin-bottom:3rem;color:#fff}.method-page .frustrations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.method-page .frustration-card{background:rgba(255,255,255,.05);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.method-page .frustration-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.08)}.method-page .frustration-icon{font-size:3rem;margin-bottom:1rem;display:block}.method-page .frustration-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#fff}.method-page .frustration-card p{color:#ccc;line-height:1.6}.method-page .conclusion-text{font-size:1.2rem;margin:3rem 0 2rem;color:#fff;font-style:italic}.method-page .testimonials-after{padding:80px 0;background:#f8f9fa}.method-page .testimonials-content{opacity:0;transform:translateY(30px);transition:all .8s ease;text-align:center}.method-page .testimonials-content.animate-in{opacity:1;transform:translateY(0)}.method-page .testimonials-after h2{font-size:2.2rem;font-weight:700;margin-bottom:3rem;color:#1a1a1a}.method-page .testimonials-grid{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin:0 auto}.method-page .testimonials-social-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:2rem;margin:0 auto;max-width:1000px;justify-content:center}.method-page .testimonial-card{background:#ffffff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #0000001a;border:1px solid #e0e0e0;transition:all .3s ease}.method-page .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.method-page .testimonial-content p{font-size:1.1rem;font-style:italic;margin-bottom:1.5rem;color:#333;text-align:left}.method-page .author{display:flex;align-items:center;gap:1rem;text-align:left}.method-page .author img{width:50px;height:50px;border-radius:50%;object-fit:cover}.method-page .avatar-placeholder{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#ffd700);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#1a1a1a}.method-page .author h4{font-weight:600;color:#1a1a1a;margin:0}.method-page .author span{color:#666;font-size:.9rem}.method-page .testimonial-social-card{background:#ffffff;border-radius:20px;padding:1.5rem;text-align:center;color:#333;cursor:pointer;transition:all .3s ease;position:relative;border:2px solid #f0f0f0;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:100%}.method-page .testimonial-social-card:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 15px 40px #d4af3733}.method-page .mobile-video-hint{display:none;position:absolute;bottom:1rem;right:1rem;width:24px;height:24px;border-radius:50%;background:rgba(212,175,55,.9);animation:videoHintPulse 2s infinite ease-out;z-index:10}.method-page .mobile-video-hint:before{content:"▶";position:absolute;top:50%;left:50%;transform:translate(-45%,-50%);color:#fff;font-size:10px;font-weight:700}.method-page .mobile-video-hint:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:2px solid rgba(212,175,55,.4);border-radius:50%;animation:videoHintRing 2s infinite ease-out}@keyframes videoHintPulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}@keyframes videoHintRing{0%{transform:translate(-50%,-50%) scale(1);opacity:0}50%{opacity:.6}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.method-page .testimonial-avatar{position:relative;margin:0 auto 1rem;width:80px;height:80px}.method-page .testimonial-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #e0e0e0;transition:all .3s ease}.method-page .testimonial-social-card:hover .testimonial-avatar img{border-color:#d4af37;transform:scale(1.05)}.method-page .verified-badge{position:absolute;bottom:-2px;right:-2px;background:#1DA1F2;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid #ffffff}.method-page .followers-count{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.8rem}.method-page .instagram-handle{font-size:1rem;font-weight:600;color:#d4af37;margin-bottom:.8rem;text-decoration:none;transition:color .3s ease}.method-page .testimonial-text{font-size:.9rem;line-height:1.4;color:#555;margin-bottom:1rem;flex-grow:1;display:flex;align-items:center;justify-content:center;font-style:italic}.method-page .testimonial-author{border-top:1px solid #f0f0f0;padding-top:.8rem;margin-top:auto}.method-page .author-name{font-size:1rem;font-weight:600;color:#d4af37;margin-bottom:.2rem}.method-page .author-role{font-size:.8rem;color:#666}.method-page .video-hover-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:linear-gradient(145deg,rgba(0,0,0,.95),rgba(26,26,26,.9));border-radius:16px;padding:12px;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:15;box-shadow:0 20px 60px #0009,0 0 0 2px #d4af374d;backdrop-filter:blur(10px);width:200px;height:300px}.method-page .testimonial-social-card:hover .video-hover-overlay{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.method-page .video-hover-overlay iframe,.method-page .video-hover-overlay video{border-radius:12px;display:block;border:2px solid rgba(212,175,55,.5);width:100%;height:100%;object-fit:cover}.method-page .play-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(145deg,rgba(212,175,55,.95),rgba(255,215,0,.9));color:#1a1a1a;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;pointer-events:none;box-shadow:0 4px 15px #d4af3766;animation:playPulse 2s infinite}@keyframes playPulse{0%,to{transform:translate(-50%,-50%) scale(1);box-shadow:0 4px 15px #d4af3766}50%{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 20px #d4af3799}}.method-page .qualification-filter{padding:80px 0;background:#ffffff}.method-page .qualification-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.method-page .qualification-content.animate-in{opacity:1;transform:translateY(0)}.method-page .qualification-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.method-page .qualification-column{padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #0000001a}.method-page .qualification-column.yes{background:#ffffff;border:2px solid #22c55e}.method-page .qualification-column.no{background:#f8f8f8;border:2px solid #dc3545}.method-page .qualification-column h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.method-page .qualification-column.yes h3{color:#22c55e}.method-page .qualification-column.no h3{color:#dc3545}.method-page .qualification-column ul{list-style:none;padding:0}.method-page .qualification-column li{position:relative;padding:.75rem 0 .75rem 2rem;border-bottom:1px solid rgba(0,0,0,.1)}.method-page .qualification-column.yes li:before{content:"✅";position:absolute;left:0;font-size:1.2rem}.method-page .qualification-column.no li:before{content:"❌";position:absolute;left:0;font-size:1.2rem}.method-page .qualification-conclusion{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px}.method-page .qualification-conclusion p{font-size:1.2rem;margin-bottom:1.5rem;color:#333}.method-page .founder-section{padding:80px 0;background:#f8f9fa}.method-page .founder-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;opacity:0;transform:translateY(30px);transition:all .8s ease}.method-page .founder-content.animate-in{opacity:1;transform:translateY(0)}.method-page .founder-image img{width:100%;max-width:300px;border-radius:12px;filter:grayscale(100%);transition:filter .3s ease}.method-page .founder-image:hover img{filter:grayscale(0%)}.method-page .founder-info h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.method-page .founder-info h3{font-size:1.2rem;color:#666;margin-bottom:1.5rem;font-weight:500}.method-page .founder-info p{font-size:1rem;line-height:1.6;margin-bottom:1rem;color:#333}.method-page .guarantee-commitment{padding:80px 0;background:#0F1F29;color:#fff;text-align:center}.method-page .guarantee-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.method-page .guarantee-content.animate-in{opacity:1;transform:translateY(0)}.method-page .guarantee-commitment h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff}.method-page .guarantee-text p{font-size:1.3rem;margin-bottom:1rem;line-height:1.6}.method-page .simple-cta{padding:80px 0;background:#ffffff;text-align:center}.method-page .cta-clean-content{opacity:0;transform:translateY(30px);transition:all .8s ease;max-width:600px;margin:0 auto}.method-page .cta-clean-content.animate-in{opacity:1;transform:translateY(0)}.method-page .simple-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;color:#1a1a1a;line-height:1.2}.method-page .cta-button.clean-primary{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a;padding:1.5rem 3rem;font-size:1.2rem;font-weight:700;border-radius:12px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;box-shadow:0 8px 25px #d4af374d;text-transform:none;letter-spacing:0}.method-page .cta-button.clean-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #d4af3766}.method-page .application-form{background:#ffffff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-top:1rem}.method-page .form-group{margin-bottom:1rem;text-align:left}.method-page .form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.method-page .form-group input{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.method-page .form-group input:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px #d4af3733}.method-page .cta-actions{margin-top:1rem;text-align:center}.method-page .nav-link-container{position:relative;display:inline-block}.method-page .method-hover-video{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:8px;padding:8px;box-shadow:0 10px 30px #0000004d;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;margin-top:10px}.method-page .method-nav-link:hover .method-hover-video{opacity:1;visibility:visible}.method-page .method-hover-video iframe{border-radius:4px;display:block}.method-page .simple-footer{background:#0A1E2B;color:#fff;padding:2rem 0}.method-page .footer-content{display:flex;justify-content:space-between;align-items:center}.method-page .footer-logo{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:600}.method-page .footer-links{display:flex;gap:2rem}.method-page .footer-links a{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.method-page .footer-links a:hover{color:#fff}@keyframes methodButtonPulse{0%,to{box-shadow:0 0 #28a745b3}50%{box-shadow:0 0 0 15px #28a74500}}@media (max-width: 1024px){.method-page .founder-content{grid-template-columns:1fr;gap:2rem;text-align:center}}@media (max-width: 990px){.method-page .mobile-menu-btn{display:flex}.method-page .desktop-nav{display:none}.method-page .mobile-nav{display:block}}@media (max-width: 1024px) and (min-width: 769px){.method-page .testimonials-social-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px}}@media (max-width: 768px){.method-page .container{padding:0 1rem}.method-page .hero-promise .main-title{font-size:2.5rem;line-height:1.2}.method-page .hero-subtitle{font-size:1.2rem;margin-bottom:1rem}.method-page .step-item{max-width:450px;width:90%;font-size:1.1rem;padding:.8rem 1.5rem}.method-page .flow-partner-badge{font-size:.8rem;padding:.6rem 1.5rem}.method-page .hero-video-wrapper{max-width:500px;margin:1rem 0}.method-page .hero-video-wrapper iframe{height:350px}.method-page .qualification-grid{grid-template-columns:1fr;gap:2rem}.method-page .frustrations-grid{grid-template-columns:1fr;gap:1.5rem}.method-page .testimonials-social-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;max-width:700px;gap:2rem}.method-page .video-wrapper iframe{height:300px}.method-page .footer-content{flex-direction:column;gap:1rem;text-align:center}.method-page .footer-links{justify-content:center}.method-page .mobile-nav-content{width:100%;padding:80px 1.5rem 2rem}}@media (max-width: 480px){.method-page .hero-promise .main-title{font-size:2rem;line-height:1.3}.method-page .hero-subtitle{font-size:1rem;margin-bottom:.75rem}.method-page .step-item{max-width:350px;width:95%;font-size:1rem;padding:.7rem 1rem;flex-direction:column;gap:.5rem;text-align:center}.method-page .steps-container{gap:.5rem}.method-page .flow-partner-badge{font-size:.7rem;padding:.5rem 1rem}.method-page .testimonials-social-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:1.5rem}.method-page .method-hover-video{display:none}.method-page .testimonial-avatar,.method-page .testimonial-avatar img{width:100px;height:100px}.method-page .testimonial-social-card{padding:1.5rem}.method-page .hero-video-wrapper{max-width:100%;margin:.75rem 0;width:95%}.method-page .hero-video-wrapper iframe{height:280px}.method-page .video-wrapper iframe{height:250px}.method-page .frustration-card,.method-page .testimonial-card{padding:1.5rem}.method-page .video-hover-overlay{display:none}.method-page .testimonial-avatar,.method-page .testimonial-avatar img{width:70px;height:70px}.method-page .testimonial-social-card{padding:1rem}}.method-page .video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.method-page .video-modal-content{position:relative;width:90%;max-width:400px;background:#000;border-radius:12px;overflow:hidden;animation:slideIn .3s ease}.method-page .video-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:10001;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease}.method-page .video-modal-close:hover{background:rgba(255,255,255,.2)}.method-page .video-modal-wrapper{position:relative;width:100%;height:0;padding-bottom:133%}.method-page .video-modal-wrapper iframe,.method-page .video-modal-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.method-page .video-modal-content{width:95%;max-width:300px}.method-page .video-modal-wrapper{padding-bottom:150%}.method-page .mobile-video-hint{display:block}.method-page .testimonials-social-grid{grid-template-columns:1fr;gap:1.5rem}.method-page .testimonial-social-card{border:2px solid rgba(212,175,55,.2);animation:cardVideoGlow 3s infinite ease-in-out}@keyframes cardVideoGlow{0%,to{border-color:#d4af3733;box-shadow:0 4px 20px #00000014}50%{border-color:#d4af3766;box-shadow:0 8px 25px #d4af3726}}}.rocket-animation-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease;position:relative}.rocket-animation-container:hover{transform:scale(1.05)}.rocket-small{width:80px;height:100px}.rocket-medium{width:120px;height:150px}.rocket-large{width:160px;height:200px}.rocket-xl{width:200px;height:250px}.rocket-svg{width:60%;height:50%;transition:all .8s ease;display:flex;align-items:center;justify-content:center}.rocket-svg svg{width:100%;height:100%}.stage-1 .rocket-svg{transform:translateY(0) scale(1);filter:brightness(.8)}.stage-1 .flame{opacity:0}.stage-2 .rocket-svg{transform:translateY(-5px) scale(1.05);filter:brightness(.9)}.stage-2 .flame{opacity:.5;animation:flameFlicker 1s ease-in-out infinite}.stage-3 .rocket-svg{transform:translateY(-10px) scale(1.1);filter:brightness(1)}.stage-3 .flame{opacity:.8;animation:flameFlicker .8s ease-in-out infinite}.stage-4 .rocket-svg{transform:translateY(-15px) scale(1.15);filter:brightness(1.1) drop-shadow(0 0 10px rgba(255,215,0,.5))}.stage-4 .flame{opacity:1;animation:flameFlicker .5s ease-in-out infinite}.rocket-nose{transform-origin:center;animation:rocketGlow 3s ease-in-out infinite}.rocket-window{animation:windowBlink 2s ease-in-out infinite}.star{animation:starTwinkle 2s ease-in-out infinite}.star-1{animation-delay:0s}.star-2{animation-delay:.5s}.star-3{animation-delay:1s}.star-4{animation-delay:1.5s}.rocket-progress{margin-top:.5rem;width:90%;max-width:180px}.progress-text{text-align:center;font-size:.9rem;font-weight:600;color:#d4af37;margin-bottom:.5rem}.progress-bar{width:100%;height:6px;background:rgba(212,175,55,.2);border-radius:3px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#d4af37,#ffd700);border-radius:3px;transition:width .8s cubic-bezier(.25,.1,.25,1);position:relative}.progress-fill:after{content:"";position:absolute;top:0;right:0;width:10px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4));animation:progressShine 2s ease-in-out infinite}.launch-effects{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .3s ease}.launching .launch-effects{opacity:1}.launching .rocket-svg{animation:rocketLaunch 3s ease-out}.spark{position:absolute;font-size:1.5rem;animation:sparkFloat 2s ease-out infinite}.spark-1{top:20%;left:10%;animation-delay:0s}.spark-2{top:30%;right:10%;animation-delay:.5s}.spark-3{bottom:40%;left:20%;animation-delay:1s}.spark-4{bottom:30%;right:20%;animation-delay:1.5s}.completion-message{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);text-align:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;padding:1rem 1.5rem;border-radius:12px;border:2px solid #d4af37;animation:completionPulse 2s ease-out infinite;box-shadow:0 8px 25px #d4af374d}.success-text{font-size:1.1rem;font-weight:700;color:#d4af37;margin-bottom:.3rem}.sub-text{font-size:.8rem;color:#b3b3b3;opacity:.9}.launching{animation:launchShake .5s ease-in-out}.rocket-animation-container:active{transform:scale(.95)}.rocket-animation-container:hover .rocket-svg{filter:drop-shadow(0 0 15px rgba(212,175,55,.4))}@keyframes rocketGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}@keyframes windowBlink{0%,90%,to{opacity:1}95%{opacity:.3}}@keyframes starTwinkle{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@keyframes flameFlicker{0%,to{transform:scaleY(1) scaleX(1);opacity:.8}25%{transform:scaleY(1.2) scaleX(.9);opacity:1}50%{transform:scaleY(.8) scaleX(1.1);opacity:.9}75%{transform:scaleY(1.1) scaleX(.95);opacity:1}}@keyframes rocketLaunch{0%{transform:translateY(-15px) scale(1.15)}50%{transform:translateY(-50px) scale(1.3) rotate(5deg)}to{transform:translateY(-100px) scale(.8) rotate(0);opacity:.5}}@keyframes progressShine{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes sparkFloat{0%{transform:translateY(0) scale(0);opacity:0}20%{transform:translateY(-10px) scale(1);opacity:1}80%{transform:translateY(-30px) scale(1);opacity:1}to{transform:translateY(-50px) scale(0);opacity:0}}@keyframes completionPulse{0%,to{transform:translate(-50%) scale(1);box-shadow:0 8px 25px #d4af374d}50%{transform:translate(-50%) scale(1.05);box-shadow:0 12px 35px #d4af3780}}@keyframes launchShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@media (max-width: 768px){.rocket-small{width:60px;height:80px}.rocket-medium{width:90px;height:120px}.rocket-large{width:120px;height:160px}.rocket-xl{width:150px;height:200px}.completion-message{bottom:-50px;padding:.8rem 1.2rem}.success-text{font-size:1rem}.sub-text{font-size:.7rem}}@media (max-width: 480px){.rocket-small{width:50px;height:70px}.rocket-medium{width:70px;height:90px}.rocket-large{width:90px;height:120px}.rocket-xl{width:110px;height:150px}.progress-text{font-size:.8rem}.completion-message{bottom:-45px;padding:.6rem 1rem}.success-text{font-size:.9rem}.sub-text{font-size:.65rem}}.rocket-animation-container.interactive:hover{transform:scale(1.1)}.rocket-animation-container.interactive:hover .progress-fill{background:linear-gradient(90deg,#ffd700,#ff6b35)}.rocket-animation-container.interactive:hover .progress-text{color:gold}.rocket-animation-container *{transition:all .3s ease}.application-form{min-height:100vh;background:linear-gradient(135deg,#121212 0%,#1a1a1a 50%,#0f0f0f 100%);color:#fff;font-family:Inter,Poppins,Montserrat,-apple-system,sans-serif;padding:2rem 0;position:relative;overflow-x:hidden}.application-form:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(212,175,55,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(212,175,55,.1) 0%,transparent 50%);pointer-events:none}.form-container{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.form-wrapper{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.1,.25,1)}.form-wrapper.fade-in{opacity:1;transform:translateY(0)}.form-header{text-align:center;margin-bottom:3rem;animation:slideDown .8s ease-out}.form-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff,#d4af37);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.form-header p{font-size:1.1rem;color:#b3b3b3;max-width:500px;margin:0 auto}.progress-container{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.rocket-wrapper{width:150px;height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:2px solid rgba(212,175,55,.3);border-radius:20px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;padding:10px}.rocket-wrapper .rocket-animation-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.rocket-wrapper .rocket-svg{width:70%;height:60%;margin-bottom:10px}.plant-container{width:120px;height:150px;position:relative;margin-bottom:1rem}.plant-animation{width:100%;height:100%;position:relative;transition:all .6s ease}.pot{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:40px;background:linear-gradient(135deg,#8B4513,#A0522D);border-radius:0 0 20px 20px;box-shadow:inset 0 2px 4px #0000004d}.soil{position:absolute;bottom:25px;left:50%;transform:translate(-50%);width:70px;height:20px;background:#4A4A4A;border-radius:50px;opacity:1;transition:all .6s ease}.seed,.sprout,.stem,.leaves,.flowers{position:absolute;left:50%;transform:translate(-50%);opacity:0;transition:all .6s ease}.plant-animation.soil .soil{opacity:1;animation:soilPulse 2s ease-in-out infinite}.plant-animation.seed .seed{opacity:1;bottom:40px;width:8px;height:8px;background:#8B4513;border-radius:50%;animation:seedGlow 1.5s ease-in-out infinite}.plant-animation.sprout .seed,.plant-animation.sprout .sprout{opacity:1}.plant-animation.sprout .sprout{bottom:40px;width:4px;height:25px;background:linear-gradient(to top,#228B22,#32CD32);border-radius:2px 2px 50% 50%;animation:sproutGrow 1s ease-out}.plant-animation.small-plant .seed,.plant-animation.small-plant .sprout,.plant-animation.small-plant .stem{opacity:1}.plant-animation.small-plant .stem{bottom:40px;width:6px;height:45px;background:linear-gradient(to top,#228B22,#32CD32);border-radius:3px;animation:stemGrow .8s ease-out}.plant-animation.growing-plant .seed,.plant-animation.growing-plant .sprout,.plant-animation.growing-plant .stem,.plant-animation.growing-plant .leaves{opacity:1}.plant-animation.growing-plant .stem{height:60px}.plant-animation.growing-plant .leaves{bottom:85px;width:40px;height:20px;background:#32CD32;border-radius:50%;animation:leavesGrow .6s ease-out}.plant-animation.plant-with-leaves .seed,.plant-animation.plant-with-leaves .sprout,.plant-animation.plant-with-leaves .stem,.plant-animation.plant-with-leaves .leaves{opacity:1}.plant-animation.plant-with-leaves .leaves{width:60px;height:30px;animation:leavesExpand .8s ease-out}.plant-animation.flowering-plant .seed,.plant-animation.flowering-plant .sprout,.plant-animation.flowering-plant .stem,.plant-animation.flowering-plant .leaves,.plant-animation.flowering-plant .flowers{opacity:1}.plant-animation.flowering-plant .flowers{bottom:100px;width:20px;height:20px;background:radial-gradient(circle,#FFD700,#FFA500);border-radius:50%;animation:flowerBloom 1s ease-out}.plant-animation.tree .seed,.plant-animation.tree .sprout,.plant-animation.tree .stem,.plant-animation.tree .leaves,.plant-animation.tree .flowers{opacity:1}.plant-animation.tree .stem{height:80px;width:8px;background:linear-gradient(to top,#8B4513,#228B22)}.plant-animation.tree .leaves{width:80px;height:50px;background:radial-gradient(circle,#32CD32,#228B22);animation:treeGrow 1.2s ease-out}.plant-animation.tree .flowers{width:30px;height:30px;animation:treeBlossom 1.5s ease-out}.progress-text{color:#d4af37;font-weight:600;font-size:1.1rem;text-align:center;margin-top:1rem}.form-content{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.2);border-radius:20px;padding:3rem;margin-bottom:2rem;transition:all .3s ease}.form-content:hover{background:rgba(255,255,255,.08);border-color:#d4af3766;transform:translateY(-2px);box-shadow:0 10px 30px #d4af3733}.step-content{animation:stepSlideIn .6s ease-out}.step-content h2{font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#fff;line-height:1.3}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.option-btn{background:rgba(255,255,255,.1);border:2px solid rgba(212,175,55,.3);color:#fff;padding:1.2rem;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.25,.1,.25,1);position:relative;overflow:hidden}.option-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,175,55,.2),transparent);transition:left .6s ease}.option-btn:hover{background:rgba(212,175,55,.1);border-color:#d4af3799;transform:translateY(-3px);box-shadow:0 8px 25px #d4af374d}.option-btn:hover:before{left:100%}.option-btn.selected{background:linear-gradient(135deg,#d4af37,#ffd700);border-color:#d4af37;color:#1a1a1a;transform:scale(1.02);box-shadow:0 8px 25px #d4af3766}.text-input{width:100%;background:rgba(255,255,255,.1);border:2px solid rgba(212,175,55,.3);border-radius:12px;padding:1rem;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease;resize:vertical}.text-input:focus{outline:none;border-color:#d4af37;background:rgba(255,255,255,.15);box-shadow:0 0 0 4px #d4af3733}.text-input::placeholder{color:#fff9;font-style:italic}.text-input.large{min-height:120px;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem}.nav-btn{background:linear-gradient(135deg,#d4af37,#ffd700);border:none;color:#1a1a1a;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.25,.1,.25,1);position:relative;overflow:hidden}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766}.nav-btn.prev{background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff}.nav-btn.prev:hover{background:rgba(255,255,255,.2);border-color:#ffffff80}.nav-btn.disabled{background:rgba(255,255,255,.1);color:#ffffff80;cursor:not-allowed;transform:none;box-shadow:none}.nav-btn.enabled{animation:buttonPulse 2s ease-in-out infinite}.final-screen{text-align:center}.final-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.plant-container.final{width:200px;height:250px}.tree-with-fruits{position:relative;animation:treeComplete 2s ease-out}.tree-trunk{position:absolute;bottom:25px;left:50%;transform:translate(-50%);width:20px;height:100px;background:linear-gradient(to top,#8B4513,#A0522D);border-radius:10px}.tree-crown{position:absolute;bottom:100px;left:50%;transform:translate(-50%);width:120px;height:80px;background:radial-gradient(circle,#32CD32,#228B22);border-radius:50%;animation:crownGlow 3s ease-in-out infinite}.tree-fruits{position:absolute;bottom:110px;left:50%;transform:translate(-50%);width:120px;height:80px}.fruit{position:absolute;font-size:1.5rem;animation:fruitFloat 2s ease-in-out infinite;cursor:pointer;transition:transform .3s ease}.fruit:hover{transform:scale(1.3)}.fruit-1{top:20px;left:20px;animation-delay:0s}.fruit-2{top:10px;right:20px;animation-delay:.5s}.fruit-3{bottom:20px;left:30px;animation-delay:1s}.fruit-4{bottom:10px;right:30px;animation-delay:1.5s;filter:drop-shadow(0 0 10px gold)}.tree-sparkles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.sparkle{position:absolute;width:6px;height:6px;background:#FFD700;border-radius:50%;animation:sparkleFloat 3s ease-in-out infinite}.sparkle-1{top:30px;left:10px;animation-delay:0s}.sparkle-2{top:50px;right:15px;animation-delay:1s}.sparkle-3{bottom:40px;left:50%;animation-delay:2s}.success-message h1{font-size:3rem;margin-bottom:1rem;animation:successPulse 2s ease-out}.success-message p{font-size:1.3rem;color:#b3b3b3;max-width:600px;line-height:1.6}.calendly-container{width:100%;max-width:800px;margin-top:2rem}.calendly-wrapper{background:rgba(255,255,255,.05);border-radius:20px;overflow:hidden;border:1px solid rgba(212,175,55,.3);animation:calendlySlideUp 1s ease-out 1s both}.bonus-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;animation:modalFadeIn .5s ease-out}.bonus-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(10px)}.bonus-content{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:2px solid #d4af37;border-radius:20px;padding:3rem;text-align:center;position:relative;z-index:1001;max-width:500px;animation:bonusContentSlide .6s cubic-bezier(.68,-.55,.265,1.55)}.money-tree{width:150px;height:150px;margin:0 auto 2rem;position:relative;background:radial-gradient(circle,#FFD700,#FFA500);border-radius:50%;animation:moneyTreePulse 2s ease-in-out infinite}.floating-money{position:absolute;top:0;left:0;width:100%;height:100%}.floating-money span{position:absolute;font-size:2rem;animation:floatingMoney 3s ease-in-out infinite}.floating-money span:nth-child(1){top:20%;left:20%;animation-delay:0s}.floating-money span:nth-child(2){top:30%;right:20%;animation-delay:.6s}.floating-money span:nth-child(3){bottom:30%;left:30%;animation-delay:1.2s}.floating-money span:nth-child(4){bottom:20%;right:30%;animation-delay:1.8s}.floating-money span:nth-child(5){top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:2.4s}.bonus-cta{background:linear-gradient(135deg,#FFD700,#FFA500);color:#000;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:1rem;transition:all .3s ease}.bonus-cta:hover{transform:scale(1.05);box-shadow:0 8px 25px #ffd70066}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes stepSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes soilPulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.05)}}@keyframes seedGlow{0%,to{box-shadow:0 0 5px #8b451380}50%{box-shadow:0 0 15px #8b4513cc}}@keyframes sproutGrow{0%{height:0;opacity:0}to{height:25px;opacity:1}}@keyframes stemGrow{0%{height:25px}to{height:45px}}@keyframes leavesGrow{0%{width:0;height:0;opacity:0}to{width:40px;height:20px;opacity:1}}@keyframes leavesExpand{0%{width:40px;height:20px}to{width:60px;height:30px}}@keyframes flowerBloom{0%{width:0;height:0;opacity:0}to{width:20px;height:20px;opacity:1}}@keyframes treeGrow{0%{width:60px;height:30px}to{width:80px;height:50px}}@keyframes treeBlossom{0%{width:20px;height:20px}to{width:30px;height:30px}}@keyframes buttonPulse{0%,to{box-shadow:0 0 #d4af37b3}50%{box-shadow:0 0 0 15px #d4af3700}}@keyframes treeComplete{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes crownGlow{0%,to{filter:drop-shadow(0 0 10px rgba(50,205,50,.5))}50%{filter:drop-shadow(0 0 20px rgba(50,205,50,.8))}}@keyframes fruitFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes sparkleFloat{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-10px) scale(1.2);opacity:1}}@keyframes successPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes calendlySlideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes bonusContentSlide{0%{transform:scale(.7) translateY(-50px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes moneyTreePulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 20px rgba(255,215,0,.5))}50%{transform:scale(1.05);filter:drop-shadow(0 0 30px rgba(255,215,0,.8))}}@keyframes floatingMoney{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(120deg)}66%{transform:translateY(15px) rotate(240deg)}}@media (max-width: 768px){.container{padding:0 1rem}.form-header h1{font-size:2rem}.form-content{padding:2rem 1.5rem}.step-content h2{font-size:1.5rem}.options-grid{grid-template-columns:1fr}.form-navigation{flex-direction:column;gap:1rem}.nav-btn{width:100%}.rocket-wrapper{width:120px;height:150px}.rocket-wrapper.final{width:180px;height:220px}.success-message h1{font-size:2rem}.bonus-content{margin:1rem;padding:2rem 1.5rem}.calendly-wrapper iframe{height:600px}}@media (max-width: 480px){.form-header h1{font-size:1.8rem}.step-content h2{font-size:1.3rem}.rocket-wrapper{width:100px;height:130px}.success-message h1{font-size:1.8rem}.calendly-wrapper iframe{height:500px}}.error-message{background:rgba(220,53,69,.1);border:2px solid rgba(220,53,69,.3);border-radius:12px;padding:1.5rem;margin-bottom:1rem;text-align:center;animation:errorSlideIn .3s ease-out}.error-message p{color:#ff6b6b;margin:0 0 1rem;font-weight:600}.retry-btn{background:rgba(220,53,69,.2);border:1px solid rgba(220,53,69,.5);color:#ff6b6b;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.retry-btn:hover{background:rgba(220,53,69,.3);border-color:#dc3545b3}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(26,26,26,.3);border-radius:50%;border-top-color:#1a1a1a;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.legal-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.legal-header{position:fixed;top:0;left:0;right:0;background:rgba(26,26,26,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(212,175,55,.2)}.legal-header .container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 30px}.legal-header .logo{display:flex;align-items:center;gap:.75rem}.legal-header .logo-text{display:flex;flex-direction:column;line-height:1.1}.legal-header .logo-main{font-size:1.5rem;font-weight:700;color:#d4af37}.legal-header .logo-sub{font-size:.8rem;font-weight:500;color:#b8860b;letter-spacing:2px}.legal-header .nav{display:flex;gap:2rem;align-items:center}.legal-header .nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.legal-header .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.legal-header .nav-link:hover:after{width:100%}.legal-header .nav-link:hover{color:#d4af37}.legal-header .contact-btn{background:linear-gradient(135deg,#d4af37,#ffd700);color:#1a1a1a!important;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease}.legal-header .contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766}.legal-content{padding:120px 0 80px;background:#fff;min-height:100vh}.legal-wrapper{max-width:800px;margin:0 auto;padding:0 30px}.legal-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:3rem;text-align:center;background:linear-gradient(135deg,#d4af37,#ffd700);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.legal-section{margin-bottom:3rem;padding:2rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #d4af37}.legal-section h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.legal-section p{margin-bottom:1rem;line-height:1.7;color:#555}.legal-section ul{margin:1rem 0;padding-left:2rem}.legal-section li{margin-bottom:.5rem;color:#555}.legal-section strong{color:#1a1a1a;font-weight:600}.legal-section a{color:#d4af37;text-decoration:none;transition:color .3s ease}.legal-section a:hover{color:#b8860b;text-decoration:underline}.cookies-table{overflow-x:auto;margin:1rem 0}.cookies-table table{width:100%;border-collapse:collapse;margin:1rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.cookies-table th,.cookies-table td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}.cookies-table th{background:#d4af37;color:#fff;font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}.cookies-table td{color:#555}.cookies-table tr:hover{background:#f8f9fa}.legal-section h3{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin:1.5rem 0 .5rem}.legal-footer{background:#1a1a1a;color:#fff;padding:2rem 0 1rem}.legal-footer .container{max-width:1200px;margin:0 auto;padding:0 30px}.legal-footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2rem;border-bottom:1px solid #333}.legal-footer .footer-brand{flex:1}.legal-footer .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.legal-footer .footer-logo span{color:#fff;font-size:1.2rem;font-weight:600}.legal-footer .footer-columns{display:flex;gap:4rem}.legal-footer .footer-column{display:flex;flex-direction:column;gap:.5rem}.legal-footer .footer-column h4{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.legal-footer .footer-column a{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-footer .footer-column a:hover{color:#d4af37}.legal-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem}.legal-footer .footer-copyright p{color:#666;font-size:.8rem}.legal-footer .footer-watermark a{color:#666;text-decoration:none;font-size:.8rem;opacity:.7;transition:all .3s ease}.legal-footer .footer-watermark a:hover{color:#d4af37;opacity:1}@media (max-width: 768px){.legal-header .container{padding:0 20px}.legal-header .nav{gap:1rem}.legal-header .logo-main{font-size:1.2rem}.legal-header .logo-sub{font-size:.7rem}.legal-content{padding:100px 0 60px}.legal-wrapper{padding:0 20px}.legal-title{font-size:2rem;margin-bottom:2rem}.legal-section{padding:1.5rem;margin-bottom:2rem}.legal-section h2{font-size:1.3rem}.legal-footer .footer-content{flex-direction:column;gap:2rem;text-align:center}.legal-footer .footer-columns{gap:2rem}.legal-footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.legal-header .nav{display:none}.legal-title{font-size:1.5rem}.legal-section{padding:1rem}.legal-footer .footer-columns{flex-direction:column;gap:1.5rem}}
