/* =====================================================================
   Vigilo 2026 · Sistema de diseño
   Cabecera, pie, portada, página de funciones y reestilizado de páginas
   interiores. Carga siempre en último lugar.
   ===================================================================== */

:root {
  --vg-ink: #17212b;
  --vg-ink-2: #0f161d;
  --vg-ink-soft: #2b3945;
  --vg-orange: #f7931e;
  --vg-orange-hover: #e07f0c;
  --vg-orange-text: #c96f0a;
  --vg-orange-tint: #fff1e0;
  --vg-paper: #f6f5f2;
  --vg-white: #ffffff;
  --vg-line: #e8e5df;
  --vg-line-2: #e0dcd4;
  --vg-text: #1b232b;
  --vg-muted: #56616c;
  --vg-muted-2: #6b7682;
  --vg-on-dark: #b6c0ca;
  --vg-on-dark-2: #9aa6b2;
  --vg-green: #3ecf8e;
  --vg-radius: 20px;
  --vg-radius-sm: 12px;
  --vg-gutter: clamp(16px, 5.5vw, 80px);
  --vg-max: 1440px;
  --vg-font: 'DM Sans', 'Segoe UI', Arial, sans-serif;
  --vg-display: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

/* ---------- Base ---------- */
body.vg26 {
  margin: 0;
  background: var(--vg-paper);
  color: var(--vg-text);
  font-family: var(--vg-font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.vg26 *, .vg26 *::before, .vg26 *::after { box-sizing: border-box; }
.vg26 img { max-width: 100%; height: auto; }
.vg-h1, .vg-h2, .vg-h3, .vg26 .vg-page h1, .vg26 .vg-page h2, .vg26 .vg-page h3 {
  font-family: var(--vg-display);
  margin: 0;
  text-wrap: balance;
}
.vg26 .vg-page p { margin: 0; text-wrap: pretty; }
.vg-wrap { width: 100%; max-width: var(--vg-max); margin: 0 auto; padding-left: var(--vg-gutter); padding-right: var(--vg-gutter); }
.vg-skip { position: absolute; left: -9999px; top: 0; background: var(--vg-orange); color: var(--vg-ink); padding: 10px 16px; z-index: 10000; font-weight: 600; }
.vg-skip:focus { left: 12px; top: 12px; }
.vg-ico { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.vg26 a:focus-visible, .vg26 button:focus-visible { outline: 3px solid var(--vg-orange); outline-offset: 3px; border-radius: 6px; }

/* ---------- Botones ---------- */
.vg-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--vg-font); font-weight: 600; font-size: 16px; line-height: 1.2;
  padding: 15px 26px; border-radius: var(--vg-radius-sm); border: 1.5px solid transparent;
  text-decoration: none !important; cursor: pointer; transition: background .15s, border-color .15s, color .15s, transform .15s;
  white-space: nowrap;
}
.vg-btn:hover { transform: translateY(-1px); }
.vg-btn--primary { background: var(--vg-orange); color: var(--vg-ink) !important; }
.vg-btn--primary:hover { background: var(--vg-orange-hover); color: var(--vg-ink) !important; }
.vg-btn--ghost { border-color: rgba(255,255,255,.28); color: #fff !important; background: transparent; }
.vg-btn--ghost:hover { border-color: #fff; color: #fff !important; }
.vg-btn--dark { background: var(--vg-ink); color: #fff !important; }
.vg-btn--dark:hover { background: var(--vg-ink-soft); color: #fff !important; }
.vg-btn--lg { font-size: 17px; padding: 17px 30px; }
.vg-link { font-weight: 600; color: var(--vg-orange-text) !important; text-decoration: none !important; }
.vg-link:hover { color: #9a5406 !important; }

/* ---------- Cabecera ---------- */
.vg-header { background: var(--vg-ink); color: #fff; position: relative; z-index: 50; font-family: var(--vg-font); }
.vg-header a { text-decoration: none !important; }
.vg-topbar { border-bottom: 1px solid rgba(255,255,255,.07); font-size: 13px; color: var(--vg-on-dark-2); }
.vg-topbar .vg-wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 40px; }
.vg-topbar__info, .vg-topbar__actions { display: flex; gap: 26px; align-items: center; }
.vg-topbar a { color: var(--vg-on-dark-2); }
.vg-topbar a:hover { color: #fff; }
.vg-topbar__access { color: #fff !important; font-weight: 600; }
.vg-nav .vg-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; }
.vg-logo img { height: 46px; width: auto; display: block; }
.vg-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.vg-menu > li { position: relative; }
.vg-menu > li > a, .vg-menu > li > button {
  display: flex; align-items: center; gap: 6px; padding: 12px 14px; color: #d7dde3; font-size: 15px; font-weight: 500;
  background: none; border: 0; font-family: inherit; cursor: pointer; border-radius: 8px;
}
.vg-menu > li > a:hover, .vg-menu > li > button:hover, .vg-menu > li.is-open > button { color: #fff; }
.vg-menu > li > a[aria-current="page"] { color: #fff; box-shadow: inset 0 -2px 0 var(--vg-orange); border-radius: 0; }
.vg-menu .vg-ico { width: 16px; height: 16px; transition: transform .15s; }
.vg-menu > li.is-open .vg-ico { transform: rotate(180deg); }
.vg-sub {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 260px; background: #fff; border-radius: 14px; padding: 8px;
  box-shadow: 0 24px 60px rgba(15,22,29,.28); list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .15s, transform .15s, visibility .15s;
}
.vg-menu > li:hover > .vg-sub, .vg-menu > li.is-open > .vg-sub, .vg-menu > li:focus-within > .vg-sub { opacity: 1; visibility: visible; transform: none; }
.vg-sub a { display: block; padding: 10px 14px; border-radius: 8px; color: var(--vg-text) !important; font-size: 15px; font-weight: 500; }
.vg-sub a:hover { background: var(--vg-paper); color: var(--vg-orange-text) !important; }
.vg-nav__cta { display: flex; align-items: center; gap: 10px; }
.vg-phone { display: flex; align-items: center; gap: 8px; color: #fff !important; font-weight: 600; font-size: 15px; padding: 10px 12px; }
.vg-phone .vg-ico { width: 18px; height: 18px; color: var(--vg-orange); }
.vg-nav__cta .vg-btn { font-size: 15px; padding: 13px 22px; border-radius: 10px; }
.vg-burger { display: none; width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.08); border: 0; color: #fff; align-items: center; justify-content: center; cursor: pointer; }

@media (max-width: 1180px) {
  .vg-topbar__info span:first-child { display: none; }
  .vg-menu > li > a, .vg-menu > li > button { padding: 12px 9px; font-size: 14.5px; }
  .vg-phone span { display: none; }
}
@media (max-width: 1020px) {
  .vg-topbar { display: none; }
  .vg-nav .vg-wrap { min-height: 72px; }
  .vg-logo img { height: 36px; }
  .vg-burger { display: inline-flex; }
  .vg-nav__cta .vg-btn { display: none; }
  .vg-phone { width: 46px; height: 46px; justify-content: center; border-radius: 12px; background: rgba(255,255,255,.08); padding: 0; }
  .vg-navpanel {
    position: absolute; left: 0; right: 0; top: 100%; background: var(--vg-ink); border-top: 1px solid rgba(255,255,255,.08);
    padding: 12px var(--vg-gutter) 24px; display: none; max-height: calc(100vh - 72px); overflow-y: auto;
    box-shadow: 0 30px 60px rgba(0,0,0,.35);
  }
  .vg-header.is-menu-open .vg-navpanel { display: block; }
  .vg-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .vg-menu > li > a, .vg-menu > li > button { width: 100%; justify-content: space-between; padding: 15px 4px; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; }
  .vg-menu > li > a[aria-current="page"] { box-shadow: none; color: var(--vg-orange); }
  .vg-sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 4px 0 10px 12px; display: none; min-width: 0; }
  .vg-menu > li:hover > .vg-sub { display: none; }
  .vg-menu > li.is-open > .vg-sub { display: block; }
  .vg-sub a { color: var(--vg-on-dark) !important; padding: 10px 4px; }
  .vg-sub a:hover { background: transparent; color: #fff !important; }
  .vg-navpanel__cta { display: grid !important; gap: 10px; margin-top: 18px; }
}
.vg-navpanel__cta { display: none !important; }
@media (min-width: 1021px) { .vg-navpanel { display: contents; } }

/* ---------- Secciones genéricas ---------- */
.vg-section { padding: clamp(64px, 8vw, 112px) 0; }
.vg-section--white { background: #fff; }
.vg-section--tight { padding: clamp(48px, 6vw, 88px) 0; }
.vg-eyebrow { display: block; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--vg-orange-text); margin-bottom: 14px; }
.vg-dark .vg-eyebrow, .vg-eyebrow--on-dark { color: var(--vg-orange); }
.vg-h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.15; font-weight: 700; letter-spacing: -.015em; color: var(--vg-ink); }
.vg-h3 { font-size: 21px; line-height: 1.3; font-weight: 600; color: var(--vg-ink); }
.vg-lead { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65; color: var(--vg-muted); }
.vg-dark { background: var(--vg-ink); color: #fff; }
.vg-dark .vg-h2, .vg-dark .vg-h3 { color: #fff; }
.vg-dark .vg-lead { color: var(--vg-on-dark); }
.vg-stack { display: flex; flex-direction: column; gap: 20px; }
.vg-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 5vw, 72px); align-items: center; }
.vg-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; }
.vg-head-row .vg-lead { max-width: 420px; }
.vg-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.vg-checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--vg-text); }
.vg-checks li::before {
  content: ""; flex: none; width: 20px; height: 20px; margin-top: 2px;
  background: no-repeat center / 20px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e07f0c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
}
.vg-dark .vg-checks li { color: #e3e8ec; }
.vg-dark .vg-checks li::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f7931e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E"); }
.vg-checks--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; }
.vg-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.vg-shot { border-radius: var(--vg-radius); overflow: hidden; }
.vg-shot img { display: block; width: 100%; height: auto; }
.vg-framed { background: #fff; border: 1px solid var(--vg-line); border-radius: var(--vg-radius); padding: clamp(12px, 2vw, 28px); }
.vg-framed img { display: block; width: 100%; height: auto; }

/* ---------- Hero portada ---------- */
.vg-hero { background: var(--vg-ink); color: #fff; position: relative; overflow: hidden; }
.vg-hero::before, .vg-hero::after, .vg-pagehero::before { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.vg-hero::before { right: -220px; top: -380px; width: 820px; height: 820px; border: 1px solid rgba(247,147,30,.16); }
.vg-hero::after { right: -80px; top: -240px; width: 540px; height: 540px; border: 1px solid rgba(247,147,30,.22); }
.vg-hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: end; padding-top: 64px; position: relative; z-index: 1; }
.vg-hero__copy { display: flex; flex-direction: column; gap: 28px; padding-bottom: 96px; align-self: center; }
.vg-live { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--vg-orange); }
.vg-live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--vg-green); box-shadow: 0 0 0 5px rgba(62,207,142,.18); animation: vg-pulse 2.4s ease-in-out infinite; }
@keyframes vg-pulse { 50% { box-shadow: 0 0 0 9px rgba(62,207,142,0); } }
.vg-hero h1 { font-family: var(--vg-display); font-size: clamp(36px, 4.4vw, 60px); line-height: 1.08; font-weight: 700; letter-spacing: -.02em; color: #fff; margin: 0; text-wrap: balance; }
.vg-hero__lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--vg-on-dark); max-width: 580px; margin: 0; }
.vg-trust { display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 14px; color: var(--vg-on-dark-2); list-style: none; margin: 0; padding: 0; }
.vg-trust li { display: flex; gap: 8px; align-items: center; }
.vg-trust .vg-ico { width: 18px; height: 18px; color: var(--vg-orange); }
.vg-hero__media { position: relative; }
.vg-browser { background: var(--vg-ink-2); border: 1px solid rgba(255,255,255,.1); border-bottom: 0; border-radius: 18px 18px 0 0; padding: 12px 12px 0; box-shadow: 0 -20px 80px rgba(0,0,0,.35); }
.vg-browser__dots { display: flex; gap: 6px; padding: 2px 4px 10px; }
.vg-browser__dots span { width: 10px; height: 10px; border-radius: 50%; background: #3a4652; }
.vg-browser img { display: block; width: 100%; height: auto; border-radius: 8px 8px 0 0; }
.vg-float { position: absolute; left: -48px; bottom: 64px; background: #fff; color: var(--vg-text); border-radius: 14px; padding: 16px 18px; box-shadow: 0 18px 40px rgba(0,0,0,.28); display: flex; gap: 14px; align-items: center; width: 260px; }
.vg-float__ico { width: 42px; height: 42px; border-radius: 10px; background: var(--vg-orange-tint); color: var(--vg-orange-hover); display: flex; align-items: center; justify-content: center; flex: none; }
.vg-float small { display: block; font-size: 13px; color: var(--vg-muted-2); line-height: 1.3; }
.vg-float strong { display: block; font-size: 15px; font-weight: 600; line-height: 1.35; }

/* ---------- Cifras ---------- */
.vg-stats { background: #fff; border-bottom: 1px solid var(--vg-line); }
.vg-stats ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 40px 0; }
.vg-stats li { display: flex; flex-direction: column; gap: 4px; padding: 0 32px; border-left: 1px solid var(--vg-line); }
.vg-stats li:first-child { padding-left: 0; border-left: 0; }
.vg-stats b { font-family: var(--vg-display); font-size: clamp(28px, 2.8vw, 40px); font-weight: 700; color: var(--vg-ink); letter-spacing: -.02em; line-height: 1.2; }
.vg-stats span { font-size: 15px; color: var(--vg-muted-2); }

/* ---------- Tarjetas de solución ---------- */
.vg-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vg-card { background: #fff; border: 1px solid var(--vg-line); border-radius: var(--vg-radius); padding: 36px 32px; display: flex; flex-direction: column; gap: 16px; color: var(--vg-text) !important; text-decoration: none !important; transition: border-color .15s, box-shadow .15s, transform .15s; }
a.vg-card:hover { border-color: var(--vg-line-2); box-shadow: 0 20px 44px rgba(23,33,43,.08); transform: translateY(-2px); }
.vg-card__ico { width: 56px; height: 56px; border-radius: 14px; background: var(--vg-ink); color: var(--vg-orange); display: flex; align-items: center; justify-content: center; }
.vg-card__ico .vg-ico { width: 26px; height: 26px; }
.vg-card h3 { font-family: var(--vg-display); font-size: 23px; font-weight: 600; color: var(--vg-ink); margin: 0; line-height: 1.3; }
.vg-card p { font-size: 16px; line-height: 1.65; color: var(--vg-muted); margin: 0; }
.vg-card .vg-link { margin-top: auto; padding-top: 8px; }
.vg-chips-title { font-size: 15px; font-weight: 600; color: var(--vg-ink); margin: 48px 0 16px; }
.vg-chips { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; margin: 0; padding: 0; }
.vg-chips a { display: inline-flex; background: #fff; border: 1px solid var(--vg-line-2); border-radius: 999px; padding: 11px 22px; font-size: 15px; font-weight: 500; color: var(--vg-text) !important; text-decoration: none !important; transition: border-color .15s, color .15s; }
.vg-chips a:hover { border-color: var(--vg-orange); color: var(--vg-orange-text) !important; }

/* ---------- Funciones con icono ---------- */
.vg-feats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; list-style: none; margin: 0; padding: 0; }
.vg-feats li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.45; }
.vg-feats .vg-ico { color: var(--vg-orange-hover); }

/* ---------- Bloque oscuro redondeado ---------- */
.vg-panel { background: var(--vg-ink); border-radius: 28px; padding: clamp(32px, 5vw, 72px); color: #fff; position: relative; overflow: hidden; }
.vg-panel .vg-h2 { color: #fff; }
.vg-panel .vg-lead { color: var(--vg-on-dark); }
.vg-panel .vg-eyebrow { color: var(--vg-orange); }

/* ---------- App ---------- */
.vg-phone-mock { display: flex; justify-content: center; position: relative; padding: 24px 0; }
.vg-phone-mock::before { content: ""; position: absolute; width: min(440px, 90%); aspect-ratio: 1; border-radius: 50%; background: #ffe7c9; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.vg-phone-mock__frame { position: relative; width: min(300px, 72vw); background: var(--vg-ink); border-radius: 42px; padding: 12px; box-shadow: 0 30px 60px rgba(23,33,43,.25); }
.vg-phone-mock__frame img { display: block; width: 100%; height: auto; border-radius: 32px; }
.vg-stores { display: flex; flex-wrap: wrap; gap: 12px; }
.vg-stores a { display: inline-flex; align-items: center; gap: 10px; background: var(--vg-ink); color: #fff !important; border-radius: 12px; padding: 12px 20px; font-size: 15px; font-weight: 600; text-decoration: none !important; }
.vg-stores a:hover { background: var(--vg-ink-soft); }

/* ---------- Por qué Vigilo ---------- */
.vg-pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; list-style: none; margin: 48px 0 0; padding: 0; }
.vg-pillars li { border-top: 2px solid var(--vg-ink); padding-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.vg-pillars h3 { font-family: var(--vg-display); font-size: 19px; font-weight: 600; color: var(--vg-ink); margin: 0; }
.vg-pillars p { font-size: 15.5px; line-height: 1.65; color: var(--vg-muted); margin: 0; }

/* ---------- Pie ---------- */
.vg-footer { background: var(--vg-ink); color: var(--vg-on-dark-2); font-family: var(--vg-font); }
.vg-footer a { color: var(--vg-on-dark-2); text-decoration: none !important; }
.vg-footer a:hover { color: #fff; }
.vg-footer__cta .vg-wrap { display: flex; justify-content: space-between; align-items: center; gap: 48px; padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(48px, 6vw, 80px); border-bottom: 1px solid rgba(255,255,255,.08); }
.vg-footer__cta h2 { font-family: var(--vg-display); font-size: clamp(28px, 3.2vw, 44px); line-height: 1.12; font-weight: 700; letter-spacing: -.015em; color: #fff; margin: 0 0 14px; text-wrap: balance; }
.vg-footer__cta p { font-size: 18px; line-height: 1.6; color: var(--vg-on-dark); margin: 0; max-width: 640px; }
.vg-footer__cols { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 48px; padding-top: 64px; padding-bottom: 40px; font-size: 15px; }
.vg-footer__cols h3 { font-family: var(--vg-font); color: #fff; font-weight: 600; font-size: 15px; margin: 0 0 14px; }
.vg-footer__cols ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vg-footer__cols p { margin: 0 0 10px; line-height: 1.65; }
.vg-footer__logo { height: 40px; width: auto; margin-bottom: 18px; display: block; }
.vg-footer__bottom { border-top: 1px solid rgba(255,255,255,.06); }
.vg-footer__bottom .vg-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding-top: 22px; padding-bottom: 32px; font-size: 13px; color: #6f7c88; }
.vg-footer__bottom a { color: #6f7c88; }
.vg-footer__countries { display: flex; flex-wrap: wrap; gap: 4px 12px; }
.vg-wa { position: fixed; right: 20px; bottom: 20px; z-index: 900; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff !important; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 28px rgba(0,0,0,.25); transition: transform .15s; }
.vg-wa:hover { transform: scale(1.06); }
.vg-wa svg { width: 30px; height: 30px; fill: currentColor; }

/* ---------- Cabecera de páginas interiores ---------- */
.vg-pagehero { background: var(--vg-ink); color: #fff; position: relative; overflow: hidden; }
.vg-pagehero::before { right: -220px; top: -420px; width: 820px; height: 820px; border: 1px solid rgba(247,147,30,.16); }
.vg-pagehero .vg-wrap { position: relative; padding-top: clamp(40px, 5vw, 72px); padding-bottom: clamp(48px, 6vw, 88px); }
.vg-crumbs { font-size: 14px; color: var(--vg-on-dark-2); margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.vg-crumbs a { color: var(--vg-on-dark-2) !important; text-decoration: none !important; }
.vg-crumbs a:hover { color: #fff !important; }
.vg-crumbs li + li::before { content: "/"; margin-right: 8px; opacity: .6; }
.vg-pagehero h1 { font-family: var(--vg-display); font-size: clamp(32px, 4vw, 54px); line-height: 1.1; font-weight: 700; letter-spacing: -.02em; color: #fff !important; margin: 0; max-width: 960px; text-wrap: balance; text-transform: none; }
.vg-pagehero__sub { font-family: var(--vg-font); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--vg-on-dark) !important; margin: 20px 0 0; max-width: 760px; font-weight: 400; text-transform: none; }
.vg-pagehero__actions { margin-top: 28px; }

/* ---------- Funciones: tarjetas sobre oscuro ---------- */
.vg-caps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; list-style: none; margin: 48px 0 0; padding: 0; }
.vg-caps li { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; }
.vg-caps__ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(247,147,30,.14); color: var(--vg-orange); display: flex; align-items: center; justify-content: center; }
.vg-caps h3 { font-family: var(--vg-display); font-size: 18px; font-weight: 600; color: #fff; margin: 0; }
.vg-caps p { font-size: 15px; line-height: 1.6; color: var(--vg-on-dark); margin: 0; }
.vg-live-badge { position: absolute; left: 14px; top: 14px; display: flex; align-items: center; gap: 7px; background: rgba(15,22,29,.8); color: #fff; font-size: 13px; font-weight: 600; padding: 6px 11px; border-radius: 8px; }
.vg-live-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ef4444; animation: vg-blink 1.6s ease-in-out infinite; }
@keyframes vg-blink { 50% { opacity: .35; } }
.vg-panel__foot { display: flex; justify-content: space-between; align-items: center; gap: 32px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 32px; margin-top: 40px; }
.vg-panel__foot p { color: var(--vg-on-dark); max-width: 760px; margin: 0; }
.vg-anchors { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 28px 0 0; padding: 0; }
.vg-anchors a { display: inline-flex; border: 1px solid rgba(255,255,255,.22); color: #e3e8ec !important; border-radius: 999px; padding: 10px 18px; font-size: 15px; font-weight: 500; text-decoration: none !important; }
.vg-anchors a:hover { border-color: var(--vg-orange); color: #fff !important; }
[id] { scroll-margin-top: 24px; }

/* Cobertura */
.vg-coverage__top { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: clamp(36px, 5vw, 72px); align-items: start; }
.vg-coverage__big { font-family: var(--vg-display); font-size: clamp(64px, 8vw, 112px); font-weight: 700; line-height: 1; color: var(--vg-ink); letter-spacing: -.03em; }
.vg-coverage__big small { display: block; font-family: var(--vg-font); font-size: 17px; font-weight: 500; color: var(--vg-muted); letter-spacing: 0; margin-top: 10px; }
.vg-regions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; margin-top: 56px; }
.vg-region h3 { font-family: var(--vg-display); font-size: 17px; font-weight: 600; color: var(--vg-ink); margin: 0 0 12px; display: flex; align-items: baseline; gap: 10px; }
.vg-region h3 span { font-family: var(--vg-font); font-size: 14px; font-weight: 500; color: var(--vg-muted-2); }
.vg-region ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.vg-region li { font-size: 14px; color: #3b4651; background: var(--vg-paper); border-radius: 8px; padding: 6px 11px; line-height: 1.4; }
.vg-note { font-size: 13.5px; color: var(--vg-muted-2); margin-top: 28px !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .vg-float { left: 12px; bottom: 24px; }
  .vg-footer__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vg-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vg-caps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .vg-hero__grid, .vg-split, .vg-coverage__top { grid-template-columns: minmax(0, 1fr); }
  .vg-hero__grid { gap: 8px; padding-top: 40px; }
  .vg-hero__copy { padding-bottom: 32px; }
  .vg-float { display: none; }
  .vg-cards { grid-template-columns: minmax(0, 1fr); }
  .vg-stats ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; padding: 28px 0; }
  .vg-stats li, .vg-stats li:first-child { padding: 0; border: 0; }
  .vg-head-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .vg-footer__cta .vg-wrap { flex-direction: column; align-items: flex-start; gap: 28px; }
  .vg-split--media-first > :first-child { order: 2; }
  .vg-panel__foot { flex-direction: column; align-items: flex-start; }
  .vg-regions { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
  .vg-checks--2, .vg-feats, .vg-pillars, .vg-caps, .vg-footer__cols { grid-template-columns: minmax(0, 1fr); }
  .vg-actions .vg-btn, .vg-footer__cta .vg-btn { width: 100%; }
  .vg-footer__cta .vg-actions { width: 100%; }
  .vg-card { padding: 24px 22px; }
  .vg-chips a { padding: 10px 16px; font-size: 14px; }
  .vg-panel { border-radius: 22px; }
  .vg-wrap-flush { padding-left: 12px !important; padding-right: 12px !important; }
  .vg-wa { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .vg26 *, .vg26 *::before, .vg26 *::after { animation: none !important; transition: none !important; }
}

/* =====================================================================
   Reestilizado de páginas interiores (contenido existente)
   ===================================================================== */
.vg-content { font-family: var(--vg-font); color: var(--vg-text); }
.vg-content h1, .vg-content h2, .vg-content h3, .vg-content h4 { font-family: var(--vg-display) !important; color: var(--vg-ink); letter-spacing: -.01em; text-transform: none; }
.vg-content h2 { font-size: clamp(26px, 2.6vw, 36px) !important; line-height: 1.2 !important; font-weight: 700 !important; }
.vg-content h3 { font-size: clamp(20px, 1.8vw, 24px) !important; line-height: 1.3 !important; font-weight: 600 !important; }
.vg-content h4 { font-size: 18px !important; font-weight: 600 !important; }
.vg-content p, .vg-content li { font-family: var(--vg-font) !important; font-size: 16.5px; line-height: 1.7; color: var(--vg-muted); }
.vg-content p.large { font-size: 18px !important; line-height: 1.7 !important; }
.vg-content strong { color: var(--vg-text); font-weight: 600; }
.vg-content a:not(.vg-btn):not(.btn) { color: var(--vg-orange-text); }
.vg-content .section.padding_layout_1, .vg-content .padding_layout_1 { padding-top: clamp(56px, 7vw, 96px) !important; padding-bottom: clamp(40px, 5vw, 72px) !important; }
.vg-content .main_heading { margin-bottom: 40px; }
.vg-content .main_heading h2::after, .vg-content .main_heading h2::before { display: none !important; }
.vg-content .btn.main_bt, .vg-content .main_bt, .vg-content a.btn {
  background: var(--vg-orange) !important; color: var(--vg-ink) !important; border: 0 !important; border-radius: var(--vg-radius-sm) !important;
  font-family: var(--vg-font) !important; font-weight: 600 !important; font-size: 16px !important; padding: 15px 26px !important; height: auto !important;
  line-height: 1.2 !important; text-transform: none !important; letter-spacing: 0 !important; box-shadow: none !important; min-width: 0 !important;
}
.vg-content .btn.main_bt:hover, .vg-content a.btn:hover { background: var(--vg-orange-hover) !important; }
.vg-content ul li .fa, .vg-content ul li i.fa-check-circle { color: var(--vg-orange-hover) !important; margin-right: 8px; }
.vg-content .about_blog ul { padding-left: 0; list-style: none; }
.vg-content .about_blog ul li { padding: 5px 0; }
.vg-content img.img-responsive { border-radius: 16px; }
.vg-content .blog_colum, .vg-content .service_blog, .vg-content .information_bottom {
  background: #fff; border: 1px solid var(--vg-line); border-radius: var(--vg-radius); overflow: hidden; box-shadow: none !important; margin-bottom: 24px;
}
.vg-content .blog_colum .blog_cont, .vg-content .blog_colum .blog_feature_cont { padding: 22px 24px; }
.vg-content .information_bottom { padding: 32px 24px; height: calc(100% - 24px); }
.vg-content .icon_bottom { width: 56px; height: 56px; border-radius: 14px; background: var(--vg-ink) !important; color: var(--vg-orange) !important; display: flex !important; align-items: center; justify-content: center; margin: 0 auto 16px !important; }
.vg-content .icon_bottom i { color: var(--vg-orange) !important; font-size: 22px !important; line-height: 1 !important; }
.vg-content .panel-group .panel { border: 1px solid var(--vg-line) !important; border-radius: 14px !important; overflow: hidden; box-shadow: none !important; margin-bottom: 10px !important; }
.vg-content .accordion .panel-heading, .vg-content .panel-default > .panel-heading { background: #fff !important; border: 0 !important; padding: 0 !important; }
.vg-content .accordion .panel-heading a, .vg-content .panel-title a { display: flex !important; justify-content: space-between; gap: 12px; padding: 18px 22px !important; color: var(--vg-ink) !important; font-family: var(--vg-font) !important; font-weight: 600 !important; font-size: 16px !important; text-decoration: none !important; background: #fff !important; }
.vg-content .accordion .panel-heading a i, .vg-content .panel-title a i { color: var(--vg-orange-hover) !important; }
.vg-content .panel-body { border-top: 1px solid var(--vg-line) !important; padding: 18px 22px !important; }
.vg-content table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 14px; overflow: hidden; }
.vg-content th { background: var(--vg-ink); color: #fff; font-family: var(--vg-font); font-weight: 600; padding: 12px 14px; text-align: left; }
.vg-content td { border-top: 1px solid var(--vg-line); padding: 12px 14px; color: var(--vg-muted); }
.vg-content .container { max-width: calc(var(--vg-max) - 2 * var(--vg-gutter) + 30px); }
.vg-content .dark_bg, .vg-content .theme_bg, .vg-content .bg_load { background-color: var(--vg-ink) !important; }

/* Páginas de fases 5-8 (plantilla sencilla) */
.vg-content .f5-page, .vg-content .knowledge-page, .vg-content .vigilo-f6-page { padding-top: clamp(40px, 5vw, 72px) !important; padding-bottom: clamp(48px, 6vw, 88px) !important; }
.vg-content .f7-hero, .vg-content .f8-hero { display: none !important; }
.vg-content .f5-breadcrumb { display: none !important; }
.vg-content .f5-card, .vg-content .f7-card, .vg-content .f8-card, .vg-content .knowledge-card, .vg-content .vigilo-f6-card {
  background: #fff !important; border: 1px solid var(--vg-line) !important; border-radius: var(--vg-radius) !important; box-shadow: none !important;
}
.vg-content .f5-answer, .vg-content .ai-summary { background: #fff !important; border: 1px solid var(--vg-line) !important; border-left: 0 !important; border-radius: 16px !important; padding: 20px 24px !important; }
.vg-content .f5-cta, .vg-content .f7-cta, .vg-content .f8-cta { background: var(--vg-ink) !important; color: #fff !important; border-radius: 24px !important; padding: clamp(28px, 4vw, 48px) !important; border: 0 !important; }
.vg-content .f5-cta h2, .vg-content .f7-cta h2, .vg-content .f8-cta h2 { color: #fff !important; }
.vg-content .f5-cta p, .vg-content .f7-cta p, .vg-content .f8-cta p { color: var(--vg-on-dark) !important; }
.vg-content .f7-btn, .vg-content .f8-btn { background: var(--vg-orange) !important; color: var(--vg-ink) !important; border: 0 !important; border-radius: var(--vg-radius-sm) !important; font-weight: 600 !important; padding: 14px 24px !important; }
.vg-content .f7-btn.secondary, .vg-content .f8-btn.secondary { background: var(--vg-ink) !important; color: #fff !important; }
.vg-content .f7-section.alt, .vg-content .f8-section.alt { background: var(--vg-paper) !important; }
.vg-content .f5-table, .vg-content .f7-table, .vg-content .f8-table { border: 1px solid var(--vg-line); }
.vg-content details { background: #fff; border: 1px solid var(--vg-line); border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; }
.vg-content summary { font-weight: 600; color: var(--vg-ink); cursor: pointer; }
.vg-content input:not([type="checkbox"]):not([type="radio"]), .vg-content select, .vg-content textarea { border: 1px solid var(--vg-line-2) !important; border-radius: 10px !important; padding: 12px 14px !important; font-family: var(--vg-font) !important; font-size: 16px !important; background: #fff !important; width: 100%; }
.vg-content label { font-weight: 600; color: var(--vg-ink); }
@media (max-width: 767px) {
  .vg-content .row { margin-left: 0; margin-right: 0; }
}

/* Listas con check dentro de paneles oscuros */
.vg-panel .vg-checks li { color: #e3e8ec; }
.vg-panel .vg-checks li::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f7931e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E"); }

/* ---------- Correcciones frente a estilos heredados ---------- */
.vg26 .vg-header, .vg26 .vg-footer, .vg26 .vg-pagehero, .vg26 main.vg-content, .vg26 .vg-hero { margin: 0 !important; }
.vg26 .vg-header { box-shadow: none !important; border: 0 !important; width: auto !important; }
.vg26 .skip-link { display: none !important; }
.vg26 .vg-footer__logo, .vg26 .vg-logo img { height: 40px !important; width: auto !important; max-width: none !important; }
.vg26 .vg-logo img { height: 46px !important; }
@media (max-width: 1020px) { .vg26 .vg-logo img { height: 36px !important; } }
.vg26 .vg-footer h2, .vg26 .vg-footer h3, .vg26 .vg-pagehero h1 { text-transform: none !important; }
.vg26 .vg-footer h2::after, .vg26 .vg-footer h2::before, .vg26 .vg-footer h3::after,
.vg26 .vg-pagehero h1::after, .vg26 .vg-pagehero h1::before { content: none !important; display: none !important; }
.vg26 .vg-footer p, .vg26 .vg-footer li, .vg26 .vg-footer span { font-family: var(--vg-font); }
.vg26 .vg-footer__cols p, .vg26 .vg-footer__cols li { color: var(--vg-on-dark-2); font-size: 15px; }
.vg26 .vg-footer__cta p { color: var(--vg-on-dark) !important; }
.vg26 .vg-pagehero strong, .vg26 .vg-pagehero b, .vg26 .vg-pagehero em { color: inherit !important; font-weight: inherit; }
.vg26 .vg-pagehero .vg-crumbs li { color: var(--vg-on-dark-2); font-size: 14px; line-height: 1.4; }
.vg26 .vg-pagehero .vg-actions .vg-btn--ghost { color: #fff !important; }
.vg26 .vg-header ul, .vg26 .vg-footer ul { padding-left: 0; }
.vg26 .vg-header li, .vg26 .vg-footer li { list-style: none; }

/* Bloque "Habla con un especialista" (fase 6) */
.vg-content .vigilo-f6-cta { background: var(--vg-ink) !important; padding: clamp(40px, 5vw, 64px) 0 !important; }
.vg-content .vigilo-f6-cta h2 { color: #fff !important; margin-top: 0 !important; }
.vg-content .vigilo-f6-cta p { color: var(--vg-on-dark) !important; }
.vg-content .vigilo-f6-btn { border-radius: var(--vg-radius-sm) !important; padding: 14px 24px !important; font-weight: 600 !important; }
.vg-content .vigilo-f6-btn-primary { color: var(--vg-ink) !important; }
.vg-content .vigilo-f6-page h2 { margin-top: 40px; }
.vg-content .vigilo-f6-checks li::before { color: var(--vg-orange-hover) !important; }

/* Cajas de "respuesta directa" que quedaban pegadas a la cabecera */
.vg-content .f5-answer, .vg-content .ai-summary { margin-top: 8px !important; margin-bottom: 32px !important; }
.vg-content .vg-content-inner > .container:first-child, .vg-content .f5-page > .container { padding-top: 8px; }

/* Acordeones heredados: más específicos que los estilos en línea antiguos */
.vg-content .accordion .panel.panel-default > .panel-heading,
.vg-content .accordion .panel-heading { background: #fff !important; border-color: var(--vg-line) !important; }
.vg-content .accordion .panel.panel-default > .panel-heading a,
.vg-content .accordion .panel.panel-default > .panel-heading .panel-title,
.vg-content .accordion .panel.panel-default > .panel-heading i { color: var(--vg-ink) !important; }
.vg-content .accordion .panel.panel-default > .panel-heading i.fa-angle-down,
.vg-content .accordion .panel.panel-default > .panel-heading a > i:first-child { color: var(--vg-orange-hover) !important; }
.vg-footer__cta .vg-actions { flex: none; flex-wrap: nowrap; }
@media (max-width: 900px) { .vg-footer__cta .vg-actions { flex-wrap: wrap; } }

/* Bandas oscuras heredadas: titulares y textos en claro */
.vg-content .cta-band { background: var(--vg-ink) !important; padding: clamp(48px, 6vw, 80px) 0 !important; }
.vg-content .cta-band h2, .vg-content .cta-band h3 { color: #fff !important; }
.vg-content .cta-band p { color: var(--vg-on-dark) !important; margin: 12px auto 24px; max-width: 640px; }
.vg-content .bg-dark h2, .vg-content .bg-dark h3, .vg-content .dark_bg h2, .vg-content .dark_bg h3 { color: #fff !important; }

/* =====================================================================
   Conversión por WhatsApp (17/09/2026)
   Botón WhatsApp, selector de vehículos en portada y barra fija en móvil
   ===================================================================== */
.vg-btn--wa { background: #25d366; color: var(--vg-ink) !important; }
.vg-btn--wa:hover { background: #1fbd5a; color: var(--vg-ink) !important; }
.vg-btn svg.vg-wa-ico { width: 22px; height: 22px; fill: currentColor; flex: none; }
.vg26 .vg-hero h1 { color: #fff !important; text-transform: none !important; }
.vg26 .vg-hero p, .vg26 .vg-hero li { font-family: var(--vg-font); }
.vg26 .vg-hero .vg-hero__lead { color: var(--vg-on-dark) !important; }
.vg-hero__micro { font-size: 14px; line-height: 1.5; color: var(--vg-on-dark-2) !important; margin: -12px 0 0 !important; }
.vg-hero .vg-crumbs { margin-bottom: -8px; }
.vg-hero--page .vg-hero__copy { padding-bottom: 72px; }

.vg-pick { display: flex; flex-direction: column; gap: 12px; margin: 0; }
.vg-pick__label { font-size: 15px; font-weight: 600; color: #fff !important; margin: 0 !important; }
.vg-pick__opts { display: flex; flex-wrap: wrap; gap: 10px; }
.vg-pick__opt { position: relative; display: inline-flex; margin: 0 !important; cursor: pointer; }
.vg-pick__opt input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: pointer; }
.vg-pick__opt span { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 15px; font-weight: 500; line-height: 1.2; color: #fff; transition: background-color .15s, border-color .15s, color .15s; }
.vg-pick__opt input:hover + span { border-color: rgba(255,255,255,.6); }
.vg-pick__opt input:checked + span { background: #fff; border-color: #fff; color: var(--vg-ink); }
.vg-pick__opt input:focus-visible + span { outline: 3px solid var(--vg-orange); outline-offset: 3px; }
.vg-pick__hint { font-size: 15px; line-height: 1.5; color: var(--vg-on-dark) !important; margin: 0 !important; min-height: 1.5em; }

.vg-hero__checks { list-style: none !important; margin: 0 !important; padding: 0 !important; display: grid; gap: 10px; }
.vg-hero__checks li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: #e3e8ec !important; margin: 0 !important; padding: 0 !important; }
.vg-hero__checks li::before { content: none !important; }
.vg-hero__checks .vg-ico { width: 20px; height: 20px; color: var(--vg-orange); margin-top: 2px; }

.vg-mbar { display: none; }
@media (max-width: 900px) {
  body.vg-has-mbar { padding-bottom: 76px; }
  .vg-has-mbar .vg-wa { display: none; }
  .vg-mbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 950; padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(15,22,29,.97); border-top: 1px solid rgba(255,255,255,.1); transition: transform .22s cubic-bezier(.2,0,0,1); }
  .vg-mbar .vg-btn { width: auto !important; padding: 13px 16px; font-size: 16px; border-radius: 10px; }
  .vg-mbar.is-hidden { transform: translateY(110%); }
  .vg-hero--page .vg-hero__copy { padding-bottom: 32px; }
}
.vg26 .vg-hero .vg-trust li { font-size: 14px !important; line-height: 1.5 !important; color: var(--vg-on-dark-2) !important; margin: 0 !important; }
.vg26 .vg-hero .vg-hero__micro { font-size: 14px !important; }
.vg26 .vg-hero .vg-crumbs li { font-size: 14px !important; }
/* Todo botón que abre WhatsApp va en verde (el naranja queda para el resto de acciones) */
.vg26 a[data-wa-pos][href*="api.whatsapp.com"]:is(.vg-btn,.btn,[class*="-btn"],[class*="_bt"]):not(.vg-wa) { background: #25d366 !important; border-color: #25d366 !important; color: var(--vg-ink) !important; }
.vg26 a[data-wa-pos][href*="api.whatsapp.com"]:is(.vg-btn,.btn,[class*="-btn"],[class*="_bt"]):not(.vg-wa):hover { background: #1fbd5a !important; border-color: #1fbd5a !important; color: var(--vg-ink) !important; }

/* Aviso de cookies: misma fuente de texto que el resto de la web */
.vg26 #vc-box, .vg26 #vc-box p, .vg26 #vc-box a, .vg26 #vc-box span, .vg26 #vc-box label { font-family: var(--vg-font) !important; }

/* =====================================================================
   Páginas interiores 2026 (18/09/2026)
   Bloques para las páginas rehechas sin Bootstrap ni style.css
   ===================================================================== */
.vg-rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--vg-line); }
.vg-rows > li { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 12px 56px; padding: 32px 0; border-bottom: 1px solid var(--vg-line); }
.vg-rows h2, .vg-rows h3 { font-family: var(--vg-display); font-size: clamp(20px, 1.9vw, 25px); font-weight: 600; line-height: 1.3; color: var(--vg-ink); margin: 0; text-wrap: balance; }
.vg-rows p { margin: 0 0 10px; font-size: 17px; line-height: 1.7; color: var(--vg-muted); max-width: 64ch; }
.vg-rows p:last-child { margin-bottom: 0; }
.vg-prose { max-width: 780px; }
.vg-prose > :first-child { margin-top: 0 !important; }
.vg-prose h2 { font-family: var(--vg-display); font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; line-height: 1.2; letter-spacing: -.01em; color: var(--vg-ink); margin: 48px 0 16px; text-wrap: balance; }
.vg-prose h3 { font-family: var(--vg-display); font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--vg-ink); margin: 32px 0 10px; }
.vg-prose h4 { font-size: 17px; font-weight: 600; color: var(--vg-ink); margin: 24px 0 8px; }
.vg-prose p, .vg-prose li { font-size: 17px; line-height: 1.75; color: var(--vg-text); }
.vg-prose p { margin: 0 0 16px; }
.vg-prose ul, .vg-prose ol { margin: 0 0 22px; padding-left: 22px; }
.vg-prose li { margin: 0 0 6px; }
.vg-prose a:not(.vg-btn) { color: var(--vg-orange-text); font-weight: 500; }
.vg-prose strong { color: var(--vg-ink); font-weight: 600; }
.vg-table-wrap { overflow-x: auto; margin: 8px 0 28px; border: 1px solid var(--vg-line); border-radius: var(--vg-radius-sm); background: #fff; }
.vg-table-wrap table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 15.5px; }
.vg-table-wrap th, .vg-table-wrap td { text-align: left; vertical-align: top; padding: 14px 18px; border-bottom: 1px solid var(--vg-line); line-height: 1.5; }
.vg-table-wrap th { background: var(--vg-paper); font-weight: 600; color: var(--vg-ink); }
.vg-table-wrap tr:last-child td { border-bottom: 0; }
.vg-card h2 { font-family: var(--vg-display); font-size: 23px; font-weight: 600; color: var(--vg-ink); margin: 0; line-height: 1.3; }
.vg-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vg-cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vg-faq { max-width: 880px; border-top: 1px solid var(--vg-line); }
.vg-faq details { border-bottom: 1px solid var(--vg-line); }
.vg-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: 22px 0; font-family: var(--vg-display); font-size: 18px; font-weight: 600; line-height: 1.4; color: var(--vg-ink); }
.vg-faq summary::-webkit-details-marker { display: none; }
.vg-faq summary::after { content: "+"; flex: none; font-size: 28px; line-height: .9; font-weight: 400; color: var(--vg-orange-hover); transition: transform .2s cubic-bezier(.2,0,0,1); }
.vg-faq details[open] summary::after { transform: rotate(45deg); }
.vg-faq summary:focus-visible { outline: 3px solid var(--vg-orange); outline-offset: 4px; border-radius: 6px; }
.vg-faq details > :not(summary) { margin: 0 0 22px; font-size: 16.5px; line-height: 1.7; color: var(--vg-muted); max-width: 72ch; }
.vg-cta { display: flex; justify-content: space-between; align-items: center; gap: 32px 48px; flex-wrap: wrap; }
.vg-cta > div:first-child { max-width: 680px; }
.vg-cta .vg-h2 { color: #fff; margin-bottom: 14px; }
.vg-cta .vg-lead { color: var(--vg-on-dark); margin: 0; }
.vg-summary { background: #fff; border: 1px solid var(--vg-line); border-radius: var(--vg-radius); padding: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px 56px; }
.vg-summary h2 { font-family: var(--vg-display); font-size: clamp(22px, 2.2vw, 30px); font-weight: 700; line-height: 1.25; color: var(--vg-ink); margin: 0 0 14px; text-wrap: balance; }
.vg-summary .ai-summary { font-size: 17px; line-height: 1.7; color: var(--vg-text); margin: 0; }
.vg-summary__links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.vg-summary__links a { display: inline-flex; font-size: 14.5px; font-weight: 500; color: var(--vg-ink) !important; text-decoration: none !important; border: 1px solid var(--vg-line-2); border-radius: 999px; padding: 8px 14px; }
.vg-summary__links a:hover { border-color: var(--vg-orange); color: var(--vg-orange-text) !important; }
.vg-summary .vg-note { grid-column: 1 / -1; margin: 0 !important; padding-top: 18px; border-top: 1px solid var(--vg-line); }
@media (max-width: 900px) {
  .vg-summary, .vg-cards--2 { grid-template-columns: minmax(0, 1fr); }
  .vg-cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) { .vg-rows > li { grid-template-columns: minmax(0, 1fr); padding: 24px 0; } }
@media (max-width: 600px) { .vg-cards--4 { grid-template-columns: minmax(0, 1fr); } .vg-faq summary { font-size: 17px; } }
.vg-prose + .vg-cards, .vg-prose + .vg-table-wrap { margin-top: 32px !important; }
/* Red de instaladores y tarjetas con imagen */
.vg-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.vg-filter button { font: 500 14.5px/1.2 var(--vg-font); color: var(--vg-text); background: #fff; border: 1px solid var(--vg-line-2); border-radius: 999px; padding: 10px 16px; min-height: 44px; cursor: pointer; transition: border-color .15s, background-color .15s, color .15s; }
.vg-filter button:hover { border-color: var(--vg-orange); }
.vg-filter button[aria-pressed="true"] { background: var(--vg-ink); border-color: var(--vg-ink); color: #fff; }
.vg-filter button span { color: var(--vg-muted-2); margin-left: 4px; }
.vg-filter button[aria-pressed="true"] span { color: var(--vg-on-dark-2); }
.vg-inst { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.vg-inst li { background: #fff; border: 1px solid var(--vg-line); border-radius: var(--vg-radius-sm); padding: 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.vg-inst small { font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--vg-orange-text); }
.vg-inst h3 { font-family: var(--vg-display); font-size: 17px; font-weight: 600; line-height: 1.35; color: var(--vg-ink); margin: 0; }
.vg-inst p { font-size: 15px; line-height: 1.55; color: var(--vg-muted); margin: 0; }
.vg-inst a { margin-top: auto; padding-top: 8px; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; color: var(--vg-ink) !important; text-decoration: none !important; }
.vg-inst a .vg-ico { width: 18px; height: 18px; color: var(--vg-orange-hover); }
.vg-inst a:hover { color: var(--vg-orange-text) !important; }
.vg-card__media { margin: -36px -32px 8px; border-radius: var(--vg-radius) var(--vg-radius) 0 0; overflow: hidden; background: var(--vg-paper); }
.vg-card__media img { display: block; width: 100%; height: auto; }
.vg-card--shot .vg-card__media { background: #fff; border-bottom: 1px solid var(--vg-line); }
@media (max-width: 1020px) { .vg-inst { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .vg-inst { grid-template-columns: minmax(0, 1fr); } .vg-card__media { margin: -24px -22px 8px; } }
.vg-inst li[hidden] { display: none; }
.vg-card--shot .vg-card__media img { aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; }
/* Páginas antiguas convertidas */
.vg-legacy .vg-prose > h2, .vg-legacy .vg-split .vg-h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.15; margin: 0 0 18px; }
.vg-legacy .vg-prose { max-width: 860px; }
.vg-legacy .vg-split .vg-prose { max-width: none; }
.vg-legacy .vg-actions { margin-top: 8px; }
.vg-legacy-fig { max-width: 1100px; }
.vg-shot--plain { border-radius: var(--vg-radius-sm); }
.vg-legacy .vg-card p { margin: 0; }
.vg-legacy .vg-pillars p { font-size: 15.5px; line-height: 1.65; color: var(--vg-muted); margin: 0; }
.vg-legacy .vg-stack > .vg-stack > h2 { font-family: var(--vg-display); font-size: clamp(26px, 2.8vw, 38px); font-weight: 700; line-height: 1.15; color: var(--vg-ink); margin: 0; }
.vg-prose ul.vg-checks { list-style: none; padding-left: 0; }
.vg-prose ul.vg-checks li { margin: 0; }
.vg-inst__tels { margin-top: auto; display: flex; flex-wrap: wrap; gap: 4px 18px; }
.vg-answer { background: #fff; border: 1px solid var(--vg-line); border-left: 4px solid var(--vg-orange); border-radius: var(--vg-radius-sm); padding: 22px 26px; font-size: 17.5px; line-height: 1.65; color: var(--vg-text); max-width: 940px; }
.vg-answer strong { color: var(--vg-ink); }
.vg-legacy .vg-card h3 + p { margin-top: -4px; }
.vg-legacy .vg-card p + p { margin-top: -6px; }
.vg-legacy .vg-prose > h2:not(:first-child) { margin-top: 56px; }
.vg-legacy .vg-prose > h2 + .vg-checks, .vg-legacy .vg-prose > h2 + .vg-table-wrap { margin-top: 20px; }
/* Formularios, pasos y resultados (18/09/2026) */
.vg-split--form { align-items: start; }
.vg-split--wide { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); }
.vg-form { background: #fff; border: 1px solid var(--vg-line); border-radius: var(--vg-radius); padding: clamp(22px, 3.5vw, 40px); display: grid; gap: 18px; }
.vg-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vg-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.vg-field label { font-size: 15px; font-weight: 600; color: var(--vg-ink); }
.vg-field__opt { font-weight: 400; color: var(--vg-muted-2); }
.vg-field input, .vg-field select, .vg-field textarea { font: 400 16px/1.4 var(--vg-font); color: var(--vg-text); background: var(--vg-paper); border: 1px solid var(--vg-line-2); border-radius: 10px; padding: 12px 14px; min-height: 48px; width: 100%; transition: border-color .15s, background-color .15s; }
.vg-field textarea { min-height: 120px; resize: vertical; }
.vg-field input:focus, .vg-field select:focus, .vg-field textarea:focus { outline: none; border-color: var(--vg-orange); background: #fff; box-shadow: 0 0 0 3px var(--vg-orange-tint); }
.vg-check { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--vg-muted); }
.vg-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--vg-orange-hover); flex: none; }
.vg-form .vg-btn { justify-self: start; }
.vg-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; background: var(--vg-ink); border-radius: var(--vg-radius-sm); padding: 22px; }
.vg-results div { display: flex; flex-direction: column; gap: 4px; }
.vg-results span { font-size: 14px; color: var(--vg-on-dark-2); }
.vg-results strong { font-family: var(--vg-display); font-size: clamp(22px, 2.4vw, 30px); color: #fff; font-variant-numeric: tabular-nums; }
.vg-card--aside { position: sticky; top: 24px; }
.vg-steps { list-style: none; margin: 0; padding: 0; counter-reset: vgstep; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vg-steps li { counter-increment: vgstep; background: #fff; border: 1px solid var(--vg-line); border-radius: var(--vg-radius-sm); padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.vg-steps li::before { content: counter(vgstep, decimal-leading-zero); font-family: var(--vg-display); font-weight: 700; font-size: 15px; color: var(--vg-orange-text); }
.vg-steps h3 { font-family: var(--vg-display); font-size: 19px; font-weight: 600; color: var(--vg-ink); margin: 0; }
.vg-steps p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--vg-muted); }
.vg-checks--num { counter-reset: vgn; }
.vg-checks--num li { counter-increment: vgn; }
.vg-checks--num li::before { content: counter(vgn) !important; background: none !important; width: 24px !important; height: 24px !important; border-radius: 50%; border: 1.5px solid var(--vg-orange-hover); color: var(--vg-orange-text); font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.vg-legacy .vg-stack > h2 { font-family: var(--vg-display); font-size: clamp(24px, 2.6vw, 34px); font-weight: 700; line-height: 1.2; color: var(--vg-ink); margin: 0; }
.vg-legacy .vg-stack > p { margin: 0; font-size: 17px; line-height: 1.7; color: var(--vg-muted); max-width: 72ch; }
@media (max-width: 900px) { .vg-split--wide { grid-template-columns: minmax(0, 1fr); } .vg-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vg-card--aside { position: static; } }
@media (max-width: 600px) { .vg-form__row, .vg-results, .vg-steps { grid-template-columns: minmax(0, 1fr); } .vg-form .vg-btn { justify-self: stretch; } }
.vg-check { display: block; }
.vg-check input { display: inline-block; vertical-align: -3px; margin: 0 8px 0 0; }
.vg-check a { color: var(--vg-orange-text); font-weight: 500; }
/* Legales, contacto y conocimiento */
.vg-legal { max-width: 820px; }
.vg-legal h2 { font-size: clamp(20px, 2vw, 24px); margin: 40px 0 12px; }
.vg-legal p, .vg-legal li { font-size: 16px; line-height: 1.75; color: var(--vg-text); }
.vg-legal a:not(.vg-btn) { word-break: break-word; }
.vg-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.vg-contact li { display: flex; gap: 14px; align-items: flex-start; }
.vg-contact .vg-ico { width: 22px; height: 22px; color: var(--vg-orange-hover); margin-top: 2px; }
.vg-contact strong, .vg-contact strong a { font-family: var(--vg-display); font-size: 17px; font-weight: 600; color: var(--vg-ink) !important; text-decoration: none !important; }
.vg-contact p { margin: 2px 0 0; font-size: 15px; line-height: 1.55; color: var(--vg-muted); }
.vg-card--aside .vg-btn { align-self: flex-start; }
.vg-form--embed { min-height: 420px; }
.vg-legacy .vg-faq { max-width: 880px; }

/* El Salvador: rejillas con 2 o 4 tarjetas */
.vg-cards:has(> :nth-child(2):last-child), .vg-cards:has(> :nth-child(4):last-child) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 900px) { .vg-cards:has(> :nth-child(2):last-child), .vg-cards:has(> :nth-child(4):last-child) { grid-template-columns: minmax(0, 1fr); } }
