.elementor-kit-5{--e-global-color-primary:#FF1F27;--e-global-color-secondary:#1B2A4A;--e-global-color-text:#000000;--e-global-color-accent:#555555;--e-global-color-3bbfa01:#1B2A4A;--e-global-color-5fa865e:#FF1F27;--e-global-color-e299c8d:#0F1729;--e-global-color-8e26305:#000000;--e-global-color-a435a56:#FFFFFF;--e-global-color-02a7e9a:#555555;--e-global-color-6c8341f:#D3D6DA;--e-global-color-6c528bc:#E5E8EE;--e-global-color-a406dbf:#8A93A6;--e-global-color-0162d6c:#FFFFFF0A;--e-global-color-a02b01f:#F2F4F7;--e-global-color-0712fdc:#00000000;--e-global-color-e98345f:#1B2A4A;--e-global-color-d59317b:#FFFFFFA3;--e-global-color-3454848:#E5181F;--e-global-color-a7f50a3:#FF1F27B5;--e-global-color-b215e56:#FFFFFFE6;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-2cc266e-font-family:"Inter";--e-global-typography-2cc266e-font-size:48px;--e-global-typography-2cc266e-font-weight:800;--e-global-typography-2cc266e-line-height:1.15px;--e-global-typography-fbeb639-font-family:"Inter";--e-global-typography-fbeb639-font-size:36px;--e-global-typography-fbeb639-font-weight:700;--e-global-typography-fbeb639-line-height:1.25em;--e-global-typography-63a3ecd-font-family:"Inter";--e-global-typography-63a3ecd-font-size:22px;--e-global-typography-63a3ecd-font-weight:600;--e-global-typography-63a3ecd-line-height:1.35px;--e-global-typography-91bd290-font-family:"Inter";--e-global-typography-91bd290-font-size:17px;--e-global-typography-91bd290-font-weight:400;--e-global-typography-91bd290-line-height:1.55px;--e-global-typography-29b127a-font-family:"Inter";--e-global-typography-29b127a-font-size:14px;--e-global-typography-29b127a-font-weight:400;--e-global-typography-29b127a-line-height:1.5px;--e-global-typography-e2d4dfa-font-family:"Inter";--e-global-typography-e2d4dfa-font-size:12px;--e-global-typography-e2d4dfa-font-weight:700;--e-global-typography-e2d4dfa-line-height:1.4px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   ITCOM DEVPROCESS — CSS Global Consolidado v2.3
   Actualizado: 18 de mayo de 2026
   Cubre: Config Global · S1–S11 Home · Header · Footer
   ============================================================ */


/* ============================================================
   1. VARIABLES DE SISTEMA
   ============================================================ */
:root {
  --navy:              #1B2A4A;
  --navy-deep:         #0F1729;
  --red:               #FF1F27;
  --black:             #000000;
  --white:             #FFFFFF;
  --gray-text:         #555555;
  --gray-bg:           #F2F4F7;
  --gray-border:       #E5E8EE;
  --gray-muted:        #8A93A6;
  --space-base:        8px;
  --container:         1240px;
  --radius:            8px;
  --radius-lg:         12px;
  --shadow-card:       0 8px 24px rgba(15,23,41,0.08);
  --shadow-card-strong:0 12px 32px rgba(15,23,41,0.12);
}

/* ============================================================
   2. BASE TIPOGRÁFICA Y RESET
   ============================================================ */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #1B2A4A;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  color: #1B2A4A;
  letter-spacing: -0.02em;
}

/* Contenedor */
.itcom-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}


/* ============================================================
   3. BOTONES
   ============================================================ */
.itcom-btn-primary {
  background: #FF1F27;
  color: #FFFFFF;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #FF1F27;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.itcom-btn-primary:hover {
  background: #E5181F;
  border-color: #E5181F;
  transform: translateY(-1px);
  color: #FFFFFF;
}

.itcom-btn-outline-light {
  background: transparent;
  color: #FFFFFF;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid rgba(255,255,255,0.6);
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.itcom-btn-outline-light:hover {
  border-color: #FFFFFF;
  background: rgba(255,255,255,0.1);
  color: #FFFFFF;
}

.itcom-btn-outline-dark {
  background: transparent;
  color: #1B2A4A;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #1B2A4A;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.itcom-btn-outline-dark:hover {
  background: #1B2A4A;
  color: #FFFFFF;
}


/* ============================================================
   4. EYEBROW / ETIQUETA DE SECCIÓN
   ============================================================ */
.itcom-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF1F27;
  margin-bottom: 16px;
}
.itcom-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #FF1F27;
}
.itcom-eyebrow.light {
  color: rgba(255,255,255,0.75);
}
.itcom-eyebrow.muted {
  color: #8A93A6;
}
.itcom-eyebrow.muted::before {
  background: #8A93A6;
}


/* ============================================================
   5. UTILIDADES DE SECCIÓN
   ============================================================ */
.section-padding    { padding: 96px 0; }
.section-padding-sm { padding: 64px 0; }
.bg-dark  { background: #0F1729; }
.bg-gray  { background: #F2F4F7; }

.red-line {
  width: 48px;
  height: 3px;
  background: #FF1F27;
  margin-bottom: 24px;
}


/* ============================================================
   6. HEADER
   ============================================================ */

/* Contenedor principal del header */
.site-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.logo-svg-icon { flex-shrink: 0; }

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 5px;
}

/* Estado normal (header claro sobre fondo blanco) */
.nav-logo-name {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1B2A4A;
}
.nav-logo-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF1F27;
}

