@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);body{background-color:#f4f6f9;color:#222;font-family:Montserrat,sans-serif;margin:0;padding:0}.label{color:#333;font-size:16px;font-weight:600;text-align:left}.input{border:1px solid #ccc;border-radius:12px;font-size:17px;outline:none;padding:18px 14px;transition:all .2s ease}.input:focus{border-color:#f90;box-shadow:0 0 8px #ff990040}.button{background-color:#f90;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:18px;text-align:center;text-decoration:none;transition:all .3s ease}.button:disabled{background:#ccc;cursor:not-allowed}.button:hover:not(:disabled){background-color:#e68a00;transform:translateY(-2px)}.result{background:#fff6eb;border-left:4px solid red;border-radius:8px;color:#333;font-size:20px;margin-top:12px;padding:10px 12px;text-align:center}@media (max-width:600px){.label{font-size:24px}.input{font-size:20px;padding:20px 12px}.button{font-size:26px;padding:26px}}.header{align-items:center;display:flex;justify-content:space-between;padding:20px 40px;position:relative}.header_logo_image{cursor:pointer;height:50px;width:auto}.header_nav{left:50%;position:absolute;transform:translateX(-50%)}.header_nav_list{display:flex;gap:40px;list-style:none}.header_nav_item a{color:#333;font-weight:400;position:relative;text-decoration:none;transition:all .3s ease}.header_nav_item a:after{background:#000;bottom:-5px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s;width:0}.header_nav_item a:hover{font-weight:700}.header_nav_item a:hover:after{width:100%}.hero{background:linear-gradient(135deg,#7be4f5,#00373e);padding:100px 20px}.hero_content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.hero_text{flex:1 1;min-width:300px;text-align:left}.hero_headline{font-size:48px;font-weight:700;margin-bottom:20px}.hero_subheadline{font-size:20px;margin-bottom:30px;max-width:500px}.hero_cta{display:flex;flex-wrap:wrap;gap:20px}.hero_image{flex:1 1;margin-top:40px;min-width:300px;text-align:center}.hero_image img{border-radius:30px;box-shadow:0 20px 40px #0003;max-width:400px;width:100%}.features{padding:80px 20px;text-align:center}.features_title{font-size:36px;font-weight:700;margin-bottom:50px}.features_list{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.features_item{text-align:center;width:250px}.features_icon{height:60px;margin:0 auto 20px;width:60px}.features_name{font-size:20px;font-weight:700;margin-bottom:10px}.features_description{color:#555;font-size:16px}.howitworks{background-color:#f9f9f9;padding:80px 20px;text-align:center}.howitworks_title{font-size:36px;font-weight:700;margin-bottom:50px}.howitworks_steps{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.howitworks_step{text-align:center;width:250px}.howitworks_image{height:150px;object-fit:contain;width:150px}.howitworks_name{font-size:20px;font-weight:700;margin-bottom:10px}.howitworks_description{color:#555;font-size:16px}.screenshots{padding:80px 20px;text-align:center}.screenshots_title{font-size:36px;font-weight:700;margin-bottom:50px}.screenshots_list{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.screenshots_item img{border-radius:20px;box-shadow:0 5px 20px #0000001a;max-width:250px;width:100%}.faq{background-color:#f9f9f9;padding:80px 20px;text-align:center}.faq_title{font-size:36px;font-weight:700;margin-bottom:50px}.faq_list{margin:0 auto;max-width:800px;text-align:left}.faq_item{margin-bottom:30px}.faq_question{font-size:20px;font-weight:700;margin-bottom:10px}.faq_answer{color:#555;font-size:16px;line-height:1.5}.download{background-color:#ececeb;padding:100px 20px;text-align:center}.download_buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.download_button{display:inline-block;text-decoration:none}.download_icon{display:block;height:60px;width:auto}@media (max-width:500px){.download_icon{height:50px}}.footer{background-color:#333;color:#fff;padding:60px 20px;text-align:center}.footer_logo{font-size:24px;font-weight:700;margin-bottom:20px}.footer_links,.footer_socials{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.footer_links a,.footer_socials a{color:#fff;font-size:16px;text-decoration:none}.footer_links a:hover,.footer_socials a:hover{text-decoration:underline}.footer_copy{color:#ccc;font-size:14px;margin-top:20px}.request{background-color:#fff;border-radius:14px;box-shadow:0 6px 16px #0000001f;font-family:Montserrat,Arial,sans-serif;margin:40px auto;max-width:480px;padding:30px;transition:all .3s ease}.request_title{margin-bottom:25px;text-align:center}.request_titletext{color:#222;font-size:24px;font-weight:600;line-height:1.4}.request_form{display:flex;flex-direction:column;gap:16px}.request_submitbutton{background:linear-gradient(135deg,#f90,#f60);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-weight:600;margin-top:28px;padding:14px;text-align:center;text-decoration:none;transition:all .3s ease}.request_submitbutton:disabled{background:#fb6;cursor:not-allowed;opacity:.7}.request_submitbutton:hover:not(:disabled){background:linear-gradient(135deg,#e68a00,#c50);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}@media (max-width:600px){.request{border-radius:10px;margin:20px;padding:20px}.request_titletext{font-size:22px}.request_submitbutton{border-radius:12px;font-size:20px;padding:16px}}.terms-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh}.terms-header{background:#fff;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.terms-nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.terms-nav-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;text-decoration:none}.terms-nav-links{display:flex;gap:2rem}.terms-nav-link{color:#666;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s ease}.terms-nav-link:hover{color:#667eea}.terms-content{margin:0 auto;max-width:1200px;padding:2rem}.terms-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin-bottom:4rem;overflow:hidden}.terms-header-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 3rem;text-align:center}.terms-title{font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.terms-subtitle{font-size:1.1rem;margin-bottom:1rem;opacity:.9}.terms-version{background:#fff3;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;padding:.5rem 1.5rem}.terms-intro{font-size:1.1rem;padding:3rem 3rem 1rem}.terms-intro,.terms-toc{border-bottom:1px solid #eee}.terms-toc{background:#f8f9fa;padding:2rem 3rem}.terms-toc h3{color:#667eea;font-size:1.3rem;margin-bottom:1.5rem}.toc-list{column-count:2;column-gap:3rem;list-style:none;padding:0}.toc-list li{break-inside:avoid;margin-bottom:.8rem;page-break-inside:avoid}.toc-list a{align-items:center;color:#555;display:flex;font-weight:500;text-decoration:none;transition:color .3s ease}.toc-list a:hover{color:#667eea}.toc-list a:before{color:#667eea;content:"•";font-size:1.5rem;margin-right:.8rem}.terms-sections{padding:2rem 3rem 4rem}.terms-section{margin-bottom:3rem;scroll-margin-top:100px}.terms-section-title{align-items:flex-start;color:#333;display:flex;font-size:1.8rem;gap:.5rem;margin-bottom:1.5rem}.section-number{color:#667eea;font-weight:800;min-width:2rem}.terms-section p{color:#555;font-size:1.05rem;margin-bottom:1.2rem}.terms-list{list-style:none;margin:1.5rem 0;padding-left:0}.terms-list li{color:#555;padding:.8rem 0 .8rem 2rem;position:relative}.terms-list li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.terms-list-warning li:before{color:#ff6b6b;content:"⚠"}.inline-link{color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.inline-link:hover{text-decoration:underline}.terms-warning-box{background:#fff5f5;border-left:4px solid #ff6b6b;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1.5rem}.terms-warning-box p{color:#333;font-weight:500;margin-bottom:.5rem}.terms-warning-box ul{list-style:none;margin-top:1rem;padding-left:1rem}.terms-warning-box li{color:#555;padding:.3rem 0}.terms-warning-box li:before{color:#ff6b6b;content:"•";display:inline-block;font-weight:700;margin-left:-1em;width:1em}.contact-info{background:#f8f9fa;border-radius:12px;margin:1.5rem 0;padding:2rem}.contact-item{font-size:1.05rem;margin-bottom:1rem}.contact-item strong{color:#667eea;display:inline-block;min-width:80px}.terms-agreement{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #667eea;border-radius:15px;margin-top:4rem;padding:2.5rem;text-align:center}.terms-agreement p{color:#333;font-size:1.2rem;font-weight:600;margin:0}.terms-footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:3rem 2rem}.terms-footer-content{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px}.terms-footer-brand{text-align:center}.terms-footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;display:block;font-size:2rem;font-weight:800;margin-bottom:.5rem}.terms-footer-tagline{color:#ffffffb3;font-size:1rem}.terms-footer-links{display:flex;gap:2rem;margin:1rem 0}.terms-footer-link{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:color .3s ease}.terms-footer-link:hover{color:#fff}.terms-footer-copyright{border-top:1px solid #ffffff1a;color:#ffffff80;font-size:.9rem;padding-top:2rem;text-align:center;width:100%}.terms-section:before{content:"";display:block;height:100px;margin-top:-100px;visibility:hidden}.terms-section:target .terms-section-title{color:#667eea}.terms-section:target .section-number{transform:scale(1.1);transition:transform .3s ease}@media print{.terms-footer,.terms-header,.terms-toc{display:none}.terms-content{margin:0;padding:0}.terms-container{border-radius:0;box-shadow:none}.terms-header-section{background:none;color:#000;padding:2rem}}@media (max-width:768px){.terms-nav{flex-direction:column;gap:1rem;padding:1rem}.terms-nav-links{gap:1rem}.terms-title{font-size:2.5rem}.terms-header-section{padding:3rem 1.5rem}.terms-intro,.terms-sections,.terms-toc{padding:2rem 1.5rem}.terms-section-title{font-size:1.5rem}.toc-list{column-count:1}.contact-info{padding:1.5rem}.terms-footer-links{align-items:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.terms-title{font-size:2rem}.terms-subtitle{font-size:1rem}.terms-section-title{font-size:1.3rem}.terms-list li,.terms-section p{font-size:1rem}}
/*# sourceMappingURL=main.e1b97d1c.css.map*/