:root {
  --ink: #0b1112;
  --ink-soft: #182224;
  --paper: #f2f2ef;
  --paper-2: #e9e9e5;
  --muted: #6d7778;
  --muted-dark: #9ca9aa;
  --line: rgba(11, 17, 18, 0.14);
  --steel-1: #aebac7;
  --steel-2: #8494a6;
  --steel-3: #67788c;
  --navy: #1d3358;
  --navy-2: #2b4a7f;
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1380px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Poppins', 'Century Gothic', 'Avenir Next', Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.section-shell {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 74px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-bottom: 1px solid rgba(10, 20, 21, .06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.04em;
  justify-self: start;
}
.brand-mark {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 12px;
}

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a {
  color: #394243;
  font-size: 12px;
  font-weight: 550;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.main-nav a:hover { opacity: .55; transform: translateY(-1px); }

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.pill:hover { transform: translateY(-2px) scale(1.01); }
.pill-dark { background: var(--ink); color: white; }
.header-cta { justify-self: end; min-width: 92px; height: 40px; padding: 0 22px; font-size: 12px; font-weight: 700; }

.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 1.5px; margin: 5px 0; background: var(--ink); }

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  color: white;
  background: linear-gradient(150deg, var(--steel-1) 0%, var(--steel-2) 52%, var(--steel-3) 100%);
}
.hero::after, .detail-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 46%;
  min-width: 340px;
  aspect-ratio: 1;
  left: 54%;
  top: 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.34) 0, rgba(216,228,241,.14) 44%, transparent 70%);
  filter: blur(46px);
  animation: hero-drift 8s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes hero-drift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(-36%, 30%) scale(1.2); }
  100% { transform: translate(8%, 52%) scale(.92); }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 55% 40%, transparent 0 40%, rgba(20, 32, 48, .14) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(590px, 52%);
  padding: 122px 0 72px 7.4%;
}
.hero-eyebrow { color: rgba(255,255,255,.72); }
.eyebrow {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.hero h1 {
  margin: 0;
  font-size: clamp(66px, 7vw, 112px);
  line-height: .86;
  letter-spacing: -.073em;
  font-weight: 600;
}
.hero-copy {
  max-width: 520px;
  margin: 36px 0 28px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.55;
}
.pill-light {
  gap: 18px;
  padding: 8px 8px 8px 19px;
  background: #080c0d;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.pill-light:hover { box-shadow: 0 16px 44px rgba(0,0,0,.28); }
.arrow-dot {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 13px;
}
.hero-partners { margin-top: 88px; color: rgba(255,255,255,.58); }
.hero-partners > span { display: block; margin-bottom: 15px; font-size: 9.5px; letter-spacing: .14em; color: rgba(255,255,255,.6); }
.mini-logos { display: flex; flex-wrap: wrap; gap: 23px; align-items: center; }
.mini-logos span { color: rgba(255,255,255,.86); font-size: 11px; font-weight: 700; }
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .05;
  background-image: linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to right, transparent 0, black 55%, black 100%);
}

.intro { padding: 105px 0 80px; }
.intro {
  display: grid;
  grid-template-columns: 1fr 1.17fr;
  gap: 70px;
}
.intro-heading h2, .audience h2, .faq h2 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 600;
}
.text-button {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  transition: all .3s var(--ease);
}
.text-button:hover { background: var(--ink); color: white; transform: translateY(-2px); }
.intro-copy {
  margin: 4px 0 0;
  max-width: 650px;
  font-size: clamp(22px, 2.3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.04em;
  color: #333c3d;
}
.value-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.value-card {
  position: relative;
  min-height: 290px;
  padding: 28px;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  overflow: hidden;
  background: linear-gradient(150deg, #93a2b2 0%, #75879b 60%, var(--steel-3) 100%);
}
.value-card > * { position: relative; z-index: 2; }
.value-card-featured {
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.26) 0, transparent 42%),
    linear-gradient(150deg, #93a2b2 0%, #75879b 60%, var(--steel-3) 100%);
}
.card-number { font-size: 10px; color: rgba(255,255,255,.62); }
.value-card h3 { margin: 0 0 16px; font-size: 22px; line-height: 1.05; letter-spacing: -.035em; }
.value-card p { margin: 0; max-width: 470px; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; }

.services { padding: 10px 0 95px; }
.services-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}
.services-heading .eyebrow { color: #738080; }
.services-heading h2 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 600;
}
.services-copy {
  max-width: 300px;
  margin: 0 0 8px;
  color: #5e696a;
  font-size: 14px;
  line-height: 1.55;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.service-card {
  position: relative;
  min-height: 250px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-2);
  overflow: hidden;
  transition: border-color .5s var(--ease), transform .5s var(--ease), box-shadow .5s var(--ease);
}
.service-card > * { position: relative; z-index: 2; }
/* Capa navy que aparece en hover */
.service-card::before, .value-card::before, .audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.20) 0, transparent 40%),
    linear-gradient(135deg, #1a2f52 0%, var(--navy) 42%, var(--navy-2) 100%);
  transition: opacity .55s var(--ease);
  pointer-events: none;
}
/* Glow blanco que se mezcla lentamente dentro del navy */
.service-card::after, .value-card::after, .audience-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 55%;
  min-width: 220px;
  aspect-ratio: 1;
  left: -12%;
  top: -22%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.34) 0, rgba(173,197,235,.16) 42%, transparent 68%);
  filter: blur(34px);
  opacity: 0;
  transition: opacity .8s var(--ease);
  animation: glow-drift 12s ease-in-out infinite alternate;
  pointer-events: none;
}
.service-card:hover::before, .value-card:hover::before, .audience-card:hover::before { opacity: 1; }
.service-card:hover::after, .value-card:hover::after, .audience-card:hover::after { opacity: 1; }
.value-card:hover, .audience-card:hover { box-shadow: 0 24px 60px rgba(16, 30, 58, .22); }
.value-card, .audience-card { transition: box-shadow .55s var(--ease); }
@keyframes glow-drift {
  0%   { transform: translate(0, 0) scale(1); }
  45%  { transform: translate(95%, 55%) scale(1.25); }
  100% { transform: translate(30%, 105%) scale(.9); }
}
.service-tag {
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .14em;
  color: #6d7778;
  transition: color .4s var(--ease), border-color .4s var(--ease);
}
.service-body h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 600;
  transition: color .4s var(--ease);
}
.service-body p {
  margin: 0;
  max-width: 300px;
  color: #667071;
  font-size: 12px;
  line-height: 1.5;
  transition: color .4s var(--ease);
}
.service-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  transition: color .4s var(--ease);
}
.service-link .arrow-dot {
  width: 26px;
  height: 26px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  transition: transform .3s var(--ease), background .4s var(--ease), color .4s var(--ease);
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(16, 30, 58, .24);
}
.service-card:hover .service-tag { color: rgba(255,255,255,.62); border-color: rgba(255,255,255,.22); }
.service-card:hover .service-body h3 { color: white; }
.service-card:hover .service-body p { color: rgba(255,255,255,.62); }
.service-card:hover .service-link { color: white; }
.service-card:hover .service-link .arrow-dot { background: white; color: var(--ink); transform: rotate(45deg); }

