.hero-section{display:grid;margin:0 auto;grid-template-columns:1fr 1fr;height:70vh;position:relative;background:rgba(115,103,240,.02)}.text-content{display:flex;flex-direction:column;justify-content:center;padding:3rem 4rem;z-index:10;text-align:left}@media(max-width:900px){.text-content{text-align:center;padding:2rem}}.text-content h1{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;color:#212121;font-family:Poppins,sans-serif}@media(min-width:768px){.text-content h1{font-size:5rem}}@media(min-width:1024px){.text-content h1{font-size:6rem}}.text-content h1 .gradient-text{background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700}.text-content p{font-size:1.2rem;color:#82868b;max-width:46rem;margin-bottom:2.5rem;line-height:1.6;font-weight:400}@media(min-width:1024px){.text-content p{max-width:46rem;font-size:1.3rem}}.text-content .buttons{display:flex;gap:1.5rem;justify-content:flex-start;margin-bottom:2rem}@media(max-width:900px){.text-content .buttons{justify-content:center;flex-direction:column;align-items:center;gap:1rem}}.text-content .feature-pills{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:900px){.text-content .feature-pills{justify-content:center}}.text-content .feature-pills .feature-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(115,103,240,.08);border:1px solid rgba(115,103,240,.15);border-radius:2rem;color:#7367f0;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.text-content .feature-pills .feature-pill:hover{background:rgba(115,103,240,.12);border-color:rgba(115,103,240,.25);transform:translateY(-2px);box-shadow:0 4px 12px rgba(115,103,240,.15)}.text-content .feature-pills .feature-pill svg{color:#7367f0;flex-shrink:0}.visual-content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin:4rem 3rem;position:relative}@media(max-width:900px){.visual-content{grid-template-columns:1fr;margin:2rem;height:60vh;gap:1.5rem}}.visual-content .visual-column{position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(115,103,240,.1);min-height:400px}.visual-content .visual-column:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px rgba(115,103,240,.25)}.visual-content .visual-column:first-child{border-radius:50% 50% 12px 12px}.visual-content .visual-column:last-child{border-radius:12px 12px 50% 50%}@media(max-width:900px){.visual-content .visual-column{height:100%;min-height:300px}.visual-content .visual-column:first-child,.visual-content .visual-column:last-child{border-radius:12px}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.hero-section{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1)}.hero-section .text-content{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.hero-section .visual-content{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}.hero-section .visual-content .visual-column:first-child{animation-delay:.5s}.hero-section .visual-content .visual-column:nth-child(2){animation-delay:.6s}.features-section{padding:1rem 0;background:linear-gradient(135deg,rgb(255,255,255),rgba(115,103,240,.02) 50%,rgba(156,39,176,.02));position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23f0f0f0" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none}.features-section .section-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.features-section .section-header .section-title{font-size:3rem;font-weight:800;font-family:Poppins,sans-serif;color:#212121;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.features-section .section-header .section-title{font-size:3.5rem}}@media(min-width:1024px){.features-section .section-header .section-title{font-size:4rem}}.features-section .section-header .section-title .gradient-text{background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700}.features-section .section-header .section-subtitle{color:#82868b;max-width:600px;margin:0 auto;font-weight:400;line-height:1.6}.features-section .features-grid{position:relative;z-index:2}.features-section .feature-card{height:100%;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(115,103,240,.1);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.features-section .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);transform:scaleX(0);transition:transform .3s ease}.features-section .feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(115,103,240,.15);border-color:rgba(115,103,240,.2)}.features-section .feature-card:hover:before{transform:scaleX(1)}.features-section .feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.features-section .feature-card .feature-content{padding:2.5rem 2rem;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center}.features-section .feature-card .feature-icon{width:80px;height:80px;border-radius:50%;background:rgba(115,103,240,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.features-section .feature-card .feature-icon:after{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);z-index:-1;opacity:0;transition:opacity .3s ease}.features-section .feature-card .feature-icon svg{transition:all .3s ease}.features-section .feature-card .feature-title{font-size:1.5rem;font-weight:600;font-family:Poppins,sans-serif;color:#212121;margin-bottom:1rem;line-height:1.3}.features-section .feature-card .feature-description{color:#82868b;line-height:1.6;font-weight:400;flex-grow:1;display:flex;align-items:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.feature-card{animation:fadeInUp .6s ease-out}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.how-it-works-section{padding:6rem 0;background:linear-gradient(135deg,rgba(115,103,240,.03),rgb(255,255,255) 50%,rgba(156,39,176,.03));position:relative}.how-it-works-section .section-header{text-align:center;margin-bottom:4rem}.how-it-works-section .section-header .section-title{font-size:3rem;font-weight:800;font-family:Poppins,sans-serif;color:#212121;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.how-it-works-section .section-header .section-title{font-size:3.5rem}}.how-it-works-section .section-header .section-title .gradient-text{background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700}.how-it-works-section .section-header .section-subtitle{color:#82868b;max-width:600px;margin:0 auto;font-weight:400;line-height:1.6}.how-it-works-section .steps-grid{position:relative;margin-bottom:4rem}.how-it-works-section .step-card-wrapper{position:relative;height:100%}.how-it-works-section .step-card{height:100%;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(115,103,240,.1);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible}.how-it-works-section .step-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px rgba(115,103,240,.2);border-color:rgba(115,103,240,.3)}.how-it-works-section .step-card:hover .step-icon{transform:scale(1.1);background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0)}.how-it-works-section .step-card:hover .step-icon svg{color:#fff}.how-it-works-section .step-card .step-content{padding:3rem 2rem 2rem;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center}.how-it-works-section .step-number{position:absolute;top:-20px;right:20px;width:60px;height:60px;border-radius:50%;background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;font-family:Poppins,sans-serif;transition:all .3s ease;border:3px solid #fff;box-shadow:0 4px 15px rgba(115,103,240,.3);z-index:10}.how-it-works-section .step-number:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(115,103,240,.4)}.how-it-works-section .step-icon{width:100px;height:100px;border-radius:50%;background:rgba(115,103,240,.1);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(115,103,240,.2)}.how-it-works-section .step-icon svg{color:#7367f0;transition:all .3s ease}.how-it-works-section .step-title{font-size:1.5rem;font-weight:600;font-family:Poppins,sans-serif;color:#212121;margin-bottom:1rem;line-height:1.3}.how-it-works-section .step-description{color:#82868b;line-height:1.6;font-weight:400;flex-grow:1;display:flex;align-items:center}.how-it-works-section .connection-line{position:absolute;top:50%;right:-2rem;width:4rem;height:2px;background:rgba(115,103,240,.3);transform:translateY(-50%);z-index:1}.how-it-works-section .connection-line:after{content:"";position:absolute;right:-6px;top:-4px;width:0;height:0;border-left:8px solid rgba(115,103,240,.3);border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}@media(max-width:1024px){.how-it-works-section .connection-line{display:none}}.how-it-works-section .cta-section{text-align:center;padding:3rem 2rem;background:rgba(115,103,240,.05);border-radius:20px;border:1px solid rgba(115,103,240,.1)}.how-it-works-section .cta-section .cta-title{font-size:2rem;font-weight:700;font-family:Poppins,sans-serif;color:#212121;margin-bottom:1rem}@media(min-width:768px){.how-it-works-section .cta-section .cta-title{font-size:2.5rem}}.how-it-works-section .cta-section .cta-description{color:#82868b;font-size:1.1rem;max-width:500px;margin:0 auto;line-height:1.6}@keyframes slideInUp{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}.step-card{animation:slideInUp .6s ease-out}.step-card:first-child{animation-delay:.15s}.step-card:nth-child(2){animation-delay:.3s}.step-card:nth-child(3){animation-delay:.45s}.step-card:nth-child(4){animation-delay:.6s}.testimonials-section{padding:6rem 0;background:linear-gradient(135deg,rgb(255,255,255),rgba(115,103,240,.02) 30%,rgba(156,39,176,.02) 70%,rgb(255,255,255));position:relative}.testimonials-section .section-header{text-align:center;margin-bottom:4rem}.testimonials-section .section-header .section-title{font-size:3rem;font-weight:800;font-family:Poppins,sans-serif;color:#212121;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.testimonials-section .section-header .section-title{font-size:3.5rem}}.testimonials-section .section-header .section-title .gradient-text{background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700}.testimonials-section .section-header .section-subtitle{color:#82868b;max-width:600px;margin:0 auto;font-weight:400;line-height:1.6}.testimonials-section .testimonials-grid{margin-bottom:4rem}.testimonials-section .testimonial-card{height:100%;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(115,103,240,.1);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.testimonials-section .testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);transform:scaleX(0);transition:transform .4s ease}.testimonials-section .testimonial-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(115,103,240,.15);border-color:rgba(115,103,240,.2)}.testimonials-section .testimonial-card:hover:before{transform:scaleX(1)}.testimonials-section .testimonial-card:hover .quote-icon{transform:scale(1.2) rotate(10deg);background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0)}.testimonials-section .testimonial-card:hover .quote-icon svg{color:#fff}.testimonials-section .testimonial-card:hover .author-avatar{transform:scale(1.1);box-shadow:0 8px 25px rgba(115,103,240,.3)}.testimonials-section .testimonial-card .testimonial-content{padding:2.5rem 2rem;height:100%;display:flex;flex-direction:column}.testimonials-section .testimonial-card .quote-icon{width:60px;height:60px;border-radius:50%;background:rgba(115,103,240,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(115,103,240,.2)}.testimonials-section .testimonial-card .quote-icon svg{color:#7367f0;transition:all .3s ease}.testimonials-section .testimonial-card .rating{display:flex;gap:.25rem;margin-bottom:1.5rem;color:#ffc107}.testimonials-section .testimonial-card .testimonial-text{color:#82868b;line-height:1.7;font-weight:400;font-size:1.1rem;flex-grow:1;margin-bottom:1.5rem;font-style:italic}.testimonials-section .testimonial-card .testimonial-highlight{margin-bottom:2rem}.testimonials-section .testimonial-card .testimonial-highlight .highlight-text{background:rgba(115,103,240,.1);color:#7367f0;padding:.5rem 1rem;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;border:1px solid rgba(115,103,240,.2)}.testimonials-section .testimonial-card .author-info{display:flex;align-items:center;gap:1rem;margin-top:auto}.testimonials-section .testimonial-card .author-avatar{width:60px;height:60px;border:3px solid rgba(115,103,240,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials-section .testimonial-card .author-details{flex-grow:1}.testimonials-section .testimonial-card .author-name{font-size:1.1rem;font-weight:600;font-family:Poppins,sans-serif;color:#212121;margin-bottom:.25rem;line-height:1.2}.testimonials-section .testimonial-card .author-role{color:#82868b;font-size:.9rem;font-weight:400}.testimonials-section .bottom-cta{text-align:center;padding:3rem 2rem;background:rgba(115,103,240,.05);border-radius:20px;border:1px solid rgba(115,103,240,.1)}.testimonials-section .bottom-cta .cta-title{font-size:2rem;font-weight:700;font-family:Poppins,sans-serif;color:#212121;margin-bottom:1rem}@media(min-width:768px){.testimonials-section .bottom-cta .cta-title{font-size:2.5rem}}.testimonials-section .bottom-cta .cta-subtitle{color:#82868b;font-size:1.1rem;max-width:500px;margin:0 auto;line-height:1.6}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9) translateY(2rem)}to{opacity:1;transform:scale(1) translateY(0)}}.testimonial-card{animation:fadeInScale .6s ease-out}.testimonial-card:first-child{animation-delay:.2s}.testimonial-card:nth-child(2){animation-delay:.4s}.testimonial-card:nth-child(3){animation-delay:.6s}.stats-section{padding:4rem 0;background:linear-gradient(270deg,rgba(115,103,240,.7),#7367f0);position:relative;overflow:hidden}.stats-section:before{top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>')}.stats-section:after,.stats-section:before{content:"";position:absolute;pointer-events:none}.stats-section:after{top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:rotate 20s linear infinite}.stats-section .stats-grid{position:relative;z-index:2}.stats-section .stat-item{text-align:center;padding:2rem 1rem;position:relative}.stats-section .stat-item:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:hsla(0,0%,100%,.3);border-radius:2px}.stats-section .stat-item:hover .stat-number{transform:scale(1.1)}.stats-section .stat-number{font-size:3rem;font-weight:800;font-family:Poppins,sans-serif;color:#fff;margin-bottom:.5rem;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1);text-shadow:0 2px 10px rgba(0,0,0,.2)}@media(min-width:768px){.stats-section .stat-number{font-size:4rem}}@media(min-width:1024px){.stats-section .stat-number{font-size:4.5rem}}.stats-section .stat-number .animated-counter{display:inline-block}.stats-section .stat-title{font-size:1.2rem;font-weight:600;font-family:Poppins,sans-serif;color:hsla(0,0%,100%,.95);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}@media(min-width:768px){.stats-section .stat-title{font-size:1.3rem}}.stats-section .stat-description{color:hsla(0,0%,100%,.8);font-weight:400;line-height:1.4;font-size:.9rem}@media(min-width:768px){.stats-section .stat-description{font-size:1rem}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.stat-number{animation:pulse 3s ease-in-out infinite}.stat-item:first-child .stat-number{animation-delay:.5s}.stat-item:nth-child(2) .stat-number{animation-delay:1s}.stat-item:nth-child(3) .stat-number{animation-delay:1.5s}.stat-item:nth-child(4) .stat-number{animation-delay:2s}