/* Páginas con hero oscuro — logo blanco desde el inicio */
.hero-page .nav-logo-name { color: #FFFFFF; }
.hero-page .nav-logo-tagline { color: #FF1F27; }

/* Estado sticky — el header siempre muestra logo navy sobre blanco */
.elementor-sticky--active .nav-logo-name { color: #1B2A4A; }
.elementor-sticky--active .nav-logo-tagline { color: #FF1F27; }

/* CTA del header */
.btn-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1B2A4A;
  border: 1.5px solid #1B2A4A;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn-header-cta:hover {
  background: #1B2A4A;
  color: #FFFFFF;
}

/* CTA sticky — mantiene estilo oscuro sobre fondo blanco */
.elementor-sticky--active .btn-header-cta {
  color: #1B2A4A;
  border-color: #1B2A4A;
  background: transparent;
}
.elementor-sticky--active .btn-header-cta:hover {
  background: #1B2A4A;
  color: #FFFFFF;
}


/* ============================================================
   7. S1 — HERO
   ============================================================ */
.hero-section {
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
}


/* ============================================================
   8. S3 — LOGOS DE FABRICANTES
   ============================================================ */
.partners-logo img {
  filter: grayscale(100%) opacity(0.5);
  transition: filter 0.3s ease;
}
.partners-logo img:hover {
  filter: grayscale(0%) opacity(1);
}


/* ============================================================
   9. S4 — POR QUÉ ITCOM
   ============================================================ */
.why-columns { display: flex; flex-direction: column; gap: 0; }
.why-col {
  padding: 32px 0;
  border-top: 1px solid #E5E8EE;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 24px;
}
.why-col:last-child { border-bottom: 1px solid #E5E8EE; }
.why-col .num { font-size: 14px; font-weight: 700; color: #FF1F27; padding-top: 6px; }
.why-col h3   { font-size: 20px; font-weight: 600; color: #1B2A4A; margin-bottom: 8px; }
.why-col p    { font-size: 16px; line-height: 1.6; color: #555555; }


/* ============================================================
   10. S5 — SECTORES
   ============================================================ */
.sectores-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.sector-card {
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.2s ease;
}
.sector-card:hover {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(15,23,41,0.08);
  transform: translateY(-2px);
}
.sector-icon { width: 36px; height: 36px; color: #1B2A4A; }
.sector-card h3 { font-size: 16px; line-height: 1.3; font-weight: 700; color: #1B2A4A; }
.sector-card p  { font-size: 14px; line-height: 1.55; color: #555555; }

@media (max-width: 1024px) { .sectores-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .sectores-grid { grid-template-columns: 1fr; } }


/* ============================================================
   11. S6 — PRESENCIA GEOGRÁFICA
   ============================================================ */
.map-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin-top: 24px;
}
.map-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #E5E8EE;
  font-size: 15px;
  font-weight: 500;
  color: #1B2A4A;
}
.map-list-item .pin {
  width: 8px;
  height: 8px;
  background: #FF1F27;
  border-radius: 50%;
  flex-shrink: 0;
}
.map-list-item.pending .pin { background: transparent; border: 1.5px dashed #8A93A6; }
.map-list-item.pending { color: #8A93A6; }
.map-list-item .country-tag {
  margin-left: auto;
  font-size: 11px;
  font-weight: 500;
  color: #8A93A6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.map-svg-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1.1 / 1;
  background: #F2F4F7;
  border-radius: 12px;
  border: 1px solid #E5E8EE;
  overflow: hidden;
}
.map-svg-wrap svg { width: 100%; height: 100%; display: block; }


/* ============================================================
   12. S8 — ACOMPAÑAMIENTO
   ============================================================ */
.acomp-card-s8 {
  transition: all 0.2s ease;
}
.acomp-card-s8:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15,23,41,0.15);
}


/* ============================================================
   13. S9 — CANAL DE DISTRIBUCIÓN
   ============================================================ */
.channel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1B2A4A;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}
.channel-link:hover {
  color: #FF1F27;
  gap: 14px;
}

.channel-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.channel-logo {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.channel-logo:hover {
  border-color: #1B2A4A;
  box-shadow: 0 4px 12px rgba(27,42,74,0.10);
}
.channel-logo .initial {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #D0D5DD;
  transition: color 0.2s;
}
.channel-logo .role {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #BBBBBB;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.channel-logo:hover .initial { color: #1B2A4A; }

@media (max-width: 768px) { .channel-logos { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .channel-logos { grid-template-columns: repeat(2, 1fr); } }


/* ============================================================
   14. S10 — BLOG
   ============================================================ */
.blog-link-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1B2A4A;
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.2s ease, color 0.2s ease;
}
.blog-link-header:hover {
  color: #FF1F27;
  gap: 14px;
}

.blog-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card-home {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.blog-card-home:hover {
  box-shadow: 0 4px 16px rgba(27,42,74,0.08);
  border-color: #1B2A4A;
}
.blog-cat-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.blog-cat-tag.cyber    { background: rgba(255,31,39,0.08); color: #FF1F27; }
.blog-cat-tag.optical  { background: rgba(27,42,74,0.08);  color: #1B2A4A; }
.blog-cat-tag.consulting { background: #F2F4F7; color: #1B2A4A; }

.blog-card-home h3 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1B2A4A;
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-card-home p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 16px;
  flex-grow: 1;
}
.blog-meta-home {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #999999;
  margin-bottom: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.blog-meta-home .sep { color: #CCCCCC; }
.blog-read-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #FF1F27;
  margin-top: auto;
}
.blog-card-pending { opacity: 0.6; cursor: default; }
.blog-card-pending:hover { box-shadow: none; border-color: #E5E7EB; }

@media (max-width: 1024px) { .blog-grid-home { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .blog-grid-home { grid-template-columns: 1fr; } }


/* ============================================================
   15. S11 — CTA FINAL
   ============================================================ */
.cta-final-section {
  position: relative;
}
.cta-final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(255,31,39,0.40) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* 3 garantías (checkmarks) */
.cta-guarantees {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.cta-guarantee-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.4;
}
.check-icon {
  width: 20px;
  height: 20px;
  color: #FF1F27;
  flex-shrink: 0;
}

/* Steps numerados (variante alternativa S11) */
.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FF1F27;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Tarjeta del formulario */
.cta-form-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 40px 36px;
}
.cta-form-label-top {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.50);
  margin-bottom: 24px;
}

/* Formulario nativo provisional */
.cta-form-native { display: flex; flex-direction: column; gap: 12px; }
.cta-form-row-native {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cta-form-native input,
.cta-form-native select,
.cta-form-native textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  color: #FFFFFF;
  padding: 12px 14px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: border-color 0.15s, background 0.15s;
  box-sizing: border-box;
}
.cta-form-native input::placeholder,
.cta-form-native textarea::placeholder { color: rgba(255,255,255,0.38); }
.cta-form-native select { color: rgba(255,255,255,0.38); }
.cta-form-native select option { color: #1B2A4A; background: #FFFFFF; }
.cta-form-native input:focus,
.cta-form-native select:focus,
.cta-form-native textarea:focus {
  outline: none;
  border-color: #FF1F27;
  background: rgba(255,255,255,0.08);
}
.cta-form-native textarea { min-height: 90px; resize: vertical; }

.btn-cta-submit {
  width: 100%;
  background: #FF1F27;
  color: #FFFFFF;
  border: none;
  padding: 16px 32px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 8px;
}
.btn-cta-submit:hover { background: #E5181F; }

.cta-form-privacy {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  text-align: center;
  margin-top: 4px;
}
.cta-form-privacy a { color: rgba(255,255,255,0.55); text-decoration: underline; }

@media (max-width: 640px) {
  .cta-form-row-native { grid-template-columns: 1fr; }
  .cta-form-card { padding: 28px 20px; }
}

/* HubSpot — scoped a S11 para no contaminar otros formularios */
#hubspot-form-s11 .hs-form-private input[type="text"],
#hubspot-form-s11 .hs-form-private input[type="email"],
#hubspot-form-s11 .hs-form-private input[type="tel"],
#hubspot-form-s11 .hs-form-private select,
#hubspot-form-s11 .hs-form-private textarea {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  padding: 12px 14px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#hubspot-form-s11 .hs-form-private label {
  color: rgba(255,255,255,0.70) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
}
#hubspot-form-s11 .hs-form-private input[type="submit"],
#hubspot-form-s11 .hs-form-private .hs-button {
  background: #FF1F27 !important;
  border: none !important;
  color: #FFFFFF !important;
  padding: 16px 32px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  width: 100% !important;
  cursor: pointer !important;
  font-family: 'Inter', sans-serif !important;
  transition: background 0.2s !important;
}
#hubspot-form-s11 .hs-form-private input[type="submit"]:hover,
#hubspot-form-s11 .hs-form-private .hs-button:hover {
  background: #E5181F !important;
}
#hubspot-form-s11 .hs-error-msgs label { color: #FF8A8A !important; }


/* ============================================================
   16. FOOTER
   ============================================================ */
.footer-col-block h4 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}
.footer-col-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col-block a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}
.footer-col-block a:hover { color: #FFFFFF; }

/* Compatibilidad — clases anteriores del footer */
.footer-nav a {
  color: rgba(255,255,255,0.70);
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-nav a:hover { color: #FFFFFF; }
/* =========================================================
   S11 — CTA FINAL · contenedor y garantías
   ========================================================= */

.cta-final-section {
  position: relative;
}
.cta-final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(255,31,39,0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.cta-final-section > .e-con-inner,
.cta-final-section > .elementor-container {
  position: relative;
  z-index: 1;
}

.cta-guarantees {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.cta-guarantee-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.4;
}
.cta-guarantee-item .check-icon {
  width: 20px;
  height: 20px;
  color: #FF1F27;
  flex-shrink: 0;
}

/* =========================================================
   Wrapper tarjeta del formulario
   ========================================================= */

.itcom-form-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 32px;
}
.itcom-form-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .itcom-form-wrapper { padding: 24px; }
}

/* =========================================================
   Override ITCOM para formularios HubSpot (nuevo embed)
   Aplica sobre .hs-form-frame en cualquier página
   ========================================================= */

.itcom-form-wrapper .hs-form-frame,
.itcom-form-wrapper .hs-form,
.itcom-form-wrapper form {
  font-family: 'Inter', sans-serif;
  color: rgba(255,255,255,0.92);
}

.itcom-form-wrapper .hs-form label,
.itcom-form-wrapper .hs-form-field > label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.itcom-form-wrapper .hs-form label .hs-form-required {
  color: #FF1F27;
  margin-left: 2px;
}

.itcom-form-wrapper .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.4;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.itcom-form-wrapper .hs-input::placeholder {
  color: rgba(255,255,255,0.35);
}
.itcom-form-wrapper .hs-input:focus {
  outline: none;
  border-color: #FF1F27;
  background: rgba(255,255,255,0.06);
}
.itcom-form-wrapper textarea.hs-input {
  min-height: 110px;
  resize: vertical;
}

.itcom-form-wrapper select.hs-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgba(255,255,255,0.6)'><path d='M5 8l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 40px;
}
.itcom-form-wrapper select.hs-input option {
  background: #0F1729;
  color: #FFFFFF;
}

.itcom-form-wrapper .hs-form-field {
  margin-bottom: 18px;
}

.itcom-form-wrapper .hs-form-booleancheckbox-display,
.itcom-form-wrapper .legal-consent-container {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}
.itcom-form-wrapper input[type="checkbox"] {
  accent-color: #FF1F27;
  margin-right: 8px;
}
.itcom-form-wrapper .legal-consent-container a {
  color: rgba(255,255,255,0.9);
  text-decoration: underline;
}

.itcom-form-wrapper .hs-button,
.itcom-form-wrapper input[type="submit"] {
  display: inline-block;
  width: 100%;
  background: #FF1F27;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s ease, transform 0.15s ease;
}
.itcom-form-wrapper .hs-button:hover,
.itcom-form-wrapper input[type="submit"]:hover {
  background: #E01921;
  transform: translateY(-1px);
}

.itcom-form-wrapper .hs-error-msgs,
.itcom-form-wrapper .hs-error-msg {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  font-size: 12.5px;
  color: #FF6A70;
}
.itcom-form-wrapper .hs-input.invalid,
.itcom-form-wrapper .hs-input.error {
  border-color: #FF1F27;
}

.itcom-form-wrapper .submitted-message {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
}

/* =========================================================
   Variante fondo claro (para usar en otras páginas)
   Envolver el embed en <div class="itcom-form-light">
   ========================================================= */

.itcom-form-light .itcom-form-wrapper {
  background: #F2F4F7;
  border-color: #E5E7EB;
}
.itcom-form-light .itcom-form-wrapper .hs-form label,
.itcom-form-light .itcom-form-wrapper .hs-form-field > label {
  color: #1B2A4A;
}
.itcom-form-light .itcom-form-wrapper .hs-input:not([type="checkbox"]):not([type="radio"]) {
  background: #FFFFFF;
  border-color: #D1D5DB;
  color: #1B2A4A;
}
.itcom-form-light .itcom-form-wrapper .hs-input::placeholder { color: #9CA3AF; }
.itcom-form-light .itcom-form-wrapper select.hs-input option { background: #FFFFFF; color: #1B2A4A; }
.itcom-form-light .itcom-form-wrapper .itcom-form-label { color: rgba(27,42,74,0.7); }
/* =========================================================
   THANK-YOU PAGE · Sesión de descubrimiento
   ========================================================= */

/* Hero check icon */
.ty-check-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,31,39,0.12);
  border: 1.5px solid rgba(255,31,39,0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.ty-check-circle svg {
  width: 32px;
  height: 32px;
  color: #FF1F27;
}
@media (max-width: 540px) {
  .ty-check-circle { width: 60px; height: 60px; margin-bottom: 24px; }
  .ty-check-circle svg { width: 26px; height: 26px; }
}

/* Halo rojo del hero (igual a S11) */
.ty-hero-section {
  position: relative;
}
.ty-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(255,31,39,0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.ty-hero-section > .e-con-inner,
.ty-hero-section > .elementor-container {
  position: relative;
  z-index: 1;
}

/* Bloque "Qué sigue" — grid de 3 tarjetas */
.ty-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 960px) {
  .ty-steps-grid { grid-template-columns: 1fr; gap: 24px; }
}

.ty-step-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ty-step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 41, 0.10);
}
.ty-step-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FF1F27;
  line-height: 1;
  margin: 0;
}
.ty-step-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #1B2A4A;
  margin: 0;
  letter-spacing: -0.01em;
}
.ty-step-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
  margin: 0;
}/* ============================================================
   17. UTILIDADES DE TIPOGRAFÍA — HERO
   ============================================================ */
.hero-keyword {
  color: #FF1F27;
}/* ============================================================
   18. BREADCRUMB SOBRE FONDO NAVY (Hero verticales y fichas)
   ============================================================ */
.breadcrumb-vertical {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.breadcrumb-vertical a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.15s ease;
}
.breadcrumb-vertical a:hover {
  color: #FFFFFF;
}
.breadcrumb-vertical .sep {
  color: rgba(255,255,255,0.30);
}
.breadcrumb-vertical .current {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}/* ============================================================
   19. PORTFOLIO SIDEBAR (Hero verticales)
   ============================================================ */
.portfolio-sidebar {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 24px;
}
.portfolio-sidebar .sidebar-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}
.portfolio-sidebar .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-sidebar .sidebar-list li {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.portfolio-sidebar .sidebar-list li:last-child {
  border-bottom: none;
}
.portfolio-sidebar .sidebar-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}
.portfolio-sidebar .sidebar-list a::after {
  content: '→';
  font-size: 14px;
  color: rgba(255,255,255,0.30);
  transition: color 0.2s ease;
}
.portfolio-sidebar .sidebar-list a:hover {
  color: #FFFFFF;
}
.portfolio-sidebar .sidebar-list a:hover::after {
  color: #FF1F27;
}
/* ============================================================
   20. CONTEXT CARD (Tarjeta editorial con borde superior rojo)
   ============================================================ */
.context-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.context-card {
  background: #F2F4F7;
  border-top: 3px solid #FF1F27;
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.context-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,41,0.06);
}
.context-card-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #FF1F27;
  line-height: 1;
}
.context-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.30;
  color: #1B2A4A;
  margin: 0;
  letter-spacing: -0.01em;
}
.context-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.60;
  color: #555555;
  margin: 0;
}
@media (max-width: 1024px) {
  .context-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .context-grid { grid-template-columns: 1fr; }
}
/* ============================================================
   21. PRODUCT GRID (Portfolio C3 + reutilizable en otras secciones)
   ============================================================ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.product-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.product-card:hover {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(27,42,74,0.10);
}
.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.product-logo {
  max-height: 32px;
  max-width: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.product-card:hover .product-logo {
  filter: grayscale(0%);
  opacity: 1;
}
.product-category {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #FF1F27;
  background: rgba(255,31,39,0.08);
  padding: 4px 10px;
  border-radius: 2px;
  white-space: nowrap;
}
.product-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.30;
  color: #1B2A4A;
  margin: 0 0 12px 0;
  letter-spacing: -0.01em;
}
.product-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.60;
  color: #555555;
  margin: 0 0 24px 0;
  flex-grow: 1;
}
.product-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FF1F27;
  text-decoration: none;
  transition: gap 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.product-card:hover .product-link {
  gap: 10px;
}

/* Variante: tarjeta de servicio (MSSP/SOCaaS) ocupando ancho completo */
.product-card.service-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.product-card.service-card .service-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,31,39,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-card.service-card .service-icon svg {
  width: 28px;
  height: 28px;
  color: #FF1F27;
}
.product-card.service-card .service-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card.service-card .service-body .product-category {
  align-self: flex-start;
}
.product-card.service-card h3 {
  margin: 0;
}
.product-card.service-card p {
  margin: 0;
  flex-grow: 0;
}
.product-card.service-card .product-link {
  white-space: nowrap;
  margin-top: 0;
}

@media (max-width: 768px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card.service-card {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }
  .product-card.service-card .service-icon {
    align-self: flex-start;
  }
  a.product-card {
  text-decoration: none;
  color: inherit;
}}
/* ============================================================
   22. METHOD STEPS (Metodología C4 + reutilizable)
   ============================================================ */
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-top: 2px solid #E5E8EE;
  padding-top: 32px;
}
.method-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.method-step::before {
  content: '';
  position: absolute;
  top: -34px;
  left: 0;
  width: 24px;
  height: 2px;
  background: #FF1F27;
}
.method-num {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #E5E8EE;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}
.method-tag {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #FF1F27;
  line-height: 1;
}
.method-step h3 {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.30;
  color: #1B2A4A;
  margin: 0;
  letter-spacing: -0.01em;
}
.method-step p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.60;
  color: #555555;
  margin: 0;
  flex-grow: 1;
}
.method-deliverable {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #777777;
  line-height: 1.5;
  padding-top: 12px;
  border-top: 1px solid #F2F4F7;
  margin-top: 4px;
}

@media (max-width: 1024px) {
  .method-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .method-grid { grid-template-columns: 1fr; }
  .method-step::before { display: none; }
}
/* ============================================================
   23. SECTOR TAGS (Chips de sectores en C5 + reutilizable)
   ============================================================ */
.sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.sector-tag {
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-radius: 100px;
  padding: 8px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1B2A4A;
  transition: border-color 0.2s ease;
}
.sector-tag:hover {
  border-color: #1B2A4A;
}
/* ============================================================
   24. CASE CARDS (Casos verificados — C6 + S7 reutilizable)
   ============================================================ */
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.case-card {
  background: #FFFFFF;
  border-radius: 8px;
  border-left: 4px solid #FF1F27;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
}
.case-card:hover {
  box-shadow: 0 8px 24px rgba(15,23,41,0.08);
}
.case-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F4F7;
}
.case-product {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FF1F27;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.case-sector {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #777777;
  text-align: right;
  line-height: 1.4;
}
.case-situation {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
.case-solution {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1B2A4A;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.case-solution strong {
  font-weight: 700;
}
.case-result {
  background: #F2F4F7;
  border-radius: 4px;
  padding: 14px 16px;
  margin-top: auto;
}
.result-metric {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #FF1F27;
  line-height: 1.2;
  margin-bottom: 4px;
}
.result-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #777777;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .case-grid { grid-template-columns: 1fr; }
}
/* ============================================================
   25. REGULATORY TAGS (C7 Marcos regulatorios)
   ============================================================ */
.regulatory-groups {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.regulatory-group-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #8A93A6;
  margin-bottom: 14px;
}

.regulatory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.regulatory-tags .tag {
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1B2A4A;
  padding: 8px 14px;
  border-radius: 4px;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.regulatory-tags .tag-eu {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
}
.regulatory-tags .tag-eu:hover {
  border-color: #1B2A4A;
}

.regulatory-tags .tag-latam {
  background: rgba(27,42,74,0.05);
  border: 1px solid transparent;
}
.regulatory-tags .tag-latam:hover {
  background: rgba(27,42,74,0.08);
}
/* ============================================================
   26. HERO KPIS (banda de cifras dentro del Hero S1)
   ============================================================ */
.hero-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-kpi {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-kpi .kpi-headline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  color: #FFFFFF;
  letter-spacing: -0.015em;
}
.hero-kpi .kpi-label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255,255,255,0.64);
}
@media (max-width: 1024px) {
  .hero-kpis {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    margin-top: 48px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .hero-kpis { grid-template-columns: 1fr; gap: 24px; }
}
/* ============================================================
   27. CONTEXT-CARD · Variantes para S2 Home (Tres verticales)
   ============================================================ */

/* Variante channel-card: borde superior coloreado por canal */
.context-card.channel-card {
  border-top-width: 3px;
  border-top-style: solid;
}
.context-card.channel-card.channel-cyber { border-top-color: #FF1F27; }
.context-card.channel-card.channel-optical { border-top-color: #1B2A4A; }
.context-card.channel-card.channel-services { border-top-color: #C5CBD3; }

/* Slogan corto: cierre punzante antes del enlace */
.context-card .channel-slogan {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #1B2A4A;
  margin-top: auto;
  padding-top: 16px;
}

/* Enlace de tarjeta: rojo, peso 600, flecha animada en hover */
.context-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FF1F27;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.context-card-link:hover {
  color: #FF1F27;
  gap: 10px;
  text-decoration: underline;
}
.context-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
/* ============================================================
   28. PARTNER GRID · Franja de logos de fabricantes (S3 Home)
   ============================================================ */
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
  width: 100%;
}
.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 140px;
  max-width: 220px;
  padding: 12px 8px;
  transition: filter 0.3s ease, opacity 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.65;
}
.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.partner-logo img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media (max-width: 1024px) {
  .partner-grid { gap: 24px; }
  .partner-logo { min-width: 120px; max-width: 180px; }
  .partner-logo img { max-height: 40px; }
}
@media (max-width: 640px) {
  .partner-grid { gap: 16px 24px; }
  .partner-logo {
    flex: 1 1 40%;
    min-width: 100px;
    max-width: 45%;
  }
  .partner-logo img { max-height: 36px; }
}
/* ============================================================
   29. WHY KPI BAND · Banda centrada con KPI gigante (S4 Home)
   ============================================================ */
.why-kpi-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 32px 0;
}
.why-kpi-band .kpi-figure {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(96px, 14vw, 180px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #1B2A4A;
}
.why-kpi-band .kpi-figure .kpi-unit {
  font-size: 0.32em;
  font-weight: 700;
  color: #FF1F27;
  margin-top: 0.6em;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .why-kpi-band { padding: 24px 0; gap: 12px; }
}
/* ============================================================
   30. CASE GRID 3-COLUMN · Variante para 3 casos (S7 Home)
   ============================================================ */
.case-grid.case-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .case-grid.case-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .case-grid.case-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Tipografía dentro de .case-result (cifra dominante + descriptor) */
.case-result strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1B2A4A;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 4px;
}
.case-result span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  line-height: 1.4;
}
.case-grid.case-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}
.case-grid.case-grid-3 > .elementor-widget-html {
  display: flex;
  height: 100%;
}

.case-grid.case-grid-3 > .elementor-widget-html > .elementor-widget-container {
  width: 100%;
  display: flex;
}

.case-grid.case-grid-3 .case-card {
  height: 100%;
  width: 100%;
}
/* ============================================================
   32. TECH TAGS · Banda de tags al pie de tarjeta (S8 Home)
   ============================================================ */
.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #E5E8EE;
}
.tech-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  background: #F2F4F7;
  color: #1B2A4A;
  letter-spacing: 0.02em;
}
/* ============================================================
   33. PARTNERS BY COUNTRY · Red de partners por país (S9 Home)
   ============================================================ */