/* ——— Página de detalle de servicio ——— */
.detail-hero {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 74px 56px 62px;
  border-radius: var(--radius-lg);
  color: white;
  background: linear-gradient(150deg, var(--steel-1) 0%, var(--steel-2) 52%, var(--steel-3) 100%);
}
.detail-hero-inner { position: relative; z-index: 2; max-width: 820px; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.breadcrumb a { color: rgba(255,255,255,.8); transition: color .3s var(--ease); }
.breadcrumb a:hover { color: white; }
.crumb-current { color: rgba(255,255,255,.9); }
.detail-tag {
  display: inline-block;
  border-color: rgba(255,255,255,.4);
  color: rgba(255,255,255,.85);
}
.detail-hero h1 {
  margin: 20px 0 0;
  font-size: clamp(46px, 5.4vw, 84px);
  line-height: .92;
  letter-spacing: -.045em;
  font-weight: 600;
}
.detail-subtitle {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.55;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.55fr .85fr;
  gap: 60px;
  align-items: start;
  padding: 70px 0 110px;
}
.detail-layout-full { grid-template-columns: 1fr; gap: 30px; }
.detail-content { display: flex; flex-direction: column; gap: 54px; }
.detail-block h2 {
  margin: 0 0 22px;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 600;
}
.detail-copy { margin: 0 0 20px; max-width: 640px; color: #4d5859; font-size: 15px; line-height: 1.6; }

.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: #3c4647;
  font-size: 14px;
  line-height: 1.5;
}
.check-mark {
  flex: none;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  transform: translateY(3px);
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-2);
  color: #4d5859;
  font-size: 11px;
  font-weight: 600;
}
.detail-fineprint { margin: 18px 0 0; color: #8a9394; font-size: 11px; line-height: 1.5; }
.detail-site { margin: 0; color: #5e696a; font-size: 13px; }
.detail-site a { font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); transition: opacity .3s var(--ease); }
.detail-site a:hover { opacity: .6; }

.detail-note {
  margin: 0;
  max-width: 860px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper-2);
  color: #5e696a;
  font-size: 12px;
  line-height: 1.55;
}
.detail-note strong { color: var(--ink); }

.cta-card {
  position: sticky;
  top: 98px;
  padding: 34px;
  border-radius: var(--radius-md);
  color: white;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 84%, rgba(255,255,255,.28) 0, transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.18) 0, transparent 40%),
    linear-gradient(150deg, var(--steel-1) 0%, var(--steel-2) 55%, var(--steel-3) 100%);
}
.cta-card .eyebrow { color: rgba(255,255,255,.7); }
.cta-card h3 { margin: 0 0 14px; font-size: 26px; letter-spacing: -.04em; line-height: 1; }
.cta-card > p:not(.eyebrow):not(.cta-card-caption) { margin: 0 0 24px; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.55; }
.cta-card-button { width: fit-content; }
.cta-card-secondary {
  display: inline-flex;
  margin: 14px 0 0;
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.85);
}
.cta-card-secondary:hover { background: white; color: var(--ink); }
.cta-card-caption { margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .06em; }

.provider-grid { grid-template-columns: repeat(3, 1fr); }
.provider-card { min-height: 320px; }
.provider-head { display: flex; align-items: center; gap: 12px; }
.provider-head-page { margin-bottom: 20px; }
.provider-code {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  transition: background .4s var(--ease), color .4s var(--ease);
}
.provider-badge { color: #6d7778; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .4s var(--ease); }
.provider-tagline { font-weight: 700; color: #3c4647 !important; margin-bottom: 8px !important; }
.provider-card .service-body p { max-width: none; }
.provider-card:hover .provider-code { background: white; color: var(--ink); }
.provider-card:hover .provider-badge { color: rgba(255,255,255,.55); }
.provider-card:hover .provider-tagline { color: rgba(255,255,255,.9) !important; }

.why-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.why-list li {
  position: relative;
  padding-left: 22px;
  color: #3c4647;
  font-size: 14px;
  line-height: 1.5;
}
.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--navy-2);
}

/* ——— Precios de referencia ——— */
.service-price {
  margin: 12px 0 0 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--navy) !important;
  transition: color .4s var(--ease);
}
.service-card:hover .service-price { color: #cfe0ff !important; }
.provider-price {
  margin: 12px 0 0 !important;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy) !important;
  transition: color .4s var(--ease);
}
.provider-price span { font-weight: 400; opacity: .55; }
.provider-card:hover .provider-price { color: #cfe0ff !important; }
.provider-price-page { margin: 0 0 0 auto !important; font-size: 15px; }
.detail-price {
  display: inline-block;
  margin: 22px 0 0;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,.10);
}
.detail-price span { font-weight: 400; opacity: .6; }

/* ——— Comparador de aseguradoras ——— */
.compare-profile { margin: -6px 0 20px; max-width: 640px; color: #5e696a; font-size: 13px; line-height: 1.5; }
.compare-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper-2);
}
.compare-scroll:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }
.compare-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 12.5px;
  line-height: 1.4;
}
.compare-table th, .compare-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table thead th {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6d7778;
  background: rgba(11, 17, 18, .04);
}
.compare-table th[scope="row"],
.compare-table thead th:first-child {
  position: sticky;
  left: 0;
  min-width: 168px;
  background: var(--paper-2);
  font-weight: 600;
  color: #3c4647;
  box-shadow: 1px 0 0 var(--line);
}
.compare-table thead th:first-child { background: #e2e2dd; }
.compare-table td { color: #4d5859; }
.compare-table td.best { color: var(--navy); font-weight: 700; white-space: nowrap; }
.best-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  vertical-align: 1px;
}

/* ——— Captura de leads del comparador ——— */
.compare-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper-2);
}
.compare-lead h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 600;
}
.compare-lead > div > p { margin: 0; color: #5e696a; font-size: 12.5px; line-height: 1.5; }
.compare-form { display: flex; gap: 8px; }
.compare-form input {
  flex: 1;
  min-width: 0;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-size: 13px;
  outline: none;
  transition: border-color .3s var(--ease);
}
.compare-form input:focus { border-color: var(--navy); }
.compare-form button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border: none;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.compare-form button:hover { background: var(--navy-2); transform: translateY(-1px); }
.compare-message { margin: 10px 4px 0 !important; min-height: 16px; color: var(--navy); font-size: 12px; font-weight: 600; }

/* ——— Botón flotante de WhatsApp ——— */
.whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(11, 17, 18, .30);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.whatsapp-fab svg { width: 30px; height: 30px; fill: white; }
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 20px 44px rgba(11, 17, 18, .34); }

