#header-container{display:flex;align-items:center;justify-content:space-between;margin-right:20px}#header-left{display:flex;align-items:center;gap:10px}#header-left img{height:50px}#header-left h1{text-align:center;margin:0}#header-right{gap:50px}#header-right a{text-decoration:none;font-size:20px;margin-left:15px;color:#1e2938}#header-right a:hover{color:#595dd2}html{scroll-behavior:smooth}#intro-container{padding-top:100px;display:flex;flex-direction:column;text-align:center;align-items:"center",}#intro-buttons{display:flex;justify-content:center;gap:15px;margin:20px auto}#intro-buttons a{padding:12px 30px;font-size:20px;font-weight:600;border-radius:50px;cursor:pointer;font-family:inter;text-decoration:none;display:inline-flex;align-items:center;gap:10px}#intro-buttons a:first-child{border:2px solid #1DB69C;background-color:transparent;color:#1db69c}#intro-buttons a:last-child{border:none;background-color:#1db69c;color:#fff}#intro-video-container{text-align:center;padding:60px 20px;max-width:60%;margin:0 auto}#intro-video-container p{font-size:18px;font-weight:600;margin-bottom:10px;font-family:inter}.video-container{position:relative;padding-bottom:56%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 10px 40px #0003}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;object-fit:cover}#explanation-container{background-color:#f6f7f8;text-align:center;padding:60px 20px}#explanation-container h2{font-size:36px;font-weight:700;margin-bottom:15px;color:#2c3e50}#explanation-container>p{font-size:18px;color:#6b7a89;max-width:800px;margin:0 auto 40px}#how-it-works{display:flex;gap:30px;justify-content:center;max-width:1200px;margin:0 auto;padding:0 20px}.feature-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:30px;display:flex;flex-direction:column;justify-content:space-between;flex:1;max-width:350px;min-height:300px}.feature-content{text-align:left;margin-bottom:20px}.feature-content h3{font-size:22px;font-weight:700;color:#2c3e50;margin-bottom:12px;line-height:1.3}.feature-content p{font-size:15px;color:#6b7a89;line-height:1.6;margin:0}.feature-icon-container{background-color:#e0f7f4;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;display:flex;align-items:center;justify-content:center;margin-top:auto}.feature-icon{width:100%;height:120px;object-fit:contain}.testimonials-section{padding:60px 20px 40px;text-align:center;overflow:hidden;background-color:#f9fafb;max-height:100vh;display:flex;flex-direction:column;box-sizing:border-box}.testimonials-section h2{font-size:42px;font-weight:700;margin-bottom:30px;margin-top:0;padding-top:0;font-family:Inter,sans-serif;color:#1f2937;position:relative;z-index:1}.testimonials-container{display:flex;gap:20px;max-width:1400px;margin:0 auto;height:calc(100vh - 180px);max-height:calc(100vh - 180px);overflow:hidden;position:relative;flex:0 0 auto}.testimonials-column{flex:1;overflow:hidden;height:100%;position:relative;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 8%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(0,0,0,.3) 92%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 8%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(0,0,0,.3) 92%,transparent 100%)}.testimonials-column-inner{display:flex;flex-direction:column;gap:20px;width:100%;flex-shrink:0}.scroll-up .testimonials-column-inner{animation:scrollUp 20s linear infinite}.scroll-down .testimonials-column-inner{animation:scrollDown 20s linear infinite}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.testimonials-column:hover .testimonials-column-inner{animation-play-state:paused}.testimonial-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:30px;text-align:left;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.testimonial-text{font-size:16px;line-height:1.6;color:#1f2937;margin-bottom:20px;font-family:Inter,sans-serif}.testimonial-author{display:flex;align-items:center;gap:12px}.author-icon{width:40px;height:40px;background:#e0f2fe;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.author-name{font-size:16px;font-weight:600;color:#1db69c;margin:0;font-family:Inter,sans-serif}.author-role{font-size:14px;color:#6b7280;margin:0;font-family:Inter,sans-serif}@media(max-width:768px){.testimonials-section{padding:40px 20px 30px;max-height:none}.testimonials-section h2{font-size:32px;margin-bottom:25px}.testimonials-container{flex-direction:column;height:auto;max-height:none}.testimonials-column{height:auto}.testimonials-column-inner{animation:none!important}}.faq-section{padding:80px 20px;text-align:center;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:center}.faq-container{display:flex;flex-direction:column;gap:20px;text-align:left;width:60%;max-width:800px}.faq-section h2{font-size:42px;font-weight:700;margin-bottom:50px;font-family:Inter,sans-serif;color:#1f2937}.faq-container{display:flex;flex-direction:column;gap:20px;text-align:left}.faq-item{background:#fff;border:1px solid #1DB69C;border-radius:16px;padding:24px 28px;cursor:pointer;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px #1db69c1a}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:20px}.faq-question-text{font-size:18px;font-weight:600;color:#1f2937;font-family:Inter,sans-serif;flex:1}.faq-icon{font-size:24px;font-weight:300;color:#1f2937;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(0)}.faq-answer{margin-top:20px;padding-top:20px;border-top:1px solid #E5E7EB;font-size:16px;line-height:1.6;color:#6b7280;font-family:Inter,sans-serif;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-section{padding:60px 20px}.faq-section h2{font-size:32px;margin-bottom:40px}.faq-container{width:90%}.faq-item{padding:20px}.faq-question-text{font-size:16px}.faq-answer{font-size:14px}}.footer-section{background-color:#fff;padding:60px 40px 30px;width:100%}.footer-content{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto 40px;gap:60px}.footer-column{flex:1}.footer-left{max-width:350px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer-logo img{height:40px;width:auto}.footer-logo-text{font-size:26px;font-weight:700;color:#1f2937;font-family:Inter,sans-serif}.footer-tagline{font-size:15px;color:#6b7280;line-height:1.7;margin-bottom:24px;font-family:Inter,sans-serif}.footer-social{display:flex;gap:12px}.social-icon{width:40px;height:40px;border-radius:8px;background-color:#e0e7ff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;cursor:pointer}.social-icon:hover{background-color:#5156e0}.social-icon-content{display:flex;align-items:center;justify-content:center;color:#5156e0;transition:color .3s ease}.social-icon-content svg{width:20px;height:20px}.social-icon:hover .social-icon-content{color:#fff}.social-icon:hover .social-icon-content svg{color:#fff}.footer-heading{font-size:17px;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px;font-family:Inter,sans-serif}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:16px}.footer-link{color:#6b7280;text-decoration:none;font-size:15px;font-family:Inter,sans-serif;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;position:relative;line-height:1.5}.footer-link:before{content:">";opacity:0;transition:opacity .3s ease;margin-right:0;font-weight:600;color:#5156e0}.footer-link:hover{color:#5156e0}.footer-link:hover:before{opacity:1;margin-right:8px}.footer-copyright{max-width:1400px;margin:0 auto;padding-top:20px}.footer-separator{height:1px;background-color:#e5e7eb;margin-bottom:20px}.footer-copyright p{font-size:13px;color:#6b7280;margin:0;font-family:Inter,sans-serif;line-height:1.6}@media(max-width:968px){.footer-content{flex-direction:column;gap:40px}.footer-left{max-width:100%}}@media(max-width:768px){.footer-section{padding:40px 20px 20px}.footer-content{gap:30px}}