.partners-by-country {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
.country-cell {
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.country-cell:hover {
  border-color: #1B2A4A;
  box-shadow: 0 4px 12px rgba(27,42,74,0.08);
}
.country-cell--pending { opacity: 0.7; }
.country-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E8EE;
}
.country-flag { font-size: 18px; line-height: 1; }
.country-name {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1B2A4A;
}
.partner-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #F2F4F7;
  border-radius: 4px;
  height: 80px;
  transition: background 0.2s ease;
}
.partner-logo-link:hover { background: #E5E8EE; }
.partner-logo-link img {
  width: auto;
  height: auto;
  max-height: 56px;
  max-width: 80%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: filter 0.3s ease;
  display: block;
}
.partner-logo-link:hover img {
  filter: grayscale(0%) opacity(1);
}
.direct-badge {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #FF1F27;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255,31,39,0.07);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
}
.pending-badge {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #8A93A6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #F2F4F7;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .partners-by-country { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 640px) {
  .partners-by-country { grid-template-columns: 1fr; gap: 12px; }
}
.partners-by-country { margin-left: auto; margin-right: auto; max-width: 1192px; }
/* ============================================================
   34. BLOG GRID HOME · Tres posts destacados (S10 Home)
   ============================================================ */
.blog-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}
.blog-card-home {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E8EE;
  border-radius: 8px;
  background: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.blog-card-home:hover {
  box-shadow: 0 4px 16px rgba(27,42,74,0.08);
  border-color: #1B2A4A;
  transform: translateY(-2px);
}
.blog-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
}
.blog-card-top { flex-grow: 1; }