/* ——— Imágenes opcionales (carpeta img/, detección automática) ——— */
/* Hero con imagen de fondo permanente + velo para legibilidad */
.hero.has-img, .detail-hero.has-img {
  background-image:
    linear-gradient(rgba(9, 18, 38, .30), rgba(9, 18, 38, .46)),
    var(--hero-img);
  background-size: cover;
  background-position: center;
}

/* Tarjetas: en hover aparece la imagen (con velo) en vez del navy,
   con un zoom muy lento mientras el cursor permanece encima */
.service-card.has-img::before,
.value-card.has-img::before,
.audience-card.has-img::before {
  background:
    linear-gradient(rgba(9, 18, 38, .34), rgba(9, 18, 38, .52)),
    var(--card-img) center/cover no-repeat;
  transform: scale(1.02);
  transition: opacity .55s var(--ease), transform 9s var(--ease);
}
.service-card.has-img:hover::before,
.value-card.has-img:hover::before,
.audience-card.has-img:hover::before {
  transform: scale(1.12);
}
/* Sobre imagen, el glow blanco baja de intensidad para no lavar la foto */
.service-card.has-img:hover::after,
.value-card.has-img:hover::after,
.audience-card.has-img:hover::after { opacity: .45; }


.insurers {
  padding: 35px 0 90px;
  display: grid;
  grid-template-columns: .8fr 2fr;
  gap: 70px;
  align-items: end;
}
.insurers > p { margin: 0; color: #7c8586; font-size: 11px; line-height: 1.45; }
.logo-marquee { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.logo-track {
  width: max-content;
  display: flex;
  gap: 58px;
  align-items: center;
  animation: marquee 25s linear infinite;
}
.logo-track span { min-width: max-content; color: #767e7f; font-size: 17px; font-weight: 700; letter-spacing: -.03em; }
.logo-track:hover { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.audience {
  padding: 84px 0 130px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: center;
}
.audience-copy { max-width: 410px; }
.audience-copy .eyebrow { color: #738080; }
.audience-copy p:last-child { margin: 24px 0 0; color: #5e696a; font-size: 14px; line-height: 1.55; }
.audience-card {
  position: relative;
  min-height: 510px;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: white;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 20% 78%, rgba(255,255,255,.30) 0, rgba(255,255,255,.08) 20%, transparent 44%),
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.18) 0, transparent 38%),
    linear-gradient(150deg, var(--steel-1) 0%, var(--steel-2) 55%, var(--steel-3) 100%);
}
.audience-card > * { position: relative; z-index: 2; }
.audience-card h3 { margin: 0 0 18px; font-size: clamp(40px, 4.3vw, 70px); line-height: .98; letter-spacing: -.055em; }
.audience-card p:not(.eyebrow) { max-width: 550px; margin: 0; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.5; }
.card-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 12px; font-weight: 700; }
.arrow-dot-light { width: 30px; height: 30px; }
.card-link:hover .arrow-dot { transform: rotate(45deg); }
.card-link .arrow-dot { transition: transform .3s var(--ease); }

.faq { padding: 0 0 110px; }
.faq h2 { margin-bottom: 48px; font-size: clamp(34px, 3vw, 48px); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  min-height: 74px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink);
  text-align: left;
  font-size: 14px;
  font-weight: 620;
}
.faq-icon { font-size: 25px; font-weight: 300; transition: transform .35s var(--ease); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s var(--ease); }
.faq-answer p { overflow: hidden; margin: 0; max-width: 780px; color: #667071; font-size: 13px; line-height: 1.6; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 28px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

.cta {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  margin-bottom: 24px;
  border-radius: var(--radius-lg);
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 16% 24%, rgba(255,255,255,.30) 0, rgba(255,255,255,.08) 22%, transparent 46%),
    radial-gradient(circle at 86% 84%, rgba(255,255,255,.22) 0, transparent 42%),
    linear-gradient(150deg, var(--steel-1) 0%, var(--steel-2) 55%, var(--steel-3) 100%);
}
.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.05), transparent);
  transform: translateX(-100%);
  animation: sheen 7s infinite;
}
@keyframes sheen { 70%,100% { transform: translateX(100%); } }
.cta-inner { position: relative; z-index: 2; max-width: 780px; padding: 72px 24px; }
.cta h2 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: .92; letter-spacing: -.045em; }
.cta-inner > p:nth-of-type(2) { max-width: 600px; margin: 25px auto 28px; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.5; }
.quote-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 999px;
  background: rgba(24, 34, 50, .38);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(18px);
}
.quote-form input {
  min-width: 0;
  padding: 0 20px;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  font-size: 12px;
}
.quote-form input::placeholder { color: rgba(255,255,255,.55); }
.quote-form button {
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #f3f4ee;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.quote-form button:hover { transform: scale(1.02); background: white; }
.form-caption { margin: 12px 0 0 !important; font-size: 9.5px !important; color: rgba(255,255,255,.7) !important; }
.form-message { margin: 12px 0 0; min-height: 18px; color: white; font-size: 11px; }

.site-footer { background: #26303d; color: white; }
.footer-grid {
  padding: 70px 0 55px;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 70px;
}
.brand-footer { color: white; }
.brand-footer .brand-mark { background: white; color: var(--ink); }
.footer-brand p { max-width: 330px; margin: 24px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.5; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column h3 { margin: 0 0 8px; color: rgba(255,255,255,.40); font-size: 9.5px; letter-spacing: .14em; }
.footer-column a { width: fit-content; color: rgba(255,255,255,.78); font-size: 11px; transition: color .3s var(--ease); }
.footer-column a:hover { color: white; }
.footer-bottom {
  padding: 18px 0 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.35);
  font-size: 9.5px;
}
.footer-bottom a { color: white; font-size: 14px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 82px;
    padding: 22px;
    border-radius: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    background: rgba(242,242,239,.96);
    box-shadow: 0 24px 80px rgba(0,0,0,.16);
    backdrop-filter: blur(20px);
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: 700px; }
  .hero-content { width: 72%; padding-left: 8%; }
  .intro { grid-template-columns: 1fr; gap: 36px; }
  .intro-copy { max-width: 760px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card-featured { grid-column: 1 / -1; }
  .services-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .services-copy { margin-bottom: 0; max-width: 480px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .provider-grid { grid-template-columns: 1fr 1fr; }
  .detail-layout { grid-template-columns: 1fr; gap: 46px; }
  .cta-card { position: static; }
  .insurers { grid-template-columns: 1fr; gap: 35px; }
  .audience { grid-template-columns: 1fr; gap: 45px; }
  .audience-copy { max-width: 560px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .section-shell { width: min(calc(100% - 24px), var(--container)); }
  .site-header { height: 66px; padding-inline: 16px; }
  .header-cta { display: none; }
  .hero { min-height: 680px; border-radius: 0 0 26px 26px; }
  .hero-content { width: 100%; padding: 92px 24px 54px; }
  .hero h1 { font-size: clamp(64px, 20vw, 88px); }
  .hero-copy { margin-top: 28px; font-size: 14px; }
  .hero-partners { margin-top: 72px; }
  .mini-logos { gap: 17px; }
  .intro { padding: 72px 12px 50px; }
  .intro-copy { font-size: 26px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card, .value-card-featured { grid-column: auto; min-height: 260px; }
  .services { padding: 0 12px 70px; }
  .services-grid { grid-template-columns: 1fr; }
  .provider-grid { grid-template-columns: 1fr; }
  .provider-card { min-height: 280px; }
  .service-card { min-height: 210px; }
  .detail-hero { margin-top: 10px; padding: 54px 24px 46px; border-radius: 26px; }
  .compare-lead { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .compare-form { flex-direction: column; }
  .whatsapp-fab { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .detail-layout { padding: 50px 12px 80px; gap: 40px; }
  .detail-content { gap: 44px; }
  .cta-card { padding: 26px; }
  .insurers { padding: 26px 12px 68px; }
  .logo-track { gap: 38px; }
  .audience { padding: 56px 12px 86px; }
  .audience-card { min-height: 470px; padding: 28px; }
  .faq { padding: 0 12px 80px; }
  .faq h2 { margin-bottom: 32px; }
  .faq-question { min-height: 68px; font-size: 13px; }
  .cta { width: calc(100% - 24px); min-height: 520px; margin-bottom: 12px; border-radius: 26px; }
  .cta-inner { padding-inline: 18px; }
  .cta h2 { font-size: 48px; }
  .quote-form { grid-template-columns: 1fr; padding: 7px; border-radius: 24px; }
  .quote-form input { height: 48px; text-align: center; }
  .quote-form button { height: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 55px 12px 40px; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { margin-inline: 12px; }
}

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

/* ═══════════ SECCIÓN PREMIUM: INVERSIONES (body.inv) ═══════════ */
/* Marfil cálido emparentado con --paper del sitio.
   Elegancia por espacio, filetes y tipografía; navy como único acento. */
body.inv {
  --display: 'Poppins', 'Century Gothic', 'Avenir Next', 'Futura', Inter, sans-serif;
  --ivory:  #faf9f6;   /* fondo, marfil cálido */
  --bone:   #f4f2ed;   /* superficies */
  --hair:   #e2ded5;   /* filetes */
  --stone:  #4e555b;   /* texto secundario */
  background: var(--ivory);
  color: var(--ink);
}

body.inv .site-header {
  background: rgba(250, 249, 246, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .85),
    0 1px 24px rgba(28, 30, 26, .05);
}
/* Sin soporte de desenfoque, se opaca para conservar legibilidad */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  body.inv .site-header { background: rgba(250, 249, 246, .95); }
}
/* El menú desplegable en móvil comparte el mismo vidrio */
body.inv .main-nav.open {
  background: rgba(250, 249, 246, .82);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
body.inv .main-nav a { color: #4e555b; }
body.inv .main-nav a:hover, body.inv .main-nav a.nav-on { color: var(--navy); }
body.inv .brand { color: var(--ink); }
body.inv .brand-mark { background: var(--navy); color: white; }
body.inv .header-cta { background: var(--ink); color: white; }
body.inv .header-cta:hover { background: var(--navy); color: white; }
body.inv .menu-toggle span { background: var(--ink); }

/* ── Hero: casi vacío. El lujo es el espacio ── */
.inv-hero {
  position: relative;
  overflow: hidden;
  margin: 18px auto 0;
  padding: 168px 56px 130px;
  max-width: var(--container);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: linear-gradient(155deg, #ffffff 0%, var(--bone) 52%, #e9e5dc 100%);
}
.inv-hero.has-img {
  background-image:
    linear-gradient(rgba(252,251,248,.34), rgba(233,229,220,.44)),
    var(--hero-img);
  background-size: cover;
  background-position: center;
}
.inv-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 46%;
  min-width: 320px;
  aspect-ratio: 1;
  left: 54%;
  top: 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.92) 0, rgba(255,255,255,.36) 46%, transparent 70%);
  filter: blur(48px);
  animation: hero-drift 9s ease-in-out infinite alternate;
  pointer-events: none;
}
.inv-hero-inner { position: relative; z-index: 2; max-width: 760px; }
.inv-eyebrow {
  margin: 0 0 26px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--navy);
}
/* Etiqueta del hero: mismo tratamiento que la frase de apoyo */
.inv-hero .inv-eyebrow {
  margin: 0 0 22px;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.65;
  color: var(--stone);
}
.inv-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 5.4vw, 88px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 300;
  color: var(--ink);
}
.inv-hero-copy {
  max-width: 400px;
  margin: 34px 0 46px;
  color: var(--stone);
  font-size: 14.5px;
  line-height: 1.65;
}
.inv-hero .pill-light { background: var(--ink); color: white; }
.inv-hero .pill-light:hover { background: var(--navy); color: white; }
.inv-hero .pill-light .arrow-dot { background: white; color: var(--ink); }

/* Aliados: banda propia bajo el hero, en filete */
.inv-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 46px;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid var(--hair);
  color: #8b8f92;
}
.inv-partners > span { margin: 0; font-size: 9.5px; letter-spacing: .2em; }
.inv-partners .mini-logos { display: flex; flex-wrap: wrap; gap: 38px; }
.inv-partners .mini-logos span { color: #4d5359; font-size: 11.5px; font-weight: 600; letter-spacing: .01em; }

/* ── Tarjetas de datos (número arriba, texto abajo) ── */
.inv-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 76px 0 16px;
}
.inv-stat {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  min-height: 218px;
  padding: 26px 26px 24px;
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .55s var(--ease);
}
.inv-stat > * { position: relative; z-index: 2; }
.inv-stat::before {
  content: "";
  position: absolute; inset: 0; z-index: 1; opacity: 0; border-radius: inherit;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.16) 0, transparent 42%),
    linear-gradient(135deg, #1a2f52 0%, var(--navy) 44%, #22406e 100%);
  transition: opacity .6s var(--ease);
  pointer-events: none;
}
.inv-stat.has-img::before {
  background:
    linear-gradient(rgba(13,22,40,.42), rgba(13,22,40,.60)),
    var(--card-img) center/cover no-repeat;
  transform: scale(1.02);
  transition: opacity .6s var(--ease), transform 9s var(--ease);
}
.inv-stat.has-img:hover::before { transform: scale(1.12); }
.inv-stat::after {
  content: "";
  position: absolute; z-index: 1;
  width: 62%; min-width: 200px; aspect-ratio: 1;
  left: -14%; top: -24%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.24) 0, rgba(190,210,240,.10) 44%, transparent 68%);
  filter: blur(38px); opacity: 0;
  transition: opacity .9s var(--ease);
  animation: glow-drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}
.inv-stat:hover::before, .inv-stat:hover::after { opacity: 1; }
.inv-stat.has-img:hover::after { opacity: .45; }
.inv-stat:hover { transform: translateY(-4px); border-color: transparent; box-shadow: 0 26px 64px rgba(28,30,26,.14); }
.inv-stat em {
  display: block;
  font-style: normal;
  font-family: var(--display);
  font-size: clamp(38px, 3.4vw, 50px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.045em;
  color: var(--ink);
  transition: color .4s var(--ease);
}
.stat-pie {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: end;
  gap: 8px;
}
.stat-pie strong {
  display: block;
  margin-bottom: 0;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink);
  transition: color .4s var(--ease);
}
.stat-pie span {
  display: block;
  min-height: 3.1em;
  color: var(--stone);
  font-size: 12px;
  line-height: 1.55; transition: color .4s var(--ease); }
.inv-stat:hover em, .inv-stat:hover .stat-pie strong { color: white; }
.inv-stat:hover .stat-pie span { color: rgba(255,255,255,.76); }

/* ── Secciones: retícula editorial numerada ── */
.inv-section { padding: 76px 0 24px; }
.inv-section-head {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 58px;
  padding-top: 28px;
  border-top: 1px solid var(--hair);
}
.head-label { display: flex; align-items: baseline; gap: 14px; }
.sec-num { font-family: var(--display); font-size: 15px; color: #b9b3a6; letter-spacing: .02em; }
.inv-section-head .inv-eyebrow { margin: 0; padding-top: 3px; }
.inv-section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.1;
  letter-spacing: -.038em;
  color: var(--ink);
  font-weight: 300;
}

/* ── Marquesina de datos (misma animación del sitio) ── */
.inv-ticker {
  overflow: hidden;
  padding: 26px 0;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.ticker-track {
  display: flex;
  gap: 54px;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-track span {
  min-width: max-content;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.028em;
  color: var(--ink);
}

/* ── Estrategias: filas numeradas a todo lo ancho ── */
.strategy-list { border-top: 1px solid var(--hair); }
.strategy-row {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(240px, 1.5fr) 150px 130px 130px 52px;
  gap: 26px;
  align-items: center;
  padding: 34px 26px;
  border-bottom: 1px solid var(--hair);
  color: var(--ink);
  overflow: hidden;
  transition: padding .5s var(--ease);
}
.strategy-row > * { position: relative; z-index: 2; }
.strategy-row::before {
  content: "";
  position: absolute; inset: 0; z-index: 1; opacity: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(255,255,255,.16) 0, transparent 42%),
    linear-gradient(120deg, #1a2f52 0%, var(--navy) 46%, #22406e 100%);
  transition: opacity .55s var(--ease);
  pointer-events: none;
}
.strategy-row::after {
  content: "";
  position: absolute; z-index: 1;
  width: 34%; min-width: 260px; aspect-ratio: 1;
  left: -8%; top: -60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.22) 0, rgba(190,210,240,.10) 44%, transparent 68%);
  filter: blur(40px); opacity: 0;
  transition: opacity .9s var(--ease);
  animation: glow-drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}
.strategy-row:hover::before, .strategy-row:hover::after { opacity: 1; }
.strategy-row:hover { padding-left: 34px; padding-right: 18px; }
.strategy-row.destacado { box-shadow: inset 3px 0 0 var(--navy); }

.row-num { font-family: var(--display); font-size: 15px; color: #b9b3a6; transition: color .4s var(--ease); }
.row-main { display: block; }
.row-main strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 400;
  letter-spacing: -.036em;
  line-height: 1;
  transition: color .4s var(--ease);
}
.row-main em {
  display: block;
  font-style: normal;
  margin: 10px 0 8px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--navy);
  transition: color .4s var(--ease);
}
.row-lead { display: block; font-size: 12.5px; line-height: 1.5; color: var(--stone); max-width: 340px; transition: color .4s var(--ease); }
.row-alloc { height: 5px; margin: 16px 0 0; max-width: 300px; }
.row-dato {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -.032em;
  color: var(--ink);
  transition: color .4s var(--ease);
}
.row-dato i {
  display: block;
  font-style: normal;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9a9287;
  transition: color .4s var(--ease);
}
.row-arrow {
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid var(--hair);
  color: var(--ink);
  font-size: 14px;
  transition: all .45s var(--ease);
}
.strategy-row:hover .row-num { color: rgba(255,255,255,.5); }
.strategy-row:hover .row-main strong, .strategy-row:hover .row-dato { color: white; }
.strategy-row:hover .row-main em { color: rgba(255,255,255,.66); }
.strategy-row:hover .row-lead { color: rgba(255,255,255,.74); }
.strategy-row:hover .row-dato i { color: rgba(255,255,255,.5); }
.strategy-row:hover .row-arrow { background: white; border-color: white; color: var(--navy); transform: rotate(45deg); }
.strategy-row:hover .row-alloc .a1 { background: white; }
.strategy-row:hover .row-alloc .a2 { background: rgba(255,255,255,.7); }
.strategy-row:hover .row-alloc .a3 { background: rgba(255,255,255,.44); }
.strategy-row:hover .row-alloc .a4 { background: rgba(255,255,255,.2); }

