/* =========================================================================
   LegalData.pro - capa de conversion visual
   Cargada al final para compactar el primer impacto y asignar assets nuevos.
   ========================================================================= */

:root {
  --impact-gold: #d9c27d;
  --impact-emerald: #56d4a7;
  --impact-warm: #f0f4ff;
  --impact-ink: #050911;
}

html {
  scroll-padding-top: calc(var(--nav-height, 86px) + 18px);
}

body::after {
  background-image:
    linear-gradient(180deg, rgba(5, 9, 17, 0.38), rgba(5, 9, 17, 0.62)),
    url('/img/impact-hero-ca27c72726a7815d95f127c59096bc57.webp') !important;
  opacity: 0.24 !important;
}

.hero {
  min-height: auto;
  padding-top: clamp(3.25rem, 5.2vw, 5.65rem) !important;
  padding-bottom: clamp(2.45rem, 4.1vw, 4.2rem) !important;
  background-image:
    linear-gradient(100deg,
      rgba(5, 9, 17, 0.97) 0%,
      rgba(5, 9, 17, 0.86) 31%,
      rgba(5, 9, 17, 0.40) 66%,
      rgba(5, 9, 17, 0.70) 100%),
    url('/img/impact-hero-ca27c72726a7815d95f127c59096bc57.webp') !important;
  background-position: center, center right !important;
}

.page-dpd-externo .hero,
.page-auditoria-rgpd .hero {
  background-image:
    linear-gradient(100deg,
      rgba(5, 9, 17, 0.98) 0%,
      rgba(5, 9, 17, 0.88) 33%,
      rgba(5, 9, 17, 0.38) 69%,
      rgba(5, 9, 17, 0.67) 100%),
    url('/img/impact-dpd-9009a60a436d87791437c7dbcb839429.webp') !important;
}

.page-auditoria-ens-iso27001 .hero,
.page-ciberseguridad-empresarial .hero,
.page-consultoria-ti .hero {
  background-image:
    linear-gradient(100deg,
      rgba(5, 9, 17, 0.98) 0%,
      rgba(5, 9, 17, 0.86) 32%,
      rgba(5, 9, 17, 0.36) 68%,
      rgba(5, 9, 17, 0.66) 100%),
    url('/img/impact-ens-iso-2fe959a4fe7226184532beab2cfc6882.webp') !important;
}

.page-ia-reglamento-ue .hero,
.page-dpd-experto-ia .hero,
.page-ia-cctv .hero,
.page-perito-ai-act .hero,
.hero-aiact {
  background-image:
    linear-gradient(100deg,
      rgba(5, 9, 17, 0.98) 0%,
      rgba(5, 9, 17, 0.86) 32%,
      rgba(5, 9, 17, 0.34) 69%,
      rgba(5, 9, 17, 0.64) 100%),
    url('/img/impact-ai-act-d14dc7a48f32d0c11ecf8e699355853e.webp') !important;
}

.page-peritaciones .hero {
  background-image:
    linear-gradient(100deg,
      rgba(5, 9, 17, 0.98) 0%,
      rgba(5, 9, 17, 0.86) 32%,
      rgba(5, 9, 17, 0.35) 70%,
      rgba(5, 9, 17, 0.70) 100%),
    url('/img/impact-forensics-a9c4e28d72623391e0f5b6123fb03a8c.webp') !important;
}

.page-redteam-pentesting .hero {
  background-image:
    linear-gradient(100deg,
      rgba(5, 9, 17, 0.98) 0%,
      rgba(5, 9, 17, 0.88) 33%,
      rgba(5, 9, 17, 0.40) 69%,
      rgba(5, 9, 17, 0.68) 100%),
    url('/img/impact-redteam-8c0b65e8f5ac73ccf97ac939464427a5.webp') !important;
}

