*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1a1a1a}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:120px 0;text-align:center}.hero h1{font-size:4rem;font-weight:800;margin-bottom:30px;line-height:1.1}.hero .subtitle{font-size:1.8rem;font-weight:300;margin-bottom:50px;opacity:.9}.hero .cta-primary{display:inline-block;background:#ff6b6b;color:white;padding:20px 40px;font-size:1.3rem;text-decoration:none;border-radius:50px;font-weight:600;transition:transform .2s}.hero .cta-primary:hover{transform:translateY(-2px)}.problem{background:#ff6b6b;color:white;padding:100px 0;text-align:center}.problem h2{font-size:3rem;font-weight:700;margin-bottom:40px}.problem p{font-size:1.5rem;max-width:800px;margin:0 auto;font-weight:300}.solution{background:#4ecdc4;color:white;padding:100px 0;text-align:center}.solution h2{font-size:3rem;font-weight:700;margin-bottom:40px}.solution p{font-size:1.5rem;max-width:800px;margin:0 auto 50px;font-weight:300}.pillars{background:#45b7d1;color:white;padding:100px 0}.pillars h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:80px}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:60px;margin-top:60px}.pillar{text-align:center}.pillar h3{font-size:2.2rem;font-weight:600;margin-bottom:25px}.pillar p{font-size:1.3rem;font-weight:300}.process{background:#96ceb4;color:white;padding:100px 0}.process h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:80px}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1000px;margin:0 auto}.step{text-align:center;background:rgba(255,255,255,.1);padding:40px 20px;border-radius:20px}.step-number{font-size:2.5rem;font-weight:800;margin-bottom:15px}.step h3{font-size:1.4rem;font-weight:600;margin-bottom:15px}.step p{font-size:1.1rem;font-weight:300}.results{background:#feca57;color:#1a1a1a;padding:100px 0;text-align:center}.results h2{font-size:3rem;font-weight:700;margin-bottom:40px}.results p{font-size:1.5rem;max-width:800px;margin:0 auto;font-weight:400}.cta{background:#2c2c54;color:white;padding:100px 0;text-align:center}.cta h2{font-size:3rem;font-weight:700;margin-bottom:30px}.cta p{font-size:1.4rem;margin-bottom:50px;font-weight:300}.contact-form{max-width:500px;margin:0 auto}.form-group{margin-bottom:25px;text-align:left}.form-group input,.form-group textarea{width:100%;padding:15px;font-size:1.1rem;border:none;border-radius:10px;background:rgba(255,255,255,.9)}.form-group textarea{height:120px;resize:vertical}.submit-btn{background:#ff6b6b;color:white;padding:18px 50px;font-size:1.2rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:transform .2s}.submit-btn:hover{transform:translateY(-2px)}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.3rem}.cta h2,.pillars h2,.problem h2,.process h2,.results h2,.solution h2{font-size:2rem}.problem p,.results p,.solution p{font-size:1.2rem}}