@font-face{font-family:Inter;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0b1120;--navy-light:#0f172a;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#eff6ff;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-500:#64748b;--gray-700:#334155;--gray-900:#0f172a;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:14px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 10px 40px #0000001a, 0 4px 12px #0000000d}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11";line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 32px}@media (width<=480px){.container{padding:0 20px}}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:12px;font-size:11.5px;font-weight:700}.section-title{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:52px;font-size:clamp(26px,3.2vw,38px);font-weight:800;line-height:1.18}.btn-primary{background:var(--blue);color:var(--white);letter-spacing:-.01em;cursor:pointer;border:none;border-radius:9px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex;box-shadow:0 1px 2px #2563eb33,0 4px 12px #2563eb33}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 1px 2px #2563eb4d,0 6px 20px #2563eb4d}.btn-primary:active{transform:translateY(0)}.btn-outline{background:var(--white);color:var(--gray-700);letter-spacing:-.01em;border:1.5px solid var(--gray-200);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:9px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:600;transition:border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.btn-outline:hover{color:var(--blue);border-color:#bfdbfe;box-shadow:0 0 0 3px #2563eb0f}.grecaptcha-badge{visibility:hidden!important}.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-200);background:#fffffff2;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:32px;height:68px;display:flex}.navbar-logo{color:var(--gray-900);flex-shrink:0;align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.navbar-logo-img{width:auto;height:32px}.navbar-links{align-items:center;gap:28px;display:flex}.navbar-links a{color:var(--gray-700);font-size:14px;font-weight:500;transition:color .2s}.navbar-links a:hover{color:var(--blue)}.nav-dropdown{position:relative}.nav-dropdown-trigger{align-items:center;gap:4px;display:flex}.nav-dropdown-chevron{cursor:pointer;color:var(--gray-700);background:0 0;border:none;align-items:center;padding:2px 4px;display:flex}.nav-dropdown-menu{z-index:200;flex-direction:column;min-width:140px;padding-top:8px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav-dropdown-menu-inner{border:1px solid var(--gray-200);background:#fff;border-radius:10px;flex-direction:column;padding:6px;display:flex;box-shadow:0 8px 24px #00000014}.nav-dropdown-item{white-space:nowrap;border-radius:6px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;color:var(--gray-700)!important}.nav-dropdown-item:hover{background:var(--gray-100,#f3f4f6);color:var(--blue)!important}.mobile-cta{display:none}.hamburger{background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--gray-700);border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}@media (width<=1024px){.desktop-cta{display:none}.hamburger{display:flex}.navbar-links{background:var(--white);border-bottom:1px solid var(--gray-200);flex-direction:column;gap:4px;padding:16px 24px 24px;display:none;position:absolute;top:68px;left:0;right:0}.navbar-links.open{display:flex}.navbar-links a{border-bottom:1px solid var(--gray-100);width:100%;padding:10px 0;font-size:15px}.mobile-cta{justify-content:center;width:100%;margin-top:12px;display:inline-flex!important}.nav-dropdown{width:100%}.nav-dropdown-trigger{border-bottom:1px solid var(--gray-100);justify-content:space-between;width:100%;padding:10px 0;font-size:15px}.nav-dropdown-trigger a{border-bottom:none!important;padding:0!important}.nav-dropdown-menu{width:100%;padding-top:0;position:static;transform:none}.nav-dropdown-menu-inner{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0 0 0 16px}.nav-dropdown-item{border-bottom:1px solid var(--gray-100);border-radius:0;padding:10px 0;font-size:15px;color:var(--gray-500)!important}}.hero{background:#fff;padding:72px 0 64px;position:relative}.hero-bg-dots{opacity:.35;pointer-events:none;background-image:radial-gradient(circle,#cbd5e1 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.hero-inner{z-index:1;grid-template-columns:500px 1fr;align-items:center;gap:48px;max-width:1400px;margin:0 auto;padding:0 40px 40px;display:grid;position:relative}.hero-badge{color:var(--blue);letter-spacing:.01em;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.03em;color:var(--gray-900);margin-bottom:16px;font-size:clamp(26px,2.8vw,40px);font-weight:800;line-height:1.12}.hero-accent{color:var(--blue)}.hero-desc{color:var(--gray-500);max-width:460px;margin-bottom:36px;font-size:17px;line-height:1.75}.hero-actions{flex-wrap:nowrap;gap:10px;display:flex}.service-strip-wrap{z-index:1;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.service-strip{border-top:1px solid #e2e8f0;flex-wrap:nowrap;gap:0;padding-top:28px;display:flex;overflow:hidden}.service-strip-item{color:var(--gray-500);white-space:nowrap;align-items:center;gap:7px;padding-right:20px;font-size:12.5px;font-weight:500;display:flex}.service-strip-item+.service-strip-item{border-left:1px solid #e2e8f0;padding-left:20px}.strip-icon{color:var(--blue);opacity:.75;align-items:center;display:flex}.strip-icon svg{width:15px;height:15px}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-devices-img{object-fit:contain;width:100%;height:auto}@media (width<=960px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:48px}.hero-badge{margin-left:auto;margin-right:auto}.hero-desc{max-width:100%}.hero-actions{justify-content:center}.service-strip{flex-wrap:wrap;justify-content:center}.service-strip-item+.service-strip-item{border-left:none;padding-left:0}.hero-devices-img{max-width:520px}}@media (width<=600px){.hero{padding:56px 0 48px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions a{text-align:center;justify-content:center;width:100%}.hero-devices-img{max-width:100%}.service-strip{gap:12px}}.casos{background:var(--white);padding:80px 0}.casos-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:48px;display:flex}.casos-all-link{color:var(--blue);white-space:nowrap;font-size:14px;font-weight:600}.casos-all-link:hover{text-decoration:underline}.carrusel-wrapper{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow-x:scroll;container-type:inline-size}.carrusel-wrapper::-webkit-scrollbar{display:none}.carrusel-track{gap:24px;display:flex}.caso-card{scroll-snap-align:start;border:1px solid var(--gray-200);border-radius:12px;flex:0 0 calc(33.3333cqi - 16px);transition:box-shadow .2s;overflow:hidden}.caso-card:hover{box-shadow:0 8px 32px #0000001a}.caso-image{justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.caso-emoji{opacity:.25;font-size:52px}.caso-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.caso-img.padded{object-fit:contain;padding:12px}.caso-overlay-text{color:#fff;letter-spacing:-.5px;font-size:17px;font-weight:800;line-height:1.2;position:absolute;bottom:16px;left:16px}.logo-wave-sm{color:#ff6b35;margin-right:4px}.caso-overlay-text.music{color:#f59e0b;font-size:20px;font-style:italic}.caso-body{padding:20px}.caso-tipo-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--blue);background:var(--blue-light);border:1px solid #bfdbfe;border-radius:20px;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.caso-name{color:var(--gray-900);margin-bottom:3px;font-size:16px;font-weight:700}.caso-industria{color:var(--gray-400);margin-bottom:14px;font-size:12px}.caso-detail{margin-bottom:10px}.caso-detail-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-700);margin-bottom:2px;font-size:11px;font-weight:700;display:block}.caso-detail p{color:var(--gray-500);font-size:13px;line-height:1.5}.caso-link{color:var(--blue);margin-top:8px;font-size:13px;font-weight:600;display:inline-block}.caso-link:hover{text-decoration:underline}.caso-badge{color:#065f46;background:#d1fae5;border-radius:20px;margin-top:8px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.carrusel-nav{justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.carrusel-btn{border:1.5px solid var(--gray-200);background:var(--white);width:40px;height:40px;color:var(--gray-700);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s,color .15s,box-shadow .15s;display:flex}.carrusel-btn:hover:not(:disabled){border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 3px #2563eb14}.carrusel-btn:disabled{opacity:.3;cursor:default}.carrusel-dots{gap:8px;display:flex}.carrusel-dot{background:var(--gray-200);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.carrusel-dot.active{background:var(--blue);transform:scale(1.25)}@media (width<=900px){.caso-card{flex:0 0 calc(50cqi - 12px)}}@media (width<=600px){.caso-card{flex:0 0 100cqi}}.servicios{background:linear-gradient(160deg,#eff6ff 0%,#f8fafc 60%,#fff 100%);padding:88px 0;position:relative}.servicios-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.servicio-card{border:1px solid var(--gray-200);border-left:3px solid var(--blue);background:linear-gradient(135deg,#2563eb08 0%,#fff 40%);border-radius:14px;padding:28px 22px;transition:box-shadow .2s,transform .2s,border-color .2s;position:relative}.servicio-card:hover{border-color:#bfdbfe;border-left-color:var(--blue);transform:translateY(-3px);box-shadow:0 8px 32px #2563eb1f}.servicio-icon{width:44px;height:44px;color:var(--blue);background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.servicio-icon svg{width:22px;height:22px}.servicio-title{color:var(--gray-900);margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.3}.servicio-desc{color:var(--gray-500);font-size:13px;line-height:1.6}@media (width<=1024px){.servicios-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.servicios-grid{grid-template-columns:1fr}.servicio-icon{margin-left:auto;margin-right:auto}.servicio-title,.servicio-desc{text-align:center}}@media (width<=400px){.servicios-grid{grid-template-columns:1fr}}.proceso{background:var(--white);padding:88px 0}.proceso-steps{grid-template-columns:repeat(5,1fr);gap:0;display:grid;position:relative}.paso{text-align:center;padding:0 20px;position:relative}.paso-connector{z-index:0;background-image:repeating-linear-gradient(90deg,#bfdbfe 0 6px,#0000 6px 14px);width:100%;height:2px;position:absolute;top:28px;left:50%}.paso-num{background:linear-gradient(135deg, var(--blue) 0%, #1d4ed8 100%);width:56px;height:56px;color:var(--white);letter-spacing:-.5px;z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:18px;font-weight:800;display:flex;position:relative;box-shadow:0 4px 14px #2563eb59}.paso-title{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:8px;font-size:15px;font-weight:700}.paso-desc{color:var(--gray-500);font-size:13px;line-height:1.6}@media (width<=900px){.proceso-steps{grid-template-columns:repeat(3,1fr);gap:48px}.paso-connector{display:none}}@media (width<=560px){.proceso-steps{grid-template-columns:1fr}}.porque{background:linear-gradient(160deg,#eff6ff 0%,#f8fafc 60%,#fff 100%);padding:88px 0}.porque-header{text-align:center;max-width:640px;margin:0 auto 64px}.porque-title{color:var(--gray-900);letter-spacing:-.02em;margin-top:12px;font-size:clamp(26px,3vw,38px);font-weight:800;line-height:1.18}.porque-razones{grid-template-columns:repeat(3,1fr);display:grid;position:relative}.porque-razon{padding:0 48px;position:relative}.porque-razon:first-child{padding-left:0}.porque-razon:last-child{padding-right:0}.porque-divider{background:linear-gradient(to bottom, transparent, var(--gray-200) 20%, var(--gray-200) 80%, transparent);width:1px;height:100%;position:absolute;top:0;right:0}.porque-num{color:var(--blue);opacity:.75;align-items:center;margin-bottom:14px;display:flex}.porque-num svg{width:18px;height:18px}.porque-razon-title{color:var(--gray-900);letter-spacing:-.02em;white-space:pre-line;margin-bottom:12px;font-size:21px;font-weight:800;line-height:1.2}.porque-razon-desc{color:var(--gray-500);font-size:14px;line-height:1.7}@media (width<=900px){.porque-razones{grid-template-columns:1fr;gap:40px}.porque-razon{padding:0}.porque-divider{display:none}}.tecnologias{background:var(--white);border-top:1px solid var(--gray-200);padding:80px 0}.tecnologias-inner{grid-template-columns:1fr 2fr;align-items:center;gap:64px;display:grid}.tech-sub{color:var(--gray-500);margin-top:10px;font-size:14px}.tech-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.tech-item{border:1px solid var(--gray-200);border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.tech-item:hover{border-color:var(--blue);box-shadow:0 4px 12px #2563eb1a}.tech-icon{width:40px;height:40px;color:var(--gray-700);justify-content:center;align-items:center;display:flex}.tech-icon svg{width:28px;height:28px}.tech-name{color:var(--gray-700);text-align:center;font-size:12px;font-weight:600}@media (width<=900px){.tecnologias-inner{grid-template-columns:1fr;gap:32px}}@media (width<=480px){.tech-grid{grid-template-columns:repeat(3,1fr);gap:10px}}.faq{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:80px 0}.faq-header{margin-bottom:40px}.faq-all{color:var(--blue);margin-top:8px;font-size:14px;font-weight:600;display:inline-block}.faq-all:hover{text-decoration:underline}.faq-grid{grid-template-columns:1fr 1fr;gap:0 32px;display:grid}.faq-col{flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-q{width:100%;color:var(--gray-900);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:14px;font-weight:600;display:flex}.faq-chevron{width:18px;height:18px;color:var(--blue);flex-shrink:0;transition:transform .25s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-a{color:var(--gray-500);padding-bottom:16px;font-size:14px;line-height:1.6}@media (width<=700px){.faq-grid{grid-template-columns:1fr}}.cta-banner{background:var(--blue);padding:80px 0}.cta-inner{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.cta-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#fffc;margin-bottom:16px;font-size:12px;font-weight:700}.cta-title{color:var(--white);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.2}.cta-sub{color:#fffffff2;margin-bottom:20px;font-size:15px;line-height:1.7}.cta-trust{color:#fff9;font-size:13px}.cta-calendly-btn{color:var(--blue);background:#fff;border-radius:10px;align-items:center;gap:10px;margin-top:20px;padding:14px 28px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #0003}.cta-calendly-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000047}.cta-calendly-btn svg{flex-shrink:0;width:20px;height:20px}.cta-channels-label{color:#fff;margin-top:24px;margin-bottom:12px;font-size:18px;font-weight:700}.cta-channels{flex-direction:column;gap:12px;display:flex}.cta-channel{color:#ffffffeb;align-items:center;gap:10px;font-size:14px;text-decoration:none;transition:color .2s;display:flex}.cta-channel:hover{color:var(--white)}.cta-channel svg{opacity:.8;flex-shrink:0;width:18px;height:18px}.cta-form-eyebrow{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.cta-form{flex-direction:column;gap:14px;display:flex}.cta-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cta-field{flex-direction:column;gap:6px;display:flex}.cta-field label{color:#fffc;font-size:13px;font-weight:600}.cta-field input,.cta-field textarea,.cta-field select{color:var(--white);resize:none;background:#ffffff1f;border:1px solid #ffffff40;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s}.cta-field input::placeholder,.cta-field textarea::placeholder{color:#fff6}.cta-field select{appearance:none;cursor:pointer;color:#fff6}.cta-field select.has-value{color:var(--white)}.cta-field select option{color:var(--white);background:#1e3a8a}.cta-field input:focus,.cta-field textarea:focus,.cta-field select:focus{background:#ffffff2e;border-color:#fff9}.cta-privacy{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.cta-privacy input[type=checkbox]{width:16px;height:16px;accent-color:var(--white);cursor:pointer;flex-shrink:0;margin-top:2px}.cta-privacy span{color:#ffffffd9;font-size:13px;line-height:1.5}.cta-privacy a{color:var(--white);text-decoration:underline}.cta-submit{color:var(--blue);cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:4px;padding:13px 24px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s,opacity .2s}.cta-submit:hover{background:#ffffffe6}.cta-submit:disabled{opacity:.7;cursor:default}.cta-honey{opacity:0;pointer-events:none;tab-index:-1;position:absolute;left:-9999px}.cta-error{color:#ffffffbf;font-size:13px}.cta-field input.field-error,.cta-field textarea.field-error,.cta-field select.field-error{background:#ff50501a;border-color:#ff6464cc}.field-error-msg{color:#ffb4b4f2;margin-top:2px;font-size:12px}@media (width<=860px){.cta-inner{grid-template-columns:1fr;gap:40px}}@media (width<=480px){.cta-row{grid-template-columns:1fr}}.footer{color:var(--gray-500);background:#fff}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:60px 24px 40px;display:grid}.footer-logo{margin-bottom:12px;display:inline-flex}.footer-logo-img{object-fit:contain;width:auto;max-width:140px;height:32px;display:block}.footer-tagline{max-width:200px;margin-bottom:20px;font-size:13px;line-height:1.6}.footer-social{gap:10px;display:flex}.social-icon{background:var(--gray-200);width:32px;height:32px;color:var(--gray-500);border-radius:6px;justify-content:center;align-items:center;font-size:11px;font-weight:700;transition:background .2s,color .2s;display:flex}.social-icon:hover{background:var(--blue);color:var(--white)}.footer-col h4{color:var(--gray-900);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-contact-item{align-items:center;gap:8px;display:flex}.footer-contact-item svg{opacity:.7;flex-shrink:0;width:15px;height:15px}.footer-col a,.footer-col span{color:var(--gray-500);font-size:13px;transition:color .2s}.footer-col a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid var(--gray-200);box-sizing:border-box;padding:20px 24px}@media (width<=480px){.footer-bottom{padding:20px 16px}}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-bottom p{color:var(--gray-400);font-size:12px}.footer-recaptcha{color:var(--gray-400);opacity:.7;margin-top:6px;font-size:11px!important}.footer-recaptcha a{color:var(--gray-400);text-decoration:underline}.footer-legal{gap:20px;display:flex}.footer-legal a{color:var(--gray-400);font-size:12px;transition:color .2s}.footer-legal a:hover{color:var(--blue)}@media (width<=900px){.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (width<=480px){.footer-inner{grid-template-columns:1fr}}.legal-page{background:#f8fafc;min-height:100vh;padding:60px 0 100px}.legal-container{max-width:760px;margin:0 auto;padding:0 24px}.legal-back{color:var(--blue);margin-bottom:40px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.legal-back:hover{opacity:.7}.legal-page h1{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(26px,4vw,36px);font-weight:800}.legal-updated{color:var(--gray-500);margin-bottom:40px;font-size:13px}.legal-page h2{color:var(--gray-900);text-transform:uppercase;letter-spacing:.04em;margin-top:40px;margin-bottom:12px;font-size:16px;font-weight:700}.legal-page p{color:var(--gray-600);margin-bottom:14px;font-size:15px;line-height:1.8}.legal-page ul{margin:0 0 14px;padding-left:20px}.legal-page ul li{color:var(--gray-600);margin-bottom:4px;font-size:15px;line-height:1.8}.legal-page a{color:var(--blue);text-decoration:underline}.legal-contact{padding:0;list-style:none}.legal-contact li{color:var(--gray-600);font-size:15px;line-height:2}.shopify-page{font-family:Inter,sans-serif}.sh-hero{background:#f8f8f8;padding:80px 0 60px}.sh-hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.sh-hero-title{color:#0f172a;margin:0 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.sh-green{color:#16a34a}.sh-hero-sub{color:#555;max-width:480px;margin:0 0 28px;font-size:16px;line-height:1.7}.sh-hero-ctas{flex-wrap:wrap;gap:14px;margin-bottom:20px;display:flex}.sh-hero-ctas .btn-primary{background:var(--blue,#2563eb);color:#fff;border-radius:8px;align-items:center;gap:8px;padding:13px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.sh-hero-ctas .btn-primary:hover{opacity:.88}.sh-hero-ctas .btn-outline{color:#0f172a;border:2px solid var(--blue,#2563eb);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:11px 22px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.sh-hero-ctas .btn-outline:hover{background:var(--blue,#2563eb);color:#fff}.sh-hero-trust{color:#666;align-items:center;gap:8px;margin:0;font-size:13px;display:flex}.sh-hero-visual{background:#f3f4f6;border-radius:16px;justify-content:center;align-items:center;min-height:340px;display:flex;position:relative;overflow:hidden}.sh-hero-img{border-radius:16px;width:100%;height:auto;display:block}.sh-hero-placeholder{color:#9ca3af;background:#f3f4f6;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex;position:absolute;inset:0}.sh-fit{background:#f8f8f8;padding:80px 0}.sh-fit-inner{grid-template-columns:1fr 1fr;gap:60px;display:grid}.sh-fit-left h2,.sh-fit-right h2{color:#0f172a;margin:0 0 24px;font-size:1.75rem;font-weight:700}.sh-checklist{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.sh-checklist li{color:#333;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;padding:14px 16px;font-size:15px;transition:box-shadow .2s;display:flex}.sh-checklist li:hover{box-shadow:0 4px 16px #00000014}.sh-checklist li svg{color:#0f172a;flex-shrink:0}.sh-incluye-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.sh-incluye-item{text-align:center;color:#333;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;font-size:12px;font-weight:500;transition:box-shadow .2s;display:flex}.sh-incluye-item:hover{box-shadow:0 4px 16px #00000014}.sh-incluye-icon{color:#0f172a;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sh-incluye-icon svg{width:100%;height:100%}.sh-incluye-nota{color:#9ca3af;align-items:center;gap:6px;margin:16px 0 0;font-size:11px;line-height:1.5;display:flex}.sh-casos{background:#fff;padding:80px 0}.sh-casos h2{color:#0f172a;margin:0 0 32px;font-size:2.25rem;font-weight:800}.sh-casos-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.sh-casos-track{gap:20px;width:max-content;animation:28s linear infinite sh-marquee;display:flex}.sh-casos-track:hover{animation-play-state:paused}@keyframes sh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.sh-caso-card{color:#333;flex-direction:column;flex:0 0 200px;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.sh-caso-img-wrap{background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative;overflow:hidden}.sh-caso-img-wrap img{object-fit:cover;width:100%;height:100%;display:block}.sh-caso-placeholder{color:#d1d5db;text-transform:uppercase;background:#f3f4f6;justify-content:center;align-items:center;font-size:36px;font-weight:700;display:none;position:absolute;inset:0}.sh-porq{background:#f8f8f8;padding:80px 0}.sh-porq h2{color:#0f172a;margin:0 0 40px;font-size:2.25rem;font-weight:800}.sh-porq-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.sh-porq-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px 24px;transition:box-shadow .2s}.sh-porq-card:hover{box-shadow:0 6px 24px #00000014}.sh-porq-icon{color:#0f172a;width:28px;height:28px;margin-bottom:16px}.sh-porq-icon svg{width:100%;height:100%}.sh-porq-card h3{color:#0f172a;margin:0 0 8px;font-size:15px;font-weight:700}.sh-porq-card p{color:#666;margin:0;font-size:14px;line-height:1.6}.sh-proceso{background:#fff;padding:80px 0}.sh-proceso h2{text-align:center;color:#0f172a;margin:0 0 48px;font-size:2.25rem;font-weight:800}.sh-pasos{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.sh-paso{text-align:center;flex-direction:column;align-items:center;padding:0 20px;display:flex;position:relative}.sh-paso-num{background:var(--blue,#2563eb);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-size:18px;font-weight:700;display:flex;position:relative}.sh-paso-line{z-index:0;background:#e5e7eb;height:2px;position:absolute;top:22px;left:calc(50% + 22px);right:calc(22px - 50%)}.sh-paso h3{color:#0f172a;margin:0 0 8px;font-size:15px;font-weight:700}.sh-paso p{color:#666;margin:0;font-size:13px;line-height:1.6}@media (width<=900px){.sh-hero-inner{grid-template-columns:1fr}.sh-hero-visual{min-height:240px}.sh-fit-inner{grid-template-columns:1fr}.sh-porq-grid{grid-template-columns:repeat(2,1fr)}.sh-pasos{grid-template-columns:1fr 1fr;gap:32px}.sh-paso-line{display:none}}@media (width<=600px){.sh-incluye-grid{grid-template-columns:repeat(2,1fr)}.sh-porq-grid,.sh-pasos{grid-template-columns:1fr}.sh-hero-ctas{flex-direction:column}.btn-primary,.btn-outline{justify-content:center;width:100%}}.cot-page{color:#0f172a;background:#f8f8f8;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.cot-header{border-bottom:1px solid var(--gray-200,#e5e7eb);z-index:50;background:#fff;position:sticky;top:0}.cot-header-inner{align-items:center;max-width:1120px;margin:0 auto;padding:16px 24px;display:flex}.cot-logo img{width:auto;height:32px;display:block}.cot-main{width:100%;max-width:1120px;margin:0 auto;padding:32px 24px 80px}.cot-hero{text-align:center;max-width:720px;margin-bottom:28px;margin-left:auto;margin-right:auto}.cot-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--blue,#2563eb);background:#2563eb14;border-radius:999px;margin-bottom:16px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-block}.cot-hero h1{color:#0f172a;margin:0 0 12px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.cot-hero p{color:#555;margin:0;font-size:16px}.cot-badges{flex-wrap:wrap;justify-content:center;gap:8px;max-width:980px;margin:24px auto 32px;display:flex}.cot-badge{border:1px solid var(--gray-200,#e5e7eb);color:#334155;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:12.5px;font-weight:500;display:inline-flex}.cot-badge svg{color:var(--blue,#2563eb);flex-shrink:0}.cot-hero p.cot-fineprint{color:#94a3b8;margin:8px 0 0;font-size:12px;font-weight:400;line-height:1.4}.cot-layout{max-width:820px;margin:0 auto}.cot-quickcta{background:#eef2ff;border:1px solid #dbe3fb;border-radius:14px;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex}.cot-quickcta-icon{width:38px;height:38px;color:var(--blue,#2563eb);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cot-quickcta-icon svg{width:18px;height:18px}.cot-quickcta-text{flex-direction:column;flex:1;gap:2px;min-width:180px;display:flex}.cot-quickcta-text strong{color:#0f172a;font-size:14.5px}.cot-quickcta-text span{color:#64748b;font-size:13px}.cot-quickcta-actions{flex-shrink:0;gap:10px;display:flex}.cot-quickcta-actions .cot-btn{white-space:nowrap;padding:10px 16px;font-size:13.5px}.cot-quickcta-actions .cot-btn-ghost{background:#fff;border-color:#dbe3fb}.cot-modal-backdrop{z-index:100;background:#0f172a80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cot-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;max-height:90vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0003}.cot-modal h2{color:#0f172a;margin:0 0 6px;font-size:1.3rem;font-weight:800}.cot-modal-sub{color:#64748b;margin:0 0 20px;font-size:13.5px}.cot-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:16px;right:16px}.cot-modal-close:hover{background:#e2e8f0}.cot-modal-close svg{width:16px;height:16px}.cot-modal-submit{justify-content:center;width:100%;margin-top:4px}.cot-modal-success{text-align:center;padding-top:8px}.cot-modal-success h2{margin:0 0 8px}.cot-modal-success p{color:#475569;margin:0 0 24px;font-size:14px;line-height:1.6}.cot-modal-success .cot-btn{justify-content:center;width:100%}.cot-card{border:1px solid var(--gray-200,#e5e7eb);background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 24px #0000000a}.cot-progress{margin-bottom:28px}.cot-progress-steps{justify-content:space-between;margin-bottom:14px;display:flex}.cot-step-dot{color:#94a3b8;background:#f1f5f9;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.cot-step-dot.active{background:var(--blue,#2563eb);color:#fff}.cot-step-dot.done{color:var(--blue,#2563eb);background:#2563eb1f}.cot-progress-bar{background:#f1f5f9;border-radius:999px;height:6px;overflow:hidden}.cot-progress-fill{background:var(--blue,#2563eb);border-radius:999px;height:100%;transition:width .3s}.cot-progress-label{color:#64748b;margin:10px 0 0;font-size:13px;font-weight:500}.cot-step-head{margin-bottom:24px}.cot-step-body{padding-bottom:8px}.cot-step-head h2{color:#0f172a;margin:0 0 4px;font-size:1.4rem;font-weight:700}.cot-step-head p{color:#64748b;margin:0;font-size:14px}.cot-field{margin-bottom:20px}.cot-field>label{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.cot-req{color:#dc2626;margin-left:2px}.cot-opt{color:#94a3b8;font-weight:400}.cot-field-hint{color:#64748b;margin:-2px 0 8px;font-size:13px}.cot-field input[type=text],.cot-field input[type=email],.cot-field input[type=tel],.cot-field input[type=url],.cot-field input[type=date],.cot-field textarea{color:#0f172a;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.cot-field input:focus,.cot-field textarea:focus{border-color:var(--blue,#2563eb);outline:none;box-shadow:0 0 0 3px #2563eb1f}.cot-field textarea{resize:vertical}.cot-field.has-error input,.cot-field.has-error textarea{border-color:#dc2626}.cot-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cot-error-msg{color:#dc2626;margin-top:6px;font-size:12.5px;display:block}.cot-radios{flex-direction:column;gap:8px;display:flex}.cot-radio{color:#334155;cursor:pointer;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:10px;padding:11px 14px;font-size:14px;transition:border-color .15s,background .15s;display:flex}.cot-radio:hover{border-color:#94a3b8}.cot-radio.selected{border-color:var(--blue,#2563eb);color:#0f172a;background:#2563eb0a;font-weight:500}.cot-radio input,.cot-check input{accent-color:var(--blue,#2563eb);flex-shrink:0;width:16px;height:16px}.cot-radios.horizontal{flex-flow:wrap;gap:10px}.cot-radios.horizontal .cot-radio{flex:1 1 0;justify-content:center;min-width:120px}.cot-tip{vertical-align:middle;margin-left:6px;display:inline-flex;position:relative}.cot-tip-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:inline-flex}.cot-tip-btn:hover{color:var(--blue,#2563eb)}.cot-tip-bubble{color:#fff;z-index:30;white-space:normal;background:#0f172a;border-radius:8px;width:max-content;max-width:260px;padding:10px 12px;font-size:12.5px;font-weight:400;line-height:1.45;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 6px 20px #0000002e}.cot-tip-bubble:after{content:"";border:6px solid #0000;border-top-color:#0f172a;position:absolute;top:100%;left:50%;transform:translate(-50%)}@media (width<=520px){.cot-tip-bubble{max-width:220px;left:auto;right:-8px;transform:none}.cot-tip-bubble:after{left:auto;right:12px;transform:none}}.cot-checks{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.cot-check{color:#334155;cursor:pointer;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;transition:border-color .15s,background .15s;display:flex}.cot-check:hover{border-color:#94a3b8}.cot-check.selected{border-color:var(--blue,#2563eb);color:#0f172a;background:#2563eb0a;font-weight:500}.cot-note{color:#94a3b8;margin:4px 0 0;font-size:12.5px;font-style:italic}.cot-confirm{border:1px solid var(--gray-200,#e5e7eb);color:#334155;cursor:pointer;background:#f8fafc;border-radius:10px;align-items:flex-start;gap:10px;margin-top:8px;padding:14px 16px;font-size:13.5px;line-height:1.5;display:flex}.cot-confirm input{accent-color:var(--blue,#2563eb);flex-shrink:0;width:18px;height:18px;margin-top:1px}.cot-nav{z-index:20;border-top:1px solid var(--gray-200,#e5e7eb);background:#fff;border-radius:0 0 16px 16px;justify-content:space-between;align-items:center;gap:12px;margin:28px -32px -32px;padding:18px 32px;display:flex;position:sticky;bottom:0}.cot-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s,background .2s;display:inline-flex}.cot-btn-primary{background:var(--blue,#2563eb);color:#fff}.cot-btn-primary:hover:not(:disabled){opacity:.9}.cot-btn-primary:disabled{opacity:.5;cursor:not-allowed}.cot-btn-ghost{color:#475569;background:0 0;border:1px solid #d1d5db}.cot-btn-ghost:hover{background:#f8fafc}.cot-submit-error{color:#dc2626;text-align:center;margin:16px 0 0;font-size:13.5px}.cot-submit-error a{color:var(--blue,#2563eb);font-weight:600}.cot-honey{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.cot-success{flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}.cot-success-card{border:1px solid var(--gray-200,#e5e7eb);text-align:center;background:#fff;border-radius:20px;max-width:520px;padding:48px 40px;box-shadow:0 8px 40px #0000000f}.cot-success-icon{color:#16a34a;background:#16a34a1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.cot-success-icon svg{width:32px;height:32px}.cot-success-card h1{color:#0f172a;margin:0 0 12px;font-size:1.8rem;font-weight:800}.cot-success-lead{color:#475569;margin:0 0 28px;font-size:15px;line-height:1.6}.cot-success-meta{text-align:left;background:#f8fafc;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:20px;padding:20px 24px;display:flex}.cot-success-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:12px;display:block}.cot-success-meta strong{color:#0f172a;font-size:15px}.cot-folio{letter-spacing:.05em;color:var(--blue,#2563eb)!important;font-size:20px!important}.cot-success-note{color:#94a3b8;margin:0 0 28px;font-size:13px;line-height:1.5}.cot-success-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=600px){.cot-main{padding:28px 16px 40px}.cot-card{padding:24px 18px}.cot-grid-2{grid-template-columns:1fr}.cot-checks{grid-template-columns:1fr 1fr}.cot-step-dot{width:28px;height:28px;font-size:12px}.cot-radios.horizontal{flex-direction:row}.cot-radios.horizontal .cot-radio{min-width:0;padding:12px 8px}.cot-badges{gap:8px}.cot-badge{padding:7px 12px;font-size:12px}.cot-step-body{padding-bottom:88px}.cot-nav{border-radius:0 0 16px 16px;margin:24px -18px -24px;padding:14px 18px}.cot-btn{flex:1;justify-content:center;padding:13px 18px;font-size:15px}.cot-success-card{padding:36px 24px}.cot-quickcta{text-align:center;flex-direction:column;align-items:stretch;padding:18px}.cot-quickcta-icon{margin:0 auto}.cot-quickcta-text{text-align:center}.cot-quickcta-actions{flex-direction:column}.cot-quickcta-actions .cot-btn{justify-content:center;width:100%}.cot-modal{padding:24px 20px}}.nf-page{background:#f8f8f8;justify-content:center;align-items:center;min-height:calc(100vh - 368px);padding:80px 24px;display:flex}.nf-container{text-align:center;max-width:480px}.nf-code{color:var(--blue,#2563eb);letter-spacing:-.03em;margin-bottom:8px;font-size:clamp(64px,12vw,96px);font-weight:800;line-height:1;display:block}.nf-container h1{color:#0f172a;margin:0 0 12px;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800}.nf-container p{color:#64748b;margin:0 0 32px;font-size:15px;line-height:1.6}.nf-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=480px){.nf-page{padding:56px 20px}.nf-actions{flex-direction:column}.nf-actions .btn-primary,.nf-actions .btn-outline{justify-content:center;width:100%}}.cookie-banner{z-index:9999;background:#1e293b;border:1px solid #ffffff14;border-radius:14px;width:calc(100% - 48px);max-width:720px;padding:20px 24px;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 40px #0000004d}.cookie-content{align-items:center;gap:24px;display:flex}.cookie-content p{color:#ffffffd9;flex:1;margin:0;font-size:14px;line-height:1.6}.cookie-content a{color:#93c5fd;white-space:nowrap;text-decoration:underline}.cookie-actions{flex-shrink:0;gap:10px;display:flex}.cookie-btn-reject{color:#fffc;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff40;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .2s,color .2s}.cookie-btn-reject:hover{color:#fff;border-color:#ffffff80}.cookie-btn-accept{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.cookie-btn-accept:hover{background:var(--blue-dark)}@media (width<=600px){.cookie-banner{border-radius:14px 14px 0 0;width:100%;max-width:100%;bottom:0;left:0;right:0;transform:none}.cookie-content{flex-direction:column;gap:16px}.cookie-actions{width:100%}.cookie-btn-reject,.cookie-btn-accept{text-align:center;flex:1}}.fc-btn{z-index:9998;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #25d36666}.fc-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d3668c}.fc-btn svg{color:#fff;width:30px;height:30px}.fc-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#1e293b;border-radius:8px;padding:7px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .2s;position:absolute;right:68px}.fc-tooltip:after{content:"";border:6px solid #0000;border-left-color:#1e293b;border-right:none;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.fc-btn:hover .fc-tooltip{opacity:1}@media (width<=600px){.fc-btn{width:50px;height:50px;bottom:20px;right:20px}.fc-tooltip{display:none}}
