@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--text:#666;--text-h:#1a1a1a;--bg:#fff;--border:#e5e5e5;--accent:#1fb6b2;--accent-hover:#1a9e9a;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;margin:0;display:flex;overflow-x:hidden}*{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}h1,h2{font-family:var(--heading);color:var(--text-h);margin:0;font-weight:700}p{margin:0}[data-animate]{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(32px)}[data-animate].is-visible{opacity:1;transform:none}[data-stagger]>*{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(20px)}[data-stagger].is-visible>*{opacity:1;transform:none}[data-stagger].is-visible>:nth-child(2){transition-delay:.1s}[data-stagger].is-visible>:nth-child(3){transition-delay:.2s}[data-stagger].is-visible>:nth-child(4){transition-delay:.3s}[data-stagger].is-visible>:nth-child(5){transition-delay:.4s}[data-stagger].is-visible>:nth-child(6){transition-delay:.5s}.hero-section{width:100%;padding:80px 20px 50px;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;pointer-events:none;opacity:.7;filter:blur(3px);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.05)}.hero-video-overlay{z-index:1;pointer-events:none;background:#00000040;position:absolute;inset:0}.hero-container{z-index:2;align-items:center;gap:30px;max-width:1600px;margin:0 auto;display:flex;position:relative;overflow:visible}.hero-left{flex:0 0 38%}.hero-label{color:#1fb6b2;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 24px;font-size:21px;font-weight:600}.hero-title{margin:0 0 24px;font-size:80px;font-weight:700;line-height:1.1}.hero-title-dark{color:#fff}.hero-title-accent{color:#1fb6b2}.hero-description{color:#ffffffd9;max-width:790px;margin:0 0 32px;font-size:24px;line-height:1.6}.hero-buttons{align-items:center;gap:16px;margin-bottom:32px;display:flex}.hero-cta-primary{color:#fff;cursor:pointer;background:#1fb6b2;border:none;border-radius:8px;align-items:center;gap:8px;padding:16px 32px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.hero-cta-primary:hover{background:#1a9e9a;transform:translateY(-2px);box-shadow:0 6px 20px #1fb6b24d}.hero-cta-secondary{color:#1fb6b2;cursor:pointer;background:#fff;border:2px solid #fff;border-radius:8px;align-items:center;gap:8px;padding:14px 30px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.hero-cta-secondary:hover{background:#ffffffd9;transform:translateY(-2px)}.hero-trust{box-shadow:none;background:#fff;border-radius:12px;align-items:center;gap:16px;max-width:fit-content;padding:20px 24px;display:flex}.hero-trust-icon{flex-shrink:0}.hero-trust-icon img{width:120px;height:auto}.hero-trust-text{color:#666;margin:0;font-size:20px;line-height:1.5}.hero-trust-text strong{color:#1a1a1a;font-weight:600}.hero-right{flex:0 0 62%;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.hero-illustration{transform-origin:50%;width:60%;max-width:none;height:auto;transform:scale(1.8)}@media (width<=1200px){.hero-section{padding:40px 20px}.hero-title{font-size:48px}.hero-container{gap:30px}}@media (width<=1024px){.hero-container{text-align:center;flex-direction:column;gap:20px}.hero-left,.hero-right{flex:100%;width:100%}.hero-right{order:-1;max-height:340px;overflow:hidden}.hero-illustration{transform-origin:top;width:80%!important;transform:scale(1.1)!important}.hero-title{font-size:42px}.hero-description{max-width:100%}.hero-buttons{justify-content:center}.hero-trust{margin:0 auto}}@media (width<=768px){.hero-section{padding:24px 16px}.hero-right{max-height:260px}.hero-illustration{width:90%!important;transform:scale(1)!important}.hero-title{font-size:34px}.hero-label{font-size:13px}.hero-description{margin-bottom:24px;font-size:15px}.hero-buttons{flex-direction:column;gap:12px;width:100%}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%;padding:14px 24px;font-size:16px}.hero-trust{max-width:100%}}@media (width<=480px){.hero-title{font-size:32px}.hero-label{font-size:12px}.hero-cta-primary,.hero-cta-secondary{padding:12px 24px;font-size:14px}}.partners-section{box-sizing:border-box;background:#f5f5f5;width:100%;padding:50px 20px}.partners-title{color:#1a1a1a;text-align:center;margin:0 0 60px;font-size:clamp(20px,2.5vw,36px);font-weight:700}.carousel-container{width:100%;max-width:100%;margin:0 auto;position:relative;overflow:hidden}.carousel-track{will-change:transform;transition:transform 1s ease-in-out;display:flex}.carousel-item{box-sizing:border-box;flex:0 0 12.5%;justify-content:center;align-items:center;min-width:0;padding:4px 6px;display:flex}.carousel-item img{object-fit:contain;width:100%;height:90px;transition:all .3s}.carousel-item img:hover{transform:scale(1.05)}.carousel-item-large img{height:115px!important}@media (width<=1024px){.partners-section{padding:40px 20px}.partners-title{font-size:clamp(18px,2.8vw,30px)}.carousel-item{flex:0 0 12.5%;padding:6px 10px}.carousel-item img{height:80px}}@media (width<=768px){.partners-section{padding:30px 16px}.partners-title{margin:0 0 20px;font-size:clamp(.9rem,4vw,1.25rem)}}@media (width<=700px){.carousel-item{flex:0 0 20%;padding:6px 8px}.carousel-item img{height:55px}.carousel-item-large img{height:70px!important}}.features-section{background:#f5f5f5;padding:50px 20px}.features-container{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1600px;margin:0 auto;display:grid}.feature-card{text-align:left;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:12px;align-items:flex-start;gap:20px;padding:40px;display:flex;box-shadow:0 2px 14px #00000012}.feature-icon{background:#f0f9f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;margin-top:-30px;display:flex}.feature-icon img{object-fit:contain;width:100px;height:100px}.feature-content{flex-direction:column;flex:1;gap:20px;display:flex}.feature-title{color:#1a1a1a;margin:0;font-size:20px;font-weight:700;line-height:1.5}.feature-description{color:#666;margin:0;font-size:16px;line-height:1.7}.features-container .feature-card{flex-direction:row;align-items:flex-start;gap:16px;padding:28px 24px}.features-container .feature-icon{width:100px;height:100px;margin-top:-10px}.features-container .feature-icon img{width:60px;height:60px}.features-container .feature-content{gap:10px}@media (width<=1024px){.features-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=768px){.features-section{padding:60px 20px}.features-container{grid-template-columns:1fr;gap:20px}.feature-card{padding:32px 24px}}.allinone-section{background:#fff;padding:50px 20px}.allinone-title{color:#1a1a1a;text-align:center;margin:0 0 60px;font-size:36px;font-weight:700;line-height:1.3}.allinone-container{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1600px;margin:0 auto;display:grid}@media (width<=1200px){.allinone-title{margin:0 0 40px;font-size:30px}.allinone-container{grid-template-columns:repeat(2,1fr);gap:24px}.allinone-container .feature-card:last-child{grid-column:1/-1;max-width:600px;margin:0 auto}}@media (width<=768px){.allinone-section{padding:60px 20px}.allinone-title{margin:0 0 30px;font-size:26px}.allinone-container{grid-template-columns:1fr;gap:20px}.allinone-container .feature-card:last-child{grid-column:1;max-width:100%}}.pos-screens-section{background:#fff;padding:20px 20px 50px}.pos-screens-container{grid-template-columns:repeat(3,1fr);align-items:center;gap:20px;max-width:1800px;margin:0 auto;display:grid}.pos-screen{justify-content:center;align-items:center;width:100%;display:flex;overflow:visible}.pos-screen img{object-fit:contain;width:130%;height:auto}.demo-section{text-align:center;background:#f9fafb;padding:60px 20px 70px}.demo-section-title{color:#1a1a1a;margin:0 0 10px;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:700}.demo-section-sub{color:#666;margin:0 0 36px;font-size:clamp(.9rem,1.2vw,1.1rem)}.demo-tabs{background:#fff;border:1.5px solid #e5e5e5;border-radius:12px;gap:0;margin-bottom:32px;padding:5px;display:inline-flex;box-shadow:0 2px 12px #0000000f}.demo-tab{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:clamp(.82rem,1vw,1rem);font-weight:600;transition:background .2s,color .2s;display:flex}.demo-tab:hover{color:#1fb6b2;background:#e8f8f7}.demo-tab.active{color:#fff;background:#1fb6b2}.demo-tab-icon{object-fit:contain;filter:none;width:18px;height:18px}.demo-tab.active .demo-tab-icon{filter:brightness(0)invert()}.demo-preview{cursor:zoom-in;border:1.5px solid #e5e5e5;border-radius:14px;width:100%;max-width:900px;height:460px;margin:0 auto;animation:.25s demo-appear;position:relative;overflow:hidden;box-shadow:0 8px 40px #00000024}.demo-preview-hint{color:#fff;pointer-events:none;opacity:0;z-index:10;background:#0000008c;border-radius:20px;padding:4px 10px;font-size:12px;transition:opacity .2s;position:absolute;bottom:12px;right:14px}.demo-preview:hover .demo-preview-hint{opacity:1}.demo-preview-frame{transform-origin:0 0;pointer-events:none;width:1200px;height:752px;position:absolute;top:0;left:0;overflow:hidden;transform:scale(.612)}.demo-fs-overlay{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;animation:.2s demo-appear;display:flex;position:fixed;inset:0}.demo-fs-window{border-radius:12px;width:92vw;max-width:1200px;height:82vh;overflow:hidden;box-shadow:0 24px 70px #00000073}.demo-fs-close{z-index:100000;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .2s;display:flex;position:fixed;top:18px;right:22px}.demo-fs-close:hover{background:#ffffff4d}@keyframes demo-appear{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.demo-tabs{flex-direction:column;width:100%;max-width:340px}.demo-preview{height:300px}.demo-preview-frame{width:1200px;height:752px;transform:scale(.4)}}@media (width<=480px){.demo-preview{height:230px}.demo-preview-frame{transform:scale(.3)}}@media (width<=1024px){.pos-screens-section{padding:60px 30px}.pos-screens-container{gap:24px}}@media (width<=768px){.pos-screens-section{padding:40px 20px}.pos-screens-container{grid-template-columns:1fr;gap:20px}}.why-choose-section{color:#fff;background:#1a5456;padding:50px 20px}.why-choose-container{max-width:1600px;margin:0 auto}.why-choose-title{color:#fff;margin:0 0 60px 40px;font-size:36px;font-weight:700;line-height:1.3}.why-choose-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.why-choose-card{align-items:flex-start;gap:16px;display:flex}.why-choose-icon{background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;margin-top:-15px;display:flex}.why-choose-icon img{object-fit:contain;width:70px;height:70px}.why-choose-content{flex-direction:column;flex:1;gap:8px;display:flex}.why-choose-card-title{color:#fff;margin:0;font-size:24px;font-weight:700;line-height:1.4}.why-choose-description{color:#fff9;margin:0;font-size:18px;line-height:1.5}@media (width<=1200px){.why-choose-section{padding:60px 30px}.why-choose-title{margin:0 0 40px;font-size:30px}.why-choose-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=768px){.why-choose-section{padding:50px 20px}.why-choose-title{margin:0 0 30px;font-size:26px}.why-choose-grid{grid-template-columns:1fr;gap:24px}}.stats-section{background:#fff;padding:50px 20px}.stats-container{grid-template-columns:repeat(3,1fr);gap:60px;max-width:1200px;margin:0 auto;display:grid}.stat-card{align-items:center;gap:20px;display:flex}.stat-icon{background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.stat-icon img{object-fit:contain;width:70px;height:70px}.stat-content{flex:1}.stat-number{color:#1a1a1a;margin:0 0 4px;font-size:clamp(24px,3.5vw,48px);font-weight:700;line-height:1.2}.stat-label{color:#666;margin:0;font-size:clamp(13px,1.5vw,20px);line-height:1.4}.cta-section{background:#fff;padding:40px 20px}.cta-container{background:#d4f0ef;border-radius:20px;justify-content:space-between;align-items:center;gap:40px;max-width:1600px;margin:0 auto;padding:40px 60px;display:flex}.cta-content{flex:1}.cta-title{color:#1a1a1a;margin:0 0 12px;font-size:36px;font-weight:700;line-height:1.3}.cta-description{color:#333;margin:0;font-size:20px;line-height:1.5}.cta-button-large{color:#fff;cursor:pointer;white-space:nowrap;background:#1fb6b2;border:none;border-radius:50px;align-items:center;gap:12px;padding:20px 40px;font-size:20px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.cta-button-large svg{background:#ffffff4d;border-radius:50%;width:40px;height:40px;padding:8px}.cta-button-large:hover{background:#1a9e9a;transform:translate(5px)}.button-arrow{font-size:20px;transition:transform .3s}.cta-button-large:hover .button-arrow{transform:translate(5px)}.faq-section{background:#fff;padding:50px 20px}.faq-title{color:#1a1a1a;text-align:center;margin:0 0 60px;font-size:36px;font-weight:700;line-height:1.3}.faq-container{max-width:1200px;margin:0 auto}.faq-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.faq-item{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.faq-question{cursor:pointer;color:#1a1a1a;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:20px;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{background:#f9f9f9}.faq-icon{color:#666;font-size:24px;font-weight:300;transition:transform .3s}.faq-icon.open{transform:rotate(45deg)}.faq-answer{padding:0 24px 20px;animation:.3s ease-out slideDown}.faq-answer p{color:#666;margin:0;font-size:18px;line-height:1.6}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.stats-container{gap:40px}.cta-container{text-align:center;flex-direction:column}.cta-button-large{margin:0 auto}.faq-grid{grid-template-columns:1fr}}@media (width<=768px){.stats-section{padding:60px 20px}.stats-container{grid-template-columns:1fr;justify-items:center;gap:30px;max-width:360px}.stat-card{text-align:left;justify-content:center;width:100%}.cta-section{padding:50px 20px}.cta-title{font-size:24px}.cta-description{font-size:14px}.faq-section{padding:60px 20px}.faq-title{margin:0 0 40px;font-size:28px}.faq-question{padding:16px 20px;font-size:15px}}.comparison-dashboard-section{background:#f4f6f6;width:100%;padding:60px 0;overflow:hidden}.comparison-dashboard-container{grid-template-columns:1fr 1fr 1.2fr;gap:0;width:100%;max-width:100%;margin:0 auto;display:grid}.comparison-col{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:50px 40px;display:flex}.challenges-col{color:#fff;background:#0f3d3e}.solutions-col{color:#1a1a1a;background:#fff;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.dashboard-col{color:#1a1a1a;background:#fff;padding:40px 30px}.dashboard-chart{background:#fff;border-radius:12px;margin-bottom:20px;padding:20px;box-shadow:0 2px 8px #0000000d}.dashboard-stats-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.stat-box{text-align:center;background:#f8f9fa;border-radius:10px;padding:20px}.stat-box .stat-label{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.stat-box .stat-value{color:#1a1a1a;margin-bottom:5px;font-size:28px;font-weight:700}.stat-box .stat-change{color:#1fb6b2;background:#e8f8f5;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}@media (width<=1024px){.comparison-dashboard-container{grid-template-columns:1fr}.comparison-col{border:none;border-bottom:1px solid #e0e0e0;padding:40px 30px}.challenges-col{border-bottom:none}.solutions-col{border-left:none;border-right:none}}@media (width<=640px){.comparison-dashboard-section{padding:40px 0}.comparison-col,.dashboard-col{padding:30px 20px}.dashboard-chart{padding:15px}.dashboard-stats-grid{grid-template-columns:1fr;gap:10px}.stat-box{padding:15px}.stat-box .stat-value{font-size:24px}.stat-box .stat-label{font-size:10px}.stat-box .stat-change{padding:3px 8px;font-size:11px}.comparison-title,.comparison-title1{margin-bottom:20px;font-size:22px}.comparison-item{padding:10px 14px;font-size:15px}}.cdash-section{background:#f4f6f6}.cdash-grid{grid-template-columns:1fr 1fr 1.2fr;width:100%;display:grid}.cdash-col{text-align:center;flex-direction:column;align-items:center;padding:50px 40px;display:flex}.cdash-dark{color:#fff;background:#0f3d3e}.cdash-light,.cdash-white{color:#1a1a1a;background:#f5f5f5}.cdash-heading{align-items:center;gap:14px;margin:0 0 28px;font-size:26px;font-weight:700;line-height:1.3;display:flex}.cdash-heading-white{color:#fff}.cdash-heading-white:before{content:"✕";color:#ff6b6b;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:16px;display:inline-flex}.cdash-heading-dark{color:#1a1a1a}.cdash-heading-dark:before{content:"✓";color:#fff;background:#1fb6b2;border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:16px;display:inline-flex}.cdash-content{flex-direction:column;align-items:flex-start;display:inline-flex}.cdash-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.cdash-item{border-radius:10px;justify-content:flex-start;align-items:center;gap:14px;padding:12px 16px;font-size:16px;line-height:1.5;display:flex}.cdash-item-light{background:0 0}.cdash-icon-x{color:#ff6b6b;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:14px;font-weight:700;display:inline-flex}.cdash-icon-check{color:#fff;background:#1fb6b2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:14px;font-weight:700;display:inline-flex}.cdash-chart-wrap{box-sizing:border-box;background:#f5f5f5;width:100%;height:260px;margin-bottom:20px;padding:0;display:block}.cdash-stats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.cdash-stat{text-align:center;background:#f8f9fa;border-radius:10px;padding:16px 12px}.cdash-stat-label{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600}.cdash-stat-value{color:#1a1a1a;margin-bottom:4px;font-size:24px;font-weight:700}.cdash-stat-change{color:#1fb6b2;background:#e8f8f5;border-radius:10px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-block}@media (width<=1024px){.cdash-grid{grid-template-columns:1fr}.cdash-col{text-align:center;border:none;border-bottom:1px solid #e0e0e0;align-items:center;padding:36px 28px}.cdash-light{border-left:none;border-right:none}}@media (width<=640px){.cdash-col{padding:28px 20px}.cdash-heading{font-size:20px}.cdash-item{padding:10px 12px;font-size:14px}.cdash-chart-wrap{height:220px;padding:12px}.cdash-stats{grid-template-columns:repeat(3,1fr);margin-top:28px}.cdash-stat-value{font-size:20px}}.dashboard-section-separate{background:#f8f9fa;padding:50px 20px}.dashboard-container-new{max-width:1400px;margin:0 auto}.dashboard-header-main{text-align:center;margin-bottom:35px}.dashboard-section-title{color:#1a1a1a;margin:0 0 8px;font-size:36px;font-weight:700}.dashboard-section-subtitle{color:#666;margin:0;font-size:18px}.dashboard-grid{grid-template-columns:1fr 280px;align-items:stretch;gap:25px;display:grid}@media (width<=1100px){.dashboard-grid{grid-template-columns:1fr}.chart-card{order:1}.stats-card{order:2;justify-content:flex-start}}@media (width<=640px){.dashboard-section-separate{padding:36px 16px}.dashboard-grid{grid-template-columns:1fr}.chart-card{order:1}.stats-card{flex-flow:wrap;order:2;place-content:flex-start;align-self:start;gap:8px;height:fit-content;min-height:auto;padding:16px}.stat-row{background:#f5f9f9;border-bottom:none;border-radius:10px;flex:calc(50% - 4px);height:fit-content;min-height:auto;padding:10px 8px}.stat-label{letter-spacing:.3px;margin-bottom:3px;font-size:8px}.stat-number{gap:4px;font-size:16px}.stat-change{padding:2px 5px;font-size:9px}.dashboard-section-title{font-size:26px}.dashboard-section-subtitle{font-size:15px}.card-value{font-size:34px}}.dashboard-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:28px;box-shadow:0 2px 12px #0000000f}.main-card{flex-direction:column;justify-content:center;display:flex}.card-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.card-label{color:#666;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:600}.card-badge{color:#1fb6b2;background:#e8f8f5;border-radius:16px;padding:5px 11px;font-size:12px;font-weight:700}.card-value{color:#1a1a1a;margin:8px 0;font-size:44px;font-weight:700;line-height:1}.value-currency{color:#666;margin-left:6px;font-size:22px;font-weight:400}.card-subtext{color:#999;margin-top:8px;font-size:13px}.stats-card{flex-direction:column;justify-content:flex-start;gap:22px;display:flex}.stat-row{border-bottom:1px solid #f0f0f0;align-items:flex-start;padding-bottom:22px;display:flex}.stat-row:last-child{border-bottom:none;padding-bottom:0}.stat-info{flex:1}.comparison-title{color:#000;align-items:center;gap:16px;margin:0 0 28px;font-size:28px;font-weight:700;line-height:1.3;display:flex}.comparison-title:before{content:"✓";color:#fff;background:#1fb6b2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;font-weight:700;display:flex}.comparison-title1{color:#fff;align-items:center;gap:16px;margin:0 0 28px;font-size:28px;font-weight:700;line-height:1.3;display:flex}.comparison-title1:before{content:"✕";color:#ff6b6b;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;font-weight:700;display:flex}.comparison-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.comparison-item{border-radius:12px;align-items:center;gap:16px;padding:14px 18px;font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.5;display:flex}.challenges-col .comparison-item{background:0 0}.solutions-col .comparison-item{background:#f5f9f9}.icon-x,.icon-check{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;font-weight:700;display:flex}.icon-x{color:#ff6b6b;background:#fff3}.icon-check{color:#fff;background:#1fb6b2}@media (width<=480px){.hero-section{padding:30px 15px}.hero-title{font-size:28px}.hero-label{padding:6px 14px;font-size:11px}.hero-description{font-size:14px}.hero-cta-primary,.hero-cta-secondary{padding:12px 20px;font-size:14px}.hero-illustration{width:100%}.hero-trust-icon img{width:60px}.hero-trust-text{font-size:11px}.features-section{padding:40px 15px}.feature-icon{width:80px;height:80px;margin-top:-15px}.feature-icon img{width:50px}.feature-card{gap:16px;padding:24px 20px}.feature-title{font-size:16px}.feature-description{font-size:14px}.partners-section{padding:30px 15px}.partners-title{margin:0 0 24px;font-size:clamp(1rem,4.5vw,1.5rem)}.carousel-item img{max-height:60px}.allinone-section{padding:40px 15px}.allinone-title{margin:0 0 24px;font-size:22px}.pos-screens-section{padding:30px 15px}.pos-screen img{width:100%}.comparison-column{padding:30px 15px}.comparison-title,.comparison-title1{gap:12px;margin:0 0 20px;font-size:18px}.comparison-title:before,.comparison-title1:before{width:28px;height:28px;font-size:18px}.comparison-item{gap:10px;font-size:13px}.icon-x,.icon-check{width:20px;height:20px;font-size:14px}.graph-image{max-width:280px}.challenges-column,.solutions-column{padding-left:15px}.why-choose-section{padding:40px 15px}.why-choose-title{margin:0 0 24px;font-size:22px}.why-choose-grid{gap:20px}.why-choose-icon{width:70px;height:70px;margin-top:-10px}.why-choose-icon img{width:42px}.why-choose-card-title{font-size:16px}.why-choose-description{font-size:13px}.stats-section{padding:40px 15px}.stats-container{gap:24px}.stat-icon{width:70px;height:70px}.stat-icon img{width:45px;height:45px}.stat-number{font-size:32px}.stat-label{font-size:15px}.cta-section{padding:30px 15px}.cta-container{border-radius:16px;padding:30px 24px}.cta-title{margin:0 0 12px;font-size:22px}.cta-description{margin:0 0 24px;font-size:14px}.cta-button-large{gap:10px;padding:16px 28px;font-size:16px}.cta-button-large svg{width:32px;height:32px;padding:6px}.faq-section{padding:40px 15px}.faq-title{margin:0 0 24px;font-size:22px}.faq-question{padding:16px 20px;font-size:16px}.faq-icon{font-size:20px}.faq-answer{padding:0 20px 16px}.faq-answer p{font-size:14px}}.cookie-consent-overlay{z-index:9999;pointer-events:none;position:fixed;bottom:0;left:0;right:0}.cookie-consent{pointer-events:auto;background:#fff;border-radius:16px;align-items:center;gap:32px;max-width:1200px;margin:0 auto 20px;padding:32px 40px;display:flex;position:relative;box-shadow:0 8px 32px #00000026}.cookie-content{flex-direction:column;flex:1;gap:12px;display:flex}.cookie-text{color:#4a5568;margin:0;font-size:15px;line-height:1.6}.cookie-text-secondary{color:#718096;margin:0;font-size:13px;line-height:1.5}.cookie-actions{flex-shrink:0;gap:12px;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:12px 32px;font-size:15px;font-weight:600;transition:all .3s}.cookie-accept{color:#fff;background:#4a5c6a}.cookie-accept:hover{background:#3a4c5a}.cookie-decline{color:#fff;background:#4a5c6a}.cookie-decline:hover{background:#3a4c5a}@media (width<=768px){.cookie-consent{flex-direction:column;gap:20px;margin:0 16px 16px;padding:24px 20px}.cookie-actions{flex-direction:column;width:100%}.cookie-btn{width:100%;padding:14px 24px}.cookie-text{font-size:14px}.cookie-text-secondary{font-size:12px}}.header{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#1fb6b266;border-bottom:1px solid #1fb6b226;padding:20px 0;position:sticky;top:0}.header-container{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;max-width:1600px;margin:0 auto;padding:0 20px;display:grid}.logo{justify-self:start}.header-actions{justify-self:end}.logo img{width:auto;height:42px}.nav{flex:1;justify-content:center;align-items:center;gap:35px;display:flex}.nav-item{color:#1a1a1a;cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:17px;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.nav-item:hover{color:#1fb6b2}.dropdown{z-index:1;position:relative}.dropdown:hover{z-index:999}.arrow-down{transition:transform .3s}.dropdown:hover .arrow-down{transform:rotate(180deg)}.dropdown-menu{z-index:100;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:8px;min-width:220px;padding:8px 0 10px;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:0;box-shadow:0 4px 20px #0000001a}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.dropdown-menu:before{content:"";background:0 0;height:8px;position:absolute;bottom:100%;left:0;right:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInMenu{0%{opacity:0}to{opacity:1}}.dropdown-menu a,.dropdown-menu a[href]{color:#333;padding:12px 20px;font-size:14px;text-decoration:none;transition:background .2s;display:block}.dropdown-menu a:hover,.dropdown-menu a[href]:hover{color:#1fb6b2;background:#f5f5f5}.header-actions{align-items:center;gap:25px;display:flex}.header-search-btn{color:#555;cursor:pointer;background:0 0;border:1.5px solid #e0e0e0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .2s,color .2s,background .2s;display:flex}.header-search-btn:hover{color:#1fb6b2;background:#f0fafa;border-color:#1fb6b2}.contact-item{color:#1a1a1a;white-space:nowrap;align-items:center;gap:8px;font-size:14px;text-decoration:none;transition:color .3s;display:flex}.contact-item:hover{color:#1fb6b2}.contact-item--icon-only{border:1.5px solid #0000;border-radius:8px;padding:6px;transition:border-color .2s,background .2s}.contact-item--icon-only:hover{background:#f0fafa;border-color:#1fb6b2}.contact-item .icon{width:22px;height:22px;animation:2s ease-in-out infinite phoneEmailPulse}@keyframes phoneEmailPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.contact-item:hover .icon{animation:.6s phoneEmailBounce}@keyframes phoneEmailBounce{0%,to{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(0)}75%{transform:translateY(-3px)}}.cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:#1fb6b2;border:none;border-radius:8px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s}.cta-button:hover{background:#1a9e9a;transform:translateY(-2px);box-shadow:0 4px 12px #1fb6b24d}.produse-mega{z-index:200;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #e8e8e8;border-radius:14px;flex-direction:column;gap:2px;min-width:260px;padding:6px;transition:opacity .2s,visibility .2s;display:flex;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 8px 32px #0000001f}.dropdown:hover .produse-mega{opacity:1;visibility:visible;pointer-events:auto}.produse-mega-item{color:#1a1a1a;white-space:nowrap;border-radius:9px;flex-direction:row;align-items:center;gap:10px;padding:10px 14px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.produse-mega-item:hover{color:#1fb6b2;background:#f0fafa}.produse-mega-icon{object-fit:contain;flex-shrink:0;width:22px;height:22px}.mobile-produse-item{color:#fffc;align-items:center;gap:0;padding:9px 0;font-size:14px;text-decoration:none;transition:color .2s;display:flex}.mobile-produse-item:hover{color:#fff}.mobile-produse-item .produse-mega-icon{filter:brightness(0)invert();opacity:.75;flex-shrink:0;width:20px;height:20px;margin-right:12px}@media (width<=1200px){.header-container,.nav{gap:25px}.header-actions{gap:15px}.contact-item{font-size:13px}.contact-item .icon{width:20px;height:20px;animation:2s ease-in-out infinite phoneEmailPulse}}@media (width<=1024px){.header-container{gap:20px;padding:0 30px}.nav{gap:20px}.nav-item{font-size:14px}.contact-item span{display:none}.contact-item .icon{width:24px;height:24px;animation:2s ease-in-out infinite phoneEmailPulse}.cta-button{padding:10px 20px;font-size:14px}}@media (width<=768px){.header-container{flex-wrap:wrap;padding:0 20px}.logo{order:1}.header-actions{order:2;gap:10px}.nav{-webkit-overflow-scrolling:touch;order:3;justify-content:flex-start;gap:15px;width:100%;margin-top:15px;padding-bottom:5px;overflow-x:auto}.nav::-webkit-scrollbar{height:4px}.nav::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:2px}.dropdown-menu{left:auto;right:0}}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;padding:6px;display:none}.hamburger span{transform-origin:50%;background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f3d3ef7;border-top:1px solid #ffffff1a;flex-direction:column;gap:4px;padding:16px 20px 24px;display:flex}.mobile-nav-item{color:#fff;cursor:pointer;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 0;font-size:16px;font-weight:500;display:flex}.mobile-nav-link{color:#fff;border-bottom:1px solid #ffffff14;padding:14px 0;font-size:16px;font-weight:500;text-decoration:none;display:block}.mobile-submenu{flex-direction:column;gap:2px;padding:4px 0 8px 16px;display:flex}.mobile-submenu a{color:#ffffffbf;padding:10px 0;font-size:15px;text-decoration:none;transition:color .2s;display:block}.mobile-submenu a:hover{color:#fff}.arrow-down.rotated{transform:rotate(180deg)}.mobile-actions{flex-direction:column;gap:12px;margin-top:16px;display:flex}.mobile-contact{color:#fff;align-items:center;gap:10px;font-size:15px;text-decoration:none;display:flex}.mobile-contact .icon{width:20px;height:20px;animation:2s ease-in-out infinite phoneEmailPulse}.mobile-actions .cta-button{text-align:center;margin-top:4px}@media (width<=768px){.header-container{grid-template-columns:auto 1fr}.logo{justify-self:start}.hamburger{justify-self:end;display:flex}.nav,.header-actions{display:none}}@media (width<=480px){.header{padding:12px 0}.header-container{gap:15px;padding:0 15px}.logo img{height:30px}}.footer{color:#ffffffbf;background:#0d5c5a;border-top:1px solid #1fb6b226}.footer-inner{grid-template-columns:1.6fr 1fr 1.2fr .9fr 1.1fr;gap:2.5rem 3rem;padding:4.5rem 6vw 3rem;display:grid}.footer-brand{flex-direction:column;gap:1.1rem;display:flex}.footer-logo{text-decoration:none;display:inline-block}.footer-logo img{width:auto;height:38px}.footer-tagline{color:#ffffff8c;margin:0;font-size:.875rem;line-height:1.65}.footer-social{gap:10px;margin-top:.4rem;display:flex}.footer-social-btn{background:#ffffff12;border:1px solid #ffffff1a;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:flex}.footer-social-btn:hover{background:#1fb6b233;border-color:#1fb6b266;transform:translateY(-2px)}.footer-social-btn img{object-fit:contain;filter:brightness(0)invert();opacity:.7;width:18px;height:18px}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.1em;color:#ffffffe6;margin:0;font-size:.72rem;font-weight:700}.footer-col-list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.footer-col-list li a{color:#ffffff8c;white-space:nowrap;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col-list li a:hover{color:#1fb6b2}.footer-col-list--contact li a{white-space:normal;align-items:center;gap:9px;display:flex}.footer-col-list--contact li a img{object-fit:contain;filter:brightness(0)invert();opacity:.5;flex-shrink:0;width:16px;height:16px}.footer-col-list--contact li a:hover img{opacity:.85}.footer-bottom{border-top:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1320px;margin:0 auto;padding:1.4rem 7vw;display:flex}.footer-copy{color:#ffffff59;font-size:.8rem}.footer-legal{align-items:center;gap:.6rem;display:flex}.footer-legal a{color:#fff6;font-size:.8rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#1fb6b2}.footer-legal-dot{color:#fff3;font-size:.9rem;line-height:1}@media (width<=1100px){.footer-inner{grid-template-columns:1fr 1fr 1fr;gap:2rem 2.5rem}.footer-brand{flex-flow:wrap;grid-column:1/-1;align-items:flex-start;gap:3rem}.footer-tagline{max-width:320px}}@media (width<=768px){.footer-inner{grid-template-columns:1fr 1fr;gap:1.5rem;padding:2.5rem 4vw 1.5rem}.footer-brand{flex-direction:column;grid-column:1/-1;gap:1rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.2rem 5vw}}@media (width<=480px){.footer-inner{grid-template-columns:1fr 1fr;gap:1.2rem 1rem;padding:1.8rem 4vw 1rem}.footer-brand{grid-column:1/-1}.footer-col-list li a{white-space:normal;font-size:.78rem}.footer-col-title{font-size:.8rem}}.pm-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;animation:.2s pm-fade-in;display:flex;position:fixed;inset:0}@keyframes pm-fade-in{0%{opacity:0}to{opacity:1}}.pm-window{background:#fff;border-radius:12px;width:92vw;max-width:1150px;height:82vh;animation:.25s pm-slide-in;position:relative;overflow:hidden;box-shadow:0 24px 70px #0006}@keyframes pm-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pm-close{z-index:100;color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;transition:background .2s;display:flex;position:absolute;top:10px;right:12px}.pm-close:hover{background:#fff6}.pm-app{color:#1a1a1a;background:#f0f0f0;flex-direction:column;height:100%;font-family:Segoe UI,Arial,sans-serif;font-size:12px;display:flex}.pm-win-titlebar{color:#ccc;background:#2c3e50;flex-shrink:0;justify-content:space-between;align-items:center;min-height:26px;padding:4px 10px;display:flex}.pm-win-title{font-size:11px}.pm-win-controls{cursor:pointer;gap:12px;font-size:13px;display:flex}.pm-tabs-bar{background:#3d5166;flex-wrap:wrap;flex-shrink:0;gap:2px;padding:4px 6px 0;display:flex}.pm-tab{color:#bbb;cursor:pointer;white-space:nowrap;background:#2c3e50;border-radius:4px 4px 0 0;padding:4px 10px;font-size:11px}.pm-tab.active{color:#333;background:#f0f0f0}.pm-tab-home{color:#ddd;background:#2c6690}.pm-body{flex:1;display:flex;overflow:hidden}.pm-sidebar{background:#fff;border-right:1px solid #ddd;flex-shrink:0;width:190px;padding:6px 0;overflow-y:auto}.pm-sidebar-search{color:#777;border-bottom:1px solid #eee;margin-bottom:4px;padding:6px 12px;font-size:11px}.pm-sidebar-fav{color:#555;cursor:pointer;padding:5px 12px}.pm-sidebar-item{color:#1a1a1a;padding:5px 12px;font-size:11px;font-weight:600}.pm-sidebar-section{color:#333;cursor:pointer;justify-content:space-between;align-items:center;padding:5px 12px;font-size:11px;transition:background .15s;display:flex}.pm-sidebar-section:hover,.pm-sidebar-active{color:#1fb6b2;background:#e8f5f4}.pm-arrow{color:#bbb;font-size:13px}.pm-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.pm-content-header{background:#fff;border-bottom:1px solid #ddd;flex-shrink:0;padding:10px 14px 8px}.pm-content-title{color:#1a1a1a;margin:0 0 8px;font-size:18px;font-weight:600}.pm-toolbar{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.pm-btn{cursor:pointer;color:#333;white-space:nowrap;background:#e5e5e5;border:1px solid #ccc;border-radius:3px;padding:3px 9px;font-size:11px}.pm-btn-teal{color:#fff;background:#1fb6b2;border-color:#17a09c}.pm-search-label{color:#666;font-size:11px}.pm-search{background:#fff;border:1px solid #ccc;border-radius:3px;width:100px;padding:2px 6px;font-size:11px}.pm-table-wrap{background:#fff;flex:1;overflow:auto}.pm-table{border-collapse:collapse;width:100%;font-size:11px}.pm-table thead tr{z-index:1;background:#f5f5f5;position:sticky;top:0}.pm-table th{text-align:left;color:#555;white-space:nowrap;border-bottom:1px solid #ddd;border-right:1px solid #e5e5e5;padding:6px 10px;font-weight:600}.pm-table td{color:#333;white-space:nowrap;border-bottom:1px solid #f0f0f0;border-right:1px solid #f5f5f5;padding:4px 10px}.pm-table tbody tr:hover{background:#f5fffe}.pm-row-highlight{background:#fffbe6!important}.pm-cell-group{font-weight:600}.pm-expand-arrow{color:#aaa;font-size:9px}.pm-footer-bar{color:#777;background:#f0f0f0;border-top:1px solid #ddd;flex-shrink:0;padding:4px 12px;font-size:10px}.pm-footer-user{color:#1fb6b2}.pm-syrve{color:#1a1a1a;background:#f7f8fa;flex-direction:column;height:100%;font-family:Segoe UI,Arial,sans-serif;font-size:12px;display:flex}.pm-syrve-topbar{background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0;align-items:center;gap:16px;padding:7px 16px;display:flex}.pm-syrve-logo{color:#1a1a1a;letter-spacing:-.5px;font-size:16px;font-weight:800}.pm-syrve-company{color:#333;background:#f0f0f0;border-radius:4px;padding:2px 10px;font-size:11px;font-weight:600}.pm-syrve-periods{gap:2px;display:flex}.pm-period{color:#aaa;cursor:pointer;border-radius:3px;padding:2px 7px;font-size:11px;font-weight:700}.pm-period.active{color:#1fb6b2;border-bottom:2px solid #1fb6b2}.pm-syrve-arrow{color:#aaa;cursor:pointer;font-size:16px}.pm-syrve-date{color:#555;font-size:12px}.pm-syrve-body{flex:1;display:flex;overflow:hidden}.pm-syrve-sidebar{background:#fff;border-right:1px solid #e5e5e5;flex-shrink:0;width:168px;padding:8px 0;overflow-y:auto}.pm-syrve-nav-item{color:#444;cursor:pointer;justify-content:space-between;align-items:center;gap:4px;padding:6px 14px;font-size:11px;display:flex}.pm-syrve-nav-item:hover{background:#f0f9f9}.pm-syrve-nav-group{color:#1fb6b2;cursor:pointer;padding:8px 14px 4px;font-size:11px;font-weight:700}.pm-syrve-nav-sub{color:#555;cursor:pointer;padding:5px 14px 5px 22px;font-size:11px;transition:background .15s}.pm-syrve-nav-sub:hover,.pm-syrve-nav-sub.active{color:#1fb6b2;background:#e8f5f4;border-left:2px solid #1fb6b2}.pm-badge{color:#555;background:#e5e5e5;border-radius:8px;padding:1px 5px;font-size:9px}.pm-syrve-content{flex:1;padding:14px 18px;overflow-y:auto}.pm-syrve-content-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.pm-syrve-content-header h2{color:#1a1a1a;margin:0;font-size:18px;font-weight:600}.pm-syrve-all-reports{color:#fff;cursor:pointer;letter-spacing:.5px;background:#1fb6b2;border:none;border-radius:6px;padding:6px 14px;font-size:11px;font-weight:700}.pm-kpi-grid{flex-flow:row;gap:8px;margin-bottom:14px;display:flex}.pm-kpi-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex:1;min-width:0;padding:10px 12px}.pm-kpi-label{color:#999;margin-bottom:3px;font-size:10px}.pm-kpi-value{color:#1a1a1a;margin-bottom:3px;font-size:17px;font-weight:700}.pm-kpi-change{font-size:10px}.pm-kpi-change.up{color:#27ae60}.pm-kpi-change.down{color:#e74c3c}.pm-chart-section{background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:14px;padding:12px 14px}.pm-chart-header{align-items:center;gap:16px;margin-bottom:10px;display:flex}.pm-chart-section-title{color:#1a1a1a;flex:1;font-size:12px;font-weight:600}.pm-chart-tab{color:#bbb;cursor:pointer;letter-spacing:.5px;padding-bottom:2px;font-size:10px;font-weight:700}.pm-chart-tab.active{color:#1fb6b2;border-bottom:2px solid #1fb6b2}.pm-chart-days{color:#1fb6b2;cursor:pointer;margin-left:auto;font-size:10px}.pm-bar-chart{align-items:stretch;gap:6px;height:110px;display:flex}.pm-bar-y-axis{color:#bbb;text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;padding-bottom:18px;font-size:9px;display:flex}.pm-bars{border-bottom:1px solid #eee;flex:1;align-items:flex-end;gap:4px;padding-bottom:18px;display:flex;position:relative}.pm-bar-col{flex-direction:column;flex:1;align-items:center;height:100%;display:flex;position:relative}.pm-bar-track{flex:1;align-items:flex-end;width:100%;display:flex}.pm-bar-fill{background:linear-gradient(#1fb6b2 0%,#27ae60 100%);border-radius:3px 3px 0 0;width:100%;min-height:0;transition:height .4s}.pm-bar-label{color:#aaa;white-space:nowrap;font-size:9px;position:absolute;bottom:-16px}.pm-pie-row{gap:12px;display:flex}.pm-pie-section{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex:1;padding:12px 14px}.pm-pie-title{color:#1a1a1a;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;font-weight:600;display:flex}.pm-pie-legend-btn{color:#1fb6b2;cursor:pointer;margin-left:auto;font-size:10px;font-weight:400}.pm-pie-wrap{align-items:center;gap:16px;display:flex}.pm-donut-wrap{flex-shrink:0;width:90px;height:90px;position:relative}.pm-donut{border-radius:50%;width:90px;height:90px}.pm-donut:after{content:"";z-index:1;background:#fff;border-radius:50%;position:absolute;inset:20px}.pm-donut-red{background:conic-gradient(#e74c3c 100%)}.pm-donut-multi{background:conic-gradient(#5c35d4 0% 35%,#1abc9c 35% 50%,#3498db 50% 61%,#e67e22 61% 71%,#2ecc71 71% 82%,#16a085 82% 88%,#f39c12 88% 100%)}.pm-donut-center-label{color:#333;z-index:2;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex;position:absolute;inset:0}.pm-pie-legend{color:#555;flex-direction:column;gap:4px;font-size:10px;display:flex}.pm-legend-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.pm-pl-table-wrap{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:auto}.pm-pl-table{border-collapse:collapse;width:100%;font-size:11px}.pm-pl-table thead tr{background:#f5f5f5}.pm-pl-table th{text-align:right;color:#555;white-space:nowrap;border-bottom:1px solid #e0e0e0;padding:8px 14px;font-size:10px;font-weight:600}.pm-pl-table th:first-child{text-align:left;min-width:160px}.pm-pl-table td{text-align:right;color:#333;border-bottom:1px solid #f0f0f0;padding:7px 14px}.pm-pl-table td:first-child{text-align:left;font-weight:500}.pm-pl-highlight{background:#e8f8f7}.pm-pl-highlight td{font-weight:700}.pm-pl-table tbody tr:hover{background:#f5fffe}:root{--cb-teal:#1fb6b2;--cb-teal-dark:#17a09c;--cb-teal-gradient:linear-gradient(135deg, #1fb6b2 0%, #17a09c 100%);--cb-white:#fff;--cb-gray-bg:#f4f6f8;--cb-gray-text:#6b7280;--cb-bubble-user:#1fb6b2;--cb-bubble-bot:#fff;--cb-shadow:0 8px 40px #1fb6b240, 0 2px 12px #0000001f;--cb-radius:20px;--cb-radius-sm:12px}@keyframes cbFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cbFabEntrance{0%{opacity:0;transform:scale(0)translateY(20px)}60%{transform:scale(1.12)translateY(-4px)}80%{transform:scale(.96)translateY(2px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes cbSonar{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}@keyframes cbWiggle{0%,to{transform:rotate(0)}15%{transform:rotate(-12deg)}30%{transform:rotate(10deg)}45%{transform:rotate(-8deg)}60%{transform:rotate(6deg)}75%{transform:rotate(-4deg)}90%{transform:rotate(2deg)}}@keyframes cbMsgIn{0%{opacity:0;transform:translateY(10px)scale(.94)}65%{transform:translateY(-2px)scale(1.01)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cbMsgInUser{0%{opacity:0;transform:translate(12px)scale(.94)}65%{transform:translate(-2px)scale(1.01)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes cbShimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes cbSuccessIn{0%{opacity:0;transform:scale(0)rotate(-20deg)}60%{transform:scale(1.15)rotate(4deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes cbPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}@keyframes cbBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}@keyframes cbSlotPop{0%{opacity:0;transform:scale(.85)}70%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.chatbot-overlay{display:none}@media (width<=520px){.chatbot-overlay{z-index:1099;background:#00000059;animation:.2s cbFadeIn;display:block;position:fixed;inset:0}}.chatbot-fab{background:var(--cb-teal-gradient);cursor:pointer;z-index:1100;border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;animation:.55s cubic-bezier(.34,1.56,.64,1) both cbFabEntrance;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #1fb6b273}.chatbot-fab:before{content:"";pointer-events:none;background:#1fb6b266;border-radius:50%;animation:2.4s ease-out infinite cbSonar;position:absolute;inset:0}.chatbot-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px #1fb6b299}.chatbot-fab:active{transform:scale(.94)}.chatbot-fab--attention{animation:.7s ease-in-out cbWiggle}.chatbot-fab-letter{color:var(--cb-white);z-index:1;font-family:Inter,sans-serif;font-size:26px;font-weight:700;line-height:1;position:relative}.chatbot-fab-dot{border:2px solid var(--cb-white);z-index:2;background:#ff3b3b;border-radius:50%;width:13px;height:13px;animation:2s infinite cbPulse;position:absolute;top:6px;right:6px}.chatbot-popup{background:var(--cb-white);border-radius:var(--cb-radius);width:370px;max-height:580px;box-shadow:var(--cb-shadow);z-index:1100;pointer-events:none;opacity:0;transform-origin:100% 100%;flex-direction:column;transition:opacity .28s,transform .32s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:104px;right:28px;overflow:hidden;transform:translateY(24px)scale(.95)}.chatbot-popup--open{pointer-events:all;opacity:1;transform:translateY(0)scale(1)}.chatbot-header{background:var(--cb-teal-gradient);flex-shrink:0;align-items:center;gap:12px;padding:16px 18px;display:flex;position:relative;overflow:hidden}.chatbot-header:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 30%,#ffffff2e 50%,#0000 70%) 0 0/200% 100%;animation:3.5s linear infinite cbShimmer;position:absolute;inset:0}.chatbot-header-avatar{width:42px;height:42px;color:var(--cb-white);z-index:1;background:#ffffff38;border:2px solid #ffffff73;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex;position:relative}.chatbot-header-avatar:after{content:"";border:2px solid #ffffff73;border-radius:50%;animation:2.5s ease-in-out infinite cbPulse;position:absolute;inset:-4px}.chatbot-header-info{z-index:1;flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chatbot-header-title{color:var(--cb-white);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;line-height:1.3;overflow:hidden}.chatbot-header-subtitle{color:#ffffffd9;font-size:12.5px;font-weight:400;line-height:1.3}.chatbot-header-subtitle:before{content:"";vertical-align:middle;background:#4ade80;border-radius:50%;width:7px;height:7px;margin-right:5px;animation:2s ease-in-out infinite cbPulse;display:inline-block;box-shadow:0 0 0 2px #4ade804d}.chatbot-close{color:var(--cb-white);cursor:pointer;z-index:1;background:#ffffff2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;line-height:1;transition:background .2s,transform .25s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.chatbot-close:hover{background:#ffffff52;transform:rotate(90deg)scale(1.1)}.chatbot-messages{scroll-behavior:smooth;background:var(--cb-gray-bg);flex-direction:column;flex:1;gap:10px;padding:16px 14px 8px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#1fb6b24d;border-radius:4px}.chatbot-message{align-items:flex-end;gap:8px;max-width:88%;display:flex}.chatbot-message--bot{align-self:flex-start;animation:.32s cubic-bezier(.34,1.56,.64,1) both cbMsgIn}.chatbot-message--user{flex-direction:row-reverse;align-self:flex-end;animation:.28s cubic-bezier(.34,1.56,.64,1) both cbMsgInUser}.chatbot-message-avatar{background:var(--cb-teal-gradient);width:30px;height:30px;color:var(--cb-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;box-shadow:0 2px 8px #1fb6b24d}.chatbot-message-bubble{flex-direction:column;gap:3px;display:flex}.chatbot-message-bubble p{word-break:break-word;border-radius:16px;margin:0;padding:10px 13px;font-size:14px;line-height:1.5}.chatbot-message--bot .chatbot-message-bubble p{background:var(--cb-bubble-bot);color:#1a1a1a;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000014}.chatbot-message--user .chatbot-message-bubble p{background:var(--cb-bubble-user);color:var(--cb-white);border-bottom-right-radius:4px;box-shadow:0 2px 8px #1fb6b240}.chatbot-message-time{color:var(--cb-gray-text);align-self:flex-end;padding:0 4px;font-size:10.5px}.chatbot-message--user .chatbot-message-time{text-align:right;align-self:flex-end}.chatbot-input-row{background:var(--cb-white);border-top:1px solid #00000012;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;display:flex}.chatbot-input{color:#1a1a1a;background:var(--cb-gray-bg);border:1.5px solid #e5e7eb;border-radius:999px;outline:none;flex:1;min-width:0;padding:9px 16px;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.chatbot-input::placeholder{color:#aab0ba}.chatbot-input:focus{border-color:var(--cb-teal);background:var(--cb-white);box-shadow:0 0 0 3px #1fb6b21f}.chatbot-send{background:var(--cb-teal-gradient);width:38px;height:38px;color:var(--cb-white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s;display:flex;box-shadow:0 2px 8px #1fb6b259}.chatbot-send:hover{transform:scale(1.12);box-shadow:0 4px 14px #1fb6b280}.chatbot-send:active{transform:scale(.9)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.chatbot-ctas{background:var(--cb-white);flex-direction:column;flex-shrink:0;gap:8px;padding:10px 14px 14px;display:flex}.chatbot-cta{border-radius:var(--cb-radius-sm);cursor:pointer;text-align:center;border:none;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:13.5px;font-weight:600;line-height:1.3;text-decoration:none;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s,filter .15s;display:flex;position:relative;overflow:hidden}.chatbot-cta:after{content:"";background:linear-gradient(105deg,#0000 35%,#ffffff38 50%,#0000 65%);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.chatbot-cta:hover:after{transform:translate(100%)}.chatbot-cta:hover{filter:brightness(1.06);transform:translateY(-2px)}.chatbot-cta:active{transform:translateY(0)scale(.97)}.chatbot-cta--primary{background:var(--cb-teal-gradient);color:var(--cb-white);box-shadow:0 3px 12px #1fb6b259}.chatbot-cta--primary:hover{box-shadow:0 6px 20px #1fb6b273}.chatbot-cta--whatsapp{color:#1a1a1a;background:#f0faf9;border:1.5px solid #e0f5f4}.chatbot-cta--whatsapp svg{color:#25d366;flex-shrink:0}.chatbot-typing{align-items:center;gap:5px;min-width:52px;display:flex;padding:12px 16px!important}.chatbot-typing span{background:#b0b8c1;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite cbBounce;display:inline-block}.chatbot-typing span:first-child{animation-delay:0s}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}.chatbot-res{flex-direction:column;flex:1;animation:.2s cbFadeIn;display:flex;overflow:hidden}.chatbot-res-header{color:#1a1a1a;border-bottom:1px solid #00000012;flex-shrink:0;align-items:center;gap:10px;padding:13px 14px;font-size:14px;font-weight:600;display:flex}.chatbot-res-back{cursor:pointer;color:var(--cb-teal);background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;padding:2px;transition:background .15s,transform .18s;display:flex}.chatbot-res-back:hover{background:#1fb6b21a;transform:translate(-2px)}.chatbot-res-body{background:var(--cb-gray-bg);flex-direction:column;flex:1;padding:16px 16px 20px;display:flex;overflow-y:auto}.chatbot-res-body::-webkit-scrollbar{width:4px}.chatbot-res-body::-webkit-scrollbar-thumb{background:#1fb6b240;border-radius:4px}.chatbot-res-label{color:#374151;margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}.chatbot-res-input{color:#1a1a1a;background:var(--cb-white);box-sizing:border-box;appearance:none;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;margin-bottom:12px;padding:9px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.chatbot-res-input:focus{border-color:var(--cb-teal);box-shadow:0 0 0 3px #1fb6b21a}.chatbot-res-hint{color:var(--cb-gray-text);margin:4px 0 12px;font-size:13px}.chatbot-res-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:12px;padding:8px 10px;font-size:12.5px;animation:.22s cbMsgIn}.chatbot-res-disclaimer{color:var(--cb-gray-text);background:#1fb6b212;border:1px solid #1fb6b233;border-radius:8px;align-items:flex-start;gap:7px;margin-top:10px;margin-bottom:0;padding:7px 9px;font-size:11.5px;line-height:1.4;animation:.25s 50ms both cbMsgIn;display:flex}.chatbot-res-disclaimer svg{color:var(--cb-teal);flex-shrink:0;margin-top:1px}.chatbot-res-slots{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.chatbot-res-slot{background:var(--cb-white);color:#374151;cursor:pointer;border:1.5px solid #d1d5db;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:500;transition:border-color .15s,background .15s,color .15s,transform .18s cubic-bezier(.34,1.56,.64,1);animation:.25s cubic-bezier(.34,1.56,.64,1) both cbSlotPop}.chatbot-res-slot:first-child{animation-delay:30ms}.chatbot-res-slot:nth-child(2){animation-delay:60ms}.chatbot-res-slot:nth-child(3){animation-delay:90ms}.chatbot-res-slot:nth-child(4){animation-delay:.12s}.chatbot-res-slot:nth-child(5){animation-delay:.15s}.chatbot-res-slot:nth-child(6){animation-delay:.18s}.chatbot-res-slot:nth-child(7){animation-delay:.21s}.chatbot-res-slot:nth-child(8){animation-delay:.24s}.chatbot-res-slot:hover{border-color:var(--cb-teal);color:var(--cb-teal);transform:scale(1.06)}.chatbot-res-slot--active{border-color:var(--cb-teal);background:var(--cb-teal);color:var(--cb-white);transform:scale(1.06);box-shadow:0 2px 10px #1fb6b259}.chatbot-res-btn{border-radius:var(--cb-radius-sm);background:var(--cb-teal-gradient);width:100%;color:var(--cb-white);cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:4px;padding:11px 16px;font-size:14px;font-weight:600;transition:opacity .15s,transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .15s;display:flex;position:relative;overflow:hidden}.chatbot-res-btn:after{content:"";background:linear-gradient(105deg,#0000 30%,#fff3 50%,#0000 70%);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.chatbot-res-btn:hover:not(:disabled):after{transform:translate(100%)}.chatbot-res-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1fb6b266}.chatbot-res-btn:active:not(:disabled){transform:scale(.97)}.chatbot-res-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.chatbot-res-btn--outline{border:1.5px solid var(--cb-teal);color:var(--cb-teal);background:0 0;flex:1}.chatbot-res-btn--outline:after{display:none}.chatbot-res-row{gap:8px;margin-top:4px;display:flex}.chatbot-res-row .chatbot-res-btn:last-child{flex:2}.chatbot-res-success{text-align:center;justify-content:center;align-items:center;gap:0}.chatbot-res-success-icon{background:var(--cb-teal-gradient);width:62px;height:62px;color:var(--cb-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:28px;animation:.5s cubic-bezier(.34,1.56,.64,1) both cbSuccessIn;display:flex;position:relative;box-shadow:0 4px 20px #1fb6b266}.chatbot-res-success-icon:after{content:"";border:2px solid #1fb6b24d;border-radius:50%;animation:2s ease-out infinite cbSonar;position:absolute;inset:-6px}.chatbot-res-success-title{color:#1a1a1a;margin:0 0 8px;font-size:17px;font-weight:700;animation:.3s .15s both cbMsgIn}.chatbot-res-success-sub{color:var(--cb-gray-text);margin:0 0 22px;font-size:13.5px;line-height:1.5;animation:.3s .25s both cbMsgIn}@media (width<=768px){.chatbot-popup{width:340px;max-height:540px;bottom:96px;right:16px}.chatbot-fab{width:56px;height:56px;bottom:20px;right:16px}.chatbot-fab-letter{font-size:23px}}@media (width<=520px){.chatbot-popup{border-radius:var(--cb-radius) var(--cb-radius) 0 0;transform-origin:bottom;z-index:1100;width:100%;max-height:92dvh;transition:opacity .25s,transform .3s cubic-bezier(.34,1.56,.64,1);position:fixed;bottom:0;left:0;right:0}.chatbot-popup--open{transform:translateY(0)scale(1)}.chatbot-popup:not(.chatbot-popup--open){transform:translateY(100%)}.chatbot-fab{width:54px;height:54px;bottom:18px;right:18px}.chatbot-messages{padding:14px 12px 6px}.chatbot-input{font-size:16px}.chatbot-cta{padding:12px 14px;font-size:13px}}.chatbot-res-body--cal{padding:8px 10px 12px}.chatbot-cal{background:var(--cb-white);border-radius:14px;margin-bottom:10px;padding:8px;animation:.2s cbFadeIn;box-shadow:0 1px 6px #00000012}.chatbot-cal-nav{justify-content:space-between;align-items:center;margin-bottom:6px;padding:0 2px;display:flex}.chatbot-cal-title{color:#1a1a1a;letter-spacing:.01em;font-size:14px;font-weight:700}.chatbot-cal-arrow{background:var(--cb-white);color:#374151;cursor:pointer;border:1.5px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex}.chatbot-cal-arrow:hover:not(:disabled){border-color:var(--cb-teal);color:var(--cb-teal);background:#1fb6b214;transform:scale(1.08)}.chatbot-cal-arrow:disabled{opacity:.3;cursor:not-allowed}.chatbot-cal-grid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.chatbot-cal-dayname{color:#9ca3af;text-align:center;letter-spacing:.03em;padding:2px 0 4px;font-size:10.5px;font-weight:600}.chatbot-cal-cell{aspect-ratio:1;color:#374151;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;font-size:12.5px;font-weight:500;transition:background .15s,color .15s,transform .15s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.chatbot-cal-cell:hover:not(:disabled):not(.chatbot-cal-cell--selected){color:var(--cb-teal);background:#1fb6b21a;transform:scale(1.12)}.chatbot-cal-cell--empty{cursor:default;pointer-events:none}.chatbot-cal-cell--disabled{color:#d1d5db;cursor:not-allowed;font-weight:400}.chatbot-cal-cell--today{color:var(--cb-teal);font-weight:700}.chatbot-cal-cell--today:after{content:"";background:var(--cb-teal);border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.chatbot-cal-cell--selected{background:var(--cb-teal-gradient);color:var(--cb-white);font-weight:700;transform:scale(1.1);box-shadow:0 2px 8px #1fb6b266}.chatbot-cal-cell--selected:hover{transform:scale(1.1)}.chatbot-res-slots-section{margin-bottom:10px}.chatbot-res-slots-label{color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:10.5px;font-weight:700;display:block}.chatbot-ended{color:var(--cb-gray-text);background:#f9fafb;border-top:1px solid #00000012;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;font-size:13px;animation:.25s cbFadeIn;display:flex}.chatbot-ended svg{color:#9ca3af;flex-shrink:0}.chatbot-ended span{flex:1;font-weight:500}.chatbot-ended-btn{border:1.5px solid var(--cb-teal);color:var(--cb-teal);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s,transform .18s cubic-bezier(.34,1.56,.64,1)}.chatbot-ended-btn:hover{background:var(--cb-teal);color:var(--cb-white);transform:scale(1.05)}
