.landing-page{--primary:#818cf8;--primary-dark:#6366f1;--primary-light:#a5b4fc;--accent:#34d399;--bg:#0a0a0a;--bg-secondary:#121212;--bg-card:#1e1e1e;--bg-card-hover:#252525;--text:#e5e5e5;--text-secondary:#a1a1aa;--text-muted:#71717a;--border:#ffffff1a;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--radius:.5rem;--radius-lg:.75rem;--radius-full:9999px;--shadow:0 2px 8px #000000b3;--shadow-md:0 4px 12px #000c;--shadow-glow:0 0 20px #818cf84d;font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}.landing-page h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.15}.landing-page h2{margin-bottom:.75rem;font-size:clamp(1.5rem,3vw + .75rem,2.5rem);font-weight:700;line-height:1.25}.landing-page h3{margin-bottom:.5rem;font-size:clamp(1.125rem,2vw + .5rem,1.5rem);font-weight:600;line-height:1.4}.landing-page p{color:var(--text-secondary);font-size:clamp(.9375rem,1vw + .5rem,1.125rem);line-height:1.65}.landing-page .container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.landing-page .nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#121212e6;padding:clamp(.75rem,1.5vw,1rem) 0;position:sticky;top:0}.landing-page .nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:flex}.landing-page .logo{color:var(--text);align-items:center;gap:.5rem;font-size:clamp(1.125rem,1.5vw,1.375rem);font-weight:700;transition:opacity .2s;display:flex}.landing-page .logo:hover{opacity:.8}.landing-page .logo-icon{font-size:1.5em}.landing-page .logo-text{background:linear-gradient(135deg,var(--primary-light)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .nav-actions{align-items:center;gap:clamp(.5rem,1vw,1rem);display:flex}.landing-page .nav-link-btn{color:var(--text-secondary);cursor:pointer;font-size:clamp(.875rem,1vw,.9375rem);font-weight:500;font-family:var(--font-sans);background:0 0;border:none;padding:.5rem;transition:color .2s}.landing-page .nav-link-btn:hover{color:var(--text)}.landing-page .nav-cta{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;font-size:clamp(.875rem,1vw,.9375rem);font-weight:600;font-family:var(--font-sans);border:none;padding:clamp(.5rem,1vw,.625rem) clamp(1rem,2vw,1.5rem);transition:all .2s}.landing-page .nav-cta:hover{background:var(--primary-dark);transform:translateY(-1px)}.landing-page .hero{background:var(--bg);padding:clamp(3rem,8vw,6rem) 0 clamp(2rem,6vw,4rem);position:relative;overflow:hidden}.landing-page .hero:before{content:"";pointer-events:none;opacity:0;background:radial-gradient(circle,#818cf81f 0%,#0000 70%);width:min(600px,90%);height:600px;transition:opacity .3s;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.landing-page .hero .container{z-index:1;grid-template-columns:1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.landing-page .hero-content{text-align:center}.landing-page .hero-badge{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--accent);align-items:center;gap:.5rem;margin-bottom:clamp(1rem,2vw,1.5rem);padding:clamp(.5rem,1vw,.625rem) clamp(.75rem,1.5vw,1rem);font-size:clamp(.75rem,1vw,.875rem);font-weight:500;display:inline-flex}.landing-page .badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.landing-page .gradient-text{background:linear-gradient(135deg,var(--primary-light)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .hero-description{max-width:600px;margin-bottom:clamp(1.5rem,3vw,2rem);margin-left:auto;margin-right:auto}.landing-page .hero-cta-group{flex-direction:column;gap:clamp(.75rem,1.5vw,1rem);margin-bottom:clamp(1.5rem,2.5vw,2rem);display:flex}.landing-page .primary-btn-large,.landing-page .secondary-btn-large{border-radius:var(--radius);cursor:pointer;width:100%;font-size:clamp(.9375rem,1vw,1rem);font-weight:600;font-family:var(--font-sans);border:none;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:clamp(.875rem,1.5vw,1rem) clamp(1.5rem,3vw,2rem);transition:all .2s;display:inline-flex}.landing-page .primary-btn-large{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.landing-page .primary-btn-large:hover{background:var(--primary-dark);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.landing-page .secondary-btn-large{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.landing-page .secondary-btn-large:hover{background:var(--bg-card-hover);border-color:var(--primary)}.landing-page .trust-row{flex-direction:column;gap:clamp(.75rem,1.5vw,1rem);display:flex}.landing-page .trust-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:clamp(.8125rem,1vw,.875rem);display:flex}.landing-page .trust-item svg{flex-shrink:0;width:16px;height:16px}.landing-page .hero-visual,.landing-page .phone,.landing-page .float-card{display:none}.landing-page .stats-bar{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:clamp(2rem,4vw,4rem) 0}.landing-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,2rem);display:grid}.landing-page .stat-item{text-align:center}.landing-page .stat-number{background:linear-gradient(135deg,var(--primary-light)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.landing-page .stat-label{color:var(--text-secondary);font-size:clamp(.75rem,1vw,.875rem)}.landing-page .stat-divider{display:none}.landing-page .features,.landing-page .results,.landing-page .pricing,.landing-page .faq{padding:clamp(3rem,6vw,5rem) 0}.landing-page .features{background:var(--bg)}.landing-page .results{background:var(--bg-secondary)}.landing-page .pricing{background:var(--bg);padding:2.5rem 0;position:relative}.landing-page .faq{background:var(--bg-secondary)}.landing-page .section-header{text-align:center;max-width:700px;margin:0 auto clamp(2rem,4vw,3rem)}.landing-page .section-badge{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--primary-light);margin-bottom:clamp(.75rem,1.5vw,1rem);padding:clamp(.375rem,.75vw,.5rem) clamp(.75rem,1.5vw,1rem);font-size:clamp(.75rem,1vw,.875rem);font-weight:600;display:inline-block}.landing-page .section-description{max-width:650px;margin:0 auto}.landing-page .features-list{grid-template-columns:1fr;gap:clamp(1rem,2vw,1.5rem);display:grid}.landing-page .feature-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2rem);transition:all .2s}.landing-page .feature-item:hover{background:var(--bg-card-hover);border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.landing-page .feature-icon{margin-bottom:clamp(.75rem,1.5vw,1rem);font-size:clamp(2rem,4vw,2.5rem);display:block}.landing-page .feature-description{line-height:1.6}.landing-page .results-list{flex-direction:column;gap:clamp(1rem,2vw,1.5rem);max-width:900px;margin:0 auto;display:flex}.landing-page .result-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2rem);transition:all .2s}.landing-page .result-item:hover{background:var(--bg-card-hover);border-color:var(--primary);box-shadow:var(--shadow)}.landing-page .result-info{margin-bottom:clamp(1rem,2vw,1.5rem)}.landing-page .result-name{margin-bottom:.25rem;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700}.landing-page .result-role{color:var(--primary-light);font-size:clamp(.875rem,1vw,1rem);font-weight:600}.landing-page .result-stats{grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,1.5rem);display:grid}.landing-page .result-stat{flex-direction:column;gap:.25rem;display:flex}.landing-page .stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.6875rem,.8vw,.75rem)}.landing-page .stat-value{color:var(--text-secondary);font-size:clamp(.875rem,1vw,1rem);font-weight:600}.landing-page .stat-value.highlight{color:var(--accent)}.landing-page .stat-value.revenue{color:var(--primary-light)}.landing-page .pricing .container{padding:0 1rem}.landing-page .pricing:before{content:"";pointer-events:none;opacity:0;background:radial-gradient(circle,#34d39914 0%,#0000 70%);width:min(600px,80%);height:600px;transition:opacity .3s;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .pricing-wrapper{background:var(--bg-card);border:2px solid var(--primary);width:100%;max-width:100%;box-shadow:var(--shadow);border-radius:1rem;padding:1.75rem 1.25rem 1.5rem;position:relative}.landing-page .pricing-badge{background:var(--primary);color:#fff;white-space:nowrap;letter-spacing:.02em;border-radius:999px;padding:.375rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.landing-page .pricing-content{width:100%}.landing-page .pricing-header{text-align:center;margin-bottom:1.75rem}.landing-page .price-tag{flex-direction:column;align-items:center;display:flex}.landing-page .price-old{color:var(--text-muted);margin-bottom:.5rem;font-size:1rem;font-weight:500;text-decoration:line-through}.landing-page .price-current{justify-content:center;align-items:flex-start;gap:.25rem;margin-bottom:.75rem;display:flex}.landing-page .price-currency{background:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:.375rem;font-size:1.5rem;font-weight:700;line-height:1}.landing-page .price-amount{background:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.25rem;font-weight:900;line-height:.9}.landing-page .price-save{color:#f87171;background:#ef44441f;border:1px solid #ef444440;border-radius:999px;padding:.4rem .875rem;font-size:.75rem;font-weight:600;display:inline-block}.landing-page .pricing-features{flex-direction:column;gap:.875rem;margin-bottom:1.75rem;padding:0;display:flex}.landing-page .pricing-feature{color:var(--text-secondary);align-items:flex-start;gap:.625rem;padding:0;font-size:.875rem;line-height:1.5;display:flex}.landing-page .pricing-feature svg{flex-shrink:0;width:18px;height:18px;margin-top:1px}.landing-page .pricing-btn{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:700;font-family:var(--font-sans);letter-spacing:-.01em;border:none;border-radius:.625rem;min-height:50px;margin-bottom:1.5rem;padding:1rem 1.5rem;transition:all .2s;box-shadow:0 2px 8px #6366f14d}.landing-page .pricing-btn:active{transform:scale(.98)}.landing-page .pricing-guarantee{border:1px solid var(--border);background:#ffffff05;border-radius:.625rem;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.landing-page .pricing-guarantee svg{flex-shrink:0;width:32px;height:32px}.landing-page .pricing-guarantee div{flex:1}.landing-page .pricing-guarantee strong{color:var(--text);margin-bottom:.375rem;font-size:.875rem;font-weight:600;line-height:1.3;display:block}.landing-page .pricing-guarantee p{color:var(--text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.landing-page .faq-list{flex-direction:column;gap:clamp(1rem,2vw,1.5rem);max-width:800px;margin:0 auto;display:flex}.landing-page .faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2rem);transition:all .2s}.landing-page .faq-item:hover{background:var(--bg-card-hover);border-color:var(--primary)}.landing-page .faq-question{margin-bottom:clamp(.5rem,1vw,.75rem);font-size:clamp(1rem,1.5vw,1.125rem);font-weight:600}.landing-page .faq-answer{margin:0;font-size:clamp(.9375rem,1vw,1rem);line-height:1.6}.landing-page .final-cta{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);padding:clamp(3rem,6vw,5rem) 0}.landing-page .cta-content{text-align:center;max-width:700px;margin:0 auto}.landing-page .cta-title{color:#fff;margin-bottom:clamp(.75rem,1.5vw,1rem)}.landing-page .cta-description{color:#ffffffe6;margin-bottom:clamp(1.5rem,3vw,2rem);font-size:clamp(1rem,1.5vw,1.25rem)}.landing-page .cta-button{color:var(--primary-dark);border-radius:var(--radius-lg);cursor:pointer;font-weight:700;font-family:var(--font-sans);background:#fff;border:none;flex-direction:column;align-items:center;gap:clamp(.375rem,.75vw,.5rem);width:100%;max-width:320px;margin:0 auto clamp(1.5rem,2vw,2rem);padding:clamp(1rem,2vw,1.5rem) clamp(1.5rem,3vw,2.5rem);transition:all .2s;display:inline-flex}.landing-page .cta-button span:first-child{font-size:clamp(1.125rem,1.5vw,1.375rem)}.landing-page .cta-subtext{opacity:.85;font-size:clamp(.75rem,1vw,.875rem);font-weight:500}.landing-page .cta-button:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 24px #0000004d}.landing-page .cta-trust{color:#ffffffd9;font-size:clamp(.875rem,1vw,1rem)}.landing-page .footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:clamp(2rem,3vw,3rem) 0}.landing-page .footer-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.landing-page .footer-text{color:var(--text-muted);font-size:clamp(.8125rem,1vw,.875rem)}.landing-page .footer-links{flex-wrap:wrap;justify-content:center;gap:clamp(1rem,2vw,1.5rem);display:flex}.landing-page .footer-links a{color:var(--text-secondary);font-size:clamp(.8125rem,1vw,.875rem);transition:color .2s}.landing-page .footer-links a:hover{color:var(--primary-light)}.landing-page [data-animate]{opacity:0;transition:all .6s ease-out;transform:translateY(20px)}.landing-page [data-animate].visible{opacity:1;transform:translateY(0)}@media (min-width:480px){.landing-page .hero-cta-group{flex-direction:row;justify-content:center}.landing-page .primary-btn-large,.landing-page .secondary-btn-large{width:auto}.landing-page .trust-row{flex-flow:wrap;justify-content:center}.landing-page .cta-button{width:auto}.landing-page .pricing .container{padding:0 1.5rem}.landing-page .pricing-wrapper{padding:2rem 1.75rem}.landing-page .pricing-badge{padding:.4rem 1.25rem;font-size:.8125rem}.landing-page .price-currency{font-size:1.75rem}.landing-page .price-amount{font-size:3.75rem}.landing-page .pricing-feature{font-size:.9375rem}.landing-page .pricing-feature svg{width:20px;height:20px}.landing-page .pricing-guarantee svg{width:40px;height:40px}.landing-page .pricing-guarantee strong{font-size:.9375rem}.landing-page .pricing-guarantee p{font-size:.875rem}}@media (min-width:640px){.landing-page .pricing{padding:3rem 0}.landing-page .pricing-wrapper{max-width:560px;margin:0 auto;padding:2.5rem 2rem}.landing-page .pricing-badge{padding:.5rem 1.5rem;font-size:.875rem;top:-12px}.landing-page .pricing-header{margin-bottom:2rem}.landing-page .price-old{font-size:1.125rem}.landing-page .price-currency{font-size:2rem}.landing-page .price-amount{font-size:4rem}.landing-page .price-save{padding:.45rem 1rem;font-size:.8125rem}.landing-page .pricing-features{gap:1rem;margin-bottom:2rem}.landing-page .pricing-feature{font-size:1rem}.landing-page .pricing-btn{min-height:54px;padding:1.125rem 2rem;font-size:1.0625rem}.landing-page .pricing-guarantee{gap:1rem;padding:1.25rem}.landing-page .pricing-guarantee svg{width:44px;height:44px}.landing-page .pricing-guarantee strong{font-size:1rem}.landing-page .pricing-guarantee p{font-size:.9375rem}}@media (min-width:1024px){.landing-page .pricing{padding:4rem 0}.landing-page .pricing:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#34d39914 0%,#0000 70%);width:600px;height:600px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .pricing-wrapper{z-index:1;max-width:600px;padding:3rem 2.5rem;position:relative}.landing-page .pricing-badge{top:-14px}.landing-page .pricing-header{margin-bottom:2.5rem}.landing-page .price-old{font-size:1.25rem}.landing-page .pricing-features{gap:1.125rem;margin-bottom:2.5rem}.landing-page .pricing-btn{padding:1.25rem 2.5rem;font-size:1.125rem}.landing-page .pricing-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.landing-page .pricing-guarantee{padding:1.5rem}.landing-page .pricing-guarantee svg{width:48px;height:48px}}@media (min-width:1280px){.landing-page .pricing{padding:5rem 0}}@media (min-width:768px){.landing-page .stats-grid{grid-template-columns:repeat(4,1fr)}.landing-page .features-list{grid-template-columns:repeat(2,1fr)}.landing-page .result-stats{grid-template-columns:repeat(4,1fr)}.landing-page .footer-content{text-align:left;flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.landing-page .hero:before{opacity:1}.landing-page .hero .container{grid-template-columns:1.1fr .9fr}.landing-page .hero-content{text-align:left}.landing-page .hero-description{margin-left:0;margin-right:0}.landing-page .hero-cta-group{justify-content:flex-start}.landing-page .hero-visual{justify-content:center;align-items:center;display:flex}.landing-page .phone{width:280px;height:560px;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:2.5rem;padding:.75rem;display:block;position:relative}.landing-page .phone-notch{background:#0a0a0a;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;width:120px;height:20px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-page .phone-content{background:var(--bg-secondary);border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem 1.5rem;display:flex}.landing-page .ig-avatar{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);border-radius:50%;width:80px;height:80px;margin-bottom:1.5rem}.landing-page .ig-stats{gap:2rem;display:flex}.landing-page .ig-number{color:var(--text);font-size:1.25rem;font-weight:700}.landing-page .ig-label{color:var(--text-muted);font-size:.75rem}.landing-page .features-list{grid-template-columns:repeat(3,1fr)}.landing-page .pricing:before{opacity:1}}@media (min-width:1280px){.landing-page .hero .container{gap:5rem}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