.blog-cat-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.blog-cat-tag.cyber      { color: #FF1F27; }
.blog-cat-tag.optical    { color: #1B2A4A; }
.blog-cat-tag.consulting { color: #8A93A6; }

.blog-card-home h3 {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #1B2A4A;
  margin: 0 0 12px 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.blog-card-home p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.55;
  margin: 0 0 24px 0;
}

.blog-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px dashed #E5E8EE;
  gap: 12px;
}
.blog-meta-home {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #8A93A6;
  display: flex;
  gap: 6px;
  align-items: center;
}
.blog-meta-home .sep { color: #CCCCCC; }
.blog-read-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FF1F27;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .blog-grid-home { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .blog-grid-home { grid-template-columns: 1fr; }
  .blog-card-inner { padding: 24px; }
  .blog-card-home h3 { font-size: 18px; }
}/* ============================================================
   BLOQUE 35 · FAMILY-GRID + FAMILY-CARD (F3 OPTICAL)
   Grid 2×2 de familias de producto, alturas naturales,
   tarjetas con título de familia y lista interna estructurada.
   ============================================================ */
.family-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
  align-items: start;
}
.family-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.family-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,41,0.06);
}
.family-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.30;
  color: #1B2A4A;
  margin: 0;
  letter-spacing: -0.01em;
}
.family-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.family-list li {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
  padding-bottom: 14px;
  border-bottom: 1px solid #E5E8EE;
}
.family-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.family-list li strong {
  display: block;
  color: #1B2A4A;
  font-weight: 600;
  margin-bottom: 2px;
}
.family-list li span {
  color: #555555;
  font-weight: 400;
}

