@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap";*{font-family:Open Sans,sans-serif;font-weight:200;box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}html,body,#root{height:100%;min-height:100%;margin:0;scroll-behavior:smooth}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto;width:100%}.btn{display:inline-block;font-weight:600;font-size:18px;padding:12px 28px;cursor:pointer;border-radius:16px;text-decoration:none;transition:background .3s,color .3s;border:2px solid black;text-align:center;background:transparent;color:#000}.btn-black{background-color:#000!important;color:#fff!important;border:2px solid black}.btn-black:hover{background-color:#222!important;color:#fff!important;border-color:#222!important}.btn-outline{background-color:transparent!important;color:#000!important;border:2px solid black}.btn-outline:hover{background-color:#000!important;color:#fff!important;border:2px solid black!important}footer{flex-shrink:0}header{background-color:#fafafa;border-bottom:2px solid #555;position:sticky;top:0;z-index:999}.header-container{max-width:1500px;margin:0 auto;padding:0 64px;display:flex;align-items:center;justify-content:space-between}.header-logo img{width:150px;height:150px;object-fit:contain}.header-nav{display:flex;gap:48px;align-items:center;transition:none}.header-nav a{font-size:20px;text-decoration:none;color:#000;transition:all .2s ease}.header-nav a:hover{text-decoration:underline}.lang-btn{font-size:17px;padding:4px 14px;border:1.5px solid #111;background:transparent;border-radius:8px;cursor:pointer;transition:background .2s,color .2s;margin-left:0;margin-right:0;color:#111!important;outline:none;display:flex;align-items:center;gap:4px}.lang-btn:visited,.lang-btn:active,.lang-btn:focus{color:#111!important;outline:none}.lang-btn:hover{background:#f0f0f0;color:#111!important}.burger{display:none}@media (max-width: 900px){.header-container{padding:0 12px}.header-logo img{width:150px;height:150px}.header-nav{position:fixed;flex-direction:column;align-items:flex-start;justify-content:flex-start;top:0;right:-100vw;width:70vw;height:100vh;padding:80px 24px 0;background:#fafafa;gap:28px;box-shadow:0 0 16px #0000000f;transition:right .3s,left .3s;z-index:1201}.header-nav.open{right:0}.burger{display:flex;width:42px;height:42px;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;z-index:1300;position:fixed;top:5vh;right:8vw;background:none;border:none;padding:0;margin-bottom:0}.burger span{display:block;width:30px;height:4px;margin:4px 0;background:#111;border-radius:2px;transition:.3s}.menu-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000003b;z-index:1100}.lang-btn,.lang-btn:visited,.lang-btn:active,.lang-btn:focus,.lang-btn:hover{color:#111!important;background:transparent;border:1.5px solid #111}}body[dir=rtl] .header-container{justify-content:space-between}body[dir=rtl] .header-nav{justify-content:flex-start!important;margin-left:0;margin-right:auto}body[dir=rtl] .header-logo{margin-left:0;margin-right:0}body[dir=rtl] .lang-btn{margin-right:0;margin-left:16px}body[dir=ltr] .lang-btn{margin-left:0;margin-right:16px}@media (max-width: 900px){body[dir=rtl] .header-nav{right:auto!important;left:-100vw}body[dir=rtl] .header-nav.open{left:0;right:auto}body[dir=rtl] .burger{left:8vw;right:auto}body[dir=rtl] .lang-btn,body[dir=rtl] .lang-btn:visited,body[dir=rtl] .lang-btn:active,body[dir=rtl] .lang-btn:focus,body[dir=rtl] .lang-btn:hover{color:#111!important;background:transparent;border:1.5px solid #111}}.lang-switcher{position:relative;display:inline-block;margin-left:0;margin-right:0}.lang-arrow{display:inline-block;pointer-events:none;margin-left:3px;font-size:11px}.lang-dropdown{position:absolute;top:110%;left:0;min-width:70px;background:#fff;border:1px solid #c9c9c9;border-radius:9px;box-shadow:0 4px 18px #0000001a;z-index:999;padding:4px 0;font-size:16px;list-style:none}.lang-option{padding:7px 19px;cursor:pointer;transition:background .18s;color:#181818;text-align:left}.lang-option.selected{background:#e7e7e7;color:#111;font-weight:700}.lang-option:hover:not(.selected){background:#f3f3f3;color:#111}@media (max-width: 900px){.lang-dropdown{left:0;right:auto;min-width:80px;font-size:17px}}.footer{width:100%;border-top:2px solid #222;background:#fafafa;padding:18px 0;text-align:center;font-size:17px;color:#333;margin-top:0}@media (max-width: 600px){.footer{font-size:15px;padding:12px 0 100px}}.hero{display:flex;justify-content:center;align-items:center;padding:100px 0 60px;background:#fafafa;min-height:40vh}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-content h1{font-size:48px;margin-bottom:24px;font-weight:700}.hero-content p{font-size:22px;margin-bottom:32px;font-weight:400}.hero-buttons{display:flex;justify-content:center;gap:22px}.btn{border-radius:12px;font-weight:600;font-size:18px;padding:13px 24px;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}.btn-black{background:#111;color:#fff;border:none}.btn-black:hover{background:#222}.btn-outline{background:#fff;color:#111;border:2px solid #111}.btn-outline:hover{background:#f6f6f6;color:#222}.hero-demo-center{margin-top:44px;display:flex;flex-direction:column;align-items:center}.hero-demo-caption{color:#444;font-size:16px;margin-top:28px;margin-bottom:22px;text-align:center}.btn-demo,.hero-demo-button-wrapper .btn{background:#fff;color:#111;border:2px solid #111;border-radius:12px;font-weight:600;font-size:18px;padding:13px 28px;cursor:pointer;transition:background .2s,color .2s;text-decoration:none;margin:0 auto;display:inline-block}.btn-demo:hover,.hero-demo-button-wrapper .btn:hover{background:#222;color:#fff}@media (max-width: 900px){.hero-content{max-width:98vw}.hero-content h1{font-size:32px}.hero-content p{font-size:18px}.hero-buttons{flex-direction:column;gap:16px;align-items:center}.hero-demo-center{margin-top:36px}.hero-demo-caption{margin-top:22px;margin-bottom:18px;font-size:15px}}@media (max-width: 600px){.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero-buttons .btn{width:85vw;min-width:170px;max-width:320px;font-size:18px;padding:14px 0;box-sizing:border-box}.hero-demo-center .btn,.btn-demo{width:85vw;min-width:160px;max-width:320px;font-size:17px;padding:14px 0}.hero-demo-caption{margin-top:18px;margin-bottom:12px;font-size:14px}}.how-it-works{padding:80px 20px;background-color:#f9f9f9;text-align:center}.how-it-works h2{font-size:42px;margin-bottom:10px}.how-it-works .subtitle{font-size:16px;color:#555;margin-bottom:50px}.steps-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.step-card{background-color:#edf0f4;border-radius:14px;box-shadow:0 10px 30px #00000026;width:250px;padding:30px 20px;position:relative;transition:transform .3s}.step-card:hover{transform:translateY(-5px)}.step-number{position:absolute;top:-25px;left:50%;transform:translate(-50%);background-color:#fff;border:2px solid #444;border-radius:50%;width:60px;height:60px;line-height:60px;font-size:24px;font-weight:700}.step-card h3{margin-top:40px;margin-bottom:15px;font-size:20px}.step-card p{font-size:15px;color:#333}.how-it-works-button{margin-top:30px;text-align:center}.bots-section{text-align:center;padding:80px 20px}.bots-section h2{font-size:42px;margin-bottom:40px}.bots-container{display:flex;gap:40px;justify-content:center;margin-bottom:30px}.bot-card{background:#f8f9fa;border-radius:18px;box-shadow:0 6px 28px #50505017;padding:36px 30px;max-width:340px;min-width:300px;display:flex;flex-direction:column;align-items:center}.bot-card h3{font-size:22px;margin-bottom:12px}.bot-card p{font-size:17px;margin-bottom:26px}.see-all-bots-btn-wrapper{margin-top:10px;display:flex;justify-content:center}.btn{display:inline-block;font-weight:600;font-size:20px;padding:16px 38px;border-radius:18px;cursor:pointer;text-decoration:none;transition:background-color .25s,color .25s,border-color .25s}.btn-outline{background:transparent;color:#000;border:2px solid black}.btn-outline:hover{background:#000;color:#fff}.btn-black{background:#000;color:#fff;border:2px solid black}.btn-black:hover{background:#222;color:#fff;border-color:#222}@media (max-width: 700px){.bots-container{flex-direction:column;align-items:center;gap:24px}.bot-card{width:100%;max-width:400px;min-width:unset;margin:0 auto;padding:28px 10px;border-radius:14px}.bots-section{padding:40px 8px}.bots-section h2{font-size:32px;margin-bottom:28px}.bot-card h3{font-size:19px;margin-bottom:10px}.bot-card p{font-size:15px;margin-bottom:18px}.btn{font-size:17px;padding:13px 0;width:100%;border-radius:14px}.see-all-bots-btn-wrapper{margin-top:20px;padding-bottom:12px}}@media (max-width: 480px){.bots-section{padding:30px 2vw}.bot-card{padding:20px 6px;border-radius:10px;max-width:98vw}.btn{font-size:16px;padding:12px 0}.bots-section h2{font-size:26px;margin-bottom:16px}}@media (max-width: 700px){.how-it-works-button .btn,.see-all-bots-btn-wrapper .btn{width:50vw!important;min-width:160px;max-width:96vw;margin:0 auto;display:block}.how-it-works-button,.see-all-bots-btn-wrapper{display:flex;justify-content:center;align-items:center}}.prices-section{padding:80px 20px;width:100%;text-align:center;margin:0 auto;background-color:#f9f9f9}.prices-title{font-size:42px;margin-top:32px;margin-bottom:0;text-align:center;font-weight:500;letter-spacing:.01em}.spacer-xxl{height:56px}.spacer-xl{height:36px}.price-note-block{background:#fff;border:1.5px solid #eee;border-radius:16px;margin:0 auto 20px;padding:36px 28px 28px;max-width:960px;box-shadow:0 2px 16px #00000012;text-align:center}.price-note-block p{font-size:17px;color:#232323;margin-bottom:24px}.price-flex-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:32px;margin:28px 0;flex-wrap:nowrap}@media (max-width: 768px){.price-flex-container{flex-direction:column;align-items:center}.price-note-block{max-width:440px;padding:32px 20px}}.price-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px;width:100%;max-width:280px;text-align:center;box-shadow:0 2px 12px #0000000d}.price-icon{width:64px;height:64px;margin-bottom:16px}.price-card h3{font-size:20px;margin-bottom:12px;font-weight:600}.price-card p{font-size:16px;color:#444}.btn{font-weight:600;font-size:18px;padding:12px 28px;border-radius:16px;background-color:transparent;color:#000;text-decoration:none;border:2px solid black;transition:background-color .3s,color .3s;display:inline-block}.btn-outline{background-color:transparent;color:#000;border:2px solid black}.btn-outline:hover{background-color:#000;color:#fff}.prices-container{display:flex;justify-content:center;gap:48px;margin-top:0}.faq-section{padding:80px 20px 0;background:#fff;text-align:center}.faq-section h2{font-size:42px;margin-bottom:40px}.faq-list{max-width:600px;margin:0 auto;text-align:left}.faq-item{margin-bottom:18px;border-radius:14px;background:#fff;box-shadow:0 4px 24px #0000000f;overflow:hidden}.faq-question{width:100%;background:none;border:none;outline:none;font-size:22px;font-weight:600;padding:26px 24px 26px 18px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s;color:#111!important;-webkit-text-fill-color:#111}.faq-question.open{background:#f6f6f6;color:#111!important;-webkit-text-fill-color:#111}.faq-arrow{font-size:28px;font-weight:700;margin-left:10px;transition:transform .2s;color:#111!important;-webkit-text-fill-color:#111}.faq-answer-wrapper{background:#fff;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .23s cubic-bezier(.4,0,.2,1)}.faq-answer-wrapper.open{max-height:250px;opacity:1}.faq-answer{padding:22px 24px;font-size:17px;color:#222;background:#fff;border-radius:0 0 14px 14px;margin-top:2px}.contact-section{background-color:#f9f9f9;padding:80px 20px 60px;text-align:center}.contact-section h2{font-size:42px;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:18px;max-width:400px;margin:0 auto;background:#fff;border-radius:16px;padding:40px 24px;box-shadow:0 6px 24px #00000012}.contact-form input,.contact-form textarea{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:16px;resize:none}.contact-form textarea{min-height:100px;max-height:200px}.contact-form button{padding:12px 0;border-radius:8px;border:none;background:#000;color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s}.contact-form button:hover{background:#333}.contact-success{color:#1abc9c;margin-top:10px}.contact-error{color:#e74c3c;margin-top:10px}body[dir=rtl] .contact-form input,body[dir=rtl] .contact-form textarea{direction:rtl;text-align:right}.our-bots-page{padding:80px 20px;text-align:center;background-color:#fff}.bots-main-title{font-size:36px;font-weight:600;margin-bottom:16px;color:#111}.bots-subtitle{font-size:18px;max-width:840px;margin:0 auto 48px;color:#333;line-height:1.6}.bots-title{font-size:32px;font-weight:700;margin-bottom:36px;margin-top:20px}.bots-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:36px}.bot-card{background-color:#f9f9f9;border-radius:20px;padding:32px;max-width:320px;box-shadow:0 2px 12px #0000000f;text-align:center}.bot-image{width:72px;height:72px;margin-bottom:20px}.bot-card h3{font-size:20px;font-weight:600;margin-bottom:12px}.bot-card p{font-size:15px;color:#444;margin-bottom:20px}.learn-more-button{font-size:16px;padding:10px 24px;border-radius:12px;font-weight:500}.how-it-works-page{padding:80px 18px 60px;background:#f9f9f9;min-height:60vh;text-align:center}.how-it-works-page h1{font-size:38px;margin-bottom:26px;font-weight:700;letter-spacing:.01em}.how-intro{font-size:19px;color:#333;max-width:700px;margin:0 auto 32px;line-height:1.7}.how-steps-block,.how-results-block{text-align:left;max-width:850px;margin:32px auto;background:#fff;border-radius:18px;box-shadow:0 4px 22px #50505014;padding:36px 28px}.how-steps-block h2,.how-results-block h2{font-size:25px;margin-bottom:16px;font-weight:600;color:#1a1a1a;text-align:center}.how-steps-block ol{padding-left:1.2em;list-style:decimal}.how-steps-block li{margin-bottom:28px;font-size:17px;line-height:1.6;direction:inherit}.how-steps-block li strong{display:block;font-size:18px;margin-bottom:5px;font-weight:700}.how-results-block ul{padding-left:1.6em;list-style:none;direction:inherit}.how-results-block li{font-size:17px;margin-bottom:9px;line-height:1.4;display:flex;align-items:center;direction:inherit}.how-check{margin-inline-end:10px;color:#2db36c;font-size:19px;min-width:1.5em}.how-final{font-size:19px;color:#444;max-width:740px;margin:44px auto 0;background:#f5f5fa;padding:28px 20px;border-radius:14px}.rtl-list{direction:rtl;text-align:right;list-style-position:inside}.rtl-list li{direction:rtl;text-align:right}.rtl-list .how-check{margin-inline-start:10px;margin-inline-end:0}.bot-page{max-width:800px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,sans-serif;color:#111}.bot-header{text-align:center;margin-bottom:24px}.bot-icon{width:64px;height:64px;margin-bottom:10px}.bot-title{font-size:2rem;margin-bottom:8px}.bot-subtitle{font-size:1.1rem;color:#777;margin-bottom:24px}.bot-description{font-size:1rem;margin-bottom:32px;text-align:center}.bot-section{margin-bottom:32px}.bot-section h2{font-size:1.25rem;font-weight:600;margin-bottom:10px}.bot-section ul{padding-left:20px;list-style-type:disc}.bot-section p{font-size:1rem;line-height:1.5}.back-button{display:inline-block;font-size:.95rem;color:#000;background-color:#fff;border:2px solid #000;padding:10px 16px;border-radius:6px;text-decoration:none;transition:all .2s ease-in-out;margin-top:24px;font-weight:500}.back-button:hover{background-color:#000;color:#fff}.view-demo-container{display:flex;justify-content:center;margin-top:32px;margin-bottom:16px}.view-demo-button{background-color:#000;color:#fff;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:background-color .2s ease-in-out}.view-demo-button:hover{background-color:#333}
