@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&family=Noto+Sans+Devanagari:wght@400;700;900&display=swap";
.landing-root{--saffron:#ff6b00;--saffron-light:#ff8c38;--indigo:#1a1464;--indigo-mid:#2d2299;--cream:#fff8f0;--gold:gold;--white:#fff;--gray:#6b7280;--light-gray:#f3f4f6;--bg-dark:#0f0a1e;--bg-card-dark:#1a1230;--text-light:#ffffffd9;--text-muted-light:#ffffff80;background:var(--bg-dark);color:#fff;flex-direction:column;min-height:100vh;font-family:Poppins,Noto Sans Devanagari,sans-serif;display:flex}.landing-root nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080812f5;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 5%;display:flex;position:fixed;top:0;left:0;right:0}.landing-root .logo{letter-spacing:-.5px;align-items:baseline;gap:0;font-family:Inter,Outfit,Poppins,sans-serif;font-size:1.6rem;font-weight:800;text-decoration:none;transition:opacity .2s;display:inline-flex}.landing-root .logo:hover{opacity:.85}.landing-root .logo .logo-sirj{letter-spacing:-.5px;color:#fff;-webkit-text-fill-color:#fff;font-size:1.6rem;font-weight:800}.landing-root nav ul{align-items:center;gap:32px;list-style:none;display:flex}.landing-root nav ul li a{color:#ffffffbf;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-root nav ul li a:hover{color:#fff}.landing-root .nav-cta{background:var(--saffron);border-radius:8px;padding:10px 22px;color:var(--white)!important;font-weight:700!important;transition:background .2s!important}.landing-root .nav-cta:hover{background:var(--saffron-light)!important;color:var(--white)!important}.landing-root .hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 5% 80px;display:flex;position:relative;overflow:hidden}.landing-root .hero-video-wrapper{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.landing-root .hero-video-bg{object-fit:cover;opacity:.28;filter:contrast(115%);width:100%;height:100%}.landing-root .blob{filter:blur(100px);z-index:0;pointer-events:none;border-radius:50%;animation:25s ease-in-out infinite alternate blob-float;position:absolute}.landing-root .blob-saffron{background:var(--saffron);opacity:.15;width:400px;height:400px;top:15%;right:10%}.landing-root .blob-indigo{background:var(--indigo);opacity:.12;width:500px;height:500px;animation-delay:-5s;bottom:5%;left:5%}@keyframes blob-float{0%{transform:translate(0)scale(1)}33%{transform:translate(40px,-60px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.9)}to{transform:translate(0)scale(1)}}.landing-root .hero-content{text-align:center;z-index:1;max-width:760px;position:relative}.landing-root .hero-badge{color:var(--saffron);letter-spacing:.5px;text-transform:uppercase;background:#ff6b001f;border:1px solid #ff6b004d;border-radius:100px;margin-bottom:28px;padding:6px 18px;font-size:.82rem;font-weight:700;display:inline-block}.landing-root .hero h1{color:#fff;margin-bottom:12px;font-size:clamp(2.6rem,6vw,4.2rem);font-weight:900;line-height:1.1}.landing-root .hero h1 .highlight{color:var(--saffron);display:inline-block;position:relative}.landing-root .hero h1 .highlight:after{content:"";background:var(--gold);border-radius:2px;height:4px;animation:.6s 1.2s forwards underline-in;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}@keyframes underline-in{to{transform:scaleX(1)}}.landing-root .typewriter-line{color:#ffffffd9;min-height:3rem;margin-bottom:24px;font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:700}.landing-root #typed-text{border-right:3px solid var(--saffron);padding-right:3px}.landing-root .hero p{color:#ffffffa6;max-width:620px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.05rem;font-weight:400;line-height:1.75}.landing-root .hero-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.landing-root .btn-primary{background:var(--saffron);color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 20px #ff6b0059}.landing-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ff6b0073}.landing-root .btn-secondary{color:#fffc;background:0 0;border:2px solid #fff3;border-radius:10px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-block}.landing-root .btn-secondary:hover{color:#fff;background:#ffffff14;border-color:#fff6;transform:translateY(-2px)}.landing-root .hero-stats{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:64px;display:flex}.landing-root .stat{text-align:center}.landing-root .stat-num{color:var(--saffron);font-size:2rem;font-weight:900}.landing-root .stat-label{color:#ffffff80;font-size:.82rem;font-weight:600}.landing-root .features{background:var(--bg-dark);padding:100px 5%}.landing-root .section-label{text-align:center;letter-spacing:2px;color:var(--saffron);text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:700}.landing-root .section-title{text-align:center;color:#fff;margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900}.landing-root .section-sub{text-align:center;color:#ffffff80;max-width:560px;margin:0 auto 60px;font-size:1rem;line-height:1.7}.landing-root .features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1100px;margin:0 auto;display:grid}.landing-root .feature-card{cursor:default;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;padding:36px 28px 32px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.landing-root .feature-card:after{content:"";opacity:.6;background:linear-gradient(90deg,#ff6b00,#a855f7);border-radius:0 0 16px 16px;height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.landing-root .feature-card:after{content:"";opacity:.7;background:linear-gradient(90deg,#ff6b00,#a855f7);border-radius:16px 16px 0 0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.landing-root .feature-card:hover:after{opacity:1}.landing-root .feature-card.card-youtube:after{background:linear-gradient(90deg,red,#ff6b00)}.landing-root .feature-card.card-social:after{background:linear-gradient(90deg,#e1306c,#a855f7)}.landing-root .feature-card.card-hash:after{background:linear-gradient(90deg,#06b6d4,#3b82f6)}.landing-root .feature-card.card-blog:after{background:linear-gradient(90deg,#10b981,#06b6d4)}.landing-root .feature-card.card-whatsapp:after{background:linear-gradient(90deg,#25d366,#10b981)}.landing-root .feature-card.card-titles:after{background:linear-gradient(90deg,#eab308,#ff6b00)}.landing-root .feature-card.card-bio:after{background:linear-gradient(90deg,#a855f7,#e1306c)}.landing-root .feature-card.card-email:after{background:linear-gradient(90deg,#22c55e,#06b6d4)}.landing-root .feature-card.card-image:after{background:linear-gradient(90deg,#a855f7,#3b82f6)}.landing-root .feature-card:hover{border-color:#ff6b0033;transform:translateY(-8px);box-shadow:0 20px 45px #ff6b0014}.landing-root .feature-icon{background:#ff6b0014;border:1px solid #ff6b0026;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:1.6rem;transition:all .3s;display:flex}.landing-root .feature-card:hover .feature-icon{background:#ff6b0014;transform:scale(1.15)rotate(8deg)}.landing-root .feature-card h3{color:#fff;margin-bottom:10px;font-size:1.1rem;font-weight:800}.landing-root .feature-card p{color:#ffffff80;margin-bottom:20px;font-size:.88rem;line-height:1.7}.landing-root .feature-demo-btn{color:var(--saffron);cursor:pointer;background:#ff6b000f;border:1px solid #ff6b001f;border-radius:30px;outline:none;align-self:flex-start;align-items:center;gap:8px;margin-top:auto;padding:10px 20px;font-size:.82rem;font-weight:700;transition:all .25s;display:inline-flex}.landing-root .feature-demo-btn:hover{background:var(--saffron);color:var(--white);border-color:var(--saffron);box-shadow:0 4px 12px #ff6b0040}.landing-root .feature-card.coming-soon{opacity:.92}.landing-root .feature-card.coming-soon:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000000a}.landing-root .feature-card.coming-soon.card-image{border-top:4px solid #a855f7}.landing-root .feature-card.coming-soon.card-video{border-top:4px solid #3b82f6}.landing-root .feature-card .coming-soon-badge{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#6b728014;border:1px solid #6b728033;border-radius:20px;padding:4px 10px;font-size:.68rem;font-weight:700;position:absolute;top:18px;right:18px}.landing-root .feature-card.coming-soon.card-image .coming-soon-badge{color:#a855f7;background:#a855f714;border-color:#a855f733}.landing-root .feature-card.coming-soon.card-video .coming-soon-badge{color:#3b82f6;background:#3b82f614;border-color:#3b82f633}.landing-root .feature-demo-btn.btn-disabled{cursor:not-allowed;color:#6b7280!important;box-shadow:none!important;background:#6b72800d!important;border-color:#6b72801f!important}.landing-root .demo-showcase-sec{background:#13102a;border-top:1px solid #ff6b0014;padding:100px 5%}.landing-root .demo-container{flex-direction:column;gap:32px;max-width:1000px;margin:0 auto;display:flex}.landing-root .demo-tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:8px;display:flex}.landing-root .demo-tab-btn{color:#fff9;cursor:pointer;background:#ffffff0a;border:1.5px solid #ffffff14;border-radius:30px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .25s}.landing-root .demo-tab-btn.active,.landing-root .demo-tab-btn:hover{background:var(--saffron);border-color:var(--saffron);color:var(--white);box-shadow:0 4px 15px #ff6b0033}.landing-root .demo-player-mockup{background:#09090b;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000004d}.landing-root .browser-title-bar{background:#141416;border-bottom:1px solid #ffffff0d;align-items:center;padding:12px 24px;display:flex}.landing-root .browser-dots{gap:6px;display:flex}.landing-root .browser-dots span{border-radius:50%;width:10px;height:10px;display:inline-block}.landing-root .browser-dots .dot-red{background:#ff5f56}.landing-root .browser-dots .dot-yellow{background:#ffbd2e}.landing-root .browser-dots .dot-green{background:#27c93f}.landing-root .browser-address-bar{color:#fff6;text-align:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;flex:1;max-width:480px;margin:0 auto;padding:4px 12px;font-size:.78rem}.landing-root .browser-viewport-grid{grid-template-columns:1fr 1.2fr;min-height:260px;display:grid}.landing-root .browser-sidebar-inputs{text-align:left;background:#0f0f11;border-right:1px solid #ffffff0d;flex-direction:column;gap:14px;padding:18px 20px;display:flex}.landing-root .browser-main-terminal{text-align:left;background:#070708;flex-direction:column;gap:12px;padding:18px 20px;display:flex;position:relative}.landing-root .browser-label{color:#ffffff59;letter-spacing:.5px;font-size:.72rem;font-weight:700}.landing-root .mock-input-field{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;min-height:44px;padding:10px;font-size:.82rem;line-height:1.4}.landing-root .mock-submit-btn{background:var(--saffron);color:#fff;text-align:center;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 4px 12px #ff6b0033}.landing-root .mock-terminal-header{justify-content:space-between;align-items:center;display:flex}.landing-root .mock-terminal-badge{color:var(--saffron);background:#ff6b001a;border:1px solid #ff6b0033;border-radius:4px;padding:2px 10px;font-size:.7rem;font-weight:700}.landing-root .mock-terminal-body{color:#ffffffd9;white-space:pre-wrap;flex:1;font-family:Courier New,Courier,monospace;font-size:.88rem;line-height:1.6;overflow-y:auto}.landing-root .terminal-cursor{background:var(--saffron);vertical-align:middle;width:8px;height:15px;animation:.8s infinite cursor-blink;display:inline-block}@keyframes cursor-blink{50%{opacity:0}}@media (max-width:768px){.landing-root .browser-viewport-grid{grid-template-columns:1fr}.landing-root .browser-sidebar-inputs{border-bottom:1px solid #ffffff0d;border-right:none}}.landing-root .how{background:#13102a;padding:100px 5%;position:relative;overflow:hidden}.landing-root .how:before{content:"";background:radial-gradient(circle,#ff6b0026 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.landing-root .how .section-title,.landing-root .how .section-label,.landing-root .how .section-sub{color:var(--white)}.landing-root .how .section-label{color:var(--gold)}.landing-root .how .section-sub{color:#ffffffa6}.landing-root .steps{flex-wrap:wrap;justify-content:center;gap:0;max-width:900px;margin:0 auto;display:flex}.landing-root .step{text-align:center;flex:1;min-width:220px;padding:32px 24px;position:relative}.landing-root .step:not(:last-child):after{content:"→";color:var(--saffron);font-size:1.5rem;font-weight:900;position:absolute;top:44px;right:-8px}.landing-root .step-num{background:var(--saffron);width:52px;height:52px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.3rem;font-weight:900;display:flex}.landing-root .step h4{color:var(--white);margin-bottom:8px;font-weight:700}.landing-root .step p{color:#fff9;font-size:.88rem;line-height:1.6}.landing-root .pricing{background:#0f0a1e;padding:100px 5%}.landing-root .pricing-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:1400px;margin:0 auto;display:grid}.landing-root .pricing-card{background:#ffffff08;border:1.5px solid #ffffff12;border-radius:20px;flex-direction:column;padding:36px 28px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.landing-root .pricing-card:hover{border-color:#ff6b0033;transform:translateY(-4px);box-shadow:0 16px 48px #ff6b0014}.landing-root .pricing-card.popular{border-color:var(--saffron);color:var(--white);background:#ff6b000f}.landing-root .popular-badge{background:var(--saffron);color:var(--white);white-space:nowrap;border-radius:100px;padding:4px 20px;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-root .plan-name{letter-spacing:1.5px;text-transform:uppercase;color:var(--saffron);margin-bottom:12px;font-size:.8rem;font-weight:700}.landing-root .pricing-card.popular .plan-name{color:var(--gold)}.landing-root .plan-price{color:#fff;margin-bottom:4px;font-size:2.6rem;font-weight:900}.landing-root .pricing-card.popular .plan-price{color:var(--white)}.landing-root .plan-price span{color:#fff6;font-size:1rem;font-weight:400}.landing-root .plan-desc{color:#ffffff73;margin-bottom:24px;font-size:.85rem}.landing-root .pricing-card.popular .plan-desc{color:#fff9}.landing-root .plan-features{margin-bottom:32px;list-style:none}.landing-root .plan-features li{color:#ffffffb3;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:7px 0;font-size:.88rem;display:flex}.landing-root .pricing-card.popular .plan-features li{color:#ffffffd9;border-bottom-color:#ffffff1a}.landing-root .plan-features li:before{content:"✓";color:var(--saffron);font-weight:900}.landing-root .pricing-card.popular .plan-features li:before{color:var(--gold)}.landing-root .plan-btn{cursor:pointer;text-align:center;border:none;border-radius:10px;width:100%;margin-top:auto;padding:14px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.landing-root .plan-btn-outline{color:#fffc;background:0 0;border:2px solid #fff3}.landing-root .plan-btn-outline:hover{color:#fff;background:#ffffff14;border-color:#fff6}.landing-root .plan-btn-filled{background:var(--saffron);color:var(--white)}.landing-root .plan-btn-filled:hover{background:var(--saffron-light)}.landing-root .plan-btn-white{background:var(--saffron);color:var(--white)}.landing-root .plan-btn-white:hover{background:var(--saffron-light)}.landing-root .testimonials{background:#13102a;padding:100px 5%}.landing-root .testimonials-slider-container{max-width:1100px;margin:0 auto;padding:10px 0 20px;position:relative;overflow:hidden}.landing-root .testimonials-slider-track{will-change:transform;gap:24px;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.landing-root .testimonials-slider-track .testi-card{box-sizing:border-box;flex:0 0 calc(33.333% - 16px)}@media (max-width:1024px){.landing-root .testimonials-slider-track .testi-card{flex:0 0 calc(50% - 12px)}}@media (max-width:600px){.landing-root .testimonials-slider-track .testi-card{flex:0 0 100%}}.landing-root .testi-card{background:#ffffff0a;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;justify-content:space-between;padding:28px 24px;display:flex}.landing-root .testi-stars{color:var(--gold);letter-spacing:2px;margin-bottom:12px;font-size:1rem}.landing-root .testi-text{color:#ffffffa6;margin-bottom:16px;font-size:.9rem;font-style:italic;line-height:1.7}.landing-root .testi-author{align-items:center;gap:12px;display:flex}.landing-root .testi-avatar{background:linear-gradient(135deg, var(--saffron), #a855f7);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex}.landing-root .testi-name{color:#fff;font-size:.88rem;font-weight:700}.landing-root .testi-handle{color:#fff6;font-size:.78rem}.landing-root .cta-section{background:#0f0a1e;padding:100px 5%;position:relative}.landing-root .cta-card{background:linear-gradient(135deg, var(--indigo) 0%, #100b47 100%);text-align:center;border:1.5px solid #ff6b0026;border-radius:30px;max-width:1000px;margin:0 auto;padding:90px 40px;position:relative;overflow:hidden;box-shadow:0 30px 70px #1a14644d}.landing-root .cta-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff6b001f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;left:-30%}.landing-root .cta-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffd70014 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-50%;right:-30%}.landing-root .cta-card h2{color:var(--white);z-index:2;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;line-height:1.15;position:relative}.landing-root .cta-card h2 span{color:var(--saffron);background:linear-gradient(120deg, var(--saffron), gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing-root .cta-card p{color:#ffffffb3;z-index:2;max-width:600px;margin-bottom:44px;margin-left:auto;margin-right:auto;font-size:1.1rem;position:relative}.landing-root .btn-cta-pulse{background:linear-gradient(135deg, var(--saffron) 0%, #ff4500 100%);z-index:2;cursor:pointer;border:none;border-radius:30px;padding:18px 48px;font-size:1.15rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);animation:2s infinite cta-glow-pulse;display:inline-block;position:relative;box-shadow:0 4px 20px #ff6b0066;color:var(--white)!important}.landing-root .btn-cta-pulse:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 30px #ff6b008c}.landing-root .cta-checklist{z-index:2;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:36px;display:flex;position:relative}.landing-root .cta-check-item{color:#ffffffb3;letter-spacing:.2px;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:inline-flex}.landing-root .cta-check-icon{color:var(--saffron);font-size:1rem}@keyframes cta-glow-pulse{0%{box-shadow:0 0 #ff6b0080}70%{box-shadow:0 0 0 18px #ff6b0000}to{box-shadow:0 0 #ff6b0000}}.landing-root .cta-float{opacity:.18;z-index:1;pointer-events:none;font-size:2.2rem;animation:6s ease-in-out infinite alternate cta-emoji-float;position:absolute}.landing-root .cta-float.e1{animation-delay:0s;top:15%;left:8%}.landing-root .cta-float.e2{animation-delay:-2s;bottom:20%;left:12%}.landing-root .cta-float.e3{animation-delay:-1.5s;top:22%;right:10%}.landing-root .cta-float.e4{animation-delay:-3.5s;bottom:15%;right:14%}@keyframes cta-emoji-float{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-25px)rotate(15deg)}}@media (max-width:600px){.landing-root .cta-card{border-radius:20px;padding:60px 24px}.landing-root .cta-float{display:none}}.landing-root footer{color:#ffffffa6;background:#0d0a33;border-top:1px solid #ff6b001a;margin-top:auto;padding:80px 5% 40px}.landing-root .footer-container{text-align:left;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;max-width:1100px;margin:0 auto 60px;display:grid}.landing-root .footer-col h4{color:var(--white);margin-bottom:24px;font-size:1.05rem;font-weight:700;position:relative}.landing-root .footer-col h4:after{content:"";background:var(--saffron);width:24px;height:2px;position:absolute;bottom:-6px;left:0}.landing-root .footer-col p{margin-bottom:16px;font-size:.88rem;line-height:1.6}.landing-root .footer-col ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.landing-root .footer-col ul li a{color:#ffffffa6;font-size:.88rem;text-decoration:none;transition:all .2s}.landing-root .footer-col ul li a:hover{color:var(--saffron);padding-left:4px}.landing-root .footer-newsletter-form{gap:8px;margin-top:12px;display:flex}.landing-root .footer-newsletter-form input{color:var(--white);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-size:.85rem;transition:border-color .2s}.landing-root .footer-newsletter-form input:focus{border-color:var(--saffron)}.landing-root .footer-newsletter-form button{background:var(--saffron);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-weight:600;transition:background .2s}.landing-root .footer-newsletter-form button:hover{background:var(--saffron-light)}.landing-root .footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1100px;margin:0 auto;padding-top:32px;display:flex}.landing-root .footer-bottom p{font-size:.85rem}.landing-root .footer-socials{gap:12px;display:flex}.landing-root .footer-socials a{width:36px;height:36px;color:var(--white);background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.landing-root .footer-socials a:hover{transform:translateY(-2px)}.landing-root .social-x:hover{background:#000!important}.landing-root .social-insta:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important}.landing-root .social-yt:hover{background:red!important}.landing-root .social-li:hover{background:#0077b5!important}@media (max-width:768px){.landing-root nav .mobile-hamburger{display:flex!important}.landing-root nav ul{z-index:99;background:#080812fa;border-bottom:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:20px;padding:20px 5%;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 20px #00000080}.landing-root nav ul.mobile-open{display:flex!important}.landing-root nav ul li{width:100%}.landing-root nav ul li a{width:100%;padding:8px 0;font-size:1.1rem;display:block}.landing-root nav .nav-cta{text-align:center;margin-top:10px;padding:12px;display:block}.landing-root .step:not(:last-child):after{display:none}.landing-root .hero-stats{gap:24px}.landing-root .footer-container{grid-template-columns:1fr 1fr}.landing-root .hero{min-height:auto!important;padding:100px 20px 60px!important}.landing-root .hero h1{font-size:2.2rem!important;line-height:1.2!important}.landing-root .typewriter-line{min-height:auto!important;margin-bottom:16px!important;font-size:1.25rem!important}.landing-root .hero p{margin-bottom:28px!important;font-size:.95rem!important;line-height:1.6!important}.landing-root .hero-btns{flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;max-width:320px!important;margin:0 auto!important}.landing-root .btn-primary,.landing-root .btn-secondary{text-align:center!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:48px!important;padding:14px 20px!important;display:flex!important}.landing-root .hero-stats{grid-template-columns:repeat(2,1fr)!important;gap:20px!important;margin-top:32px!important;display:grid!important}.landing-root .stat{text-align:center!important;min-width:0!important}@media (max-width:480px){.landing-root .hero-stats{grid-template-columns:1fr!important;gap:16px!important}}.landing-root .hero-video-bg{opacity:.15!important}.landing-root .bottom-carousel-container{border-radius:16px!important;width:100%!important;max-width:100%!important;min-height:480px!important;padding:20px 14px!important}.landing-root .bottom-carousel-item h2{font-size:1.35rem!important}.landing-root .bottom-carousel-item p{font-size:.82rem!important}.landing-root .neon-stats-grid{grid-template-columns:1fr!important;gap:12px!important;width:100%!important}.landing-root .neon-stat-item{padding:16px 12px!important}.landing-root .neon-stat-val{font-size:1.45rem!important}.landing-root .sandbox-tabs{flex-direction:column!important;gap:8px!important;width:100%!important}.landing-root .sandbox-tab-btn{text-align:center!important;width:100%!important;padding:8px 16px!important;font-size:.8rem!important}.landing-root .sandbox-preview-box{min-height:auto!important;padding:12px 14px!important}.landing-root .sandbox-copy-btn{text-align:center!important;width:100%!important;margin-bottom:12px!important;display:block!important;position:static!important}.landing-root .roi-stats-grid{grid-template-columns:1fr!important;gap:12px!important}.landing-root .roi-calc-box{padding:12px!important}}@media (max-width:480px){.landing-root .footer-container{grid-template-columns:1fr}.landing-root .footer-bottom{text-align:center;flex-direction:column}}.landing-root .fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.landing-root .fade-up.visible{opacity:1;transform:translateY(0)}.landing-root .features-slider-container{max-width:1100px;margin:0 auto;padding:10px 0 20px;position:relative;overflow:hidden}.landing-root .features-slider-track{will-change:transform;gap:24px;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.landing-root .features-slider-track .feature-card{box-sizing:border-box;flex:0 0 calc(33.333% - 16px)}.landing-root .slider-dots{justify-content:center;gap:8px;margin-top:32px;display:flex}.landing-root .slider-dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:8px;height:8px;transition:all .3s}.landing-root .slider-dot.active{background:var(--saffron);border-radius:4px;width:20px;transform:scale(1.3)}@media (max-width:1024px){.landing-root .features-slider-track .feature-card{flex:0 0 calc(50% - 12px)}}@media (max-width:600px){.landing-root .features-slider-track .feature-card{flex:0 0 100%}}.landing-root .trust-logos-row{text-align:center;z-index:1;background:#ffffff05;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;flex-direction:column;align-items:center;gap:16px;padding:32px 5%;display:flex;position:relative}.landing-root .trust-logos-row span.trust-label{color:#ffffff59;text-transform:uppercase;letter-spacing:1.5px;font-size:.78rem;font-weight:700}.landing-root .logos-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.landing-root .platform-badge{color:#ffffffb3;background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;align-items:center;gap:8px;padding:7px 18px;font-size:.88rem;font-weight:700;transition:transform .2s;display:inline-flex}.landing-root .platform-badge:hover{border-color:var(--saffron);color:#fff;transform:translateY(-2px)}.landing-root .roi-comparison{background:#13102a;border-top:1px solid #ffffff0a;padding:100px 5%}.landing-root .cmp-wrapper{border:1px solid #ffffff12;border-radius:20px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #0006}.landing-root .cmp-header{background:#ffffff08;border-bottom:1px solid #ffffff12;grid-template-columns:1.4fr 1.3fr 1.3fr;display:grid}.landing-root .cmp-header-cell{text-transform:uppercase;letter-spacing:1px;color:#fff6;padding:18px 24px;font-size:.78rem;font-weight:800}.landing-root .cmp-badge-manual{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.landing-root .cmp-badge-sirjai{color:var(--saffron);background:#ff6b001f;border:1px solid #ff6b004d;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.landing-root .cmp-row{border-bottom:1px solid #ffffff0d;grid-template-columns:1.4fr 1.3fr 1.3fr;transition:background .2s;display:grid}.landing-root .cmp-row:hover{background:#ffffff05}.landing-root .cmp-row:last-of-type{border-bottom:none}.landing-root .cmp-feat-col,.landing-root .cmp-manual-col,.landing-root .cmp-sirjai-col{align-items:center;gap:12px;padding:20px 24px;font-size:.9rem;display:flex}.landing-root .cmp-sirjai-col{background:#ff6b0008;border-left:1px solid #ff6b0014}.landing-root .cmp-icon{flex-shrink:0;font-size:1.2rem}.landing-root .cmp-feat-text{color:#ffffffd9;font-weight:700}.landing-root .cmp-manual-text{color:#fff6;font-size:.875rem}.landing-root .cmp-sirjai-text{color:var(--saffron);font-size:.875rem;font-weight:700}.landing-root .cmp-cross{color:#f87171;background:#ef44441f;border:1px solid #ef444433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:900;display:flex}.landing-root .cmp-check{width:22px;height:22px;color:var(--saffron);background:#ff6b0026;border:1px solid #ff6b004d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:flex}.landing-root .cmp-footer-row{background:#ffffff05;border-top:1px solid #ffffff12;grid-template-columns:1.4fr 1.3fr 1.3fr;padding:20px 0;display:grid}.landing-root .cmp-footer-row .cmp-feat-col,.landing-root .cmp-footer-row .cmp-manual-col,.landing-root .cmp-footer-row .cmp-sirjai-col{padding:16px 24px}@media (max-width:640px){.landing-root .cmp-header,.landing-root .cmp-row,.landing-root .cmp-footer-row{grid-template-columns:1fr}.landing-root .cmp-header-cell:first-child,.landing-root .cmp-feat-col{display:none}}.landing-root .home-faqs{background:#0f0a1e;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:100px 5%}.landing-root .faqs-grid-layout{grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto;display:grid}.landing-root .faq-item-card{text-align:left;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:28px;transition:transform .2s,border-color .2s}.landing-root .faq-item-card:hover{border-color:#ff6b0040;transform:translateY(-2px)}.landing-root .faq-item-card h4{color:#fff;margin-bottom:10px;font-size:.95rem;font-weight:800}.landing-root .faq-item-card p{color:#ffffff80;font-size:.86rem;line-height:1.65}@media (max-width:768px){.landing-root .faqs-grid-layout{grid-template-columns:1fr}}.landing-root .demo-slider-container{max-width:820px;margin:0 auto;padding:10px 0;position:relative;overflow:hidden}.landing-root .demo-slider-track{gap:32px;transition:transform .65s cubic-bezier(.16,1,.3,1);display:flex}.landing-root .demo-slider-item{box-sizing:border-box;flex-direction:column;flex:0 0 100%;gap:16px;display:flex}.landing-root .demo-player-mockup{background:linear-gradient(145deg,#141416 0%,#08080a 100%);border:1.5px solid #ffffff14;border-radius:24px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 35px 70px #00000073}.landing-root .mock-submit-btn{transition:transform .2s,opacity .2s;box-shadow:0 4px 15px #ff6b0040;background:var(--saffron)!important;color:#fff!important;text-transform:none!important;letter-spacing:.2px!important;border:none!important;border-radius:30px!important;width:100%!important;padding:14px 28px!important;font-size:.9rem!important;font-weight:800!important}.landing-root .mock-submit-btn:hover{opacity:.95;transform:scale(1.02)}.landing-root .demo-card-caption{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;max-width:850px;margin:0 auto;padding:16px 24px;transition:border-color .3s;position:relative;box-shadow:0 8px 20px #0003}.landing-root .demo-card-caption:hover{border-color:#ff6b002e}.landing-root .demo-card-caption h4{color:#fff;justify-content:center;align-items:center;gap:8px;margin-bottom:6px;font-size:1rem;font-weight:800;display:flex}.landing-root .demo-card-caption p{color:#ffffff80;margin:0;font-size:.85rem;line-height:1.55}.landing-root .bottom-carousel-container{background:linear-gradient(135deg, var(--indigo) 0%, #080812 100%);text-align:center;border:1.5px solid #ff6b002e;border-radius:24px;max-width:720px;margin:0 auto;padding:24px 30px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0d0d1a80}.landing-root .bottom-carousel-track{transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.landing-root .bottom-carousel-item{box-sizing:border-box;flex-direction:column;flex:0 0 100%;align-items:center;gap:10px;display:flex}.landing-root .bottom-carousel-item h2{color:var(--white)!important;margin-bottom:8px!important;font-size:1.6rem!important;font-weight:900!important;line-height:1.2!important}.landing-root .bottom-carousel-item p{color:#ffffffb3!important;max-width:580px!important;margin:0 auto!important;font-size:.85rem!important;line-height:1.5!important}.landing-root .bottom-carousel-item .btn-cta-pulse{padding:12px 32px!important;font-size:.95rem!important}.landing-root .roi-calc-box{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;width:100%;max-width:520px;margin-top:4px;padding:16px}.landing-root .roi-slider{-webkit-appearance:none;background:#ffffff1a;border-radius:5px;outline:none;width:100%;height:6px;margin:12px 0}.landing-root .roi-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--saffron);cursor:pointer;width:20px;height:20px;box-shadow:0 0 10px var(--saffron);border-radius:50%;transition:transform .1s}.landing-root .roi-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.landing-root .roi-stats-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:12px;display:grid}.landing-root .roi-stat-card{background:#ff6b000d;border:1px solid #ff6b0026;border-radius:12px;padding:16px}.landing-root .roi-stat-card h5{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:.8rem}.landing-root .roi-stat-card p{color:var(--saffron);margin:0;font-size:1.6rem;font-weight:800}.landing-root .sandbox-tabs{gap:12px;margin-bottom:12px;display:flex}.landing-root .sandbox-tab-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:all .25s}.landing-root .sandbox-tab-btn.active{background:var(--saffron);border-color:var(--saffron);color:var(--white);box-shadow:0 4px 15px #ff6b004d}.landing-root .sandbox-preview-box{text-align:left;background:#06060c;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:600px;min-height:130px;padding:16px 20px;position:relative}.landing-root .sandbox-copy-btn{color:var(--white);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .2s;position:absolute;top:16px;right:16px}.landing-root .sandbox-copy-btn:hover{background:#ffffff26}.landing-root .neon-stats-grid{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:640px;margin-top:15px;display:grid}.landing-root .neon-stat-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:20px 14px;transition:border-color .3s}.landing-root .neon-stat-item:hover{border-color:#ff6b0040}.landing-root .neon-stat-val{background:linear-gradient(135deg, var(--saffron) 0%, gold 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:4px;font-size:1.7rem;font-weight:900}.landing-root .neon-stat-lbl{color:#fff9;font-size:.8rem;font-weight:600}.landing-root .hero-tools-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px;display:flex}.landing-root .hero-tool-chip{color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ff6b0012;border:1px solid #ff6b002e;border-radius:999px;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.landing-root .hero-tool-chip:hover{color:#fff;background:#ff6b0024}.landing-root .btn-secondary-outline{color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ff6b000a;border:1.5px solid #ff6b0066;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.landing-root .btn-secondary-outline:hover{color:#fff;background:#ff6b001a;border-color:#ff6b00}.landing-root .feature-badge-new{color:#fff;text-transform:uppercase;letter-spacing:.8px;background:linear-gradient(135deg,#ff6b00,#cc3dff);border-radius:20px;padding:3px 10px;font-size:9px;font-weight:800;display:inline-block;position:absolute;top:18px;right:18px}.landing-root .feature-card.card-hash{background:linear-gradient(135deg,#06b6d40a 0%,#ffffff03 100%);border-color:#06b6d41f}.landing-root .feature-card.card-hash:hover{border-color:#06b6d44d;box-shadow:0 20px 60px #06b6d414}.landing-root .feature-card.card-titles{background:linear-gradient(135deg,#eab3080a 0%,#ffffff03 100%);border-color:#eab3081f}.landing-root .feature-card.card-titles:hover{border-color:#eab3084d;box-shadow:0 20px 60px #eab30814}.landing-root .feature-card.card-bio{background:linear-gradient(135deg,#a855f70a 0%,#ffffff03 100%);border-color:#a855f71f}.landing-root .feature-card.card-bio:hover{border-color:#a855f74d;box-shadow:0 20px 60px #a855f714}.landing-root .feature-card.card-email{background:linear-gradient(135deg,#22c55e0a 0%,#ffffff03 100%);border-color:#22c55e1f}.landing-root .feature-card.card-email:hover{border-color:#22c55e4d;box-shadow:0 20px 60px #22c55e14}.landing-root .pwa-section{background:linear-gradient(135deg,#ff6b000a 0%,#1a146414 100%);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:96px 5%}.landing-root .pwa-section-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:0 auto;display:grid}.landing-root .pwa-text{flex-direction:column;display:flex}.landing-root .pwa-features-list{flex-direction:column;gap:10px;margin:20px 0 24px;padding:0;list-style:none;display:flex}.landing-root .pwa-features-list li{color:#ffffffa6;background:#ffffff08;border-left:2px solid #ff6b004d;border-radius:8px;padding:8px 12px;font-size:14px}.landing-root .pwa-install-steps{flex-direction:column;gap:12px;margin-bottom:8px;display:flex}.landing-root .pwa-step{color:#fff9;align-items:flex-start;gap:12px;font-size:13px;display:flex}.landing-root .pwa-step-num{color:#ff6b00;background:#ff6b0026;border:1px solid #ff6b00;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:flex}.landing-root .pwa-step strong{color:#ffffffe6}.landing-root .pwa-mockup{justify-content:center;align-items:center;display:flex}.landing-root .phone-frame{background:linear-gradient(145deg,#1a1230,#0f0a1e);border:2px solid #ffffff1a;border-radius:36px;width:240px;padding:12px;position:relative;box-shadow:0 40px 80px #00000080,inset 0 0 0 1px #ffffff0a,0 0 40px #ff6b0014}.landing-root .phone-frame:before{content:"";background:#ffffff1f;border-radius:3px;width:60px;height:6px;margin:0 auto 10px;display:block}.landing-root .phone-screen{background:#0f0a1e;border-radius:24px;flex-direction:column;min-height:400px;display:flex;overflow:hidden}.landing-root .phone-status-bar{color:#ffffff80;justify-content:space-between;padding:8px 14px 4px;font-size:10px;font-weight:600;display:flex}.landing-root .phone-app-header{border-bottom:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:2px;padding:12px 14px;display:flex}.landing-root .phone-tool-grid{background:#ffffff0a;flex:1;grid-template-columns:1fr 1fr;gap:1px;display:grid}.landing-root .phone-tool-item{color:#ffffff8c;background:#0f0a1e;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:14px 8px;font-size:10px;font-weight:600;transition:background .2s;display:flex}.landing-root .phone-tool-item span:first-child{font-size:18px}.landing-root .phone-cta-bar{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.landing-root .phone-gen-btn{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff9a00);border-radius:8px;padding:6px 14px;font-size:11px;font-weight:700}.landing-root .pricing-grid{grid-template-columns:repeat(4,1fr)!important}@media (max-width:1100px){.landing-root .pricing-grid{grid-template-columns:repeat(2,1fr)!important}.landing-root .pwa-section-inner{grid-template-columns:1fr;gap:40px}.landing-root .pwa-mockup{order:-1}}@media (max-width:600px){.landing-root .pricing-grid{grid-template-columns:1fr!important}.landing-root .hero-tools-row{gap:6px}.landing-root .hero-tool-chip{padding:5px 10px;font-size:11px}.landing-root .phone-frame{width:200px}}
