.page-module___8aEwW__main{width:100%}
.Hero-module__ZARIfG__heroSection{width:100%;height:100vh;position:relative;overflow:hidden}.Hero-module__ZARIfG__backgroundVideo{object-fit:cover;z-index:1;opacity:.06;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 80%,transparent 100%);mask-image:linear-gradient(#000 80%,transparent 100%)}.Hero-module__ZARIfG__videoOverlay{z-index:2;background-color:transparent;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__heroContent{z-index:3;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:relative}.Hero-module__ZARIfG__title{background:linear-gradient(90deg,var(--text-primary),var(--text-secondary));color:transparent;filter:drop-shadow(0 0 2px rgba(255,255,255,0))drop-shadow(0 0 1px rgba(255,255,255,.5))drop-shadow(0 0 2px rgba(0,76,255,.5));-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:700;animation:none}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem}.Hero-module__ZARIfG__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#00bcd4,#e91e63);border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:background .5s,box-shadow .5s,transform .2s;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaButton:hover{background:linear-gradient(90deg,#e91e63,#00bcd4);transform:translateY(-3px);box-shadow:0 0 15px rgba(0,188,212,.7),0 0 30px rgba(233,30,99,.7)}.Hero-module__ZARIfG__ctaButton:before{content:"";background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);width:100%;height:100%;transition:left .6s ease-in-out;position:absolute;top:0;left:-100%}.Hero-module__ZARIfG__ctaButton:hover:before{left:100%}.Hero-module__ZARIfG__ctaButton:active{transform:translateY(0);box-shadow:0 0 5px rgba(0,188,212,.5),0 0 10px rgba(233,30,99,.5)}@media (max-width:768px){.Hero-module__ZARIfG__backgroundVideo{opacity:.27}.Hero-module__ZARIfG__videoOverlay{background-color:rgba(0,0,0,.016)}.Hero-module__ZARIfG__title{font-size:3rem}}
.Features-module__zvCZ4q__container{text-align:center;place-items:center;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:4rem 2rem;display:grid}.Features-module__zvCZ4q__mainTitle{margin-bottom:1rem;font-size:2.5rem}.Features-module__zvCZ4q__mainSubtitle{color:var(--text-secondary);max-width:600px;margin-bottom:4rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;display:grid}.Features-module__zvCZ4q__card{background-color:rgba(var(--card-background-rgb),.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;border:1px solid rgba(224,224,224,.2);border-radius:15px;padding:2rem}.Features-module__zvCZ4q__card:hover{border:1px solid #fff}.Features-module__zvCZ4q__card h3{color:var(--text-primary);text-shadow:0 0 1px rgba(242,242,242,.8),0 0 6px rgba(224,224,224,.4);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1rem}.Features-module__zvCZ4q__card p{color:var(--text-secondary);line-height:1.6}@media (max-width:900px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr}}
.HowItWorks-module__tSMH5W__container{text-align:center;place-items:center;width:100%;max-width:1000px;min-height:100vh;margin:0 auto;padding:4rem 2rem;display:grid}.HowItWorks-module__tSMH5W__title{margin-bottom:5rem;font-size:2.5rem}.HowItWorks-module__tSMH5W__timelineWrapper{justify-content:center;width:100%;display:flex;position:relative}.HowItWorks-module__tSMH5W__timelineLine{background-color:var(--accent-primary);transform-origin:0;height:2px;position:absolute;top:35px;left:10%;right:10%}.HowItWorks-module__tSMH5W__timeline{justify-content:space-between;align-items:flex-start;width:100%;display:flex;position:relative}.HowItWorks-module__tSMH5W__step{flex-direction:column;align-items:center;width:30%;display:flex}.HowItWorks-module__tSMH5W__icon{background-color:var(--accent-primary);width:70px;height:70px;color:var(--text-on-accent);border:4px solid var(--background-dark);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.HowItWorks-module__tSMH5W__step h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.HowItWorks-module__tSMH5W__step p{color:var(--text-secondary);font-size:.9rem}
.Advantages-module__Q1M-4W__container{text-align:center;place-items:center;width:100%;max-width:1000px;min-height:100vh;margin:0 auto;padding:4rem 2rem;display:grid}.Advantages-module__Q1M-4W__title{text-align:center;margin-bottom:4rem;font-size:2.5rem}.Advantages-module__Q1M-4W__advantagesList{flex-direction:column;gap:1rem;width:100%;display:flex}.Advantages-module__Q1M-4W__advantageRow{background-color:rgba(var(--card-background-rgb),.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(224,224,224,.2);border-radius:12px;grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;padding:1.5rem 2rem;transition:border-color .3s;display:grid}.Advantages-module__Q1M-4W__advantageRow:hover{border:1px solid #fff}.Advantages-module__Q1M-4W__before{color:var(--text-secondary);text-align:right;text-decoration:line-through}.Advantages-module__Q1M-4W__after{color:var(--text-primary);text-align:left;font-weight:600}@media (max-width:768px){.Advantages-module__Q1M-4W__advantageRow{grid-template-columns:1fr;gap:.75rem;padding:1rem 1.5rem}.Advantages-module__Q1M-4W__before,.Advantages-module__Q1M-4W__after{text-align:center}.Advantages-module__Q1M-4W__before:after{content:"↓";color:var(--text-secondary);margin-top:.5rem;text-decoration:none;display:block}}
.Testimonial-module__6hDVCa__testimonialSection{justify-content:center;align-items:center;width:100%;max-width:700px;min-height:450px;margin:0 auto;padding:2rem 0;display:flex;position:relative;overflow:hidden}.Testimonial-module__6hDVCa__testimonialCard{background-color:rgba(var(--card-background-rgb),.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;border:1px solid rgba(224,224,224,.2);border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:2.5rem 3rem;display:flex;position:absolute;box-shadow:0 5px 20px rgba(0,0,0,.1)}.Testimonial-module__6hDVCa__testimonialCard:hover{background-color:#000;border:1px solid #fff}.Testimonial-module__6hDVCa__avatarContainer{border:4px solid var(--background-dark);width:80px;height:80px;box-shadow:0 0 0 4px var(--card-background);border-radius:50%;flex-shrink:0;margin-bottom:2rem;position:relative;overflow:hidden}.Testimonial-module__6hDVCa__avatarImage{object-fit:cover}.Testimonial-module__6hDVCa__quote{color:var(--text-primary);min-height:120px;margin:0 0 2rem;font-size:1.5rem;font-style:italic;font-weight:400;line-height:1.5}.Testimonial-module__6hDVCa__author{color:var(--text-secondary);font-size:1rem;font-style:normal;font-weight:600}.Testimonial-module__6hDVCa__navButton{color:var(--text-primary);cursor:pointer;z-index:2;background-color:rgba(79,79,79,.5);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Testimonial-module__6hDVCa__navButton:hover{background-color:var(--card-background)}.Testimonial-module__6hDVCa__prev{left:10px}.Testimonial-module__6hDVCa__next{right:10px}@media (max-width:768px){.Testimonial-module__6hDVCa__testimonialSection{min-height:500px}.Testimonial-module__6hDVCa__testimonialCard{padding:2rem 1.5rem}.Testimonial-module__6hDVCa__quote{font-size:1.2rem}.Testimonial-module__6hDVCa__prev{left:5px}.Testimonial-module__6hDVCa__next{right:5px}}
.FinalCta-module__LA3S-W__ctaSection{text-align:center;background:radial-gradient(rgba(224,224,224,.08) 0%,transparent 70%);border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.FinalCta-module__LA3S-W__title{color:transparent;background:linear-gradient(90deg,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;background-clip:text;max-width:800px;margin-bottom:2.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.FinalCta-module__LA3S-W__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#00bcd4,#e91e63);border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:background .5s,box-shadow .5s,transform .2s;position:relative;overflow:hidden}.FinalCta-module__LA3S-W__ctaButton:hover{background:linear-gradient(90deg,#e91e63,#00bcd4);transform:translateY(-3px);box-shadow:0 0 15px rgba(0,188,212,.7),0 0 30px rgba(233,30,99,.7)}.FinalCta-module__LA3S-W__ctaButton:before{content:"";background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);width:100%;height:100%;transition:left .6s ease-in-out;position:absolute;top:0;left:-100%}.FinalCta-module__LA3S-W__ctaButton:hover:before{left:100%}.FinalCta-module__LA3S-W__ctaButton:active{transform:translateY(0);box-shadow:0 0 5px rgba(0,188,212,.5),0 0 10px rgba(233,30,99,.5)}.FinalCta-module__LA3S-W__subtext{color:var(--text-secondary)}@media (max-width:768px){.FinalCta-module__LA3S-W__title{font-size:2.5rem}.FinalCta-module__LA3S-W__ctaSection{padding:4rem 1rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--card-background);width:100%;max-width:1200px;margin:6rem auto 0;padding:3rem 2rem 2rem}.Footer-module__S6Hkya__footerTop{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.Footer-module__S6Hkya__brandInfo{max-width:350px}.Footer-module__S6Hkya__logo{text-transform:none;margin-bottom:1rem;font-size:1.5rem}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);line-height:1.6}.Footer-module__S6Hkya__socialLinks a{color:var(--text-secondary);margin-left:1.5rem;transition:color .2s}.Footer-module__S6Hkya__socialLinks a:hover{color:var(--text-primary)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--card-background);color:var(--text-secondary);justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__legalLinks a{margin-left:1.5rem;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:var(--text-primary)}@media (max-width:768px){.Footer-module__S6Hkya__footerTop,.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;align-items:center}.Footer-module__S6Hkya__socialLinks,.Footer-module__S6Hkya__legalLinks{margin-top:1.5rem}.Footer-module__S6Hkya__socialLinks a,.Footer-module__S6Hkya__legalLinks a{margin:0 .75rem}}