.alloc-bar { display: flex; height: 6px; border-radius: 999px; overflow: hidden; }
.alloc-bar i { display: block; height: 100%; transition: background .5s var(--ease); }
.a1 { background: var(--navy); }
.a2 { background: #4a6591; }
.a3 { background: #97a6bd; }
.a4 { background: var(--hair); }
.inv-fineprint { margin: 18px 0 0; color: #9a9287; font-size: 11px; line-height: 1.6; max-width: 720px; }

/* FAQ numerado */
body.inv .faq-question { display: flex; align-items: baseline; gap: 18px; }
.faq-num {
  flex: none;
  font-style: normal;
  font-family: var(--display);
  font-size: 14px;
  color: #b9b3a6;
}
body.inv .faq-question .faq-icon { margin-left: auto; }
body.inv .faq-answer p { padding-left: 32px; }

/* ── Proceso: roadmap con línea de tiempo ── */
.inv-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 6px 0 10px;
}
.paso-col {
  position: relative;
  padding: 0 34px 0 0;
  display: flex;
  flex-direction: column;
}
.paso-num {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #b9b3a6;
  transition: color .4s var(--ease);
}
.paso-col.abierto .paso-num { color: var(--navy); }
.paso-col h3 {
  margin: 14px 0 0;
  min-height: 62px;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.034em;
  line-height: 1.05;
  color: var(--ink);
  transition: color .4s var(--ease);
}
.paso-col.abierto h3 { color: var(--navy); }

/* Nodo sobre la línea */
.paso-nodo { position: relative; height: 46px; display: flex; align-items: center; }
.paso-nodo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: -34px;
  height: 1px;
  background: var(--hair);
  transition: background .45s var(--ease);
}
.paso-col:first-child .paso-nodo::before { left: 23px; }
.paso-col:last-child .paso-nodo::before { right: 0; }
.paso-col.recorrido .paso-nodo::before { background: var(--navy); }

.paso-toggle {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--hair);
  border-radius: 50%;
  cursor: pointer;
  background: var(--ivory);
  transition: background .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease);
}
.paso-toggle:hover { border-color: var(--navy); }
.paso-col.abierto .paso-toggle {
  border-color: transparent;
  transform: scale(1.08);
  background:
    radial-gradient(circle at 26% 22%, rgba(255,255,255,.24) 0, transparent 52%),
    linear-gradient(135deg, #22406e, var(--navy) 60%, #16294a);
  box-shadow: 0 10px 26px rgba(28,42,74,.24);
}
.paso-icono { position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; transform: translate(-50%, -50%); }
.paso-icono::before, .paso-icono::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 13px; height: 1.5px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform .45s var(--ease), background .45s var(--ease);
}
.paso-icono::after { transform: translate(-50%, -50%) rotate(90deg); }
.paso-col.abierto .paso-icono::before, .paso-col.abierto .paso-icono::after { background: white; }
.paso-col.abierto .paso-icono::after { transform: translate(-50%, -50%) rotate(0deg); }

.paso-detalle {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows .5s var(--ease), opacity .4s var(--ease), margin .5s var(--ease);
}
.paso-col.abierto .paso-detalle { grid-template-rows: 1fr; opacity: 1; margin-top: 22px; }
.paso-detalle > p {
  min-height: 0;
  margin: 0;
  max-width: 300px;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--stone);
}
.paso-espacio { min-height: 96px; }

/* ── Bento grid ── */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 46px;
  min-height: 246px;
  padding: 28px 30px 30px;
  border-radius: var(--radius-md);
  background: var(--bone);
  overflow: hidden;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.bento-card.ancho { grid-column: span 2; }
.bento-card > * { position: relative; z-index: 2; }
.bento-card::before {
  content: "";
  position: absolute; inset: 0; z-index: 1; opacity: 0; border-radius: inherit;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.16) 0, transparent 42%),
    linear-gradient(135deg, #1a2f52 0%, var(--navy) 44%, #22406e 100%);
  transition: opacity .6s var(--ease);
  pointer-events: none;
}
.bento-card::after {
  content: "";
  position: absolute; z-index: 1;
  width: 52%; min-width: 220px; aspect-ratio: 1;
  left: -10%; top: -26%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.24) 0, rgba(190,210,240,.10) 44%, transparent 68%);
  filter: blur(38px); opacity: 0;
  transition: opacity .9s var(--ease);
  animation: glow-drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}
.bento-card:hover::before, .bento-card:hover::after { opacity: 1; }
.bento-card:hover { transform: translateY(-4px); box-shadow: 0 26px 64px rgba(28,30,26,.14); }
.bento-num {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #a8a294;
  transition: color .4s var(--ease);
}
.bento-pie h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -.032em;
  line-height: 1.15;
  color: var(--ink);
  transition: color .4s var(--ease);
}
.bento-pie p {
  margin: 0;
  max-width: 480px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--stone);
  transition: color .4s var(--ease);
}
.bento-card:hover .bento-num { color: rgba(255,255,255,.55); }
.bento-card:hover .bento-pie h3 { color: white; }
.bento-card:hover .bento-pie p { color: rgba(255,255,255,.76); }

/* ── Declaración ── */
.inv-statement {
  padding: 72px 0 66px;
  margin-top: 60px;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.inv-statement p {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(26px, 3.2vw, 50px);
  line-height: 1.22;
  letter-spacing: -.042em;
  font-weight: 300;
  color: var(--ink);
}

/* ── Cierre: el único bloque oscuro ── */
.inv-cta {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 38px;
  align-items: center;
  margin: 56px 0 96px;
  padding: 52px;
  border-radius: var(--radius-lg);
  color: white;
  background:
    radial-gradient(circle at 14% 86%, rgba(255,255,255,.14) 0, transparent 46%),
    linear-gradient(140deg, #22406e, var(--navy) 56%, #16294a);
}
.inv-cta .inv-eyebrow { color: rgba(255,255,255,.58); }
.inv-cta h2 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(30px, 3.2vw, 48px); letter-spacing: -.04em; line-height: 1.02; font-weight: 300; color: white; }
.inv-cta p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }
.inv-cta .quote-form { display: flex; gap: 8px; margin: 0; }
.inv-cta .quote-form input {
  flex: 1; min-width: 0; padding: 15px 20px; border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px; background: rgba(255,255,255,.09); color: white; font-size: 13px; outline: none;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.inv-cta .quote-form input::placeholder { color: rgba(255,255,255,.48); }
.inv-cta .quote-form input:focus { border-color: white; background: rgba(255,255,255,.15); }
.inv-cta .quote-form button {
  display: inline-flex; align-items: center; gap: 8px; padding: 15px 24px; border: none;
  border-radius: 999px; background: white; color: var(--navy); font-size: 12px; font-weight: 700;
  cursor: pointer; white-space: nowrap; transition: opacity .3s var(--ease);
}
.inv-cta .quote-form button:hover { opacity: .86; }
.inv-cta .form-message { margin: 12px 4px 0; min-height: 16px; color: white; font-size: 12px; font-weight: 600; }

body.inv .site-footer { background: #14181c; }

@media (max-width: 980px) {
  .inv-hero { padding: 110px 32px 78px; }
  .inv-stats { grid-template-columns: 1fr 1fr; }
  .inv-stat { min-height: 260px; gap: 28px; }
  .inv-steps { grid-template-columns: 1fr; }
  .paso-col { padding: 0 0 0 34px; }
  .paso-col h3 { min-height: 0; margin: 10px 0 0; }
  .paso-nodo { height: auto; padding: 18px 0; }
  .paso-nodo::before { top: 0; bottom: 0; left: -34px; right: auto; width: 1px; height: auto; }
  .paso-col:first-child .paso-nodo::before { left: -34px; top: 50%; }
  .paso-col:last-child .paso-nodo::before { bottom: auto; height: 50%; }
  .paso-toggle { position: absolute; left: -57px; }
  .paso-espacio { min-height: 26px; }
  .paso-detalle > p { max-width: none; }
  .strategy-row { grid-template-columns: 40px 1fr 44px; gap: 14px 18px; padding: 26px 18px; }
  .strategy-row .row-main { grid-column: 2 / 3; }
  .strategy-row .row-dato { grid-column: 2 / 3; font-size: 19px; }
  .strategy-row .row-arrow { grid-row: 1 / 2; grid-column: 3 / 4; }
  .strategy-row:hover { padding-left: 22px; }
  .ticker-track span { font-size: 17px; }
  .inv-stats { gap: 12px; padding: 62px 0 20px; }
  .inv-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-card, .bento-card.ancho { grid-column: span 2; min-height: 190px; gap: 30px; }
  .inv-statement { padding: 56px 0 52px; margin-top: 46px; }
  .inv-partners { gap: 12px 24px; }
  .inv-partners .mini-logos { gap: 24px; }
  .inv-cta { grid-template-columns: 1fr; padding: 34px 26px; }
}
@media (max-width: 640px) {
  .inv-hero { margin-top: 10px; padding: 88px 22px 60px; border-radius: 26px; }
  .inv-section { padding: 52px 12px 18px; }
  .inv-partners { padding: 24px 12px; }
  .inv-stats { grid-template-columns: 1fr; padding: 50px 12px 16px; }
  .inv-statement { padding: 46px 12px 44px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-card.ancho { grid-column: span 1; }
  .inv-cta { margin: 30px 12px 70px; }
  .inv-cta .quote-form { flex-direction: column; }
}

/* ═══════ Detalle de estrategia de inversión (portafolio.html) ═══════ */
.port-hero { padding: 132px 56px 96px; }
.port-crumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-bottom: 28px;
  font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: #a49c8f;
}
.port-crumb a { color: #7d766c; transition: color .3s var(--ease); }
.port-crumb a:hover { color: var(--navy); }
.port-hero h1 { font-size: clamp(52px, 6.4vw, 104px); }

/* Cifras clave bajo el hero */
.port-cifras {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 56px 0 10px;
  border-bottom: 1px solid var(--hair);
}
.port-cifras > div { padding: 0 30px 34px; border-left: 1px solid var(--hair); }
.port-cifras > div:first-child { padding-left: 0; border-left: none; }
.port-cifras span {
  display: block; margin-bottom: 12px;
  font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9a9287;
}
.port-cifras strong {
  display: block; font-family: var(--display); font-size: 27px; font-weight: 400;
  letter-spacing: -.038em; line-height: 1.05; color: var(--ink);
}

/* Composición */
.alloc-bar-lg { height: 12px; margin-bottom: 34px; }
.port-tabla-wrap { overflow-x: auto; }
.port-tabla { width: 100%; min-width: 560px; border-collapse: collapse; }
.port-tabla th, .port-tabla td { padding: 18px 0; text-align: left; border-bottom: 1px solid var(--hair); font-size: 13px; }
.port-tabla thead th {
  padding-top: 0; font-size: 9.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #9a9287;
}
.port-tabla tbody th { font-weight: 600; color: var(--ink); padding-right: 24px; white-space: nowrap; }
.port-tabla td { color: var(--stone); padding-right: 24px; }
.port-tabla .num { font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: -.03em; color: var(--ink); width: 90px; }
.port-tabla .dot { display: inline-block; width: 8px; height: 8px; border-radius: 2px; margin-right: 12px; }
.port-inst { margin: 30px 0 0; font-size: 12px; color: #9a9287; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.port-inst span {
  padding: 6px 13px; border: 1px solid var(--hair); border-radius: 999px;
  color: var(--ink); font-size: 11px; font-weight: 600;
}

/* Escenarios */
.escenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.escenarios .escenario { padding: 0 34px; border-left: 1px solid var(--hair); }
.escenarios .escenario:first-child { padding-left: 0; border-left: none; }
.esc-label {
  display: block; margin-bottom: 14px;
  font-size: 9.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9a9287;
}
.escenario strong {
  display: block; font-family: var(--display); font-size: clamp(28px, 3vw, 42px);
  font-weight: 300; letter-spacing: -.042em; line-height: 1.02; color: var(--ink);
}
.escenario.base .esc-label { color: var(--navy); }
.escenario.base strong { color: var(--navy); }

/* Ajuste de perfil */
.port-ajuste { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ajuste-col { padding: 34px 32px; border: 1px solid var(--hair); border-radius: var(--radius-md); background: #fff; }
.ajuste-col h3 {
  margin: 0 0 22px; font-size: 10px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #9a9287;
}
.ajuste-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.ajuste-col li { position: relative; padding-left: 26px; font-size: 13.5px; line-height: 1.55; color: var(--ink); }
.lista-si li::before, .lista-no li::before {
  position: absolute; left: 0; top: -1px; font-size: 14px; line-height: 1.5;
}
.lista-si li::before { content: "+"; color: var(--navy); font-weight: 700; }
.lista-no li::before { content: "–"; color: #b9b3a6; font-weight: 700; }

/* Condiciones y riesgos */
.port-cond { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 34px; }
.port-cond > div { padding: 30px 32px; border: 1px solid var(--hair); border-radius: var(--radius-md); background: var(--bone); }
.port-cond h3 {
  margin: 0 0 12px; font-size: 10px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #9a9287;
}
.port-cond p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--ink); }
.lista-riesgos { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.lista-riesgos li {
  padding: 16px 0 16px 26px;
  border-bottom: 1px solid var(--hair);
  font-size: 12.5px; line-height: 1.6; color: var(--stone);
  position: relative;
}
.lista-riesgos li:first-child { border-top: 1px solid var(--hair); }
.lista-riesgos li::before { content: "!"; position: absolute; left: 4px; color: #b9b3a6; font-weight: 700; font-size: 12px; }

/* Otras estrategias */
.port-otras { padding: 96px 0 20px; }
.port-otras > span {
  display: block; margin-bottom: 24px;
  font-size: 9.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #9a9287;
}
.port-otras > div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.otra {
  display: flex; align-items: center; gap: 16px;
  padding: 26px 28px;
  border: 1px solid var(--hair); border-radius: var(--radius-md); background: #fff;
  transition: border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}
.otra strong { font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: -.034em; }
.otra > span { margin-left: auto; font-size: 11.5px; color: var(--stone); }
.otra .arrow-dot { width: 30px; height: 30px; background: var(--ink); color: #fff; font-size: 13px; font-style: normal; transition: transform .35s var(--ease); }
.otra:hover { border-color: var(--navy); transform: translateY(-3px); box-shadow: 0 18px 44px rgba(28,30,26,.10); }
.otra:hover .arrow-dot { transform: rotate(45deg); }

@media (max-width: 980px) {
  .port-hero { padding: 100px 32px 70px; }
  .port-cifras { grid-template-columns: 1fr 1fr; }
  .port-cifras > div { padding: 0 20px 26px; }
  .port-cifras > div:nth-child(odd) { padding-left: 0; border-left: none; }
  .escenarios { grid-template-columns: 1fr; gap: 26px; }
  .escenarios .escenario { padding: 0 0 0 22px; border-left: 1px solid var(--hair); }
  .escenarios .escenario:first-child { padding-left: 22px; border-left: 1px solid var(--hair); }
  .port-ajuste, .port-cond, .port-otras > div { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .port-hero { margin-top: 10px; padding: 80px 22px 54px; border-radius: 26px; }
  .port-cifras { grid-template-columns: 1fr; padding: 40px 12px 0; }
  .port-cifras > div { padding: 0 0 22px; border-left: none; border-bottom: 1px solid var(--hair); }
  .port-otras { padding: 66px 12px 20px; }
  .ajuste-col, .port-cond > div { padding: 26px 22px; }
}

/* ═══════════ Sección de videos (landing) ═══════════ */
.videos { padding: 10px 0 95px; }
.videos-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}
.videos-head .eyebrow { color: #738080; }
.videos-head h2 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 600;
}
.videos-copy { max-width: 320px; margin: 0 0 8px; color: #5e696a; font-size: 14px; line-height: 1.55; }

.videos-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 14px;
  align-items: start;
}

/* Reproductor principal */
.video-marco {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(255,255,255,.16) 0, transparent 44%),
    linear-gradient(135deg, #1a2f52 0%, var(--navy) 46%, #22406e 100%);
  background-size: cover;
  background-position: center;
}
.video-marco::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 14, 26, .78) 0%, rgba(8, 14, 26, .12) 46%, transparent 72%);
  pointer-events: none;
  transition: opacity .5s var(--ease);
}
.video-marco.reproduciendo::after,
.video-marco.reproduciendo .video-meta,
.video-marco.reproduciendo .video-play { opacity: 0; pointer-events: none; }
.video-marco iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }

.video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 76px; height: 76px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
}
.video-play-icono { color: white; font-size: 20px; margin-left: 4px; line-height: 1; }
.video-marco:hover .video-play { transform: translate(-50%, -50%) scale(1.08); background: white; border-color: white; }
.video-marco:hover .video-play-icono { color: var(--navy); }

.video-meta { position: absolute; left: 30px; right: 30px; bottom: 26px; z-index: 2; transition: opacity .4s var(--ease); }
.video-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.66);
}
.video-meta h3 {
  margin: 0;
  max-width: 560px;
  color: white;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 600;
}

/* Lista lateral */
.video-lista { display: grid; gap: 8px; align-content: start; }
.video-item {
  position: relative;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper-2);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  overflow: hidden;
  transition: border-color .45s var(--ease), transform .45s var(--ease), box-shadow .45s var(--ease);
}
.video-item > * { position: relative; z-index: 2; }
.video-item::before {
  content: "";
  position: absolute; inset: 0; z-index: 1; opacity: 0; border-radius: inherit;
  background:
    radial-gradient(circle at 16% 14%, rgba(255,255,255,.16) 0, transparent 42%),
    linear-gradient(135deg, #1a2f52 0%, var(--navy) 46%, #22406e 100%);
  transition: opacity .5s var(--ease);
  pointer-events: none;
}
.video-item:hover::before, .video-item.activo::before { opacity: 1; }
.video-item:hover { transform: translateY(-2px); border-color: transparent; box-shadow: 0 16px 40px rgba(11,17,18,.16); }
.video-item.activo { border-color: transparent; }

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 11px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.14) 0, transparent 46%),
    linear-gradient(140deg, #22406e, #16294a);
  background-size: cover;
  background-position: center;
}
.video-play-mini {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--navy);
  font-size: 9px;
  font-style: normal;
  padding-left: 2px;
  transition: transform .4s var(--ease);
}
.video-item:hover .video-play-mini { transform: translate(-50%, -50%) scale(1.12); }

.video-info { display: block; min-width: 0; }
.video-info em {
  display: block;
  font-style: normal;
  margin-bottom: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7c8586;
  transition: color .4s var(--ease);
}
.video-info strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13.5px;
  line-height: 1.2;
  letter-spacing: -.025em;
  font-weight: 600;
  color: var(--ink);
  transition: color .4s var(--ease);
}
.video-info > span {
  display: block;
  font-size: 11.5px;
  line-height: 1.45;
  color: #667071;
  transition: color .4s var(--ease);
}
.video-item:hover .video-info em, .video-item.activo .video-info em { color: rgba(255,255,255,.6); }
.video-item:hover .video-info strong, .video-item.activo .video-info strong { color: white; }
.video-item:hover .video-info > span, .video-item.activo .video-info > span { color: rgba(255,255,255,.7); }

@media (max-width: 980px) {
  .videos-head { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .videos-copy { max-width: 480px; margin-bottom: 0; }
  .videos-layout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .videos { padding: 0 12px 70px; }
  .video-meta { left: 20px; right: 20px; bottom: 18px; }
  .video-play { width: 62px; height: 62px; }
  .video-item { grid-template-columns: 92px 1fr; }
}
