*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-dark-bg: #0a0f1e;--color-dark-surface: #0f172a;--color-dark-card: #1e293b;--color-dark-border: rgba(255,255,255,.06);--color-text-primary: #e2e8f0;--color-text-muted: #94a3b8;--color-text-dim: #64748b;--color-neon-green: #00ff88;--color-cyan: #00d9ff;--color-orange: #ff6b35;--gradient-primary: linear-gradient(135deg, #00ff88, #00d9ff);--gradient-danger: linear-gradient(135deg, #ff6b35, #ef4444);--gradient-info: linear-gradient(135deg, #00d9ff, #3b82f6);--font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-family);background:var(--color-dark-bg);color:var(--color-text-primary);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(100px,150px) scale(1.1)}66%{transform:translate(-150px,80px) scale(.9)}}@keyframes float-smooth{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-notification{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.02)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes badge-glow{0%,to{box-shadow:0 0 20px #00ff884d}50%{box-shadow:0 0 40px #0f89}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}@keyframes progress-fill{0%{width:0}}@keyframes draw-circle{0%{stroke-dasharray:0 214}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes rotate-gradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}@keyframes slide-glow{0%,to{opacity:.3;transform:translate(-100%)}50%{opacity:.6;transform:translate(100%)}}@keyframes text-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animated-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float-orb 20s ease-in-out infinite;will-change:transform}.orb-1{width:600px;height:600px;top:-200px;left:-100px;background:radial-gradient(circle,rgba(0,255,136,.4),transparent 70%);animation-delay:0s}.orb-2{width:500px;height:500px;top:40%;right:-150px;background:radial-gradient(circle,rgba(0,217,255,.35),transparent 70%);animation-delay:-7s}.orb-3{width:450px;height:450px;bottom:-100px;left:20%;background:radial-gradient(circle,rgba(255,107,53,.25),transparent 70%);animation-delay:-14s}.landing-page{position:relative;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:100px;border:1px solid rgba(0,255,136,.25);background:#00ff880f;color:var(--color-neon-green);font-size:.85rem;font-weight:500;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-badge svg{width:16px;height:16px}.hero-section{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{animation:slideInLeft 1s ease-out}.hero-badge-animated{position:relative;display:inline-flex;animation:badge-glow 2s infinite;border-radius:100px}.badge-glow{position:absolute;inset:-2px;border-radius:100px;background:linear-gradient(90deg,#0f8,#00d9ff,#0f8);background-size:200% 100%;animation:gradient-flow 3s linear infinite;z-index:-1;opacity:.6}.badge-pulse{position:absolute;inset:-6px;border:2px solid rgba(0,255,136,.4);border-radius:100px;animation:pulse-ring 2s ease-out infinite}.hero-title-new{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.gradient-text-animated{background:linear-gradient(120deg,#0f8,#00d9ff,#10b981,#0f8);background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 3s ease infinite}.hero-description{font-size:1.15rem;color:var(--color-text-muted);margin-bottom:36px;line-height:1.7;max-width:500px}.hero-description .text-highlight{color:var(--color-neon-green);font-weight:600}.hero-buttons{display:flex;gap:16px;margin-bottom:48px}.cta-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--gradient-primary);color:#0a0f1e;font-weight:700;font-size:1rem;border-radius:12px;border:none;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;font-family:var(--font-family)}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #00ff8880,0 0 20px #00d9ff4d}.cta-btn-primary .btn-glow{position:absolute;top:0;left:-100%;bottom:0;width:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.cta-btn-primary:hover .btn-glow{left:100%}.cta-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#ffffff0a;color:var(--color-text-primary);font-weight:600;font-size:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-family)}.cta-btn-secondary:hover{background:#ffffff14;border-color:#00ff884d;transform:translateY(-2px)}.hero-stats-new{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card-new{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff08;border:1px solid var(--color-dark-border);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .8s ease-out both;transition:border-color .3s ease}.stat-card-new:nth-child(1){animation-delay:.2s}.stat-card-new:nth-child(2){animation-delay:.4s}.stat-card-new:nth-child(3){animation-delay:.6s}.stat-card-new:nth-child(4){animation-delay:.8s}.stat-card-new:hover{border-color:#0f83}.stat-icon-wrapper{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#00ff881a;color:var(--color-neon-green);flex-shrink:0}.stat-icon-wrapper svg{width:20px;height:20px}.stat-number{font-size:1.5rem;font-weight:800;color:var(--color-neon-green);line-height:1.2}.stat-label{font-size:.75rem;color:var(--color-text-muted)}.hero-visual{position:relative;display:flex;justify-content:center;animation:slideInRight 1s ease-out}.phone-container-3d{position:relative;perspective:1000px;animation:float-smooth 6s ease-in-out infinite}.phone-mockup-3d{width:280px;height:560px;background:linear-gradient(145deg,#1a2332,#0d1521);border-radius:40px;border:2px solid rgba(0,255,136,.15);position:relative;overflow:hidden;transition:transform .3s ease;box-shadow:0 30px 80px #00000080,0 0 40px #00ff881a}.phone-mockup-3d:hover{transform:rotateY(5deg) rotateX(5deg)}.phone-screen{position:absolute;inset:12px;border-radius:30px;overflow:hidden;background:#0f172a}.phone-screen-content{width:100%;height:100%;display:flex;flex-direction:column;padding:20px 16px}.phone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.phone-greeting{font-size:.7rem;color:var(--color-text-muted)}.phone-greeting strong{color:var(--color-neon-green)}.phone-avatar{width:28px;height:28px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#0a0f1e}.phone-menu-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#ffffff08;border-radius:12px;margin-bottom:6px;border:1px solid rgba(255,255,255,.04);cursor:default;transition:background .2s}.phone-menu-item:hover{background:#ffffff0f}.phone-menu-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.7rem}.phone-menu-icon.green{background:#00ff8826;color:var(--color-neon-green)}.phone-menu-icon.cyan{background:#00d9ff26;color:var(--color-cyan)}.phone-menu-icon.orange{background:#ff6b3526;color:var(--color-orange)}.phone-menu-label{font-size:.7rem;color:var(--color-text-primary);font-weight:500}.phone-menu-sublabel{font-size:.55rem;color:var(--color-text-dim)}.phone-glow-effect{position:absolute;width:200px;height:200px;bottom:-50px;left:50%;transform:translate(-50%);background:radial-gradient(circle,rgba(0,255,136,.3),transparent 70%);filter:blur(40px);animation:pulse-glow 3s ease-in-out infinite;pointer-events:none}.notification-card{position:absolute;background:#0f172ae6;border-radius:16px;padding:12px 16px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 40px #0006;white-space:nowrap}.notification-card.notification-1{top:15%;left:-60px;animation:float-notification 4s ease-in-out infinite;animation-delay:0s}.notification-card.notification-2{top:50%;right:-80px;animation:float-notification 4s ease-in-out infinite;animation-delay:2s}.notification-card.notification-3{bottom:15%;right:-40px;animation:float-notification 4s ease-in-out infinite;animation-delay:4s}.notification-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon.danger{background:#ff6b3533;color:var(--color-orange)}.notification-icon.success{background:#00ff8826;color:var(--color-neon-green)}.notification-icon.info{background:#00d9ff26;color:var(--color-cyan)}.notification-text{font-size:.8rem;font-weight:600;color:var(--color-text-primary)}.notification-subtext{font-size:.65rem;color:var(--color-text-muted)}.notification-pulse{width:10px;height:10px;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite;flex-shrink:0}.notification-pulse.green{background:var(--color-neon-green)}.notification-pulse.orange{background:var(--color-orange)}.notification-pulse.cyan{background:var(--color-cyan)}.features-section{padding:120px 0;position:relative}.section-header{text-align:center;margin-bottom:64px}.section-title{font-size:2.8rem;font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.section-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.features-interactive{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:start}.feature-tabs{display:flex;flex-direction:column;gap:12px}.feature-tab{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden}.feature-tab:hover{background:#ffffff0a;border-color:#00ff8826}.feature-tab.active{background:#00ff880d;border-color:#00ff884d;transform:translate(8px);box-shadow:0 10px 40px #00ff8826}.tab-icon-wrapper{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#00ff881a;color:var(--color-neon-green);transition:all .4s ease;flex-shrink:0}.tab-icon-wrapper svg{width:22px;height:22px}.feature-tab.active .tab-icon-wrapper{background:var(--gradient-primary);color:#0a0f1e;transform:scale(1.1) rotate(5deg)}.tab-content h4{font-size:1rem;font-weight:600;margin-bottom:2px}.tab-content p{font-size:.8rem;color:var(--color-text-muted)}.tab-indicator{position:absolute;bottom:0;left:0;height:3px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;border-radius:2px;width:100%}.feature-tab.active .tab-indicator{transform:scaleX(1)}.tab-glow{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(0,255,136,.03),transparent);animation:slide-glow 3s ease-in-out infinite;pointer-events:none;opacity:0}.feature-tab.active .tab-glow{opacity:1}.feature-detail{background:#ffffff05;border:1px solid var(--color-dark-border);border-radius:24px;padding:40px;min-height:400px;display:flex;flex-direction:column;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s ease}.feature-detail-icon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#00ff881a;color:var(--color-neon-green);margin-bottom:24px}.feature-detail-icon svg{width:30px;height:30px}.feature-detail h3{font-size:1.6rem;font-weight:700;margin-bottom:12px}.feature-detail p{color:var(--color-text-muted);line-height:1.7;margin-bottom:32px}.progress-bar-wrapper{margin-top:auto}.progress-header{display:flex;justify-content:space-between;margin-bottom:10px}.progress-label{font-size:.85rem;color:var(--color-text-muted)}.progress-value{font-size:.85rem;font-weight:700;color:var(--color-neon-green)}.progress-track{height:8px;background:#ffffff0d;border-radius:100px;overflow:hidden}.progress-fill{height:100%;background:var(--gradient-primary);border-radius:100px;animation:progress-fill 2s ease-out;box-shadow:0 0 20px #0f89;transition:width .6s ease}.usecases-section{padding:120px 0}.usecases-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.usecase-card{background:#ffffff05;border:1px solid var(--color-dark-border);border-radius:24px;padding:32px;transition:all .4s ease;position:relative;overflow:hidden}.usecase-card:hover{border-color:#0f83;transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}.usecase-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.usecase-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#00ff881a;color:var(--color-neon-green)}.usecase-icon svg{width:24px;height:24px}.usecase-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;background:#00ff8814;border:1px solid rgba(0,255,136,.15);color:var(--color-neon-green);font-size:.75rem;font-weight:600}.usecase-badge svg{width:14px;height:14px}.usecase-card h3{font-size:1.3rem;font-weight:700;margin-bottom:8px}.usecase-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin-bottom:24px}.progress-ring-container{display:flex;justify-content:center}.progress-ring{transform:rotate(-90deg)}.progress-ring-bg{stroke:#ffffff0f}.progress-ring-circle{stroke:url(#progressGradient);transition:stroke-dasharray 1s ease-out;animation:draw-circle 2s ease-out both;filter:drop-shadow(0 0 6px rgba(0,255,136,.5))}.progress-ring-text{font-size:1rem;font-weight:700;fill:var(--color-neon-green)}.howitworks-section{padding:120px 0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.step-card{text-align:center;padding:40px 32px;background:#ffffff05;border:1px solid var(--color-dark-border);border-radius:24px;transition:all .4s ease;position:relative}.step-card:hover{border-color:#0f83;transform:translateY(-6px);box-shadow:0 20px 60px #0000004d}.step-number{width:48px;height:48px;border-radius:50%;background:var(--gradient-primary);color:#0a0f1e;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-icon-big{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#00ff8814;color:var(--color-neon-green);margin:0 auto 24px}.step-icon-big svg{width:32px;height:32px}.step-card h3{font-size:1.2rem;font-weight:700;margin-bottom:10px}.step-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6}.step-connector{display:none}.carousel-section{padding:120px 0;overflow:hidden}.carousel-wrapper{position:relative;max-width:900px;margin:0 auto;perspective:1000px}.carousel-container{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.carousel-slide{position:absolute;width:300px;height:450px;transition:all .6s cubic-bezier(.4,0,.2,1);opacity:0;transform:translate(100%) scale(.8);border-radius:32px;overflow:hidden;border:2px solid rgba(0,255,136,.1);box-shadow:0 20px 60px #0006}.carousel-slide.active{opacity:1;transform:translate(0) scale(1);z-index:10;border-color:#00ff884d}.carousel-slide.prev{opacity:.4;transform:translate(-55%) scale(.75) rotateY(20deg);z-index:5}.carousel-slide.next{opacity:.4;transform:translate(55%) scale(.75) rotateY(-20deg);z-index:5}.carousel-phone{width:100%;height:100%;background:linear-gradient(145deg,#1a2332,#0d1521);display:flex;flex-direction:column;padding:24px 20px}.carousel-phone-header{font-size:.9rem;font-weight:700;margin-bottom:16px;color:var(--color-text-primary)}.carousel-phone-item{display:flex;align-items:center;gap:10px;padding:10px;background:#ffffff08;border-radius:12px;margin-bottom:8px;border:1px solid rgba(255,255,255,.04)}.carousel-phone-img{width:36px;height:36px;border-radius:10px;object-fit:cover;flex-shrink:0}.carousel-phone-info{flex:1}.carousel-phone-info strong{display:block;font-size:.75rem;margin-bottom:2px}.carousel-phone-info span{font-size:.6rem;color:var(--color-text-dim)}.item-status-badge{padding:3px 8px;border-radius:6px;font-size:.55rem;font-weight:600;white-space:nowrap}.item-status-badge.safe{background:#00ff8826;color:var(--color-neon-green)}.item-status-badge.warning{background:#ff6b3526;color:var(--color-orange)}.item-status-badge.danger{background:#ef444426;color:#ef4444}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px}.carousel-btn{width:48px;height:48px;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.carousel-btn:hover{background:#00ff881a;border-color:#00ff884d;color:var(--color-neon-green)}.carousel-btn svg{width:20px;height:20px}.carousel-dots{display:flex;gap:8px}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#ffffff26;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--color-neon-green);box-shadow:0 0 15px #00ff8880;transform:scale(1.3)}.vision-section{padding:120px 0}.vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.vision-content{animation:fadeInUp .8s ease-out}.vision-text{font-size:1.05rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:32px}.vision-list{display:flex;flex-direction:column;gap:12px}.vision-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#ffffff05;border:1px solid var(--color-dark-border);border-radius:14px;transition:all .3s ease}.vision-item:hover{border-color:#0f83;background:#00ff8808}.vision-item-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#00ff881a;color:var(--color-neon-green);flex-shrink:0}.vision-item-icon svg{width:18px;height:18px}.vision-item span{font-size:.95rem;font-weight:500}.vision-item .check-icon{margin-left:auto;color:var(--color-neon-green);opacity:.6}.vision-item .check-icon svg{width:18px;height:18px}.vision-visual{position:relative;display:flex;justify-content:center}.vision-image-wrapper{width:100%;max-width:480px;aspect-ratio:4/3;border-radius:24px;overflow:hidden;position:relative;border:1px solid rgba(0,255,136,.1)}.vision-image-wrapper img{width:100%;height:100%;object-fit:cover}.vision-badges{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:12px}.vision-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:100px;background:#0f172ad9;border:1px solid rgba(0,255,136,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.8rem;font-weight:600;color:var(--color-neon-green)}.vision-badge svg{width:14px;height:14px}.cta-section{padding:120px 0;text-align:center}.cta-icon-animated{position:relative;width:140px;height:140px;margin:0 auto 40px;display:flex;align-items:center;justify-content:center}.icon-ring{position:absolute;border:2px solid;border-radius:50%;animation:pulse-ring 3s ease-out infinite}.ring-1{width:100%;height:100%;border-color:#00ff8880;animation-delay:0s}.ring-2{width:130%;height:130%;top:-15%;left:-15%;border-color:#00ff884d;animation-delay:.5s}.ring-3{width:160%;height:160%;top:-30%;left:-30%;border-color:#00ff8826;animation-delay:1s}.cta-icon-center{width:80px;height:80px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#0a0f1e;z-index:2;position:relative}.cta-icon-center svg{width:36px;height:36px}.cta-title{font-size:2.8rem;font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.cta-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:500px;margin:0 auto 36px}.footer{padding:80px 0 40px;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:700;margin-bottom:16px}.footer-brand-icon{color:var(--color-neon-green)}.footer-brand-icon svg{width:24px;height:24px}.footer-brand-text{color:var(--color-neon-green)}.footer-desc{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin-bottom:20px}.footer-social{display:flex;gap:12px}.social-btn{width:40px;height:40px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all .3s ease;cursor:pointer}.social-btn:hover{background:#00ff881a;border-color:#00ff884d;color:var(--color-neon-green)}.social-btn svg{width:18px;height:18px}.footer-column h4{font-size:.95rem;font-weight:600;margin-bottom:20px;color:var(--color-text-primary)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links li a{color:var(--color-text-muted);font-size:.9rem;transition:color .3s ease}.footer-links li a:hover{color:var(--color-neon-green)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.06)}.footer-copy{color:var(--color-text-dim);font-size:.85rem}.footer-badges{display:flex;gap:12px}.footer-badge-item{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:var(--color-text-muted);font-size:.8rem}.footer-badge-item svg{width:14px;height:14px;color:var(--color-neon-green)}@media(max-width:1024px){.hero-grid,.features-interactive,.vision-grid{grid-template-columns:1fr}.hero-title-new{font-size:3rem}.section-title{font-size:2.2rem}.hero-visual{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:768px){.hero-section{padding:100px 0 60px}.hero-stats-new{grid-template-columns:repeat(2,1fr)}.usecases-grid,.steps-grid{grid-template-columns:1fr}.hero-title-new{font-size:2.5rem}.section-title{font-size:1.8rem}.cta-title{font-size:2rem}.hero-buttons{flex-direction:column}.carousel-slide{width:250px;height:380px}.carousel-container{height:420px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:16px;text-align:center}}
