
:root{
  --bg:#07131f;--bg2:#0c1f33;--ink:#13243a;--muted:#5c6c7e;--line:#dbe6ef;--paper:#ffffff;--soft:#f3f7fb;--brand:#00a7d8;--brand2:#18d0b8;--navy:#071a2f;--orange:#ffb000;--shadow:0 22px 70px rgba(7,19,31,.16);--radius:24px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit}img{max-width:100%;display:block}.wrap{max-width:var(--max);margin:auto;padding:0 24px}.top{background:#06111d;color:#d7e6f3;font-size:14px}.top .wrap{display:flex;justify-content:space-between;gap:18px;padding-top:9px;padding-bottom:9px}.top a{color:#fff;text-decoration:none}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,230,239,.75)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:205px;height:auto}.menu{display:flex;gap:22px;align-items:center;font-size:15px}.menu a{text-decoration:none;color:#24364d;font-weight:700}.menu a:hover{color:#008fc0}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 20px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#04111e;box-shadow:0 12px 24px rgba(0,167,216,.28)}.btn-primary:hover{transform:translateY(-2px)}.btn-dark{background:#07131f;color:#fff}.btn-outline{border-color:#bcd0df;color:#0b2239;background:#fff}.btn-light{background:#fff;color:#061827}.hamb{display:none;background:#0b2035;color:#fff;border:0;border-radius:12px;padding:11px 13px;font-size:21px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 10%,rgba(24,208,184,.28),transparent 34%),radial-gradient(circle at 80% 12%,rgba(0,167,216,.28),transparent 32%),linear-gradient(135deg,#07131f 0%,#0a2035 54%,#091728 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,19,31,.92),rgba(7,19,31,.68)),url('/assets/img/hero-1200.webp') center/cover;opacity:.58}.hero .wrap{position:relative;padding-top:84px;padding-bottom:72px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) 440px;gap:42px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:900;color:#00bee8}.eyebrow:before{content:"";width:34px;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand2));display:inline-block}.hero h1{font-size:clamp(38px,5.1vw,68px);line-height:.98;margin:18px 0 18px;letter-spacing:-.055em;max-width:880px}.hero p{font-size:20px;color:#d7e6f3;max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px;max-width:760px}.proof div{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:18px;padding:15px}.proof b{font-size:21px;color:#fff;display:block}.proof span{font-size:13px;color:#bfd2e0}.diagnostic{background:#fff;color:#0e2239;border-radius:28px;padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.diagnostic:before{content:"";position:absolute;inset:0 0 auto 0;height:7px;background:linear-gradient(90deg,var(--brand),var(--brand2),var(--orange))}.diag-head{display:flex;align-items:center;gap:13px;margin-bottom:17px}.pulse{width:16px;height:16px;border-radius:50%;background:#16d7b8;box-shadow:0 0 0 9px rgba(24,208,184,.17)}.diag-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.diag-list li{display:flex;gap:11px;align-items:flex-start;background:#f3f7fb;border:1px solid #e2edf4;border-radius:14px;padding:12px;font-weight:700}.diag-list li:before{content:"✓";color:#0088b8;font-weight:900}.mini-form{margin-top:18px;background:#07131f;color:#fff;border-radius:20px;padding:18px}.mini-form p{font-size:15px;color:#dcebf6;margin:8px 0 15px}.section{padding:84px 0}.section.alt{background:var(--soft)}.section.dark{background:#07131f;color:#fff}.section-head{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:34px}.section-head h2,.section h2{font-size:clamp(30px,3.5vw,46px);line-height:1.04;letter-spacing:-.04em;margin:10px 0 0}.section-head p{max-width:610px;color:var(--muted);font-size:18px}.dark .section-head p,.dark p{color:#bcd0df}.bento{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:18px}.card{background:#fff;border:1px solid #dfeaf2;border-radius:var(--radius);padding:26px;box-shadow:0 10px 28px rgba(7,19,31,.06);position:relative;overflow:hidden}.card:hover{transform:translateY(-3px);transition:.2s;box-shadow:var(--shadow)}.card.big{grid-row:span 2;background:linear-gradient(180deg,#fff,#eef8fc)}.card .num{font-size:13px;font-weight:900;color:#0097c7;margin-bottom:28px}.card h3{font-size:24px;line-height:1.1;margin:0 0 10px}.card p{color:#5d6d80;margin:0 0 18px}.card a.more{font-weight:900;color:#007eac;text-decoration:none}.icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#e6f8ff,#d9fff8);display:grid;place-items:center;font-size:26px;margin-bottom:20px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#0d243a;border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:24px}.step b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff;color:#07131f;margin-bottom:18px}.step h3{margin:0 0 8px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.panel{background:#fff;border:1px solid #dfeaf2;border-radius:30px;box-shadow:var(--shadow);padding:32px}.check{list-style:none;padding:0;margin:22px 0;display:grid;gap:11px}.check li{position:relative;padding-left:31px}.check li:before{content:"";position:absolute;left:0;top:.35em;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand2))}.check li:after{content:"";position:absolute;left:6px;top:.68em;width:6px;height:10px;border:solid #06111d;border-width:0 2px 2px 0;transform:rotate(45deg)}.image-card{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #dfeaf2;background:#fff}.image-card img{width:100%;height:440px;object-fit:cover}.image-caption{padding:20px;font-weight:800}.clients{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.client{height:96px;background:#fff;border:1px solid #dfeaf2;border-radius:18px;display:grid;place-items:center;padding:18px;filter:grayscale(1);opacity:.85}.client img{max-height:54px;max-width:150px;object-fit:contain}.cta{background:linear-gradient(135deg,#00a7d8,#18d0b8);border-radius:32px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#04111e;box-shadow:var(--shadow)}.cta h2{margin:0 0 8px}.cta p{margin:0;max-width:700px;color:#123}.form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:start}.contact-card{background:#07131f;color:#fff;border-radius:28px;padding:32px;position:sticky;top:102px}.contact-card a{color:#fff;text-decoration:none}.contact-row{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14)}form{background:#fff;border:1px solid #dfeaf2;border-radius:28px;padding:28px;box-shadow:var(--shadow)}label{display:block;font-weight:850;margin:14px 0 7px}input,select,textarea{width:100%;border:1px solid #c9d9e5;border-radius:14px;padding:14px 15px;font:inherit;background:#fbfdff}textarea{min-height:138px;resize:vertical}.footer{background:#050d16;color:#d9e8f3;padding:52px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer img{width:220px}.footer a{color:#fff}.tiny{font-size:13px;color:#8da4b8}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:70;background:#25d366;color:#05140b;text-decoration:none;border-radius:999px;padding:15px 18px;font-weight:950;box-shadow:0 16px 38px rgba(0,0,0,.22)}.page-hero{background:linear-gradient(135deg,#07131f,#0c2741);color:#fff;padding:72px 0}.page-hero h1{font-size:clamp(36px,4.6vw,58px);line-height:1;margin:14px 0}.page-hero p{font-size:19px;color:#c8dbea;max-width:760px}.breadcrumbs{font-size:14px;color:#a6bed0}.breadcrumbs a{color:#fff}.service-detail{display:grid;grid-template-columns:1.1fr .75fr;gap:30px}.aside{background:#f3f7fb;border:1px solid #dfeaf2;border-radius:24px;padding:24px}.aside a{display:block;text-decoration:none;font-weight:850;padding:11px 0;border-bottom:1px solid #d7e5ef;color:#0d304c}.service-block{background:#fff;border:1px solid #dfeaf2;border-radius:28px;padding:34px;box-shadow:var(--shadow)}.kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#eaf4fb;border-radius:10px;padding:4px 8px;font-size:13px}.menu.open{display:flex}
@media(max-width:980px){.top .wrap{display:none}.nav{height:68px}.brand img{width:178px}.hamb{display:block}.menu{display:none;position:absolute;left:16px;right:16px;top:76px;background:#fff;border:1px solid #dfeaf2;border-radius:20px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav-actions .btn-outline{display:none}.hero-grid,.split,.form-grid,.service-detail{grid-template-columns:1fr}.diagnostic{max-width:560px}.proof,.steps{grid-template-columns:1fr}.bento{grid-template-columns:1fr}.clients{grid-template-columns:repeat(2,1fr)}.cta{display:block}.footer-grid{grid-template-columns:1fr}.section-head{display:block}.contact-card{position:static}.image-card img{height:290px}}
@media(max-width:560px){.wrap{padding:0 18px}.hero .wrap{padding-top:56px;padding-bottom:54px}.hero h1{font-size:39px}.hero p{font-size:17px}.section{padding:58px 0}.hero-actions .btn{width:100%}.clients{grid-template-columns:1fr}.card,.panel,form,.contact-card{padding:22px}.whatsapp{left:14px;right:14px;text-align:center}.nav-actions .btn-primary{display:none}}

/* Ajustes visuales v2: fondos menos oscuros, más luz y CTA sin llamada */
:root{
  --bg:#0e3a60;
  --bg2:#12608d;
  --navy:#0d4773;
  --brand:#00a7d8;
  --brand2:#32e4c6;
  --sky:#e9f8ff;
}
.top{
  background:linear-gradient(90deg,#0d4773,#12608d 48%,#0aa6ca);
  color:#eaf8ff;
}
.header{
  box-shadow:0 10px 30px rgba(13,71,115,.08);
}
.btn-outline{
  border-color:#77cde9;
  color:#0b5f86;
  background:linear-gradient(135deg,#ffffff,#eefaff);
}
.btn-outline:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(0,167,216,.14);
}
.btn-dark{
  background:linear-gradient(135deg,#0d4773,#128bb2);
  color:#fff;
}
.hero{
  background:
    radial-gradient(circle at 12% 18%,rgba(50,228,198,.52),transparent 28%),
    radial-gradient(circle at 78% 10%,rgba(90,190,255,.48),transparent 34%),
    radial-gradient(circle at 62% 92%,rgba(255,176,0,.18),transparent 28%),
    linear-gradient(135deg,#0d4773 0%,#12608d 48%,#0b9ec5 100%);
}
.hero:before{
  background:
    linear-gradient(100deg,rgba(10,56,94,.72),rgba(12,97,141,.48),rgba(11,158,197,.30)),
    url('/assets/img/hero-1200.webp') center/cover;
  opacity:.62;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg,rgba(255,255,255,.10) 0 1px,transparent 1px 100%),
    radial-gradient(circle at 42% 42%,rgba(255,255,255,.20),transparent 20%);
  background-size:42px 42px,100% 100%;
  opacity:.45;
  pointer-events:none;
}
.hero .wrap{z-index:1;position:relative}
.hero p{color:#eefaff;text-shadow:0 1px 12px rgba(0,0,0,.18)}
.proof div{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 16px 36px rgba(3,42,69,.16);
}
.diagnostic{
  background:linear-gradient(180deg,#ffffff,#f3fbff);
  border:1px solid rgba(255,255,255,.7);
}
.mini-form{
  background:linear-gradient(135deg,#0d4773,#128bb2);
}
.section.dark{
  background:
    radial-gradient(circle at 18% 12%,rgba(50,228,198,.30),transparent 30%),
    radial-gradient(circle at 86% 20%,rgba(0,167,216,.34),transparent 32%),
    linear-gradient(135deg,#0d4773,#12608d 54%,#0a9ac0);
  color:#fff;
}
.section.dark .step{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 16px 36px rgba(0,0,0,.10);
}
.page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 18%,rgba(50,228,198,.36),transparent 28%),
    radial-gradient(circle at 82% 6%,rgba(0,167,216,.44),transparent 34%),
    linear-gradient(135deg,#0d4773,#12608d 58%,#0aa6ca);
}
.page-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.11) 0 1px,transparent 1px 100%);
  background-size:44px 44px;
  opacity:.34;
  pointer-events:none;
}
.page-hero .wrap{position:relative;z-index:1}
.contact-card{
  background:
    radial-gradient(circle at 20% 0%,rgba(50,228,198,.28),transparent 34%),
    linear-gradient(135deg,#0d4773,#12608d 58%,#0aa6ca);
}
.footer{
  background:
    radial-gradient(circle at 18% 0%,rgba(0,167,216,.20),transparent 28%),
    linear-gradient(135deg,#092842,#0d4773 58%,#08304d);
}
.cta{
  background:
    radial-gradient(circle at 16% 12%,rgba(255,255,255,.45),transparent 30%),
    linear-gradient(135deg,#49d9ff,#32e4c6 62%,#b3f7ea);
}
.card.big{
  background:linear-gradient(180deg,#fff,#ecfbff 68%,#e7fff9);
}
.icon{
  box-shadow:0 12px 22px rgba(0,167,216,.16);
}


/* ============================================================
   AJUSTE PRO4 - LIMPIEZA COMERCIAL, COLORES CON MÁS ONDA Y CARRUSEL
   ============================================================ */
:root{
  --ink:#102236;
  --muted:#5a6d80;
  --brand:#00b8e6;
  --brand2:#45e6c8;
  --violet:#6c63ff;
  --sun:#ffbd59;
  --soft:#f4f9fc;
}
body{background:linear-gradient(180deg,#ffffff 0%,#f8fcff 100%)}
.top{
  background:linear-gradient(90deg,#0f78b3 0%,#11a9d4 42%,#45e6c8 100%) !important;
  color:#f4fdff !important;
}
.header{background:rgba(255,255,255,.90) !important;border-bottom:1px solid rgba(130,205,230,.42) !important}
.hero{
  background:
    radial-gradient(circle at 10% 10%,rgba(255,189,89,.48),transparent 25%),
    radial-gradient(circle at 84% 10%,rgba(108,99,255,.38),transparent 28%),
    radial-gradient(circle at 72% 80%,rgba(69,230,200,.55),transparent 30%),
    linear-gradient(135deg,#0f78b3 0%,#10a6d3 42%,#2bd4d0 72%,#6c63ff 130%) !important;
}
.hero:before{
  background:
    linear-gradient(100deg,rgba(15,85,135,.62),rgba(16,166,211,.38),rgba(69,230,200,.18)),
    url('/assets/img/hero-1200.webp') center/cover !important;
  opacity:.50 !important;
  filter:saturate(1.12) contrast(1.03);
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 24% 16%,rgba(255,255,255,.38),transparent 15%),
    radial-gradient(circle at 64% 26%,rgba(255,255,255,.18),transparent 18%),
    linear-gradient(115deg,rgba(255,255,255,.18) 0 1px,transparent 1px 100%) !important;
  background-size:100% 100%,100% 100%,52px 52px !important;
  opacity:.72 !important;
  pointer-events:none;
}
.hero h1{max-width:820px;text-shadow:0 6px 24px rgba(8,46,76,.28)}
.hero p{color:#f6fdff !important;text-shadow:0 2px 16px rgba(8,46,76,.35)}
.proof div{background:rgba(255,255,255,.20) !important;border:1px solid rgba(255,255,255,.36) !important;backdrop-filter:blur(8px)}
.proof span{color:#e9fbff !important}.proof b{color:#fff !important}
.mini-form{background:linear-gradient(135deg,#0f78b3,#10a6d3 58%,#2bd4d0) !important;color:#fff !important}
.section.dark{
  background:
    radial-gradient(circle at 16% 10%,rgba(255,189,89,.34),transparent 26%),
    radial-gradient(circle at 82% 16%,rgba(108,99,255,.34),transparent 28%),
    radial-gradient(circle at 50% 100%,rgba(69,230,200,.44),transparent 32%),
    linear-gradient(135deg,#0f78b3 0%,#10a6d3 52%,#2bd4d0 100%) !important;
}
.section.dark .step{background:rgba(255,255,255,.18) !important;border:1px solid rgba(255,255,255,.34) !important;backdrop-filter:blur(8px)}
.dark p,.dark .section-head p{color:#f2fcff !important}
.page-hero{
  background:
    radial-gradient(circle at 12% 10%,rgba(255,189,89,.42),transparent 24%),
    radial-gradient(circle at 84% 12%,rgba(108,99,255,.32),transparent 28%),
    radial-gradient(circle at 70% 90%,rgba(69,230,200,.52),transparent 30%),
    linear-gradient(135deg,#0f78b3 0%,#10a6d3 52%,#2bd4d0 100%) !important;
}
.page-hero p{color:#f3fcff !important}.page-hero .breadcrumbs{color:#e7fbff !important}
.contact-card{
  background:
    radial-gradient(circle at 18% 0%,rgba(255,189,89,.30),transparent 28%),
    radial-gradient(circle at 90% 12%,rgba(108,99,255,.30),transparent 26%),
    linear-gradient(135deg,#0f78b3,#10a6d3 58%,#2bd4d0) !important;
}
.footer{
  background:
    radial-gradient(circle at 18% 0%,rgba(69,230,200,.26),transparent 30%),
    linear-gradient(135deg,#0d5d8d 0%,#0f78b3 54%,#129dc4 100%) !important;
}
.btn-primary{background:linear-gradient(135deg,#00c5f0,#45e6c8) !important;color:#052032 !important;box-shadow:0 16px 34px rgba(0,184,230,.26) !important}
.btn-dark{background:linear-gradient(135deg,#0f78b3,#10a6d3 58%,#2bd4d0) !important;color:#fff !important}
.btn-outline{border-color:#9de7f5 !important;color:#0c6f9c !important;background:linear-gradient(135deg,#fff,#f0fcff) !important}
/* Clientes: logos con color real y carrusel horizontal */
.clients{display:none !important}
.clients-marquee{
  overflow:hidden;
  position:relative;
  width:100%;
  background:linear-gradient(180deg,#ffffff,#f6fbff);
  border:1px solid #dfeaf2;
  border-radius:24px;
  box-shadow:0 14px 36px rgba(8,46,76,.08);
  padding:18px 0;
}
.clients-marquee:before,.clients-marquee:after{
  content:"";
  position:absolute;
  top:0;bottom:0;width:90px;z-index:2;pointer-events:none;
}
.clients-marquee:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.clients-marquee:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.clients-track{
  display:flex;
  align-items:center;
  gap:18px;
  width:max-content;
  animation:clientes-scroll 34s linear infinite;
}
.clients-marquee:hover .clients-track{animation-play-state:paused}
.client{
  flex:0 0 190px;
  height:96px;
  background:#fff !important;
  border:1px solid #dfeaf2 !important;
  border-radius:18px;
  display:grid;
  place-items:center;
  padding:18px;
  filter:none !important;
  opacity:1 !important;
  box-shadow:0 8px 20px rgba(8,46,76,.05);
}
.client img{max-height:58px;max-width:154px;object-fit:contain;filter:none !important;opacity:1 !important}
@keyframes clientes-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:560px){.client{flex-basis:160px}.clients-track{animation-duration:28s}.clients-marquee:before,.clients-marquee:after{width:42px}}


/* ============================================================
   AJUSTE PRO6 - CARRUSEL DE CLIENTES MÁS LIMPIO
   ============================================================ */

.clients-section,
.clientes-section,
.logo-carousel-section{
  background:#fff !important;
}

.logo-carousel,
.clients-carousel,
.clientes-carousel,
.clients-track-wrap,
.carousel-wrap,
.logos-wrap{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  outline:none !important;
  border-radius:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.clients,
.clientes,
.logo-row,
.logo-track{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

.client,
.cliente,
.logo-item{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}

.client img,
.cliente img,
.logo-item img,
.clients img,
.clientes img{
  filter:none !important;
  opacity:1 !important;
}

/* Suaviza bordes del carrusel sin marco visible */
.logo-carousel:before,
.logo-carousel:after,
.clients-carousel:before,
.clients-carousel:after,
.clientes-carousel:before,
.clientes-carousel:after{
  box-shadow:none !important;
  border:none !important;
}

/* Fuerza recarga visual */
body:after{
  content:"";
  display:none;
}

/* ============================================================
   PATCH PRO7 - Header/Footer con logo nuevo + servicios limpios
   ============================================================ */

:root{
  --p7-navy:#051226;
  --p7-navy2:#081d37;
  --p7-blue:#087cff;
  --p7-cyan:#22d8ff;
  --p7-aqua:#42eed0;
  --p7-text:#102033;
}

body{
  background:
    radial-gradient(circle at 15% 0%, rgba(34,216,255,.08), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(8,124,255,.07), transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 42%,#ffffff 100%) !important;
}

/* TOP superior: más marca, menos bloque plano */
.top{
  background:
    radial-gradient(circle at 14% 50%, rgba(34,216,255,.22), transparent 26%),
    linear-gradient(90deg,#051226 0%,#083a67 48%,#0b8fc0 100%) !important;
  color:#eaf7ff !important;
  border-bottom:1px solid rgba(34,216,255,.18) !important;
}
.top .wrap{padding-top:10px !important;padding-bottom:10px !important}
.top a{color:#ffffff !important;text-decoration:none !important}

/* Header principal oscuro para que el logo nuevo respire */
.header{
  background:
    linear-gradient(180deg,rgba(5,18,38,.98),rgba(7,25,48,.96)) !important;
  border-bottom:1px solid rgba(34,216,255,.24) !important;
  box-shadow:0 12px 34px rgba(5,18,38,.18) !important;
  backdrop-filter:blur(18px) !important;
}
.nav{height:96px !important}
.brand{display:flex;align-items:center;text-decoration:none}
.brand img{
  width:300px !important;
  max-height:78px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.22));
}
.menu a{
  color:#e8f5ff !important;
  font-weight:850 !important;
  letter-spacing:.01em;
  opacity:.92;
}
.menu a:hover{color:var(--p7-cyan) !important}
.nav-actions .btn-outline{
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(34,216,255,.42) !important;
  color:#ffffff !important;
}
.nav-actions .btn-primary,
.whatsapp{
  background:linear-gradient(135deg,var(--p7-blue),var(--p7-cyan),var(--p7-aqua)) !important;
  color:#03111f !important;
  box-shadow:0 16px 34px rgba(34,216,255,.22) !important;
}

/* Hero / page hero más alineado con marca */
.hero{
  background:#051226 !important;
}
.hero:before{
  background:
    linear-gradient(90deg,rgba(5,18,38,.98) 0%,rgba(5,18,38,.92) 28%,rgba(5,33,62,.60) 56%,rgba(5,33,62,.18) 100%),
    url('/assets/img/hero-1200.webp') center/cover !important;
  opacity:1 !important;
}
.hero:after{
  background:
    radial-gradient(circle at 22% 22%, rgba(34,216,255,.18), transparent 30%),
    radial-gradient(circle at 72% 4%, rgba(8,124,255,.20), transparent 26%),
    linear-gradient(115deg, rgba(255,255,255,.07) 0 1px, transparent 1px 100%) !important;
  background-size:100% 100%,100% 100%,54px 54px !important;
}

/* Servicios: 6 cards armoniosas, sin numeración ni emojis */
.bento{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
}
.card,
.card.big{
  min-height:320px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
  padding:0 !important;
  border-radius:28px !important;
  border:1px solid rgba(12,102,168,.16) !important;
  overflow:hidden !important;
  box-shadow:0 18px 44px rgba(7,25,48,.08) !important;
  background:#061827 !important;
  position:relative !important;
  grid-row:auto !important;
}
.card:before{
  content:"";
  position:absolute;
  inset:0;
  background:var(--card-img) center/cover no-repeat;
  filter:saturate(1.08) contrast(1.02);
  opacity:.88;
  transform:scale(1.02);
  transition:.35s;
}
.card:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,18,38,.06) 0%,rgba(5,18,38,.42) 42%,rgba(5,18,38,.94) 100%),
    radial-gradient(circle at 12% 12%,rgba(34,216,255,.22),transparent 28%);
}
.card:hover:before{transform:scale(1.07);opacity:.96}
.card .num,.card .icon{display:none !important}
.card h3,.card p,.card a.more{position:relative;z-index:2;margin-left:24px;margin-right:24px}
.card h3{
  color:#ffffff !important;
  font-size:23px !important;
  line-height:1.08 !important;
  margin-bottom:10px !important;
  text-shadow:0 3px 18px rgba(0,0,0,.42);
}
.card p{
  color:#dff6ff !important;
  margin-bottom:18px !important;
  text-shadow:0 2px 14px rgba(0,0,0,.38);
}
.card a.more{
  color:#52f2ff !important;
  margin-bottom:24px !important;
  text-shadow:0 2px 14px rgba(0,0,0,.38);
}
.card:nth-child(1){--card-img:url('/assets/img/soporte-hardware-card.webp')}
.card:nth-child(2){--card-img:url('/assets/img/servicios-diagrama-card.webp')}
.card:nth-child(3){--card-img:url('/assets/img/servidores-card.webp')}
.card:nth-child(4){--card-img:url('/assets/img/redes-card.webp')}
.card:nth-child(5){--card-img:url('/assets/img/hero-1200.webp')}
.card:nth-child(6){--card-img:url('/assets/img/servicios-diagrama-card.webp')}

/* Sección servicios: encabezado más prolijo */
.section-head p{
  color:#51657a !important;
}

/* Footer rediseñado con los colores del logo */
.footer{
  background:
    radial-gradient(circle at 14% 6%, rgba(34,216,255,.20), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(66,238,208,.14), transparent 32%),
    linear-gradient(135deg,#051226 0%,#071d37 58%,#083a67 100%) !important;
  color:#e9f7ff !important;
  padding:58px 0 34px !important;
  border-top:1px solid rgba(34,216,255,.18) !important;
}
.footer-grid{
  grid-template-columns:1.2fr .8fr !important;
  align-items:center !important;
}
.footer img{
  width:360px !important;
  max-width:100% !important;
  filter:drop-shadow(0 16px 34px rgba(0,0,0,.24));
}
.footer p{color:#d9eefb !important;font-size:17px !important;max-width:680px}
.footer h3{color:#ffffff !important;font-size:24px;margin-top:0}
.footer a{color:#ffffff !important;text-decoration-color:rgba(34,216,255,.55) !important;text-underline-offset:4px}
.footer .tiny{display:none !important}

/* Carrusel de clientes más limpio */
.clients-marquee,
.clients-track,
.client{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
.client{filter:none !important;opacity:1 !important}
.client img{filter:none !important;opacity:1 !important}

@media(max-width:980px){
  .nav{height:82px !important}
  .brand img{width:245px !important;max-height:64px !important}
  .menu{background:#071d37 !important;border-color:rgba(34,216,255,.25) !important}
  .bento{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:620px){
  .brand img{width:210px !important}
  .bento{grid-template-columns:1fr !important}
  .card{min-height:270px !important}
  .footer-grid{grid-template-columns:1fr !important}
  .footer img{width:280px !important}
}


/* ============================================================
   AJUSTE LOGO4 - LOGO NUEVO CON SLOGAN BLANCO
   ============================================================ */

.header-logo img,
.logo img,
.site-logo img,
.nav-logo img{
  width: 260px !important;
  max-width: 260px !important;
  height: auto !important;
  object-fit: contain !important;
}

.footer img,
.footer-logo img{
  width: 340px !important;
  max-width: 340px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Como el logo nuevo tiene fondo oscuro, mejor integrarlo en header/footer */
.site-header,
.main-header,
.header,
.navbar{
  background: linear-gradient(135deg,#061426 0%,#08213c 45%,#06345b 100%) !important;
}

.site-header a,
.main-header a,
.header a,
.navbar a{
  color:#ffffff !important;
}

.top,
.topbar{
  background: linear-gradient(90deg,#06345b 0%,#0b8fc2 55%,#28d8c9 100%) !important;
}

.footer{
  background:
    radial-gradient(circle at 15% 20%, rgba(0,214,255,.20), transparent 28%),
    linear-gradient(135deg,#061426 0%,#08213c 48%,#06345b 100%) !important;
}

@media (max-width: 768px){
  .header-logo img,
  .logo img,
  .site-logo img,
  .nav-logo img{
    width: 220px !important;
    max-width: 220px !important;
  }

  .footer img,
  .footer-logo img{
    width: 260px !important;
    max-width: 260px !important;
  }
}


/* ============================================================
   AJUSTE LOGO4 - LOGO NUEVO CON SLOGAN BLANCO
   ============================================================ */

.header-logo img,
.logo img,
.site-logo img,
.nav-logo img{
  width: 260px !important;
  max-width: 260px !important;
  height: auto !important;
  object-fit: contain !important;
}

.footer img,
.footer-logo img{
  width: 340px !important;
  max-width: 340px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Como el logo nuevo tiene fondo oscuro, mejor integrarlo en header/footer */
.site-header,
.main-header,
.header,
.navbar{
  background: linear-gradient(135deg,#061426 0%,#08213c 45%,#06345b 100%) !important;
}

.site-header a,
.main-header a,
.header a,
.navbar a{
  color:#ffffff !important;
}

.top,
.topbar{
  background: linear-gradient(90deg,#06345b 0%,#0b8fc2 55%,#28d8c9 100%) !important;
}

.footer{
  background:
    radial-gradient(circle at 15% 20%, rgba(0,214,255,.20), transparent 28%),
    linear-gradient(135deg,#061426 0%,#08213c 48%,#06345b 100%) !important;
}

@media (max-width: 768px){
  .header-logo img,
  .logo img,
  .site-logo img,
  .nav-logo img{
    width: 220px !important;
    max-width: 220px !important;
  }

  .footer img,
  .footer-logo img{
    width: 260px !important;
    max-width: 260px !important;
  }
}


/* ============================================================
   AJUSTE LOGO6 - LOGO TRANSPARENTE REAL
   ============================================================ */

.logo img,
.site-logo img,
.header-logo img,
.nav-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

.footer .logo img,
.footer-logo img,
footer img[src*="logo-"]{
  width:320px !important;
  max-width:320px !important;
  height:auto !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

@media (max-width: 768px){
  .logo img,
  .site-logo img,
  .header-logo img,
  .nav-logo img{
    width:210px !important;
    max-width:210px !important;
  }

  .footer .logo img,
  .footer-logo img,
  footer img[src*="logo-"]{
    width:240px !important;
    max-width:240px !important;
  }
}


/* ============================================================
   LOGO V8 - TRANSPARENTE REAL, SIN CUADRO NI DAMERO
   ============================================================ */

.logo,
.site-logo,
.header-logo,
.nav-logo{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

.logo img,
.site-logo img,
.header-logo img,
.nav-logo img{
  display:block !important;
  width:300px !important;
  max-width:300px !important;
  height:auto !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  object-fit:contain !important;
}

.footer img,
.footer-logo img,
footer img[src*="logo-"]{
  width:360px !important;
  max-width:360px !important;
  height:auto !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  object-fit:contain !important;
}

@media (max-width:768px){
  .logo img,
  .site-logo img,
  .header-logo img,
  .nav-logo img{
    width:235px !important;
    max-width:235px !important;
  }

  .footer img,
  .footer-logo img,
  footer img[src*="logo-"]{
    width:270px !important;
    max-width:270px !important;
  }
}


/* ============================================================
   AJUSTE WHATSAPP - VERDE CLÁSICO + ICONO
   ============================================================ */

a[href*="wa.me"],
a[href*="api.whatsapp.com"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.48rem !important;
  text-decoration:none !important;
}

a[href*="wa.me"] .wa-icon,
a[href*="api.whatsapp.com"] .wa-icon{
  width:1.18em !important;
  height:1.18em !important;
  min-width:1.18em !important;
  display:inline-block !important;
  vertical-align:-.18em !important;
}

/* Botones principales de WhatsApp */
a[href*="wa.me"].btn,
a[href*="wa.me"].nav-cta,
a[href*="wa.me"].whatsapp-float,
a[href*="api.whatsapp.com"].btn,
a[href*="api.whatsapp.com"].nav-cta,
a[href*="api.whatsapp.com"].whatsapp-float,
.btn[href*="wa.me"],
.nav-cta[href*="wa.me"],
.whatsapp-float[href*="wa.me"]{
  background:#25D366 !important;
  background:linear-gradient(135deg,#25D366 0%,#20c85f 100%) !important;
  color:#071b10 !important;
  border:1px solid rgba(37,211,102,.35) !important;
  box-shadow:0 14px 32px rgba(37,211,102,.28) !important;
  font-weight:800 !important;
}

a[href*="wa.me"].btn:hover,
a[href*="wa.me"].nav-cta:hover,
a[href*="wa.me"].whatsapp-float:hover,
.btn[href*="wa.me"]:hover,
.nav-cta[href*="wa.me"]:hover,
.whatsapp-float[href*="wa.me"]:hover{
  transform:translateY(-1px) !important;
  filter:saturate(1.08) brightness(1.03) !important;
}

/* Enlaces chicos con número: que no parezcan botón gigante */
.topbar a[href*="wa.me"],
.top a[href*="wa.me"],
.footer a[href*="wa.me"],
.contact-box a[href*="wa.me"],
.contact-card a[href*="wa.me"]{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  color:inherit !important;
  font-weight:inherit !important;
}

/* Si el botón flotante existe, que sea claramente WhatsApp */
.whatsapp-float{
  background:#25D366 !important;
  color:#071b10 !important;
  border-radius:999px !important;
  padding:.85rem 1.15rem !important;
  font-weight:900 !important;
}


/* ============================================================
   WHATSAPP WA2 - BOTONES SOLO LOGO
   ============================================================ */

a[href*="wa.me"] .wa-icon,
a[href*="api.whatsapp.com"] .wa-icon{
  display:inline-block !important;
  width:1.15em !important;
  height:1.15em !important;
  min-width:1.15em !important;
  vertical-align:-.18em !important;
}

/* Enlaces normales con número: icono chico al lado del número */
.topbar a[href*="wa.me"] .wa-icon,
.top a[href*="wa.me"] .wa-icon,
.footer a[href*="wa.me"] .wa-icon,
.contact-box a[href*="wa.me"] .wa-icon,
.contact-card a[href*="wa.me"] .wa-icon{
  width:1.05em !important;
  height:1.05em !important;
  min-width:1.05em !important;
  margin-right:.35rem !important;
}

/* Botones de WhatsApp: solo círculo con logo */
a.wa-only,
a[href*="wa.me"].wa-only,
a[href*="api.whatsapp.com"].wa-only,
.btn.wa-only,
.nav-cta.wa-only,
.whatsapp-float.wa-only{
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  max-width:54px !important;
  padding:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#25D366 !important;
  border:2px solid rgba(255,255,255,.28) !important;
  box-shadow:0 14px 34px rgba(37,211,102,.36) !important;
  overflow:hidden !important;
  text-indent:0 !important;
  font-size:0 !important;
  line-height:1 !important;
}

a.wa-only .wa-icon,
.btn.wa-only .wa-icon,
.nav-cta.wa-only .wa-icon,
.whatsapp-float.wa-only .wa-icon{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  margin:0 !important;
  display:block !important;
}

a.wa-only:hover,
.btn.wa-only:hover,
.nav-cta.wa-only:hover,
.whatsapp-float.wa-only:hover{
  transform:translateY(-2px) scale(1.03) !important;
  filter:saturate(1.08) brightness(1.04) !important;
}

/* Botón flotante un poco más grande */
.whatsapp-float.wa-only{
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  max-width:64px !important;
  right:22px !important;
  bottom:22px !important;
}

.whatsapp-float.wa-only .wa-icon{
  width:38px !important;
  height:38px !important;
}

@media (max-width:768px){
  a.wa-only,
  .btn.wa-only,
  .nav-cta.wa-only{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    max-width:50px !important;
  }

  a.wa-only .wa-icon,
  .btn.wa-only .wa-icon,
  .nav-cta.wa-only .wa-icon{
    width:30px !important;
    height:30px !important;
  }
}


/* ============================================================
   WHATSAPP WA3 - LOGO + TEXTO EN BOTONES / NUMERO EN TARJETA
   ============================================================ */

a[href*="wa.me"],
a[href*="api.whatsapp.com"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.55rem !important;
}

a[href*="wa.me"] .wa-icon,
a[href*="api.whatsapp.com"] .wa-icon{
  width:1.15em !important;
  height:1.15em !important;
  min-width:1.15em !important;
  display:inline-block !important;
}

/* Botones principales: verde clásico, con logo + palabra WhatsApp */
a.wa-button-text,
a[href*="wa.me"].wa-button-text,
a[href*="api.whatsapp.com"].wa-button-text,
.btn.wa-button-text,
.nav-cta.wa-button-text,
.whatsapp-float.wa-button-text{
  width:auto !important;
  min-width:auto !important;
  max-width:none !important;
  height:auto !important;
  padding:.85rem 1.25rem !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.55rem !important;
  background:#25D366 !important;
  background:linear-gradient(135deg,#25D366 0%,#18bf5b 100%) !important;
  color:#071b10 !important;
  border:2px solid rgba(255,255,255,.28) !important;
  box-shadow:0 14px 34px rgba(37,211,102,.34) !important;
  font-size:1rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  text-indent:0 !important;
  overflow:visible !important;
  text-decoration:none !important;
}

a.wa-button-text .wa-icon,
.btn.wa-button-text .wa-icon,
.nav-cta.wa-button-text .wa-icon,
.whatsapp-float.wa-button-text .wa-icon{
  width:1.45rem !important;
  height:1.45rem !important;
  min-width:1.45rem !important;
  margin:0 !important;
}

a.wa-button-text .wa-text,
.btn.wa-button-text .wa-text,
.nav-cta.wa-button-text .wa-text,
.whatsapp-float.wa-button-text .wa-text{
  display:inline-block !important;
  color:#071b10 !important;
  font-weight:900 !important;
  font-size:1rem !important;
  letter-spacing:.01em !important;
}

/* Flotante: logo + WhatsApp, más claro */
.whatsapp-float.wa-button-text{
  width:auto !important;
  height:auto !important;
  right:22px !important;
  bottom:22px !important;
  padding:.95rem 1.18rem !important;
}

/* Enlaces con número en top/footer/contacto: icono chico + número */
.topbar a[href*="wa.me"],
.top a[href*="wa.me"],
.footer a[href*="wa.me"],
.contact-box a[href*="wa.me"],
.contact-card a[href*="wa.me"]{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  color:inherit !important;
  font-weight:inherit !important;
}

.topbar a[href*="wa.me"] .wa-icon,
.top a[href*="wa.me"] .wa-icon,
.footer a[href*="wa.me"] .wa-icon,
.contact-box a[href*="wa.me"] .wa-icon,
.contact-card a[href*="wa.me"] .wa-icon{
  width:1.05em !important;
  height:1.05em !important;
  min-width:1.05em !important;
}

/* Tarjeta "Respuesta rápida por WhatsApp": ícono + número al lado */
.wa-card-number{
  width:auto !important;
  height:auto !important;
  min-width:auto !important;
  max-width:none !important;
  padding:.55rem .85rem .55rem .55rem !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.55rem !important;
  background:#25D366 !important;
  box-shadow:0 12px 28px rgba(37,211,102,.30) !important;
  color:#071b10 !important;
  text-decoration:none !important;
}

.wa-card-number .wa-icon{
  width:2rem !important;
  height:2rem !important;
  min-width:2rem !important;
}

.wa-card-number .wa-number-inline{
  display:inline-block !important;
  color:#071b10 !important;
  font-weight:900 !important;
  font-size:.98rem !important;
  white-space:nowrap !important;
}

@media (max-width:768px){
  a.wa-button-text,
  .btn.wa-button-text,
  .nav-cta.wa-button-text,
  .whatsapp-float.wa-button-text{
    padding:.78rem 1rem !important;
    font-size:.92rem !important;
  }

  a.wa-button-text .wa-icon,
  .btn.wa-button-text .wa-icon,
  .nav-cta.wa-button-text .wa-icon,
  .whatsapp-float.wa-button-text .wa-icon{
    width:1.28rem !important;
    height:1.28rem !important;
    min-width:1.28rem !important;
  }

  .wa-card-number .wa-number-inline{
    font-size:.88rem !important;
  }
}


/* ============================================================
   WHATSAPP WA4 - SIMPLE Y SIN REDUNDANCIA
   ============================================================ */

/* Reset de estilos anteriores */
a[href*="wa.me"],
a[href*="api.whatsapp.com"]{
  text-decoration:none !important;
}

a[href*="wa.me"] .wa-icon,
a[href*="api.whatsapp.com"] .wa-icon{
  display:inline-block !important;
  vertical-align:-.18em !important;
}

/* Tarjeta rápida: SOLO icono + número, sin óvalo verde envolvente */
.wa-number-link,
a[href*="wa.me"].wa-number-link,
a[href*="api.whatsapp.com"].wa-number-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.6rem !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  max-width:none !important;
  padding:0 !important;
  margin-top:.7rem !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#ffffff !important;
  font-size:1rem !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  text-indent:0 !important;
  overflow:visible !important;
}

.wa-number-link .wa-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  margin:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

.wa-number-link .wa-number-inline{
  color:#ffffff !important;
  font-weight:800 !important;
  font-size:1.02rem !important;
  white-space:nowrap !important;
  text-shadow:0 1px 10px rgba(0,0,0,.18) !important;
}

/* Botones donde va solo WhatsApp: usar el logo completo con texto dentro del SVG */
.wa-wordmark-link,
a[href*="wa.me"].wa-wordmark-link,
a[href*="api.whatsapp.com"].wa-wordmark-link,
.btn.wa-wordmark-link,
.nav-cta.wa-wordmark-link,
.whatsapp-float.wa-wordmark-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  font-size:0 !important;
  line-height:0 !important;
  text-indent:0 !important;
  overflow:visible !important;
}

.wa-wordmark-link .wa-wordmark{
  display:block !important;
  width:142px !important;
  height:auto !important;
  min-width:142px !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

.nav-cta.wa-wordmark-link .wa-wordmark{
  width:136px !important;
  min-width:136px !important;
}

.whatsapp-float.wa-wordmark-link{
  right:22px !important;
  bottom:22px !important;
}

.whatsapp-float.wa-wordmark-link .wa-wordmark{
  width:150px !important;
  min-width:150px !important;
  filter:drop-shadow(0 14px 24px rgba(37,211,102,.32)) !important;
}

/* Enlaces comunes con número: iconito al lado, sin cápsulas ni fondos */
.topbar a[href*="wa.me"],
.top a[href*="wa.me"],
.footer a[href*="wa.me"],
.contact-box a[href*="wa.me"],
.contact-card a[href*="wa.me"]{
  display:inline-flex !important;
  align-items:center !important;
  gap:.38rem !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  color:inherit !important;
  font-weight:inherit !important;
}

.topbar a[href*="wa.me"] .wa-icon,
.top a[href*="wa.me"] .wa-icon,
.footer a[href*="wa.me"] .wa-icon,
.contact-box a[href*="wa.me"] .wa-icon,
.contact-card a[href*="wa.me"] .wa-icon{
  width:1.05em !important;
  height:1.05em !important;
  min-width:1.05em !important;
}

@media (max-width:768px){
  .wa-wordmark-link .wa-wordmark{
    width:126px !important;
    min-width:126px !important;
  }

  .whatsapp-float.wa-wordmark-link .wa-wordmark{
    width:136px !important;
    min-width:136px !important;
  }

  .wa-number-link .wa-icon{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
  }

  .wa-number-link .wa-number-inline{
    font-size:.92rem !important;
  }
}


/* ============================================================
   WHATSAPP WA5 - TAMAÑOS MÁS VISIBLES
   ============================================================ */

/* Logo WhatsApp de botones principales: igualado visualmente a Contactanos */
.wa-wordmark-link,
a[href*="wa.me"].wa-wordmark-link,
a[href*="api.whatsapp.com"].wa-wordmark-link,
.btn.wa-wordmark-link,
.nav-cta.wa-wordmark-link{
  height:72px !important;
  min-height:72px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

/* Tamaño del logo completo que dice WhatsApp */
.wa-wordmark-link .wa-wordmark,
.btn.wa-wordmark-link .wa-wordmark,
.nav-cta.wa-wordmark-link .wa-wordmark{
  width:178px !important;
  min-width:178px !important;
  height:auto !important;
  display:block !important;
}

/* Si está al lado de Contactanos en header, que no quede petiso */
.nav-cta.wa-wordmark-link .wa-wordmark,
.site-header .wa-wordmark-link .wa-wordmark,
.header .wa-wordmark-link .wa-wordmark,
.nav .wa-wordmark-link .wa-wordmark{
  width:184px !important;
  min-width:184px !important;
}

/* Botón flotante un poco más protagonista */
.whatsapp-float.wa-wordmark-link{
  height:auto !important;
  width:auto !important;
  right:24px !important;
  bottom:24px !important;
}

.whatsapp-float.wa-wordmark-link .wa-wordmark{
  width:178px !important;
  min-width:178px !important;
  filter:drop-shadow(0 14px 26px rgba(37,211,102,.38)) !important;
}

/* Tarjeta de respuesta rápida: icono + número más grande y visible */
.wa-number-link,
a[href*="wa.me"].wa-number-link,
a[href*="api.whatsapp.com"].wa-number-link{
  gap:.78rem !important;
  margin-top:1rem !important;
  align-items:center !important;
}

.wa-number-link .wa-icon{
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  filter:drop-shadow(0 10px 20px rgba(37,211,102,.30)) !important;
}

.wa-number-link .wa-number-inline{
  font-size:1.22rem !important;
  font-weight:900 !important;
  color:#ffffff !important;
  letter-spacing:.01em !important;
  text-shadow:0 2px 14px rgba(0,0,0,.25) !important;
}

/* Enlaces normales de número: icono apenas más presente */
.topbar a[href*="wa.me"] .wa-icon,
.top a[href*="wa.me"] .wa-icon,
.footer a[href*="wa.me"] .wa-icon,
.contact-box a[href*="wa.me"] .wa-icon,
.contact-card a[href*="wa.me"] .wa-icon{
  width:1.22em !important;
  height:1.22em !important;
  min-width:1.22em !important;
}

/* Mobile */
@media (max-width:768px){
  .wa-wordmark-link,
  a[href*="wa.me"].wa-wordmark-link,
  a[href*="api.whatsapp.com"].wa-wordmark-link,
  .btn.wa-wordmark-link,
  .nav-cta.wa-wordmark-link{
    height:58px !important;
    min-height:58px !important;
  }

  .wa-wordmark-link .wa-wordmark,
  .btn.wa-wordmark-link .wa-wordmark,
  .nav-cta.wa-wordmark-link .wa-wordmark,
  .site-header .wa-wordmark-link .wa-wordmark,
  .header .wa-wordmark-link .wa-wordmark,
  .nav .wa-wordmark-link .wa-wordmark{
    width:148px !important;
    min-width:148px !important;
  }

  .whatsapp-float.wa-wordmark-link .wa-wordmark{
    width:152px !important;
    min-width:152px !important;
  }

  .wa-number-link .wa-icon{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
  }

  .wa-number-link .wa-number-inline{
    font-size:1.02rem !important;
  }
}


/* ============================================================
   AJUSTE LOGO CLEANUP
   ============================================================ */

/* Header */
.logo img,
.site-logo img,
.header-logo img,
.nav-logo img{
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  display:block !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  object-fit: contain !important;
}

/* Footer: un poco más chico para que no se luzcan defectos */
.footer img,
.footer-logo img,
footer img[src*="logo-"]{
  width: 290px !important;
  max-width: 290px !important;
  height: auto !important;
  display:block !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  object-fit: contain !important;
}

@media (max-width:768px){
  .logo img,
  .site-logo img,
  .header-logo img,
  .nav-logo img{
    width: 220px !important;
    max-width: 220px !important;
  }

  .footer img,
  .footer-logo img,
  footer img[src*="logo-"]{
    width: 240px !important;
    max-width: 240px !important;
  }
}


/* ============================================================
   FOOTER PRO - LOGO INTEGRADO Y MÁS LIMPIO
   ============================================================ */

.footer,
footer.footer,
.site-footer{
  position:relative !important;
  overflow:hidden !important;
  padding:68px 0 42px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,210,255,.18), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(37,211,102,.10), transparent 24%),
    linear-gradient(135deg,#051527 0%,#08233f 48%,#06345b 100%) !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  color:#f4fbff !important;
}

.footer:before,
footer.footer:before,
.site-footer:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(115deg, rgba(255,255,255,.055) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 22% 0%, rgba(0,194,255,.20), transparent 24%) !important;
  background-size:46px 46px, 100% 100% !important;
  opacity:.42 !important;
}

.footer:after,
footer.footer:after,
.site-footer:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:1px !important;
  background:linear-gradient(90deg, transparent, rgba(46,229,214,.7), transparent) !important;
  pointer-events:none !important;
}

.footer .container,
footer.footer .container,
.site-footer .container{
  position:relative !important;
  z-index:2 !important;
}

.footer-grid,
.footer .footer-grid,
footer .footer-grid{
  display:grid !important;
  grid-template-columns:1.25fr .85fr !important;
  gap:54px !important;
  align-items:start !important;
}

.footer img,
.footer-logo img,
footer img[src*="logo-"]{
  width:300px !important;
  max-width:300px !important;
  height:auto !important;
  display:block !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  object-fit:contain !important;
  margin:0 0 22px !important;
}

/* Integra visualmente el logo con un resplandor suave desde el footer, no desde la imagen */
.footer-grid > div:first-child,
.footer .footer-grid > div:first-child{
  position:relative !important;
}

.footer-grid > div:first-child:before,
.footer .footer-grid > div:first-child:before{
  content:"" !important;
  position:absolute !important;
  left:-36px !important;
  top:-34px !important;
  width:390px !important;
  height:150px !important;
  background:
    radial-gradient(circle at 32% 40%, rgba(0,202,255,.18), transparent 42%),
    radial-gradient(circle at 62% 55%, rgba(46,229,214,.10), transparent 38%) !important;
  filter:blur(8px) !important;
  z-index:-1 !important;
  pointer-events:none !important;
}

.footer p,
.footer .mini,
footer.footer p,
footer.footer .mini{
  color:rgba(244,251,255,.86) !important;
  font-size:1.02rem !important;
  line-height:1.72 !important;
  max-width:720px !important;
}

.footer strong,
footer.footer strong{
  display:block !important;
  color:#ffffff !important;
  font-size:1.25rem !important;
  margin-bottom:16px !important;
  letter-spacing:-.01em !important;
}

.footer a,
footer.footer a{
  color:#ffffff !important;
  text-decoration:none !important;
  font-weight:700 !important;
}

.footer a:hover,
footer.footer a:hover{
  color:#46ead2 !important;
}

.footer .contacto-footer,
.footer .footer-contact,
footer .footer-contact{
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:24px !important;
  padding:26px !important;
  box-shadow:0 22px 55px rgba(0,0,0,.16) !important;
  backdrop-filter:blur(8px) !important;
}

/* Si no existe clase específica, aplica al segundo bloque del footer */
.footer-grid > div:nth-child(2){
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:24px !important;
  padding:26px !important;
  box-shadow:0 22px 55px rgba(0,0,0,.16) !important;
  backdrop-filter:blur(8px) !important;
}

/* WhatsApp dentro del footer: limpio, no botón gigante */
.footer a[href*="wa.me"],
footer.footer a[href*="wa.me"]{
  display:inline-flex !important;
  align-items:center !important;
  gap:.45rem !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  color:#ffffff !important;
}

.footer a[href*="wa.me"] .wa-icon,
footer.footer a[href*="wa.me"] .wa-icon{
  width:1.25em !important;
  height:1.25em !important;
  min-width:1.25em !important;
}

/* Separador inferior prolijo */
.footer-bottom,
.footer .footer-bottom,
footer .footer-bottom{
  margin-top:38px !important;
  padding-top:24px !important;
  border-top:1px solid rgba(255,255,255,.11) !important;
  color:rgba(244,251,255,.68) !important;
  font-size:.92rem !important;
}

/* Mobile */
@media (max-width:900px){
  .footer,
  footer.footer,
  .site-footer{
    padding:52px 0 34px !important;
  }

  .footer-grid,
  .footer .footer-grid,
  footer .footer-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .footer img,
  .footer-logo img,
  footer img[src*="logo-"]{
    width:260px !important;
    max-width:260px !important;
  }

  .footer-grid > div:first-child:before,
  .footer .footer-grid > div:first-child:before{
    width:300px !important;
    height:120px !important;
    left:-24px !important;
    top:-26px !important;
  }

  .footer-grid > div:nth-child(2){
    padding:22px !important;
  }
}

@media (max-width:520px){
  .footer img,
  .footer-logo img,
  footer img[src*="logo-"]{
    width:230px !important;
    max-width:230px !important;
  }

  .footer p,
  .footer .mini,
  footer.footer p,
  footer.footer .mini{
    font-size:.98rem !important;
  }
}


/* ============================================================
   FOOTER3 - FORZADO SOBRE FOOTER REAL
   ============================================================ */

footer.footer-pro3,
.footer.footer-pro3,
footer[class*="footer-pro3"]{
  position:relative !important;
  overflow:hidden !important;
  padding:70px 0 44px !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(0,214,255,.26), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(37,211,102,.12), transparent 28%),
    linear-gradient(135deg,#04111f 0%,#071d35 45%,#062f54 100%) !important;
  border-top:1px solid rgba(255,255,255,.12) !important;
  color:#ffffff !important;
}

footer.footer-pro3:before,
.footer.footer-pro3:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(115deg, rgba(255,255,255,.06) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 24% 0%, rgba(0,194,255,.24), transparent 24%) !important;
  background-size:44px 44px, 100% 100% !important;
  opacity:.55 !important;
}

footer.footer-pro3 > *,
.footer.footer-pro3 > *{
  position:relative !important;
  z-index:2 !important;
}

footer.footer-pro3 .container,
.footer.footer-pro3 .container{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:0 24px !important;
}

footer.footer-pro3 .footer-grid,
.footer.footer-pro3 .footer-grid{
  display:grid !important;
  grid-template-columns:1.25fr .85fr !important;
  gap:54px !important;
  align-items:start !important;
}

/* Logo en footer: más chico y sin base rara */
footer.footer-pro3 img[src*="logo"],
.footer.footer-pro3 img[src*="logo"]{
  width:285px !important;
  max-width:285px !important;
  height:auto !important;
  display:block !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  object-fit:contain !important;
  margin:0 0 22px !important;
  filter:drop-shadow(0 10px 24px rgba(0,210,255,.10)) !important;
}

/* Bloque de texto izquierdo */
footer.footer-pro3 .footer-grid > div:first-child,
.footer.footer-pro3 .footer-grid > div:first-child{
  position:relative !important;
  padding:8px 0 !important;
}

footer.footer-pro3 .footer-grid > div:first-child:before,
.footer.footer-pro3 .footer-grid > div:first-child:before{
  content:"" !important;
  position:absolute !important;
  left:-30px !important;
  top:-28px !important;
  width:350px !important;
  height:130px !important;
  background:radial-gradient(circle at 35% 40%, rgba(0,202,255,.18), transparent 54%) !important;
  filter:blur(12px) !important;
  z-index:-1 !important;
}

/* Tarjeta derecha */
footer.footer-pro3 .footer-grid > div:nth-child(2),
.footer.footer-pro3 .footer-grid > div:nth-child(2){
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:24px !important;
  padding:28px !important;
  box-shadow:0 24px 60px rgba(0,0,0,.18) !important;
  backdrop-filter:blur(8px) !important;
}

footer.footer-pro3 p,
.footer.footer-pro3 p,
footer.footer-pro3 .mini,
.footer.footer-pro3 .mini{
  color:rgba(255,255,255,.86) !important;
  font-size:1.02rem !important;
  line-height:1.72 !important;
}

footer.footer-pro3 strong,
.footer.footer-pro3 strong{
  display:block !important;
  color:#ffffff !important;
  font-size:1.28rem !important;
  margin-bottom:16px !important;
}

footer.footer-pro3 a,
.footer.footer-pro3 a{
  color:#ffffff !important;
  font-weight:750 !important;
  text-decoration:none !important;
}

footer.footer-pro3 a:hover,
.footer.footer-pro3 a:hover{
  color:#46ead2 !important;
}

/* WhatsApp footer: no gigante */
footer.footer-pro3 a[href*="wa.me"],
.footer.footer-pro3 a[href*="wa.me"]{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}

@media (max-width:900px){
  footer.footer-pro3 .footer-grid,
  .footer.footer-pro3 .footer-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  footer.footer-pro3 img[src*="logo"],
  .footer.footer-pro3 img[src*="logo"]{
    width:245px !important;
    max-width:245px !important;
  }
}

/* ===== ACCESIBILIDAD INFORMATIZAR V10 ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ffb020 !important;
  outline-offset: 3px !important;
}

.btn-primary {
  color: #03131f !important;
}

.btn-light {
  color: #061827 !important;
}

.whatsapp {
  color: #04140a !important;
}

input,
select,
textarea {
  color: #102235 !important;
}

::placeholder {
  color: #64758a !important;
  opacity: 1 !important;
}

.tiny {
  color: #a9bed0 !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .clients-track {
    animation: none !important;
  }
}
/* ===== FIN ACCESIBILIDAD INFORMATIZAR V10 ===== */

/* ===== FIX SEGURO POST RESTAURADO ===== */

/* Accesibilidad: mejorar contraste sin rediseñar */
.hero p,
.section-head p,
.card p,
.tiny{
  color:#dbeaf4;
}

.section:not(.dark) .section-head p,
.section:not(.dark) .card p,
.section:not(.dark) .tiny{
  color:#3f5165;
}

/* No cambia la web normal: solo usuarios/simuladores con reducir movimiento */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}

/* ===== FIN FIX SEGURO POST RESTAURADO ===== */
