*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;background:#e6e6fa;min-height:100vh}body,h1{color:#2d3748}h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}h2{font-size:2.5rem;margin-bottom:1rem}h2,h3{font-weight:600;color:#2d3748}h3{font-size:1.5rem;margin-bottom:.75rem}p{font-size:1.125rem;margin-bottom:1rem;color:#4a5568;line-height:1.7}section{padding:4rem 2rem}.container,section{max-width:1200px;margin:0 auto}.container{padding:0 2rem}.hero{background:#e6e6fa;color:#2d3748;text-align:center;padding:6rem 2rem;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero h1{color:#2d3748;background:none;font-size:4rem;margin-bottom:1.5rem}.hero p{font-size:1.25rem;margin-bottom:2rem;color:#4a5568;max-width:600px;margin-left:auto;margin-right:auto}.hero-visual{margin-top:4rem;text-align:center;background:white;border-radius:20px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.cta-button,a.cta-button{background:#9370db;color:white;padding:1rem 2rem;text-decoration:none;border-radius:12px;display:inline-block;margin:1rem .5rem;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(147,112,219,.3);border:none;cursor:pointer}.cta-button:hover,a.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(147,112,219,.4);background:#8a2be2}.cta-button.secondary{background:transparent;border:2px solid #9370db;color:#9370db;box-shadow:none}.cta-button.secondary:hover{background:#9370db;color:white}.benefits,.how-it-works{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.benefit,.step{background:white;border-radius:16px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.2)}.benefit:hover,.step:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.benefit h3,.step h3{color:#9370db;margin-bottom:1rem}.content-section{background:white;margin:2rem 0;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.content-section:nth-child(2n){background:#f5f5ff}footer{background:#2d3748;color:white;text-align:center;padding:3rem 2rem;margin-top:4rem}footer p{color:#a0aec0;margin-bottom:0}@media (max-width:768px){h1{font-size:2.5rem}.hero h1{font-size:3rem}h2{font-size:2rem}section{padding:2rem 1rem}.hero{padding:4rem 1rem}.benefits,.how-it-works{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-center{text-align:center}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}.gradient-text{color:#9370db}