:root{--landing-primary:#69f;--landing-primary-light:#99bdff;--landing-primary-dark:#104aee;--landing-secondary:#00b9a2;--landing-accent:#f178e9;--landing-success:#30bd44;--landing-danger:#ff2d39;--landing-warning:#efb300;--landing-bg:#010105;--landing-bg-secondary:#04050d;--landing-bg-card:#080b14;--landing-text:#eee;--landing-text-muted:#9e9e9e;--landing-border:#1e212b;--landing-gradient-1:linear-gradient(135deg,#6d63ff 0%,#9b00b5 50%,#008388 100%);--landing-gradient-2:linear-gradient(135deg,#104aee 0%,#6928b0 100%);--landing-gradient-text:linear-gradient(135deg,#9abdff 0%,#e47dfb 50%,#00b9a2 100%);--landing-glow:0 0 60px #033fff4d;--landing-glow-intense:0 0 100px #033fff80;--landing-glass:#080b14b3;--landing-glass-border:#2a2d3880}@supports (color:lab(0% 0 0)){:root{--landing-primary:lab(62.3802% 22.453 -88.1229);--landing-primary-light:lab(75.045% 10.1628 -71.0571);--landing-primary-dark:lab(38.2066% 35.8553 -88.0961);--landing-secondary:lab(67.7079% -72.1619 -.437415);--landing-accent:lab(68.0291% 58.365 -36.2124);--landing-success:lab(67.5649% -56.2955 48.2502);--landing-danger:lab(56.8403% 79.3391 51.5152);--landing-warning:lab(76.9407% 15.0754 93.0745);--landing-bg:lab(.432646% .24683 -1.55951);--landing-bg-secondary:lab(1.50495% .368677 -3.17218);--landing-bg-card:lab(2.96791% .463836 -4.75507);--landing-text:lab(94.2% 0 0);--landing-text-muted:lab(65.2% 0 0);--landing-border:lab(12.8655% .553653 -7.38313);--landing-gradient-1:linear-gradient(135deg,lab(47.9971% 62.0216 -104.929) 0%,lab(37.5896% 70.4387 -57.2632) 50%,lab(49.654% -61.1066 -24.9412) 100%);--landing-gradient-2:linear-gradient(135deg,lab(38.2066% 35.8553 -88.0961) 0%,lab(32.5389% 48.9578 -61.5547) 100%);--landing-gradient-text:linear-gradient(135deg,lab(74.2505% 18.3479 -88.3319) 0%,lab(67.9558% 54.1999 -46.3703) 50%,lab(67.7079% -72.1619 -.437415) 100%);--landing-glow:0 0 60px lab(36.4806% 54.4875 -106.303/.3);--landing-glow-intense:0 0 100px lab(36.4806% 54.4875 -106.303/.5);--landing-glass:lab(2.96791% .463836 -4.75507/.7);--landing-glass-border:lab(18.6704% .472084 -7.41397/.5)}}.landing-page{background:var(--landing-bg);min-height:100vh;color:var(--landing-text);position:relative;overflow-x:hidden}.particles-bg{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.particle{background:#6699ff4d;background:lab(62.3802% 22.453 -88.1229/.3);border-radius:50%;width:4px;height:4px;animation:linear infinite float-particle;position:absolute}@keyframes float-particle{0%{opacity:0;transform:translateY(100vh)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100px)rotate(720deg)}}.nav{z-index:1000;padding:1rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav-scrolled{background:var(--landing-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--landing-glass-border);padding:.75rem 2rem}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.nav-logo{color:var(--landing-text);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}.nav-logo:hover{transform:scale(1.05)}.nav-logo-icon{width:32px;height:32px;color:var(--landing-primary)}.nav-links-desktop{gap:2.5rem;display:flex}.nav-links-desktop a{color:var(--landing-text-muted);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links-desktop a:after{content:"";background:var(--landing-gradient-2);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links-desktop a:hover{color:var(--landing-text)}.nav-links-desktop a:hover:after{width:100%}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-sign-in{color:var(--landing-text-muted);padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-sign-in:hover{color:var(--landing-text)}.nav-get-started{background:var(--landing-gradient-2);color:#fff;box-shadow:var(--landing-glow);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.nav-get-started:hover{box-shadow:var(--landing-glow-intense);transform:translateY(-2px)}.nav-arrow{width:16px;height:16px;transition:transform .3s}.nav-get-started:hover .nav-arrow{transform:translate(4px)}.nav-mobile-toggle{color:var(--landing-text);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.nav-mobile-menu{background:var(--landing-bg-secondary);border-bottom:1px solid var(--landing-border);opacity:0;visibility:hidden;flex-direction:column;gap:1rem;padding:1rem 2rem;transition:all .3s;display:none;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)}.nav-mobile-menu-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-mobile-menu a{color:var(--landing-text-muted);border-bottom:1px solid var(--landing-border);padding:.75rem 0;text-decoration:none}.nav-mobile-cta{background:var(--landing-gradient-2);text-align:center;border-radius:12px;font-weight:600;color:#fff!important;border:none!important;padding:1rem!important}@media (max-width:1024px){.nav-links-desktop,.nav-actions{display:none}.nav-mobile-toggle{display:block}.nav-mobile-menu{display:flex}}.hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(120px);opacity:.5;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.hero-glow-1{background:#033fff;background:lab(36.4806% 54.4875 -106.303);top:-200px;right:-100px}.hero-glow-2{background:#86009d;background:lab(31.6231% 71.187 -57.2336);bottom:-200px;left:-100px}.hero-container{z-index:1;text-align:center;max-width:1200px;margin:0 auto;position:relative}.hero-badge{background:var(--landing-glass);border:1px solid var(--landing-glass-border);color:var(--landing-text-muted);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;animation:.6s fade-in-up;display:inline-flex}.hero-badge-icon{width:16px;height:16px;color:var(--landing-warning)}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1;animation:.6s .1s both fade-in-up}.hero-title-gradient{background:var(--landing-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.typewriter-cursor{color:var(--landing-primary);-webkit-text-fill-color:var(--landing-primary);animation:1s infinite blink;display:inline-block}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subtitle{color:var(--landing-text-muted);max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.6;animation:.6s .2s both fade-in-up}.hero-subtitle strong{color:var(--landing-text)}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;animation:.6s .3s both fade-in-up;display:flex}.hero-cta-primary{background:var(--landing-gradient-2);color:#fff;box-shadow:var(--landing-glow);border-radius:60px;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta-primary:hover{box-shadow:var(--landing-glow-intense);transform:translateY(-3px)scale(1.02)}.hero-cta-arrow{width:20px;height:20px;transition:transform .3s}.hero-cta-primary:hover .hero-cta-arrow{transform:translate(4px)}.hero-cta-secondary{color:var(--landing-text);border:2px solid var(--landing-border);cursor:pointer;background:0 0;border-radius:60px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-cta-secondary:hover{border-color:var(--landing-primary);background:#104aee1a;background:lab(38.2066% 35.8553 -88.0961/.1)}.hero-play-icon{width:20px;height:20px}.hero-trust{animation:.6s .4s both fade-in-up}.hero-trust p{color:var(--landing-text-muted);margin-bottom:1rem;font-size:.875rem}.hero-trust-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.trust-logo{color:var(--landing-text-muted);align-items:center;gap:.5rem;font-weight:500;transition:color .3s;display:flex}.trust-logo:hover{color:var(--landing-text)}.trust-logo-icon{width:20px;height:20px}.hero-dashboard-preview{perspective:1500px;margin-top:4rem;animation:.8s .5s both fade-in-up}.dashboard-mockup{background:var(--landing-bg-card);border:1px solid var(--landing-border);box-shadow:var(--landing-glow),0 25px 50px -12px #00000080;border-radius:16px;transition:transform .5s;overflow:hidden;transform:rotateX(10deg)}@supports (color:lab(0% 0 0)){.dashboard-mockup{box-shadow:var(--landing-glow),0 25px 50px -12px lab(0% 0 0/.5)}}.dashboard-mockup:hover{transform:rotateX(0)}.mockup-header{background:var(--landing-bg-secondary);border-bottom:1px solid var(--landing-border);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.mockup-dots{gap:.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.mockup-title{color:var(--landing-text-muted);font-size:.875rem}.mockup-content{min-height:350px;display:flex}.mockup-sidebar{background:var(--landing-bg-secondary);border-right:1px solid var(--landing-border);flex-direction:column;gap:.75rem;width:60px;padding:1rem .75rem;display:flex}.mockup-nav-item{background:var(--landing-border);opacity:.5;border-radius:8px;height:40px;transition:opacity .3s}.mockup-nav-item.active{opacity:1;background:var(--landing-primary)}.mockup-main{flex:1;padding:1.5rem}.mockup-stats{gap:1rem;margin-bottom:1.5rem;display:flex}.mockup-stat-card{background:var(--landing-bg-secondary);border:1px solid var(--landing-border);border-radius:12px;flex:1;align-items:center;gap:.75rem;padding:1rem;display:flex}.mockup-stat-icon{background:var(--landing-primary);opacity:.3;border-radius:10px;width:40px;height:40px}.mockup-stat-content{flex:1}.mockup-stat-label{background:var(--landing-border);border-radius:4px;width:60%;height:10px;margin-bottom:.5rem}.mockup-stat-value{background:var(--landing-border);border-radius:4px;width:80%;height:16px}.mockup-table{background:var(--landing-bg-secondary);border:1px solid var(--landing-border);border-radius:12px;overflow:hidden}.mockup-table-header{background:var(--landing-bg-card);border-bottom:1px solid var(--landing-border);height:40px}.mockup-table-row{border-bottom:1px solid var(--landing-border);height:50px}.mockup-table-row:nth-child(odd){background:#080b1480;background:lab(2.96791% .463836 -4.75507/.5)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{min-height:auto;padding:6rem 1rem 3rem}.hero-container{padding:0 .5rem}.hero-badge{margin-bottom:1.5rem;padding:.4rem .875rem;font-size:.75rem}.hero-title{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:1rem;font-size:clamp(1.75rem,7vw,2.5rem)}.hero-subtitle{margin-bottom:2rem;padding:0 .5rem;font-size:1rem;line-height:1.5}.hero-cta-group{flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:0 .5rem}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%;padding:1rem 1.5rem;font-size:1rem}.hero-trust{padding:0 .5rem}.hero-trust p{font-size:.75rem}.hero-trust-logos{gap:1rem}.trust-logo{font-size:.875rem}.trust-logo-icon{width:16px;height:16px}.hero-dashboard-preview{perspective:none;margin-top:2rem;margin-left:-1rem;margin-right:-1rem}.dashboard-mockup{border-radius:12px;transform:none}.dashboard-mockup:hover{transform:none}.mockup-header{padding:.75rem 1rem}.mockup-content{flex-direction:column;min-height:auto}.mockup-sidebar{display:none}.mockup-main{padding:1rem}.mockup-main .grid-cols-3{grid-template-columns:1fr;gap:.75rem}.hero-glow{filter:blur(80px);opacity:.3;width:300px;height:300px}.hero-glow-1{top:-150px;right:-150px}.hero-glow-2{bottom:-150px;left:-150px}}@media (max-width:480px){.hero{padding:5rem .75rem 2rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.hero-badge{padding:.35rem .75rem;font-size:.7rem}.hero-cta-primary,.hero-cta-secondary{padding:.875rem 1.25rem;font-size:.9rem}.hero-trust-logos{gap:.75rem}.trust-logo{gap:.25rem;font-size:.75rem}.trust-logo-icon{width:14px;height:14px}}.stats-section{z-index:1;background:var(--landing-bg-secondary);border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);padding:4rem 2rem;position:relative}.stats-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.stat-item{text-align:center}.stat-number{background:var(--landing-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;display:block}.stat-label{color:var(--landing-text-muted);margin-top:.25rem;font-size:1rem}.stat-divider{background:var(--landing-border);width:1px;height:60px}@media (max-width:768px){.stat-divider{display:none}.stats-container{gap:2rem}.stat-item{flex:40%}}.section-header{text-align:center;margin-bottom:4rem}.section-badge{color:var(--landing-primary-light);background:#104aee26;background:lab(38.2066% 35.8553 -88.0961/.15);border:1px solid #104aee4d;border:1px solid lab(38.2066% 35.8553 -88.0961/.3);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.section-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.section-subtitle{color:var(--landing-text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.pain-section{z-index:1;padding:6rem 2rem;position:relative}.pain-container{max-width:1200px;margin:0 auto}.pain-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.pain-card{background:var(--landing-glass);border:1px solid var(--landing-border);text-align:center;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.pain-card:before{content:"";background:linear-gradient(90deg,var(--landing-danger)0%,#ff672a 100%);height:3px;position:absolute;top:0;left:0;right:0}@supports (color:lab(0% 0 0)){.pain-card:before{background:linear-gradient(90deg,var(--landing-danger)0%,lab(63.5882% 57.5165 62.7957) 100%)}}.pain-card:hover{border-color:var(--landing-danger);transform:translateY(-5px);box-shadow:0 10px 40px #ff2d3933;box-shadow:0 10px 40px lab(56.8403% 79.3391 51.5152/.2)}.pain-icon-wrapper{background:#ff2d3926;background:lab(56.8403% 79.3391 51.5152/.15);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:inline-flex}.pain-icon{width:28px;height:28px;color:var(--landing-danger)}.pain-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.pain-description{color:var(--landing-text-muted);font-size:.95rem}.pain-calculator{background:var(--landing-glass);border:1px solid var(--landing-border);text-align:center;border-radius:20px;padding:3rem}.calculator-content h3{margin-bottom:2rem;font-size:1.5rem;font-weight:700}.calculator-math{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.calc-item{background:var(--landing-bg-secondary);border:1px solid var(--landing-border);border-radius:12px;padding:1.5rem 2rem}.calc-number{color:var(--landing-text);font-size:1.5rem;font-weight:700;display:block}.calc-label{color:var(--landing-text-muted);font-size:.875rem}.calc-result{border-color:var(--landing-danger);background:#ff2d3926;background:lab(56.8403% 79.3391 51.5152/.15)}.calc-result .calc-number{color:var(--landing-danger)}.calc-operator{color:var(--landing-text-muted);font-size:2rem;font-weight:700}.calculator-cta{color:var(--landing-text-muted);font-size:1.125rem}.comparison-section{z-index:1;background:var(--landing-bg-secondary);padding:6rem 2rem;position:relative}.comparison-container{max-width:1000px;margin:0 auto}.comparison-grid{flex-wrap:wrap;align-items:stretch;gap:2rem;display:flex}.comparison-card{background:var(--landing-glass);border:2px solid var(--landing-border);border-radius:20px;flex:1;min-width:280px;padding:2rem}.comparison-before{background:#ff2d390d;background:lab(56.8403% 79.3391 51.5152/.05);border-color:#ff2d3980;border-color:lab(56.8403% 79.3391 51.5152/.5)}.comparison-after{background:#30bd440d;background:lab(67.5649% -56.2955 48.2502/.05);border-color:#30bd4480;border-color:lab(67.5649% -56.2955 48.2502/.5)}.comparison-header{border-bottom:1px solid var(--landing-border);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.comparison-header h3{font-size:1.25rem;font-weight:700}.comparison-icon-bad{width:28px;height:28px;color:var(--landing-danger)}.comparison-icon-good{width:28px;height:28px;color:var(--landing-success)}.comparison-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.comparison-list li{align-items:center;gap:.75rem;font-size:1rem;display:flex}.list-icon-bad{width:18px;height:18px;color:var(--landing-danger);flex-shrink:0}.list-icon-good{width:18px;height:18px;color:var(--landing-success);flex-shrink:0}.comparison-arrow{justify-content:center;align-items:center;display:flex}.arrow-icon{width:40px;height:40px;color:var(--landing-primary)}@media (max-width:768px){.comparison-arrow{width:100%;transform:rotate(90deg)}}.how-section{z-index:1;padding:6rem 2rem;position:relative}.how-container{max-width:900px;margin:0 auto}.how-steps{flex-direction:column;gap:0;display:flex}.how-step{align-items:flex-start;gap:2rem;display:flex;position:relative}.step-number{background:var(--landing-gradient-2);color:#fff;z-index:1;width:60px;height:60px;box-shadow:var(--landing-glow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex;position:relative}.step-line{background:linear-gradient(to bottom,var(--landing-primary)0%,var(--landing-border)100%);width:2px;height:calc(100% + 2rem);position:absolute;top:60px;left:30px}.step-content{flex:1;padding-bottom:3rem}.step-icon-wrapper{background:var(--landing-glass);border:1px solid var(--landing-border);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:inline-flex}.step-icon-wrapper-success{border-color:var(--landing-success);background:#30bd4426;background:lab(67.5649% -56.2955 48.2502/.15)}.step-icon{width:28px;height:28px;color:var(--landing-primary)}.step-icon-wrapper-success .step-icon{color:var(--landing-success)}.step-content h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.step-content p{color:var(--landing-text-muted);margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.step-time{color:var(--landing-primary-light);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.step-time-icon{width:16px;height:16px}@media (max-width:640px){.how-step{gap:1rem}.step-number{width:48px;height:48px;font-size:1.25rem}.step-line{top:48px;left:24px}}.features-section{z-index:1;background:var(--landing-bg-secondary);padding:6rem 2rem;position:relative}.features-container{max-width:1200px;margin:0 auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--landing-glass);border:1px solid var(--landing-border);border-radius:20px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--landing-gradient-2);opacity:0;z-index:0;transition:opacity .4s;position:absolute;inset:0}.feature-card:hover{border-color:var(--landing-primary);box-shadow:var(--landing-glow);transform:translateY(-8px)}.feature-card:hover:before{opacity:.05}.feature-card>*{z-index:1;position:relative}.feature-icon-wrapper{background:#104aee26;background:lab(38.2066% 35.8553 -88.0961/.15);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;transition:all .3s;display:inline-flex}.feature-card:hover .feature-icon-wrapper{background:#104aee40;background:lab(38.2066% 35.8553 -88.0961/.25);transform:scale(1.1)}.feature-icon{width:26px;height:26px;color:var(--landing-primary)}.feature-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-description{color:var(--landing-text-muted);font-size:1rem;line-height:1.6}.testimonials-section{z-index:1;padding:6rem 2rem;position:relative}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.testimonial-card{background:var(--landing-glass);border:1px solid var(--landing-border);border-radius:20px;padding:2rem;transition:all .3s}.testimonial-card:hover{border-color:var(--landing-primary);box-shadow:var(--landing-glow);transform:translateY(-5px)}.testimonial-stars{gap:.25rem;margin-bottom:1.25rem;display:flex}.star-icon{width:18px;height:18px;color:var(--landing-warning)}.testimonial-quote{color:var(--landing-text);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{background:var(--landing-gradient-2);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.testimonial-name{margin-bottom:.2rem;font-weight:600}.testimonial-role{color:var(--landing-text-muted);font-size:.875rem}.pricing-section{z-index:1;background:var(--landing-bg-secondary);padding:6rem 2rem;position:relative}.pricing-container{max-width:1100px;margin:0 auto}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:stretch;gap:2rem;display:grid}.pricing-card{background:var(--landing-glass);border:1px solid var(--landing-border);border-radius:24px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{transform:translateY(-5px)}.pricing-card-popular{border-color:var(--landing-primary);box-shadow:var(--landing-glow);background:#104aee14;background:lab(38.2066% 35.8553 -88.0961/.08)}.pricing-badge{background:var(--landing-gradient-2);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:.4rem 1.25rem;font-size:.8rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-name{color:var(--landing-text-muted);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.pricing-price{align-items:baseline;gap:.25rem;margin-bottom:2rem;display:flex}.pricing-currency{color:var(--landing-text-muted);font-size:1.25rem;font-weight:600}.pricing-amount{color:var(--landing-text);font-size:3rem;font-weight:800}.pricing-period{color:var(--landing-text-muted);font-size:1rem}.pricing-features{flex-direction:column;flex:1;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.pricing-features li{align-items:center;gap:.75rem;display:flex}.pricing-check{width:18px;height:18px;color:var(--landing-success);flex-shrink:0}.pricing-cta{text-align:center;background:var(--landing-bg-secondary);border:2px solid var(--landing-border);color:var(--landing-text);border-radius:12px;padding:1rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.pricing-cta:hover{border-color:var(--landing-primary);background:#104aee1a;background:lab(38.2066% 35.8553 -88.0961/.1)}.pricing-cta-popular{background:var(--landing-gradient-2);color:#fff;border:none}.pricing-cta-popular:hover{box-shadow:var(--landing-glow);transform:scale(1.02)}.pricing-guarantee{color:var(--landing-text-muted);justify-content:center;align-items:center;gap:.75rem;margin-top:3rem;font-size:1rem;display:flex}.guarantee-icon{width:20px;height:20px;color:var(--landing-success)}.faq-section{z-index:1;padding:6rem 2rem;position:relative}.faq-container{max-width:800px;margin:0 auto}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--landing-glass);border:1px solid var(--landing-border);border-radius:16px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#104aee80;border-color:lab(38.2066% 35.8553 -88.0961/.5)}.faq-item-open{border-color:var(--landing-primary);box-shadow:var(--landing-glow)}.faq-question{width:100%;color:var(--landing-text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;transition:color .3s;display:flex}.faq-question:hover{color:var(--landing-primary-light)}.faq-icon{width:20px;height:20px;color:var(--landing-text-muted);flex-shrink:0;transition:transform .3s}.faq-item-open .faq-icon{color:var(--landing-primary)}.faq-answer{max-height:0;transition:all .3s;overflow:hidden}.faq-answer-open{max-height:500px}.faq-answer p{color:var(--landing-text-muted);padding:0 2rem 1.5rem;font-size:1rem;line-height:1.7}.final-cta-section{z-index:1;background:var(--landing-bg-secondary);padding:8rem 2rem;position:relative;overflow:hidden}.final-cta-container{text-align:center;max-width:800px;margin:0 auto;position:relative}.final-cta-glow{background:var(--landing-gradient-2);filter:blur(150px);opacity:.3;pointer-events:none;width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-cta-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;position:relative}.final-cta-subtitle{color:var(--landing-text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6;position:relative}.final-cta-actions{margin-bottom:2rem;position:relative}.final-cta-primary{background:var(--landing-gradient-2);color:#fff;box-shadow:var(--landing-glow);border-radius:60px;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.final-cta-primary:hover{box-shadow:var(--landing-glow-intense);transform:translateY(-3px)scale(1.05)}.final-cta-arrow{width:22px;height:22px;transition:transform .3s}.final-cta-primary:hover .final-cta-arrow{transform:translate(5px)}.final-cta-trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex;position:relative}.final-cta-trust span{color:var(--landing-text-muted);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.trust-icon{width:18px;height:18px;color:var(--landing-success)}.footer{background:var(--landing-bg);border-top:1px solid var(--landing-border);padding:4rem 2rem 2rem}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{max-width:300px}.footer-logo{color:var(--landing-text);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.footer-logo-icon{width:28px;height:28px;color:var(--landing-primary)}.footer-tagline{color:var(--landing-text-muted);font-size:.95rem;line-height:1.6}.footer-links{flex-wrap:wrap;gap:4rem;display:flex}.footer-column h4{color:var(--landing-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem;font-size:.95rem;font-weight:600}.footer-column a{color:var(--landing-text-muted);margin-bottom:.75rem;font-size:.95rem;text-decoration:none;transition:color .3s;display:block}.footer-column a:hover{color:var(--landing-primary-light)}.footer-bottom{border-top:1px solid var(--landing-border);text-align:center;max-width:1200px;margin:3rem auto 0;padding-top:2rem}.footer-bottom p{color:var(--landing-text-muted);font-size:.875rem}@media (max-width:768px){.footer-container{flex-direction:column;gap:2rem}.footer-links{gap:2rem}.footer-column{flex:40%}}.text-gradient{background:var(--landing-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}html{scroll-behavior:smooth}::selection{color:#fff;background:#104aee66;background:lab(38.2066% 35.8553 -88.0961/.4)}
