:root{--primary-red: #dc2626;--dark-red: #b91c1c;--light-red: #fef2f2;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-600: #4b5563;--gray-800: #1f2937;--gray-900: #111827;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:var(--gray-800);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--white)}a{color:var(--primary-red);text-decoration:none;transition:color .3s ease}a:hover{color:var(--dark-red)}.container{max-width:1400px;margin:0 auto;padding:0 40px}.header{background:var(--white);box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;overflow:visible;height:70px}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;height:70px}.logo{font-size:1.8rem;font-weight:700;color:var(--primary-red);display:flex;align-items:center;height:70px}.logo-image{height:150px;width:auto;object-fit:contain;position:absolute;top:50%;left:calc(50% - 600px);transform:translateY(-50%);z-index:100}.logo-image:hover{transform:translateY(-50%)}.nav-right{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{font-weight:500;color:var(--gray-800);transition:color .3s;text-decoration:none}.nav-links a:hover{color:var(--primary-red)}.services-dropdown{position:relative}.dropdown-trigger{color:var(--gray-800);font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .3s}.dropdown-trigger:hover{color:var(--primary-red)}.dropdown-arrow{font-size:.8rem;transition:transform .3s}.dropdown-arrow.arrow-up{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--white);box-shadow:0 8px 25px #00000026;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;min-width:200px;z-index:1000;list-style:none;margin:0;padding:.5rem 0;pointer-events:none}.dropdown-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:.75rem 1rem;color:var(--gray-800);text-decoration:none;transition:all .3s}.dropdown-menu a:hover{background:var(--light-red);color:var(--primary-red)}.lang-button{background:var(--primary-red);color:var(--white);border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;font-size:.9rem}.lang-button:hover{background:var(--dark-red);transform:translateY(-1px)}.desktop-lang{display:block}.mobile-lang{display:none}.nav-badge{display:flex;align-items:center}.navbar-badge{height:50px;transition:transform .3s ease}.navbar-badge:hover{transform:scale(1.05)}.mobile-services-section{display:none}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.25rem}.hamburger span{width:25px;height:3px;background:var(--gray-800);transition:all .3s ease;border-radius:2px}.hamburger-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-active span:nth-child(2){opacity:0}.hamburger-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{background:linear-gradient(135deg,#dc2626b3,#b91c1cb3),url(/assets/images/herosoft-5rwMgtiA.png) center/cover no-repeat;color:var(--white);padding:120px 0 80px;text-align:center;margin-top:80px;position:relative}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{background:var(--white);color:var(--primary-red);padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button:hover{background:var(--gray-100);transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.partner-text-hero{margin-top:2rem;font-size:1.1rem;opacity:.9;color:var(--white)}.services{padding:80px 0;background:var(--gray-50)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border-top:4px solid var(--primary-red);text-decoration:none;color:inherit;display:block}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026;color:inherit;text-decoration:none}.service-card h3{font-size:1.5rem;color:var(--gray-900);margin-bottom:1rem}.service-card p{color:var(--gray-600);line-height:1.6}.about{padding:80px 0;background:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;color:var(--gray-900);margin-bottom:1.5rem}.about-text p{color:var(--gray-600);font-size:1.1rem;margin-bottom:1.5rem}.contact{padding:80px 0;background:var(--light-red)}.contact-content{text-align:center}.contact h2{font-size:2.5rem;color:var(--gray-900);margin-bottom:1rem}.contact p{font-size:1.2rem;color:var(--gray-600);margin-bottom:2rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.contact-item{background:var(--white);padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d}.contact-item h4{color:var(--primary-red);margin-bottom:.5rem}.footer{background:var(--gray-900);color:var(--white);text-align:center;padding:2rem 0}.main-content{margin-top:80px;min-height:calc(100vh - 160px)}.page{padding:80px 0;min-height:50vh}.services-overview{padding:80px 0;background:var(--gray-50)}.why-choose-us{padding:80px 0;background:var(--white)}.why-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.features{display:flex;flex-direction:column;gap:1.5rem}.feature h4{color:var(--primary-red);margin-bottom:.5rem}.tech-showcase{background:var(--light-red);padding:2rem;border-radius:12px;text-align:center}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.tech-item{background:var(--primary-red);color:var(--white);padding:.75rem;border-radius:8px;font-weight:600;font-size:.9rem}.service-page{margin-top:80px}.service-hero{background:linear-gradient(135deg,var(--primary-red) 0%,var(--dark-red) 100%);color:var(--white);padding:80px 0;text-align:center}.service-hero h1{font-size:3rem;margin-bottom:1rem}.service-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.partner-badge-large{margin-top:2rem}.partner-badge-large img{height:80px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.kommo-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.feature-item h4{color:var(--primary-red);margin-bottom:.5rem}.kommo-showcase{background:var(--light-red);padding:2rem;border-radius:12px}.benefit-list{list-style:none;margin:0;padding:0}.benefit-list li{padding:.5rem 0;color:var(--gray-700)}.service-detail-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;border-top:4px solid var(--primary-red)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-detail-card h3{color:var(--gray-900);margin-bottom:1rem}.service-detail-card ul{margin-top:1rem;padding-left:1rem}.service-detail-card li{color:var(--gray-600);margin-bottom:.5rem}.cta-section{background:var(--light-red);padding:80px 0;text-align:center}.cta-content h2{color:var(--gray-900);margin-bottom:1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.cta-button.secondary{background:transparent;color:var(--primary-red);border:2px solid var(--primary-red)}.cta-button.secondary:hover{background:var(--primary-red);color:var(--white)}.pricing-section{padding:80px 0;background:var(--gray-50)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.pricing-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 8px 30px #00000014;transition:all .3s ease;position:relative;border:2px solid transparent}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.pricing-card.featured{border-color:var(--primary-red);transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-8px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-red);color:var(--white);padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h3{font-size:1.8rem;color:var(--gray-900);margin-bottom:1rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.2rem}.pricing-price .currency{font-size:1.2rem;color:var(--gray-600)}.pricing-price .amount{font-size:3rem;font-weight:700;color:var(--primary-red)}.pricing-price .period{font-size:1rem;color:var(--gray-600)}.pricing-features h4{color:var(--gray-900);margin-bottom:1rem;font-size:1.1rem}.pricing-features ul{list-style:none;margin:0;padding:0}.pricing-features li{padding:.5rem 0;color:var(--gray-700);font-size:.95rem}.pricing-features li.feature-included{color:#059669!important;font-weight:500}.pricing-features li.feature-excluded{color:#dc2626!important;font-weight:500}.pricing-note{background:var(--white);padding:2rem;border-radius:12px;text-align:center;margin-top:3rem;box-shadow:0 4px 20px #0000000d}.features-comparison{padding:80px 0;background:var(--white)}.feature-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-category{background:var(--gray-50);padding:2rem;border-radius:12px;border-left:4px solid var(--primary-red)}.feature-category h3{color:var(--gray-900);margin-bottom:1.5rem;font-size:1.3rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-list .feature-item h4{color:var(--primary-red);margin-bottom:.5rem;font-size:1rem}.feature-list .feature-item p{color:var(--gray-600);font-size:.9rem;line-height:1.5}.integration-partners{padding:80px 0;background:var(--light-red)}.integration-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0;text-align:center}.stat-item{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.stat-number{font-size:3rem;font-weight:700;color:var(--primary-red);margin-bottom:.5rem}.stat-label{color:var(--gray-700);font-weight:600}.integration-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.integration-benefit{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center}.integration-benefit h4{color:var(--primary-red);margin-bottom:1rem;font-size:1.1rem}.integration-benefit p{color:var(--gray-600);font-size:.95rem;line-height:1.5}.guarantee-text{margin-top:1.5rem;color:var(--gray-600);font-size:1rem}@media (max-width: 768px){.nav,.header{height:90px}.logo-image{height:80px;left:20px!important;position:absolute;top:50%;transform:translateY(-50%);z-index:100}.hamburger{display:flex}.nav-links{position:fixed;top:90px;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem 0;box-shadow:0 8px 25px #00000026;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;gap:0}.nav-links-mobile{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{border-bottom:1px solid var(--gray-200)}.nav-links li:last-child{border-bottom:none}.nav-links a{padding:.75rem 1rem;display:block;color:var(--gray-800);font-weight:500;transition:all .3s}.nav-links a:hover{color:var(--primary-red);background:var(--light-red)}.services-dropdown{display:none}.mobile-services-section{display:block}.mobile-services-title{padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;color:var(--gray-800);font-weight:500;cursor:pointer;transition:all .3s}.mobile-services-title:hover{color:var(--primary-red);background:var(--light-red)}.mobile-services-list{max-height:0;overflow:hidden;transition:max-height .3s ease;background:var(--gray-50);list-style:none;margin:0;padding:0}.mobile-services-list.mobile-services-open{max-height:250px}.mobile-services-list li{border-bottom:1px solid var(--gray-200)}.mobile-services-list li:last-child{border-bottom:none}.mobile-services-list a{padding:.75rem 1rem .75rem 2rem;color:var(--gray-600);font-size:.9rem;display:block;transition:all .3s}.mobile-services-list a:hover{color:var(--primary-red);background:var(--white)}.nav-right{gap:1rem}.desktop-lang{display:none}.mobile-lang{display:block}.navbar-badge{height:40px}.hero h1{font-size:2.5rem}.service-hero h1{font-size:2.2rem}.two-column,.why-content{grid-template-columns:1fr;gap:2rem}.kommo-features,.tech-grid,.services-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.about-content{grid-template-columns:1fr;gap:2rem}.service-page .pricing-section,.service-page .feature-comparison-section,.service-page .faq-section{padding:60px 0}.pricing-grid{grid-template-columns:1fr;gap:1rem}.pricing-card{padding:20px}.pricing-card.featured{transform:none;order:-1}.pricing-card.featured:hover{transform:translateY(-4px)}.pricing-price .amount{font-size:2rem}.pricing-features ul{max-height:200px;overflow-y:auto}.pricing-features li{font-size:.85rem;padding:.3rem 0}.feature-categories{grid-template-columns:1fr}.integration-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2.5rem}.integration-benefits{grid-template-columns:1fr}.pricing-tabs{flex-wrap:wrap;gap:.4rem;margin:1.5rem 0}.pricing-tab{font-size:.75rem;padding:.5rem 1rem}.pricing-tooltip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:280px;max-width:90vw;white-space:normal;text-align:center}.pricing-tooltip:before{display:none}}.pricing-tabs{display:flex;justify-content:center;gap:.5rem;margin:2rem 0;flex-wrap:wrap}.pricing-tab{background:var(--white);border:2px solid var(--gray-200);color:var(--gray-600);padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:.9rem}.pricing-tab:hover{border-color:var(--primary-red);color:var(--primary-red)}.pricing-tab.active{background:#f59e0b;border-color:#f59e0b;color:var(--white)}.pricing-description{color:var(--gray-600);font-size:.9rem;margin-bottom:1rem;line-height:1.4}.pricing-billing{color:var(--gray-600);font-size:.9rem;margin:.5rem 0}.pricing-total{color:var(--primary-red);font-size:.85rem;text-decoration:underline;cursor:pointer;margin-bottom:1rem}.pricing-total-wrapper{position:relative;display:inline-block}.pricing-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--gray-900);color:var(--white);padding:.75rem 1rem;border-radius:8px;box-shadow:0 8px 25px #0003;z-index:1000;white-space:nowrap;margin-top:.5rem;font-size:.9rem;min-width:200px;text-align:center}.pricing-tooltip:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--gray-900)}.pricing-tooltip p{margin:0;line-height:1.4}.pricing-tooltip p:first-child{margin-bottom:.25rem}.pricing-tooltip strong{color:#f59e0b;font-weight:600}.tooltip-period{font-size:.8rem;color:#d1d5db;font-style:italic}.pricing-cta{background:#2c1810;color:var(--white);border:none;padding:.75rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;width:100%;margin-bottom:1.5rem}.pricing-cta:hover{background:#1f100b;transform:translateY(-1px)}.pricing-features .feature-included{color:#059669!important;font-weight:500}.pricing-features .feature-excluded{color:#dc2626!important;font-weight:500}.faq-section{padding:100px 0;background:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 100%)}.faq-container{max-width:900px;margin:0 auto;padding:0 20px}.faq-item{background:var(--white);border-radius:16px;box-shadow:0 8px 32px #00000014;margin-bottom:24px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05)}.faq-item:hover{box-shadow:0 16px 48px #0000001f;transform:translateY(-4px);border-color:#dc262633}.faq-question{width:100%;background:none;border:none;padding:32px 40px;font-size:1.25rem;font-weight:700;color:var(--gray-800);cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.faq-question:hover{background:linear-gradient(135deg,var(--light-red) 0%,rgba(254,242,242,.7) 100%);color:var(--primary-red)}.faq-question.active{background:linear-gradient(135deg,var(--light-red) 0%,rgba(254,242,242,.8) 100%);color:var(--primary-red);border-bottom:3px solid var(--primary-red)}.faq-question span:first-child{flex:1;line-height:1.4;font-weight:700}.faq-icon{font-size:1.8rem;font-weight:900;color:var(--primary-red);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#dc26261a,#dc26260d);margin-left:24px;box-shadow:0 4px 12px #dc262633}.faq-question.active .faq-icon{background:linear-gradient(135deg,var(--primary-red) 0%,var(--dark-red) 100%);color:var(--white);transform:rotate(180deg);box-shadow:0 6px 20px #dc262666}.faq-answer{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0}.faq-answer.open{max-height:500px;opacity:1;padding:0 40px 40px}.faq-answer p{color:var(--gray-600);line-height:1.9;margin:0;font-size:1.1rem;font-weight:500;transform:translateY(-10px);transition:transform .3s ease}.faq-answer.open p{transform:translateY(0)}@media (max-width: 768px){.faq-section{padding:80px 0}.faq-container{padding:0 15px;max-width:100%}.faq-item{margin-bottom:20px;border-radius:12px}.faq-question{padding:24px;font-size:1.1rem}.faq-answer.open{padding:0 24px 32px}.faq-answer p{font-size:1rem;line-height:1.7}.faq-icon{width:32px;height:32px;font-size:1.6rem;margin-left:16px}.faq-question span:first-child{font-size:1.1rem}}.feature-comparison-section{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.section-subtitle{text-align:center;color:var(--gray-600);font-size:1.2rem;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.feature-comparison-container{background:var(--white);border-radius:24px;box-shadow:0 25px 80px #0000001f;overflow:hidden;margin-top:50px;border:1px solid var(--gray-200)}.feature-categories{display:flex;flex-direction:column;gap:20px;padding:20px}.feature-category{background:var(--white);border-radius:16px;box-shadow:0 8px 25px #00000014;border:1px solid var(--gray-200);transition:all .3s ease;overflow:hidden}.feature-category:hover{box-shadow:0 12px 35px #0000001f;transform:translateY(-2px)}.feature-category-button{width:100%;background:linear-gradient(135deg,var(--gray-50) 0%,#f8fafc 100%);border:none;padding:24px 30px;font-size:1.2rem;font-weight:700;color:var(--gray-800);cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border-radius:0}.feature-category-button:hover{background:linear-gradient(135deg,var(--light-red) 0%,rgba(254,242,242,.8) 100%);color:var(--primary-red)}.feature-category-button.active{background:linear-gradient(135deg,var(--primary-red) 0%,var(--dark-red) 100%);color:var(--white)}.category-title{flex:1;font-size:1.25rem;font-weight:700}.category-arrow{font-size:1.1rem;font-weight:900;color:var(--gray-600);transition:all .3s cubic-bezier(.4,0,.2,1);background:#4b55631a;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-category-button:hover .category-arrow{background:#dc262633;color:var(--primary-red)}.feature-category-button.active .category-arrow{transform:rotate(180deg);background:#fff3;color:var(--white)}.feature-category-content{background:var(--white);padding:0;border-top:1px solid var(--gray-200)}.feature-header-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:linear-gradient(135deg,var(--gray-100) 0%,#f8fafc 100%);border-bottom:2px solid var(--gray-300);font-weight:800;color:var(--gray-800);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.feature-header-name{padding:16px 30px;border-right:1px solid var(--gray-300);display:flex;align-items:center}.feature-header-value{padding:16px 15px;text-align:center;border-right:1px solid var(--gray-300);display:flex;align-items:center;justify-content:center}.feature-header-value:last-child{border-right:none}.feature-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid var(--gray-200);transition:all .3s ease;background:var(--white)}.feature-row:last-child{border-bottom:none}.feature-row:hover{background:linear-gradient(135deg,#fff,#f8fafc)}.feature-name{padding:20px 30px;font-size:1.05rem;font-weight:700;color:var(--gray-800);display:flex;align-items:center;border-right:1px solid var(--gray-200);position:relative}.feature-name:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary-red);transition:all .3s ease}.feature-value{padding:20px 15px;text-align:center;border-right:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;position:relative}.feature-value:last-child{border-right:none}.feature-check{color:#16a34a;font-size:1.4rem;font-weight:900;background:linear-gradient(135deg,#16a34a1a,#16a34a0d);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px solid rgba(22,163,74,.2)}.feature-row:hover .feature-check{background:linear-gradient(135deg,#16a34a33,#16a34a1a);border-color:#16a34a66;transform:scale(1.1)}.feature-none{color:var(--gray-400);font-size:1.3rem;font-weight:600;background:linear-gradient(135deg,#9ca3af1a,#9ca3af0d);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(156,163,175,.2)}.feature-unlimited{color:var(--primary-red);font-size:.8rem;font-weight:800;text-transform:uppercase;background:linear-gradient(135deg,#dc26261a,#dc26260d);padding:6px 12px;border-radius:16px;letter-spacing:.5px;border:2px solid rgba(220,38,38,.2);transition:all .3s ease}.feature-row:hover .feature-unlimited{background:linear-gradient(135deg,#dc262626,#dc26261a);border-color:#dc26264d;transform:scale(1.05)}.feature-number{color:var(--gray-800);font-size:1rem;font-weight:800;background:linear-gradient(135deg,#1f293714,#1f29370d);padding:6px 12px;border-radius:10px;min-width:60px;transition:all .3s ease;border:2px solid rgba(31,41,55,.1)}.feature-row:hover .feature-number{background:linear-gradient(135deg,#1f29371f,#1f293714);border-color:#1f293733;transform:scale(1.05)}.feature-text{color:var(--gray-700);font-size:.9rem;font-weight:600;background:linear-gradient(135deg,#4b556314,#4b55630d);padding:6px 12px;border-radius:10px;transition:all .3s ease;border:2px solid rgba(75,85,99,.1)}.feature-row:hover .feature-text{background:linear-gradient(135deg,#4b55631f,#4b556314);border-color:#4b556333;transform:scale(1.05)}@media (max-width: 768px){.feature-comparison-section{padding:60px 0}.section-title{font-size:1.8rem;margin-bottom:1rem}.section-subtitle{font-size:1rem;margin-bottom:30px;padding:0 20px}.feature-comparison-container{margin:0 10px;border-radius:12px;box-shadow:0 10px 25px #00000014}.feature-categories{gap:12px;padding:12px}.feature-category{border-radius:10px}.feature-category:hover{transform:none}.feature-header-row{display:none}.feature-row{grid-template-columns:1fr;gap:1px}.feature-row:hover{transform:none}.feature-name{font-size:.9rem;padding:12px 16px;border-right:none;border-bottom:1px solid var(--gray-200);background:linear-gradient(135deg,var(--gray-50) 0%,#f8fafc 100%)}.feature-name:before{width:3px}.feature-value{padding:10px 16px;border-right:none;border-bottom:1px solid var(--gray-200);background:var(--white);justify-content:flex-start;gap:8px}.feature-value:last-child{border-bottom:none}.feature-value:before{content:attr(data-plan);font-size:.7rem;font-weight:800;color:var(--primary-red);text-transform:uppercase;letter-spacing:.5px;min-width:70px;display:inline-block}.feature-check{width:28px;height:28px;font-size:1.2rem}.feature-none{width:28px;height:28px;font-size:1.1rem}.feature-unlimited{font-size:.75rem;padding:4px 8px;border-radius:12px}.feature-number{font-size:.9rem;padding:4px 8px;min-width:50px}.feature-text{font-size:.8rem;padding:4px 8px}.feature-category-button{padding:16px;font-size:1rem}.category-arrow{width:24px;height:24px;font-size:.9rem}}.additional-faq-section{padding:80px 0;background:var(--gray-50)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.faq-category{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 15px #00000014;transition:transform .3s ease}.faq-category:hover{transform:translateY(-4px)}.faq-category h3{margin-bottom:1.5rem;color:var(--primary-red);font-size:1.2rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item-simple{border-bottom:1px solid var(--gray-200);padding-bottom:1rem}.faq-item-simple:last-child{border-bottom:none;padding-bottom:0}.faq-item-simple h4{color:var(--gray-800);margin-bottom:.5rem;font-size:1rem}.faq-item-simple p{color:var(--gray-600);font-size:.9rem;line-height:1.5}.contact-support-section{padding:80px 0;background:var(--light-red)}.support-card{background:var(--white);border-radius:16px;padding:3rem;text-align:center;box-shadow:0 8px 25px #0000001a}.support-card h2{color:var(--gray-800);margin-bottom:1rem}.support-card p{color:var(--gray-600);margin-bottom:2rem;font-size:1.1rem}.support-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.support-option{background:var(--gray-50);border-radius:12px;padding:2rem;transition:all .3s ease}.support-option:hover{background:var(--light-red);transform:translateY(-2px)}.support-option h4{color:var(--primary-red);margin-bottom:.5rem;font-size:1.1rem}.support-option p{color:var(--gray-600);margin-bottom:1rem;font-size:.9rem}.support-option .cta-button{margin:0;width:100%}.info-section{padding:80px 0;background:var(--white)}.benefit-item{margin-bottom:2rem;padding:1.5rem;background:var(--gray-50);border-radius:8px;border-left:4px solid var(--primary-red)}.benefit-item h4{color:var(--primary-red);margin-bottom:.5rem;font-size:1.1rem}.benefit-item p{color:var(--gray-600);line-height:1.6}@media (max-width: 768px){.faq-grid{grid-template-columns:1fr;gap:1rem}.faq-category{padding:1.5rem}.support-card{padding:2rem 1rem}.support-options{grid-template-columns:1fr;gap:1rem}.support-option{padding:1.5rem}.additional-faq-section,.contact-support-section,.info-section{padding:60px 0}}.kommo-navigation{padding:80px 0;background:var(--gray-50)}.kommo-navigation .services-grid{margin-top:2rem}.kommo-navigation .service-card{text-align:center;transition:all .3s ease}.kommo-navigation .service-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.kommo-navigation .service-card h3{color:var(--primary-red);margin-bottom:1rem;font-size:1.3rem}.kommo-navigation .service-card p{margin-bottom:1.5rem;color:var(--gray-600);line-height:1.6}.kommo-navigation .cta-button{margin:0;width:100%}.success-stories{padding:80px 0;background:var(--white)}@media (max-width: 768px){.kommo-navigation,.success-stories{padding:60px 0}.kommo-navigation .services-grid{grid-template-columns:1fr;gap:1.5rem}}.demo-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;position:relative;overflow:hidden}.demo-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;color:#fff}.demo-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.demo-btn:hover:before{left:100%}.desktop-demo{display:inline-flex}.demo-cta-mobile{display:none}@media (max-width: 768px){.desktop-demo{display:none}.demo-cta-mobile{display:block;margin:1rem 0;text-align:center}.demo-cta-mobile .demo-btn{width:100%;justify-content:center;padding:1rem 2rem;font-size:1.1rem;border-radius:15px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.phone-input-wrapper{position:relative;width:100%}.custom-phone-input{width:100%;display:flex;align-items:center;border:2px solid #e1e8ed;border-radius:10px;padding:0;background:#fff;transition:all .3s ease;overflow:hidden}.custom-phone-input:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.custom-phone-input .PhoneInputCountry{flex-shrink:0;padding:.8rem .5rem .8rem 1rem;border-right:1px solid #e1e8ed;background:#f8f9fa;cursor:pointer;transition:background-color .3s ease}.custom-phone-input .PhoneInputCountry:hover{background:#e9ecef}.custom-phone-input .PhoneInputCountryIcon{width:24px;height:18px;border-radius:2px;margin-right:.5rem;display:inline-block;background-size:cover;background-position:center}.custom-phone-input .PhoneInputCountrySelect{border:none;background:transparent;outline:none;font-size:.9rem;font-weight:600;color:#333;cursor:pointer;padding:0;margin:0}.custom-phone-input .PhoneInputCountrySelectArrow{margin-left:.3rem;border-top:4px solid #666;border-left:3px solid transparent;border-right:3px solid transparent;width:0;height:0;opacity:.7;transition:opacity .3s ease}.custom-phone-input .PhoneInputCountry:hover .PhoneInputCountrySelectArrow{opacity:1}.phone-number-input{flex:1;border:none;outline:none;padding:.8rem 1rem;font-size:1rem;background:transparent;color:#333;width:100%}.phone-number-input::placeholder{color:#999;opacity:1}.phone-number-input:focus{outline:none}.PhoneInputCountrySelect option{padding:.5rem;font-size:.9rem}.custom-phone-input.error{border-color:#e74c3c}.custom-phone-input.error:focus-within{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}@media (max-width: 768px){.custom-phone-input .PhoneInputCountry{padding:.8rem .4rem .8rem .8rem}.custom-phone-input .PhoneInputCountryIcon{width:20px;height:15px;margin-right:.3rem}.phone-number-input{padding:.8rem;font-size:1rem}}.custom-phone-input .PhoneInputCountrySelect:focus{outline:none}.custom-phone-input .PhoneInputCountry:focus-within{background:#e3f2fd}.phone-input-wrapper.loading .custom-phone-input{opacity:.7;pointer-events:none}.custom-phone-input.success{border-color:#28a745}.custom-phone-input.success:focus-within{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a}.demo-header{text-align:center;margin-bottom:3rem}.demo-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--gray-800)}.demo-header p{font-size:1.2rem;color:var(--primary-red);font-weight:600}.demo-form-container{max-width:600px;margin:0 auto;background:#fff;border-radius:10px;padding:2rem;box-shadow:0 8px 25px #0000001a;border:1px solid var(--gray-200)}.demo-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--gray-800);font-size:.95rem;display:block}.required{color:var(--primary-red)}.form-group input,.form-group textarea{padding:.8rem 1rem;border:2px solid var(--gray-200);border-radius:6px;font-size:1rem;transition:all .3s ease;outline:none;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-red);box-shadow:0 0 0 3px #dc26261a}.status-message{padding:1rem;border-radius:6px;font-weight:500;text-align:center;margin:1rem 0}.status-message.success{background-color:#d1f2eb;color:#0c5460;border:1px solid #b8e6d1}.status-message.error{background-color:var(--light-red);color:var(--dark-red);border:1px solid #f5c6cb}@media (max-width: 768px){.demo-header h1{font-size:2rem}.demo-header p{font-size:1rem}.demo-form-container{padding:1.5rem;margin:0 1rem}}@media (max-width: 480px){.demo-form-container{padding:1rem;margin:0 .5rem}.demo-header h1{font-size:1.8rem}}.PhoneInputCountry{position:relative;display:flex;align-items:center}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelectArrow{display:block;content:"";width:.5em;height:.5em;margin-left:.35em;border-style:solid;border-color:var(--gray-400);border-top-width:0;border-bottom-width:1px;border-left-width:0;border-right-width:1px;transform:rotate(45deg)}.PhoneInputCountryFlag{display:block;width:1.5em;height:1em;background-size:cover;background-position:center;margin-right:.5em}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-height:1.25rem;padding:.8rem 1rem .8rem 3.5rem;border:2px solid var(--gray-200);border-radius:6px;font-size:1rem;transition:all .3s ease;outline:none;width:100%}.PhoneInputInput:focus{border-color:var(--primary-red);box-shadow:0 0 0 3px #dc26261a}.App{min-height:100vh}html{scroll-behavior:smooth}
