.navbar-module-scss-module__tiYBhG__navbar{z-index:100;padding:1rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-module-scss-module__tiYBhG__navbar-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#06080fd9;border-bottom:1px solid #ffffff0f}.navbar-module-scss-module__tiYBhG__nav-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.navbar-module-scss-module__tiYBhG__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.navbar-module-scss-module__tiYBhG__logo-icon{background:var(--gradient-primary);color:#06080f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:800;display:flex}.navbar-module-scss-module__tiYBhG__logo-text{letter-spacing:-.5px;background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:700}.navbar-module-scss-module__tiYBhG__nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-module-scss-module__tiYBhG__nav-links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar-module-scss-module__tiYBhG__nav-links a:hover{color:var(--primary)}.navbar-module-scss-module__tiYBhG__nav-links a:after{content:"";background:var(--gradient-primary);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-module-scss-module__tiYBhG__nav-links a:hover:after{width:100%}.navbar-module-scss-module__tiYBhG__nav-cta{align-items:center;gap:.75rem;display:flex}.navbar-module-scss-module__tiYBhG__btn-login{color:var(--foreground);cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:8px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.navbar-module-scss-module__tiYBhG__btn-login:hover{border-color:var(--primary);color:var(--primary);background:#00d9910d}.navbar-module-scss-module__tiYBhG__btn-get-started{background:var(--gradient-primary);color:#06080f;cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .3s}.navbar-module-scss-module__tiYBhG__btn-get-started:hover{box-shadow:0 0 20px var(--primary-glow),0 4px 20px #0000004d;transform:translateY(-1px)}@media (max-width:768px){.navbar-module-scss-module__tiYBhG__nav-links{display:none}}
@keyframes hero-module-scss-module__yjEUKG__heroSlideLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes hero-module-scss-module__yjEUKG__heroSlideRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes hero-module-scss-module__yjEUKG__heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes hero-module-scss-module__yjEUKG__heroPulse{0%,to{box-shadow:0 0 20px var(--primary-glow)}50%{box-shadow:0 0 40px var(--primary-glow),0 0 80px #00d9911a}}.hero-module-scss-module__yjEUKG__hero{background:var(--gradient-hero);justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-module-scss-module__yjEUKG__hero-glow{pointer-events:none;background:radial-gradient(circle,#00d99114 0%,#3b82f60a 40%,#0000 70%);width:800px;height:800px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.hero-module-scss-module__yjEUKG__hero-grid{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.hero-module-scss-module__yjEUKG__hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:grid;position:relative}.hero-module-scss-module__yjEUKG__hero-left{opacity:0;animation:1s ease-out .2s forwards hero-module-scss-module__yjEUKG__heroSlideLeft}.hero-module-scss-module__yjEUKG__hero-badge{color:var(--primary);background:#00d9910f;border:1px solid #00d99133;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero-module-scss-module__yjEUKG__hero-badge-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite hero-module-scss-module__yjEUKG__heroPulse}.hero-module-scss-module__yjEUKG__hero-title{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-module-scss-module__yjEUKG__hero-title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.hero-module-scss-module__yjEUKG__hero-subtitle{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.hero-module-scss-module__yjEUKG__hero-actions{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-module-scss-module__yjEUKG__btn-hero-primary{background:var(--gradient-primary);color:#06080f;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.hero-module-scss-module__yjEUKG__btn-hero-primary:hover{box-shadow:0 0 30px var(--primary-glow),0 8px 30px #0000004d;transform:translateY(-2px)}.hero-module-scss-module__yjEUKG__btn-hero-secondary{color:var(--foreground);cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.hero-module-scss-module__yjEUKG__btn-hero-secondary:hover{border-color:var(--accent);color:var(--accent);background:#3b82f60d}.hero-module-scss-module__yjEUKG__hero-stats{gap:2.5rem;display:flex}.hero-module-scss-module__yjEUKG__hero-stat{flex-direction:column;display:flex}.hero-module-scss-module__yjEUKG__hero-stat-value{color:var(--primary);font-size:1.5rem;font-weight:700}.hero-module-scss-module__yjEUKG__hero-stat-label{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.hero-module-scss-module__yjEUKG__hero-right{opacity:0;animation:1s ease-out .4s forwards hero-module-scss-module__yjEUKG__heroSlideRight;position:relative}.hero-module-scss-module__yjEUKG__hero-image-wrapper{border:1px solid #ffffff14;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 0 40px #00d9911a,0 20px 60px #00000080}.hero-module-scss-module__yjEUKG__hero-image-wrapper img{width:100%;height:auto;display:block}.hero-module-scss-module__yjEUKG__hero-image-overlay{pointer-events:none;background:linear-gradient(#0000 60%,#06080fcc 100%);position:absolute;inset:0}.hero-module-scss-module__yjEUKG__hero-floating-card{border-radius:12px;padding:.8rem 1.2rem;font-size:.8rem;font-weight:600;animation:5s ease-in-out infinite hero-module-scss-module__yjEUKG__heroFloat;position:absolute}.hero-module-scss-module__yjEUKG__floating-card-1{color:var(--primary);background:#00d9911f;border:1px solid #00d99140;animation-delay:0s;top:10%;right:-30px}.hero-module-scss-module__yjEUKG__floating-card-2{color:var(--accent);background:#3b82f61f;border:1px solid #3b82f640;animation-delay:1.5s;bottom:20%;left:-20px}@media (max-width:1024px){.hero-module-scss-module__yjEUKG__hero-content{text-align:center;grid-template-columns:1fr}.hero-module-scss-module__yjEUKG__hero-subtitle{margin:0 auto 2rem}.hero-module-scss-module__yjEUKG__hero-actions,.hero-module-scss-module__yjEUKG__hero-stats{justify-content:center}.hero-module-scss-module__yjEUKG__hero-right{max-width:600px;margin:0 auto}}@media (max-width:768px){.hero-module-scss-module__yjEUKG__hero-title{font-size:2.4rem}.hero-module-scss-module__yjEUKG__hero-actions{flex-direction:column}.hero-module-scss-module__yjEUKG__hero-stats{flex-direction:column;gap:1rem}}
@keyframes ticker-bar-module-scss-module__bWdUYq__tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-bar-module-scss-module__bWdUYq__ticker{border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);background:var(--surface);padding:.75rem 0;position:relative;overflow:hidden}.ticker-bar-module-scss-module__bWdUYq__ticker-track{gap:3rem;width:max-content;animation:30s linear infinite ticker-bar-module-scss-module__bWdUYq__tickerScroll;display:flex}.ticker-bar-module-scss-module__bWdUYq__ticker-item{white-space:nowrap;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.ticker-bar-module-scss-module__bWdUYq__ticker-symbol{color:var(--foreground);font-weight:600}.ticker-bar-module-scss-module__bWdUYq__ticker-up{color:#00d991}.ticker-bar-module-scss-module__bWdUYq__ticker-down{color:#f85149}
.about-section-module-scss-module__S81-RW__section{background:var(--background);padding:6rem 2rem;position:relative}.about-section-module-scss-module__S81-RW__section-inner{max-width:1200px;margin:0 auto}.about-section-module-scss-module__S81-RW__section-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#00d9910d;border:1px solid #00d99126;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-flex}.about-section-module-scss-module__S81-RW__section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.about-section-module-scss-module__S81-RW__title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.about-section-module-scss-module__S81-RW__about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.about-section-module-scss-module__S81-RW__about-image-wrapper{border:1px solid var(--surface-border);border-radius:20px;position:relative;overflow:hidden}.about-section-module-scss-module__S81-RW__about-image-wrapper img{width:100%;height:auto;display:block}.about-section-module-scss-module__S81-RW__about-text h3{letter-spacing:-.5px;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.about-section-module-scss-module__S81-RW__about-text p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.8}.about-section-module-scss-module__S81-RW__about-highlights{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.about-section-module-scss-module__S81-RW__about-highlight{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.about-section-module-scss-module__S81-RW__about-highlight-icon{width:24px;height:24px;color:var(--primary);background:#00d9911f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}@media (max-width:1024px){.about-section-module-scss-module__S81-RW__about-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-section-module-scss-module__S81-RW__section-title{font-size:1.9rem}}
.free-features-module-scss-module__16VViq__section{background:var(--surface);padding:6rem 2rem;position:relative}.free-features-module-scss-module__16VViq__section-inner{max-width:1200px;margin:0 auto}.free-features-module-scss-module__16VViq__section-center{text-align:center}.free-features-module-scss-module__16VViq__section-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#00d9910d;border:1px solid #00d99126;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-flex}.free-features-module-scss-module__16VViq__section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.free-features-module-scss-module__16VViq__title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.free-features-module-scss-module__16VViq__section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.free-features-module-scss-module__16VViq__features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.free-features-module-scss-module__16VViq__feature-card{border:1px solid var(--surface-border);background:var(--gradient-card);border-radius:16px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.free-features-module-scss-module__16VViq__feature-card:before{content:"";background:var(--gradient-primary);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.free-features-module-scss-module__16VViq__feature-card:hover{border-color:#00d99133;transform:translateY(-4px);box-shadow:0 0 30px #00d99114,0 20px 40px #0000004d}.free-features-module-scss-module__16VViq__feature-card:hover:before{opacity:1}.free-features-module-scss-module__16VViq__feature-card h3{letter-spacing:-.3px;margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.free-features-module-scss-module__16VViq__feature-card p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.free-features-module-scss-module__16VViq__feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.3rem;display:flex}.free-features-module-scss-module__16VViq__feature-icon-green{color:var(--primary);background:#00d9911a}.free-features-module-scss-module__16VViq__feature-icon-blue{color:var(--accent);background:#3b82f61a}.free-features-module-scss-module__16VViq__feature-icon-purple{color:#8b5cf6;background:#8b5cf61a}.free-features-module-scss-module__16VViq__feature-tag{text-transform:uppercase;letter-spacing:.5px;color:var(--primary);background:#00d9911a;border-radius:6px;margin-bottom:1rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}@media (max-width:768px){.free-features-module-scss-module__16VViq__section-title{font-size:1.9rem}.free-features-module-scss-module__16VViq__features-grid{grid-template-columns:1fr}}
.premium-features-module-scss-module__C5tD0a__section{background:var(--background);padding:6rem 2rem;position:relative;overflow:hidden}.premium-features-module-scss-module__C5tD0a__premium-glow{pointer-events:none;background:radial-gradient(circle,#8b5cf60f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.premium-features-module-scss-module__C5tD0a__section-inner{max-width:1200px;margin:0 auto}.premium-features-module-scss-module__C5tD0a__section-center{text-align:center}.premium-features-module-scss-module__C5tD0a__section-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#00d9910d;border:1px solid #00d99126;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-flex}.premium-features-module-scss-module__C5tD0a__section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.premium-features-module-scss-module__C5tD0a__title-gradient{background:var(--gradient-accent);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.premium-features-module-scss-module__C5tD0a__section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.premium-features-module-scss-module__C5tD0a__premium-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;display:grid}.premium-features-module-scss-module__C5tD0a__premium-card{background:linear-gradient(135deg,#8b5cf60d 0%,#0d1117cc 100%);border:1px solid #8b5cf626;border-radius:16px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.premium-features-module-scss-module__C5tD0a__premium-card:before{content:"";background:var(--gradient-accent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.premium-features-module-scss-module__C5tD0a__premium-card:hover{border-color:#8b5cf64d;transform:translateY(-4px);box-shadow:0 0 30px #8b5cf61a,0 20px 40px #0000004d}.premium-features-module-scss-module__C5tD0a__premium-card:hover:before{opacity:1}.premium-features-module-scss-module__C5tD0a__premium-card h3{letter-spacing:-.3px;margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.premium-features-module-scss-module__C5tD0a__premium-card p{color:var(--text-muted);font-size:.88rem;line-height:1.65}.premium-features-module-scss-module__C5tD0a__feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.3rem;display:flex}.premium-features-module-scss-module__C5tD0a__feature-icon-green{color:var(--primary);background:#00d9911a}.premium-features-module-scss-module__C5tD0a__feature-icon-blue{color:var(--accent);background:#3b82f61a}.premium-features-module-scss-module__C5tD0a__feature-icon-purple{color:#8b5cf6;background:#8b5cf61a}@media (max-width:1024px){.premium-features-module-scss-module__C5tD0a__premium-grid{grid-template-columns:1fr}}@media (max-width:768px){.premium-features-module-scss-module__C5tD0a__section-title{font-size:1.9rem}}
.broker-section-module-scss-module__VhpEGa__section{background:var(--surface);padding:6rem 2rem;position:relative}.broker-section-module-scss-module__VhpEGa__section-inner{max-width:1200px;margin:0 auto}.broker-section-module-scss-module__VhpEGa__section-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#00d9910d;border:1px solid #00d99126;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-flex}.broker-section-module-scss-module__VhpEGa__section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.broker-section-module-scss-module__VhpEGa__title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.broker-section-module-scss-module__VhpEGa__broker-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.broker-section-module-scss-module__VhpEGa__broker-cards{flex-direction:column;gap:1.25rem;display:flex}.broker-section-module-scss-module__VhpEGa__broker-card{border:1px solid var(--surface-border);background:var(--gradient-card);border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem 2rem;transition:all .3s;display:flex}.broker-section-module-scss-module__VhpEGa__broker-card:hover{border-color:#00d99133;transform:translate(8px)}.broker-section-module-scss-module__VhpEGa__broker-logo{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;font-weight:800;display:flex}.broker-section-module-scss-module__VhpEGa__broker-angel{color:#fff;background:linear-gradient(135deg,#ff6b35,#f7931e)}.broker-section-module-scss-module__VhpEGa__broker-upstox{color:#fff;background:linear-gradient(135deg,#6c3ed6,#8b5cf6)}.broker-section-module-scss-module__VhpEGa__broker-info h4{margin-bottom:.3rem;font-size:1.05rem;font-weight:700}.broker-section-module-scss-module__VhpEGa__broker-info p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.broker-section-module-scss-module__VhpEGa__broker-coming-soon{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;background:#3b82f61a;border-radius:4px;margin-left:.5rem;padding:.2rem .5rem;font-size:.65rem;font-weight:600;display:inline-block}.broker-section-module-scss-module__VhpEGa__broker-text h3{letter-spacing:-.5px;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.broker-section-module-scss-module__VhpEGa__broker-text p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.8}.broker-section-module-scss-module__VhpEGa__broker-steps{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.broker-section-module-scss-module__VhpEGa__broker-step{align-items:flex-start;gap:.75rem;display:flex}.broker-section-module-scss-module__VhpEGa__broker-step-num{background:var(--gradient-primary);color:#06080f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.broker-section-module-scss-module__VhpEGa__broker-step-text{color:var(--text-secondary);padding-top:.2rem;font-size:.9rem;line-height:1.5}@media (max-width:1024px){.broker-section-module-scss-module__VhpEGa__broker-grid{grid-template-columns:1fr}}@media (max-width:768px){.broker-section-module-scss-module__VhpEGa__section-title{font-size:1.9rem}}
.platform-showcase-module-scss-module__MtzEKG__section{background:var(--background);padding:6rem 2rem;position:relative;overflow:hidden}.platform-showcase-module-scss-module__MtzEKG__section-inner{max-width:1200px;margin:0 auto}.platform-showcase-module-scss-module__MtzEKG__section-center{text-align:center}.platform-showcase-module-scss-module__MtzEKG__section-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#00d9910d;border:1px solid #00d99126;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-flex}.platform-showcase-module-scss-module__MtzEKG__section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.platform-showcase-module-scss-module__MtzEKG__title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.platform-showcase-module-scss-module__MtzEKG__section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.platform-showcase-module-scss-module__MtzEKG__showcase-image-wrapper{border:1px solid var(--surface-border);border-radius:20px;margin-top:3rem;position:relative;overflow:hidden;box-shadow:0 0 60px #00d99114,0 30px 80px #0006}.platform-showcase-module-scss-module__MtzEKG__showcase-image-wrapper img{width:100%;height:auto;display:block}.platform-showcase-module-scss-module__MtzEKG__showcase-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#06080f99 100%);position:absolute;inset:0}@media (max-width:768px){.platform-showcase-module-scss-module__MtzEKG__section-title{font-size:1.9rem}}
.cta-section-module-scss-module__WBhTvG__section{background:var(--surface);padding:6rem 2rem;position:relative;overflow:hidden}.cta-section-module-scss-module__WBhTvG__cta-glow{pointer-events:none;background:radial-gradient(#00d99114 0%,#0000 60%);width:700px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section-module-scss-module__WBhTvG__section-inner{max-width:1200px;margin:0 auto}.cta-section-module-scss-module__WBhTvG__cta-card{text-align:center;z-index:2;background:linear-gradient(135deg,#00d9910a 0%,#0d1117e6 100%);border:1px solid #00d99126;border-radius:24px;max-width:720px;margin:0 auto;padding:4rem 3rem;position:relative}.cta-section-module-scss-module__WBhTvG__cta-card h2{letter-spacing:-1px;margin-bottom:1rem;font-size:2.2rem;font-weight:800}.cta-section-module-scss-module__WBhTvG__cta-card p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.7}.cta-section-module-scss-module__WBhTvG__title-gradient{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.cta-section-module-scss-module__WBhTvG__btn-cta{background:var(--gradient-primary);color:#06080f;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;margin:0 auto;padding:.95rem 2.5rem;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex}.cta-section-module-scss-module__WBhTvG__btn-cta:hover{box-shadow:0 0 30px var(--primary-glow),0 8px 30px #0000004d;transform:translateY(-2px)}.cta-section-module-scss-module__WBhTvG__cta-price{color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.cta-section-module-scss-module__WBhTvG__cta-price-amount{color:var(--primary);margin:0 .3rem;font-size:1.6rem;font-weight:800}
.footer-module-scss-module__oF54tG__footer{background:var(--background);border-top:1px solid var(--surface-border);padding:3rem 2rem}.footer-module-scss-module__oF54tG__footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.footer-module-scss-module__oF54tG__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.footer-module-scss-module__oF54tG__logo-icon{background:var(--gradient-primary);color:#06080f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:800;display:flex}.footer-module-scss-module__oF54tG__logo-text{letter-spacing:-.5px;background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:700}.footer-module-scss-module__oF54tG__footer-brand p{color:var(--text-muted);max-width:280px;margin-top:.75rem;font-size:.85rem;line-height:1.7}.footer-module-scss-module__oF54tG__footer-column h4{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem;font-weight:700}.footer-module-scss-module__oF54tG__footer-column a{color:var(--text-muted);padding:.3rem 0;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.footer-module-scss-module__oF54tG__footer-column a:hover{color:var(--primary)}.footer-module-scss-module__oF54tG__footer-bottom{border-top:1px solid var(--surface-border);max-width:1200px;color:var(--text-muted);justify-content:space-between;align-items:center;margin:2rem auto 0;padding-top:1.5rem;font-size:.8rem;display:flex}.footer-module-scss-module__oF54tG__footer-socials{gap:1rem;display:flex}.footer-module-scss-module__oF54tG__footer-socials a{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-module-scss-module__oF54tG__footer-socials a:hover{color:var(--primary)}@media (max-width:1024px){.footer-module-scss-module__oF54tG__footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-module-scss-module__oF54tG__footer-inner{grid-template-columns:1fr}.footer-module-scss-module__oF54tG__footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