/* Línea de cierre — derivación a Servicios */
.portfolio-footnote {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555555;
  text-align: center;
  margin: 0;
  font-style: italic;
}
.portfolio-footnote a {
  color: #1B2A4A;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(27,42,74,0.30);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}
.portfolio-footnote a:hover {
  text-decoration-color: #FF1F27;
}

/* Responsive */
@media (max-width: 1024px) {
  .family-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .family-grid { grid-template-columns: 1fr; }
  .family-card { padding: 24px 20px; }
}
/* ============================================================
   BLOQUE 21 EXTENSIÓN · HEADER EN DOS LÍNEAS (F3 OPTICAL)
   Variante para product-card sin logo: marca arriba + categoría abajo.
   Solo se activa con clase modificadora .product-card--stacked.
   ============================================================ */
.product-card.product-card--stacked .product-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.product-brand {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #1B2A4A;
  line-height: 1;
}
/* ============================================================
   BLOQUE 35 · USE-CASE-CARD (F4 OPTICAL)
   Tarjetas de aplicación con borde superior rojo, título con guion
   editorial, párrafo de criterio y línea de tags técnicos al pie.
   Reutiliza .case-grid + .case-grid-3 del bloque 24/30 como contenedor.
   ============================================================ */
.use-case-card {
  background: #FFFFFF;
  border-radius: 8px;
  border-top: 3px solid #FF1F27;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 1px 3px rgba(15,23,41,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.use-case-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,41,0.08);
}
.use-case-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #1B2A4A;
  letter-spacing: -0.01em;
  margin: 0 0 16px 0;
}
.use-case-body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.use-case-tags {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1B2A4A;
  padding-top: 16px;
  border-top: 1px solid #F2F4F7;
  margin-top: auto;
}

/* Aplicar el patrón de altura igualada también cuando el grid usa
   use-case-grid como gancho adicional, por consistencia con bloque 30. */
.use-case-grid > .elementor-widget-html {
  display: flex;
  height: 100%;
}
.use-case-grid > .elementor-widget-html > .elementor-widget-container {
  width: 100%;
  display: flex;
}
/* Etiquetas duales sector + regulación arriba (variante AREXDATA) */
.uc-label-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
}

.uc-sector-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1B2A4A;
  background: #F2F4F7;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
}

.uc-regulation {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #FF1F27;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .use-case-card { padding: 24px 20px; }
  .use-case-title { font-size: 17px; }
}
/* ============================================================
   BLOQUE 36 · SECTOR-CARD (F6 OPTICAL)
   Tarjetas de sector con icono SVG arriba, título Navy y descripción
   gris. Sin borde superior decorativo. Reutilizable.
   ============================================================ */
.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sector-card {
  background: #FFFFFF;
  border: 2px solid #D0D5DD;
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.sector-card:hover {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(15,23,41,0.06);
  transform: translateY(-2px);
}
.sector-icon {
  width: 40px;
  height: 40px;
  color: #1B2A4A;
  flex-shrink: 0;
  transition: color 0.2s ease;
  margin-bottom: 16px
}
.sector-icon svg {
  width: 100%;
  height: 100%;
}
.sector-card:hover .sector-icon {
  color: #FF1F27;
}
.sector-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.30;
  color: #1B2A4A;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.sector-card-body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.60;
  color: #555555;
  margin: 0;
}

@media (max-width: 768px) {
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { padding: 24px 20px; }
}
/* ============================================================
   BLOQUE 25 EXTENSIÓN · MODIFICADORES TAG-TRANSPORT Y TAG-SECURITY
   (F8 OPTICAL) — Replican estética de .tag-eu y .tag-latam con
   nomenclatura semántica propia del vertical OPTICAL.
   ============================================================ */
.regulatory-tags .tag-transport {
  background: #FFFFFF;
  border: 2px solid #D6D3DA;
}
.regulatory-tags .tag-transport:hover {
  border-color: #1B2A4A;
}

.regulatory-tags .tag-security {
  background: rgba(27,42,74,0.15);
  border: 1px solid transparent;
}
.regulatory-tags .tag-security:hover {
  background: rgba(27,42,74,0.40);
}
/* ============================================================
   37. PRODUCT SPEC CARD (Hero de fichas de producto · sobre Navy)
   ============================================================ */
