.foot-nav a,.site-nav a,a{transition:color .2s}.mobile-menu nav a,a{text-decoration:none}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background-color:var(--cloud);color:var(--graphite);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:root{--blue:#2155FF;--indigo:#1A2C6E;--teal:#12C3A5;--graphite:#24272E;--cloud:#F4F6F8;--white:#FFFFFF;--gray:#E5E5E5;--dark-bg:#0C121F}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--indigo);line-height:1.2}h1{font-size:2.2rem;margin-bottom:1rem}h2{font-size:1.8rem;margin-bottom:.75rem}h3{font-size:1.3rem;margin-bottom:.5rem}.hero .pill,p{margin-bottom:1rem}p{max-width:700px}.lead{font-size:1.1rem;opacity:.9}.container{width:90%;max-width:1200px;margin:0 auto}.row{display:flex;align-items:center;justify-content:space-between}.grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.grid{grid-template-columns:repeat(2,1fr);align-items:center}}a{color:var(--blue)}.mobile-menu nav a:hover,.site-nav a:hover,a:hover{color:var(--teal)}.btn{display:inline-block;background:var(--graphite);color:var(--white);padding:.75rem 1.25rem;border-radius:8px;font-weight:600;transition:.25s;cursor:pointer;text-align:center}.btn:hover{transform:translateY(-2px);opacity:.95}.btn--primary{background:var(--teal)}.btn--primary:hover{background:#0fa38b}.btn--ghost{background:0 0;color:var(--graphite);border:2px solid var(--graphite)}.btn--ghost:hover{background:var(--graphite);color:var(--white)}.site-header{position:sticky;top:0;z-index:1000;background:var(--dark-bg);border-bottom:1px solid rgba(255,255,255,.08);height:100px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.1)}.site-header .container{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.site-header .brand img{height:80px;width:auto;object-fit:contain;display:block}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav a{font-weight:500;color:#f4f6f8}.site-header .btn{border:2px solid var(--teal);background:0 0;color:var(--teal);padding:.6rem 1.2rem;border-radius:8px;font-weight:600;transition:.3s}.dark .btn--primary,.hero .pill{background:var(--blue)}.dark,.dark h2,.dark p,.hero .pill,.section.dark{color:var(--white)}.site-header .btn:hover{background:var(--teal);color:var(--dark-bg)}.hero{padding:5rem 0 3rem;text-align:left;overflow-x:clip;max-width:100%;width:100%;box-sizing:border-box;background-position:center;background-size:cover}.hero .pill{display:inline-block;font-size:.8rem;font-weight:600;padding:.4rem .8rem;border-radius:999px;letter-spacing:.5px}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header p{margin:0 auto;opacity:.85}.card{background:var(--white);border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.05);padding:1.5rem}.card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08)}.dark{background:var(--indigo)}.card,.stat{box-shadow:0 6px 20px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.card:hover,.stat:hover{transform:translateY(-6px);box-shadow:0 10px 28px rgba(0,0,0,.12)}.mobile-menu.active,.reveal.visible{transform:translateY(0)}.site-footer{background:#0a1020!important;color:#f4f6f8;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.08);font-size:.95rem;position:relative;z-index:10}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:center;justify-content:space-between;gap:3rem;width:90%;max-width:1200px;margin:0 auto}.foot-brand{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.foot-brand img{max-height:48px;filter:brightness(1.15)}.foot-claim{font-size:.95rem;color:#d9e0ee;line-height:1.4}.foot-nav{display:flex;flex-direction:column;gap:.6rem}.foot-nav a{color:#e0e5ef;font-size:.9rem}.foot-nav a:hover{color:#12c3a5}.foot-social{display:flex;align-items:center;justify-content:flex-end;gap:1.2rem}.foot-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.06);transition:.3s}.foot-social a:hover{background:#12c3a5;transform:translateY(-2px)}.foot-social svg{width:18px;height:18px;fill:#E0E5EF;transition:fill .3s}.foot-social a:hover svg{fill:#0A1020}.site-footer .copy{text-align:center;margin-top:2.5rem;font-size:.85rem;opacity:.7;letter-spacing:.3px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}.reveal.visible{opacity:1}@media (max-width:768px){.site-header{height:80px}.site-header .brand img{height:60px}.site-nav{gap:1rem;font-size:.9rem}.footer-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.foot-brand,.foot-nav,.foot-social{align-items:center;justify-content:center}.foot-social{margin-top:1rem}h1{font-size:1.8rem}h2{font-size:1.5rem}.btn{padding:.65rem 1rem;font-size:.9rem}.section{padding:3.5rem 0}}.section.dark{background:linear-gradient(180deg,#0b111e 0,#1a2c6e 100%)}.site-header,.site-header .container{max-width:100vw;overflow-x:clip}@media (max-width:480px){.site-header .container{padding:0 1rem}.hero h1{font-size:1.8rem;line-height:1.2}.hero .pill{font-size:.7rem}.hero-cta{flex-direction:column;align-items:stretch}}.menu-toggle{background:0 0;border:none;cursor:pointer;display:none;z-index:1100}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(12,18,31,.98);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;transform:translateY(-100%);transition:transform .4s ease-in-out;z-index:1050}.mobile-menu nav a{color:#e7ebf3;font-size:1.2rem;font-weight:600;transition:color .3s}.mobile-menu nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media (max-width:992px){.menu-toggle{display:block}.site-nav{display:none}}
.hero-gradient,.hero-media,.service-card::before{inset:0;position:absolute}.cards,.service-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card--sector img,.hero-media .hero-bg{height:100%;object-fit:cover;width:100%}.card--sector:hover,.service-card:hover,.stat:hover{transform:translateY(-6px)}:root{--teal-voxia:#00B3C6;--teal-dark:#0092a5;--blue-voxia:#004DFF;--navy-voxia:#1A2C6E;--whatsapp-green:#25D366;--text-dark:#24272E;--text-gray:#4B4F61}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:flex-start;background:#0c121f;overflow:hidden}.hero-media{overflow:hidden;z-index:1}.hero-media .hero-bg{filter:brightness(.55) saturate(1.1)}.hero-gradient{background:linear-gradient(90deg,rgba(0,179,198,.4) 0,rgba(26,44,110,.9) 100%);mix-blend-mode:overlay;z-index:2}#diferenciales,.bullets li,.hero-content,.service-card,.service-card h3,.service-card p{position:relative}.hero-content{z-index:3;color:#fff;max-width:750px;padding:0 3rem}.badge-hero{display:inline-block;background:rgba(255,255,255,.15);color:#fff;font-weight:600;font-size:.9rem;padding:.4rem 1rem;border-radius:999px;margin-bottom:1rem;backdrop-filter:blur(6px)}.hero-content h1{font-size:3rem;color:var(--teal-voxia);margin-bottom:1.2rem;text-shadow:0 2px 10px rgba(0,0,0,.4)}.hero-content p.lead{color:#f3f5fa;opacity:.95;font-size:1.15rem;margin-bottom:2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.hero-cta .btn--primary{background:var(--teal-voxia);color:#fff;border:2px solid var(--teal-voxia);border-radius:8px;font-weight:600;transition:.3s}.hero-cta .btn--primary:hover{background:var(--teal-dark);box-shadow:0 8px 18px rgba(0,179,198,.4);transform:translateY(-2px)}.hero-cta .btn--secondary{background:0 0;color:#fff;border:2px solid #fff;border-radius:8px;font-weight:600;transition:.3s}.hero-cta .btn--secondary:hover{background:#fff;color:var(--navy-voxia)}.cta-card .btn--primary:hover,.section-sectores .btn--primary:hover{background:var(--teal-dark)}.section-services{background:#f9fafc;padding:4rem 1.5rem 5rem}.card--sector,.service-card{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden}.section-services .section-header h2{text-align:center;max-width:900px;margin:0 auto 1rem;color:var(--navy-voxia)}.section-services .section-header p{text-align:center;display:block;max-width:700px;margin:0 auto 2.5rem;line-height:1.6;color:var(--text-gray);opacity:.9}.service-grid{display:grid;gap:1.5rem;max-width:1100px;margin:3rem auto 0}.service-card{border-radius:16px;padding:1.8rem;transition:.35s}.service-card::before{content:"";background:linear-gradient(135deg,rgba(0,179,198,.12),rgba(26,44,110,.12));opacity:0;transition:opacity .35s;z-index:0}.foot-partners img:hover,.service-card:hover::before{opacity:1}.service-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.08)}.service-card h3{z-index:1;font-size:1.25rem;font-weight:700;color:var(--navy-voxia);margin-bottom:.8rem}.service-card:hover h3{color:var(--teal-voxia)}.service-card p{z-index:1;font-size:1rem;color:#444;opacity:.9;line-height:1.5}.card--sector h3,.section-sectores .section-header h2{color:var(--navy-voxia)}.section-sectores .section-header p{color:var(--text-gray)}.cards{display:grid;gap:2rem;max-width:1200px;margin:3rem auto}.card--sector{border-radius:14px;transition:transform .3s,box-shadow .3s;border:1px solid rgba(0,0,0,.05)}.card--sector:hover{box-shadow:0 8px 30px rgba(0,0,0,.1)}.card--sector .media{width:100%;aspect-ratio:4/3;overflow:hidden}.card--sector img{display:block;transition:transform .5s}.card--sector:hover img{transform:scale(1.05)}.card--sector .card-body{padding:1.5rem}.card--sector h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.card--sector p{color:#444;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.section-sectores .btn--primary{background:var(--teal-voxia);border:none;font-weight:600;transition:background .3s}.stat,.testi{background:#fff;border-radius:14px;transition:transform .3s,box-shadow .3s}#resultados{background:linear-gradient(180deg,#fafbfd 0,#fff 100%);padding:6rem 1.5rem}#resultados .section-header h2{color:var(--navy-voxia);font-weight:800;font-size:clamp(1.9rem, 1.2rem + 2vw, 2.6rem)}#resultados .section-header p{color:var(--text-gray);opacity:.9;max-width:720px;margin:0 auto 2rem;font-size:1.05rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;margin-top:3rem;text-align:center}.stat{padding:2.5rem 1.2rem;box-shadow:0 6px 24px rgba(0,0,0,.06)}.stat:hover{box-shadow:0 10px 32px rgba(0,0,0,.1)}.kpi{font-size:3.2rem;font-weight:800;color:#2155ff}.kpi-sufijo{font-size:1.8rem;font-weight:700;color:var(--teal-voxia);margin-left:4px}.stat p{margin-top:.75rem;font-size:1rem;font-weight:500;color:var(--text-dark);opacity:.9;line-height:1.5}.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1rem;max-width:1100px;margin-left:auto;margin-right:auto}.testi{box-shadow:0 6px 20px rgba(0,0,0,.05);padding:1.8rem 1.5rem;text-align:left}.testi blockquote{font-style:italic;color:#444;line-height:1.6;margin-bottom:.8rem}.testi figcaption{font-weight:700;color:var(--navy-voxia);font-size:.95rem;opacity:.9}.testi:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.cta{background:linear-gradient(135deg,var(--navy-voxia) 0,#2155ff 100%);color:#fff}.cta-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:900px;margin:0 auto}.cta-card h2{font-size:2rem;color:#fff}.cta-card p{color:#e5e9ff}.cta-card .btn--primary{background:var(--teal-voxia);border:none;color:#fff}.cta-card .btn{border:2px solid #fff;color:#fff}.cta-card .btn:hover{background:#fff;color:var(--navy-voxia)}.whatsapp-fab{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:#00b3c6;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,179,198,.3);transition:.3s;z-index:1000}.whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 0 18px rgba(0,179,198,.6);background:#00a0b5}@media (max-width:768px){.hero{min-height:70vh;text-align:center;justify-content:center}.hero-content{padding:0 1.5rem}.hero-content h1{font-size:2.2rem}.section-services{padding:3rem 1rem 4rem}.service-card{padding:1.4rem}.cards{grid-template-columns:1fr;gap:1.5rem}.card--sector img{aspect-ratio:16/9}.kpi-sufijo{font-size:1.4rem}#resultados{padding:4rem 1rem 5rem}.kpi{font-size:3rem}.stat{padding:2rem .8rem}.cta-card{padding:0 1rem}}.sectores{padding-bottom:3rem}.sectores .final-note{text-align:center;font-size:1rem;color:var(--text-gray);opacity:.9;max-width:800px;margin:2.5rem auto 0;line-height:1.6}.bullets li.visible,.reveal.visible{opacity:1;transform:translateY(0)}#diferenciales{background:linear-gradient(180deg,#0b1123 0,#14245a 100%);color:#fff;padding:6rem 1.5rem;overflow:hidden}#diferenciales .section-header{text-align:center;margin-bottom:2.25rem}#diferenciales .section-header h2{font-size:clamp(2.4rem, 1.6rem + 2vw, 3rem);line-height:1.15;font-weight:800;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 14px rgba(0,0,0,.35)}#diferenciales .section-header h2 .accent{color:#00b3c6}#diferenciales .section-header p{color:#dbe4ff;opacity:.96;font-size:clamp(1.05rem, .95rem + .4vw, 1.15rem);line-height:1.5;max-width:740px;margin:0 auto}.diff-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:2.5rem;align-items:center;max-width:1150px;margin:0 auto}.bullets{list-style:none;padding:0;margin-top:1.8rem}.bullets li{margin-bottom:1.4rem;padding-left:2rem;font-size:1.28rem;color:#f4f7ff;line-height:1.8;opacity:0;transform:translateY(10px);transition:opacity .8s,transform .8s}.bullets li.visible{animation:6s ease-in-out infinite floatUp;transition-delay:0.15s}.bullets li::before{content:"✔";position:absolute;left:0;top:0;color:#00b3c6;font-weight:700;font-size:1.2rem}@keyframes floatUp{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.mockups{display:flex;flex-direction:column;gap:1.5rem}.mock{border-radius:16px;overflow:hidden;background:0 0;box-shadow:0 8px 28px rgba(0,0,0,.25);transition:transform .4s,box-shadow .4s}.mock img{width:100%;height:auto;border-radius:14px;transform:scale(.92);transition:transform .5s,box-shadow .5s}.mock:hover img{transform:scale(.96);box-shadow:0 8px 30px rgba(0,179,198,.25)}@media (max-width:992px){.mock img{width:100%;max-width:480px}.diff-grid{grid-template-columns:1fr;text-align:center}.bullets{text-align:left;margin:0 auto 2rem;max-width:520px}.mockups{align-items:center}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s,transform .8s}.foot-partners{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:#bfd3e6}.foot-partners img{height:32px;filter:brightness(1.1);opacity:.9;transition:opacity .3s}