*{margin:0;padding:0;box-sizing:border-box}body,html{max-width:100%;overflow-x:hidden;font-family:Arial,sans-serif;background-color:#fff;scroll-behavior:smooth;line-height:1.6;color:#333}a{cursor:pointer}nav ul li a{cursor:pointer}.hero-btn,.service a,button{cursor:pointer}.logo{cursor:pointer}.menu-icon{cursor:pointer}.partner-logos img{cursor:pointer}.feature img{cursor:pointer}.service{cursor:pointer}.testimonial{cursor:default}.testimonial img{cursor:pointer}.footer-column a{cursor:pointer}h1,h2,h3,h4,h5,h6,p{cursor:default}.selectable-text{cursor:text}.help-icon{cursor:help}.disabled{cursor:not-allowed}.container{max-width:1500px;margin:0 auto;padding:0 20px}.color-primary{color:#5e42a6}.color-secondary{color:#e7a5bc}header{padding:20px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo{display:flex;align-items:center}.logo h1{font-size:1.5rem;margin:0;display:flex;align-items:center}.logo img{height:30px;margin-right:10px}.menu-icon{display:none;cursor:pointer;width:30px;height:25px;position:relative}.hamburger{width:100%;height:100%;position:relative;transform:rotate(0);transition:.5s ease-in-out;cursor:pointer}.hamburger span{display:block;position:absolute;height:3px;width:100%;background:#5e42a6;border-radius:9px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out;cursor:pointer}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:10px}.hamburger span:nth-child(3){top:20px}.hamburger.open span:nth-child(1){top:10px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:10px;transform:rotate(-135deg)}nav{display:flex}nav ul{display:flex;list-style-type:none;gap:30px;margin:0;padding:0}nav ul li a{text-decoration:none;color:#5e42a6;font-weight:500;transition:color .3s ease}nav ul li a:hover{color:#e7a5bc}@media (max-width:768px){.navbar{flex-wrap:wrap}.menu-icon{display:block}nav{display:none;width:100%;order:3;margin-top:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}nav.active{display:block}nav ul{flex-direction:column;padding:20px}nav ul li{margin-bottom:15px}nav ul li:last-child{margin-bottom:0}nav ul li a{display:block;padding:10px 15px;border-radius:5px;transition:background-color .3s ease}nav ul li a:hover{background-color:#e7e7e7}}.logo img{width:24px;height:24px;margin-right:10px;border-radius:50%}nav ul li a{text-decoration:none;color:#333;font-size:1rem;font-weight:500;transition:color .3s ease}nav ul li a:hover{color:#5e42a6}.hero{display:flex;justify-content:space-between;align-items:center;padding:50px 20px;min-height:80vh}.hero-content{flex:1;max-width:50%}.hero-content h1{font-size:2.5rem;margin-bottom:20px}.hero-content p{font-size:1.1rem;margin-bottom:20px}.hero-btn{background-color:#5e42a6;color:#fff;padding:10px 20px;text-decoration:none;display:inline-block;border-radius:5px;font-weight:700}.hero img{max-width:45%;height:auto;object-fit:contain}.partners{padding:60px 0;text-align:center;background-color:#fff}.partners h2{color:#5e42a6;font-size:2rem;margin-bottom:40px}.partner-logos{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1200px;margin:0 auto}.partner-logos img{max-width:150px;height:auto;margin:20px;opacity:.7;transition:opacity .3s ease}.partner-logos img:hover{opacity:1}.features{display:flex;flex-direction:column;justify-content:space-around;padding:60px}.feature{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.feature:nth-child(odd){flex-direction:row-reverse}.feature img{max-width:50%;width:100%;height:auto;margin-left:20px}.feature-content{max-width:600px}.feature-content p:first-child{font-size:1.2rem;font-weight:lighter;color:#e7a5bc;margin-bottom:10px}.feature-content h3{font-size:2rem;margin-bottom:10px;color:#5e42a6}.feature-content p:last-child{font-size:1rem;margin-top:5px;color:#333}.services{text-align:center;padding:60px 20px}.services h2{color:#5e42a6;font-size:2.5rem;margin-bottom:20px}.services>p{max-width:800px;margin:0 auto 40px;color:#666}.service-cards{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.service{background-color:#e3f1fe;border-radius:15px;padding:30px;width:30%;text-align:center;transition:transform .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.service:hover{transform:translateY(-5px)}.service img{width:80px;height:80px;margin-bottom:20px}.service h3{color:#5e42a6;font-size:1.5rem;margin-bottom:15px}.service p{text-align:left;color:#666;font-size:.9rem;margin-bottom:20px}.service ul{text-align:left;padding-left:20px;margin-bottom:20px}.service ul li{color:#666;font-size:.9rem;margin-bottom:10px}.service a{display:inline-block;padding:10px 20px;background-color:#f0f0f0;color:#5e42a6;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease}.service a:hover{background-color:#e0e0e0}@media (max-width:768px){.service-cards{flex-direction:column;align-items:center}.service{width:100%;margin-bottom:30px}}.testimonials{text-align:center;padding:60px 20px;background-color:#fff}.testimonials h2{color:#5e42a6;font-size:2.5rem;margin-bottom:40px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:0 auto}.testimonial{background-color:#fff;border-radius:15px;padding:30px;text-align:left;display:flex;flex-direction:column}.testimonial img{width:60px;height:60px;border-radius:50%;margin-bottom:20px}.testimonial p{font-size:.9rem;color:#666;margin-bottom:20px;flex-grow:1}.testimonial span{font-weight:700;color:#5e42a6;align-self:flex-end}.testimonials{text-align:center;padding:60px 20px;background-color:#fff}.testimonials h2{color:#5e42a6;font-size:2.5rem;margin-bottom:40px}.testimonial-highlight{display:flex;align-items:center;justify-content:space-between;border-radius:15px;padding:40px;margin-bottom:40px}.testimonial-highlight>img{width:300px;height:auto;margin-right:40px}.testimonial-quote{flex:1;text-align:left;position:relative;padding:30px;background-color:#fff;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;align-items:center}.testimonial-quote::after,.testimonial-quote::before{content:'"';font-size:4rem;color:#5e42a6;position:absolute;opacity:.2}.testimonial-quote::before{top:-10px;left:10px}.testimonial-quote::after{content:'"';font-size:4rem;color:#5e42a6;position:absolute;bottom:-40px;right:-10px;opacity:.2;bottom:-30px;right:10px}.testimonial-quote img{width:60px;height:60px;border-radius:50%;margin-right:20px}.testimonial-quote-content{flex:1}.testimonial-quote p{font-size:1rem;color:#333;line-height:1.6;margin-bottom:10px}.testimonial-quote span{font-weight:700;color:#5e42a6;font-size:.9rem}@media (max-width:768px){.testimonial-highlight{flex-direction:column;padding:30px}.testimonial-highlight>img{width:150px;margin-right:0;margin-bottom:30px}.testimonial-quote{padding:20px;flex-direction:column;align-items:flex-start}.testimonial-quote img{margin-right:0;margin-bottom:15px}}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonial{margin-bottom:30px}}.discover{text-align:center;padding:60px 20px;background-color:#fff}.discover h2{color:#5e42a6;font-size:2.5rem;margin-bottom:40px}.discover img{max-width:100%;height:auto;margin-bottom:30px}footer{background-color:#f7faff;padding:60px 20px 20px;color:#333}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto}.footer-logo{flex:1 1 300px;margin-bottom:30px;margin-right:30px}.footer-logo h3{font-size:1.5rem;margin-bottom:15px}.footer-links{display:flex;flex:2 1 600px;justify-content:space-between;gap:30px}.footer-column{flex:1;margin-bottom:30px;margin-right:40px}.footer-column:last-child{margin-right:0}.footer-column h4{font-size:1.2rem;margin-bottom:15px}.footer-column ul{list-style-type:none;padding:0}.footer-column ul li{margin-bottom:10px}.footer-column a{color:#333;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px}@media (max-width:768px){.footer-content,.footer-links{flex-direction:column}.footer-links,.footer-logo{flex:none}.navbar{align-items:flex-start}nav ul{flex-direction:column;gap:15px;margin-top:20px}nav li{border-bottom:1px dotted #5e42a6}.features{padding:20px}.feature{flex-direction:column;align-items:flex-start}.feature img{margin-left:0;margin-bottom:20px}.feature-content{max-width:100%}.partner-logos{justify-content:center}.partner-logos img{max-width:120px;margin:15px}.hero{flex-direction:column;text-align:center;padding:30px 20px}.hero-content{max-width:100%;margin-bottom:30px}.hero-content h1{font-size:2rem}.hero img{max-width:80%;margin-top:20px}.feature{flex-direction:column-reverse;align-items:center;text-align:center;margin-bottom:40px}.feature img{max-width:80%;margin-left:0;margin-bottom:20px}.feature-content{max-width:100%}.feature-content p:first-child{font-size:1rem}.feature:nth-child(odd){flex-direction:column-reverse}.feature-content h3{font-size:1.5rem}.feature-content p:last-child{font-size:.9rem}.service-cards,.testimonials-grid{flex-direction:column;align-items:center}.feature,.service,.testimonial{margin-bottom:20px}.hero-btn{margin-bottom:20px}.features,.services,.testimonials{padding-left:15px;padding-right:15px}.partners{padding-left:10px;padding-right:10px}}