/*
Theme Name: Maximiliano Paz Child
Theme URI: https://maximilianopaz.com/
Description: Child theme de GeneratePress para el sitio de Maximiliano Paz.
Author: Maximiliano Paz
Template: generatepress
Version: 1.0.0
Text Domain: maximiliano-paz-child
*/

/* =========================================================
   1. Tokens globales
   Las fuentes aprobadas quedan declaradas, pero su carga real está pendiente.
   No se enlazan archivos ni servicios externos inexistentes en esta etapa.
   ========================================================= */
:root {
  --paper: #fbfaf8;
  --paper-alt: #f2efe9;
  --ink: #1b1d21;
  --ink-soft: #55595f;
  --line: #e3ded4;
  --brand: #1f3a5f;
  --brand-dark: #16293f;
  --brand-tint: #ebeff4;
  --wa: #0f8b45;
  --wa-dark: #0b7139;
  --white: #fff;

  --font-head: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --fs-h1: clamp(2.125rem, 7vw, 3.5rem);
  --fs-h2: clamp(1.625rem, 4.6vw, 2.375rem);
  --fs-h3: 1.1875rem;
  --fs-lead: clamp(1.0625rem, 2.4vw, 1.25rem);
  --fs-body: 1.0625rem;
  --fs-small: 0.9375rem;
  --fs-eyebrow: 0.8125rem;

  --s1: 0.25rem;
  --s2: 0.5rem;
  --s3: 0.75rem;
  --s4: 1rem;
  --s5: 1.5rem;
  --s6: 2rem;
  --s7: 3rem;
  --s8: 4rem;
  --s9: 6rem;

  --section-y: 3.5rem;
  --wrap: 1160px;
  --radius: 6px;
  --header-h: 60px;

  --mask-wa: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2a9.9 9.9 0 0 0-8.4 15.15L2 22l4.95-1.6A9.9 9.9 0 1 0 12.04 2Zm5.6 14.1c-.24.67-1.4 1.3-1.93 1.35-.53.05-1.03.24-3.5-.9-2.9-1.34-4.66-4.5-4.8-4.7-.14-.2-1.1-1.6-1.05-3.02.05-1.42.82-2.1 1.1-2.38.28-.28.6-.32.8-.32h.55c.19 0 .43-.02.65.5.24.58.83 2.03.9 2.18.07.14.12.31.02.5-.1.2-.15.31-.3.48l-.44.5c-.14.14-.29.3-.13.58.16.29.72 1.2 1.55 1.94 1.06.95 1.95 1.24 2.23 1.38.28.15.44.12.6-.07.16-.2.7-.83.88-1.11.19-.29.38-.24.64-.15.26.1 1.66.79 1.94.93.29.15.48.22.55.34.07.12.07.7-.17 1.37Z'/%3E%3C/svg%3E");
  --mask-tel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.7 3.9 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.5.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.9 21 3 13.1 3 3.5 3 2.9 3.4 2.5 4 2.5h3.4c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.5.1.4 0 .7-.2 1l-2.2 2.8Z'/%3E%3C/svg%3E");
  --mask-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.1 7-12a7 7 0 1 0-14 0c0 5.9 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/svg%3E");
  --mask-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
  --mask-phone-outline: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 3.5h3l1.5 4-2 1.5a14 14 0 0 0 6 6l1.5-2 4 1.5v3c0 1.1-.9 2-2 2C11.6 19.5 4.5 12.4 4.5 5.5c0-1.1.9-2 2-2Z'/%3E%3C/svg%3E");
}

/* =========================================================
   2. Base compartida
   ========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  text-wrap: pretty;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  margin: 0 0 var(--s4);
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 {
  font-size: var(--fs-h3);
  font-weight: 600;
  letter-spacing: -0.005em;
}

p { margin: 0 0 var(--s4); }

a {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover { color: var(--brand-dark); }

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--s5);
}

.narrow { max-width: 760px; }
.center { text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  min-height: 52px;
  padding: var(--s3) var(--s5);
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn--wa {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}

.btn--wa:hover {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}

.btn--solid {
  border-color: var(--brand);
  background: var(--brand);
  color: var(--white);
}

.btn--solid:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: var(--white);
}

.btn--outline {
  border-color: var(--brand);
  background: transparent;
  color: var(--brand);
}

.btn--outline:hover {
  background: var(--brand-tint);
  color: var(--brand-dark);
}

.btn--ghost {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.btn--ghost-light {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}

.btn--ghost-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.btn--sm {
  min-height: 42px;
  padding: var(--s2) var(--s4);
  font-size: 0.9375rem;
}

.ico {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ico--wa {
  -webkit-mask-image: var(--mask-wa);
  mask-image: var(--mask-wa);
}

.ico--tel {
  -webkit-mask-image: var(--mask-tel);
  mask-image: var(--mask-tel);
}

/* =========================================================
   3. Header global propio
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 248, 0.96);
  backdrop-filter: saturate(1.2) blur(6px);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: var(--s4);
  min-height: var(--header-h);
  padding-block: var(--s2);
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--s3);
  min-width: 0;
  margin-right: auto;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover { color: var(--ink); }

.mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-content: center;
  border-radius: 4px;
  background: var(--brand);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand__txt { min-width: 0; }

.brand__name {
  display: block;
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand__role {
  display: block;
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: var(--s3);
}

.header__actions .btn--wa { display: none; }

.tel {
  display: none;
  align-items: center;
  gap: var(--s2);
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.tel:hover { color: var(--brand); }

.burger {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.nav { display: none; }

.nav[data-open] {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  padding: var(--s3) var(--s5) var(--s5);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav[data-open] > ul { display: grid; }

.nav a {
  display: block;
  padding: var(--s3) 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 600;
  text-decoration: none;
}

.nav a:hover,
.nav .current-menu-item > a {
  color: var(--brand);
}

.nav .sub-menu {
  display: grid;
  gap: 0;
  padding-left: var(--s4);
  border-left: 1px solid var(--line);
}

.nav .sub-menu a {
  min-height: 44px;
  padding: var(--s2) var(--s3);
  font-size: 0.9375rem;
}

/* Conserva monograma, nombre, rol y hamburguesa dentro de 360 px. */
@media (max-width: 420px) {
  .header__inner {
    gap: var(--s2);
    padding-inline: var(--s3);
  }

  .brand { gap: var(--s2); }

  .brand__name { font-size: 0.9375rem; }

  .brand__role {
    font-size: 0.5625rem;
    letter-spacing: 0.08em;
  }

  .header__actions { gap: var(--s1); }
}

/* =========================================================
   4. Portada: aislamiento respecto de páginas interiores

   Puntos de integración de imágenes (etapa posterior, en el contenido de
   la página Inicio):
   - .hero__photo img: reemplazar su src por la URL definitiva del hero.
   - .about__photo img: reemplazar su src por la URL definitiva de Sobre mí.
   No se declara una URL provisional ni un archivo inexistente desde el tema.
   ========================================================= */
.home #page.grid-container,
.home .site-content,
.home .site-content .content-area,
.home .site-content .site-main,
.home .inside-article,
.home .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home .entry-content > * {
  margin-block: 0;
}

.home .entry-content > *:last-child { margin-bottom: 0; }

.home .entry-content ul,
.home .entry-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .section { padding-block: var(--section-y); }
.home .section--alt { background: var(--paper-alt); }
.home .section--ink {
  background: var(--brand);
  color: #eaf0f6;
}

.home .section--ink h2,
.home .section--ink h3 { color: var(--white); }

.home .eyebrow {
  margin: 0 0 var(--s3);
  color: var(--brand);
  font-family: var(--font-head);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home .eyebrow--light { color: #a9c2dc; }

.home .head {
  max-width: 660px;
  margin-bottom: var(--s6);
}

.home .head__text {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: var(--fs-lead);
}

.home .actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  margin-top: var(--s5);
}

.home .actions--center { justify-content: center; }
.home .actions .btn { flex: 1 1 100%; }

/* GeneratePress imprime colores de enlace con mayor especificidad dentro del
   artículo. Estos estados conservan los colores aprobados de cada botón. */
.home .entry-content .btn--wa,
.home .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}

.home .entry-content .btn--wa:hover,
.home .entry-content .btn--wa:focus {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}

.home .entry-content .btn--solid,
.home .entry-content .btn--solid:visited {
  border-color: var(--brand);
  background: var(--brand);
  color: var(--white);
}

.home .entry-content .btn--solid:hover,
.home .entry-content .btn--solid:focus {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: var(--white);
}

.home .entry-content .btn--outline,
.home .entry-content .btn--outline:visited {
  border-color: var(--brand);
  background: transparent;
  color: var(--brand);
}

.home .entry-content .btn--outline:hover,
.home .entry-content .btn--outline:focus {
  background: var(--brand-tint);
  color: var(--brand-dark);
}

.home .entry-content .btn--ghost,
.home .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.home .entry-content .btn--ghost:hover,
.home .entry-content .btn--ghost:focus {
  border-color: var(--brand);
  color: var(--brand);
}

.home .entry-content .btn--ghost-light,
.home .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}

.home .entry-content .btn--ghost-light:hover,
.home .entry-content .btn--ghost-light:focus {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.home .link {
  display: inline-flex;
  align-self: center;
  align-items: baseline;
  gap: var(--s2);
  color: var(--brand);
  font-family: var(--font-head);
  font-size: var(--fs-small);
  font-weight: 600;
  text-decoration: none;
}

.home .link:hover { color: var(--brand-dark); }
.home .link .arrow { transition: transform 0.15s ease; }
.home .link:hover .arrow { transform: translateX(4px); }

.home .ico--years {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3.2 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3.2 2'/%3E%3C/svg%3E");
}

.home .ico--badge {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5.5'/%3E%3Cpath d='m9.6 13.4-.9 7 3.3-2 3.3 2-.9-7M9.9 9l1.5 1.5L14.3 7.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5.5'/%3E%3Cpath d='m9.6 13.4-.9 7 3.3-2 3.3 2-.9-7M9.9 9l1.5 1.5L14.3 7.6'/%3E%3C/svg%3E");
}

.home .ico--person {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5.2 19.5c.6-3.7 3.2-5.6 6.8-5.6s6.2 1.9 6.8 5.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5.2 19.5c.6-3.7 3.2-5.6 6.8-5.6s6.2 1.9 6.8 5.6'/%3E%3C/svg%3E");
}

.home .ico--pin {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.6 6-11.4a6 6 0 1 0-12 0C6 15.4 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='9.5' r='2.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.6 6-11.4a6 6 0 1 0-12 0C6 15.4 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='9.5' r='2.2'/%3E%3C/svg%3E");
}

/* Hero */
.home .hero { padding-block: var(--s6) var(--s7); }
.home .hero__grid {
  display: grid;
  gap: var(--s6);
}
.home .hero .lead {
  color: var(--ink);
  font-size: var(--fs-lead);
}
.home .hero__text {
  max-width: 52ch;
  color: var(--ink-soft);
  font-size: var(--fs-small);
}
.home .hero__photo {
  order: -1;
  margin: 0;
}
.home .hero__photo img {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  border-radius: var(--radius);
  background: var(--brand-tint);
  object-fit: cover;
  object-position: top center;
}

/* Franja de confianza */
.home .trust {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--brand-tint);
}
.home .trust__list { display: grid; }
.home .trust__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: var(--s4) 0;
  column-gap: var(--s3);
  row-gap: 2px;
}
.home .trust__list li + li { border-top: 1px solid #dae1ea; }
.home .trust__list .ico {
  grid-row: 1;
  grid-column: 1;
  width: 22px;
  height: 22px;
  flex: none;
  background: var(--brand);
}
.home .trust__list strong {
  grid-row: 1;
  grid-column: 2;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 700;
}
.home .trust__list li > span:not(.ico) {
  grid-row: 2;
  grid-column: 2;
  color: var(--ink-soft);
  font-size: var(--fs-small);
}

/* Áreas de práctica */
.home .cards {
  display: grid;
  gap: var(--s4);
}
.home .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--s5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: box-shadow 0.15s ease;
}
.home .card:hover { box-shadow: 0 2px 10px rgba(27, 29, 33, 0.07); }
.home .card--other {
  border-color: #eae5dc;
  background: #f7f5f1;
  box-shadow: none;
}
.home .card--other:hover { box-shadow: none; }
.home .card--other .card__tag {
  border-bottom-color: var(--line);
  color: var(--ink-soft);
}
.home .card__list {
  display: grid;
  gap: var(--s2);
}
.home .card__list li {
  position: relative;
  padding-left: var(--s4);
  color: var(--ink-soft);
  font-size: var(--fs-small);
}
.home .card__list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9b3a6;
  content: "";
}
.home .card__list .mp-home-penal-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: var(--brand);
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}
.home .card__list .mp-home-penal-link::after {
  color: var(--brand);
  content: "→";
  transition: transform 180ms ease;
}
.home .card__list .mp-home-penal-link:hover,
.home .card__list .mp-home-penal-link:focus-visible {
  color: var(--brand);
  text-decoration: none;
  text-decoration-color: transparent;
}
.home .card__list .mp-home-penal-link:hover::after,
.home .card__list .mp-home-penal-link:focus-visible::after {
  transform: translateX(3px);
}

.home .home-hero__credentials {
  max-width: 520px;
  margin: 0 0 1.625rem;
  padding-block: 0.875rem;
  border-top: 1px solid #dce1e8;
  border-bottom: 1px solid #dce1e8;
}

.home .home-hero__credentials p {
  margin: 0 0 2px;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.home .home-hero__credentials p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.home .card--cta {
  justify-content: center;
  border-color: #d4dde8;
  background: var(--brand-tint);
}
.home .card--cta h3 { margin-bottom: var(--s2); }
.home .card--cta p,
.home .card > p:not(.card__tag) {
  color: var(--ink-soft);
  font-size: var(--fs-small);
}
.home .card--cta .btn { width: 100%; }
.home .card__tag {
  width: 100%;
  margin: 0 0 var(--s3);
  padding-bottom: var(--s3);
  border-bottom: 2px solid var(--brand-tint);
  color: var(--brand);
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.home #servicios .card__tag {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.home #servicios .card__tag::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.home #servicios .cards > article:nth-of-type(1) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='10' r='2.25'/%3E%3Cpath d='M3.5 19c.35-3.35 2.25-5 5.5-5s5.15 1.65 5.5 5M14.1 15.1c.8-.7 1.8-1.1 3.05-1.1 2.25 0 3.65 1.25 3.85 3.75'/%3E%3C/svg%3E");
}
.home #servicios .cards > article:nth-of-type(2) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6.5h5.2c2 0 2.8 1.1 2.8 3v8M20 6.5h-3.2c-2 0-2.8 1.1-2.8 3v8M9 14l3 3.5 3-3.5'/%3E%3C/svg%3E");
}
.home #servicios .cards > article:nth-of-type(3) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='12' rx='2'/%3E%3Cpath d='M9 7V5.5A1.5 1.5 0 0 1 10.5 4h3A1.5 1.5 0 0 1 15 5.5V7M3 12h18M10 12v2h4v-2'/%3E%3C/svg%3E");
}
.home #servicios .cards > article:nth-of-type(4) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 15 1.4-5h11.2l1.4 5M3.5 15h17v3.5h-2M5.5 18.5h-2V15l1.5-1M18.5 18.5h2V15L19 14'/%3E%3Ccircle cx='7' cy='18.5' r='1.5'/%3E%3Ccircle cx='17' cy='18.5' r='1.5'/%3E%3Cpath d='M8.5 10 10 7h4l1.5 3'/%3E%3C/svg%3E");
}
.home #servicios .cards > article:nth-of-type(5) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20V9M12 13 7.5 9M12 16l4.5-4M7.5 9H4V5.5M16.5 12H20V8.5'/%3E%3Ccircle cx='4' cy='4' r='1.5'/%3E%3Ccircle cx='20' cy='7' r='1.5'/%3E%3Ccircle cx='12' cy='6.5' r='1.5'/%3E%3C/svg%3E");
}
.home #servicios .cards > article:nth-of-type(6) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3.5 10 8.5-6.5 8.5 6.5M5.5 9v11h13V9M9 20v-6h6v6'/%3E%3Ccircle cx='16.5' cy='11.5' r='1'/%3E%3C/svg%3E");
}
.home #servicios .cards > article:nth-of-type(7) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v5c0 4.5 2.65 7.9 7 10 4.35-2.1 7-5.5 7-10V6l-7-3Z'/%3E%3Cpath d='m13.5 7.5-3 4h3l-3 5'/%3E%3C/svg%3E");
}
.home #servicios .cards > article:nth-of-type(8) .card__tag::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='6' height='6' rx='1'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1'/%3E%3Cpath d='M17 14v6M14 17h6'/%3E%3C/svg%3E");
}
.home .card h3 {
  margin-bottom: var(--s3);
  text-wrap: balance;
}
.home .card .link {
  align-self: flex-start;
  margin-top: auto;
}

/* Actuar a tiempo */
.home .split {
  display: grid;
  gap: var(--s6);
}
.home .split p { color: #d2deea; }
.home .panel {
  padding: var(--s5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}
.home .panel h3 {
  margin-bottom: var(--s4);
  font-size: 1.0625rem;
}
.home .checks li {
  position: relative;
  margin-bottom: var(--s3);
  padding-left: var(--s5);
  color: #e3ecf4;
  font-size: var(--fs-small);
}
.home .checks li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #7fb0da;
  content: "";
}

/* Pasos */
.home .steps {
  display: grid;
  gap: var(--s4);
}
.home .steps li {
  position: relative;
  display: flex;
  min-height: 100%;
  padding: clamp(1.75rem, 3vw, 2.25rem);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 58, 95, 0.11);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 4px 18px rgba(27, 29, 33, 0.035);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.home .steps li::before {
  position: absolute;
  top: 0;
  left: clamp(1.75rem, 3vw, 2.25rem);
  width: 42px;
  height: 2px;
  background: rgba(31, 58, 95, 0.5);
  content: "";
}
@media (hover: hover) {
  .home .steps li:hover {
    border-color: rgba(31, 58, 95, 0.18);
    box-shadow: 0 9px 24px rgba(27, 29, 33, 0.07);
    transform: translateY(-3px);
  }
}
.home .steps__num {
  margin: 0 0 var(--s4);
  color: rgba(31, 58, 95, 0.38);
  font-family: var(--font-head);
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
.home .steps h3 {
  margin-bottom: var(--s3);
  font-size: clamp(1.1875rem, 2vw, 1.3125rem);
  line-height: 1.25;
  text-wrap: balance;
}
.home .steps p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-small);
}
.home .steps + .center { margin-top: var(--s6); }

/* Sobre mí: componente aislado aprobado. */
.mp-about-section {
  --mpa-paper: #fbfaf8;
  --mpa-ink: #1b1d21;
  --mpa-ink-soft: #55595f;
  --mpa-line: #e3ded4;
  --mpa-brand: #1f3a5f;
  --mpa-brand-dark: #16293f;
  --mpa-brand-tint: #ebeff4;
  --mpa-font-head: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mpa-font-body: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mpa-s2: 0.5rem;
  --mpa-s3: 0.75rem;
  --mpa-s4: 1rem;
  --mpa-s5: 1.5rem;
  --mpa-s6: 2rem;
  --mpa-s7: 3rem;
  --mpa-s8: 4rem;
  --mpa-radius: 6px;
  padding-block: 3.5rem;
  background: var(--mpa-paper);
  color: var(--mpa-ink);
  font-family: var(--mpa-font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-wrap: pretty;
}
.mp-about-section *,
.mp-about-section *::before,
.mp-about-section *::after { box-sizing: border-box; }
.mp-about-section .mp-about__wrap {
  display: grid;
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: var(--mpa-s5);
  gap: var(--mpa-s6);
}
.mp-about-section .mp-about__photo { margin: 0; }
.mp-about-section .mp-about__photo img {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  border-radius: var(--mpa-radius);
  background: var(--mpa-brand-tint);
  object-fit: cover;
}
.mp-about-section .mp-about__copy { align-self: center; }
.mp-about-section .mp-about__copy p {
  margin: 0 0 var(--mpa-s4);
  color: var(--mpa-ink-soft);
}
.mp-about-section .mp-about__eyebrow {
  margin: 0 0 var(--mpa-s3);
  color: var(--mpa-brand);
  font-family: var(--mpa-font-head);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.mp-about-section .mp-about__copy h2 {
  margin: 0 0 var(--mpa-s4);
  color: var(--mpa-ink);
  font-family: var(--mpa-font-head);
  font-size: clamp(1.625rem, 4.6vw, 2.375rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.mp-about-section .mp-about__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mpa-s2);
  margin: var(--mpa-s5) 0 0;
  padding: 0;
  list-style: none;
}
.mp-about-section .mp-about__facts li {
  position: relative;
  padding-left: var(--mpa-s5);
  color: var(--mpa-ink);
  font-size: 0.9375rem;
}
.mp-about-section .mp-about__facts li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: var(--mpa-brand);
  content: "";
}
.mp-about-section .mp-about__copy p.mp-about__licence {
  margin: var(--mpa-s4) 0 0;
  color: var(--mpa-ink-soft);
  font-family: var(--mpa-font-head);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.mp-about-section .mp-about__social {
  margin-top: var(--mpa-s5);
  padding-top: var(--mpa-s4);
  border-top: 1px solid var(--mpa-line);
}
.mp-about-section .mp-about__copy p.mp-about__social-label {
  margin: 0 0 var(--mpa-s4);
  color: var(--mpa-ink-soft);
  font-family: var(--mpa-font-head);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mp-about-section .mp-about__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mpa-s5) var(--mpa-s6);
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-about-section .mp-about__social-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mpa-ink);
  font-family: var(--mpa-font-head);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.mp-about-section .mp-about__social-list a > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  color: var(--mpa-ink-soft);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mp-about-section .mp-about__social-list a > span:first-child::before {
  width: 24px;
  height: 24px;
  background: currentColor;
  content: "";
}
.mp-about-section .mp-about__social-list li:nth-child(1) a > span:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='5.5' width='19' height='13' rx='3.6'/%3E%3Cpath d='m10.4 9.4 4.6 2.6-4.6 2.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='5.5' width='19' height='13' rx='3.6'/%3E%3Cpath d='m10.4 9.4 4.6 2.6-4.6 2.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.mp-about-section .mp-about__social-list li:nth-child(2) a > span:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='4.6'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='16.9' cy='7.1' r='.9' fill='black' stroke='none'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='4.6'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='16.9' cy='7.1' r='.9' fill='black' stroke='none'/%3E%3C/svg%3E") center / contain no-repeat;
}
.mp-about-section .mp-about__social-list li:nth-child(3) a > span:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.2 3.4v10.3a3.6 3.6 0 1 1-3.6-3.6'/%3E%3Cpath d='M14.2 3.4a4.6 4.6 0 0 0 4.4 4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.2 3.4v10.3a3.6 3.6 0 1 1-3.6-3.6'/%3E%3Cpath d='M14.2 3.4a4.6 4.6 0 0 0 4.4 4'/%3E%3C/svg%3E") center / contain no-repeat;
}
.mp-about-section .mp-about__social-list svg { display: block; }
.mp-about-section .mp-about__social-list a:hover {
  color: var(--mpa-brand-dark);
  transform: translateY(-2px);
}
.mp-about-section .mp-about__social-list a:hover > span:first-child {
  border-color: #c9d4e1;
  background: var(--mpa-brand-tint);
  color: var(--mpa-brand);
}
.mp-about-section .mp-about__social-list a:focus-visible {
  outline: 3px solid var(--mpa-brand);
  outline-offset: 2px;
}
@media (min-width: 560px) {
  .mp-about-section .mp-about__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--mpa-s3) var(--mpa-s5);
  }
}

/* Reseñas */
.home .reviews {
  display: grid;
  gap: var(--s4);
}
.home .review {
  display: flex;
  flex-direction: column;
  padding: var(--s5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.home .stars {
  margin: 0 0 var(--s3);
  color: #c8901b;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
.home .review blockquote {
  flex: 1 1 auto;
  margin: 0 0 var(--s4);
  color: var(--ink);
  font-size: var(--fs-small);
}
.home .review footer {
  display: grid;
  padding-top: var(--s4);
  border-top: 1px solid var(--line);
}
.home .review strong {
  font-family: var(--font-head);
  font-size: var(--fs-small);
}
.home .review span {
  color: var(--ink-soft);
  font-size: 0.8125rem;
}
.home .reviews + .center { margin-top: var(--s6); }

/* FAQ */
.home .faq {
  display: grid;
  border-bottom: 1px solid var(--line);
}
.home .faq details { border-top: 1px solid var(--line); }
.home .faq summary {
  position: relative;
  min-height: 44px;
  padding: var(--s4) var(--s6) var(--s4) 0;
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}
.home .faq summary::-webkit-details-marker { display: none; }
.home .faq summary::after {
  position: absolute;
  top: 1.35em;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.home .faq details[open] summary::after { transform: rotate(-135deg); }
.home .faq summary:hover { color: var(--brand); }
.home .faq details p {
  max-width: 62ch;
  margin: 0 0 var(--s4);
  color: var(--ink-soft);
  font-size: var(--fs-small);
}

/* Contacto y mapa */
.home .location {
  display: grid;
  gap: var(--s6);
}
.home .contact {
  display: grid;
  gap: var(--s4);
  margin: var(--s5) 0;
}
.home .contact div {
  display: grid;
  gap: 2px;
}
.home .contact dt {
  display: flex;
  align-items: center;
  gap: var(--s2);
  color: var(--ink-soft);
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.home .contact dt::before {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: var(--brand);
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.home .contact div:nth-child(1) dt::before {
  -webkit-mask-image: var(--mask-pin);
  mask-image: var(--mask-pin);
}
.home .contact div:nth-child(2) dt::before {
  -webkit-mask-image: var(--mask-phone-outline);
  mask-image: var(--mask-phone-outline);
}
.home .contact div:nth-child(3) dt::before {
  -webkit-mask-image: var(--mask-mail);
  mask-image: var(--mask-mail);
}
.home .contact dd {
  margin: 0;
  font-size: var(--fs-small);
}
.home .map {
  display: grid;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  padding: var(--s5);
  place-content: center;
  gap: var(--s3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--brand-tint);
  overflow: hidden;
  text-align: center;
}
.home .map__btn {
  min-height: 48px;
  padding: var(--s3) var(--s5);
  justify-self: center;
  border: 0;
  border-radius: var(--radius);
  background: var(--brand);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.home .map__btn:hover { background: var(--brand-dark); }
.home .map__note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8125rem;
}
.home .map iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

/* CTA final */
.home .final {
  padding-block: var(--s7);
  background: var(--brand);
  color: #eaf0f6;
}
.home .final h2 { color: var(--white); }
.home .final p { color: #d2deea; }

/* =========================================================
   5. Footer global propio
   ========================================================= */
.mp-footer-shell {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-footer {
  padding-block: var(--s7) var(--s5);
  background: #15181c;
  color: #c9ccd1;
  font-size: var(--fs-small);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__grid {
  display: grid;
  gap: var(--s6);
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: var(--s3);
  margin: 0 0 var(--s2);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 700;
}

.mark--footer {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  font-size: 0.875rem;
}

.footer__text {
  max-width: 38ch;
  color: #9aa0a8;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
  margin-top: var(--s4);
}

.social a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #343940;
  border-radius: var(--radius);
  color: #9aa0a8;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.social a:hover,
.social a:focus-visible {
  border-color: #676e78;
  color: var(--white);
  text-decoration: none;
}

.social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer__title {
  margin: 0 0 var(--s4);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer__links {
  display: grid;
  gap: var(--s3);
}

.footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
}

.footer__contact-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-top: 0.18em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.72;
}

.footer__links--two { grid-template-columns: 1fr; }

.site-footer a {
  color: #c9ccd1;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer__bottom {
  display: grid;
  gap: var(--s2);
  margin-top: var(--s6);
  padding-top: var(--s4);
  border-top: 1px solid #2a2e34;
  color: #8b9199;
  font-size: 0.8125rem;
}

.footer__bottom p { margin: 0; }

/* =========================================================
   6. Responsive aprobado
   ========================================================= */
@media (min-width: 480px) {
  .home .actions .btn { flex: 0 0 auto; }
}

@media (min-width: 520px) {
  .footer__links--two {
    grid-template-columns: 1fr 1fr;
    column-gap: var(--s5);
  }
}

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

@media (min-width: 760px) {
  .home .trust__list { grid-template-columns: repeat(4, 1fr); }
  .home .trust__list li {
    align-content: start;
    padding: var(--s5);
    border-left: 1px solid #dae1ea;
  }
  .home .trust__list li + li { border-top: 0; }
  .home .trust__list li:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .footer__grid {
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: var(--s7);
  }
  .footer__bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 820px) {
  .home .reviews { grid-template-columns: repeat(3, 1fr); }
  .home .faq {
    grid-template-columns: 1fr 1fr;
    column-gap: var(--s7);
  }
}

@media (min-width: 900px) {
  :root { --header-h: 72px; }

  .burger { display: none; }
  .nav {
    display: block;
    margin-right: var(--s5);
  }
  .nav > ul {
    display: flex;
    gap: var(--s5);
  }
  .nav > ul > li { position: relative; }
  .nav > ul > li > a {
    padding: var(--s2) 0;
    border: 0;
    font-size: 0.9375rem;
  }
  .nav > ul > .menu-item-has-children > a::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px var(--s2);
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }
  .nav > ul > li > .sub-menu {
    display: block;
    position: absolute;
    top: calc(100% + var(--s2));
    left: calc(-1 * var(--s4));
    min-width: 250px;
    padding: var(--s2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 8px 22px rgba(27, 29, 33, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
  }
  .nav > ul > li > .sub-menu::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: var(--s2);
    content: "";
  }
  .nav > ul > li:hover > .sub-menu,
  .nav > ul > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav .sub-menu a {
    min-height: 40px;
    padding: var(--s2) var(--s3);
    border: 0;
    border-radius: 4px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .nav .sub-menu a:hover,
  .nav .sub-menu a:focus-visible {
    background: var(--brand-tint);
    color: var(--brand-dark);
  }
  .tel { display: inline-flex; }
  .header__actions .btn--wa { display: inline-flex; }

  .home .hero { padding-block: var(--s8); }
  .home .hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: var(--s8);
  }
  .home .hero__photo { order: 0; }
  .home .hero__photo img {
    max-width: none;
    aspect-ratio: 4 / 5;
  }
  .home .steps { grid-template-columns: repeat(3, 1fr); }
  .home .final { padding-block: var(--s8); }

}

@media (min-width: 940px) {
  .home .split {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
    gap: var(--s8);
  }
  .mp-about-section .mp-about__wrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: var(--mpa-s7);
  }
  .mp-about-section .mp-about__photo img { max-width: none; }
  .home .location {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: var(--s8);
  }
  .home .contact {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s4) var(--s5);
  }
}

@media (min-width: 1000px) {
  .home .cards { grid-template-columns: repeat(3, 1fr); }
}


@media (min-width: 1160px) {
  .mp-about-section .mp-about__wrap {
    grid-template-columns: 0.9fr 1.1fr;
    gap: var(--mpa-s8);
  }
  .mp-about-section .mp-about__facts li { white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* =========================================================
   7. Landing de Familia
   Todo el componente queda aislado bajo .mp-family-page.
   ========================================================= */
.page-id-11 #page.grid-container,
.page-id-11 .site-content,
.page-id-11 .site-content .content-area,
.page-id-11 .site-content .site-main,
.page-id-11 .inside-article,
.page-id-11 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-11 .entry-content > * { margin-block: 0; }
.page-id-11 .entry-content > *:last-child { margin-bottom: 0; }

.mp-family-page {
  background: var(--paper);
  color: var(--ink);
}

.mp-family-page ul,
.mp-family-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-family-page strong { font-weight: 600; }

.mp-family-section { padding-block: clamp(3.25rem, 6.5vw, 5.25rem); }

.mp-family-heading {
  max-width: 22ch;
  margin-bottom: var(--s4);
  font-size: clamp(1.625rem, 3.6vw, 2.375rem);
  text-wrap: balance;
}

.mp-family-heading--areas {
  max-width: 26ch;
  margin-bottom: var(--s3);
}

.mp-family-eyebrow {
  margin: 0 0 0.875rem;
  color: var(--brand);
  font-family: var(--font-head);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mp-family-intro {
  max-width: 64ch;
  margin-bottom: 1.75rem;
  color: var(--ink-soft);
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
}

.mp-family-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
}

.mp-family-actions--center { justify-content: center; }

.page-id-11 .entry-content .btn--wa,
.page-id-11 .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}

.page-id-11 .entry-content .btn--wa:hover,
.page-id-11 .entry-content .btn--wa:focus {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}

.page-id-11 .entry-content .btn--ghost,
.page-id-11 .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.page-id-11 .entry-content .btn--ghost:hover,
.page-id-11 .entry-content .btn--ghost:focus {
  border-color: var(--brand);
  color: var(--brand);
}

.page-id-11 .entry-content .btn--ghost-light,
.page-id-11 .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}

.page-id-11 .entry-content .btn--ghost-light:hover,
.page-id-11 .entry-content .btn--ghost-light:focus {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.mp-family-link {
  display: inline-flex;
  align-items: baseline;
  gap: var(--s2);
  color: var(--brand);
  font-family: var(--font-head);
  font-size: var(--fs-small);
  font-weight: 600;
  text-decoration: none;
}

.mp-family-link:hover { color: var(--brand-dark); }
.mp-family-link span { transition: transform 0.15s ease; }
.mp-family-link:hover span { transform: translateX(4px); }

.mp-family-hero {
  position: relative;
  padding-block: clamp(3rem, 7vw, 5.5rem);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #f1f4f8 0%, #f7f6f3 58%, var(--paper) 100%);
  overflow: hidden;
}

.mp-family-hero__grid {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(31, 58, 95, 0.055) 0 1px, transparent 1px 68px), repeating-linear-gradient(0deg, rgba(31, 58, 95, 0.04) 0 1px, transparent 1px 68px);
  -webkit-mask-image: radial-gradient(115% 85% at 50% 0%, #000 18%, transparent 70%);
  mask-image: radial-gradient(115% 85% at 50% 0%, #000 18%, transparent 70%);
}

.mp-family-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.625rem, 3.5vw, 3.25rem);
  position: relative;
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--s5);
  text-align: left;
}

.mp-family-hero h1 {
  max-width: 22ch;
  margin: 0 0 1.125rem;
  font-size: clamp(2.125rem, 5.4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.mp-family-hero__lead {
  max-width: 56ch;
  margin: 0 0 var(--s4);
  font-size: clamp(1.125rem, 2.1vw, 1.25rem);
}

.mp-family-hero__text {
  max-width: 64ch;
  margin: 0 0 1.625rem;
  color: var(--ink-soft);
  font-size: var(--fs-small);
}

.mp-family-hero__credentials {
  max-width: 520px;
  margin: 0 0 1.625rem;
  padding-block: 0.875rem;
  border-top: 1px solid #dce1e8;
  border-bottom: 1px solid #dce1e8;
}

.mp-family-hero__credentials p {
  margin: 0 0 2px;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.mp-family-hero__credentials p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.mp-family-hero .mp-family-actions--center { justify-content: flex-start; }

.mp-family-hero__image-frame {
  position: relative;
  max-height: min(74vh, 560px);
  aspect-ratio: 4 / 5;
  border: 1px solid #dce1e8;
  border-radius: var(--radius);
  background: #e7ecf2;
  overflow: hidden;
}

.mp-family-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-family-trust {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--brand-tint);
}

.mp-family-trust__list { display: grid; }

.mp-family-trust__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: var(--s4) 0;
  border-top: 1px solid #dae1ea;
}

.mp-family-trust__list li:first-child { border-top: 0; }
.mp-family-trust__list .ico { width: 20px; height: 20px; flex-basis: 20px; background: var(--brand); }
.mp-family-trust__list div { display: grid; gap: 2px; }
.mp-family-trust__list strong { font-family: var(--font-head); font-size: 1.0625rem; font-weight: 700; line-height: 1.35; }
.mp-family-trust__list div > span { color: var(--ink-soft); font-size: var(--fs-small); }

.mp-family-ico--badge {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5.5'/%3E%3Cpath d='m9.6 13.4-.9 7 3.3-2 3.3 2-.9-7M9.9 9l1.5 1.5L14.3 7.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5.5'/%3E%3Cpath d='m9.6 13.4-.9 7 3.3-2 3.3 2-.9-7M9.9 9l1.5 1.5L14.3 7.6'/%3E%3C/svg%3E");
}
.mp-family-ico--years {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3.2 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3.2 2'/%3E%3C/svg%3E");
}
.mp-family-ico--person {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5.2 19.5c.6-3.7 3.2-5.6 6.8-5.6s6.2 1.9 6.8 5.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5.2 19.5c.6-3.7 3.2-5.6 6.8-5.6s6.2 1.9 6.8 5.6'/%3E%3C/svg%3E");
}
.mp-family-ico--pin {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.6 6-11.4a6 6 0 1 0-12 0C6 15.4 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='9.5' r='2.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.6 6-11.4a6 6 0 1 0-12 0C6 15.4 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='9.5' r='2.2'/%3E%3C/svg%3E");
}

.mp-family-grid-3 { display: grid; grid-template-columns: 1fr; gap: var(--s4); }

.mp-family-card {
  display: flex;
  flex-direction: column;
  padding: 1.375rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.mp-family-card h3 { margin-bottom: 10px; font-size: 1.125rem; line-height: 1.3; text-wrap: balance; }
.mp-family-card > p:not(.mp-family-card__tag) { margin-bottom: var(--s2); color: var(--ink-soft); font-size: var(--fs-small); }
.mp-family-card > p:last-of-type { margin-bottom: 0; }
.mp-family-card__tag { margin: 0 0 var(--s3); padding-bottom: var(--s3); border-bottom: 1px solid var(--line); color: var(--brand); font-family: var(--font-head); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; }
.mp-family-card--urgent { border-color: #e6dbc4; background: #f7f3ea; }
.mp-family-card--urgent .mp-family-card__tag { border-color: #efe4ce; color: #8a6a1f; }
.mp-family-card--other { border-color: #eae5dc; background: #f7f5f1; }
.mp-family-card--other .mp-family-card__tag { border-color: #eae5dc; color: var(--ink-soft); }
.mp-family-card--divorce { border-color: #d4dde8; background: var(--brand-tint); }
.mp-family-card--divorce .mp-family-card__tag { border-color: #d4dde8; }
.mp-family-card--divorce .mp-family-link { align-self: flex-start; margin-top: auto; padding-top: 1.125rem; }

/* Señales visuales discretas para los asuntos de familia. */
.mp-family-page #asuntos-familia .mp-family-card h3 {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0.625rem;
  align-items: start;
}

.mp-family-page #asuntos-familia .mp-family-card h3::before {
  width: 18px;
  height: 18px;
  margin-top: 0.12em;
  background: var(--brand);
  content: "";
}

.mp-family-page #asuntos-familia .mp-family-card:nth-child(1) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h9l3 3v14H6zM15 3.5v3h3M9 11h6M9 15h3'/%3E%3Ccircle cx='16.5' cy='16.5' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h9l3 3v14H6zM15 3.5v3h3M9 11h6M9 15h3'/%3E%3Ccircle cx='16.5' cy='16.5' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-family-page #asuntos-familia .mp-family-card:nth-child(2) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16.5' cy='9' r='2.5'/%3E%3Cpath d='M3.5 19c.5-3.8 2-6 4.5-6s4 2.2 4.5 6M13 18c.5-2.8 1.7-4.5 3.5-4.5 2 0 3.2 1.8 3.7 4.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16.5' cy='9' r='2.5'/%3E%3Cpath d='M3.5 19c.5-3.8 2-6 4.5-6s4 2.2 4.5 6M13 18c.5-2.8 1.7-4.5 3.5-4.5 2 0 3.2 1.8 3.7 4.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-family-page #asuntos-familia .mp-family-card:nth-child(3) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='12' r='2.5'/%3E%3Ccircle cx='19' cy='6' r='2.5'/%3E%3Ccircle cx='19' cy='18' r='2.5'/%3E%3Cpath d='m7.3 11 9.4-4M7.3 13l9.4 4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='12' r='2.5'/%3E%3Ccircle cx='19' cy='6' r='2.5'/%3E%3Ccircle cx='19' cy='18' r='2.5'/%3E%3Cpath d='m7.3 11 9.4-4M7.3 13l9.4 4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-family-page #asuntos-familia .mp-family-card:nth-child(4) h3::before {
  background: #8a6a1f;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 19 6v5.5c0 4.3-2.8 7.2-7 9-4.2-1.8-7-4.7-7-9V6zM12 8v5M12 16h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 19 6v5.5c0 4.3-2.8 7.2-7 9-4.2-1.8-7-4.7-7-9V6zM12 8v5M12 16h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-family-page #asuntos-familia .mp-family-card:nth-child(5) h3::before {
  background: #66717b;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 4-8 4.5 8 4.5 8-4.5zM5.5 12.5 12 16l6.5-3.5M5.5 16.5 12 20l6.5-3.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 4-8 4.5 8 4.5 8-4.5zM5.5 12.5 12 16l6.5-3.5M5.5 16.5 12 20l6.5-3.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-family-page #asuntos-familia .mp-family-card:nth-child(6) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 4.5h6.5v15H4.5zM13 4.5h6.5v15H13zM9 9l2 3-2 3M15 9l-2 3 2 3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 4.5h6.5v15H4.5zM13 4.5h6.5v15H13zM9 9l2 3-2 3M15 9l-2 3 2 3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-family-section--local { border-block: 1px solid var(--line); background: var(--paper-alt); }
.mp-family-process { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(1.75rem, 4vw, 4rem); align-items: stretch; }
.mp-family-process__intro { padding-left: 1.375rem; border-left: 2px solid var(--brand); }
.mp-family-process__intro > p:not(.mp-family-eyebrow) { max-width: 42ch; margin-bottom: var(--s2); color: var(--ink-soft); }
.mp-family-page .mp-family-process__index { display: grid; gap: 6px; margin-top: var(--s5); padding-top: var(--s4); border-top: 1px solid var(--line); }
.mp-family-process__index li { display: flex; gap: 10px; color: var(--ink-soft); font-family: var(--font-head); font-size: 0.875rem; font-weight: 600; }
.mp-family-process__index span,
.mp-family-process__steps > li > span { color: var(--brand); }
.mp-family-process__steps > li { display: grid; grid-template-columns: auto 1fr; gap: 0 20px; padding-block: var(--s5); border-top: 1px solid var(--line); }
.mp-family-process__steps > li:first-child { padding-top: 0; border-top: 0; }
.mp-family-process__steps > li:last-child { padding-bottom: 0; }
.mp-family-process__steps > li > span { padding-top: 4px; font-family: var(--font-head); font-size: 0.875rem; font-weight: 700; letter-spacing: 0.08em; }
.mp-family-process__steps h3 { margin-bottom: var(--s2); font-size: 1.125rem; }
.mp-family-process__steps p { max-width: 62ch; margin-bottom: var(--s2); color: var(--ink-soft); font-size: var(--fs-small); }
.mp-family-process__steps p:last-child { margin-bottom: 0; }
.mp-family-local-note { display: flex; align-items: center; gap: 0.875rem; margin-top: clamp(1.75rem, 4vw, 2.5rem); padding: 1.125rem 1.375rem; border: 1px solid #d4dde8; border-radius: var(--radius); background: var(--brand-tint); }
.mp-family-local-note .ico { width: 20px; height: 20px; flex-basis: 20px; background: var(--brand); }
.mp-family-local-note p { margin: 0; font-family: var(--font-head); font-size: var(--fs-small); font-weight: 600; }

.mp-family-work { gap: clamp(1.125rem, 2.2vw, 1.625rem); }
.mp-family-work li { position: relative; padding: clamp(1.625rem, 2.4vw, 2rem) clamp(1.375rem, 2.2vw, 1.75rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.mp-family-work li > span { position: absolute; top: 0.875rem; right: 1rem; color: #e1e8f0; font-family: var(--font-head); font-size: clamp(1.75rem, 2.4vw, 2.125rem); font-weight: 700; line-height: 1; }
.mp-family-work h3 { position: relative; margin-bottom: 1rem; padding-right: 2.5rem; font-size: clamp(1.0625rem, 1.45vw, 1.125rem); line-height: 1.35; }
.mp-family-work p { margin-bottom: 0.75rem; color: var(--ink-soft); font-size: var(--fs-small); }
.mp-family-work p:last-child { margin-bottom: 0; }
.mp-family-actions--work { margin-top: 2rem; }

.mp-family-section--profile { border-block: 1px solid var(--line); background: var(--paper-alt); }
.mp-family-profile { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(1.75rem, 4vw, 4rem); align-items: start; }
.mp-family-profile > div > p:not(.mp-family-eyebrow) { max-width: 50ch; margin-bottom: var(--s3); color: var(--ink-soft); }
.mp-family-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.875rem 1.75rem; max-width: 50ch; margin: 1.25rem 0; padding-top: 1.125rem; border-top: 1px solid var(--line); }
.mp-family-facts div { display: grid; gap: 1px; }
.mp-family-facts dt,
.mp-family-final__card dt { color: #8a8e95; font-family: var(--font-head); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; }
.mp-family-facts dd { margin: 0; font-size: 0.875rem; }
.mp-family-facts dd:first-of-type { color: var(--ink); font-family: var(--font-head); font-size: 1rem; font-weight: 700; }
.mp-family-reviews__heading { margin-bottom: 1.25rem; font-size: clamp(1.375rem, 2.6vw, 1.75rem); }
.mp-family-reviews { display: grid; gap: var(--s4); }
.mp-family-reviews figure { margin: 0; padding: 1.25rem 1.375rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.mp-family-stars { margin: 0 0 var(--s3); color: #c8901b; font-size: var(--fs-small); letter-spacing: 0.14em; }
.mp-family-reviews blockquote { margin: 0 0 var(--s4); padding-left: var(--s4); border-left: 2px solid var(--line); color: var(--ink); font-size: var(--fs-small); font-style: italic; }
.mp-family-reviews figcaption { padding-top: 0.875rem; border-top: 1px solid var(--line); font-family: var(--font-head); font-size: var(--fs-small); font-weight: 600; }
.mp-family-reviews figcaption span { display: block; color: var(--ink-soft); font-family: var(--font-body); font-size: 0.8125rem; font-weight: 400; }
.mp-family-reviews__link { margin-top: 1.25rem; }

.mp-family-faq-wrap { max-width: 900px; margin-inline: auto; padding-inline: var(--s5); }
.mp-family-faq-wrap .mp-family-heading { max-width: 32ch; margin-bottom: var(--s5); }
.mp-family-faq { border-bottom: 1px solid var(--line); }
.mp-family-faq details { border-top: 1px solid var(--line); }
.mp-family-faq summary { position: relative; min-height: 44px; padding: 1.125rem 2rem 1.125rem 4px; color: var(--ink); font-family: var(--font-head); font-size: 1.0625rem; font-weight: 600; line-height: 1.4; list-style: none; cursor: pointer; }
.mp-family-faq summary::-webkit-details-marker { display: none; }
.mp-family-faq summary::after { position: absolute; top: 1.55rem; right: 4px; width: 10px; height: 10px; border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand); content: ""; transform: rotate(45deg); transition: transform 0.18s ease; }
.mp-family-faq details[open] summary::after { transform: rotate(-135deg); }
.mp-family-faq summary:hover { color: var(--brand); }
.mp-family-faq details > div { padding: 0 4px 1.25rem; }
.mp-family-faq p { max-width: 70ch; margin-bottom: var(--s3); color: var(--ink-soft); font-size: var(--fs-small); }
.mp-family-faq p:last-child { margin-bottom: 0; }

.mp-family-final { position: relative; padding-block: clamp(3.25rem, 6.5vw, 5.25rem); background: radial-gradient(ellipse 72% 120% at 82% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%), var(--brand); color: #eaf0f6; overflow: hidden; }
.mp-family-final__grid,
.mp-family-final__circle { display: none; }
.mp-family-final__inner { display: grid; position: relative; grid-template-columns: minmax(0, 1fr); gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center; }
.mp-family-final .mp-family-eyebrow { color: #a9c2dc; }
.mp-family-final h2 { max-width: 26ch; margin-bottom: var(--s4); color: var(--white); font-size: clamp(1.625rem, 3.6vw, 2.375rem); text-wrap: balance; }
.mp-family-final__inner > div:first-child > p:not(.mp-family-eyebrow) { max-width: 56ch; margin-bottom: var(--s3); color: #d2deea; }
.mp-family-final__inner > div:first-child > p:nth-last-of-type(1) { margin-bottom: 1.625rem; }
.mp-family-final__card { width: 100%; max-width: 420px; padding: clamp(1.25rem, 2.6vw, 1.75rem); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--radius); background: rgba(255, 255, 255, 0.07); }
.mp-family-final__card > p:first-child { margin: 0 0 4px; color: var(--white); font-family: var(--font-head); font-size: 1.1875rem; font-weight: 700; line-height: 1.3; }
.mp-family-final__card > p:nth-child(2) { margin: 0 0 1.25rem; color: #a9c2dc; font-family: var(--font-head); font-size: var(--fs-small); font-weight: 600; }
.mp-family-final__card dl { display: grid; gap: 0.875rem; margin: 0; }
.mp-family-final__card dl div { display: grid; gap: 2px; padding-top: 0.875rem; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.mp-family-final__card dt { color: #a9c2dc; }
.mp-family-final__card dd { margin: 0; color: #eaf0f6; font-size: var(--fs-small); }

@media (min-width: 640px) {
  .mp-family-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
  .mp-family-trust__list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mp-family-trust__list li { padding: 1.25rem 1.5rem; border-top: 0; border-left: 1px solid #dae1ea; }
  .mp-family-trust__list li:first-child { padding-left: 0; border-left: 0; }
}

@media (min-width: 900px) {
  .mp-family-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-family-process__intro { position: sticky; top: calc(var(--header-h) + var(--s5)); }
}

@media (min-width: 960px) {
  .mp-family-hero__inner { grid-template-columns: 1.12fr 0.88fr; align-items: start; }
  .mp-family-profile { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-family-final__inner { grid-template-columns: 1.35fr 0.85fr; }
}

@media (min-width: 1000px) {
  .mp-family-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* =========================================================
   8. Landing de Divorcio
   Los únicos estilos nuevos quedan aislados bajo .mp-divorce-page.
   ========================================================= */
.page-id-14 #page.grid-container,
.page-id-14 .site-content,
.page-id-14 .site-content .content-area,
.page-id-14 .site-content .site-main,
.page-id-14 .inside-article,
.page-id-14 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-14 .entry-content > * { margin-block: 0; }
.page-id-14 .entry-content > *:last-child { margin-bottom: 0; }

.mp-divorce-page {
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  overflow: clip;
}

.mp-divorce-page strong { font-weight: 600; }

.mp-divorce-page .mp-divorce-grid-3,
.mp-divorce-page .mp-divorce-pending,
.mp-divorce-page .mp-divorce-signing,
.mp-divorce-page .mp-divorce-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.mp-divorce-page .mp-divorce-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.625rem, 3.5vw, 3.25rem);
  align-items: start;
  text-align: left;
}

.mp-divorce-page .mp-divorce-hero-copy,
.mp-divorce-page .mp-divorce-hero-media { min-width: 0; }

.mp-divorce-page .mp-divorce-hero-frame {
  position: relative;
  max-height: min(74vh, 560px);
  aspect-ratio: 4 / 5;
  border: 1px solid #dce1e8;
  border-radius: var(--radius);
  background: #e7ecf2;
  overflow: hidden;
}

.mp-divorce-page .mp-divorce-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-divorce-page .mp-divorce-process {
  grid-template-columns: minmax(0, 1fr) !important;
}

.mp-divorce-page .mp-divorce-trustbar {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-divorce-page .mp-divorce-trustbar li {
  padding: 1rem 0;
  border-top: 1px solid #dae1ea;
}
.mp-divorce-page .mp-divorce-trustbar li:first-child { border-top: 0; }

.mp-divorce-page .mp-divorce-grid-3 { gap: var(--s4); }
.mp-divorce-page .mp-divorce-pending { gap: 1.5rem 2.25rem; }

/* Iconos editoriales para las situaciones de divorcio. */
.mp-divorce-page div.mp-divorce-grid-3 > div > p:first-child {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.mp-divorce-page div.mp-divorce-grid-3 > div > p:first-child::before {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  content: "";
}

.mp-divorce-page div.mp-divorce-grid-3 > div:nth-child(1) > p:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h8l3 3v14H6zM14 3.5v3h3M9.5 11h4M12 9v7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h8l3 3v14H6zM14 3.5v3h3M9.5 11h4M12 9v7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-divorce-page div.mp-divorce-grid-3 > div:nth-child(2) > p:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 5h6v14h-6zM13.5 5h6v14h-6zM10.5 9h3M10.5 15h3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 5h6v14h-6zM13.5 5h6v14h-6zM10.5 9h3M10.5 15h3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-divorce-page div.mp-divorce-grid-3 > div:nth-child(3) > p:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.5 3.5h10v9h-10zM8.5 7h4M8.5 10h2'/%3E%3Ccircle cx='16.5' cy='15.5' r='3.5'/%3E%3Cpath d='m19 18 2 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.5 3.5h10v9h-10zM8.5 7h4M8.5 10h2'/%3E%3Ccircle cx='16.5' cy='15.5' r='3.5'/%3E%3Cpath d='m19 18 2 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-divorce-page div.mp-divorce-grid-3 > div:nth-child(4) > p:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16.5' cy='9' r='2.5'/%3E%3Cpath d='M3.5 19c.5-3.8 2-6 4.5-6s4 2.2 4.5 6M13 18c.5-2.8 1.7-4.5 3.5-4.5 2 0 3.2 1.8 3.7 4.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16.5' cy='9' r='2.5'/%3E%3Cpath d='M3.5 19c.5-3.8 2-6 4.5-6s4 2.2 4.5 6M13 18c.5-2.8 1.7-4.5 3.5-4.5 2 0 3.2 1.8 3.7 4.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-divorce-page div.mp-divorce-grid-3 > div:nth-child(5) > p:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 10 8-6 8 6M6.5 9v10h11V9M9 19v-5h6v5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 10 8-6 8 6M6.5 9v10h11V9M9 19v-5h6v5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-divorce-page div.mp-divorce-grid-3 > div:nth-child(6) > p:first-child::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2.5'/%3E%3Ccircle cx='18' cy='12' r='2.5'/%3E%3Cpath d='M8.5 12h7M12 8v8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2.5'/%3E%3Ccircle cx='18' cy='12' r='2.5'/%3E%3Cpath d='M8.5 12h7M12 8v8'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Números editoriales para las cuestiones que pueden quedar pendientes. */
.mp-divorce-page .mp-divorce-pending {
  row-gap: clamp(2rem, 3.4vw, 2.75rem);
}

.mp-divorce-page .mp-divorce-pending > div {
  padding-top: 1.125rem !important;
  border-top-color: #dce2e9 !important;
}

.mp-divorce-page .mp-divorce-pending > div > div:first-child {
  min-height: 2rem;
  margin-bottom: 0.75rem !important;
}

.mp-divorce-page .mp-divorce-pending > div > div:first-child span {
  color: #d7dfe8 !important;
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.025em !important;
}

.mp-divorce-page .mp-divorce-pending h3 {
  margin-bottom: 0.75rem !important;
}

/* Composición más respirada para los tres pasos de trabajo. */
.mp-divorce-page ol.mp-divorce-grid-3 {
  gap: clamp(1.125rem, 2.2vw, 1.625rem);
}

.mp-divorce-page ol.mp-divorce-grid-3 > li {
  padding: clamp(1.625rem, 2.4vw, 2rem) clamp(1.375rem, 2.2vw, 1.75rem) !important;
}

.mp-divorce-page ol.mp-divorce-grid-3 > li > span:first-child {
  top: 0.875rem !important;
  right: 1rem !important;
  color: #e1e8f0 !important;
  font-size: clamp(1.75rem, 2.4vw, 2.125rem) !important;
}

.mp-divorce-page ol.mp-divorce-grid-3 > li h3 {
  margin-bottom: 1rem !important;
  padding-right: 2.5rem;
  font-size: clamp(1.0625rem, 1.45vw, 1.125rem) !important;
  line-height: 1.35;
}

.mp-divorce-page ol.mp-divorce-grid-3 > li p:not(:last-child) {
  margin-bottom: 0.75rem !important;
}

.mp-divorce-page ol.mp-divorce-grid-3 + div {
  margin-top: 2rem !important;
}

.mp-divorce-page .mp-divorce-link {
  display: inline-flex;
  align-items: baseline;
  gap: var(--s2);
  color: var(--brand);
  font-family: var(--font-head);
  font-size: var(--fs-small);
  font-weight: 600;
  text-decoration: none;
}

.mp-divorce-page .mp-divorce-link:hover { color: var(--brand-dark); }
.mp-divorce-page .mp-divorce-link span { transition: transform 0.15s ease; }
.mp-divorce-page .mp-divorce-link:hover span { transform: translateX(4px); }
.mp-divorce-page .mp-divorce-grid-3 .mp-divorce-link { margin-top: auto; align-self: flex-start; }

.mp-divorce-page .mp-divorce-faq { border-bottom: 1px solid var(--line); }
.mp-divorce-page .mp-divorce-faq details { border-top: 1px solid var(--line); }
.mp-divorce-page .mp-divorce-faq summary {
  position: relative;
  min-height: 44px;
  padding: 1.125rem 2rem 1.125rem 4px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.mp-divorce-page .mp-divorce-faq summary::-webkit-details-marker { display: none; }
.mp-divorce-page .mp-divorce-faq summary::after {
  position: absolute;
  top: 1.55rem;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.mp-divorce-page .mp-divorce-faq details[open] summary::after { transform: rotate(-135deg); }
.mp-divorce-page .mp-divorce-faq summary:hover { color: var(--brand); }
.mp-divorce-page .mp-divorce-faq details > div { padding: 0 4px 1.25rem; }

.page-id-14 .entry-content .btn--wa,
.page-id-14 .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}
.page-id-14 .entry-content .btn--wa:hover,
.page-id-14 .entry-content .btn--wa:focus {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}
.page-id-14 .entry-content .btn--ghost,
.page-id-14 .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}
.page-id-14 .entry-content .btn--ghost:hover,
.page-id-14 .entry-content .btn--ghost:focus {
  border-color: var(--brand);
  color: var(--brand);
}
.page-id-14 .entry-content .btn--ghost-light,
.page-id-14 .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}
.page-id-14 .entry-content .btn--ghost-light:hover,
.page-id-14 .entry-content .btn--ghost-light:focus {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

@media (min-width: 640px) and (max-width: 999px) {
  .mp-divorce-page .mp-divorce-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 640px) and (max-width: 959px) {
  .mp-divorce-page .mp-divorce-pending { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
  .mp-divorce-page .mp-divorce-trustbar li {
    padding: 1.25rem 1.5rem !important;
    border-top: 0 !important;
    border-left: 1px solid #dae1ea;
  }
  .mp-divorce-page .mp-divorce-trustbar li:first-child {
    padding-left: 0 !important;
    border-left: 0;
  }
}

@media (min-width: 900px) {
  .mp-divorce-page .mp-divorce-process {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .mp-divorce-page .mp-divorce-signing { grid-template-columns: 1fr 0.9fr; }
}

@media (min-width: 960px) {
  .mp-divorce-page .mp-divorce-hero-grid { grid-template-columns: 1.12fr 0.88fr; }
  .mp-divorce-page .mp-divorce-pending {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.75rem 2.5rem;
  }
  .mp-divorce-page .mp-divorce-pending > * { grid-column: span 2; }
  .mp-divorce-page .mp-divorce-final-grid { grid-template-columns: 1.35fr 0.85fr; }
}

@media (min-width: 1000px) {
  .mp-divorce-page .mp-divorce-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* =========================================================
   9. Landing Laboral y ART
   Todo el componente queda aislado bajo .mp-laboral-art-page.
   ========================================================= */
.page-id-26 #page.grid-container,
.page-id-26 .site-content,
.page-id-26 .site-content .content-area,
.page-id-26 .site-content .site-main,
.page-id-26 .inside-article,
.page-id-26 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-26 .entry-content > * { margin-block: 0; }
.page-id-26 .entry-content > *:last-child { margin-bottom: 0; }

.mp-laboral-art-page {
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  overflow: clip;
}

.mp-laboral-art-page strong { font-weight: 600; }

.mp-laboral-art-page .mp-laboral-hero-grid,
.mp-laboral-art-page .mp-laboral-grid-6,
.mp-laboral-art-page .mp-laboral-art-intro,
.mp-laboral-art-page .mp-laboral-art-step,
.mp-laboral-art-page .mp-laboral-sign-grid,
.mp-laboral-art-page .mp-laboral-sign-close,
.mp-laboral-art-page .mp-laboral-process,
.mp-laboral-art-page .mp-laboral-profile-faq,
.mp-laboral-art-page .mp-laboral-final-grid,
.mp-laboral-art-page .mp-laboral-final-data {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.mp-laboral-art-page .mp-laboral-hero-grid { gap: clamp(1.75rem, 3.5vw, 3.5rem); }
.mp-laboral-art-page .mp-laboral-hero-copy,
.mp-laboral-art-page .mp-laboral-hero-media { min-width: 0; }

.mp-laboral-art-page .mp-laboral-hero-aside {
  margin-top: clamp(1.5rem, 3vw, 2.125rem);
}

.mp-laboral-art-page .mp-laboral-hero-frame {
  position: relative;
  max-height: min(74vh, 560px);
  aspect-ratio: 4 / 5;
  border: 1px solid #dce1e8;
  border-radius: var(--radius);
  background: #e7ecf2;
  overflow: hidden;
}

.mp-laboral-art-page .mp-laboral-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-laboral-art-page .mp-laboral-grid-6 { gap: 0.875rem; }
.mp-laboral-art-page .mp-laboral-art-intro {
  gap: clamp(1.25rem, 3vw, 3rem);
  border-bottom: 0 !important;
}
.mp-laboral-art-page .mp-laboral-art-step { gap: 10px 0; }
.mp-laboral-art-page .mp-laboral-sign-grid { gap: var(--s3); }
.mp-laboral-art-page .mp-laboral-sign-close { gap: clamp(1.25rem, 3vw, 2.75rem); align-items: center; }
.mp-laboral-art-page .mp-laboral-process {
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding-left: 0;
  list-style: none;
}
.mp-laboral-art-page .mp-laboral-profile-faq { gap: clamp(2.75rem, 7vw, 4rem); }

/* Jerarquía del bloque institucional + preguntas frecuentes. */
.mp-laboral-art-page .mp-laboral-profile-faq > div:first-child {
  max-width: 44ch;
}

.mp-laboral-art-page .mp-laboral-profile-faq > div:first-child > p:not(:first-child) {
  margin-bottom: 0.625rem !important;
  color: #687078 !important;
  font-size: 1rem !important;
  line-height: 1.6;
}

.mp-laboral-art-page .mp-laboral-profile-faq > div:first-child > p:nth-child(4) {
  margin-bottom: 1.125rem !important;
}

.mp-laboral-art-page .mp-laboral-profile-faq > div:first-child > dl {
  gap: 0.75rem !important;
  margin-bottom: 1.125rem !important;
}

.mp-laboral-art-page .mp-laboral-profile-faq > div:first-child > dl > div {
  padding-top: 0.75rem !important;
}

.mp-laboral-art-page .mp-laboral-faq-col {
  min-width: 0;
  margin-top: 0;
}

.mp-laboral-art-page .mp-laboral-faq-col > h2 {
  margin-bottom: 2rem !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
}

/* WordPress puede sanear estos valores inline; se fijan aquí para mantenerlos. */
.mp-laboral-art-page .mp-laboral-art-intro + ol {
  padding-left: 0;
  list-style: none;
}
.mp-laboral-art-page .mp-laboral-art-step > div:first-child > span[aria-hidden="true"] {
  color: rgba(31, 58, 95, 0.16);
}
.mp-laboral-art-page .mp-laboral-process > li > p:first-of-type {
  color: #c6d2e0;
}

/* Ritmo editorial e iconografía para las situaciones ante la ART. */
.mp-laboral-art-page #art .mp-laboral-art-step {
  position: relative;
  padding: clamp(1.75rem, 2.8vw, 2.25rem) 0 !important;
  border-top: 1px solid rgba(31, 58, 95, 0.12);
}

.mp-laboral-art-page #art .mp-laboral-art-step::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 2.75rem;
  height: 2px;
  background: #69847d;
  content: "";
}

.mp-laboral-art-page #art .mp-laboral-art-step > div:first-child {
  position: relative;
  min-width: 0;
  padding: 0 4.75rem 0 0 !important;
}

.mp-laboral-art-page #art .mp-laboral-art-step > div:first-child > span[aria-hidden="true"] {
  position: absolute;
  top: -0.125rem;
  right: 0;
  margin: 0 !important;
  color: rgba(31, 58, 95, 0.115);
  font-size: clamp(2.75rem, 5vw, 4rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.04em !important;
}

.mp-laboral-art-page #art .mp-laboral-art-step h3 {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 0.6875rem;
  align-items: start;
  max-width: 23ch !important;
  margin: 0 !important;
}

.mp-laboral-art-page #art .mp-laboral-art-step h3::before {
  width: 19px;
  height: 19px;
  margin-top: 0.12em;
  background: #365c50;
  content: "";
}

.mp-laboral-art-page #art .mp-laboral-art-step:nth-child(1) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13a7 7 0 0 1 14 0M4 13h16M8 13v3M16 13v3M6 18h12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13a7 7 0 0 1 14 0M4 13h16M8 13v3M16 13v3M6 18h12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #art .mp-laboral-art-step:nth-child(2) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h9l3 3v14H6zM15 3.5v3h3M9 11h6M9 15h3'/%3E%3Cpath d='m15 14 4 4M19 14l-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h9l3 3v14H6zM15 3.5v3h3M9 11h6M9 15h3'/%3E%3Cpath d='m15 14 4 4M19 14l-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #art .mp-laboral-art-step:nth-child(3) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2-5 4 10 2-5h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2-5 4 10 2-5h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #art .mp-laboral-art-step:nth-child(4) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h12v17H6zM9 8h6M9 12h6M9 16h3'/%3E%3Cpath d='m15.5 16 1.5 1.5 3-3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h12v17H6zM9 8h6M9 12h6M9 16h3'/%3E%3Cpath d='m15.5 16 1.5 1.5 3-3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #art .mp-laboral-art-step:nth-child(5) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9.5' cy='11' r='5.5'/%3E%3Cpath d='m13.5 15 4.5 4.5M7 9h5M7 12h3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9.5' cy='11' r='5.5'/%3E%3Cpath d='m13.5 15 4.5 4.5M7 9h5M7 12h3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #art .mp-laboral-art-step > div:nth-child(2) {
  padding-top: 0.875rem !important;
}

/* Iconografía y acabado sutil para los seis problemas laborales. */
.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div {
  display: flex;
  flex-direction: column;
  padding-top: 1.375rem !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 h3 {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 0.6875rem;
  align-items: start;
  padding-top: 0.875rem !important;
  border-top-color: #e5e0d7 !important;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 h3::before {
  width: 19px;
  height: 19px;
  margin-top: 0.08em;
  background: #365c50;
  content: "";
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div:nth-child(1) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h12v17H6zM9 8h6M9 12h6M9 16h3'/%3E%3Cpath d='m14 16 1.7 1.7 3.3-3.4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h12v17H6zM9 8h6M9 12h6M9 16h3'/%3E%3Cpath d='m14 16 1.7 1.7 3.3-3.4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div:nth-child(2) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5.5h16v11H9l-4 3v-3H4zM8 10h5M16 10h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5.5h16v11H9l-4 3v-3H4zM8 10h5M16 10h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div:nth-child(3) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='1.5'/%3E%3Cpath d='m4.5 7 7.5 5.5L19.5 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='1.5'/%3E%3Cpath d='m4.5 7 7.5 5.5L19.5 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div:nth-child(4) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='14' rx='2'/%3E%3Ccircle cx='8' cy='10' r='2'/%3E%3Cpath d='M6 15c.5-1.7 1.2-2.5 2-2.5s1.5.8 2 2.5M13 9h4M13 13h4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='14' rx='2'/%3E%3Ccircle cx='8' cy='10' r='2'/%3E%3Cpath d='M6 15c.5-1.7 1.2-2.5 2-2.5s1.5.8 2 2.5M13 9h4M13 13h4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div:nth-child(5) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h12v17H6zM9 8h6M9 12h3M9 16h3'/%3E%3Ccircle cx='16' cy='15.5' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h12v17H6zM9 8h6M9 12h3M9 16h3'/%3E%3Ccircle cx='16' cy='15.5' r='2.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div:nth-child(6) h3::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h10l2 2v15H6zM9 8h6M9 12h4M9 16h3'/%3E%3Cpath d='m14 17 5-5 1.5 1.5-5 5-2 .5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3.5h10l2 2v15H6zM9 8h6M9 12h4M9 16h3'/%3E%3Cpath d='m14 17 5-5 1.5 1.5-5 5-2 .5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-laboral-art-page #situaciones .mp-laboral-grid-6 > div:hover {
  border-color: #cfd8d2 !important;
  box-shadow: 0 8px 20px rgba(31, 58, 50, 0.055);
  transform: translateY(-2px);
}

@media (min-width: 640px) {
  .mp-laboral-art-page #situaciones .mp-laboral-grid-6 { grid-auto-rows: 1fr; }
}

.mp-laboral-art-page .mp-laboral-final-card,
.mp-laboral-art-page .mp-laboral-final-grid > div:last-child,
.mp-divorce-page .mp-divorce-final-card,
.mp-divorce-page .mp-divorce-final-grid > div:last-child {
  width: 100%;
  max-width: 420px;
  padding: clamp(20px, 2.6vw, 28px);
  justify-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}
.mp-laboral-art-page .mp-laboral-final-card dl,
.mp-laboral-art-page .mp-laboral-final-grid > div:last-child dl,
.mp-divorce-page .mp-divorce-final-card dl,
.mp-divorce-page .mp-divorce-final-grid > div:last-child dl {
  display: grid;
  gap: 14px;
  margin: 0;
}
.mp-laboral-art-page .mp-laboral-final-card dl > div,
.mp-laboral-art-page .mp-laboral-final-grid > div:last-child dl > div,
.mp-divorce-page .mp-divorce-final-card dl > div,
.mp-divorce-page .mp-divorce-final-grid > div:last-child dl > div {
  display: grid;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mp-laboral-art-page .mp-laboral-trustbar li {
  padding: var(--s4) 0;
  border-top: 1px solid #dae1ea;
}
.mp-laboral-art-page .mp-laboral-trustbar li:first-child { border-top: 0; }

.mp-laboral-art-page .mp-laboral-link {
  display: inline-flex;
  align-items: baseline;
  gap: var(--s2);
  color: var(--brand);
  font-family: var(--font-head);
  font-size: var(--fs-small);
  font-weight: 600;
  text-decoration: none;
}
.mp-laboral-art-page .mp-laboral-link:hover { color: var(--brand-dark); }
.mp-laboral-art-page .mp-laboral-link span { transition: transform 0.15s ease; }
.mp-laboral-art-page .mp-laboral-link:hover span { transform: translateX(4px); }

.mp-laboral-art-page .mp-laboral-faq { border-bottom: 1px solid var(--line); }
.mp-laboral-art-page .mp-laboral-faq details { border-top: 1px solid var(--line); }
.mp-laboral-art-page .mp-laboral-faq summary {
  position: relative;
  min-height: 44px;
  padding: 1.125rem 2rem 1.125rem 4px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.mp-laboral-art-page .mp-laboral-faq summary::-webkit-details-marker { display: none; }
.mp-laboral-art-page .mp-laboral-faq summary::after {
  position: absolute;
  top: 1.55rem;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.mp-laboral-art-page .mp-laboral-faq details[open] summary::after { transform: rotate(-135deg); }
.mp-laboral-art-page .mp-laboral-faq summary:hover { color: var(--brand); }
.mp-laboral-art-page .mp-laboral-faq details > div { padding: 0 4px 1.25rem; }

.page-id-26 .entry-content .btn--wa,
.page-id-26 .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}
.page-id-26 .entry-content .btn--wa:hover,
.page-id-26 .entry-content .btn--wa:focus {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}
.page-id-26 .entry-content .btn--ghost,
.page-id-26 .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}
.page-id-26 .entry-content .btn--ghost:hover,
.page-id-26 .entry-content .btn--ghost:focus {
  border-color: var(--brand);
  color: var(--brand);
}
.page-id-26 .entry-content .btn--ghost-light,
.page-id-26 .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}
.page-id-26 .entry-content .btn--ghost-light:hover,
.page-id-26 .entry-content .btn--ghost-light:focus {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

@media (min-width: 620px) and (max-width: 979px) {
  .mp-laboral-art-page .mp-laboral-sign-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 640px) and (max-width: 999px) {
  .mp-laboral-art-page .mp-laboral-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
  .mp-laboral-art-page .mp-laboral-trustbar li {
    padding: 1.25rem 1.5rem;
    border-top: 0;
    border-left: 1px solid #dae1ea;
  }
  .mp-laboral-art-page .mp-laboral-trustbar li:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .mp-laboral-art-page .mp-laboral-final-data { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .mp-laboral-art-page .mp-laboral-art-intro { grid-template-columns: 0.9fr 1.1fr; align-items: end; }
  .mp-laboral-art-page .mp-laboral-art-step { grid-template-columns: 0.92fr 1.18fr; gap: 0 clamp(1.75rem, 3.4vw, 3.5rem); }
  .mp-laboral-art-page .mp-laboral-sign-close { grid-template-columns: 1.2fr auto; }
  .mp-laboral-art-page .mp-laboral-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 960px) {
  .mp-laboral-art-page .mp-laboral-hero-grid { grid-template-columns: 1.12fr 0.88fr; align-items: start; }
  .mp-laboral-art-page .mp-laboral-final-grid { grid-template-columns: 1.35fr 0.85fr; }
}

@media (min-width: 980px) {
  .mp-laboral-art-page .mp-laboral-sign-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mp-laboral-art-page .mp-laboral-profile-faq {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 0;
    align-items: start;
  }
  .mp-laboral-art-page .mp-laboral-profile-faq > div:first-child {
    padding-right: clamp(2.5rem, 4vw, 4rem);
  }
  .mp-laboral-art-page .mp-laboral-faq-col {
    padding-left: clamp(2.5rem, 4vw, 4rem);
    border-left: 1px solid rgba(31, 58, 95, 0.14);
  }
}

@media (min-width: 1000px) {
  .mp-laboral-art-page .mp-laboral-grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
}

/* =========================================================
   10. Landing de Accidentes
   Todo el componente queda aislado bajo .mp-accidentes-page.
   ========================================================= */
.page-id-18 #page.grid-container,
.page-id-18 .site-content,
.page-id-18 .site-content .content-area,
.page-id-18 .site-content .site-main,
.page-id-18 .inside-article,
.page-id-18 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-18 .entry-content > * { margin-block: 0; }
.page-id-18 .entry-content > *:last-child { margin-bottom: 0; }

.mp-accidentes-page {
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  overflow: clip;
}

.mp-accidentes-page .mp-accidentes-hero-grid,
.mp-accidentes-page .mp-accidentes-pasos-head,
.mp-accidentes-page .mp-accidentes-pasos,
.mp-accidentes-page .mp-accidentes-cierre-doc,
.mp-accidentes-page .mp-accidentes-oferta,
.mp-accidentes-page .mp-accidentes-reclamar-grid,
.mp-accidentes-page .mp-accidentes-reclamar-cierre,
.mp-accidentes-page .mp-accidentes-reclamar-nota,
.mp-accidentes-page .mp-accidentes-etapas,
.mp-accidentes-page .mp-accidentes-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.mp-accidentes-page .mp-accidentes-hero-grid { gap: clamp(1.625rem, 3.5vw, 3.25rem); }
.mp-accidentes-page .mp-accidentes-pasos-head { gap: clamp(0.875rem, 2.4vw, 3rem); align-items: end; }
.mp-accidentes-page .mp-accidentes-pasos { gap: clamp(1.875rem, 3.6vw, 3.25rem) clamp(2rem, 4.4vw, 4.5rem); }
.mp-accidentes-page .mp-accidentes-cierre-doc { gap: clamp(1.125rem, 2.6vw, 2.5rem); }
.mp-accidentes-page .mp-accidentes-oferta { gap: clamp(1.625rem, 3.6vw, 3.5rem); }
.mp-accidentes-page .mp-accidentes-reclamar-grid { gap: 0.875rem; }
.mp-accidentes-page .mp-accidentes-reclamar-cierre { gap: clamp(1.125rem, 2.4vw, 2.75rem); align-items: center; }
.mp-accidentes-page .mp-accidentes-reclamar-nota { grid-template-columns: auto minmax(0, 1fr); gap: 0.875rem; align-items: start; }
.mp-accidentes-page .mp-accidentes-etapas { gap: clamp(1.75rem, 3.2vw, 2.75rem); }

/* Refinamiento editorial: oferta de la aseguradora. */
.mp-accidentes-page .mp-accidentes-oferta > div:first-child > div:first-child {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.125rem !important;
  padding: clamp(1.625rem, 3vw, 2.25rem) !important;
  border-color: #e3ded4 !important;
  border-radius: 8px !important;
  background: #fbfaf8 !important;
}

.mp-accidentes-page .mp-accidentes-oferta > div:first-child > div:first-child::before {
  position: absolute;
  top: 0;
  left: clamp(1.625rem, 3vw, 2.25rem);
  width: 3.25rem;
  height: 2px;
  background: #1f3a5f;
  content: "";
}

.mp-accidentes-page .mp-accidentes-oferta > div:first-child > div:first-child h3 {
  margin-bottom: 0.875rem !important;
  font-size: clamp(1.1875rem, 1.6vw, 1.3125rem) !important;
  line-height: 1.28 !important;
}

.mp-accidentes-page .mp-accidentes-oferta > div:first-child > div:first-child h3::before {
  display: block;
  min-height: 20px;
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F3A5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3.5h8l3 3v14H7z'/%3E%3Cpath d='M15 3.5v3h3M10 11h5M10 15h3.5'/%3E%3C/svg%3E") left center / 20px 20px no-repeat;
  color: #1f3a5f;
  content: "CRITERIO CLAVE";
  font-family: 'Libre Franklin', Helvetica, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.11em;
}

.mp-accidentes-page .mp-accidentes-oferta > div:first-child > .btn {
  margin-left: 0.25rem;
}

.mp-accidentes-page .mp-accidentes-oferta > div:nth-child(2) li {
  align-items: start !important;
  gap: 0.75rem !important;
}

.mp-accidentes-page .mp-accidentes-oferta > div:nth-child(2) li > span:first-child {
  display: grid !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 0.2em;
  place-items: center;
  border: 1px solid rgba(31, 58, 95, 0.32);
  border-radius: 50% !important;
  background: #fbfaf8 !important;
  transform: none !important;
}

.mp-accidentes-page .mp-accidentes-oferta > div:nth-child(2) li > span:first-child::before {
  width: 4px;
  height: 7px;
  border-right: 1.5px solid #1f3a5f;
  border-bottom: 1.5px solid #1f3a5f;
  content: "";
  transform: translateY(-1px) rotate(45deg);
}

/* Iconografía sutil para los seis rubros reclamables. */
.mp-accidentes-page .mp-accidentes-reclamar-grid > div {
  display: flex;
  flex-direction: column;
  padding-top: 1.375rem !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:last-child {
  border-color: #e3ded4 !important;
  background: #fff !important;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div::before {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-bottom: 0.75rem;
  background: #365c50;
  content: "";
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:nth-child(1)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15.5h16l-1.2-5.2a2 2 0 0 0-2-1.6H7.2a2 2 0 0 0-2 1.6zM7 8.7l1.3-3.2h7.4L17 8.7M5 15.5V19h2M19 15.5V19h-2M7.5 13h.01M16.5 13h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15.5h16l-1.2-5.2a2 2 0 0 0-2-1.6H7.2a2 2 0 0 0-2 1.6zM7 8.7l1.3-3.2h7.4L17 8.7M5 15.5V19h2M19 15.5V19h-2M7.5 13h.01M16.5 13h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:nth-child(2)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2-5 4 10 2-5h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2-5 4 10 2-5h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:nth-child(3)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='5.5' r='2.5'/%3E%3Cpath d='M12 8v5M8 11l4 2 4-2M10 13l-2 7M14 13l2 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='5.5' r='2.5'/%3E%3Cpath d='M12 8v5M8 11l4 2 4-2M10 13l-2 7M14 13l2 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:nth-child(4)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:nth-child(5)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='17' r='2.7'/%3E%3Ccircle cx='18' cy='17' r='2.7'/%3E%3Cpath d='M9.5 17h4l2-5h-4l-2-3H6M14 17l-3-5M15.5 8h2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='17' r='2.7'/%3E%3Ccircle cx='18' cy='17' r='2.7'/%3E%3Cpath d='M9.5 17h4l2-5h-4l-2-3H6M14 17l-3-5M15.5 8h2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:nth-child(6)::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 4-9 5 9 5 9-5zM5 13l7 4 7-4M5 17l7 4 7-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 4-9 5 9 5 9-5zM5 13l7 4 7-4M5 17l7 4 7-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div h3 {
  padding-top: 0.875rem !important;
  border-top-color: #e5e0d7 !important;
}

.mp-accidentes-page .mp-accidentes-reclamar-grid > div:hover {
  border-color: #cfd8d2 !important;
  box-shadow: 0 8px 20px rgba(31, 58, 50, 0.055);
  transform: translateY(-2px);
}

@media (min-width: 640px) {
  .mp-accidentes-page .mp-accidentes-reclamar-grid { grid-auto-rows: 1fr; }
}

.mp-accidentes-page .mp-accidentes-trustbar,
.mp-accidentes-page .mp-accidentes-pasos,
.mp-accidentes-page .mp-accidentes-etapas {
  list-style: none;
}
.mp-accidentes-page .mp-accidentes-trustbar { margin:0; padding:0; }

/* Card de datos profesionales del CTA final. Las reglas en la hoja del tema
   evitan que el saneado del editor elimine el fondo y los separadores. */
.mp-accidentes-page .mp-accidentes-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.mp-accidentes-page .mp-accidentes-contact-card dl > div {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mp-accidentes-page .mp-accidentes-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-accidentes-page .mp-accidentes-trustbar li {
  padding: var(--s4) 0;
  border-top: 1px solid #dae1ea;
}
.mp-accidentes-page .mp-accidentes-trustbar li:first-child { border-top: 0; }

.mp-accidentes-page .mp-accidentes-guide-link {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding-bottom: 2px;
  border-bottom: 1px solid #cfd6de;
  color: var(--ink-soft);
  font-family: var(--font-head);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.mp-accidentes-page .mp-accidentes-guide-link:hover,
.mp-accidentes-page .mp-accidentes-guide-link:focus {
  border-color: var(--brand);
  color: var(--brand);
}

.mp-accidentes-page .mp-accidentes-faq { border-bottom: 1px solid var(--line); }
.mp-accidentes-page .mp-accidentes-faq details { border-top: 1px solid var(--line); }
.mp-accidentes-page .mp-accidentes-faq summary {
  position: relative;
  min-height: 44px;
  padding: 1.125rem 2rem 1.125rem 4px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.mp-accidentes-page .mp-accidentes-faq summary::-webkit-details-marker { display: none; }
.mp-accidentes-page .mp-accidentes-faq summary::after {
  position: absolute;
  top: 1.55rem;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.mp-accidentes-page .mp-accidentes-faq details[open] summary::after { transform: rotate(-135deg); }
.mp-accidentes-page .mp-accidentes-faq summary:hover { color: var(--brand); }
.mp-accidentes-page .mp-accidentes-faq details > div { padding: 0 4px 1.25rem; }

.page-id-18 .entry-content .btn--wa,
.page-id-18 .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}
.page-id-18 .entry-content .btn--wa:hover,
.page-id-18 .entry-content .btn--wa:focus {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}
.page-id-18 .entry-content .btn--ghost,
.page-id-18 .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}
.page-id-18 .entry-content .btn--ghost:hover,
.page-id-18 .entry-content .btn--ghost:focus {
  border-color: var(--brand);
  color: var(--brand);
}
.page-id-18 .entry-content .btn--ghost-light,
.page-id-18 .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}
.page-id-18 .entry-content .btn--ghost-light:hover,
.page-id-18 .entry-content .btn--ghost-light:focus {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

@media (min-width: 640px) and (max-width: 999px) {
  .mp-accidentes-page .mp-accidentes-reclamar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
  .mp-accidentes-page .mp-accidentes-trustbar li {
    padding: 1.25rem 1.5rem;
    border-top: 0;
    border-left: 1px solid #dae1ea;
  }
  .mp-accidentes-page .mp-accidentes-trustbar li:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (min-width: 820px) {
  .mp-accidentes-page .mp-accidentes-pasos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-accidentes-page .mp-accidentes-pasos > li:nth-child(even) {
    padding-left: clamp(1.25rem, 2.4vw, 2.125rem);
    border-left: 1px solid var(--line);
  }
}

@media (min-width: 860px) {
  .mp-accidentes-page .mp-accidentes-pasos-head { grid-template-columns: 1.05fr 0.95fr; }
  .mp-accidentes-page .mp-accidentes-reclamar-cierre { grid-template-columns: 1.05fr 0.95fr; }
}

@media (min-width: 900px) {
  .mp-accidentes-page .mp-accidentes-cierre-doc { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
  .mp-accidentes-page .mp-accidentes-oferta { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
  .mp-accidentes-page .mp-accidentes-etapas { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
  .mp-accidentes-page .mp-accidentes-etapas > li:nth-child(2) { margin-top: clamp(1.25rem, 2.6vw, 2.5rem); }
  .mp-accidentes-page .mp-accidentes-etapas > li:nth-child(3) { margin-top: clamp(2.5rem, 5.2vw, 5rem); }
}

@media (min-width: 960px) {
  .mp-accidentes-page .mp-accidentes-hero-grid { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
  .mp-accidentes-page .mp-accidentes-final-grid { grid-template-columns: 1.35fr 0.85fr; }
}

@media (min-width: 1000px) {
  .mp-accidentes-page .mp-accidentes-reclamar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
}

/* =========================================================
   11. Landing de Sucesiones
   Todo el componente queda aislado bajo .mp-sucesiones-page.
   ========================================================= */
.page-id-16 #page.grid-container,
.page-id-16 .site-content,
.page-id-16 .site-content .content-area,
.page-id-16 .site-content .site-main,
.page-id-16 .inside-article,
.page-id-16 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-16 .entry-content > * { margin-block: 0; }
.page-id-16 .entry-content > *:last-child { margin-bottom: 0; }

.mp-sucesiones-page {
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  overflow: clip;
}

.mp-sucesiones-page .mp-sucesiones-hero-grid,
.mp-sucesiones-page .mp-sucesiones-situaciones,
.mp-sucesiones-page .mp-sucesiones-callout-tiempo,
.mp-sucesiones-page .mp-sucesiones-decl-grid,
.mp-sucesiones-page .mp-sucesiones-tramite,
.mp-sucesiones-page .mp-sucesiones-etapa,
.mp-sucesiones-page .mp-sucesiones-pasos3,
.mp-sucesiones-page .mp-sucesiones-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.mp-sucesiones-page .mp-sucesiones-hero-grid { gap: clamp(1.625rem, 3.5vw, 3.25rem); }
.mp-sucesiones-page .mp-sucesiones-situaciones { gap: 0.875rem; }
.mp-sucesiones-page .mp-sucesiones-callout-tiempo { gap: clamp(1.25rem, 2.6vw, 2.75rem); }
.mp-sucesiones-page .mp-sucesiones-decl-grid { gap: clamp(1.875rem, 4vw, 4rem); }
.mp-sucesiones-page .mp-sucesiones-tramite { gap: clamp(1.625rem, 3.4vw, 3.5rem); }
.mp-sucesiones-page .mp-sucesiones-etapa {
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  padding: clamp(1.25rem, 2.4vw, 1.75rem) 0;
  border-top: 1px solid var(--line);
}
.mp-sucesiones-page .mp-sucesiones-etapa:first-child { padding-top: 0; border-top: 0; }
.mp-sucesiones-page .mp-sucesiones-pasos3 { gap: clamp(1.75rem, 3.4vw, 3rem); list-style: none; }

.mp-sucesiones-page .mp-sucesiones-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-sucesiones-page .mp-sucesiones-trustbar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-sucesiones-page .mp-sucesiones-final-card {
  width: 100%;
  max-width: 420px;
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  justify-self: stretch;
}

.mp-sucesiones-page .mp-sucesiones-final-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.mp-sucesiones-page .mp-sucesiones-final-card dl > div {
  display: grid;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mp-sucesiones-page .mp-sucesiones-trustbar li {
  padding: var(--s4) 0;
  border-top: 1px solid #dae1ea;
}
.mp-sucesiones-page .mp-sucesiones-trustbar li:first-child { border-top: 0; }

.mp-sucesiones-page .mp-sucesiones-verbos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.mp-sucesiones-page .mp-sucesiones-faq { border-bottom: 1px solid var(--line); }
.mp-sucesiones-page .mp-sucesiones-faq details { border-top: 1px solid var(--line); }
.mp-sucesiones-page .mp-sucesiones-faq summary {
  position: relative;
  min-height: 44px;
  padding: 1.125rem 2rem 1.125rem 4px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.mp-sucesiones-page .mp-sucesiones-faq summary::-webkit-details-marker { display: none; }
.mp-sucesiones-page .mp-sucesiones-faq summary::after {
  position: absolute;
  top: 1.55rem;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.mp-sucesiones-page .mp-sucesiones-faq details[open] summary::after { transform: rotate(-135deg); }
.mp-sucesiones-page .mp-sucesiones-faq summary:hover { color: var(--brand); }
.mp-sucesiones-page .mp-sucesiones-faq details > div { padding: 0 4px 1.25rem; }

.page-id-16 .entry-content .btn--wa,
.page-id-16 .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}
.page-id-16 .entry-content .btn--wa:hover,
.page-id-16 .entry-content .btn--wa:focus {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}
.page-id-16 .entry-content .btn--ghost,
.page-id-16 .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}
.page-id-16 .entry-content .btn--ghost:hover,
.page-id-16 .entry-content .btn--ghost:focus {
  border-color: var(--brand);
  color: var(--brand);
}
.page-id-16 .entry-content .btn--ghost-light,
.page-id-16 .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}
.page-id-16 .entry-content .btn--ghost-light:hover,
.page-id-16 .entry-content .btn--ghost-light:focus {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

@media (min-width: 640px) and (max-width: 999px) {
  .mp-sucesiones-page .mp-sucesiones-situaciones { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
  .mp-sucesiones-page .mp-sucesiones-trustbar li {
    padding: 1.25rem 1.5rem;
    border-top: 0;
    border-left: 1px solid #dae1ea;
  }
  .mp-sucesiones-page .mp-sucesiones-trustbar li:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (min-width: 880px) {
  .mp-sucesiones-page .mp-sucesiones-callout-tiempo { grid-template-columns: 1.25fr 0.75fr; align-items: center; }
  .mp-sucesiones-page .mp-sucesiones-pasos3 { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
}

@media (min-width: 900px) {
  .mp-sucesiones-page .mp-sucesiones-decl-grid { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
}

@media (min-width: 940px) {
  .mp-sucesiones-page .mp-sucesiones-tramite { grid-template-columns: 0.8fr 1.2fr; align-items: start; }
  .mp-sucesiones-page .mp-sucesiones-tramite-head { position: sticky; top: 120px; }
}

@media (min-width: 960px) {
  .mp-sucesiones-page .mp-sucesiones-hero-grid { grid-template-columns: 1.12fr 0.88fr; align-items: start; }
  .mp-sucesiones-page .mp-sucesiones-final-grid { grid-template-columns: 1.35fr 0.85fr; }
}

@media (min-width: 1000px) {
  .mp-sucesiones-page .mp-sucesiones-situaciones { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
}

/* =========================================================
   12. Landing de Desalojos y Alquileres
   Todo el componente queda aislado bajo .mp-desalojos-page.
   ========================================================= */
.page-id-20 #page.grid-container,
.page-id-20 .site-content,
.page-id-20 .site-content .content-area,
.page-id-20 .site-content .site-main,
.page-id-20 .inside-article,
.page-id-20 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-20 .entry-content > * { margin-block: 0; }
.page-id-20 .entry-content > *:last-child { margin-bottom: 0; }

.mp-desalojos-page {
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  overflow: clip;
}

.mp-desalojos-page .mp-desalojos-hero-grid,
.mp-desalojos-page .mp-desalojos-situaciones,
.mp-desalojos-page .mp-desalojos-prueba,
.mp-desalojos-page .mp-desalojos-concepto,
.mp-desalojos-page .mp-desalojos-callout-prueba,
.mp-desalojos-page .mp-desalojos-rail-item,
.mp-desalojos-page .mp-desalojos-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.mp-desalojos-page .mp-desalojos-hero-grid { gap: clamp(1.625rem, 3.5vw, 3.25rem); }
.mp-desalojos-page .mp-desalojos-situaciones { gap: 0.875rem; }
.mp-desalojos-page .mp-desalojos-prueba { gap: clamp(1.75rem, 3.6vw, 3.75rem); }
.mp-desalojos-page .mp-desalojos-concepto {
  gap: clamp(0.875rem, 2vw, 1.75rem);
  padding: clamp(1.375rem, 2.6vw, 1.875rem) 0;
  border-top: 1px solid #e4d8ce;
}
.mp-desalojos-page .mp-desalojos-concepto:first-child { padding-top: 0; border-top: 0; }
.mp-desalojos-page .mp-desalojos-callout-prueba { gap: clamp(1.25rem, 2.6vw, 2.5rem); }

.mp-desalojos-page .mp-desalojos-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-desalojos-page .mp-desalojos-trustbar li {
  padding: var(--s4) 0;
  border-top: 1px solid #dae1ea;
}
.mp-desalojos-page .mp-desalojos-trustbar li:first-child { border-top: 0; }

.mp-desalojos-page .mp-desalojos-lista-prueba {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.375rem 1.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-desalojos-page .mp-desalojos-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-desalojos-page .mp-desalojos-rail-item {
  position: relative;
  gap: 0.375rem;
  padding: 0 0 clamp(1.875rem, 3.6vw, 2.875rem);
}

.mp-desalojos-page .mp-desalojos-faq { border-bottom: 1px solid #cfdae6; }
.mp-desalojos-page .mp-desalojos-faq details { border-top: 1px solid #cfdae6; }
.mp-desalojos-page .mp-desalojos-faq summary {
  position: relative;
  min-height: 44px;
  padding: 1.125rem 2rem 1.125rem 4px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.mp-desalojos-page .mp-desalojos-faq summary::-webkit-details-marker { display: none; }
.mp-desalojos-page .mp-desalojos-faq summary::after {
  position: absolute;
  top: 1.55rem;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.mp-desalojos-page .mp-desalojos-faq details[open] summary::after { transform: rotate(-135deg); }
.mp-desalojos-page .mp-desalojos-faq summary:hover { color: var(--brand); }
.mp-desalojos-page .mp-desalojos-faq details > div { padding: 0 4px 1.25rem; }

.page-id-20 .entry-content .btn--wa,
.page-id-20 .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}
.page-id-20 .entry-content .btn--wa:hover,
.page-id-20 .entry-content .btn--wa:focus {
  border-color: var(--wa-dark);
  background: var(--wa-dark);
  color: var(--white);
}
.page-id-20 .entry-content .btn--ghost,
.page-id-20 .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}
.page-id-20 .entry-content .btn--ghost:hover,
.page-id-20 .entry-content .btn--ghost:focus {
  border-color: var(--brand);
  color: var(--brand);
}
.page-id-20 .entry-content .btn--ghost-light,
.page-id-20 .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}
.page-id-20 .entry-content .btn--ghost-light:hover,
.page-id-20 .entry-content .btn--ghost-light:focus {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

@media (min-width: 640px) and (max-width: 999px) {
  .mp-desalojos-page .mp-desalojos-situaciones { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 700px) {
  .mp-desalojos-page .mp-desalojos-concepto { grid-template-columns: 0.62fr 1.38fr; }
}

@media (min-width: 760px) {
  .mp-desalojos-page .mp-desalojos-trustbar li {
    padding: 1.25rem 1.5rem;
    border-top: 0;
    border-left: 1px solid #dae1ea;
  }
  .mp-desalojos-page .mp-desalojos-trustbar li:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (min-width: 840px) {
  .mp-desalojos-page .mp-desalojos-rail-item {
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(1.5rem, 3vw, 3rem);
    padding-left: 3.5rem;
  }
  .mp-desalojos-page .mp-desalojos-rail-item::before {
    position: absolute;
    top: 33px;
    bottom: 0;
    left: 15px;
    width: 1px;
    background: #cfdae6;
    content: "";
  }
  .mp-desalojos-page .mp-desalojos-rail-item:last-child::before {
    top: 33px;
    bottom: 14px;
    height: auto;
    background: linear-gradient(180deg, #cfdae6 0%, #cfdae6 82%, rgba(207, 218, 230, 0) 100%);
  }
  .mp-desalojos-page .mp-desalojos-rail-num { margin-left: -3.5rem; }
}

@media (min-width: 880px) {
  .mp-desalojos-page .mp-desalojos-callout-prueba { grid-template-columns: 1.3fr 0.7fr; align-items: center; }
}

@media (min-width: 960px) {
  .mp-desalojos-page .mp-desalojos-hero-grid { grid-template-columns: 1.12fr 0.88fr; align-items: start; }
  .mp-desalojos-page .mp-desalojos-prueba { grid-template-columns: 0.82fr 1.18fr; align-items: start; }
  .mp-desalojos-page .mp-desalojos-prueba-head { position: sticky; top: 120px; }
  .mp-desalojos-page .mp-desalojos-final-grid { grid-template-columns: 1.35fr 0.85fr; }
}

@media (min-width: 1000px) {
  .mp-desalojos-page .mp-desalojos-situaciones { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
}

/* =========================================================
   13. Landing de Daños y Perjuicios
   Todo el componente queda aislado bajo .mp-danos-page.
   ========================================================= */
.page-id-68 #page.grid-container,
.page-id-68 .site-content,
.page-id-68 .site-content .content-area,
.page-id-68 .site-content .site-main,
.page-id-68 .inside-article,
.page-id-68 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-68 .entry-content > * { margin-block: 0; }
.page-id-68 .entry-content > *:last-child { margin-bottom: 0; }

.mp-danos-page {
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  overflow: clip;
}

/* WordPress agrega párrafos vacíos alrededor de los bloques HTML. En esta
   landing no deben generar separación entre hero, CTA y componentes globales. */
.mp-danos-page > p:empty,
.mp-danos-page .mp-danos-hero-grid > p:empty,
.mp-danos-page .mp-danos-hero-grid + p:empty,
.mp-danos-page .mp-danos-trustbar + p:empty,
.mp-danos-page > div:nth-of-type(2) > p:empty,
.mp-danos-page .mp-danos-consecuencias > p:empty,
.mp-danos-page .mp-danos-consecuencias > div > p:empty,
.mp-danos-page .mp-danos-situaciones > p:empty,
.mp-danos-page .mp-danos-situaciones > div > p:empty,
.mp-danos-page .mp-danos-orden > p:empty,
.mp-danos-page .mp-danos-orden + p:empty,
.mp-danos-page .mp-danos-orden > div:nth-child(2) > p:empty,
.mp-danos-page .mp-danos-orden > div:nth-child(2) > div:last-of-type > p:empty,
.mp-danos-page .mp-danos-proceso-grid > p:empty,
.mp-danos-page .mp-danos-final-grid > p:empty,
.mp-danos-page .mp-danos-final-grid > div:nth-of-type(2) dl > div > p:empty {
  display: none;
}

.mp-danos-page .mp-danos-hero-grid,
.mp-danos-page .mp-danos-situaciones,
.mp-danos-page .mp-danos-orden,
.mp-danos-page .mp-danos-consecuencias,
.mp-danos-page .mp-danos-proceso-grid,
.mp-danos-page .mp-danos-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.mp-danos-page .mp-danos-hero-grid { gap: clamp(1.625rem, 3.5vw, 3.25rem); }
.mp-danos-page .mp-danos-situaciones { gap: 0.875rem; }
.mp-danos-page .mp-danos-orden { gap: clamp(1.75rem, 3.6vw, 3.75rem); }
.mp-danos-page .mp-danos-proceso-grid { gap: clamp(2rem, 4vw, 4rem); }

.mp-danos-page .mp-danos-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-danos-page .btn--wa::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: currentColor;
  content: "";
  -webkit-mask-image: var(--mask-wa);
  mask-image: var(--mask-wa);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mp-danos-page .mp-danos-trustbar {
  align-items: center;
  list-style: none;
}

.mp-danos-page .mp-danos-trustbar li {
  list-style: none;
  padding: var(--s4) 0;
  border-top: 1px solid #dae1ea;
}
.mp-danos-page .mp-danos-trustbar li:first-child { border-top: 0; }
.mp-danos-page .mp-danos-trustbar li::marker { content: ""; }
.mp-danos-page .mp-danos-trustbar p { margin: 0; }
.mp-danos-page .mp-danos-trustbar li > div::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: var(--brand);
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.mp-danos-page .mp-danos-trustbar li:nth-child(1) > div::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5.5'/%3E%3Cpath d='m9.6 13.4-.9 7 3.3-2 3.3 2-.9-7M9.9 9l1.5 1.5L14.3 7.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5.5'/%3E%3Cpath d='m9.6 13.4-.9 7 3.3-2 3.3 2-.9-7M9.9 9l1.5 1.5L14.3 7.6'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-trustbar li:nth-child(2) > div::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3.2 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5V12l3.2 2'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-trustbar li:nth-child(3) > div::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5.2 19.5c.6-3.7 3.2-5.6 6.8-5.6s6.2 1.9 6.8 5.6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M5.2 19.5c.6-3.7 3.2-5.6 6.8-5.6s6.2 1.9 6.8 5.6'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-trustbar li:nth-child(4) > div::before {
  -webkit-mask-image: var(--mask-pin);
  mask-image: var(--mask-pin);
}

.mp-danos-page .mp-danos-situaciones > div > div:first-child::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: #9a5b3b;
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.mp-danos-page .mp-danos-situaciones > div:nth-of-type(1) > div:first-child::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.6 4.6 19 9l-8.2 8.2-4.4-4.4z'/%3E%3Cpath d='m5.2 15.4-1 4.4 4.4-1'/%3E%3Cpath d='M16.2 3 19 5.8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.6 4.6 19 9l-8.2 8.2-4.4-4.4z'/%3E%3Cpath d='m5.2 15.4-1 4.4 4.4-1'/%3E%3Cpath d='M16.2 3 19 5.8'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-situaciones > div:nth-of-type(2) > div:first-child::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.4 10.6 12 4.6l7.6 6'/%3E%3Cpath d='M6.2 12v7.4h11.6V12'/%3E%3Cpath d='M10.8 12.6c-.6 1.6.4 2.2-.2 3.6M13.6 13.4c-.5 1.4.3 2-.2 3.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.4 10.6 12 4.6l7.6 6'/%3E%3Cpath d='M6.2 12v7.4h11.6V12'/%3E%3Cpath d='M10.8 12.6c-.6 1.6.4 2.2-.2 3.6M13.6 13.4c-.5 1.4.3 2-.2 3.2'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-situaciones > div:nth-of-type(3) > div:first-child::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.6 8.6 12 4.4l7.4 4.2v6.8L12 19.6l-7.4-4.2z'/%3E%3Cpath d='M4.6 8.6 12 12.8l7.4-4.2M12 12.8v6.8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.6 8.6 12 4.4l7.4 4.2v6.8L12 19.6l-7.4-4.2z'/%3E%3Cpath d='M4.6 8.6 12 12.8l7.4-4.2M12 12.8v6.8'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-situaciones > div:nth-of-type(4) > div:first-child::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.6 5.4 6v5.4c0 4 2.8 7.2 6.6 9 3.8-1.8 6.6-5 6.6-9V6z'/%3E%3Cpath d='m9.4 11.6 1.9 1.9 3.5-3.7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.6 5.4 6v5.4c0 4 2.8 7.2 6.6 9 3.8-1.8 6.6-5 6.6-9V6z'/%3E%3Cpath d='m9.4 11.6 1.9 1.9 3.5-3.7'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-situaciones > div:nth-of-type(5) > div:first-child::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.4 19.6V6.8l6.4-2.4v15.2'/%3E%3Cpath d='M10.8 9.6h8.8v10'/%3E%3Cpath d='M13.6 12.6h3.2M13.6 15.6h3.2M7 8.8v1.4M7 12v1.4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.4 19.6V6.8l6.4-2.4v15.2'/%3E%3Cpath d='M10.8 9.6h8.8v10'/%3E%3Cpath d='M13.6 12.6h3.2M13.6 15.6h3.2M7 8.8v1.4M7 12v1.4'/%3E%3C/svg%3E");
}
.mp-danos-page .mp-danos-situaciones > div:nth-of-type(6) > div:first-child::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.2 15.4h15.6M5.6 15.4l1.6-5.2a2 2 0 0 1 1.9-1.4h5.8a2 2 0 0 1 1.9 1.4l1.6 5.2'/%3E%3Cpath d='M4.2 15.4v2.6h2.4v-2.6M17.4 15.4V18h2.4v-2.6'/%3E%3Cpath d='M7.4 12.6h9.2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.2 15.4h15.6M5.6 15.4l1.6-5.2a2 2 0 0 1 1.9-1.4h5.8a2 2 0 0 1 1.9 1.4l1.6 5.2'/%3E%3Cpath d='M4.2 15.4v2.6h2.4v-2.6M17.4 15.4V18h2.4v-2.6'/%3E%3Cpath d='M7.4 12.6h9.2'/%3E%3C/svg%3E");
}

.mp-danos-page .mp-danos-concepto {
  position: relative;
  padding: clamp(1.375rem, 2.6vw, 1.875rem) 0;
  border-top: 1px solid #e4d8ce;
}
.mp-danos-page .mp-danos-concepto:first-child { padding-top: 0; border-top: 0; }
.mp-danos-page .mp-danos-concepto-num {
  position: absolute;
  top: clamp(0.625rem, 1.6vw, 1.125rem);
  right: 0;
  color: #9a5b3b;
  font-family: var(--font-head);
  font-size: clamp(3.25rem, 6.4vw, 5.25rem);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.8;
  opacity: 0.11;
  pointer-events: none;
}
.mp-danos-page .mp-danos-concepto:first-child .mp-danos-concepto-num { top: -6px; }

.mp-danos-page .mp-danos-lista-inline,
.mp-danos-page .mp-danos-lista-dos,
.mp-danos-page .mp-danos-rail {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-danos-page .mp-danos-lista-inline {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.25rem 1.375rem;
}
.mp-danos-page .mp-danos-lista-dos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0 1.75rem;
  max-width: 52ch;
}

.mp-danos-page .mp-danos-consecuencias > div {
  padding: clamp(1.375rem, 2.6vw, 1.75rem) 0;
  border-top: 1px solid #dce3ec;
}
.mp-danos-page .mp-danos-consecuencias > div:first-child { padding-top: 0; border-top: 0; }

.mp-danos-page .mp-danos-rail-item {
  position: relative;
  padding: 0 0 clamp(1.75rem, 3.4vw, 2.5rem) 3.25rem;
}
.mp-danos-page .mp-danos-rail-item::before {
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: #cfdae6;
  content: "";
}
.mp-danos-page .mp-danos-rail-item:last-child { padding-bottom: 0; }
.mp-danos-page .mp-danos-rail-item:last-child::before {
  bottom: 6px;
  background: linear-gradient(180deg, #cfdae6 0%, #cfdae6 78%, rgba(207, 218, 230, 0) 100%);
}
.mp-danos-page .mp-danos-rail-num { position: absolute; top: 0; left: 0; }

.mp-danos-page .mp-danos-faq { border-bottom: 1px solid var(--line); }
.mp-danos-page .mp-danos-faq details { border-top: 1px solid var(--line); }
.mp-danos-page .mp-danos-faq summary {
  position: relative;
  min-height: 44px;
  padding: 1.125rem 2rem 1.125rem 4px;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.mp-danos-page .mp-danos-faq summary::-webkit-details-marker { display: none; }
.mp-danos-page .mp-danos-faq summary::after {
  position: absolute;
  top: 1.55rem;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.mp-danos-page .mp-danos-faq details[open] summary::after { transform: rotate(-135deg); }
.mp-danos-page .mp-danos-faq summary:hover { color: var(--brand); }
.mp-danos-page .mp-danos-faq-answer { padding: 0 4px 1.25rem; }
.mp-danos-page .mp-danos-accidentes-link:hover,
.mp-danos-page .mp-danos-accidentes-link:focus { color: #9a5b3b !important; }
.mp-danos-page a[href^="https://g.page/"]:hover,
.mp-danos-page a[href^="https://g.page/"]:focus { color: var(--brand-dark) !important; }
.mp-danos-page .mp-danos-accidentes-link span,
.mp-danos-page a[href^="https://g.page/"] span {
  transition: transform 0.15s ease;
}
.mp-danos-page .mp-danos-accidentes-link:hover span,
.mp-danos-page .mp-danos-accidentes-link:focus span,
.mp-danos-page a[href^="https://g.page/"]:hover span,
.mp-danos-page a[href^="https://g.page/"]:focus span {
  transform: translateX(4px);
}

/* Propiedades del diseño que el filtro de estilos inline de WordPress omite. */
.mp-danos-page .mp-danos-proceso-aside {
  height: auto;
  align-self: start;
}
.mp-danos-page .mp-danos-proceso-aside > p:last-child { margin-bottom: 0; }
.mp-danos-page .mp-danos-proceso-aside blockquote {
  padding: 0 0 0 18px;
}
.mp-danos-page .mp-danos-proceso-aside blockquote p { margin: 0; }
.mp-danos-page .mp-danos-final-grid > div:nth-of-type(2) {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}
.mp-danos-page .mp-danos-final-grid > div:nth-of-type(2) dl > div {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.page-id-68 .entry-content .btn--wa,
.page-id-68 .entry-content .btn--wa:visited {
  border-color: var(--wa);
  background: var(--wa);
  color: var(--white);
}
.page-id-68 .entry-content .btn--wa:hover,
.page-id-68 .entry-content .btn--wa:focus {
  border-color: var(--wa-dark) !important;
  background: var(--wa-dark) !important;
  color: var(--white) !important;
}
.page-id-68 .entry-content .btn--ghost,
.page-id-68 .entry-content .btn--ghost:visited {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}
.page-id-68 .entry-content .btn--ghost:hover,
.page-id-68 .entry-content .btn--ghost:focus {
  border-color: var(--brand) !important;
  color: var(--brand) !important;
}
.page-id-68 .entry-content .btn--ghost-light,
.page-id-68 .entry-content .btn--ghost-light:visited {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}
.page-id-68 .entry-content .btn--ghost-light:hover,
.page-id-68 .entry-content .btn--ghost-light:focus {
  border-color: var(--white) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--white) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .mp-danos-page .mp-danos-fade {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }
  .mp-danos-page .mp-danos-fade.is-in { opacity: 1; transform: none; }
}

@media (min-width: 560px) {
  .mp-danos-page .mp-danos-lista-dos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 640px) and (max-width: 999px) {
  .mp-danos-page .mp-danos-situaciones { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
  .mp-danos-page .mp-danos-trustbar li {
    padding: 1.25rem 1.5rem;
    border-top: 0;
    border-left: 1px solid #dae1ea;
  }
  .mp-danos-page .mp-danos-trustbar li:first-child { padding-left: 0; border-left: 0; }
}

@media (min-width: 900px) {
  .mp-danos-page .mp-danos-consecuencias {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.75rem, 3.4vw, 2.75rem);
  }
  .mp-danos-page .mp-danos-consecuencias > div {
    padding: 0 0 0 clamp(1.5rem, 2.6vw, 2.125rem);
    border-top: 0;
    border-left: 1px solid #dce3ec;
  }
  .mp-danos-page .mp-danos-consecuencias > div:first-child { padding-left: 0; border-left: 0; }
}

@media (min-width: 960px) {
  .mp-danos-page .mp-danos-hero-grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
  .mp-danos-page .mp-danos-orden { grid-template-columns: 0.84fr 1.16fr; align-items: start; }
  .mp-danos-page .mp-danos-orden-head { position: sticky; top: 120px; }
  .mp-danos-page .mp-danos-lista-dos { padding-right: clamp(3.75rem, 7vw, 6.875rem); }
  .mp-danos-page .mp-danos-final-grid { grid-template-columns: 1.35fr 0.85fr; }
}

@media (min-width: 1000px) {
  .mp-danos-page .mp-danos-situaciones { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
  .mp-danos-page .mp-danos-proceso-grid { grid-template-columns: 1.12fr 0.88fr; align-items: start; }
  .mp-danos-page .mp-danos-proceso-aside { position: sticky; top: 120px; }
}