.hero h1,
.article-hero h1 {
  margin-top: 0.9rem;
  max-width: 980px;
  font-size: clamp(2.05rem, 3.65vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-home h1 {
  font-size: clamp(2.18rem, 3.95vw, 4.05rem);
  max-width: 1020px;
}

.hero-lead,
.hero p.hero-lead {
  margin-top: 1rem;
  max-width: 58ch;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.52;
}

.hero-actions {
  margin-top: 1.2rem;
  gap: 0.62rem;
}

.hero-actions > a,
.cta-actions > a,
.card-actions > a,
.btn-primary,
.btn-secondary,
.btn-ghost,
.btn-cta {
  min-height: 42px;
  border-radius: 11px;
}

.hero-trust-list {
  margin-top: 1.05rem;
  gap: 0.62rem;
}

.hero-trust-list li,
.badge-list li,
.article-card-meta span,
.hero-data-strip span,
.metric {
  border-color: rgba(135, 168, 210, 0.18);
}

.hero-metrics {
  margin-top: 1.15rem;
}

.metric {
  padding: 0.9rem 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 29, 0.72);
}

.metric strong {
  letter-spacing: 0;
}

.hero-proof-card {
  padding: clamp(1.05rem, 2.2vw, 1.35rem);
  border-color: rgba(75, 209, 255, 0.30);
  background:
    radial-gradient(circle at 85% 8%, rgba(86, 212, 167, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(11, 23, 40, 0.86), rgba(7, 15, 27, 0.86));
}

.hero-home .hero-proof-card {
  padding: 1rem;
}

.hero-home .hero-trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  max-width: 720px;
}

.hero-home .hero-trust-list li {
  padding: 0.72rem 0.82rem;
  border-radius: 12px;
  background: rgba(7, 16, 29, 0.62);
}

.hero-home .hero-trust-list li::before {
  top: 0.9rem;
}

.hero-home .hero-trust-list strong {
  font-size: 0.94rem;
  line-height: 1.28;
}

.hero-home .hero-trust-list span {
  display: none;
}

.hero-home .hero-metrics {
  display: none;
}

.hero-home .priority-list {
  gap: 0.5rem;
}

.hero-home .priority-list li {
  padding-top: 0.55rem;
}

.hero-home .priority-list li > span:last-child {
  display: none;
}

.hero-home .hero-side-actions {
  display: none;
}

.hero-home .hero-side-actions a {
  min-height: 34px;
  padding: 0.46rem 0.62rem;
  border-radius: 8px;
  font-size: 0.82rem;
}

.priority-list {
  gap: 0.6rem;
}

.priority-list li {
  padding-top: 0.68rem;
}

.priority-list strong {
  letter-spacing: 0;
}

.dpd-seal-highlight {
  margin-top: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  background: rgba(7, 16, 29, 0.68);
  border: 1px solid rgba(217, 194, 125, 0.30);
}

.dpd-seal {
  max-height: 58px;
}

@media (min-width: 981px) and (max-width: 1360px) {
  .hero-shell,
  .hero-home-grid,
  .hero-inner-grid,
  .article-hero-grid {
    gap: clamp(1.25rem, 2.4vw, 2rem);
  }

  .hero h1 {
    font-size: clamp(2rem, 3.2vw, 3.18rem);
  }

  .hero-home h1 {
    font-size: clamp(2.12rem, 3.45vw, 3.45rem);
  }

  .hero-lead,
  .hero p.hero-lead {
    max-width: 54ch;
  }

  .hero-proof-card {
    max-width: 430px;
  }

  .hero-home .hero-proof-card {
    max-width: 380px;
  }
}

@media (min-width: 1241px) and (max-width: 1420px) {
  .nav-links a[data-page="ia-reglamento-ue"] {
    display: inline-flex !important;
  }

  .nav-links a[data-page="articulos"] {
    display: none !important;
  }
}

/* Decision rapida del home */
.intent-router {
  padding-top: clamp(2.3rem, 4vw, 3.5rem);
}

.intent-router-head {
  width: min(var(--container), calc(100% - var(--container-gutter) * 2));
  margin: 0 auto clamp(1.15rem, 2.6vw, 1.85rem);
  display: grid;
  gap: 0.55rem;
}

.intent-router-head h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.75rem, 3.1vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.intent-router-head p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted-strong);
}

