@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;400;700;900&display=swap");:root{--primary-color:#ff5c35;--secondary-color:#2c3e50;--accent-color:#e74c3c;--text-color:#333;--light-bg:#f5f6fa;--white:#ffffff;--black:#000}*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;color:var(--text-color)}a{text-decoration:none}.tutorial-tabs{display:flex;justify-content:center;gap:0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:400px;margin:2rem auto}.tab-button{font-family:pelak;flex:1 1;padding:1rem 1.5rem;background-color:#f8f9fa;color:#6c757d;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;border-right:1px solid #dee2e6}.tab-button:last-child{border-right:none}.tab-button:hover{background-color:#e9ecef;color:#495057}.tab-button.active{background-color:var(--primary-color,#ff5c35);color:white;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.image-tutorial-content{padding:1rem 0}.tutorial-description{margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border-right:4px solid var(--primary-color,#ff5c35);font-size:.95rem;line-height:1.6}.images-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.tutorial-image-container{width:100%;max-width:600px;margin:0 auto;text-align:center;background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.tutorial-image-container:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.tutorial-image{width:100%;height:auto;max-height:500px;object-fit:contain;border-bottom:2px solid #f1f3f4;cursor:pointer;transition:opacity .3s ease}.tutorial-image:hover{opacity:.9}.image-content{padding:1rem;background-color:#fafafa}.image-caption{margin:0 0 .5rem;font-weight:600;color:#333;font-size:.9rem;line-height:1.4}.image-description{margin:0;font-size:.85rem;line-height:1.6;color:#555;text-align:justify;white-space:pre-line}.faq-header{cursor:pointer;transition:color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-header:hover{color:var(--primary-color,#ff5c35)}@media (max-width:768px){.tutorial-tabs{flex-direction:column;max-width:100%;margin:1.5rem 0}.tab-button{border-right:none;border-bottom:1px solid #dee2e6}.tab-button:last-child{border-bottom:none}.images-grid{gap:1rem}.tutorial-image-container{max-width:500px}.tutorial-image{max-height:400px}.tutorial-description{padding:.8rem;font-size:.9rem}}@media (max-width:480px){.tab-button{padding:.8rem 1rem;font-size:.85rem}.tutorial-image{max-height:300px}.image-content{padding:.8rem}.image-caption{font-size:.85rem}.image-description{font-size:.8rem}.tutorial-image-container{max-width:100%}}@media (min-width:1200px){.tutorial-image-container{max-width:800px}.tutorial-image{max-height:600px}}.header{background:white;position:fixed;box-shadow:0 2px 10px rgba(0,0,0,.1);border-radius:15px;width:90%;top:30px;left:50%;transform:translateX(-50%);z-index:1000;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}@media (max-width:406px){.nav-links a{margin-right:0!important;font-size:12px}.logo img{width:90px!important}.Hero-module__uehUDq__hero{padding-top:150px!important}.Hero-module__uehUDq__hero h1{font-size:2rem!important}.Hero-module__uehUDq__ctaButtons{flex-direction:column;align-items:center}}.nav-container{margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;margin-right:.5rem}.logo img{width:120px}.nav-links a{color:var(--secondary-color);text-decoration:none;margin-right:2rem;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.hero{background:url(/images/1.svg) no-repeat 50% fixed;background-size:cover;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background-color:var(--light-bg);color:var(--black);padding:2rem}.hero-description{max-width:600px;margin:0 auto 2rem;text-align:justify;font-size:1.1rem;line-height:1.8}.hero-content{max-width:800px}.hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem}.section-description{text-align:center;margin:0 auto 3rem;color:var(--secondary-color);font-size:1.1rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:15px;text-decoration:none;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;margin:.5rem;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;-webkit-transition:transform .3s ease,box-shadow .3s ease;-moz-transition:transform .3s ease,box-shadow .3s ease;-ms-transition:transform .3s ease,box-shadow .3s ease;-o-transition:transform .3s ease,box-shadow .3s ease}.primary-btn{font-family:Vazirmatn,sans-serif;background-color:var(--accent-color);color:var(--white)!important}.secondary-btn{background-color:transparent;color:var(--black);border:2px solid var(--black)}.btn:hover{transition:transform .3s ease,box-shadow .3s ease;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);-webkit-transition:transform .3s ease,box-shadow .3s ease;-moz-transition:transform .3s ease,box-shadow .3s ease;-ms-transition:transform .3s ease,box-shadow .3s ease;-o-transition:transform .3s ease,box-shadow .3s ease}.features{padding:5rem 0;background-color:var(--light-bg)}.stats{padding:5rem 0;position:relative;overflow:hidden}h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--secondary-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;width:90%;margin:0 auto}.feature-card{background:var(--white);padding:2rem;border-radius:10px;text-align:center;transition:transform .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.1)}.feature-card:hover,.stat-card:hover{transform:translateY(-10px)}.feature-card i{font-size:2.5rem;color:var(--accent-color);margin-bottom:1rem}.feature-card h3{color:var(--secondary-color);margin-bottom:1rem}.benefits{padding:5rem 2rem;background-color:var(--white)}.benefits-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem}.benefits-content{flex:1 1}.benefits-image{flex:1 1;display:flex;justify-content:center;align-items:center}.benefits-image img{max-width:100%;height:auto;border-radius:10px;transition:transform .3s ease}.benefits h2{text-align:right;font-size:2.5rem;margin-bottom:1.5rem;color:var(--secondary-color)}.benefits .section-description{text-align:right;margin-bottom:3rem}.benefits-list{display:grid;grid-gap:1.5rem;gap:1.5rem}.benefit-item{display:flex;align-items:center;gap:1rem}.benefit-item i{color:var(--primary-color);font-size:1.5rem;flex-shrink:0}.benefit-item p{margin:0;font-size:1.1rem;color:var(--text-color)}@media (max-width:992px){.benefits-container{flex-direction:column-reverse;gap:2rem}.benefits-image{width:100%;max-width:500px;margin:0 auto}.benefits .section-description,.benefits h2{text-align:center}}.register-section{padding:5rem 2rem;background-color:var(--light-bg)}.register-content{max-width:600px;margin:0 auto}.registration-form{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);position:relative}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--secondary-color);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e1e1e1;border-radius:15px;font-family:Vazirmatn,sans-serif;font-size:1rem;transition:border-color .3s ease;text-align:right;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;-webkit-transition:border-color .3s ease;-moz-transition:border-color .3s ease;-ms-transition:border-color .3s ease;-o-transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.registration-form button[type=submit]{display:block;margin-right:auto;margin-left:0;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;color:var(--white);border:none;border-radius:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1);-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}.registration-form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.registration-form button[type=submit]:active{transform:translateY(1px);box-shadow:0 2px 10px rgba(0,0,0,.1)}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;align-items:center;justify-content:center}.modal.show{display:flex}.modal-content{background-color:var(--white);padding:2rem;border-radius:15px;position:relative;width:90%;max-width:500px;text-align:center;animation:modalSlideIn .3s ease-out;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}.close-modal{position:absolute;top:1rem;left:1rem;font-size:1.5rem;cursor:pointer;color:var(--secondary-color)}.modal-body{padding:1rem}.success-icon{font-size:4rem;color:#2ecc71;margin-bottom:1rem}.modal-body h3{color:var(--secondary-color);margin-bottom:1rem}.modal-body p{color:var(--text-color)}@keyframes modalSlideIn{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}.footer{background-color:var(--light-bg);padding:4rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.5fr;grid-gap:3rem;gap:3rem}.footer-section{padding-right:1rem}.footer-logo{width:100px;height:auto}.about-text{line-height:1.8;text-align:justify}.about-text,.footer-section h4{color:black;margin-bottom:1.5rem}.footer-section h4{font-size:1.2rem;position:relative}.footer-section h4:after{content:"";position:absolute;bottom:-.5rem;right:0;width:50px;height:2px;background-color:var(--primary-color)}.links-section ul{list-style:none;padding:0}.links-section ul li{margin-bottom:1rem}.links-section ul a{color:black;text-decoration:none;transition:color .3s ease}.links-section ul a:hover{color:var(--primary-color)}.contact-info p{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:black}.contact-info i{color:var(--primary-color);width:20px}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-links a{color:black;font-size:1.5rem;transition:all .3s ease}.social-links a:hover{color:var(--primary-color);transform:translateY(-3px)}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:black}@media (max-width:992px){.footer-content{grid-template-columns:1fr 1fr}.about-section{grid-column:1/-1}}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{padding-right:0;text-align:center}.footer-section h4:after{right:50%;transform:translateX(50%)}.contact-info p,.social-links{justify-content:center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in{animation:fadeIn 1s ease-out;-webkit-animation:fadeIn 1s ease-out}.animate-bounce{animation:bounce 2s infinite}@media (max-width:768px){.hero h1{font-size:1.7rem}.stats{padding:10px}.hero-subtitle{font-size:1.2rem}.features-grid{grid-template-columns:1fr}.registration-form{padding:1.5rem}.modal-content{width:95%;padding:1.5rem}}@media (max-width:554px){.header{.nav-links a:not(.btn){display:none}}.hero{min-height:50vh!important}}.hero-btn{max-width:185px;width:100%}.basalam-logo{width:100px;margin-right:20px}.basalam-logo,.woo-logo{vertical-align:middle;margin-bottom:10px}.woo-logo{width:140px;height:70px}.statistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;width:100%;position:relative;z-index:1}.stat-card{background-color:#fff;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.1);display:flex;align-items:center;margin-bottom:20px;padding:20px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent-color),transparent);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.stat-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.15);-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px)}.stat-card:hover:after{transform:scaleX(1)}.stat-card i{font-size:2.5rem;color:var(--accent-color);margin-right:25px;margin-left:20px;transition:transform .3s ease}.stat-card:hover i{transform:scale(1.1)}.stat-card .counter{font-size:2.5rem;font-weight:900;color:var(--secondary-color);margin-top:-10px;background:linear-gradient(45deg,var(--secondary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;direction:ltr;display:inline-block}.stat-card p:first-child{font-size:1.1rem;color:var(--text-color);font-weight:600;margin-bottom:5px}.stat-card .unit{font-size:1rem;color:#7f8c8d}.img-stat{width:48px;filter:drop-shadow(0 3px 5px rgba(0,0,0,.2));transition:transform .3s ease,filter .3s ease}.stat-card:hover .img-stat{filter:drop-shadow(0 5px 8px rgba(0,0,0,.3));transform:scale(1.1)}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.stats-animate{animation:pulse 2s infinite}.img-benefits{width:22px}.faq-section{padding:30px;border-radius:16px;text-align:center}.faq-container{width:90%;margin:20px auto 0;padding-bottom:20px}.faq-item{background:#ffffff;margin-bottom:15px;padding:15px;border-radius:14px;box-shadow:0 6px 12px rgba(0,0,0,.08);transition:all .4s ease-in-out;overflow:hidden;cursor:pointer}.faq-question{padding:15px;font-size:18px;font-weight:700;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-item.active .faq-question{color:var(--accent-color)}.faq-answer{text-align:right;height:0;overflow:hidden;opacity:0;padding:0 15px;font-size:16px;line-height:1.6;transition:opacity .3s ease-in-out,padding .3s ease-in-out}.faq-item.active .faq-answer{opacity:1}.icon{font-size:22px;font-weight:700;transition:transform .3s ease,color .3s ease}.faq-item.active .icon{transform:rotate(45deg);color:var(--accent-color)}.counter:before{content:"+";position:absolute;top:0;left:-18px;color:var(--accent-color);font-size:2rem}.modal-title{display:flex;justify-content:center;gap:10px}.modal-buttons{margin-top:20px;display:flex;flex-direction:column;gap:10px;align-items:center}.modal-buttons>div{display:flex;justify-content:space-between;gap:10px;width:100%;max-width:600px}.button-download-plugin{width:100%}.button-download-guide,.button-download-plugin,.button-telegram-group{background-color:var(--accent-color);color:white;padding:10px 20px;text-decoration:none;border-radius:5px;font-size:16px;text-align:center}.button-download-guide,.button-telegram-group{width:50%}@media (max-width:768px){.modal-buttons>div{flex-direction:column;align-items:center;gap:15px}.button-download-guide,.button-download-plugin,.button-telegram-group{width:100%}}.help-section{margin:auto auto 75px;border-radius:15px;width:90%;background-color:#f1f4f7;box-shadow:0 2px 10px #0000001a}.help-section--first{margin-top:200px;display:flex;justify-content:space-between;flex-wrap:wrap}.help-section--second{align-items:center;display:flex;padding:15px;flex-direction:column;text-align:center}.help-section__third__title{align-items:center;display:flex;padding:15px 15px 0;flex-direction:row;justify-content:center;gap:10px;text-align:center;font-size:22px;font-weight:700}.help-section__description{width:70%;padding:20px;text-align:justify}.help-section__p{text-align:center;padding-bottom:20px}.download-plugin-button{cursor:pointer}.help-section__image{width:30%;border-top-left-radius:15px;border-bottom-left-radius:15px;display:flex;justify-content:center}.help-section__image img{max-width:100%;height:auto}.help-section__title{margin-bottom:40px;text-align:right}.help-section__text{text-align:justify;margin-top:20px}.help-section__buttons{margin-top:50px}.help-section__button{background:var(--accent-color);color:white;padding:8px;border-radius:8px;text-decoration:none}.help-section--second .help-section__image{width:40px}.help-section--third .help-section__image{width:30px}.help-section--second .help-section__description{text-align:center}.tutorial-container{max-width:90%;margin:0 auto;text-align:center}.tutorial-title{font-size:24px;font-weight:700;margin-bottom:20px}.tutorial-steps{display:flex;flex-direction:column;gap:20px}.tutorial-row{display:flex;justify-content:space-between;gap:20px}.tutorial-step{flex:1 1;background:#f9f9f9;padding:15px;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.1);text-align:center}.tutorial-step__number{font-size:18px;font-weight:700;background:var(--accent-color);color:white;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin:0 auto 10px}.tutorial-step__image img{width:100px;height:100px;object-fit:cover;border-radius:10px}.tutorial-step__description{font-size:14px;color:#333}.aparat{width:60%;margin:auto;height:40%;padding-bottom:20px}@media (max-width:768px){.help-section--first{flex-direction:column;align-items:center;margin-top:180px}.help-section__description{width:90%;padding:15px;text-align:center}.help-section__image{width:80%;margin-top:20px}.help-section__title{font-size:24px;margin-bottom:20px;text-align:center}.help-section__text{font-size:14px;margin-top:10px;text-align:justify}.help-section__buttons{margin-top:30px}.help-section__button{padding:12px;font-size:14px;width:100%}.tutorial-container{max-width:100%;padding:15px}.tutorial-title{font-size:20px}.tutorial-row,.tutorial-steps{flex-direction:column;gap:15px}.tutorial-row{align-items:center}.tutorial-step{width:100%;padding:20px}.tutorial-step__number{width:50px;height:50px;font-size:20px}.tutorial-step__image img{width:80px;height:80px}.aparat{width:100%;height:auto;padding-bottom:0}}@media (max-width:480px){.help-section__description,.help-section__image{width:100%}.tutorial-step__image img{width:70px;height:70px}}.help-section__video-title{font-size:14px;font-weight:700;display:flex;margin-top:26px;margin-bottom:20px}.Header_header__H0gOn{background:white;position:fixed;box-shadow:0 2px 10px rgba(0,0,0,.1);border-radius:15px;width:90%;top:30px;left:50%;transform:translateX(-50%);z-index:1000}.Header_navContainer__S_s94{margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.Header_logo__V0SFW{margin-right:.5rem}.Header_logo__V0SFW img{width:120px}.Header_navLinks__FKNCk a{color:var(--secondary-color);text-decoration:none;margin-right:2rem;font-weight:500;transition:color .3s ease}.Header_navLinks__FKNCk a:hover{color:var(--primary-color)}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-Black.10b8adaa.woff2) format("woff2");font-weight:900}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-ExtraBold.042a21ab.woff2) format("woff2");font-weight:800}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-Bold.428d1a6b.woff2) format("woff2");font-weight:700}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-SemiBold.7d28c3a0.woff2) format("woff2");font-weight:600}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-Medium.932779dd.woff2) format("woff2");font-weight:500}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-Regular.60089322.woff2) format("woff2");font-weight:400}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-light.8f9749f9.woff2) format("woff2");font-weight:300}@font-face{font-family:Pelak;src:url(/_next/static/media/PelakFA-Thin.3d2235cb.woff2) format("woff2");font-weight:200}body{font-family:Pelak,sans-serif}