: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;--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)}.main-content{margin-top:70px;min-height:calc(100vh - 70px)}.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;width:100%}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem;justify-content:space-between;width:100%}.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)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--background);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow);min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:var(--transition);z-index:1001}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:var(--text-color);text-decoration:none;transition:var(--transition)}.dropdown-item:hover{background-color:var(--background-light);color:var(--primary-color)}.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)}#mobile-actions{display:none;margin:0;padding:0;border:none}.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{background:linear-gradient(135deg,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,.connector-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-container{max-width:1200px;margin:0 auto;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-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-description{font-size:1.1rem;line-height:1.7;color:var(--text-light);margin-bottom:2rem;max-width:500px}.hero-stats{display:flex;gap:2rem;margin-bottom:3rem}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-light)}.hero-buttons{display:flex;flex-wrap:wrap}.hero-btn{margin-top:.5rem}#talk-btn,#scroll-to-services-btn{margin-right:.5rem}#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}#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)}.scroll-text{font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.services-section{padding:5rem 0;background:var(--background-light)}#services-grid{margin-bottom:4rem}.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}#pwa-card{grid-area:pwa;padding:0}#bagisto-card{grid-area:bagisto;padding:0}.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-image{width:100%;height:auto;max-width:100%;object-fit:contain;margin:0 auto;display:block}.horario-card .service-icon{display:flex;align-items:center;justify-content:center;min-height:76.8px}#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}.pos-card .service-icon{margin-bottom:0;width:50%;display:flex;justify-content:center;align-items:center}.pwa-content{display:flex;align-items:center;gap:2rem;height:100%}#pwa-text-content{width:50%;display:flex;flex-direction:column;justify-content:center;padding:32px}#pwa-card .service-icon{margin-bottom:0;width:50%;display:flex;justify-content:center;align-items:flex-end;height:100%}#bagisto-text-content{display:flex;flex-direction:column;justify-content:center;padding:32px}.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}.process-section{margin:4rem 0;text-align:center}.process-title{font-size:2rem;font-weight:600;margin-bottom:3rem;color:var(--text-color)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.process-step{position:relative;padding:1.5rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--primary-color);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.process-step h4{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.process-step p{color:var(--text-light);line-height:1.6}#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-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-bottom:4rem}.connector-card{text-align:center;height:100%;display:flex;flex-direction:column;transition:var(--transition);padding:2.5rem}.connector-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #00000026}.connector-icon{margin-bottom:2rem}.connector-icon .icon-wrapper{width:100px;height:100px;font-size:3rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 24px #7a0d394d}.connector-description{margin:1.5rem 0;flex-grow:1}.connector-description p{color:var(--text-light);line-height:1.6;font-size:1rem;margin:0;text-align:left}.connector-features{margin:2rem 0;text-align:left}.connector-features h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.connector-features ul{list-style:none;padding:0;margin:0}.connector-features li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem}.connector-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.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}#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-section{padding:5rem 0;background:var(--background)}#support-plans{margin-bottom:4rem}.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}.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))}.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}.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)}.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}.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}.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{font-size:.9rem;color:var(--text-light);letter-spacing:normal}.plan-price-discrete .currency{font-size:.9rem;color:var(--text-light)}.plan-price-discrete .amount{font-size:.9rem;font-weight:400;color:var(--text-light);margin:0 .2rem}.plan-price-discrete .period{font-size:.9rem;color:var(--text-light)}.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-icon{font-size:3rem;margin-bottom:1rem}.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)}#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}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.tech-section{position:relative;padding:5rem 0;background:linear-gradient(135deg,#f8f0f3,#f0f0f0 30%,#e8e8e8 70%,#fff);overflow:hidden}.tech-showcase{margin-bottom:4rem}#tech-grid{display:flex;flex-direction:column;gap:2rem;margin:0 auto;margin-bottom:3rem}.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:#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.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.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}#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}.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)}#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}.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}@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}}@media (max-width: 768px){.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}}#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)}@media (max-width: 768px){.contact-info-grid{gap:2rem}.contact-modal-body{padding:1.5rem}}#tech-icon-div{width:100%}.footer{background:#1a1a1a;color:#fff}#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}.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}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@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)}}@media (min-width: 872px){.navbar-nav{position:static!important;transform:none!important;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}.navbar-nav.mobile-menu-open{pointer-events:auto}.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)}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:var(--background-light);border-radius:0}.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: 480px){.navbar-container{padding:0 1rem}.section-title{font-size:1.8rem}.card{padding:1.5rem}}@media (max-width: 1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid-3,.grid-4{grid-template-columns:1fr}}@media (max-width: 807px){.hero-title{font-size:2rem}#hero-content{grid-template-columns:1fr;gap:0!important;text-align:center}.hero-subtitle,.hero-description{font-size:1rem;max-width:100%}.hero-stats{justify-content:center;gap:1rem}.stat-number{font-size:1.5rem}.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: 480px){.hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem;align-items:center}.hero-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}#scroll-logo-rotated{width:30px}.scroll-text{font-size:.7rem}.text-primary{font-size:1.4rem;line-height:1.2}}@media (max-width: 970px){#scroll-indicator{display:none}}@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}}@media (max-width: 768px){.bento-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,minmax(280px,auto));grid-template-areas:"pos" "pwa" "bagisto" "horario" "erp" "crm"}.connectors-grid{grid-template-columns:1fr;gap:2rem}.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}}@media (max-width: 480px){.integrations-grid{grid-template-columns:1fr;gap:1rem}.integration-card{padding:1rem;min-height:90px}.connect-features ul{grid-template-columns:1fr;gap:.75rem}.connector-card{padding:2rem 1.5rem}.connector-icon .icon-wrapper{width:80px;height:80px;font-size:2.5rem}#connectors-cta{padding:2rem 1rem}#connectors-cta h3{font-size:1.5rem}.process-steps{grid-template-columns:1fr;gap:1.5rem}.process-title{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}.step-number{width:40px;height:40px;font-size:1.2rem}#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-card .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}}@media (max-width: 768px){.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}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width: 480px){.plan-title{font-size:1.3rem}.amount{font-size:2rem}.service-item{padding:1.5rem 1rem}.featured-badge{font-size:.75rem;padding:.4rem 1rem}}@media (max-width: 768px){.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}}@media (max-width: 480px){.tool-item{padding:1rem}.tool-icon{font-size:2rem}}@media (max-width: 768px){#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}}@media (max-width: 768px){#footer-bottom-content{flex-direction:column;text-align:center}#footer-legal{justify-content:center}}@media (max-height: 850px){#scroll-indicator{display:none}}@media (max-height: 870px){.text-primary{font-size:1.7rem;line-height:1.2}.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}}@media (max-width: 1024px){.nav-list,.nav-item,.nav-link,.features-list li,#services-grid li,.tools-grid .tool-tag{text-align:center}}