.intent-grid {
  width: min(var(--container), calc(100% - var(--container-gutter) * 2));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.78rem, 1.4vw, 1.05rem);
}

.intent-card {
  position: relative;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  padding: clamp(1rem, 2vw, 1.28rem);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.030)),
    rgba(7, 16, 29, 0.80);
  border: 1px solid rgba(135, 168, 210, 0.20);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.intent-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--impact-gold), var(--impact-emerald));
  opacity: 0.72;
}

.intent-card:hover,
.intent-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(75, 209, 255, 0.54);
  background:
    radial-gradient(circle at 86% 0%, rgba(75, 209, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(7, 16, 29, 0.88);
}

.intent-tag {
  width: fit-content;
  padding: 0.36rem 0.58rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--impact-warm);
  background: rgba(75, 209, 255, 0.11);
  border: 1px solid rgba(75, 209, 255, 0.22);
}

.intent-card strong {
  font-family: var(--font-heading);
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.12;
}

.intent-card > span:not(.intent-tag) {
  color: var(--muted-strong);
  line-height: 1.42;
}

.intent-card em {
  margin-top: auto;
  color: var(--accent);
  font-style: normal;
  font-weight: 800;
}

.intent-dpd::after,
.intent-ens::after,
.intent-ai::after,
.intent-evidence::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.18;
  background: radial-gradient(circle, currentColor, transparent 70%);
}

