.landing-wrapper{background-color:var(--bg-primary);color:var(--text-primary);max-width:100vw;font-family:Inter,sans-serif;overflow-x:hidden}.section-container{max-width:1400px;margin:0 auto;padding:10rem 4rem}.landing-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0f1499;border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 4rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{background:#0a0f14d9;border-bottom-color:#ffffff14;height:72px}.nav-link{color:var(--text-secondary);border-radius:8px;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:var(--accent-light);background:#10b9810d}.nav-link.active{color:var(--accent-light);font-weight:600}.hero-section{background:radial-gradient(circle at 70% 30%,#10b98126,transparent 45%),radial-gradient(circle at 20% 70%,#3b82f61a,transparent 45%),var(--bg-primary);align-items:center;max-width:100vw;min-height:100vh;padding:8rem 4rem 4rem;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.hero-content{z-index:2;max-width:800px}.hero-tag{color:var(--accent-light);text-transform:uppercase;letter-spacing:.05em;background:#10b98114;border:1px solid #10b98133;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-flex;box-shadow:0 0 20px #10b9811a}.hero-title{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;line-height:1.05}.hero-title span{background:linear-gradient(135deg,var(--accent-light),#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-description{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.hero-actions{gap:1.25rem;display:flex}.hero-illustration-wrap{z-index:2;justify-content:flex-end;display:flex;position:relative}.hero-illustration{filter:drop-shadow(0 20px 50px #0000004d);width:110%;max-width:700px;height:auto;transition:transform .5s;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg)}.hero-illustration:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.stats-section{background:#ffffff05;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:4rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:4rem;max-width:1400px;margin:0 auto;display:grid}.stat-item{text-align:center}.stat-value{background:linear-gradient(135deg,var(--text-primary),var(--accent-light));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:900}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.9375rem;font-weight:600}.section-header{text-align:center;max-width:800px;margin:0 auto 6rem;display:block!important}.section-title-lg{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:800;line-height:1.1}.section-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.feature-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;padding:3rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card:hover{background:#ffffff0a;border-color:#10b9814d;transform:translateY(-12px);box-shadow:0 30px 60px -12px #00000080}.feature-card:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#10b9811a,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.feature-card:hover:before{opacity:1}.feature-icon-box{width:64px;height:64px;color:var(--accent-light);background:linear-gradient(135deg,#10b98133,#10b9810d);border:1px solid #10b98133;border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.75rem;display:flex}.glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:32px;padding:3rem}.btn-premium{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-premium-primary{background:linear-gradient(135deg,var(--accent-light),#059669);color:#fff;box-shadow:0 10px 25px -5px #10b98166}.btn-premium-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 15px 30px -5px #10b98180}.btn-premium-secondary{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a}.btn-premium-secondary:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}@media (max-width:1200px){.section-container{padding:8rem 2.5rem}.hero-grid{gap:2rem}}@media (max-width:992px){.hero-grid{text-align:center;grid-template-columns:1fr;padding-top:4rem}.hero-content{flex-direction:column;order:2;align-items:center;max-width:100%;display:flex}.hero-illustration-wrap{order:1;justify-content:center;margin-bottom:2rem}.hero-illustration{width:100%;max-width:100%;margin-top:2rem}.hero-description{margin-left:auto;margin-right:auto;font-size:1.125rem}}@media (max-width:768px){.section-container{padding:6rem 1.5rem}.landing-nav{padding:0 1.5rem}.hero-section{padding:6rem 1.5rem 4rem}.hero-title{font-size:3rem}.stat-value{font-size:2.75rem}.feature-card{padding:2rem}.section-header{margin-bottom:4rem}.hero-actions{flex-direction:column;width:100%}.hero-actions button{width:100%}.hidden-mobile{display:none!important}}@media (min-width:769px){.hidden-desktop{display:none!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}@media (max-width:768px){.hamburger-btn{display:flex}}.hamburger-btn span{background-color:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s}.hamburger-btn.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1100;flex-direction:column;padding:2.5rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translate(100%);background:#0a0f14!important}.mobile-menu.open{transform:translate(0)}.mobile-menu-links{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.mobile-menu-links a{color:var(--text-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:800;text-decoration:none}.mobile-menu-actions{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.partners-section{background:#ffffff04;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08;margin-top:-1px;padding:3rem 0;position:relative;overflow:hidden}.partners-title{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:2.5rem;font-size:.8125rem;font-weight:700}.marquee-container{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-content{align-items:center;gap:5rem;width:max-content;padding-right:5rem;animation:35s linear infinite marquee;display:flex}.partner-logo{color:var(--text-secondary);filter:grayscale()opacity(.5);cursor:default;white-space:nowrap;align-items:center;gap:.875rem;font-size:1.375rem;font-weight:800;transition:all .3s;display:flex}.partner-logo:hover{color:var(--text-primary);filter:grayscale(0%)opacity();transform:scale(1.05)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
