.landing-pages-page{background:#000;width:100%;min-height:100vh;position:relative;overflow-x:hidden}.lp-hero-section{z-index:2;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.lp-hero-content{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.lp-hero-text{flex:1;max-width:600px}.lp-hero-title{color:#fff;letter-spacing:-2px;text-transform:uppercase;margin:0 0 1.5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1}.lp-hero-title span{display:block}.lp-hero-title span:last-child{background:linear-gradient(135deg,#b19eef 0%,#5227ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero-description{color:#ffffffb3;margin:0 0 2rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.7}.lp-hero-button{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:2px solid #5227ff;padding:1rem 2.5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.lp-hero-button:hover{background:#5227ff;box-shadow:0 0 20px #5227ff80}.lp-hero-logo{flex-shrink:0}.lp-hero-logo .netreach-icon{width:clamp(10rem,20vw,16rem)!important;height:clamp(10rem,20vw,16rem)!important}.lp-hero-logo .netreach-n{font-size:clamp(10rem,20vw,16rem)!important}.lp-diff-section{z-index:2;width:100%;padding:6rem 2rem;position:relative}.lp-diff-content{max-width:1200px;margin:0 auto}.lp-diff-header{max-width:700px;margin-bottom:4rem}.lp-diff-label{color:#5227ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;display:inline-block}.lp-diff-title{color:#fff;letter-spacing:-2px;text-transform:uppercase;margin:0 0 1.5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.1}.lp-diff-description{color:#ffffffb3;margin:0 0 2rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.7}.lp-diff-button{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:2px solid #5227ff;padding:1rem 2.5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.lp-diff-button:hover{background:#5227ff;box-shadow:0 0 20px #5227ff80}.lp-stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.lp-stat-card{text-align:center;background:#0f0f0f;border:1px solid #8b5cf633;border-radius:1rem;padding:2rem;transition:border-color .3s,transform .3s}.lp-stat-card:hover{border-color:#8b5cf680;transform:translateY(-5px)}.lp-stat-value{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.lp-stat-number{color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3.5rem;font-weight:700;line-height:1}.lp-stat-suffix{color:#5227ff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:700}.lp-stat-label{color:#fff9;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375rem;font-weight:500}.lp-process-section{z-index:2;width:100%;padding:6rem 2rem;position:relative}.lp-process-content{max-width:1200px;margin:0 auto}.lp-process-header{max-width:700px;margin-bottom:4rem}.lp-process-label{color:#5227ff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;display:inline-block}.lp-process-title{color:#fff;letter-spacing:-2px;text-transform:uppercase;margin:0 0 1.5rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.1}.lp-process-description{color:#ffffffb3;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.7}.lp-process-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.lp-step-card{background:linear-gradient(145deg,#0f0f0f 0%,#1a1a2e 100%);border:1px solid #8b5cf640;border-radius:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.lp-step-card:before{content:"";opacity:0;background:linear-gradient(90deg,#5227ff,#b19eef);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.lp-step-card:hover{border-color:#8b5cf699;transform:translateY(-8px);box-shadow:0 20px 40px #5227ff26}.lp-step-card:hover:before{opacity:1}.lp-step-card--2,.lp-step-card--5{margin-top:3rem}.lp-step-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.lp-step-icon{color:#b19eef;flex-shrink:0;width:48px;height:48px;transition:all .3s}.lp-step-icon svg{width:100%;height:100%}.lp-step-card:hover .lp-step-icon{color:#5227ff;transform:scale(1.1)}.lp-step-number{color:#fff;background:linear-gradient(135deg,#5227ff 0%,#b19eef 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 15px #5227ff66}.lp-step-content{flex:1}.lp-step-title{color:#fff;margin:0 0 .75rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3}.lp-step-description{color:#fff9;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.65}.lp-step-connector{display:none}.lp-cta-section{z-index:2;justify-content:center;width:100%;padding:6rem 2rem;display:flex;position:relative}.lp-cta-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;display:flex}.lp-cta-title{color:#fff;letter-spacing:-2px;text-transform:uppercase;flex-direction:column;align-items:center;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.1;display:flex}.lp-cta-button{color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:2px solid #5227ff;border-radius:0;margin-top:1rem;padding:1rem 3rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.lp-cta-button:hover{color:#fff;background:#5227ff;box-shadow:0 0 20px #5227ff80}.lp-cta-logo{margin-top:3rem}.lp-cta-logo .netreach-icon{width:clamp(4rem,8vw,6rem)!important;height:clamp(4rem,8vw,6rem)!important}.lp-cta-logo .netreach-n{font-size:clamp(4rem,8vw,6rem)!important}@media (max-width:1024px){.lp-hero-content{text-align:center;flex-direction:column}.lp-hero-text{max-width:100%}.lp-hero-logo{order:-1}.lp-stats-grid{grid-template-columns:repeat(2,1fr)}.lp-diff-title,.lp-process-title,.lp-cta-title{font-size:2.5rem}.lp-process-grid{grid-template-columns:repeat(2,1fr)}.lp-step-card--2,.lp-step-card--5{margin-top:0}}@media (max-width:640px){.lp-hero-section{min-height:auto;padding:6rem 1rem 3rem}.lp-hero-title{letter-spacing:-1px;font-size:2rem}.lp-hero-description{font-size:1rem}.lp-diff-section,.lp-process-section{padding:4rem 1rem}.lp-diff-title,.lp-process-title{letter-spacing:-1px;font-size:2rem}.lp-diff-description,.lp-process-description{font-size:1rem}.lp-stats-grid{grid-template-columns:1fr;gap:1rem}.lp-stat-card{padding:1.5rem}.lp-stat-number{font-size:2.5rem}.lp-process-grid{grid-template-columns:1fr;gap:1.5rem}.lp-step-card{padding:1.5rem}.lp-step-card:hover{transform:translateY(-5px)}.lp-step-icon{width:40px;height:40px}.lp-step-number{width:36px;height:36px;font-size:1rem}.lp-step-title{font-size:1.125rem}.lp-cta-section{padding:4rem 1rem}.lp-cta-title{letter-spacing:-1px;font-size:2rem}}
