/* Logo: recortado sin márgenes excesivos; más presencia en header/footer */
#header-wrap #logo {
  border-right: none !important;
  padding-right: 0 !important;
}

#header-wrap #logo img {
  max-height: none !important;
  height: 76px !important;
  width: auto !important;
}

#header.sticky-header-shrink #header-wrap #logo img {
  height: 58px !important;
}

.vc-footer-logo {
  height: 56px;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  #header-wrap #logo img {
    height: 58px !important;
  }
}

:root {
  --vc-primary: #1a56db;
  --vc-primary-rgb: 26,86,219;
  --vc-secondary: #6b7280;
  --vc-body-font: 'Inter', sans-serif;
  --vc-primary-font: 'Inter', sans-serif;
}

.vc-hero-section {
  background: linear-gradient(160deg, #fafbfc 0%, #f3f4f6 55%, #eef1f4 100%);
}

.vc-hero-visual {
  margin: 0;
}

.vc-hero-visual img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}

.btn-brand-cta {
  background: linear-gradient(135deg, #1a56db, #1e40af);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  transition: all .3s ease;
}
.btn-brand-cta:hover {
  background: linear-gradient(135deg, #1e40af, #1e3a8a);
  color: #fff;
}

.eyebrow-violet { color: #1a56db; }
.eyebrow-red { color: #dc2626; }
.eyebrow-green { color: #16a34a; }
.eyebrow-blue { color: #0891b2; }

.vc-stat-number { font-size: 2.5rem; font-weight: 700; color: #1a56db; }
.vc-stat-label { font-size: .875rem; color: #6b7280; text-transform: uppercase; letter-spacing: .5px; }

.vc-module-card, .vc-pain-card {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.vc-module-card:hover, .vc-pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.badge-nuevo { background: #1a56db; color: #fff; font-size: .7rem; padding: 2px 8px; border-radius: 4px; text-transform: uppercase; vertical-align: middle; }

.vc-blog-card { transition: transform .2s ease, box-shadow .2s ease; }
.vc-blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12) !important; }

.blog-content { font-size: 1.05rem; line-height: 1.75; color: #374151; }
.blog-content h2, .blog-content h3 { margin-top: 1.75rem; margin-bottom: .75rem; font-weight: 700; }
.blog-content p { margin-bottom: 1rem; }
.blog-content img { max-width: 100%; height: auto; border-radius: .5rem; margin: 1rem 0; }
.blog-content a { color: #1a56db; }
.blog-content ul, .blog-content ol { margin-bottom: 1rem; padding-left: 1.5rem; }
