@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";:root{--bg-dark: #0d1117;--surface-1: #161b22;--text-primary: #e6edf3;--text-secondary: #7d8590;--border-color: rgba(255, 255, 255, .1);--accent-glow: rgba(138, 99, 210, .5);--card-gradient: linear-gradient(135deg, #232526, #414345);--accent-gradient: linear-gradient(90deg, #8a63d2, #58a6ff)}html{overflow-x:hidden;width:100%}.billing-page-wrapper{margin:0;padding:0;overflow-x:hidden;overflow-y:auto;width:100%;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;overflow-x:hidden;width:100%;box-sizing:border-box}.page-container{max-width:1300px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;min-height:100vh}.hero-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-primary)}.billing-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:2rem;flex-wrap:wrap;width:100%;max-width:1200px;box-sizing:border-box;overflow-x:hidden}.card-container{position:relative;width:100%;max-width:380px;height:440px;display:flex;justify-content:center;align-items:center;flex-shrink:1;min-width:300px}.billing-card{width:330px;height:410px;background:var(--card-gradient);border-radius:24px;box-shadow:0 20px 50px #0006;position:relative;z-index:2;transition:transform .1s ease-out;display:flex;justify-content:center;align-items:center;padding:2rem;border:1px solid var(--border-color)}.card-content{display:grid;grid-template-rows:auto auto 1fr auto;height:100%;text-align:center;width:100%}.plan-title{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-shadow:0 0 20px #8a63d2,0 0 40px #8a63d2,0 0 60px #8a63d2;filter:brightness(1.2)}.price-desc-block{min-height:90px;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem}.price{font-size:3.5rem;font-weight:700;line-height:1.2;color:var(--text-primary)}.price span{font-size:1rem;font-weight:400;color:var(--text-secondary)}.enterprise-text{font-size:1rem;font-style:italic;color:var(--text-secondary);line-height:1.6}.divider{height:1px;width:80%;margin:1rem auto 0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.feature-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left;font-size:.9rem;color:var(--text-secondary)}.feature-list li{margin-bottom:.75rem;display:flex;align-items:center}.feature-list i{margin-right:.75rem;color:var(--text-primary);flex-shrink:0}.plan-button{width:100%;border:1px solid transparent;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0003;text-decoration:none;display:block;box-sizing:border-box;position:relative;overflow:hidden;font-family:Inter,sans-serif}.plan-button.primary{background:var(--accent-gradient);color:#fff}.plan-button.secondary{background:transparent;border-color:var(--text-secondary);color:var(--text-primary)}.plan-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8a63d24d}.plan-button.secondary:hover{background-color:var(--text-primary);color:var(--bg-dark);border-color:var(--text-primary);box-shadow:0 8px 25px #fff3}.plan-button.enterprise{background:var(--accent-gradient);color:#fff;animation:pulse-glow 2.5s infinite ease-in-out}@keyframes pulse-glow{0%{box-shadow:0 0 10px var(--accent-glow),0 4px 15px #0003}50%{box-shadow:0 0 25px var(--accent-glow),0 8px 25px #8a63d24d}to{box-shadow:0 0 10px var(--accent-glow),0 4px 15px #0003}}@media (max-width: 1200px){.billing-wrapper{flex-wrap:wrap;justify-content:center}.card-container{margin-bottom:2rem}}@media (max-width: 768px){.card-container{width:100%;max-width:350px}.billing-card{width:100%;max-width:300px}}:root{--bg-color: #0D1117;--text-primary: #e6edf3;--text-secondary: #a0aec0;--glow-color: #8A63D2;--accent-gradient: linear-gradient(90deg, #8A63D2, #58a6ff)}*{box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,sans-serif;margin:0}.page-container{display:flex;flex-direction:column;align-items:center;padding:2rem 2rem 1rem;width:100%;overflow-y:hidden}.hero-section,.grid-section,.cta-section,.trusted-section{width:100%;max-width:1100px;text-align:center;margin-bottom:6rem}.hero-section{margin-bottom:1rem}.hero-section h1{font-size:3.5rem;font-weight:900;text-shadow:0 0 15px var(--glow-color)}.hero-section p{font-size:1.25rem;color:var(--text-secondary);margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:.5rem}.feature-card{background:#161b228c;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.feature-card i{font-size:2rem;color:var(--glow-color);margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-card p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.cta-section{padding:2rem}.cta-section h2{font-size:2.5rem;font-weight:900}.cta-section p{font-size:1.1rem;color:var(--text-secondary);max-width:650px;margin:1rem auto 2rem}.cta-button{font-family:Inter,sans-serif;background:var(--accent-gradient);color:#fff;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8a63d24d}.trusted-section h3{font-size:1rem;font-weight:400;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.logo-cloud{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;margin-top:2rem}.logo-item{font-size:1.5rem;font-weight:700;color:var(--text-secondary);opacity:.6;transition:opacity .2s,color .2s}.logo-item:hover{opacity:1;color:var(--text-primary)}.parallax-bg-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;overflow:hidden}#stars-far,#stars-mid,#stars-close{position:absolute;top:0;left:0;width:100%;height:150%}.star{position:absolute;background:#fff;border-radius:50%;animation:twinkle 5s infinite ease-in-out}@keyframes twinkle{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}:root{--bg-color: #0d1117;--grid-color: rgba( 215, 177, 176, .07 );--grid-glow-color: rgba(215, 177, 176, .1);--text-primary: #e6edf3;--text-secondary: #a0aec0;--glow-color: #d7b1b0}@keyframes scroll-indicator-anim{0%{transform:translate(-50%);opacity:1}50%{transform:translate(-50%,10px);opacity:0}to{transform:translate(-50%);opacity:1}}.features-page-wrapper{background-color:var(--bg-color);position:relative;overflow-x:hidden;overflow-y:auto;min-height:100vh;width:100%;box-sizing:border-box}.features-page-wrapper:before{content:"";position:fixed;top:50%;left:50%;width:1200px;height:1200px;transform:translate(-50%,-50%);background:radial-gradient(circle,var(--grid-glow-color) 0%,transparent 60%);filter:blur(80px);z-index:0;opacity:.5}.features-page-wrapper:after{content:"";position:fixed;top:0;left:0;width:200%;height:200%;z-index:1;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,var(--grid-color) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,var(--grid-color) 50px);background-size:50px 50px;animation:background-pan-grid 100s linear infinite}@keyframes background-pan-grid{0%{transform:translate(0)}to{transform:translate(-50%,-50%)}}.features-content-container{position:relative;z-index:2}.hero-section{min-height:calc(75vh - 70px);width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 2rem;padding-top:10vh;position:relative}.hero-section h1{font-size:4.5rem;font-weight:900;text-shadow:0 0 10px rgba(255,255,255,.7),0 0 25px var(--glow-color),0 0 50px var(--glow-color)}.hero-section p{font-size:1.25rem;color:var(--text-secondary);margin-top:1rem;max-width:600px}.scroll-down-indicator{position:absolute;bottom:3rem;width:24px;height:40px;border:2px solid var(--text-secondary);border-radius:12px}.scroll-down-indicator:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--text-secondary);border-radius:2px;animation:scroll-indicator-anim 2s infinite}.features-container{width:100%}.feature-section{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;overflow:hidden}.feature-section:before{content:"";position:absolute;top:50%;left:50%;width:900px;height:900px;background:radial-gradient(circle,var(--glow-color) 0%,transparent 60%);transform:translate(-50%,-50%) scale(.5);filter:blur(150px);opacity:0;transition:opacity 1.2s ease-out,transform 1.2s ease-out;z-index:-1}.feature-section.is-visible:before{opacity:.25;transform:translate(-50%,-50%) scale(1)}.feature-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;width:100%;z-index:1}.feature-text,.feature-visual{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.feature-section.is-visible .feature-text{transition-delay:.2s;opacity:1;transform:translateY(0)}.feature-section.is-visible .feature-visual{transition-delay:.4s;opacity:1;transform:translateY(0)}.feature-text h2{font-size:3.5rem;font-weight:900;margin-bottom:1.2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-shadow:0 0 15px var(--glow-color)}.feature-text i{color:var(--glow-color);font-size:3rem;filter:drop-shadow(0 0 10px var(--glow-color))}.feature-text p{font-size:1.2rem;line-height:1.7;color:var(--text-secondary);max-width:600px}.feature-visual{width:100%;margin-top:2.5rem}.gif-placeholder{width:100%;max-width:640px;margin:0 auto;aspect-ratio:16 / 9;background:linear-gradient(45deg,#161b2266,#2d374866);border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;justify-content:center;align-items:center;box-shadow:0 20px 50px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gif-placeholder span{font-size:1rem;color:var(--text-secondary)}header.lp-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#0d1117d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:1000;height:70px;width:100%;box-sizing:border-box}header.lp-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#11b3ff;box-shadow:0 0 12px #11b3ffb3}header.lp-header .logo{display:inline-flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:800;color:#e6edf3;text-decoration:none}header.lp-header .logo img{height:18px;width:auto;display:block;filter:brightness(1.1) contrast(1.05)}header.lp-header .lp-nav{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:2rem;align-items:center}header.lp-header .lp-nav a{color:#9ea3a8;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 0;transition:color .2s ease;white-space:nowrap}header.lp-header .lp-nav a:hover{color:#fff}header.lp-header .nav-actions{display:flex;align-items:center;margin-left:auto}header.lp-header .nav-try{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#0c0e12;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:700}header.lp-header .nav-try:hover{transform:translateY(-1px)}header.lp-header .nav-try .nav-arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#0c0e12;color:#fff}.site-footer{width:100%;background:#0b0f14;border-top:1px solid rgba(255,255,255,.08);color:#e6edf3;position:relative;z-index:5}.footer-inner{max-width:1280px;margin:0 auto;padding:2rem 1.25rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.footer-col{min-width:0}.footer-col-center{background:transparent;border:none;border-radius:0;padding:0;display:flex;flex-direction:column;align-items:flex-start}.footer-title{font-weight:700;margin-bottom:.5rem;color:#fff}.footer-text{color:#a0aec0;line-height:1.5}.footer-text.muted{opacity:.8}.footer-link{color:#e6edf3;cursor:pointer;margin:.25rem 0;display:block;pointer-events:auto}.footer-link:hover{color:#8a63d2}.footer-contact{color:#e6edf3;text-decoration:none;display:block}.footer-contact:hover{color:#8a63d2}.payments-row{max-width:1280px;margin:0 auto;padding:0 1.25rem 1.25rem;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.payment-placeholder{width:72px;height:32px;border-radius:6px;border:1px dashed rgba(255,255,255,.25);background:#ffffff08}.payment-logo{height:32px;width:auto;border-radius:6px;display:block;background:transparent}.payment-logo:hover{filter:brightness(1.08)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:.75rem 1.25rem 1.25rem;max-width:1280px;margin:0 auto;color:#9fb0c1;font-size:.9rem}@media (max-width: 768px){.footer-inner{grid-template-columns:1fr}.payments-row{padding-bottom:1rem}}.landing-page,.landing-page *,.landing-page *:before,.landing-page *:after{box-sizing:border-box;margin:0;padding:0}.landing-page{--bg-unified: #121212;--surface-hover: #2a2d31;--surface-modal: #1e1e1e;--text-primary: #f0f2f5;--text-secondary: #9ea3a8;--border-color: #303338;--accent-glow: rgba(138, 99, 210, .5);--accent-gradient: linear-gradient(90deg, #8a63d2, #58a6ff);--accent-primary: #8a63d2;--accent-secondary: #58a6ff;background:var(--bg-unified);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden;position:relative;width:100%;min-height:100vh;isolation:isolate;contain:layout style;display:block}.landing-page a{color:inherit;text-decoration:none}.landing-page button{background:none;border:none;color:inherit;font:inherit;cursor:pointer}.landing-page .animated-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden}.landing-page .particles-container{position:absolute;width:100%;height:100%}.landing-page .particle{position:absolute;width:2px;height:2px;background:var(--accent-primary);border-radius:50%;opacity:.3;animation:landing-particleFloat linear infinite;box-shadow:0 0 6px #8a63d266}@keyframes landing-particleFloat{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) scale(1);opacity:0}}.landing-page .gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4;will-change:transform;transition:transform .1s ease-out}.landing-page .orb-1{width:800px;height:800px;background:radial-gradient(circle,rgba(138,99,210,.08),transparent);top:-400px;left:-400px}.landing-page .orb-2{width:600px;height:600px;background:radial-gradient(circle,rgba(88,166,255,.06),transparent);top:30%;right:-300px}.landing-page .orb-3{width:700px;height:700px;background:radial-gradient(circle,rgba(138,99,210,.05),transparent);bottom:-350px;left:20%}.landing-page .hero-section{margin:0 auto;min-height:100vh;width:100%;display:grid;place-items:center;padding:0;position:relative;opacity:0;transform:translateY(50px);transition:all 1.2s cubic-bezier(.16,1,.3,1);background:transparent;border-bottom:1px solid rgba(48,51,56,.3)}.landing-page .hero-section.visible{opacity:1;transform:translateY(0)}.landing-page .hero-content{max-width:900px;width:100%;text-align:center;z-index:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin:0 auto}.landing-page .hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.3rem;text-align:center;width:100%}.landing-page .title-line{display:block;animation:landing-slideInUp 1.2s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(50px)}.landing-page .title-line:nth-child(1){animation-delay:.2s}.landing-page .title-line:nth-child(2){animation-delay:.4s}.landing-page .title-line:nth-child(3){animation-delay:.6s}.landing-page .gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;filter:drop-shadow(0 0 20px rgba(138,99,210,.3))}@keyframes landing-slideInUp{to{opacity:1;transform:translateY(0)}}.landing-page .hero-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.6;animation:landing-fadeIn 1s ease-out .8s forwards;opacity:0;text-align:center;width:100%}@keyframes landing-fadeIn{to{opacity:1}}.landing-page .hero-actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;animation:landing-fadeIn 1s ease-out 1s forwards;opacity:0}.landing-page .cta-button{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-width:180px;border:none;cursor:pointer}.landing-page .cta-button.primary{background:var(--accent-gradient);color:#fff;box-shadow:0 15px 30px #8a63d24d}.landing-page .cta-button.secondary{background:#ffffff14;color:var(--text-primary);border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-page .cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff47}.landing-page .cta-button:hover{transform:translateY(-3px) scale(1.02)}.landing-page .cta-button.primary:hover{box-shadow:0 20px 40px #8a63d280}.landing-page .cta-button.secondary:hover{background:#ffffff1a;border-color:var(--accent-primary)}.landing-page .button-text{position:relative;z-index:2}.landing-page .button-shine{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}.landing-page .cta-button.primary:hover .button-shine{left:100%}.landing-page .features-section{padding:6rem 2rem;width:100%;display:flex;align-items:center;justify-content:center;min-height:80vh;background:transparent;border-bottom:1px solid rgba(48,51,56,.2);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.landing-page .section-content{max-width:1200px;margin:0 auto;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-page .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:3rem;line-height:1.2;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .features-carousel{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1000px;margin:0 auto;gap:2rem}.landing-page .features-carousel-wrapper{position:relative;display:grid;grid-template-columns:56px 1fr 56px;align-items:center;column-gap:1.5rem;width:100%;max-width:1000px;margin:0 auto;justify-content:center}.landing-page .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.landing-page .nav-arrow:hover{background:var(--surface-hover);border-color:var(--accent-primary);transform:translateY(-50%) scale(1.1)}.landing-page .nav-arrow span{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.landing-page .nav-arrow-left{left:-80px}.landing-page .nav-arrow-right{right:-80px}.landing-page .features-carousel-wrapper .nav-arrow{position:static;transform:none;left:auto;right:auto}.landing-page .features-carousel-wrapper .nav-arrow-left{justify-self:end}.landing-page .features-carousel-wrapper .nav-arrow-right{justify-self:start}.landing-page .feature-slide-container{grid-column:2}.landing-page .feature-slide-container{position:relative;width:100%;max-width:800px;height:300px;overflow:hidden;margin:0 auto;display:flex;align-items:center;justify-content:center}.landing-page .feature-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:translate(100%);transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center;z-index:1}.landing-page .feature-slide.active{opacity:1;visibility:visible;transform:translate(0);z-index:5}.landing-page .feature-slide.active .feature-title,.landing-page .feature-slide.active .feature-description{opacity:1!important;visibility:visible!important;display:block!important}.landing-page .feature-content{display:flex!important;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;width:100%;padding:1rem;height:100%;justify-content:center;position:relative;z-index:10;max-width:600px}.landing-page .feature-text{max-width:500px;width:100%;display:block!important;opacity:1!important;visibility:visible!important;position:relative;z-index:15}.landing-page .feature-title{font-size:2rem;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary)!important;z-index:10;position:relative;display:block!important;visibility:visible!important;opacity:1!important;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;line-height:1.2;letter-spacing:-.02em;filter:drop-shadow(0 2px 8px rgba(138,99,210,.3))}.landing-page .feature-description{font-size:1.2rem;color:var(--text-secondary)!important;line-height:1.7;z-index:10;position:relative;display:block!important;visibility:visible!important;opacity:.95!important;text-align:center;max-width:600px;margin:0 auto;font-weight:400;letter-spacing:.01em}.landing-page .features-indicators{display:flex;gap:.8rem;justify-content:center;margin-top:0;position:relative;z-index:10}.landing-page .feature-indicator{width:10px;height:10px;border-radius:50%;background:#ffffff4d;transition:all .3s ease;cursor:pointer}.landing-page .feature-indicator.active{background:var(--accent-primary);transform:scale(1.2);box-shadow:0 0 15px var(--accent-primary)}.landing-page .quotes-section{padding:6rem 2rem;width:100%;display:flex;align-items:center;justify-content:center;min-height:auto;background:transparent;border-bottom:1px solid rgba(48,51,56,.2);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.landing-page .quotes-carousel{position:relative;max-width:1000px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:center}.landing-page .quote-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.landing-page .quote-nav-arrow:hover{background:var(--surface-hover);border-color:var(--accent-primary);transform:translateY(-50%) scale(1.1)}.landing-page .quote-nav-arrow span{font-size:1.3rem;font-weight:700;color:var(--text-primary)}.landing-page .quote-nav-left{left:-60px}.landing-page .quote-nav-right{right:-60px}.landing-page .quote-display{position:relative;height:300px;overflow:hidden;margin-bottom:2rem;width:100%;max-width:800px}.landing-page .quote-slide{position:absolute;top:0;left:0;right:0;opacity:0;transform:translate(100%);transition:all .6s cubic-bezier(.16,1,.3,1)}.landing-page .quote-slide.active{opacity:1;transform:translate(0)}.landing-page .quote-content{text-align:center;padding:2rem;height:100%;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.landing-page .quote-text{font-size:1.1rem;line-height:1.7;color:var(--text-primary);font-style:italic;font-weight:300;margin-bottom:1.5rem}.landing-page .quote-author{display:flex;align-items:center;justify-content:center;gap:1rem}.landing-page .author-avatar{position:relative;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-page .avatar-gradient{position:absolute;inset:0;background:var(--gradient-primary);opacity:.8}.landing-page .avatar-initial{position:relative;z-index:2;font-size:1.3rem;font-weight:700;color:#fff}.landing-page .author-info{text-align:left}.landing-page .author-name{font-weight:600;color:var(--text-primary);margin-bottom:.2rem;font-size:.95rem}.landing-page .author-position{color:var(--text-secondary);font-size:.85rem}.landing-page .quote-indicators{display:flex;justify-content:center;gap:.5rem;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.landing-page .indicator{width:10px;height:10px;border-radius:50%;background:#ffffff4d;transition:all .3s ease;cursor:pointer}.landing-page .indicator.active{background:var(--accent-primary);transform:scale(1.2)}.landing-page .final-cta-section{padding:6rem 2rem;width:100%;display:flex;align-items:center;justify-content:center;min-height:auto;background:#1e1e1e33;position:relative;transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.landing-page .final-cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(1000px 700px at 20% 0%,rgba(138,99,210,.05),transparent 60%),radial-gradient(800px 600px at 80% 20%,rgba(88,166,255,.04),transparent 60%);pointer-events:none;z-index:0}.landing-page .final-cta-section .cta-content{position:relative;z-index:1}@keyframes landing-gradientShift{0%,to{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:50% 100%}75%{background-position:50% 0%}}.landing-page .cta-content{max-width:700px;margin:0 auto;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-page .cta-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:1.2rem;line-height:1.2;color:var(--text-primary)}.landing-page .cta-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.landing-page .cta-actions{display:flex;flex-direction:column;align-items:center;gap:2rem}.landing-page .final-cta-button{position:relative;padding:1.2rem 2.5rem;background:var(--accent-gradient);color:#fff;text-decoration:none;border-radius:16px;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 15px 35px #8a63d240;display:flex;align-items:center;justify-content:center;border:none}.landing-page .final-cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 22px 42px #8a63d266}.landing-page .trust-indicators{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.landing-page .trust-badge{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.7rem 1.2rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 18px #00000040;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.landing-page .trust-badge:hover{transform:translateY(-1px) scale(1.01);box-shadow:0 10px 24px #00000047;background:#ffffff0f;border-color:#ffffff29}.landing-page .badge-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffe6}.landing-page .badge-text{font-size:.92rem;font-weight:600;letter-spacing:.2px;color:#ffffffe0}@media (max-width: 1024px){.landing-page .nav-arrow-left{left:-50px}.landing-page .nav-arrow-right{right:-50px}.landing-page .quote-nav-left{left:-45px}.landing-page .quote-nav-right{right:-45px}}@media (max-width: 768px){.landing-page .hero-section{padding:1.5rem 1rem}.landing-page .hero-title{font-size:clamp(2rem,8vw,3rem)}.landing-page .hero-subtitle{font-size:1rem;margin-bottom:2rem}.landing-page .hero-actions{flex-direction:column;align-items:center;gap:1rem}.landing-page .cta-button{width:100%;max-width:280px}.landing-page .features-section,.landing-page .quotes-section,.landing-page .final-cta-section{padding:4rem 1rem}.landing-page .section-title{font-size:clamp(1.8rem,6vw,2.5rem);margin-bottom:2rem}.landing-page .nav-arrow,.landing-page .quote-nav-arrow{display:none}.landing-page .feature-slide-container{height:250px;overflow:visible}.landing-page .feature-title{font-size:1.5rem}.landing-page .feature-description{font-size:1rem}.landing-page .quote-display{height:280px}.landing-page .quote-text{font-size:1rem;line-height:1.6}.landing-page .trust-indicators{flex-direction:column;align-items:center;gap:.8rem}.landing-page .trust-badge{width:100%;max-width:200px}}@media (max-width: 480px){.landing-page .hero-section{padding:1rem .5rem}.landing-page .hero-title{font-size:2rem;margin-bottom:1rem}.landing-page .hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.landing-page .features-section,.landing-page .quotes-section,.landing-page .final-cta-section{padding:3rem .5rem}.landing-page .section-title{font-size:1.8rem}.landing-page .feature-slide-container{height:230px;overflow:visible}.landing-page .feature-content{padding:1rem}.landing-page .feature-title{font-size:1.3rem}.landing-page .feature-description{font-size:.95rem}.landing-page .quote-display{height:260px}.landing-page .quote-content{padding:1rem}.landing-page .quote-text{font-size:.95rem}.landing-page .author-avatar{width:40px;height:40px}.landing-page .avatar-initial{font-size:1.1rem}.landing-page .author-name{font-size:.9rem}.landing-page .author-position{font-size:.8rem}.landing-page .cta-title{font-size:1.8rem}.landing-page .cta-subtitle{font-size:1rem}.landing-page .final-cta-button{padding:1rem 2rem;font-size:1rem}}.landing-page .lp-navbar{position:sticky;top:0;width:100vw;z-index:20;background:linear-gradient(180deg,rgba(5,5,8,.85),rgba(5,5,8,.6) 60%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-page .nav-inner{max-width:1200px;margin:0 auto;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between}.landing-page .brand{display:inline-flex;align-items:center;gap:.6rem}.landing-page .brand-orb{width:14px;height:14px;border-radius:50%;background:var(--accent-gradient);box-shadow:0 0 10px #8a63d299}.landing-page .brand-name{font-weight:800;letter-spacing:.2px}.landing-page .nav-links{display:flex;align-items:center;gap:1rem}.landing-page .nav-links a{color:var(--text-secondary);padding:.5rem .8rem;border-radius:8px}.landing-page .nav-links a:hover{background:#ffffff0f;color:var(--text-primary)}.landing-page .nav-cta{background:#ffffff14;color:var(--text-primary)!important;border:1px solid rgba(255,255,255,.15)}.landing-page .stats-band{width:100%;padding:3rem 2rem;display:flex;justify-content:center;background:#1212121a;border-bottom:1px solid rgba(48,51,56,.1);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.landing-page .stats-wrapper{max-width:1000px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 auto;justify-items:center}.landing-page .stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem 1.25rem;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.landing-page .stat-value{font-size:1.8rem;font-weight:800;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.landing-page .stat-label{color:var(--text-secondary);font-size:.95rem;margin-top:.25rem}.landing-page .value-section{padding:6rem 2rem;width:100%;display:flex;align-items:center;justify-content:center;background:transparent;border-bottom:1px solid rgba(48,51,56,.2);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.landing-page .value-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.landing-page .value-card{background:linear-gradient(145deg,#2a2d31cc,#1e1e1e99);border:1px solid rgba(138,99,210,.2);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d}.landing-page .value-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #8a63d240,0 8px 32px #0006;border-color:#8a63d266}.landing-page .value-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:linear-gradient(135deg,#8a63d233,#58a6ff26);margin-left:auto;margin-right:auto;font-size:1.8rem;box-shadow:0 4px 20px #8a63d24d;transition:all .3s ease}.landing-page .value-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-align:center;width:100%;background:linear-gradient(135deg,var(--text-primary),rgba(138,99,210,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .value-card p{color:var(--text-secondary);line-height:1.7;font-size:1rem;opacity:.9;transition:opacity .3s ease}.landing-page .value-card:hover p{opacity:1}.landing-page .value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(138,99,210,.8),rgba(88,166,255,.6),transparent);opacity:0;transition:opacity .4s ease}.landing-page .value-card:hover:before{opacity:1}.landing-page .value-card:hover .value-icon{transform:scale(1.1);box-shadow:0 6px 25px #8a63d266}.landing-page .lp-footer{width:100vw;border-top:1px solid rgba(255,255,255,.08);padding:1.2rem 1rem;display:flex;justify-content:center;background:#05050899;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.landing-page .footer-inner{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center}.landing-page .footer-brand{font-weight:800}.landing-page .footer-links{display:flex;gap:1rem}.landing-page .footer-links a{color:var(--text-secondary)}.landing-page .footer-links a:hover{color:var(--text-primary)}.landing-page .footer-copy{color:var(--text-secondary);font-size:.9rem;justify-self:end}@media (max-width: 900px){.landing-page .stats-wrapper{grid-template-columns:1fr}.landing-page .value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-page .footer-inner{grid-template-columns:1fr;text-align:center;justify-items:center;gap:.5rem}}@media (max-width: 520px){.landing-page .value-grid{grid-template-columns:1fr}}.landing-page .section-separator{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(138,99,210,.15) 20%,rgba(138,99,210,.3) 50%,rgba(138,99,210,.15) 80%,transparent 100%);margin:0;opacity:.4;transition:opacity 1.5s cubic-bezier(.25,.46,.45,.94)}.landing-page .section-separator:after{content:"";position:absolute;top:-1px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(138,99,210,.1) 40%,rgba(138,99,210,.2) 50%,rgba(138,99,210,.1) 60%,transparent 100%);filter:blur(2px)}.landing-page .fade-top,.landing-page .fade-bottom,.landing-page .section-divider-top,.landing-page .hero-section,.landing-page .features-section,.landing-page .stats-band,.landing-page .value-section,.landing-page .quotes-section,.landing-page .final-cta-section{position:relative}@media (max-width: 768px){.landing-page .section-separator{opacity:.4}}.landing-page .section-content{transition:transform 1s cubic-bezier(.25,.46,.45,.94),opacity 1.2s cubic-bezier(.25,.46,.45,.94)}.landing-page .section-title{transition:all 1s cubic-bezier(.25,.46,.45,.94)}.landing-page .value-card,.landing-page .stat-card{transition:all .4s cubic-bezier(.16,1,.3,1)}.landing-page .value-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 40px #8a63d226}.landing-page .stat-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 15px 30px #8a63d233}.landing-page{scroll-behavior:smooth}.landing-page .particle{will-change:transform,opacity}.landing-page .gradient-orb{animation:floatOrb 20s ease-in-out infinite}@keyframes floatOrb{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(8px,-12px) rotate(90deg) scale(1.03)}50%{transform:translate(-4px,-20px) rotate(180deg) scale(.97)}75%{transform:translate(-12px,-8px) rotate(270deg) scale(1.01)}}.landing-v2{background:#0b0f14;color:#fff}.landing-v2 .hero-v2{position:relative;min-height:calc(100vh - 70px);padding:56px 16px 72px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.landing-v2 .hero-v2-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.landing-v2 .hero-v2-bg:before{content:"";position:absolute;inset:-10%;background:radial-gradient(120% 70% at 50% 65%,#ff63a4d9,#ff8e45b3 45%,#14141400 70%),radial-gradient(100% 60% at 50% 5%,#ff64b48c,#14141400 60%);filter:blur(30px);opacity:.9}.landing-v2 .glow{position:absolute;left:50%;transform:translate(-50%);width:1600px;height:auto;max-width:none;opacity:.9;mix-blend-mode:screen}.landing-v2 .glow-pink{top:-420px}.landing-v2 .glow-red{top:-260px;opacity:.75}.landing-v2 .hero-v2-inner{position:relative;max-width:1280px;width:100%;margin:0 auto}.landing-v2 .hero-v2-headerline{width:100%;height:3px;background:linear-gradient(90deg,#24c8ff,#0ea5ff,#24c8ff);border-radius:9999px;box-shadow:0 0 14px #24c8ff99}.landing-v2 .hero-v2-head{text-align:center;margin:56px auto 32px;max-width:920px}.landing-v2 .hero-v2-title{font-size:clamp(36px,6.4vw,72px);line-height:1.1;font-weight:800;letter-spacing:-.02em;background:linear-gradient(180deg,#cbd0d6,#fff 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 28px rgba(0,0,0,.35)}.landing-v2 .hero-v2-title span{display:block}.landing-v2 .hero-v2-title .nowrap{white-space:nowrap}.landing-v2 .hero-v2-sub{margin-top:14px;font-size:clamp(16px,2.2vw,20px);color:#ffffffe6}.landing-v2 .hero-v2-cta{margin-top:22px;display:inline-flex;gap:12px}.landing-v2 .btn-v2{border:0;outline:0;border-radius:9999px;padding:14px 22px;font-weight:700;line-height:1;display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:16px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.landing-v2 .btn-v2.primary{background:#fff;color:#0b0f14;box-shadow:0 14px 36px #ff8c7859}.landing-v2 .btn-v2.primary:hover{transform:translateY(-2px)}.landing-v2 .btn-v2.primary .icon-circle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:6px;border-radius:999px;background:#0b0f14;color:#fff}.landing-v2 .btn-v2.pink{background:linear-gradient(90deg,#ff4da6,#ff7a39);color:#fff;box-shadow:0 14px 36px #ff62a559;border:1px solid rgba(255,255,255,.25)}.landing-v2 .btn-v2.pink:hover{transform:translateY(-2px);filter:saturate(1.05)}.landing-v2 .hero-v2-mock{margin-top:28px;display:flex;justify-content:center}.landing-v2 .mock-window{width:min(1100px,100%);background:#0e0e0f;border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;box-shadow:0 40px 120px #0009,0 0 0 1px #ffffff0f inset;display:grid;grid-template-columns:260px 1fr}.landing-v2 .mock-left{background:#ffffff08;border-right:1px solid rgba(255,255,255,.08);padding:18px 16px}.landing-v2 .mock-brand{display:flex;align-items:center;gap:12px;padding:4px 8px 18px;opacity:.9}.landing-v2 .mock-brand img{height:18px;opacity:.9;filter:brightness(1.2) contrast(1.2)}.landing-v2 .mock-menu{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14px;color:#aeb4bb}.landing-v2 .mock-menu li{padding:6px 10px 6px 24px;border-radius:10px;position:relative}.landing-v2 .mock-menu li.muted{opacity:.6;padding-top:12px}.landing-v2 .mock-menu li.active{color:#fff;background:#ffffff0f}.landing-v2 .mock-menu li.active:before{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#ff4da6;border-radius:50%;box-shadow:0 0 10px #ff4da6e6}.landing-v2 .mock-main{background:#0b0b0c;display:flex;flex-direction:column}.landing-v2 .mock-top{height:48px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.06);color:#cbd2d9}.landing-v2 .mock-body{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:54px 24px 64px;min-height:380px;text-align:center}.landing-v2 .mock-body h3{font-size:26px;font-weight:700;margin-bottom:8px}.landing-v2 .mock-body p{color:#aeb4bb;font-size:14px;margin-bottom:24px;max-width:520px}.landing-v2 .mock-input{width:min(520px,90%);height:56px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:14px;display:grid;grid-template-columns:32px 1fr 42px;align-items:center;padding:0 8px 0 12px}.landing-v2 .mock-input .clip{opacity:.8;font-size:16px}.landing-v2 .mock-input .placeholder{color:#7a8087}.landing-v2 .mock-input .toggle{justify-self:end;width:28px;height:18px;background:#ffffff2e;border-radius:999px;position:relative}.landing-v2 .mock-input .toggle:after{content:"";position:absolute;left:2px;top:2px;width:14px;height:14px;background:#fff;border-radius:50%}@media (max-width: 980px){.landing-v2 .hero-v2{padding-top:24px}.landing-v2 .hero-v2-head{margin:36px auto 24px}.landing-v2 .mock-window{grid-template-columns:1fr}.landing-v2 .mock-left{display:none}.landing-v2 .mock-body{min-height:300px;padding:36px 16px 48px}}@media (max-width: 520px){.landing-v2 .btn-v2{width:100%;justify-content:center}.landing-v2 .hero-v2-cta{width:100%;flex-direction:column}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{background-color:#121212;color:#ffffffde}a{text-decoration:inherit;color:inherit}