.product-spec-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  overflow: hidden;
  padding:5px;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.spec-table tr { border-bottom: 1px solid rgba(255,255,255,0.08); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table th { padding: 10px 16px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); text-align: left; width: 38%; vertical-align: top; }
.spec-table td { padding: 10px 16px; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.85); vertical-align: top; }
.spec-table tr.highlight { background: rgba(255,255,255,0.10); }
.spec-table tr.highlight th, .spec-table tr.highlight td { color: #FFFFFF; }

@media (max-width: 640px) {
  .spec-table th { width: 42%; font-size: 10px; padding: 8px 12px; }
  .spec-table td { font-size: 12px; padding: 8px 12px; }
}
/* ======================================
   38. CAPACIDAD CARD (P3 fichas producto)
   Grid 3×2 de capacidades con módulo-tag
   y variante highlight para la pieza
   más diferenciadora de cada plataforma.
   Reutilizable en AREXDATA, Cynet,
   QCyTE, Parallels, PacketLight.
   ====================================== */
.capacidades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.capacidad-card {
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.capacidad-card:hover {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(15,23,41,0.06);
  transform: translateY(-2px);
}

.capacidad-card h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #1B2A4A;
  margin: 0;
}

.capacidad-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #555555;
  margin: 0;
}

.capacidad-card .module-tag {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1B2A4A;
  background: #F2F4F7;
  border-radius: 2px;
}

.capacidad-card.highlight {
  border: none;
  background: #1B2A4A;
}
.capacidad-card.highlight h3 {
  color: #FFFFFF;
}
.capacidad-card.highlight p {
  color: rgba(255,255,255,0.85);
}
.capacidad-card.highlight .module-tag {
  background: rgba(255,255,255,0.12);
  color: #FFFFFF;
}
.capacidad-card.highlight:hover {
  border: none;
  box-shadow: 0 8px 24px rgba(15,23,41,0.15);
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .capacidades-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .capacidades-grid { grid-template-columns: 1fr; }
  .capacidad-card { padding: 24px 22px; }
}
/* ======================================
   39. INTEGRATIONS WRAPPER (P4 fichas)
   Layout vertical por categoría con
   etiqueta a la izquierda y tags
   horizontales a la derecha.
   Reutilizable en las 5 fichas.
   ====================================== */
.integrations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: #D3D6DA;
  border-radius: 8px;
  padding: 32px 36px;
}

.int-group {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(15, 23, 41, 0.10);
}

.int-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.int-group h5 {
  margin: 0;
  padding-top: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555555;
}

.int-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.int-tag {
  display: inline-block;
  background: #F2F4F7;
  border: 1px solid #E5E8EE;
  border-radius: 4px;
  padding: 7px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1B2A4A;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.int-tag:hover {
  background: #FFFFFF;
  border-color: #1B2A4A;
}

.int-closer {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.int-closer strong {
  font-weight: 700;
  color: #1B2A4A;
}

@media (max-width: 768px) {
  .integrations-wrapper {
    padding: 24px;
  }
  .int-group {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 24px;
  }
  .int-group h5 {
    padding-top: 0;
  }
}
/* ============================================================
   40. ITCOM-SERVICE-GRID (P6 fichas producto)
   Grid 2×2 de servicios ITCOM sobre fondo Navy.
   Sección diferenciadora — argumenta el valor ITCOM
   sobre el producto del fabricante.
   Reutilizable en las 5 fichas (AREXDATA, Cynet,
   QCyTE, Parallels, PacketLight).
   ============================================================ */
.itcom-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.itcom-service {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.itcom-service:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.itcom-service .service-num {
  flex-shrink: 0;
  min-width: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #FF1F27;
  letter-spacing: -0.02em;
}

.itcom-service .service-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.itcom-service .service-body h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.itcom-service .service-body p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.70);
}

@media (max-width: 1024px) {
  .itcom-service-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .itcom-service { padding: 24px 20px; gap: 16px; }
  .itcom-service .service-num { font-size: 28px; min-width: 36px; }
}
/* ============================================================
   41. RESOURCES-GRID (P8 fichas producto)
   Lista vertical de tarjetas de recursos descargables
   (ficha técnica, whitepapers, casos de éxito).
   Soporta estado "En preparación" para recursos pendientes.
   Reutilizable en las 5 fichas.
   ============================================================ */
.resources-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resource-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #FFFFFF;
  border: 1px solid #D3D6DA;
  border-radius: 8px;
  padding: 20px 28px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(15, 23, 41, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a.resource-card:hover {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.08);
  transform: translateY(-1px);
}

.resource-card .resource-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: #1B2A4A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource-card .resource-icon svg {
  width: 100%;
  height: 100%;
}

.resource-card .resource-body {
  flex: 1;
  min-width: 0;
}

.resource-card .resource-title {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #1B2A4A;
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}

.resource-card .resource-meta {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  margin: 0;
}

.resource-action {
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FF1F27;
  line-height: 1;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

a.resource-card:hover .resource-action {
  transform: translateX(2px);
}

.resource-status {
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555555;
  background: #D3D6DA;
  padding: 4px 10px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 8px;
}

.resource-card.is-pending {
  opacity: 0.85;
  cursor: default;
}

@media (max-width: 768px) {
  .resource-card {
    flex-wrap: wrap;
    padding: 18px 20px;
    gap: 16px;
  }
  .resource-card .resource-body {
    flex-basis: calc(100% - 52px);
  }
  .resource-action,
  .resource-status {
    margin-left: 52px;
  }
}
/* ============================================================
   42. PORTFOLIO CAPAS (P3 fichas multi-producto)
   Tres bandas verticales con cabecera de capa numerada
   y grid horizontal de productos dentro de cada banda.
   Introducido en QCyTE — Hilo 05 sub-hilo QCyTE.
   ============================================================ */
.portfolio-capas {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* --- BANDA DE CAPA --- */
.capa {
  padding: 56px 0;
  border-top: 1px solid rgba(15, 23, 41, 0.10);
}
.capa:first-child {
  border-top: none;
  padding-top: 24px;
}
.capa:last-child {
  padding-bottom: 24px;
}

/* --- HEADER DE CAPA --- */
.capa-header {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px 28px;
  align-items: start;
  margin-bottom: 32px;
}
.capa-num {
  grid-row: 1 / span 2;
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: #FF1F27;
  letter-spacing: -0.02em;
}
.capa-title {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1B2A4A;
  margin: 0;
}
.capa-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #555555;
  margin: 0;
  max-width: 720px;
}

/* --- GRIDS POR CAPA --- */
.capa-grid {
  display: grid;
  gap: 20px;
}
.capa-grid-5 {
  grid-template-columns: repeat(3, 1fr);
}
.capa-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.capa-grid-1 {
  grid-template-columns: 1fr;
}

/* --- TARJETA DE PRODUCTO DE CAPA --- */
.capa-card {
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-radius: 8px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.capa-card:hover {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.06);
  transform: translateY(-2px);
}
.capa-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #1B2A4A;
  margin: 0;
}
.capa-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #555555;
  margin: 0;
}
.capa-card .capa-tag {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 4px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1B2A4A;
  background: #D3D6DA;
  border-radius: 2px;
}

/* --- VARIANTE HIGHLIGHT (Notyfind en Capa 2) --- */
.capa-card.highlight {
  background: #1B2A4A;
  border: none;
}
.capa-card.highlight h3 { color: #FFFFFF; }
.capa-card.highlight p  { color: rgba(255, 255, 255, 0.85); }
.capa-card.highlight .capa-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.capa-card.highlight:hover {
  border: none;
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.15);
  transform: translateY(-2px);
}

