*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,-apple-system,sans-serif;background-color:#050505;color:#fff;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.bg-glow{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.glow-1,.glow-2{position:absolute;border-radius:50%;filter:blur(150px);opacity:.3}.glow-1{background:#25F4EE;width:600px;height:600px;top:-20%;left:-10%}.glow-2{background:#FE2C55;width:500px;height:500px;bottom:-10%;right:-10%}.hdr{position:relative;z-index:10;padding:1.5rem 5%;display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;width:100%}.logo-wrap img{height:36px;width:auto}.main-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;padding:3rem 5%;max-width:1400px;margin:0 auto;width:100%}.hero-section{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:640px}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-0.02em}h1 span{background:linear-gradient(90deg,#25F4EE,#FE2C55);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subhead{font-size:clamp(1.125rem,2vw,1.25rem);color:#a1a1aa;line-height:1.6;margin-bottom:2.5rem}.cta-btn{display:inline-flex;align-items:center;justify-content:center;background:#FE2C55;color:#fff;font-weight:700;font-size:1.125rem;padding:1.25rem 2.5rem;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 8px 24px rgba(254,44,85,.25)}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(254,44,85,.4)}.cta-btn:focus-visible{outline:2px solid #25F4EE;outline-offset:4px}.stats-grid{display:flex;gap:3rem;margin-top:3.5rem;padding-top:3.5rem;border-top:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-num{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;color:#fff}.stat-label{font-size:clamp(.875rem,1.5vw,1rem);color:#a1a1aa}.steps-wrapper{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.steps-header{margin-bottom:2.5rem}.steps-subtitle{color:#25F4EE;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;display:block}.steps-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700}.steps-list{display:flex;flex-direction:column;gap:2rem}.step-card{display:flex;gap:1.5rem;align-items:flex-start}.step-num{font-size:3rem;font-weight:700;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.15);line-height:1}.step-text h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff}.step-text p{font-size:clamp(.875rem,1.5vw,1rem);color:#a1a1aa;line-height:1.5}.ftr{position:relative;z-index:10;text-align:center;padding:2rem 5%;color:#52525b;font-size:.875rem}@media(max-width:1024px){.hero-section{grid-template-columns:1fr;gap:3rem}.stats-grid{margin-top:2.5rem;padding-top:2.5rem}.steps-wrapper{padding:2.5rem}}@media(max-width:768px){.hdr{padding:1rem 5%}.main-content{padding:2rem 5%}.stats-grid{flex-direction:column;gap:1.5rem}.steps-wrapper{padding:2rem}.step-card{flex-direction:column;gap:1rem}}