.intent-dpd { color: #dff8ff; }
.intent-ens { color: #dcffe9; }
.intent-ai { color: #efe5ff; }
.intent-evidence { color: #fff2ca; }

/* Componentes de servicio */
.split-card,
.detail-card,
.highlight-card,
.authority-card,
.process-step,
.pricing-card,
.article-card,
.article-index-note {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.026)),
    rgba(7, 16, 29, 0.78);
  border-color: rgba(135, 168, 210, 0.18);
}

.pricing-card.featured,
.article-card-featured {
  border-color: rgba(217, 194, 125, 0.45);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(217, 194, 125, 0.12);
}

.process-grid {
  counter-reset: impact-step;
}

.process-step > span {
  background: linear-gradient(135deg, var(--accent), var(--impact-emerald));
  color: #04101c;
  box-shadow: 0 0 0 6px rgba(75, 209, 255, 0.08);
}

.feature-list li::marker {
  color: var(--impact-emerald);
}

.price,
.price-tag {
  letter-spacing: 0;
}

.aiact-deadline {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.aiact-deadline-box {
  width: min(var(--container), calc(100% - var(--container-gutter) * 2));
  margin: 0 auto;
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(5, 9, 17, 0.90), rgba(5, 9, 17, 0.58)),
    url('/img/impact-ai-act-d14dc7a48f32d0c11ecf8e699355853e.webp') center right / cover no-repeat;
  border: 1px solid rgba(217, 194, 125, 0.35);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.aiact-deadline-date {
  letter-spacing: 0;
  color: var(--impact-gold);
}

.aiact-table-wrap,
.article-table-wrap {
  border-radius: 8px;
  border: 1px solid rgba(135, 168, 210, 0.18);
  background: rgba(5, 9, 17, 0.55);
}

.aiact-table th,
.article-table th {
  color: var(--impact-warm);
  background: rgba(75, 209, 255, 0.08);
}

/* Articulos */
.article-hero-grid {
  align-items: center;
}

.article-hero-illustration img,
.article-hero-illustration picture {
  border-radius: 8px;
}

.article-hero-illustration img {
  max-height: 330px;
  object-fit: cover;
}

.article-brief {
  max-width: 440px;
}

.article-body,
.legal-content {
  max-width: 980px;
}

.article-body > section,
.legal-content > section {
  border-radius: 8px;
}

.article-toc,
.article-share-card,
.article-author-card,
.article-related-card {
  border-radius: 8px;
}

.article-list-grid {
  align-items: start;
}

.article-card-statline {
  border-radius: 8px;
  background: rgba(5, 9, 17, 0.55);
}

.article-card-compact {
  display: grid;
  gap: 0.75rem;
}

@media (max-width: 980px) {
  .hero {
    padding-top: clamp(2.5rem, 7vw, 4rem) !important;
    padding-bottom: clamp(2.2rem, 7vw, 3.6rem) !important;
    background-image:
      linear-gradient(180deg,
        rgba(5, 9, 17, 0.93) 0%,
        rgba(5, 9, 17, 0.70) 46%,
        rgba(5, 9, 17, 0.92) 100%),
      url('/img/impact-hero-ca27c72726a7815d95f127c59096bc57.webp') !important;
    background-position: center, center top !important;
  }

  .hero h1,
  .article-hero h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero-proof-card {
    max-width: none;
  }

  .hero-home .hero-proof-card {
    display: none;
  }

  .hero-home .hero-metrics {
    display: grid;
  }

  .intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intent-card {
    min-height: 190px;
  }

  .article-hero-illustration img {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .hero-home .hero-trust-list {
    display: none;
  }

  .hero-home .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-home .hero-metrics .metric {
    padding: 0.68rem 0.42rem;
  }

  .hero-home .hero-metrics .metric span {
    display: none;
  }

  .hero-trust-list {
    grid-template-columns: 1fr;
  }

  .intent-grid {
    grid-template-columns: 1fr;
  }

  .intent-card {
    min-height: 156px;
  }

  .intent-router-head h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .hero-actions > a,
  .cta-actions > a,
  .card-actions > a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* =========================================================================
   IMÁGENES CONSOLIDADAS (antes en redesign-images.css, ya eliminado)
   Fondos de imagen que conversion.css no cubría: banda CTA final y bandas de
   sección clave. Unificados aquí para que TODA la capa de imágenes viva en un
   solo sitio, sin código muerto ni guerra de !important.
   ========================================================================= */

/* Banda CTA final (haces de luz, cta-ai.jpg). Centro oscuro -> texto legible;
   los haces lucen en los laterales. */
.cta-box {
  background-image:
    linear-gradient(180deg, rgba(6, 11, 20, 0.74) 0%, rgba(6, 11, 20, 0.80) 55%, rgba(6, 11, 20, 0.88) 100%),
    url('/img/cta-ai-517389d0aeec3ad009460c207874d98c.webp') !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat !important;
  border-color: rgba(75, 209, 255, 0.42) !important;
}

/* Banda CTA específica de Red Team / Pentesting (acentos rojos, más impacto). */
.page-redteam-pentesting .cta-box {
  background-image:
    linear-gradient(180deg, rgba(6, 11, 20, 0.72) 0%, rgba(6, 11, 20, 0.80) 55%, rgba(6, 11, 20, 0.90) 100%),
    url('/img/impact-redteam-cta-7d910c528b346581262e42d1ea718653.webp') !important;
  border-color: rgba(229, 72, 60, 0.48) !important;
}

/* Bandas de sección clave (aurora de datos, band-ai.jpg). Overlay alto: el
   texto blanco se lee perfecto; la imagen aporta luz/textura sutil. */
.section-tone-b {
  background-image:
    linear-gradient(180deg, rgba(7, 14, 24, 0.90) 0%, rgba(7, 14, 24, 0.83) 50%, rgba(7, 14, 24, 0.90) 100%),
    url('/img/band-ai-a5a6ed783b17aff416cadb07973b5aa5.webp') !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat !important;
}

/* =========================================================================
   AJUSTES DE REVISIÓN (2026-06-23)
   ========================================================================= */

/* Color por categoría VISIBLE en el intent-router (antes los 4 tags eran cian
   uniforme): DPD=cian, ENS=esmeralda, IA=violeta, Evidencia=dorado, en el tag
   y en la barra de acento de cada tarjeta. */
.intent-dpd .intent-tag      { color: #4bd1ff; background: rgba(75, 209, 255, 0.13); border-color: rgba(75, 209, 255, 0.32); }
.intent-ens .intent-tag      { color: var(--impact-emerald); background: rgba(86, 212, 167, 0.13); border-color: rgba(86, 212, 167, 0.34); }
.intent-ai .intent-tag       { color: #b79dff; background: rgba(166, 121, 255, 0.15); border-color: rgba(166, 121, 255, 0.34); }
.intent-evidence .intent-tag { color: var(--impact-gold); background: rgba(217, 194, 125, 0.16); border-color: rgba(217, 194, 125, 0.36); }
.intent-dpd::before      { background: #4bd1ff !important; opacity: 0.85; }
.intent-ens::before      { background: var(--impact-emerald) !important; opacity: 0.85; }
.intent-ai::before       { background: #a679ff !important; opacity: 0.85; }
.intent-evidence::before { background: var(--impact-gold) !important; opacity: 0.85; }

/* Unificación de radios: los paneles grandes que quedaban en 16-28px bajan al
   lenguaje de 8px del resto del sistema (coherencia "corporativo serio"). */
.hero-proof-card,
.metric,
.cta-box,
.convergence,
.conv-pillar,
.signature-visual,
.home-author-card,
.related,
.cert-link,
.dpd-seal-highlight {
  border-radius: 8px !important;
}

/* =========================================================================
   AJUSTE FINO HOME + HERO (2026-06-23)
   Corrige fondos específicos en móvil y pule la sección de valor DPD/DPO.
   ========================================================================= */

.hero {
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  background-color: #050911;
}

.page-index .hero {
  background-position: center, 58% 50% !important;
}

.page-dpd-externo .hero,
.page-auditoria-rgpd .hero {
  background-position: center, 60% 50% !important;
}

.page-auditoria-ens-iso27001 .hero,
.page-ciberseguridad-empresarial .hero,
.page-consultoria-ti .hero {
  background-position: center, 62% 50% !important;
}

.page-ia-reglamento-ue .hero,
.page-dpd-experto-ia .hero,
.page-ia-cctv .hero,
.page-perito-ai-act .hero,
.hero-aiact {
  background-position: center, 58% 50% !important;
}

.page-peritaciones .hero {
  background-position: center, 62% 52% !important;
}

.page-index main > .section-tone-a,
.page-index main > .section-tone-b,
.page-index main > .section-tone-c {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: max(var(--container-gutter), calc((100vw - var(--container)) / 2));
  padding-right: max(var(--container-gutter), calc((100vw - var(--container)) / 2));
}

.page-index .intent-router + .section-tone-b {
  padding-top: clamp(3.35rem, 5.4vw, 4.7rem);
  padding-bottom: clamp(4rem, 6.5vw, 5.6rem);
  overflow: hidden;
  background-image:
    radial-gradient(circle at 74% 42%, rgba(75, 209, 255, 0.13), transparent 33%),
    radial-gradient(circle at 22% 18%, rgba(166, 121, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(5, 11, 20, 0.92) 0%, rgba(8, 16, 29, 0.78) 50%, rgba(5, 11, 20, 0.94) 100%),
    url('/img/band-ai-a5a6ed783b17aff416cadb07973b5aa5.webp') !important;
}

.page-index .intent-router + .section-tone-b .section-heading {
  max-width: 880px;
  margin-bottom: clamp(1.8rem, 3vw, 2.55rem);
}

.page-index .intent-router + .section-tone-b .section-heading h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3.35vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.page-index .intent-router + .section-tone-b .section-heading p {
  max-width: 74ch;
  color: #c7d6ea;
}

.page-index .intent-router + .section-tone-b .dpo-value-grid {
  margin-top: clamp(2.1rem, 3.4vw, 3rem);
  gap: clamp(1rem, 1.8vw, 1.35rem);
}

.page-index .intent-router + .section-tone-b .highlight-card {
  padding: clamp(1.35rem, 2.2vw, 1.75rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.028)),
    rgba(8, 17, 31, 0.82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.page-index .intent-router + .section-tone-b .highlight-card h3 {
  line-height: 1.14;
  letter-spacing: 0;
}

.page-index .intent-router + .section-tone-b .highlight-card p {
  color: #b8c8dd;
}

.convergence {
  grid-template-columns: minmax(340px, 1fr) clamp(86px, 8vw, 132px) minmax(184px, 240px);
  max-width: 1000px;
  gap: clamp(1rem, 2.6vw, 2.1rem);
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  background:
    linear-gradient(135deg, rgba(17, 35, 58, 0.95), rgba(7, 16, 29, 0.90)),
    radial-gradient(circle at 80% 48%, rgba(75, 209, 255, 0.22), transparent 38%);
  border-color: rgba(100, 199, 255, 0.25);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.convergence::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.030) 1px, transparent 1px),
    radial-gradient(circle at 76% 50%, rgba(75, 209, 255, 0.18), transparent 52%);
  background-size: 44px 44px, 44px 44px, auto;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), #000 36%, #000 72%, rgba(0, 0, 0, 0.62));
}

.convergence::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.conv-pillars {
  gap: 0.84rem;
  z-index: 1;
}

.conv-pillar {
  position: relative;
  min-height: 66px;
  padding: 0.84rem 1rem;
  gap: 0.9rem;
  background:
    linear-gradient(90deg, rgba(11, 25, 44, 0.96), rgba(13, 29, 51, 0.82)),
    rgba(8, 17, 31, 0.92);
  border-color: rgba(128, 173, 225, 0.18);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.conv-pillar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #4bd1ff;
  box-shadow: 0 0 18px rgba(75, 209, 255, 0.72);
}

.conv-pillar:nth-child(2)::before {
  background: var(--impact-emerald);
  box-shadow: 0 0 18px rgba(86, 212, 167, 0.64);
}

.conv-pillar:nth-child(3)::before {
  background: #b79dff;
  box-shadow: 0 0 18px rgba(183, 157, 255, 0.64);
}

.conv-ico {
  flex-basis: 42px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #62d7ff;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.16), transparent 40%),
    linear-gradient(135deg, rgba(75, 209, 255, 0.19), rgba(166, 121, 255, 0.16));
}

.conv-pillar:nth-child(2) .conv-ico {
  color: var(--impact-emerald);
}

.conv-pillar:nth-child(3) .conv-ico {
  color: #b79dff;
}

.conv-txt {
  gap: 0.2rem;
}

.conv-txt small {
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  color: #9fb2c9;
}

.conv-txt b {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  letter-spacing: 0;
}

.conv-link {
  position: relative;
  width: 100%;
  min-width: 78px;
  height: 2px;
  align-self: center;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(75, 209, 255, 0), rgba(75, 209, 255, 0.86), rgba(217, 194, 125, 0.62));
  filter: drop-shadow(0 0 12px rgba(75, 209, 255, 0.65));
  z-index: 1;
}

.conv-link::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(217, 194, 125, 0.88);
  border-right: 2px solid rgba(217, 194, 125, 0.88);
  transform: translateY(-50%) rotate(45deg);
}

.conv-link::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 18%;
  top: 50%;
  height: 18px;
  transform: translateY(-50%);
  background: radial-gradient(ellipse at center, rgba(75, 209, 255, 0.22), transparent 70%);
  pointer-events: none;
}

.conv-hub {
  width: clamp(154px, 17vw, 204px);
  background:
    radial-gradient(circle at 50% 42%, rgba(24, 55, 86, 0.98) 0 41%, rgba(7, 16, 29, 0.98) 66%),
    conic-gradient(from 15deg, rgba(75, 209, 255, 0.08), rgba(75, 209, 255, 0.88), rgba(217, 194, 125, 0.66), rgba(166, 121, 255, 0.72), rgba(75, 209, 255, 0.08));
  border: 1px solid rgba(127, 219, 255, 0.46);
  box-shadow:
    0 0 0 7px rgba(75, 209, 255, 0.055),
    0 0 0 1px rgba(255, 255, 255, 0.065) inset,
    0 24px 64px rgba(0, 0, 0, 0.38),
    0 0 44px rgba(75, 209, 255, 0.28);
  z-index: 1;
}

.conv-hub::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 1px solid rgba(75, 209, 255, 0.30);
  background:
    linear-gradient(90deg, transparent 49%, rgba(75, 209, 255, 0.18) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(75, 209, 255, 0.14) 50%, transparent 51%);
  opacity: 0.72;
}

.conv-hub::after {
  inset: -3px;
  border: 1px dashed rgba(217, 194, 125, 0.58);
  box-shadow: 0 0 22px rgba(217, 194, 125, 0.16);
}

.conv-hub b {
  position: relative;
  font-size: clamp(2.55rem, 4.8vw, 3.25rem);
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(75, 209, 255, 0.20);
  z-index: 1;
}

.conv-hub small {
  position: relative;
  color: #65d9ff;
  letter-spacing: 0.18em;
  z-index: 1;
}

@media (max-width: 980px) {
  .page-dpd-externo .hero,
  .page-auditoria-rgpd .hero {
    background-image:
      linear-gradient(180deg, rgba(5, 9, 17, 0.94) 0%, rgba(5, 9, 17, 0.72) 45%, rgba(5, 9, 17, 0.94) 100%),
      url('/img/impact-dpd-9009a60a436d87791437c7dbcb839429.webp') !important;
    background-position: center, 54% top !important;
  }

  .page-auditoria-ens-iso27001 .hero,
  .page-ciberseguridad-empresarial .hero,
  .page-consultoria-ti .hero {
    background-image:
      linear-gradient(180deg, rgba(5, 9, 17, 0.94) 0%, rgba(5, 9, 17, 0.72) 45%, rgba(5, 9, 17, 0.94) 100%),
      url('/img/impact-ens-iso-2fe959a4fe7226184532beab2cfc6882.webp') !important;
    background-position: center, 56% top !important;
  }

  .page-ia-reglamento-ue .hero,
  .page-dpd-experto-ia .hero,
  .page-ia-cctv .hero,
  .page-perito-ai-act .hero,
  .hero-aiact {
    background-image:
      linear-gradient(180deg, rgba(5, 9, 17, 0.94) 0%, rgba(5, 9, 17, 0.70) 45%, rgba(5, 9, 17, 0.94) 100%),
      url('/img/impact-ai-act-d14dc7a48f32d0c11ecf8e699355853e.webp') !important;
    background-position: center, 53% top !important;
  }

  .page-peritaciones .hero {
    background-image:
      linear-gradient(180deg, rgba(5, 9, 17, 0.94) 0%, rgba(5, 9, 17, 0.72) 45%, rgba(5, 9, 17, 0.94) 100%),
      url('/img/impact-forensics-a9c4e28d72623391e0f5b6123fb03a8c.webp') !important;
    background-position: center, 58% top !important;
  }

  .page-index .intent-router + .section-tone-b .section-heading h2 {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }

  .convergence {
    grid-template-columns: 1fr;
    justify-items: stretch;
    max-width: 680px;
    gap: 1rem;
    padding: clamp(1rem, 4vw, 1.45rem);
  }

  .conv-link {
    justify-self: center;
    width: 2px;
    min-width: 0;
    height: 46px;
    background: linear-gradient(180deg, rgba(75, 209, 255, 0), rgba(75, 209, 255, 0.82), rgba(217, 194, 125, 0.62));
  }

  .conv-link::before {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .conv-link::after {
    left: 50%;
    right: auto;
    top: 10%;
    width: 18px;
    height: 80%;
    transform: translateX(-50%);
  }

  .conv-hub {
    justify-self: center;
    width: clamp(150px, 46vw, 188px);
  }
}

@media (max-width: 640px) {
  .page-index main > .section-tone-a,
  .page-index main > .section-tone-b,
  .page-index main > .section-tone-c {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }

  .page-index .intent-router + .section-tone-b {
    padding-top: 3.7rem;
    padding-bottom: 4.5rem;
  }

  .page-index .intent-router + .section-tone-b .section-heading {
    margin-bottom: 1.8rem;
  }

  .conv-pillar {
    min-height: 62px;
    padding: 0.78rem 0.82rem;
  }

  .conv-ico {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .conv-txt small {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .conv-txt b {
    font-size: 0.98rem;
  }

  .page-index .intent-router + .section-tone-b .highlight-card {
    padding: 1.15rem;
  }
}
