:root{scroll-behavior:smooth;--primary-color: #00376E;--primary-dark: #002955;--primary-light: #0a4f9a;--lyra-gray: rgb(162,162,162);--text-color: #333;--text-light: #666;--background: #ffffff;--background-light: #f8f9fa;--border-color: rgba(0, 0, 0, .1);--shadow: 0 4px 12px rgba(0, 0, 0, .1);--shadow-light: 0 2px 8px rgba(0, 0, 0, .05);--border-radius: 30px;--navbar-height: 70px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}#hero-container{max-width:1200px;margin:0 auto;margin-top:var(--navbar-height);padding:0 2rem;width:100%;position:relative;height:fit-content}#hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}#hero-text{z-index:2}#hero-visual{height:100%;position:relative;display:flex;justify-content:center;align-items:center}#hero-image-container{position:relative;width:100%;height:100%;display:flex;justify-content:right;align-items:center}#hero-logo-rotated{object-fit:contain;object-position:bottom-right;max-width:100%}#main-hero-subtitle{font-size:3rem;font-weight:600;margin-bottom:1.5rem}#main-hero-title{text-align:left}#talk-btn,#scroll-to-services-btn{margin-right:.5rem}#scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}#scroll-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--primary-color);transition:var(--transition);cursor:pointer}#scroll-link:hover{color:var(--primary-dark);transform:translateY(-2px)}#scroll-logo-rotated{width:40px;height:auto;transition:transform .3s ease;animation:bounce-logo 2s infinite}#scroll-link:hover #scroll-logo-rotated{transform:scale(1.1)}#services-grid{margin-bottom:4rem}#pwa-card{grid-area:pwa;padding:0}#pwa-card .service-icon{margin-bottom:0;width:50%;display:flex;justify-content:center;align-items:flex-end;height:100%}#pwa-text-content{width:50%;display:flex;flex-direction:column;justify-content:center;padding:32px}#bagisto-card{grid-area:bagisto;padding:0}#bagisto-text-content{display:flex;flex-direction:column;justify-content:center;padding:32px}#horario-favicon{width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain!important}#pos-content{display:flex;align-items:center;gap:2rem;height:100%}#pos-text-content{width:50%;display:flex;flex-direction:column;justify-content:center}#pwa-content{display:flex;align-items:center;gap:2rem;height:100%}#services-cta{text-align:center;background:var(--background);border-radius:var(--border-radius);padding:3rem 2rem;box-shadow:var(--shadow)}#services-cta h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}#services-cta p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}#conectores{padding:5rem 0;background:linear-gradient(0deg,#f8f9fa,#fff)}#connectors-cta{text-align:center;background:var(--background-light);border-radius:var(--border-radius);padding:3rem 2rem;box-shadow:var(--shadow)}#connectors-cta h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}#connectors-cta p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}#support-plans{margin-bottom:4rem}#support-cta{text-align:center;background:var(--background-light);border-radius:var(--border-radius);padding:3rem 2rem;margin-top:4rem}#support-cta h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}#support-cta p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}#support-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}#tech-grid{display:flex;flex-direction:column;gap:2rem;margin:0 auto;margin-bottom:3rem}#tech-icon-div{width:100%}#comparison-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;box-sizing:border-box}#comparison-content{background:var(--background);border-radius:var(--border-radius);box-shadow:0 20px 60px #0000004d;max-width:900px;width:100%;max-height:90vh;overflow-y:auto}#comparison-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(0,0,0,.1)}#comparison-header h3{font-size:1.8rem;font-weight:600;color:var(--text-color);margin:0}#comparison-table-container{padding:2rem;overflow-x:auto}#comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}#comparison-table th,#comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.1)}#comparison-table th{background:var(--background-light);font-weight:600;color:var(--text-color);position:sticky;top:0}#comparison-table th:first-child{width:30%}#comparison-table td{color:var(--text-light)}#comparison-table td:first-child{color:var(--text-color);font-weight:500}#comparison-actions{padding:2rem;border-top:1px solid rgba(0,0,0,.1);display:flex;gap:1rem;justify-content:flex-end}#contact-modal-body{padding:2rem;text-align:center}#contact-intro{font-size:1.1rem;color:var(--text-color);margin-bottom:2rem;line-height:1.6}#contact-info-legal{margin-bottom:1.5rem}#contact-info-legal p{margin:.5rem 0}#contact-address{background:var(--menu-gray-light, #f5f5f5);padding:1.5rem;border-radius:var(--border-radius, 8px);margin-top:1rem}#contact-address p{margin:.25rem 0;color:var(--text-color)}#footer-bottom{background:#0f0f0f;padding:1.5rem 0;border-top:1px solid #333}#footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}#footer-bottom p{color:#999;font-size:.9rem;margin:0}#footer-legal{display:flex;gap:1.5rem}#mobile-actions{display:none;margin:0;padding:0;border:none}#error-404-section{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#fff);padding:2rem;margin-top:70px}#error-404-container{text-align:center;max-width:500px}#error-404-illustration{width:280px;height:280px;margin:0 auto 2rem}#error-404-svg{width:100%;height:100%}#error-404-orbit{transform-origin:150px 150px;animation:error404-orbit-rotate 60s linear infinite}#error-404-pulse{transform-origin:150px 150px;animation:error404-pulse-soft 3s ease-in-out infinite}#error-404-lost-module{animation:error404-float-away 8s ease-in-out infinite}#error-404-content{color:var(--text-color)}#error-404-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}#error-404-message{font-size:1.1rem;line-height:1.6;color:var(--text-light);margin-bottom:2rem}#error-404-btn{display:inline-block;text-decoration:none}.section{padding:4rem 0;scroll-margin-top:70px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--text-color)}.section-subtitle{font-size:1.2rem;text-align:center;margin-bottom:3rem;color:var(--text-light);max-width:600px;margin-left:auto;margin-right:auto}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;padding:0;transition:var(--transition)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px}.navbar-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand img{height:40px;width:auto}.navbar-nav{display:flex;align-items:center;justify-content:center;flex:1}.navbar-nav.mobile-menu-open{pointer-events:auto}.navbar-actions{display:flex;align-items:center}.navbar-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.navbar-toggle span{width:25px;height:3px;background:var(--text-color);transition:var(--transition);border-radius:2px}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem;justify-content:center}.nav-item{position:relative}.nav-link{text-decoration:none;color:var(--text-color);font-weight:500;font-size:1rem;padding:.5rem 0;transition:var(--transition);cursor:pointer}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.mobile-btn{width:100%;text-align:center}.btn{padding:.75rem 1.5rem;border:none;border-radius:2rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:var(--transition);text-decoration:none;display:inline-block}.btn-primary{--btn-gradient-angle: 135deg;background:linear-gradient(var(--btn-gradient-angle),var(--primary-color),var(--primary-light));color:#fff}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.service-btn,.support-btn{margin-top:auto;width:100%}.hero-section{min-height:100vh;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#f8f9fa,#fff);overflow:hidden}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-color)}.hero-subtitle{font-size:1.3rem;line-height:1.6;color:var(--text-light);margin-bottom:1.5rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap}.hero-btn{margin-top:.5rem}.services-section{padding:5rem 0;background:var(--background-light)}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,minmax(300px,auto));gap:2rem;grid-template-areas:"pos pos bagisto" "pwa pwa bagisto" "horario erp crm"}.pos-card{grid-area:pos}.horario-card{grid-area:horario}.erp-card{grid-area:erp}.crm-card{grid-area:crm}.service-card{text-align:center;height:100%;display:flex;flex-direction:column;transition:var(--transition);overflow:hidden}.service-card:hover{transform:translateY(-10px);box-shadow:0 8px 32px #00000026}.service-icon{margin-bottom:1.5rem;text-align:center}.service-icon-img{width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain!important}.service-image{width:100%;height:auto;max-width:100%;object-fit:contain;margin:0 auto;display:block}.service-description{margin:1.5rem 0;flex-grow:1}.service-description p{color:var(--text-light);line-height:1.6;font-size:.95rem;margin:0;text-align:center}.horario-card .service-icon{display:flex;align-items:center;justify-content:center;min-height:76.8px}.pos-card .service-icon{margin-bottom:0;width:50%;display:flex;justify-content:center;align-items:center}.integrations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem}.integration-card{background:var(--background);border-radius:var(--border-radius);padding:1.5rem;text-align:center;transition:var(--transition);border:1px solid var(--border-color);box-shadow:var(--shadow-light);display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:120px}.integration-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.integration-title{font-size:1.3rem;font-weight:600;color:var(--text-color);margin:auto 0 0}.integration-logo{margin-bottom:0;margin-top:auto}.aeat-logo,.shopify-logo,.wccom-icon__woo-logo,.prestashop-logo,.correos-logo,.tipsa-logo,.cainiao-logo,.aqua-logo{width:60px;height:auto;max-height:40px;object-fit:contain}.support-section{padding:5rem 0;background:var(--background)}.support-card{text-align:center;height:100%;display:flex;flex-direction:column;position:relative;transition:var(--transition);border:2px solid transparent}.support-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #00000026}.support-card.featured{border-color:var(--primary-color);box-shadow:0 8px 32px #7a0d3933}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-color);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.85rem;font-weight:600;z-index:2}.plan-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid var(--border-color)}.plan-icon{margin-bottom:1rem}.plan-icon .icon-wrapper .material-icons{color:#fff;font-size:2.5rem}.plan-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color);white-space:pre-line}.plan-price{margin-bottom:1rem}.plan-description{color:var(--text-light);line-height:1.5;font-size:.9rem}.plan-features{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.plan-footer{padding:1.5rem;margin-top:auto;border-top:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem}.plan-price-discrete{text-align:center;font-size:.9rem;color:var(--text-light)}.plan-price-discrete .price-label,.plan-price-discrete .currency,.plan-price-discrete .amount,.plan-price-discrete .period{font-size:.9rem;font-weight:400;color:var(--text-light)}.plan-price-discrete .amount{margin:0 .2rem}.currency{font-size:1.2rem;color:var(--text-light);vertical-align:top}.amount{font-size:3rem;font-weight:800;color:var(--primary-color);line-height:1}.period{font-size:1rem;color:var(--text-light)}.feature-highlight{background:var(--background-light);padding:1rem;border-radius:6px;margin-bottom:1.5rem;border-left:4px solid var(--primary-color)}.highlight-label{font-weight:600;color:var(--text-color);display:block;margin-bottom:.25rem}.highlight-value{color:var(--primary-color);font-weight:700}.features-list{list-style:none;padding:0;margin:0;flex-grow:1}.features-list li{color:var(--text-light);position:relative;padding:.75rem 0 .75rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.features-list li:last-child{border-bottom:none}.features-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.additional-services{margin:4rem 0;text-align:center}.services-title{font-size:2rem;font-weight:600;margin-bottom:3rem;color:var(--text-color)}.service-item{background:var(--background-light);padding:2rem 1.5rem;border-radius:var(--border-radius);transition:var(--transition);text-align:center}.service-item:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-item h4{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:var(--text-color)}.service-item p{color:var(--text-light);margin-bottom:1rem;line-height:1.5}.service-price{font-size:1.1rem;font-weight:700;color:var(--primary-color)}.tech-section{position:relative;padding:5rem 0;background:linear-gradient(180deg,#fafafa,#fff);overflow:hidden}.tech-showcase{margin-bottom:4rem}.tech-card{background:var(--background);border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 2rem;color:var(--text-color);position:relative;overflow:hidden;transition:var(--transition);height:100%}.tech-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001a}.tech-card:before{content:"";position:absolute;left:0;top:0;width:8px;height:100%;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);background:var(--primary-color)}.tech-card:first-child:before{background:#ff2d20}.tech-card:nth-child(2):before{background:var(--primary-color)}.tech-card:nth-child(3):before{background:#0089ff}.tech-card:nth-child(4):before{background:#6b7280}.tech-left{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:120px;flex-shrink:0}.tech-right{display:flex;flex-direction:column;flex-grow:1;text-align:left}.tech-icon{margin:0;margin-bottom:.75rem}.tech-name{font-size:1.1rem;font-weight:600;margin-bottom:0;color:var(--text-color);line-height:1.3;text-align:center}.tech-description{color:var(--text-light);line-height:1.5;margin-bottom:.75rem;font-size:.95rem;text-align:left}.tech-benefit{color:var(--primary-color);font-weight:600;line-height:1.4;margin-bottom:0;font-size:.9rem;font-style:italic}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;font-size:2rem;margin:0 auto;box-shadow:0 4px 16px #0000004d;overflow:hidden}.icon-wrapper.basic{background:linear-gradient(135deg,#6c757d,#8a939b)}.icon-wrapper.premium{background:linear-gradient(135deg,#ff6b35,#f7931e)}.icon-wrapper.enterprise{background:linear-gradient(135deg,var(--primary-color),var(--primary-light))}.icon-wrapper.laravel{background:transparent;color:#ff2d20;border-radius:0;box-shadow:none}.icon-wrapper.laravel svg{width:100%;height:100%;max-width:60px;max-height:60px}.icon-wrapper.bagisto{background:transparent;border-radius:0;box-shadow:none}.icon-wrapper.bagisto .bagisto-logo{width:100%;height:100%;max-width:60px;max-height:60px;object-fit:contain}.icon-wrapper.erpnext{background:transparent;color:#0089ff;border-radius:0;box-shadow:none}.icon-wrapper.erpnext svg{width:100%;height:100%;max-width:60px;max-height:60px}.icon-wrapper.vue{background:transparent;border-radius:0;box-shadow:none}.icon-wrapper.vue svg{width:100%;height:100%;max-width:60px;max-height:60px}.icon-wrapper.cursor{background:transparent;border-radius:0;box-shadow:none}.icon-wrapper.cursor .cursor-logo{width:100%;height:100%;max-width:60px;max-height:60px;object-fit:contain}.icon-wrapper.modulos{background:transparent;color:#6b7280;border-radius:0;box-shadow:none}.icon-wrapper.modulos svg{width:100%;height:100%;max-width:60px;max-height:60px}.icon-wrapper.azure{background:transparent;border-radius:0;box-shadow:none}.icon-wrapper.azure .azure-logo{width:100%;height:100%;max-width:60px;max-height:60px;object-fit:contain}.close-btn{background:none;border:none;font-size:2rem;color:var(--text-light);cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:var(--transition)}.close-btn:hover{background:#0000001a;color:var(--text-color)}.policy-wrapper{width:100%}.table-responsive,.legal-table-wrapper{border-radius:1.7rem;overflow:hidden;background:#fff;margin-top:1.5rem;box-shadow:0 .5rem 1rem #0000000d}.content-wrapper .table,.policy-wrapper table,.legal-table-wrapper table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;color:var(--text-color);border:none}.content-wrapper .table thead,.policy-wrapper table thead,.legal-table-wrapper table thead{background-color:#f8f9fa}.content-wrapper .table thead th,.policy-wrapper table thead th,.legal-table-wrapper table thead th{border:0;color:#6c757d;font-weight:600;font-size:.9rem;padding:1rem 1.25rem}.content-wrapper .table thead th:first-child,.policy-wrapper table thead th:first-child,.legal-table-wrapper table thead th:first-child{border-top-left-radius:1.7rem;border-bottom-left-radius:1.7rem}.content-wrapper .table thead th:last-child,.policy-wrapper table thead th:last-child,.legal-table-wrapper table thead th:last-child{border-top-right-radius:1.7rem;border-bottom-right-radius:1.7rem}.content-wrapper .table tbody td,.policy-wrapper table tbody td,.legal-table-wrapper table tbody td{border:0!important;vertical-align:middle;padding:1rem 1.25rem;font-size:.9rem;color:var(--text-light)}.content-wrapper .table tbody tr,.policy-wrapper table tbody tr,.legal-table-wrapper table tbody tr{position:relative}.content-wrapper .table tbody tr+tr:after,.policy-wrapper table tbody tr+tr:after,.legal-table-wrapper table tbody tr+tr:after{content:"";position:absolute;left:1rem;right:1rem;top:0;height:2px;border-radius:1px;background-color:#00000014;pointer-events:none}.content-wrapper .table tbody tr:first-child td,.policy-wrapper table tbody tr:first-child td,.legal-table-wrapper table tbody tr:first-child td{border-top:none!important}.content-wrapper .table tbody tr:hover,.policy-wrapper table tbody tr:hover,.legal-table-wrapper table tbody tr:hover{background-color:transparent!important}.content-wrapper .table tbody td:first-child,.policy-wrapper table tbody td:first-child,.legal-table-wrapper table tbody td:first-child{color:var(--text-color);font-weight:500}.footer{background:#1a1a1a;color:#fff}.legal-link{color:#999;text-decoration:none;font-size:.8rem;transition:var(--transition)}.legal-link:hover{color:var(--primary-color)}.law{max-width:1200px;margin:0 auto;padding:4rem 2rem}.law h2{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.law h3{font-size:1.8rem;margin-top:2.5rem;margin-bottom:1rem}.law p{margin-top:1rem;margin-bottom:1rem;line-height:1.6}.law ol,.law ul{padding-left:1.5rem;margin:1rem 0}.law li{margin-bottom:.75rem}.svg-phone{height:.73em;width:auto;display:inline-block;margin-left:0}.svg-mail{height:1em;width:auto;display:inline-block;margin-left:0;vertical-align:-.24em}.text-center{text-align:center}.text-primary{color:var(--primary-color);font-weight:600;line-height:1.2}.bg-light{background-color:var(--background-light)}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.force-centerX{margin-left:50%;transform:translate(-50%)}.force-centerX-btn:hover{transform:translate(-50%) translateY(-2px)}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--background);border-radius:var(--border-radius);box-shadow:var(--shadow-light);padding:2rem;transition:var(--transition);border:1px solid var(--border-color)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card-title{font-size:1.5rem;font-weight:600;color:var(--text-color)}.card-text{color:var(--text-light);line-height:1.6}.powered-badge{display:inline-block;background-color:transparent;color:var(--primary-color);font-size:.75rem;font-weight:700;padding:.4rem 1rem;border-radius:var(--border-radius);margin-top:.75rem;text-transform:uppercase;letter-spacing:.8px;border:1px solid var(--primary-color)}.powered-badge+.service-description{margin-top:.75rem}.fade-in-up{animation:fadeInUp .6s ease-out}.space-hero-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.space-hero-svg{width:100%;height:100%}.satellite-module{cursor:pointer;offset-path:path("M 630,300 A 230,300 0 0,1 170,300 A 230,230 0 1,1 630,300");offset-rotate:0deg;animation:space-hero-orbit-ellipse 60s linear infinite}.satellite-module:hover{filter:drop-shadow(0 4px 12px rgba(0,55,110,.3))}.module-1{animation-delay:0s}.module-2{animation-delay:-13.9s}.module-3{animation-delay:-27.8s}.module-4{animation-delay:-43.7s}.pulse-glow{transform-origin:400px 300px;animation:space-hero-pulse 3s ease-in-out infinite}.orbit-ring{transform-origin:0px 0px;animation:space-hero-orbit-ring 10s linear infinite}.module-label,.core-icon{animation:space-hero-fadeIn .2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-4px)}60%{transform:translate(-50%) translateY(-2px)}}@keyframes bounce-logo{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}@keyframes space-hero-orbit-ellipse{0%{offset-distance:0%}50%{offset-distance:54%}to{offset-distance:100%}}@keyframes space-hero-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes space-hero-orbit-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes space-hero-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes error404-orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes error404-pulse-soft{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.03)}}@keyframes error404-float-away{0%,to{transform:translate(260px,80px)}25%{transform:translate(265px,75px)}50%{transform:translate(255px,70px)}75%{transform:translate(250px,78px)}}@media (min-width: 921px){.navbar-nav{position:absolute;left:50%;top:0;height:100%;transform:translate(-50%);width:auto;justify-content:center;opacity:1!important;visibility:visible!important;pointer-events:auto!important}}@media (max-width: 920px){.navbar-nav{position:fixed;top:70px;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-color);height:0;overflow:hidden;box-shadow:var(--shadow);padding:0;z-index:999;pointer-events:none;transition:height .7s ease-in-out;display:flex;flex-direction:column}.nav-list{flex-direction:column;gap:0}.nav-item{width:100%}.nav-link{display:block;padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05)}.navbar-toggle{display:flex}.navbar-actions{display:none}#mobile-actions{display:block;margin-top:.5em;margin-bottom:1em}.grid-2,.grid-4{grid-template-columns:1fr}.section-title{font-size:2rem}.container{padding:0 1rem}.section{padding:2rem 0}}@media (max-width: 992px){.table-responsive,.legal-table-wrapper{border-radius:1rem;box-shadow:none}.content-wrapper .table thead th,.policy-wrapper table thead th,.legal-table-wrapper table thead th,.content-wrapper .table tbody td,.policy-wrapper table tbody td,.legal-table-wrapper table tbody td{padding:.85rem 1rem;font-size:.85rem}.law{padding:4rem 1.5rem}}@media (max-width: 1024px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,minmax(250px,auto));grid-template-areas:"pos pos" "pwa pwa" "bagisto bagisto" "horario erp" "crm crm"}.crm-card{grid-area:crm;grid-column:1 / -1}#bagisto-card{display:flex;align-items:center;flex-direction:row}#bagisto-card .service-icon{order:2;margin-bottom:0;width:50%;display:flex;justify-content:center;align-items:center}#bagisto-text-content{order:1;width:50%;padding:2rem;text-align:left}#bagisto-text-content .service-description p{text-align:left}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.nav-list,.nav-item,.nav-link,.features-list li,#services-grid li,.tools-grid .tool-tag{text-align:center}}@media (max-width: 970px){#scroll-indicator{display:none}}@media (max-width: 870px){.text-primary{font-size:1.7rem;line-height:.4}}@media (max-width: 807px){.hero-title{font-size:2rem}#hero-content{grid-template-columns:1fr;gap:0!important;text-align:center}#main-hero-title{text-align:center}.hero-subtitle{font-size:1rem;max-width:100%}.hero-buttons{justify-content:center;gap:0}#scroll-indicator{display:none}.btn-large{padding:.875rem 1.5rem;font-size:1rem}#hero-image-container{display:none}}@media (max-width: 768px){.grid-3,.grid-4{grid-template-columns:1fr}.law{padding:4rem 1rem}.bento-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,minmax(280px,auto));grid-template-areas:"pos" "pwa" "bagisto" "horario" "erp" "crm"}.integrations-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.integration-card{padding:1.5rem;min-height:110px}.aeat-logo,.shopify-logo,.wccom-icon__woo-logo,.prestashop-logo,.correos-logo,.tipsa-logo,.cainiao-logo,.aqua-logo{width:50px;max-height:35px}.plan-header{padding:1.5rem 1rem 1rem}.plan-features{padding:1rem}.amount{font-size:2.5rem}#support-cta{padding:2rem 1rem}#support-cta h3{font-size:1.5rem}#support-cta-buttons{flex-direction:column;align-items:center}#support-cta-buttons .btn{width:100%;max-width:300px}.tech-card{padding:1.5rem 1rem;flex-direction:column;text-align:center;gap:1rem}.tech-left{min-width:auto;width:100%}.tech-right{text-align:center}.tech-card:before{width:100%;height:6px;top:0;left:0;border-radius:0}.additional-title{font-size:1.5rem}#comparison-modal{padding:1rem}#comparison-header{padding:1.5rem}#comparison-table-container{padding:1rem}#comparison-table{font-size:.8rem}#comparison-table th,#comparison-table td{padding:.5rem}#comparison-actions{padding:1.5rem;flex-direction:column}#footer-bottom-content{flex-direction:column;text-align:center}#footer-legal{justify-content:center}.contact-info-grid{gap:2rem}#contact-modal-body{padding:1.5rem}.content-wrapper .table thead th,.policy-wrapper table thead th,.legal-table-wrapper table thead th,.content-wrapper .table tbody td,.policy-wrapper table tbody td,.legal-table-wrapper table tbody td{padding:.75rem .85rem;font-size:.8rem}}@media (max-width: 480px){.navbar-container{padding:0 1rem}.section-title{font-size:1.8rem}.card{padding:1.5rem}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}#scroll-logo-rotated{width:30px}.text-primary{font-size:1.4rem;line-height:1.2}.integrations-grid{grid-template-columns:1fr;gap:1rem}.integration-card{padding:1rem;min-height:90px}#connectors-cta{padding:2rem 1rem}#connectors-cta h3{font-size:1.5rem}#services-cta{padding:2rem 1rem}#services-cta h3{font-size:1.5rem}.icon-wrapper{width:60px;height:60px;font-size:1.5rem}#talk-btn{margin-right:0rem}#pwa-card #pwa-content{flex-direction:column;text-align:center;gap:1rem}#pwa-text-content{order:1;width:100%;padding:1.5rem}#pwa-card .service-icon{order:2;width:100%;margin-bottom:0}#bagisto-card{flex-direction:column;text-align:center}#bagisto-card .service-icon{order:2;width:100%;margin-bottom:1rem}#bagisto-text-content{order:1;width:100%;padding:1.5rem;text-align:center}#bagisto-text-content .service-description p{text-align:center}#pos-content{flex-direction:column;text-align:center;gap:1rem}#pos-text-content{order:2;width:100%;padding:1.5rem}.pos-card .service-icon{order:1;width:100%;margin-bottom:0}#scroll-to-services-btn{margin-right:0rem}.plan-title{font-size:1.3rem}.amount{font-size:2rem}.service-item{padding:1.5rem 1rem}.featured-badge{font-size:.75rem;padding:.4rem 1rem}.tool-item{padding:1rem}.tool-icon{font-size:2rem}#error-404-illustration{width:220px;height:220px}#error-404-title{font-size:1.5rem}#error-404-message{font-size:1rem}}@media (max-height: 850px){#scroll-indicator{display:none}}@media (max-height: 870px){.text-primary{font-size:1.7rem;line-height:.4}.hero-subtitle{font-size:1rem}}@media (max-height: 697px){#hero-visual{display:none}.hero-subtitle{text-align:center}#hero-content{grid-template-columns:auto;justify-content:center}.hero-buttons{justify-content:center}#main-hero-title{text-align:center}}
