:root{--bg-color:#0a0a0f;--bg-scrolled:#0a0a0fe6;--bg-mobile:#0a0a0ffa;--text-color:#fff;--text-secondary:#ffffffd9;--border-color:#9333ea26}.main-landing{padding-top:80px;animation:.5s pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.main-landing{padding-top:72px}}@media (max-width:640px){.main-landing{padding-top:64px}}.header-lp{z-index:1000;padding:20px 60px;transition:all .3s;position:fixed;top:0;left:0;right:0}.header-lp.scrolled{background:var(--bg-scrolled);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);padding:12px 60px}.header-lp.light{--bg-scrolled:#fffffff2;--bg-mobile:#fffffffa}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.logo{letter-spacing:-.5px;cursor:pointer;font-size:1.6rem;font-weight:700;text-decoration:none;transition:opacity .2s}.logo:hover{opacity:.8}.logo-dev{color:var(--text-color)}.logo-stack{color:#e83e8c}.nav{align-items:center;gap:32px;display:flex}.nav a{color:var(--text-color);opacity:.85;font-size:.95rem;font-weight:400;text-decoration:none;transition:opacity .2s,color .2s}.nav a:hover{opacity:1;color:#a78bfa}.header-actions{align-items:center;gap:16px;display:flex}.theme-toggle{cursor:pointer;width:36px;height:36px;color:var(--text-color);background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:all .3s;display:flex}.theme-toggle:hover{background:#9333ea33;border-color:#9333ea66}.header-lp.light .theme-toggle{background:#0000000d;border:1px solid #0000001a}.header-lp.light .theme-toggle:hover{background:#9333ea1a;border-color:#9333ea4d}.btn-login{color:var(--text-color);cursor:pointer;background:0 0;border:1px solid #9333ea66;border-radius:25px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .3s}.btn-login:hover{background:#9333ea26;border-color:#9333ea}.btn-new{color:#fff;cursor:pointer;background:#e83e8c;border:none;border-radius:25px;align-items:center;gap:6px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.btn-new:hover{background:#d63384;transform:translateY(-2px);box-shadow:0 4px 20px #e83e8c4d}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.hamburger span{background:var(--text-color);border-radius:2px;width:100%;height:2px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--bg-mobile);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);opacity:0;visibility:hidden;padding:20px;transition:all .3s;display:none;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav{border-bottom:1px solid var(--border-color);flex-direction:column;gap:16px;margin-bottom:20px;padding-bottom:20px;display:flex}.mobile-nav a{color:var(--text-color);border-radius:10px;padding:12px 16px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.mobile-nav a:hover{color:#a78bfa;background:#9333ea1a}.mobile-actions{flex-direction:column;gap:12px;display:flex}.btn-login-mobile{color:var(--text-color);cursor:pointer;background:0 0;border:1px solid #9333ea66;border-radius:25px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s}.btn-login-mobile:hover{background:#9333ea26;border-color:#9333ea}.btn-new-mobile{color:#fff;cursor:pointer;background:#e83e8c;border:none;border-radius:25px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s}.btn-new-mobile:hover{background:#d63384}@media (max-width:1024px){.header-lp{padding:16px 24px}.header-lp.scrolled{padding:12px 24px}.nav,.theme-toggle,.btn-login{display:none}.mobile-menu-toggle,.mobile-menu{display:block}.btn-new{display:none}}@media (max-width:640px){.header-lp{padding:12px 20px}.logo{font-size:1.4rem}}.hero-section{background:#0a0a0f;justify-content:center;align-items:center;height:100vh;padding:40px 60px 60px;display:flex;position:relative;overflow:hidden}.hero-container{justify-content:space-between;align-items:center;gap:80px;width:100%;max-width:1600px;margin:0 auto;display:flex}.hero-left{z-index:10;flex-shrink:0;max-width:650px;padding-top:0}.hero-tag{color:#fff;background:#9333ea26;border:1px solid #9333ea4d;border-radius:30px;align-items:center;gap:10px;margin-bottom:40px;padding:12px 24px;font-size:1.1rem;display:inline-flex}.hero-tag .tag-icon{background:#e83e8c;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;display:inline-flex}.hero-left h1{letter-spacing:-2px;margin-bottom:32px;font-size:5rem;font-weight:900;line-height:1.05}.hero-left h1 .line1,.hero-left h1 .line2{color:#fff}.hero-left h1 .line3{background:linear-gradient(135deg,#e83e8c,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffb3;margin-bottom:48px;font-size:1.4rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:48px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#e83e8c;border:none;border-radius:35px;align-items:center;gap:10px;padding:18px 36px;font-size:1.15rem;font-weight:700;transition:background .2s;display:flex}.btn-primary:hover{background:#d63384}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:1px solid #9333ea80;border-radius:35px;padding:18px 36px;font-size:1.05rem;font-weight:500;transition:border-color .2s}.btn-secondary:hover{border-color:#9333ea}.social-proof{color:#ffffff8c;align-items:center;gap:10px;font-size:1.05rem;display:flex}.social-proof .heart{color:#e83e8c}.hero-right{flex:1;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.hero-right:before{content:"";filter:blur(40px);background:radial-gradient(circle,#9333ea33 0%,#e83e8c1a 40%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cubes-container{perspective:800px;width:400px;height:400px;position:relative}.cube{width:130px;height:130px;transform-style:preserve-3d;position:absolute}.cube-top{top:40px;left:135px;transform:rotateX(-25deg)rotateY(35deg)translateZ(25px)}.cube-mid{top:120px;left:115px;transform:rotateX(-25deg)rotateY(35deg)translateZ(-13px)}.cube-bottom{top:200px;left:95px;transform:rotateX(-25deg)rotateY(35deg)translateZ(-50px)}.cube-face{border:1px solid #9333ea4d;width:130px;height:130px;position:absolute}.cube-top .cube-face.front{background:linear-gradient(135deg,#9333ea66,#e83e8c4d);transform:translateZ(50px)}.cube-top .cube-face.back{background:#581c874d;transform:translateZ(-50px)rotateY(180deg)}.cube-top .cube-face.left{background:#581c8766;transform:translate(-50px)rotateY(-90deg)}.cube-top .cube-face.right{background:#9333ea40;transform:translate(50px)rotateY(90deg)}.cube-top .cube-face.top{background:linear-gradient(135deg,#e83e8c4d,#9333ea66);transform:translateY(-50px)rotateX(90deg)}.cube-top .cube-face.bottom{background:#0a0a0fcc;transform:translateY(50px)rotateX(-90deg)}.cube-mid .cube-face.front{background:#581c8759;transform:translateZ(50px)}.cube-mid .cube-face.back{background:#0a0a0f80;transform:translateZ(-50px)rotateY(180deg)}.cube-mid .cube-face.left{background:#0a0a0f99;transform:translate(-50px)rotateY(-90deg)}.cube-mid .cube-face.right{background:#581c874d;transform:translate(50px)rotateY(90deg)}.cube-mid .cube-face.top{background:#9333ea33;transform:translateY(-50px)rotateX(90deg)}.cube-mid .cube-face.bottom{background:#0a0a0fe6;transform:translateY(50px)rotateX(-90deg)}.cube-bottom .cube-face.front{background:#0a0a0fb3;transform:translateZ(50px)}.cube-bottom .cube-face.back{background:#0a0a0f66;transform:translateZ(-50px)rotateY(180deg)}.cube-bottom .cube-face.left{background:#0a0a0f80;transform:translate(-50px)rotateY(-90deg)}.cube-bottom .cube-face.right{background:#581c8733;transform:translate(50px)rotateY(90deg)}.cube-bottom .cube-face.top{background:#581c8726;transform:translateY(-50px)rotateX(90deg)}.cube-bottom .cube-face.bottom{background:#0a0a0fe6;transform:translateY(50px)rotateX(-90deg)}.cube-code-icon{z-index:10;color:#e83e8c;background:#e83e8c33;border:1px solid #e83e8c66;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1rem;display:flex;position:absolute;top:70px;left:170px;box-shadow:0 0 20px #e83e8c4d}.floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f19e6;border:1px solid #9333ea33;border-radius:12px;position:absolute;overflow:hidden}.card-header{border-bottom:1px solid #9333ea26;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.card-header-title{color:#fff;align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:flex}.card-header-icon{color:#a78bfa;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;display:inline-flex}.card-content{padding:12px 14px}.preview-card{width:280px;top:0;right:0}.preview-content{padding:20px}.mini-chart{align-items:flex-end;gap:8px;height:75px;display:flex}.mini-chart .bar{background:linear-gradient(#e83e8c80,#9333ea80);border-radius:3px 3px 0 0;flex:1}.mini-chart .bar:first-child{height:40%}.mini-chart .bar:nth-child(2){height:65%}.mini-chart .bar:nth-child(3){height:45%}.mini-chart .bar:nth-child(4){height:80%}.mini-chart .bar:nth-child(5){height:55%}.mini-chart .bar:nth-child(6){height:70%}.mini-chart .bar:nth-child(7){height:90%}.code-card{width:240px;bottom:60px;right:-20px}.code-content{color:#a78bfa;font-family:Fira Code,Cascadia Code,monospace;font-size:.7rem;line-height:1.6}.code-content .keyword{color:#e83e8c}.code-content .string{color:#34d399}.code-content .comment{color:#ffffff4d}.code-content .func{color:#60a5fa}.btn-copy{color:#fff;cursor:pointer;background:#9333ea33;border:1px solid #9333ea4d;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.65rem;display:flex}.prompt-card{width:220px;bottom:20px;left:-30px}.prompt-content{color:#fff9;font-size:.75rem;line-height:1.5}.prompt-content .highlight{color:#a78bfa}.prompt-footer{text-align:right;margin-top:10px}.badge-ia{color:#a78bfa;background:#9333ea33;border:1px solid #9333ea4d;border-radius:10px;padding:2px 8px;font-size:.6rem}.stats-card{width:180px;top:50px;left:-40px}.stats-content{text-align:center}.stats-label{color:#fff6;margin-bottom:6px;font-size:.7rem}.stats-value{background:linear-gradient(135deg,#e83e8c,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:1.5rem;font-weight:800}.stats-bar{background:#ffffff14;border-radius:2px;height:4px;overflow:hidden}.stats-bar-fill{background:linear-gradient(90deg,#e83e8c,#9333ea);border-radius:2px;width:78%;height:100%}.glow-line{filter:blur(1px);background:linear-gradient(90deg,#9333ea66,#e83e8c33);width:80px;height:1px;position:absolute}.glow-line-1{top:180px;left:60px;transform:rotate(25deg)}.glow-line-2{top:200px;right:40px;transform:rotate(-30deg)}.glow-dot{background:#e83e8c;border-radius:50%;width:4px;height:4px;position:absolute;box-shadow:0 0 8px #e83e8c99}.glow-dot-1{top:100px;right:230px}.glow-dot-2{bottom:120px;left:180px}.glow-dot-3{top:60px;left:50px}.sparkle{background:#9333ea99;border-radius:50%;width:3px;height:3px;position:absolute}.sparkle-1{top:40px;left:200px}.sparkle-2{background:#e83e8c66;width:2px;height:2px;top:250px;right:30px}.sparkle-3{background:#e83e8c80;width:2px;height:2px;bottom:80px;right:120px}.sparkle-4{width:2px;height:2px;top:150px;left:50px}.sparkle-5{background:#e83e8c4d;width:2px;height:2px;top:300px;right:200px}.noise-overlay{pointer-events:none;opacity:.03;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.avatar-group{margin-right:10px;display:flex}.avatar{border:3px solid #0a0a0f;border-radius:50%;width:32px;height:32px;margin-left:-10px}.avatar:first-child{margin-left:0}.avatar-1{background:linear-gradient(135deg,#e83e8c,#9333ea)}.avatar-2{background:linear-gradient(135deg,#60a5fa,#34d399)}.avatar-3{background:linear-gradient(135deg,#fbbf24,#f97316)}.avatar-4{background:linear-gradient(135deg,#a78bfa,#6366f1)}@media (max-width:1024px){.hero-section{min-height:auto;padding:30px 40px 40px}.hero-container{flex-direction:column;gap:40px}.hero-left{text-align:center;max-width:100%}.hero-tag{justify-content:center}.hero-left h1{letter-spacing:-1px;font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}.social-proof{flex-direction:column;justify-content:center;gap:12px}.avatar-group{margin-bottom:4px;margin-right:0}.hero-right{min-height:400px}.cubes-container{width:250px;height:250px}.cube,.cube-face{width:80px;height:80px}.cube-top{top:25px;left:85px;transform:rotateX(-25deg)rotateY(35deg)translateZ(15px)}.cube-mid{top:70px;left:75px;transform:rotateX(-25deg)rotateY(35deg)translateZ(-8px)}.cube-bottom{top:115px;left:65px;transform:rotateX(-25deg)rotateY(35deg)translateZ(-30px)}.cube-code-icon{width:32px;height:32px;font-size:.7rem;top:45px;left:105px}.preview-card{width:180px;right:-10px}.code-card{width:200px;bottom:40px;right:0}.prompt-card{width:180px;bottom:10px;left:-10px}.stats-card{width:150px;top:30px;left:-20px}.stats-value{font-size:1.2rem}.code-content{font-size:.6rem}.prompt-content{font-size:.65rem}.mini-chart{height:45px}.card-header-title,.btn-copy{font-size:.65rem}}@media (max-width:640px){.hero-section{padding:20px 24px 30px}.hero-left h1{letter-spacing:-.5px;font-size:2rem}.hero-subtitle{font-size:.95rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}.hero-right{min-height:320px}.cubes-container{width:200px;height:200px}.cube,.cube-face{width:65px;height:65px}.cube-top{top:20px;left:67px}.cube-mid{top:55px;left:60px}.cube-bottom{top:90px;left:52px}.cube-code-icon{width:28px;height:28px;font-size:.6rem;top:38px;left:85px}.preview-card{width:150px;top:-10px;right:0}.code-card{width:160px;bottom:20px;right:-20px}.prompt-card{width:150px;bottom:-10px;left:0}.stats-card{width:130px;top:10px;left:0}.mini-chart{height:35px}.card-header-title,.btn-copy{padding:4px 8px;font-size:.6rem}.card-header{padding:8px 10px}.card-content{padding:10px}.code-content{font-size:.55rem;line-height:1.4}.prompt-content{font-size:.6rem;line-height:1.3}.glow-line,.sparkle{display:none}.hero-tag{padding:6px 14px;font-size:.8rem}.social-proof{font-size:.8rem}}.features-section{background:#0a0a0f;padding:100px 60px;position:relative;overflow:hidden}.noise-overlay-features{pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.features-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.features-header{text-align:center;margin-bottom:80px}.feature-badge{color:#fff;background:#9333ea26;border:1px solid #9333ea4d;border-radius:25px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-size:.9rem;display:inline-flex}.badge-icon{font-size:.8rem}.features-title{letter-spacing:-1px;color:#fff;margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#e83e8c,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.features-description{color:#fff9;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:100px;display:grid}.feature-card{background:#0f0f19cc;border:1px solid #9333ea26;border-radius:20px;padding:32px 28px;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.feature-card:hover{border-color:#9333ea66;transform:translateY(-8px)}.feature-icon-wrapper{background:#9333ea1a;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:1.5rem;display:flex}.feature-icon{font-size:1.5rem}.feature-title{color:#fff;margin-bottom:12px;font-size:1.25rem;font-weight:700}.feature-description{color:#fff9;font-size:.95rem;line-height:1.6}.feature-glow{opacity:.1;filter:blur(60px);pointer-events:none;border-radius:50%;width:100%;height:100%;position:absolute;top:-50%;right:-50%}.demo-section{background:#0f0f1999;border:1px solid #9333ea33;border-radius:24px;overflow:hidden}.demo-header{border-bottom:1px solid #9333ea26;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.demo-title{color:#fff;font-size:1.5rem;font-weight:700}.demo-tabs{gap:12px;display:flex}.demo-tab{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #9333ea4d;border-radius:25px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.demo-tab:hover{color:#fff;border-color:#9333ea}.demo-tab.active{color:#fff;background:linear-gradient(135deg,#e83e8c,#9333ea);border-color:#0000}.tab-icon{font-size:1rem}.demo-content{grid-template-columns:1.5fr 1fr;gap:0;display:grid}.demo-visual{border-right:1px solid #9333ea26;justify-content:center;align-items:center;min-height:400px;padding:40px;display:flex}.demo-panel{background:#0a0a0fe6;border:1px solid #9333ea33;border-radius:16px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.panel-header{background:#0f0f19cc;border-bottom:1px solid #9333ea26;align-items:center;gap:12px;padding:16px 20px;display:flex}.panel-dots{gap:6px;display:flex}.panel-dots span{background:#9333ea4d;border-radius:50%;width:10px;height:10px}.panel-dots span:first-child{background:#e83e8c}.panel-title{color:#a78bfa;font-size:.85rem;font-weight:600}.panel-content{padding:20px}.library-list{flex-direction:column;gap:8px;display:flex}.library-item{background:#9333ea0d;border:1px solid #9333ea1a;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.library-item:hover{background:#9333ea1a;border-color:#9333ea4d}.item-icon{font-size:1rem}.item-name{color:#fff;flex:1;font-size:.9rem}.item-tag{color:#e83e8c;background:#e83e8c33;border-radius:20px;padding:3px 10px;font-size:.7rem}.ai-chat{flex-direction:column;gap:16px;display:flex}.chat-message{gap:12px;display:flex}.message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.ai-message .message-avatar{background:#9333ea33}.user-message .message-avatar{background:#e83e8c33}.message-content{color:#fffc;border-radius:12px;flex:1;padding:12px 16px;font-size:.85rem;line-height:1.5}.ai-message .message-content{background:#0f0f19cc;border:1px solid #9333ea33}.user-message .message-content{background:#e83e8c1a;border:1px solid #e83e8c33}.highlight{color:#a78bfa;font-weight:500}.code-snippet{color:#34d399;font-family:Fira Code,Cascadia Code,monospace;font-size:.75rem}.collections-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.collection-card{text-align:center;background:#9333ea0d;border:1px solid #9333ea26;border-radius:12px;padding:16px;transition:all .2s}.collection-card:hover{background:#9333ea1a;border-color:#9333ea4d}.collection-icon{margin-bottom:8px;font-size:1.5rem}.collection-name{color:#fff;margin-bottom:4px;font-size:.9rem;font-weight:600}.collection-count{color:#ffffff80;font-size:.75rem}.demo-info{flex-direction:column;justify-content:center;padding:40px;display:flex}.demo-info-title{color:#fff;margin-bottom:12px;font-size:1.75rem;font-weight:700}.demo-info-description{color:#fff9;margin-bottom:32px;font-size:1rem;line-height:1.6}.demo-stats{background:#9333ea0d;border:1px solid #9333ea26;border-radius:16px;padding:24px}.demo-stats .stat-item{text-align:center}.demo-stats .stat-value{background:linear-gradient(135deg,#e83e8c,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2.5rem;font-weight:800;display:block}.demo-stats .stat-label{color:#fff9;font-size:.9rem}@media (max-width:1024px){.features-section{padding:80px 40px}.features-grid{grid-template-columns:repeat(2,1fr)}.demo-header{text-align:center;flex-direction:column;gap:20px}.demo-tabs{flex-wrap:wrap;justify-content:center}.demo-content{grid-template-columns:1fr}.demo-visual{border-bottom:1px solid #9333ea26;border-right:none;min-height:auto;padding:30px 20px}.demo-info{padding:30px 20px}}@media (max-width:768px){.features-section{padding:60px 24px}.features-title{font-size:2.25rem}.features-grid{grid-template-columns:1fr}.demo-tab{padding:8px 16px;font-size:.85rem}.demo-title{font-size:1.25rem}.collections-grid{grid-template-columns:1fr}.demo-panel{max-width:100%}}.testimonials-section{background:#0a0a0f;padding:100px 60px;position:relative;overflow:hidden}.noise-overlay-testimonials{pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.testimonials-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.testimonials-header{text-align:center;margin-bottom:80px}.testimonial-badge{color:#fff;background:#9333ea26;border:1px solid #9333ea4d;border-radius:25px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-size:.9rem;display:inline-flex}.testimonials-title{letter-spacing:-1px;color:#fff;margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.2}.testimonials-description{color:#fff9;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.7}.testimonials-section .stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px;display:grid}.testimonials-section .stat-item{text-align:center;background:#0f0f1999;border:1px solid #9333ea26;border-radius:20px;padding:32px 20px;position:relative;overflow:hidden}.testimonials-section .stat-value{background:linear-gradient(135deg,#e83e8c,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2.5rem;font-weight:800}.testimonials-section .stat-label{color:#fff9;font-size:.95rem}.stat-glow{pointer-events:none;background:radial-gradient(circle,#e83e8c1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.testimonials-carousel{flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.testimonial-card{background:#0f0f19cc;border:1px solid #9333ea33;border-radius:24px;width:100%;max-width:800px;padding:48px;position:relative;overflow:hidden}.testimonial-card.featured:before{content:"";background:linear-gradient(90deg,#e83e8c,#9333ea);height:4px;position:absolute;top:0;left:0;right:0}.quote-icon{color:#9333ea1a;font-family:Georgia,serif;font-size:6rem;line-height:1;position:absolute;top:-20px;left:20px}.testimonial-content{z-index:1;margin-bottom:32px;position:relative}.testimonial-text{color:#ffffffe6;margin-bottom:24px;font-size:1.35rem;font-style:italic;line-height:1.8}.rating{gap:4px;display:flex}.star{color:#e83e8c;font-size:1.2rem}.testimonial-author{align-items:center;gap:16px;display:flex}.author-avatar{background:linear-gradient(135deg,#e83e8c,#9333ea);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.author-info{flex:1}.author-name{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:700}.author-role{color:#fff9;font-size:.9rem}.carousel-nav{gap:12px;margin-top:32px;display:flex}.nav-dot{cursor:pointer;background:#9333ea4d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.nav-dot:hover{background:#9333ea99}.nav-dot.active{background:#e83e8c;transform:scale(1.2)}.mini-testimonials{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.mini-card{cursor:pointer;background:#0f0f1966;border:1px solid #9333ea1a;border-radius:16px;align-items:center;gap:12px;padding:16px;transition:all .3s;display:flex}.mini-card:hover{background:#0f0f1999;border-color:#9333ea4d}.mini-card.active{background:#9333ea26;border-color:#9333ea66}.mini-avatar{background:linear-gradient(135deg,#e83e8c,#9333ea);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.mini-info{flex:1;min-width:0}.mini-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.9rem;font-weight:600;overflow:hidden}.mini-company{color:#ffffff80;font-size:.75rem}.mini-rating{gap:2px;display:flex}.mini-star{color:#e83e8c;font-size:.7rem}@media (max-width:1024px){.testimonials-section{padding:80px 40px}.testimonials-section .stats-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card{padding:36px 32px}.testimonial-text{font-size:1.2rem}.mini-testimonials{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonials-section{padding:60px 24px}.testimonials-title{font-size:2.25rem}.testimonials-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.testimonials-section .stat-value{font-size:2rem}.testimonials-section .stat-label{font-size:.85rem}.testimonials-section .stat-item{padding:24px 16px}.testimonial-card{padding:28px 20px}.quote-icon{font-size:4rem}.testimonial-text{font-size:1.1rem}.author-avatar{width:48px;height:48px;font-size:1.3rem}.author-name{font-size:1rem}.author-role{font-size:.85rem}.mini-testimonials{grid-template-columns:1fr}}.pricing-section{background:#0a0a0f;padding:100px 60px;position:relative;overflow:hidden}.noise-overlay-pricing{pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.pricing-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.pricing-header{text-align:center;margin-bottom:80px}.pricing-badge{color:#fff;background:#9333ea26;border:1px solid #9333ea4d;border-radius:25px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-size:.9rem;display:inline-flex}.pricing-title{letter-spacing:-1px;color:#fff;margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.2}.pricing-description{color:#fff9;max-width:600px;margin:0 auto 32px;font-size:1.15rem;line-height:1.7}.pricing-toggle{background:#0f0f19cc;border:1px solid #9333ea33;border-radius:30px;align-items:center;padding:6px;display:inline-flex}.toggle-option{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:24px;padding:10px 24px;font-size:.9rem;font-weight:500;transition:all .3s;position:relative}.toggle-option:hover{color:#fffc}.toggle-option.active{color:#fff;background:linear-gradient(135deg,#e83e8c,#9333ea)}.save-badge{color:#34d399;background:#34d39933;border-radius:10px;align-items:center;margin-left:6px;padding:2px 8px;font-size:.7rem;display:inline-flex}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:100px;display:grid}.pricing-grid--two{grid-template-columns:repeat(2,1fr);max-width:800px;margin-bottom:100px;margin-left:auto;margin-right:auto}.pricing-card{background:#0f0f19cc;border:1px solid #9333ea26;border-radius:24px;flex-direction:column;padding:36px 28px;transition:all .3s;display:flex;position:relative}.pricing-card:hover{border-color:#9333ea66;transform:translateY(-8px)}.pricing-card.popular{background:#e83e8c0d;border-color:#e83e8c}.popular-badge{color:#fff;background:linear-gradient(135deg,#e83e8c,#9333ea);border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.current-badge{color:#34d399;background:#34d39933;border:1px solid #34d39966;border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:600;position:absolute;top:-12px;right:20px}.current-badge.inside{top:16px;right:16px}.pricing-card.current{border-color:#34d39966}.pricing-card-header{margin-bottom:24px}.plan-name{color:#fff;margin-bottom:8px;font-size:1.5rem;font-weight:700}.plan-description{color:#fff9;font-size:.95rem}.pricing-card-price{border-bottom:1px solid #9333ea26;margin-bottom:32px;padding-bottom:32px}.price-amount{align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.price-value{color:#fff;font-size:3.5rem;font-weight:800;line-height:1}.price-currency{color:#fffc;font-size:1.5rem;font-weight:700}.free-price{background:linear-gradient(135deg,#e83e8c,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.price-period{color:#ffffff80;font-size:.9rem}.plan-features{flex:1;margin-bottom:32px;list-style:none}.feature-item{color:#fffc;align-items:flex-start;gap:12px;padding:10px 0;font-size:.95rem;display:flex}.feature-check{color:#34d399;background:#34d39933;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;font-size:.75rem;display:flex}.plan-cta{cursor:pointer;border-radius:16px;width:100%;padding:16px;font-size:1rem;font-weight:600;transition:all .3s}.plan-cta.primary{color:#fff;background:linear-gradient(135deg,#e83e8c,#9333ea);border:none}.plan-cta.primary:hover{transform:scale(1.02);box-shadow:0 8px 30px #e83e8c4d}.plan-cta.secondary{color:#fff;background:0 0;border:2px solid #9333ea66}.plan-cta.secondary:hover{background:#9333ea1a;border-color:#9333ea}.faq-section{max-width:900px;margin:0 auto}.faq-title{text-align:center;color:#fff;margin-bottom:48px;font-size:2rem;font-weight:700}.faq-grid{gap:24px;display:grid}.faq-item{background:#0f0f1999;border:1px solid #9333ea26;border-radius:16px;padding:28px}.faq-question{color:#fff;margin-bottom:12px;font-size:1.1rem;font-weight:600}.faq-answer{color:#fff9;font-size:.95rem;line-height:1.7}@media (max-width:1024px){.pricing-section{padding:80px 40px}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card:last-child{grid-column:span 2;max-width:500px;margin:0 auto}.pricing-grid--two{grid-template-columns:repeat(2,1fr)}.pricing-grid--two .pricing-card:last-child{grid-column:auto}}@media (max-width:768px){.pricing-section{padding:60px 24px}.pricing-title{font-size:2.25rem}.pricing-grid{grid-template-columns:1fr}.pricing-card:last-child{grid-column:span 1;max-width:100%}.price-value{font-size:2.5rem}.pricing-card{padding:28px 20px}.faq-item{padding:20px}.faq-title{font-size:1.75rem}}.cta-section{background:#0a0a0f;padding:120px 60px;position:relative;overflow:hidden}.noise-overlay-cta{pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.cta-container{z-index:1;max-width:900px;margin:0 auto;position:relative}.cta-content{text-align:center;position:relative}.cta-glow-1{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#9333ea26 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-20%;left:-10%}.cta-glow-2{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#e83e8c1f 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;top:30%;right:-15%}.cta-glow-3{filter:blur(100px);pointer-events:none;background:radial-gradient(#9333ea14 0%,#0000 70%);border-radius:50%;width:500px;height:300px;position:absolute;bottom:-10%;left:50%;transform:translate(-50%)}.cta-badge{color:#fff;background:#9333ea26;border:1px solid #9333ea4d;border-radius:25px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 18px;font-size:.9rem;display:inline-flex}.cta-title{letter-spacing:-1.5px;color:#fff;margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.2}.cta-description{color:#ffffffb3;max-width:600px;margin:0 auto 40px;font-size:1.2rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.btn-cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e83e8c,#9333ea);border:none;border-radius:35px;align-items:center;gap:10px;padding:18px 36px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 30px #e83e8c4d}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #e83e8c66}.btn-arrow{font-size:1.2rem;transition:transform .3s}.btn-cta-primary:hover .btn-arrow{transform:translate(4px)}.btn-cta-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #9333ea80;border-radius:35px;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-cta-secondary:hover{background:#9333ea1a;border-color:#9333ea}.btn-play{background:#e83e8c33;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding-left:2px;font-size:.6rem;display:flex}.cta-social-proof{justify-content:center;align-items:center;gap:16px;display:flex}.cta-avatars{display:flex}.cta-avatar{border:3px solid #0a0a0f;border-radius:50%;width:32px;height:32px;margin-left:-12px}.cta-avatar:first-child{margin-left:0}.cta-avatar-1{background:linear-gradient(135deg,#e83e8c,#9333ea)}.cta-avatar-2{background:linear-gradient(135deg,#60a5fa,#34d399)}.cta-avatar-3{background:linear-gradient(135deg,#fbbf24,#f97316)}.cta-avatar-4{background:linear-gradient(135deg,#a78bfa,#6366f1)}.cta-avatar-more{color:#a78bfa;background:#9333ea33;border:3px solid #0a0a0f;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.cta-proof-text{color:#fff9;font-size:.95rem}.cta-proof-text strong{font-weight:700}@media (max-width:768px){.cta-section{padding:80px 24px}.cta-title{letter-spacing:-1px;font-size:2.25rem}.cta-description{font-size:1.05rem}.cta-buttons{flex-direction:column;width:100%}.btn-cta-primary,.btn-cta-secondary{justify-content:center;width:100%}.cta-social-proof{flex-direction:column;gap:12px}}.footer{background:#0a0a0f;border-top:1px solid #9333ea26;padding:80px 60px 30px;position:relative}.noise-overlay-footer{pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.footer-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.footer-top{justify-content:space-between;gap:60px;margin-bottom:60px;display:flex}.footer-brand{flex-shrink:0;max-width:280px}.footer-logo{letter-spacing:-.5px;margin-bottom:16px;font-size:1.5rem;font-weight:700;display:inline-block}.footer-description{color:#fff9;margin-bottom:24px;font-size:.95rem;line-height:1.7}.footer-social{gap:12px;display:flex}.social-link{color:#fff9;background:#0f0f19cc;border:1px solid #9333ea33;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link:hover{color:#a78bfa;background:#9333ea33;border-color:#9333ea;transform:translateY(-3px)}.footer-links{flex:1;grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.footer-column-title{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:.9rem;font-weight:700}.footer-column-links{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-column-links a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-column-links a:hover{color:#a78bfa}.footer-bottom{border-top:1px solid #9333ea1a;justify-content:space-between;align-items:center;padding-top:30px;display:flex}.footer-copyright{color:#ffffff80;font-size:.85rem}.heart{color:#e83e8c}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:#ffffff80;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#a78bfa}@media (max-width:1024px){.footer{padding:60px 40px 30px}.footer-top{flex-direction:column;gap:40px}.footer-brand{max-width:100%}.footer-links{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:640px){.footer{padding:40px 24px 30px}.footer-links{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}