/* --- VARIANTE WIDE (Consultoría PostQ en Capa 3) --- */
.capa-card.wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  align-items: center;
  padding: 32px 36px;
}
.capa-card.wide .wide-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.capa-card.wide .wide-cta {
  text-align: right;
}
.capa-card.wide .wide-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background: #1B2A4A;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.capa-card.wide .wide-cta a:hover {
  background: #0F1729;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .capa-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .capa-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .capa-card.wide {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .capa-card.wide .wide-cta { text-align: left; }
}
@media (max-width: 640px) {
  .capa { padding: 40px 0; }
  .capa-header {
    grid-template-columns: 56px 1fr;
    gap: 6px 16px;
    margin-bottom: 24px;
  }
  .capa-num { font-size: 36px; }
  .capa-title { font-size: 20px; }
  .capa-desc { font-size: 15px; }
  .capa-grid-5,
  .capa-grid-3 { grid-template-columns: 1fr; }
}
/* ============================================================
   43. METODOLOGÍA POSTQ (P4 ficha QCyTE)
   Dos sub-componentes en una misma sección:
   43a · Timeline horizontal de 5 fases con línea conectora
         y nodos numerados. En tablet y móvil colapsa a vertical
         manteniendo la línea conectora del lateral izquierdo.
   43b · Banda inferior conceptual "Gobernanza continua" con
         3 sub-pilares horizontales en columna. Sin números,
         sin línea, sin chips — visual sobrio que comunica
         filosofía, no oferta.
   Introducido en QCyTE — Hilo 05 sub-hilo QCyTE.
   ============================================================ */

/* ---------- 43a · TIMELINE 5 FASES ---------- */
.metodologia-fases {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline-fases {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 32px 0 16px 0;
}
/* Línea horizontal conectora — desktop */
.timeline-fases::before {
  content: "";
  position: absolute;
  top: 64px;
  left: calc(10% + 8px);
  right: calc(10% + 8px);
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(255, 31, 39, 0.20) 0%,
    rgba(255, 31, 39, 0.50) 50%,
    rgba(255, 31, 39, 0.20) 100%
  );
  z-index: 0;
}
.fase-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.fase-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FF1F27;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(255, 31, 39, 0.30);
  position: relative;
  z-index: 2;
}
.fase-body {
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-radius: 8px;
  padding: 20px 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.fase-card:hover .fase-body {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.08);
  transform: translateY(-2px);
}
.fase-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #FF1F27;
  margin: 0;
}
.fase-body h4 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #1B2A4A;
  margin: 0;
}
.fase-body p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #555555;
  margin: 0;
}

/* ---------- 43b · BANDA GOBERNANZA CONTINUA ---------- */
.gobernanza-bloque {
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid rgba(15, 23, 41, 0.10);
}
.gobernanza-header {
  text-align: center;
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.gobernanza-header .itcom-eyebrow {
  justify-content: center;
  margin-bottom: 12px;
}
.gobernanza-header h3 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #1B2A4A;
  margin: 0 0 16px 0;
}
.gobernanza-header p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #555555;
  margin: 0;
}
.gobernanza-pilares {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pilar-bloque {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 8px;
}
.pilar-bloque h4 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #1B2A4A;
  margin: 0;
}
.pilar-bloque p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #555555;
  margin: 0;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .timeline-fases {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 16px 0 0 0;
  }
  .timeline-fases::before {
    top: 28px;
    bottom: 28px;
    left: 28px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(
      to bottom,
      rgba(255, 31, 39, 0.20) 0%,
      rgba(255, 31, 39, 0.50) 50%,
      rgba(255, 31, 39, 0.20) 100%
    );
  }
  .fase-card {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
  }
  .fase-num {
    flex-shrink: 0;
  }
  .fase-body {
    flex: 1;
  }
  .gobernanza-pilares {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .timeline-fases::before { left: 22px; }
  .fase-num {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .fase-body { padding: 18px 16px; }
  .gobernanza-bloque {
    margin-top: 56px;
    padding-top: 40px;
  }
  .gobernanza-header h3 { font-size: 24px; }
}
/* ============================================================
   Bloque 44 · Portfolio Table (P4 PacketLight)
   ============================================================ */

.portfolio-table-wrapper {
  margin-top: 48px;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #E5E8EE;
}

.portfolio-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.55;
  background: #FFFFFF;
}

.portfolio-table thead th {
  background: #1B2A4A;
  color: #FFFFFF;
  font-weight: 600;
  text-align: left;
  padding: 16px 20px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.portfolio-table tbody td {
  padding: 14px 20px;
  border-top: 1px solid #E5E8EE;
  color: #555555;
  vertical-align: middle;
}

.portfolio-table tbody tr:first-child td {
  border-top: none;
}

.portfolio-table tbody td:first-child {
  font-weight: 600;
  color: #1B2A4A;
  white-space: nowrap;
}

.portfolio-table tbody td:nth-child(2) {
  font-weight: 500;
  color: #1B2A4A;
  white-space: nowrap;
}

.portfolio-table tbody tr.highlight {
  background: #FFF5F5;
}

.portfolio-table tbody tr.highlight td:first-child {
  color: #FF1F27;
}

.portfolio-table tbody tr.divider td {
  background: #D3D6DA;
  font-weight: 700;
  color: #1B2A4A;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 10px 20px;
  border-top: 2px solid #1B2A4A;
}

@media (max-width: 768px) {
  .portfolio-table {
    font-size: 14px;
  }
  .portfolio-table thead th,
  .portfolio-table tbody td {
    padding: 10px 12px;
  }
}
/* ============================================================
   45. CAPAS-STACK (P3 fichas de servicio)
   Tres bandas verticales apiladas, una por capa del servicio.
   Cada banda con número grande lateral y contenido principal.
   Modificador .highlight para destacar la capa diferenciadora.
   Introducido para MSSP/SOCaaS (Hilo 05 sub-hilo MSSP).
   ============================================================ */
.capas-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.capa-stack-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  align-items: start;
  padding: 40px 48px;
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.capa-stack-card:hover {
  border-color: #1B2A4A;
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.08);
}
.capa-stack-card.highlight {
  background: #1B2A4A;
  border-color: #1B2A4A;
  color: #FFFFFF;
}
.capa-stack-card.highlight:hover {
  border-color: #FF1F27;
  box-shadow: 0 8px 24px rgba(255, 31, 39, 0.15);
}
.capa-stack-card .capa-num {
  font-family: 'Inter', sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: #FF1F27;
  letter-spacing: -0.03em;
}
.capa-stack-card.highlight .capa-num {
  color: #FF1F27;
}
.capa-stack-card .capa-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.capa-stack-card .capa-body h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #1B2A4A;
  letter-spacing: -0.01em;
}
.capa-stack-card.highlight .capa-body h3 {
  color: #FFFFFF;
}
.capa-stack-card .capa-body p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #555555;
}
.capa-stack-card.highlight .capa-body p {
  color: rgba(255, 255, 255, 0.85);
}
.capa-stack-card .capa-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.capa-stack-card .capa-tags span {
  padding: 6px 14px;
  background: #F2F4F7;
  border: 1px solid #E5E8EE;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #1B2A4A;
  letter-spacing: 0.01em;
}
.capa-stack-card.highlight .capa-tags span {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.20);
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .capa-stack-card {
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 32px 36px;
  }
  .capa-stack-card .capa-num {
    font-size: 52px;
  }
  .capa-stack-card .capa-body h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .capa-stack-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px;
  }
  .capa-stack-card .capa-num {
    font-size: 44px;
  }
  .capa-stack-card .capa-body h3 {
    font-size: 20px;
  }
}
/* ============================================================
   46. CONTEXT-CARD COMO ENLACE CLICKABLE
   Introducido en Hilo 06 S3 landing /servicios/ para tres
   tarjetas que enlazan a páginas hijas. Convierte la
   .context-card del bloque 20 en clickable preservando
   estilos del padre y añadiendo afordance via .product-link.
   ============================================================ */
