:root{--products-primary:#8bc34a;--products-secondary:#c8e34a;--products-dark:#2d2d2d;--products-darker:#1B1B1B;--products-light:#f8f9fa;--products-white:#ffffff;--products-text-dark:#333333;--products-text-light:#666666;--products-text-muted:#999999;--products-border:#e0e0e0;--products-shadow:rgba(0,0,0,0.1);--products-shadow-hover:rgba(0,0,0,0.15);--products-gradient:linear-gradient(135deg,#8bc34a,#c8e34a);--products-hero-bg:#1B1B1B;--products-title-color:#c8e34a}.products-page{min-height:100vh;background-color:var(--products-white)}.products-hero-carousel{background-color:var(--products-hero-bg);background-image:url(/Images/how-it-works-bg.svg);background-repeat:no-repeat;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.products-hero-container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.products-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:600px}.products-hero-image-section{display:flex;justify-content:center;align-items:center;padding:40px 0}.products-hero-image{width:100%;height:auto;max-width:300px;object-fit:contain;transition:transform .5s ease}.products-hero-details-section{color:var(--products-white);padding:40px 0;max-width:600px}.products-hero-product-name{font-size:14px;color:var(--products-text-muted);font-weight:400;margin-bottom:8px;letter-spacing:.5px}.products-hero-product-title{font-size:40px;font-weight:600;color:var(--products-title-color);line-height:1.1;margin:0 0 40px;letter-spacing:-1px}.products-hero-description-block{margin-bottom:40px}.products-hero-section-title{font-size:16px;color:var(--products-text-muted);font-weight:500;margin:0 0 16px;letter-spacing:.5px}.products-hero-description{font-size:16px;color:#cccccc;line-height:1.6;margin:0}.products-hero-features-block{margin-bottom:32px}.products-hero-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.products-hero-feature-item{font-size:14px;color:#cccccc;line-height:1.5;position:relative;padding-left:20px}.products-hero-feature-item:before{content:"•";color:var(--products-primary);font-weight:700;font-size:16px;position:absolute;left:0;top:0}.products-hero-navigation{display:flex;align-items:center;gap:12px;margin-top:24px;float:right}.products-hero-nav-arrow{width:48px;height:48px;border-radius:50%;background:var(--products-white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2);color:var(--products-dark)}.products-hero-nav-arrow:hover{background:var(--products-primary);color:var(--products-white);transform:scale(1.1);box-shadow:0 6px 20px rgba(139,195,74,.4)}.products-hero-nav-arrow:active{transform:scale(.95)}.products-hero-nav-arrow:focus{outline:2px solid var(--products-primary);outline-offset:2px}.products-faq-section{background-color:var(--products-light);padding:80px 0}.products-faq-container{max-width:800px;margin:0 auto;background-color:var(--products-white);border-radius:16px;padding:60px 50px;box-shadow:0 4px 20px var(--products-shadow)}.products-faq-title{font-size:28px;font-weight:600;color:var(--products-text-dark);text-align:center;margin:0 0 50px;line-height:1.2}.products-faq-list{display:flex;flex-direction:column;gap:0}.products-faq-item{border-bottom:1px solid var(--products-border);transition:all .3s ease}.products-faq-item:last-child{border-bottom:none}.products-faq-header{display:flex;align-items:flex-start;gap:24px;padding:32px 0;cursor:pointer;transition:all .3s ease}.products-faq-header:hover{background-color:rgba(0,0,0,.02);margin:0 -20px;padding:32px 20px;border-radius:8px}.products-faq-number{font-size:24px;font-weight:400;color:var(--products-text-muted);line-height:1.2;flex-shrink:0;width:40px}.products-faq-question{font-size:18px;font-weight:600;color:var(--products-text-dark);line-height:1.4;flex:1;margin:0;padding-right:20px}.products-faq-toggle{background:none;border:none;cursor:pointer;padding:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--products-text-light);transition:all .3s ease;flex-shrink:0;margin-top:-2px}.products-faq-toggle:hover{background-color:#f5f5f5;color:var(--products-text-dark)}.products-faq-toggle.expanded{background-color:var(--products-text-dark);color:var(--products-white)}.products-faq-content{overflow:hidden;transition:all .3s ease}.products-faq-content.expanded{max-height:500px;opacity:1;padding:0 0 32px 64px;margin-top:-16px}.products-faq-content.collapsed{max-height:0;opacity:0;padding:0 0 0 64px;margin-top:0}.products-faq-answer{font-size:16px;color:var(--products-text-light);line-height:1.6;margin:0;max-width:600px}.products-contact-section{background-color:var(--products-white);padding:80px 0}.products-contact-card{background:var(--products-dark);border-radius:24px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15);display:grid;grid-template-columns:1fr 400px;min-height:320px;max-width:900px;margin:0 auto}.products-contact-left{padding:50px 60px;display:flex;flex-direction:column;justify-content:center}.products-contact-tag{background:var(--products-primary);color:var(--products-white);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 12px;border-radius:12px;display:inline-block;width:fit-content;margin-bottom:24px}.products-contact-title{font-size:28px;font-weight:700;color:var(--products-white);line-height:1.2;margin:0 0 20px;letter-spacing:-.5px}.products-contact-description{font-size:14px;color:#cccccc;line-height:1.5;margin:0}.products-contact-right{background:var(--products-gradient);padding:40px 35px;display:flex;align-items:center}.products-contact-form{width:100%;display:flex;flex-direction:column;gap:16px}.products-form-group{position:relative}.products-form-input{width:100%;background:var(--products-white);border:none;border-radius:8px;padding:14px 16px;font-size:14px;color:var(--products-text-dark);transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.products-form-input:focus{outline:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px)}.products-form-input::placeholder{color:var(--products-text-muted)}.products-form-textarea{width:100%;background:var(--products-white);border:none;border-radius:8px;padding:14px 16px;font-size:14px;color:var(--products-text-dark);resize:vertical;min-height:80px;font-family:inherit;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.products-form-textarea:focus{outline:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px)}.products-form-textarea::placeholder{color:var(--products-text-muted)}.products-form-submit{background:var(--products-dark);color:var(--products-white);border:none;border-radius:8px;padding:16px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.products-form-submit:hover{background:var(--products-darker);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}@media (max-width:1200px){.products-hero-container{padding:0 30px}.products-hero-content{gap:60px}.products-hero-product-title{font-size:42px}.products-hero-nav-arrow{width:44px;height:44px}}@media (max-width:992px){.products-hero-carousel{min-height:auto;padding:40px 0}.products-hero-container{padding:0 20px}.products-hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.products-hero-image-section{order:1}.products-hero-details-section{order:2;max-width:none}.products-hero-product-title{font-size:36px}.products-hero-navigation{justify-content:center;margin-top:30px}.products-hero-nav-arrow{width:48px;height:48px}.products-faq-container{padding:40px 30px;margin:0 16px}.products-contact-card{grid-template-columns:1fr;max-width:600px}.products-contact-left{padding:40px 40px 30px;text-align:center}.products-contact-right{padding:30px 40px 40px}}@media (max-width:768px){.products-hero-container{padding:0 16px}.products-hero-content{gap:30px}.products-hero-product-title{font-size:32px;margin-bottom:30px}.products-hero-description-block{margin-bottom:30px}.products-hero-features-block{margin-bottom:24px}.products-hero-description{font-size:14px}.products-hero-feature-item{font-size:13px}.products-hero-navigation{margin-top:24px;gap:10px}.products-hero-nav-arrow{width:44px;height:44px}.products-faq-section{padding:60px 0}.products-faq-title{font-size:24px;margin-bottom:40px}.products-faq-header{gap:16px;padding:24px 0}.products-faq-number{font-size:20px;width:32px}.products-faq-question{font-size:16px}.products-faq-content.expanded{padding:0 0 24px 48px}.products-contact-section{padding:60px 0}.products-contact-card{margin:0 16px;border-radius:20px}.products-contact-left{padding:30px 30px 20px}.products-contact-title{font-size:24px;margin-bottom:16px}.products-contact-description{font-size:13px}.products-contact-right{padding:20px 30px 30px}.products-contact-form{gap:14px}.products-form-input,.products-form-textarea{padding:12px 14px;font-size:13px}.products-form-submit{padding:14px 20px;font-size:13px}}@media (max-width:480px){.products-hero-container{padding:0 12px}.products-hero-content{gap:24px}.products-hero-product-title{font-size:28px;margin-bottom:24px}.products-hero-description-block{margin-bottom:24px}.products-hero-features-block{margin-bottom:20px}.products-hero-description{font-size:13px}.products-hero-feature-item{font-size:12px}.products-hero-navigation{margin-top:20px;gap:8px}.products-hero-nav-arrow{width:40px;height:40px}.products-faq-container{padding:30px 20px}.products-faq-title{font-size:22px;margin-bottom:30px}.products-faq-header{gap:12px;padding:20px 0}.products-faq-number{font-size:18px;width:28px}.products-faq-question{font-size:15px}.products-faq-content.expanded{padding:0 0 20px 40px}.products-faq-answer{font-size:14px}.products-contact-card{margin:0 12px;border-radius:16px}.products-contact-left{padding:24px 20px 16px}.products-contact-tag{font-size:10px;padding:5px 10px;margin-bottom:20px}.products-contact-title{font-size:20px;margin-bottom:12px}.products-contact-description{font-size:12px}.products-contact-right{padding:16px 20px 24px}.products-contact-form{gap:12px}.products-form-input,.products-form-textarea{padding:11px 12px;font-size:12px}.products-form-textarea{min-height:70px}.products-form-submit{padding:12px 18px;font-size:12px;margin-top:4px}}.products-faq-header:focus,.products-form-input:focus,.products-form-submit:focus,.products-form-textarea:focus,.products-hero-nav-arrow:focus{outline:2px solid var(--products-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.products-form-input,.products-form-submit,.products-form-textarea,.products-hero-image,.products-hero-nav-arrow{transition:none}.products-hero-nav-arrow:hover{transform:none}}@media (prefers-contrast:high){.products-contact-card,.products-faq-container,.products-hero-nav-arrow{border:2px solid var(--products-text-dark)}}@media print{.products-hero-carousel{background:white!important;color:black!important;min-height:auto}.products-hero-navigation{display:none!important}.products-hero-content{grid-template-columns:1fr;gap:20px}.products-hero-description,.products-hero-feature-item,.products-hero-product-title{color:black!important}.products-contact-card{background:white!important;color:black!important;box-shadow:none!important;border:1px solid #ccc!important}}@keyframes fadeInSlide{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.products-hero-details-section,.products-hero-image{animation:fadeInSlide .5s ease-out}@media (max-width:768px){.products-hero-content{touch-action:auto}}.products-hero-carousel:focus-within .products-hero-nav-arrow{outline:2px solid var(--products-primary);outline-offset:2px}