.main-gradient{background:linear-gradient(325deg,rgb(0,132,255),rgb(152,148,209));background:linear-gradient(325deg,#a100ff,#ff0068);border-bottom:navy}*{box-sizing:border-box;margin:0;padding:0}.container{width:90%;max-width:1200px;margin:0 auto;padding-top:80px}@media(max-width:800px){.container{font-size:14px}}.header{background-color:#0084ff;color:#fff;text-align:center;padding:2em 0}.header .logo{font-size:2.5em;font-weight:700}.header .tagline{font-size:1.2em;margin-top:.5em}.hero{text-align:center;padding:4em 1em}.hero h2{font-size:2em;margin-bottom:1em}.hero p{font-size:1.2em;margin-bottom:2em}.hero .btn{background-color:#0084ff;color:#fff;padding:1rem 2rem;text-decoration:none;font-weight:700;border-radius:5px;transition:all .3s}.hero .btn:hover{background-color:rgb(0,105.6,204)}.features{padding:4rem 0}.features h2{text-align:center;margin-bottom:3em;font-size:1.5em}.features .feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.features .feature-list .feature{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center}.features .feature-list .feature h3{margin-bottom:1em;color:#0084ff}.features .feature-list .feature p{font-size:1em}.how-it-works{background-color:#00bcd4;color:#fff;padding:4rem 1rem;margin-top:4rem}.how-it-works h2{text-align:center;margin-bottom:2rem}.how-it-works ol{max-width:800px;margin:0 auto}.how-it-works ol li{margin-bottom:1em;font-size:1.1em}.testimonials{padding:4rem 0}.testimonials h2{text-align:center;margin-bottom:3rem}.testimonials .testimonial-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.testimonials .testimonial-list .testimonial{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center}.testimonials .testimonial-list .testimonial p{font-style:italic;margin-bottom:1rem}.testimonials .testimonial-list .testimonial span{font-weight:700;display:block;margin-top:1rem;color:#0084ff}.cta{background-color:#0084ff;color:#fff;text-align:center;padding:4rem 1rem;margin-top:2rem}.cta h2{font-size:2em;margin-bottom:1em}.cta p{font-size:1.2em;margin-bottom:2em}.cta .btn{background-color:#fff;color:#0084ff;padding:1rem 2rem;text-decoration:none;font-weight:700;border-radius:5px}.cta .btn:hover{background-color:hsl(0,0%,90%);color:rgb(0,105.6,204)}.footer{background-color:#333;color:#fff;text-align:center;padding:2rem 0;margin-top:4rem}.footer a{color:#00bcd4;text-decoration:none;margin:0 .5rem}.footer a:hover{text-decoration:underline}