a.context-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.context-card:hover {
  text-decoration: none;
}
.context-card:hover .product-link {
  gap: 10px;
}
/* ============================================================
   47. METODOLOGÍA CICLO (P4 Consultoría — 8 fases grid 4x2 + ciclo)
   NUEVA en v1.12 — sub-hilo Servicios/Consultoría
   ============================================================ */
.metodologia-ciclo {
  width: 100%;
}

.ciclo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.ciclo-card {
  background: #FFFFFF;
  border: 1px solid #E5E8EE;
  border-top: 3px solid #FF1F27;
  border-radius: 8px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ciclo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(15 23 41 / .06);
}

.ciclo-num {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FF1F27;
  line-height: 1;
  display: block;
}

.ciclo-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1B2A4A;
  line-height: 1.3;
  margin: 0;
}

.ciclo-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 1.5;
  margin: 0;
}

.ciclo-loop-indicator {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: #F2F4F7;
  border-left: 3px solid #FF1F27;
  border-radius: 8px;
  margin-top: 8px;
}

.ciclo-loop-indicator .loop-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #FF1F27;
}

.ciclo-loop-indicator .loop-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ciclo-loop-indicator .loop-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FF1F27;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ciclo-loop-indicator .loop-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1B2A4A;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .ciclo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ciclo-grid {
    grid-template-columns: 1fr;
  }
  .ciclo-loop-indicator {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
/* Mantenimiento Óptico · P2 PainPoints — grid 2×2 (4 cards) */
.context-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .context-grid.cols-2 { grid-template-columns: 1fr; } }
/* ============================================
   BLOQUE 48 · TEAM GRID + PERSONA CARD
   Sección N3 "El equipo" — página /nosotros/
   ============================================ */

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.persona-card {
    background: #FFFFFF;
    border: 1px solid #E5E8EE;
    border-radius: 8px;
    padding: 32px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.persona-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgb(15 23 41 / .06);
}

.persona-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
    background: #E5E8EE;
}
.persona-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.persona-name {
    font-size: 22px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 6px 0;
    line-height: 1.25;
}

.persona-role {
    font-size: 13px;
    font-weight: 600;
    color: #555555;
    margin: 0 0 16px 0;
    line-height: 1.4;
}
.persona-role-org {
    color: #8A93A6;
    font-weight: 500;
}

.persona-bio {
    font-size: 15px;
    color: #555555;
    line-height: 1.55;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.persona-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.persona-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1B2A4A;
    border: 1px solid #D0D5DD;
    padding: 4px 10px;
    border-radius: 4px;
    background: transparent;
}

@media (max-width: 1024px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .team-grid { grid-template-columns: 1fr; }
    .persona-card { padding: 24px; }
}
/* ============================================================
   Bloque 6 · EXTENSIÓN — HEADER NAVY DEEP  (Hilo Header/Breadnav, jun 2026)
   Deroga la regla operativa #11 ("header blanco persistente").
   El header pasa a Navy Deep #0F1729 (igual que el footer) en TODAS las páginas.
   Todo el cambio vive aquí; se revierte quitando el bloque.
   Overrides scopeados a header.elementor-location-header con !important para
   ganar a los globals de Elementor y al pointer HFE, sea cual sea el orden
   del CSS combinado por LiteSpeed.
   ============================================================ */

/* --- Fondo: navy de borde a borde (contenedor exterior) + interior transparente --- */
header.elementor-location-header .elementor-element-8dca7d6{background-color:#0F1729 !important}
header.elementor-location-header .elementor-element-cb82ae1{background-color:transparent !important}
header.elementor-location-header .elementor-element-cb82ae1::before{background:transparent !important}

/* --- Logo: nombre blanco, tagline rojo (decisiones 2 y 3) --- */
header.elementor-location-header .site-logo .nav-logo-name{color:#FFFFFF !important}
header.elementor-location-header .site-logo .nav-logo-tagline{color:#FF1F27 !important}

/* --- Menú · normal: blanco translúcido 75% (decisión 3) --- */
header.elementor-location-header .elementor-element-bccb155 .menu-item a.hfe-menu-item{color:#FFFFFFBF !important}

/* --- Menú · hover: blanco 100%, sin fondo --- */
header.elementor-location-header .elementor-element-bccb155 .menu-item a.hfe-menu-item:hover{color:#FFFFFF !important;background-color:transparent !important}

/* --- Menú · activo + ANCESTRO: texto blanco, sin pastilla roja, subrayado rojo (decisión 7) --- */
header.elementor-location-header .elementor-element-bccb155 .menu-item.current-menu-item a.hfe-menu-item,
header.elementor-location-header .elementor-element-bccb155 .menu-item.current-menu-ancestor a.hfe-menu-item{
  color:#FFFFFF !important;
  background-color:transparent !important;
  box-shadow:inset 0 -2px 0 0 #FF1F27 !important;
}

/* --- Submenú desplegable sobre Navy Deep --- */
header.elementor-location-header .elementor-element-bccb155 .sub-menu{background-color:#0F1729 !important;border:1px solid rgba(255,255,255,.12) !important}
header.elementor-location-header .elementor-element-bccb155 .sub-menu a.hfe-sub-menu-item{color:#FFFFFFA3 !important}
header.elementor-location-header .elementor-element-bccb155 .sub-menu a.hfe-sub-menu-item:hover{color:#FFFFFF !important;background-color:rgba(255,255,255,.06) !important}
/* Producto actual dentro del submenú → rojo (decisión 7) */
header.elementor-location-header .elementor-element-bccb155 .sub-menu .current-menu-item a.hfe-sub-menu-item{color:#FF1F27 !important}

/* --- CTA del header: rojo sólido (era outline navy → invisible sobre navy) --- */
header.elementor-location-header .btn-header-cta,
header.elementor-location-header .elementor-sticky--active .btn-header-cta{
  background:#FF1F27 !important;color:#FFFFFF !important;border-color:#FF1F27 !important;
}
header.elementor-location-header .btn-header-cta:hover,
header.elementor-location-header .elementor-sticky--active .btn-header-cta:hover{
  background:#E5181F !important;color:#FFFFFF !important;border-color:#E5181F !important;
}

/* --- Hamburguesa móvil en blanco (defensivo) --- */
header.elementor-location-header .hfe-menu-toggle,
header.elementor-location-header .hfe-menu-toggle svg{color:#FFFFFF !important;fill:#FFFFFF !important}
/* --- Anular el relleno del pointer "Background" de HFE en el header ---
   En hover, HFE rellena el ítem con su gris #55595c vía ::before, que sobre
   el header Navy Deep se ve como un bloque oscuro. Lo dejamos transparente:
   el hover queda solo como texto a blanco pleno, coherente con el mockup. */
header.elementor-location-header .elementor-element-bccb155 .menu-item.parent a.hfe-menu-item::before,
header.elementor-location-header .elementor-element-bccb155 .menu-item.parent a.hfe-menu-item::after{
  background:transparent !important;
  background-color:transparent !important;
  opacity:0 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-display: auto;
	src: url('https://itcom-devprocess.com/wp-content/uploads/2026/04/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */