:root{--primary:#06c;--primary-dark:#049;--primary-rgb:0,102,204;--secondary:#ff6b00;--secondary-dark:#f30;--secondary-rgb:255,107,0;--accent:#8a2be2;--accent-rgb:138,43,226;--dark:#0a0a0a;--dark-light:#121212;--gray-dark:#333;--gray:#666;--gray-light:#999;--success:#28a745;--warning:#ffc107;--danger:#dc3545}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--dark);color:#fff;overflow-x:hidden;width:100%;max-width:100vw}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.gradient-text{background:linear-gradient(90deg,#06c,#8a2be2);-webkit-background-clip:text;background-clip:text;color:transparent}.gradient-bg{background:linear-gradient(135deg,var(--dark),var(--dark-light))}.text-gradient{background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 0;background-color:hsla(0,0%,4%,.2);backdrop-filter:blur(10px)}.header.scrolled{background-color:hsla(0,0%,4%,.9);box-shadow:0 4px 20px rgba(0,0,0,.3);padding:.75rem 0}.header-container{justify-content:space-between}.header-container,.logo{display:flex;align-items:center}.logo{z-index:1001;text-decoration:none}.logo-text{font-size:1.8rem;font-weight:800;background:linear-gradient(90deg,#fff,#06c);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.5px}.logo-text span{color:var(--secondary)}.nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0}.nav-item{margin:0 1.2rem}.nav-item a{color:hsla(0,0%,100%,.8);text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative}.nav-item a:hover{color:#fff}.nav-item a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .3s ease}.nav-item a:hover:after{width:100%}.nav-cta{margin-left:1.5rem}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;cursor:pointer;z-index:1001}.hamburger{position:relative}.hamburger,.hamburger:after,.hamburger:before{width:30px;height:2px;background-color:#fff;transition:all .3s ease}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{transform:translateY(-8px)}.hamburger:after{transform:translateY(8px)}.menu-toggle.active .hamburger{background-color:transparent}.menu-toggle.active .hamburger:before{transform:rotate(45deg)}.menu-toggle.active .hamburger:after{transform:rotate(-45deg)}.hero-section{padding:8rem 0 6rem;overflow:hidden;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#121212)}.hero-container,.hero-section{position:relative;display:flex;align-items:center}.hero-container{justify-content:space-between;z-index:10}.hero-content{flex:1;max-width:600px}.hero-badge{display:inline-block;background:rgba(138,43,226,.1);border:1px solid rgba(138,43,226,.3);border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#8a2be2;margin-bottom:1.5rem;backdrop-filter:blur(5px)}.hero-title{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2}.hero-title-large{font-size:4.5rem;line-height:1.1}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;color:hsla(0,0%,100%,.9)}.hero-subtitle-large{font-size:2.2rem;font-weight:600}.hero-description{font-size:1.2rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;line-height:1.6}.hero-description-large{font-size:1.7rem;line-height:1.7}.hero-badge-large{font-size:1.3rem;padding:.7rem 1.5rem}.hero-cta{display:flex;gap:1rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.hero-graphic{position:relative;width:400px;height:400px}.graphic-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,102,204,.1) 0,rgba(138,43,226,.05) 70%);animation:pulse 4s ease-in-out infinite}.graphic-dots{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(hsla(0,0%,100%,.15) 1px,transparent 0);background-size:20px 20px}.graphic-lines{width:350px;height:350px;border:1px solid rgba(0,102,204,.2)}.graphic-lines,.graphic-lines:after,.graphic-lines:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.graphic-lines:after,.graphic-lines:before{content:""}.graphic-lines:before{width:250px;height:250px;border:1px solid rgba(138,43,226,.2)}.graphic-lines:after{width:150px;height:150px;border:1px solid rgba(0,102,204,.2)}.graphic-brain{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:float 6s ease-in-out infinite}.alert-section{padding:4rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.95),hsla(0,0%,7%,.95))}.alert-card{display:flex;align-items:center;background:rgba(255,107,0,.1);border:1px solid rgba(255,107,0,.3);border-radius:16px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.alert-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,107,0,.05),rgba(255,107,0,.01));z-index:0}.alert-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.alert-card.alert-card-secondary{background:rgba(138,43,226,.1);border:1px solid rgba(138,43,226,.3)}.alert-card.alert-card-secondary:before{background:linear-gradient(135deg,rgba(138,43,226,.05),rgba(138,43,226,.01))}.alert-icon{font-size:3rem;color:var(--secondary);margin-right:2rem;flex-shrink:0;position:relative;z-index:1}.alert-card.alert-card-secondary .alert-icon{color:var(--accent)}.alert-content{position:relative;z-index:1;flex-grow:1}.alert-title{font-size:2rem;font-weight:800;margin-bottom:1rem;color:var(--secondary)}.alert-card.alert-card-secondary .alert-title{color:var(--accent)}.alert-text{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;line-height:1.6}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:none}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,102,204,.3)}.btn-secondary{background:linear-gradient(135deg,var(--secondary),var(--secondary-dark));color:#fff;border:none}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(255,107,0,.3)}.btn-outline{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.3)}.btn-outline:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-shine{position:relative;overflow:hidden}.btn-shine:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3) 50%,hsla(0,0%,100%,0));transform:rotate(30deg);animation:shine 3s infinite}.authority-section{padding:4rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.95),hsla(0,0%,7%,.95))}.authority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.authority-card{background:hsla(0,0%,7%,.6);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.05)}.authority-card:hover{transform:translateY(-5px);background:hsla(0,0%,7%,.8);border-color:hsla(0,0%,100%,.1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.authority-icon{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.authority-number{font-size:2.5rem;font-weight:800;background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.5rem}.authority-text{font-size:1.1rem;color:hsla(0,0%,100%,.8)}.video-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.98),hsla(0,0%,7%,.98));position:relative}.video-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(0,102,204,.05) 1px,transparent 0);background-size:30px 30px;pointer-events:none}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent}.section-description{font-size:1.2rem;color:hsla(0,0%,100%,.8);max-width:800px;margin:0 auto;line-height:1.6}.video-top-cta{text-align:center;margin-bottom:1.5rem}.btn-premium{background:linear-gradient(135deg,#ff6b00,#f30);color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:50px;font-weight:700;letter-spacing:.5px;box-shadow:0 10px 20px rgba(255,107,0,.3);transition:all .3s ease}.btn-premium:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(255,107,0,.4)}.btn-glow{animation:glow 2s infinite alternate}@keyframes glow{0%{box-shadow:0 0 5px rgba(255,107,0,.5)}to{box-shadow:0 0 20px rgba(255,107,0,.8),0 0 30px rgba(255,107,0,.6)}}.video-container-premium{max-width:900px;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.1)}.video-container-hero,.video-container-premium{width:100%;margin:0 auto;aspect-ratio:16/9;background-color:rgba(0,0,0,.3);overflow:hidden;position:relative}.video-container-hero{max-width:1200px;border-radius:12px;box-shadow:0 30px 60px rgba(0,0,0,.5);border:2px solid hsla(0,0%,100%,.15);height:600px}@media (max-width:768px){.video-container-hero{height:400px;max-width:100%;margin:0 1rem;border-radius:8px;box-shadow:0 15px 30px rgba(0,0,0,.4)}}@media (max-width:480px){.video-container-hero{height:350px;margin:0 .5rem;border-radius:6px}}.video-container-hero:before,.video-container-premium:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,var(--primary),var(--secondary),var(--accent));z-index:-1;border-radius:14px}.video-section-hero{padding:2rem 0 6rem;margin-top:-2rem;position:relative;z-index:10}.video-container-hero iframe,.video-container-premium iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-cta{margin-top:2.5rem;text-align:center}.impact-image-container{margin-top:5rem;text-align:center;position:relative}.impact-image-wrapper{position:relative;display:inline-block;max-width:800px;margin:0 auto}.impact-image{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.1);position:relative;z-index:2}.impact-dots{position:absolute;top:-20px;right:-20px;width:150px;height:150px;background-image:radial-gradient(rgba(0,102,204,.3) 1px,transparent 0);background-size:10px 10px;z-index:1}.impact-circle{position:absolute;bottom:-30px;left:-30px;width:100px;height:100px;border-radius:50%;border:2px solid rgba(255,107,0,.3);z-index:1}.impact-lines{top:50%;right:-40px;width:80px;z-index:1}.impact-lines,.impact-lines:after,.impact-lines:before{position:absolute;height:2px;background:linear-gradient(90deg,rgba(138,43,226,0),rgba(138,43,226,.5))}.impact-lines:after,.impact-lines:before{content:"";left:0}.impact-lines:before{top:-10px;width:60px}.impact-lines:after{top:10px;width:40px}.impact-caption{margin-top:2rem}.impact-caption h3{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}.target-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.95),hsla(0,0%,7%,.95))}.target-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.target-card{background:hsla(0,0%,7%,.6);border-radius:16px;padding:2.5rem;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.05);height:100%}.target-card:hover{transform:translateY(-5px);background:hsla(0,0%,7%,.8);border-color:hsla(0,0%,100%,.1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.target-icon{font-size:2.5rem;color:var(--primary);margin-bottom:1.5rem}.target-card:nth-child(2) .target-icon{color:var(--secondary)}.target-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.target-description{font-size:1rem;color:hsla(0,0%,100%,.7);margin-bottom:1.5rem;line-height:1.6}.target-features{list-style:none;padding:0}.target-features li{display:flex;align-items:center;margin-bottom:.8rem;font-size:1rem;color:hsla(0,0%,100%,.9)}.target-features li i{color:var(--success);margin-right:.8rem}.guarantee-section{padding:4rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.95),hsla(0,0%,7%,.95))}.guarantee-card{display:flex;align-items:center;background:rgba(40,167,69,.1);border:1px solid rgba(40,167,69,.3);border-radius:16px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.guarantee-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(40,167,69,.05),rgba(40,167,69,.01));z-index:0}.guarantee-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.guarantee-icon{font-size:3rem;margin-right:2rem;position:relative;z-index:1}.guarantee-content{position:relative;z-index:1;flex-grow:1}.guarantee-title{font-size:1.8rem;font-weight:800;margin-bottom:1rem;color:var(--success)}.guarantee-text{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;line-height:1.6}.reputation-section{padding:4rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.98),hsla(0,0%,7%,.98))}.reputation-card{display:flex;align-items:center;background:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.3);border-radius:16px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.reputation-card.premium-card{background:linear-gradient(135deg,rgba(0,102,204,.1),rgba(138,43,226,.1));border:1px solid rgba(0,102,204,.3);box-shadow:0 15px 30px rgba(0,0,0,.3)}.reputation-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,193,7,.05),rgba(255,193,7,.01));z-index:0}.reputation-card.premium-card:before{background:linear-gradient(135deg,rgba(0,102,204,.05),rgba(138,43,226,.05))}.reputation-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.reputation-card.premium-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.reputation-icon{font-size:3rem;color:var(--warning);margin-right:2rem;flex-shrink:0;position:relative;z-index:1}.reputation-card.premium-card .reputation-icon{color:var(--primary);font-size:3.5rem;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}.reputation-content{position:relative;z-index:1;flex-grow:1}.reputation-title{font-size:1.8rem;font-weight:800;margin-bottom:1rem;color:var(--warning)}.reputation-card.premium-card .reputation-title{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}.reputation-text{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;line-height:1.6}.reputation-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.reputation-badge{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);border-radius:50px;padding:.5rem 1rem}.reputation-badge i{color:var(--success)}.reputation-badge span{font-weight:600;color:#fff}.reputation-links{display:flex;gap:1rem}.how-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.98),hsla(0,0%,7%,.98));position:relative}.steps-container{max-width:800px;margin:0 auto;position:relative}.steps-container:before{content:"";position:absolute;top:0;bottom:0;left:24px;width:2px;background:linear-gradient(to bottom,var(--primary),var(--accent))}.step-card{display:flex;margin-bottom:2rem;position:relative}.step-number{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-right:1.5rem;flex-shrink:0;z-index:2}.step-content{background:hsla(0,0%,7%,.6);border-radius:12px;padding:1.5rem;border:1px solid hsla(0,0%,100%,.05);flex-grow:1}.step-title{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.step-description{font-size:1rem;color:hsla(0,0%,100%,.7);line-height:1.6}.pricing-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.95),hsla(0,0%,7%,.95));position:relative;overflow:hidden}.pricing-section:before{content:"";position:absolute;bottom:-100px;right:-100px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,102,204,.1) 0,rgba(0,102,204,.01) 70%);z-index:1}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:4rem 0;position:relative;z-index:10}.pricing-card{background:hsla(0,0%,7%,.6);border-radius:16px;padding:2.5rem;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.05);height:100%;display:flex;flex-direction:column;position:relative}.pricing-card:hover{transform:translateY(-10px);background:hsla(0,0%,7%,.8);border-color:hsla(0,0%,100%,.1);box-shadow:0 20px 40px rgba(0,0,0,.3)}.pricing-card.popular{border:2px solid var(--secondary);transform:scale(1.05);z-index:2;box-shadow:0 20px 40px rgba(0,0,0,.3)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.popular-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--secondary),var(--secondary-dark));font-size:.9rem;padding:.5rem 1.5rem;border-radius:50px;white-space:nowrap}.plan-name,.popular-badge{color:#fff;font-weight:700}.plan-name{font-size:1.5rem}.plan-name,.plan-price{margin-bottom:1.5rem;text-align:center}.price{font-size:3rem;font-weight:800;color:var(--primary);display:block;margin-bottom:.5rem}.pricing-card.popular .price{color:var(--secondary)}.plan-description,.price-unit{font-size:1rem;color:hsla(0,0%,100%,.7)}.plan-description{text-align:center;margin-bottom:2rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.feature-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1rem;color:hsla(0,0%,100%,.9)}.feature-item i{color:var(--success);flex-shrink:0}.plan-cta{display:block;padding:1rem;text-align:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;font-weight:700;border-radius:8px;text-decoration:none;transition:all .3s ease;margin-top:auto}.plan-cta:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,102,204,.3)}.cta-popular{background:linear-gradient(135deg,var(--secondary),var(--secondary-dark))}.cta-popular:hover{box-shadow:0 10px 20px rgba(255,107,0,.3)}.pricing-guarantee{display:flex;align-items:center;gap:1.5rem;background:rgba(40,167,69,.1);border:1px solid rgba(40,167,69,.2);border-radius:12px;padding:1.5rem;max-width:800px;margin:0 auto}.guarantee-icon{flex-shrink:0;font-size:2rem;color:var(--success)}.pricing-guarantee p{margin:0;font-size:1rem;color:hsla(0,0%,100%,.9)}.pricing-guarantee strong{color:var(--success)}.agencies-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.98),hsla(0,0%,7%,.98))}.agencies-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;margin-top:3rem}.agency-item{flex:0 0 auto;max-width:150px;filter:grayscale(100%) brightness(.8);transition:all .3s ease}.agency-item:hover{filter:grayscale(0) brightness(1);transform:scale(1.05)}.agency-logo{width:100%;height:auto}.testimonials-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.95),hsla(0,0%,7%,.95))}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testimonial-card{background:hsla(0,0%,7%,.6);border-radius:16px;padding:2rem;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.05);height:100%;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-5px);background:hsla(0,0%,7%,.8);border-color:hsla(0,0%,100%,.1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.testimonial-rating{margin-bottom:1.5rem;color:var(--warning)}.testimonial-text{font-size:1rem;color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-name{font-weight:700;font-size:1rem}.author-location{font-size:.9rem;color:hsla(0,0%,100%,.6)}.faq-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.98),hsla(0,0%,7%,.98));position:relative;z-index:5}.faq-container{max-width:800px;margin:3rem auto 0}.faq-item{background:rgba(28,28,32,.85);border-radius:12px;margin-bottom:1rem;border:1px solid hsla(0,0%,100%,.15);overflow:hidden;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.2)}.faq-item:hover{border-color:rgba(var(--primary-rgb),.5);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .3s ease;background-color:rgba(30,30,35,.7)}.faq-question:hover{background-color:rgba(var(--primary-rgb),.2)}.faq-question h3{font-size:1.2rem;font-weight:600;margin:0;color:#fff}.faq-icon{font-size:1.1rem;color:var(--primary);transition:all .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--primary-rgb),.15);border-radius:50%}.faq-item.active .faq-question{background-color:rgba(var(--primary-rgb),.3)}.faq-item.active .faq-icon{transform:rotate(180deg);color:#fff;background-color:var(--primary)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out,opacity .3s ease-out;opacity:0;background-color:hsla(0,0%,7%,.9)}.faq-item.active .faq-answer{padding:1.5rem;max-height:500px;opacity:1}.faq-answer p{font-size:1rem;color:hsla(0,0%,100%,.85);line-height:1.7;margin:0}.cta-section{padding:6rem 0;background:linear-gradient(135deg,hsla(0,0%,4%,.9),hsla(0,0%,7%,.9));position:relative}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;background-clip:text;color:transparent}.cta-description{font-size:1.2rem;color:hsla(0,0%,100%,.8);margin-bottom:3rem;line-height:1.6}.cta-options{display:flex;justify-content:center;gap:2rem}.cta-option{background:hsla(0,0%,7%,.6);border-radius:16px;padding:2rem;flex:1;max-width:300px;border:1px solid hsla(0,0%,100%,.05);transition:all .3s ease}.cta-option:hover{transform:translateY(-5px);background:hsla(0,0%,7%,.8);border-color:hsla(0,0%,100%,.1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.cta-option h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.cta-price{font-size:1.5rem;font-weight:800;color:var(--primary);margin-bottom:1.5rem}.cta-option:nth-child(2) .cta-price{color:var(--secondary)}.footer{padding:6rem 0 3rem;background:linear-gradient(135deg,hsla(0,0%,4%,.98),hsla(0,0%,7%,.98));position:relative}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(0,102,204,.1),rgba(138,43,226,.1),rgba(0,102,204,.1))}.footer-main{display:flex;justify-content:space-between;margin-bottom:4rem}.footer-logo{max-width:300px}.logo-tagline{font-size:.95rem;color:hsla(0,0%,100%,.7);line-height:1.6;margin-top:1rem}.footer-links{display:flex;gap:4rem}.footer-links-column h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;display:inline-block;padding-bottom:.5rem}.footer-links-column h3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px}.footer-links-column ul{list-style:none;padding:0;margin:0}.footer-links-column li{margin-bottom:.8rem}.footer-links-column a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative}.footer-links-column a:hover{color:#fff}.footer-links-column a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .3s ease}.footer-links-column a:hover:after{width:100%}.footer-lgpd{display:flex;align-items:center;gap:1.5rem;background:rgba(0,102,204,.05);border:1px solid rgba(0,102,204,.1);border-radius:12px;padding:1.5rem;margin-bottom:3rem}.lgpd-icon{flex-shrink:0;font-size:2rem;color:var(--primary)}.footer-lgpd p{margin:0;font-size:.9rem;color:hsla(0,0%,100%,.8);line-height:1.6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.05)}.copyright{font-size:.9rem;color:hsla(0,0%,100%,.6);margin:0}.company-info{text-align:right}.company-info p{font-size:.9rem;color:hsla(0,0%,100%,.6);margin:0 0 .5rem}.whatsapp-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:2rem;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:999;transition:all .3s ease}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 15px rgba(0,0,0,.4)}.whatsapp-text{position:absolute;right:70px;background-color:#fff;color:#333;padding:5px 10px;border-radius:4px;font-size:.9rem;font-weight:600;white-space:nowrap;opacity:0;transform:translateX(10px);transition:all .3s ease;pointer-events:none}.whatsapp-button:hover .whatsapp-text{opacity:1;transform:translateX(0)}.particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}@keyframes float{0%{transform:translateY(0) translate(-50%,-50%)}50%{transform:translateY(-10px) translate(-50%,-50%)}to{transform:translateY(0) translate(-50%,-50%)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes shine{0%{transform:translateX(-100%) rotate(30deg)}20%,to{transform:translateX(100%) rotate(30deg)}}@media (max-width:992px){.menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background-color:hsla(0,0%,7%,.98);flex-direction:column;justify-content:center;align-items:center;transition:all .5s ease;backdrop-filter:blur(10px);box-shadow:-10px 0 30px rgba(0,0,0,.3)}.nav.open{right:0}.nav-list{flex-direction:column;align-items:center;margin-bottom:2rem}.nav-item{margin:1rem 0}.nav-item a{font-size:1.2rem}.hero-container{flex-direction:column;text-align:center}.hero-content{max-width:100%;margin-bottom:3rem}.hero-title{font-size:2.8rem}.hero-cta{justify-content:center}.authority-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.alert-card{flex-direction:column;text-align:center}.alert-icon{margin-right:0;margin-bottom:1.5rem}.guarantee-card{flex-direction:column;text-align:center}.guarantee-icon{margin-right:0;margin-bottom:1.5rem}.reputation-card{flex-direction:column;text-align:center}.reputation-icon{margin-right:0;margin-bottom:1.5rem}.reputation-links{justify-content:center}.target-grid{margin:3rem auto 0}.pricing-grid,.target-grid{grid-template-columns:1fr;max-width:500px}.pricing-grid{margin:3rem auto}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-10px)}.testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:3rem auto 0}.cta-options{flex-direction:column;align-items:center}.cta-option{width:100%;max-width:400px;margin-bottom:1.5rem}.footer-main{flex-direction:column;gap:3rem}.footer-logo{max-width:100%;text-align:center}.logo-tagline{max-width:500px;margin:1rem auto 0}.footer-links{flex-wrap:wrap;justify-content:space-around;gap:2rem}.footer-bottom,.footer-lgpd{flex-direction:column;text-align:center}.footer-bottom{gap:1.5rem}.company-info{text-align:center}}@media (max-width:768px){.section-title{font-size:2rem}.section-description{font-size:1rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;gap:1rem}.steps-container:before{left:20px}.step-number{width:40px;height:40px;font-size:1.2rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.footer-links{flex-direction:column;gap:2rem;align-items:center;text-align:center}.footer-links-column h3:after{left:50%;transform:translateX(-50%)}}@media (max-width:480px){.container{padding:0 1.5rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.btn-lg{padding:.8rem 1.5rem;font-size:1rem}.whatsapp-button{width:50px;height:50px;font-size:1.5rem;bottom:20px;right:20px}.whatsapp-text{display:none}}.hero-section{padding:6rem 0 3rem!important}.agencies-section,.alert-section,.authority-section,.cta-section,.faq-section,.guarantee-section,.how-section,.pricing-section,.reputation-section,.target-section,.testimonials-section,.video-section{padding:2rem 0!important}.testimonial-video-section{padding:3rem 0;background:linear-gradient(135deg,var(--dark),var(--dark-light));position:relative}.testimonial-video-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(0,102,204,.1) 0,transparent 70%);pointer-events:none}.testimonial-video-container{max-width:400px;margin:0 auto;position:relative;z-index:2}.video-wrapper-vertical{position:relative;width:100%;height:600px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);background:linear-gradient(135deg,var(--primary),var(--accent));padding:3px}.video-wrapper-vertical iframe{position:absolute;top:3px;left:3px;width:calc(100% - 6px);height:calc(100% - 6px);border-radius:17px;background:var(--dark)}@media (max-width:768px){.testimonial-video-section{padding:2rem 0}.testimonial-video-container{max-width:100%;padding:0 1rem}.video-wrapper-vertical{height:500px}}.hero-video-section{margin-top:3rem;text-align:center;width:100%}.hero-video-section .section-header{margin-bottom:2rem;padding:0 1rem}.hero-video-section .section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2}.hero-video-section .section-description{font-size:1.2rem;color:hsla(0,0%,100%,.8);margin-bottom:0;line-height:1.5}.video-cta,.video-top-cta{margin:2rem 0;padding:0 1rem}@media (max-width:768px){.hero-video-section{margin-top:2rem;padding:0}.hero-video-section .section-header{margin-bottom:1.5rem;padding:0 1rem}.hero-video-section .section-title{font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.hero-video-section .section-description{font-size:1rem;line-height:1.4;padding:0 .5rem}.video-cta,.video-top-cta{margin:1.5rem 0;padding:0 1rem}.video-cta .btn,.video-top-cta .btn{font-size:.9rem;padding:.8rem 1.5rem;width:100%;max-width:300px}}@media (max-width:480px){.hero-video-section .section-title{font-size:1.5rem;line-height:1.2}.hero-video-section .section-description{font-size:.9rem;padding:0 1rem}.video-cta .btn,.video-top-cta .btn{font-size:.8rem;padding:.7rem 1.2rem}}