/*
 * page-9990.css — Personal Bóveda ("/boveda/").
 * Capa 2 (por página). TODO scopeado bajo body.fc-page-9990 (único; sin colisión).
 * Header, menú y footer son IDÉNTICOS a Metal porque viven en common.css; aquí solo
 * va lo propio de esta página. Ver doc/web-public/estilos/ y la skill /estilos-snapshot.
 *
 * Estado: Sección A (hero) — DESKTOP, calibrado al comp 1440. Mobile pendiente.
 */

@font-face {
  font-family: 'instrument-serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/2025/10/instrumentserif-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'instrument-serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/2025/10/instrumentserif-regular.ttf') format('truetype');
}

/* =====================================================================
 * SECCIÓN A — Hero "8% · ¡Hola Bóveda!"
 * Fondo oscuro con el glow superior (boveda_01_bg_img.webp), contenido en una
 * sola columna centrada: número 8% → lockup FONDEA|Personal → título → copy → apps.
 * Markup propio (clases fc-boveda-*) para NO heredar el layout de la .hero de Metal.
 * ===================================================================== */
body.fc-page-9990 .fc-boveda-hero {
  position: relative;
  /* El glow vive en el PNG; #141414 es el respaldo si la imagen aún no carga. */
  background-color: #141414;
  background-image: url('/wp-content/uploads/2026/06/boveda_01_bg_img.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding-top alto: el .site-header va superpuesto (transparente) sobre el hero. */
  padding: 134px 24px 96px;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Ancho que da cabida al párrafo en 2 líneas como en el comp (~860px). */
  max-width: 900px;
}

/* El "8%" glossy — protagonista del hero. Ligeramente más chico que antes (comp).
 * El ancho se mantiene por proporción del asset (267x242). */
body.fc-page-9990 .fc-boveda-hero__num {
  width: auto;
  height: 242px;
  margin-bottom: 50px;
  margin: 0 0 6px; /* pegado al lockup, como el diseño (sin hueco evidente) */
}

/* Lockup "FONDEA | Personal" reconstruido como TEXTO (antes era un solo SVG, que no
 * permitía dimensionar FONDEA y Personal por separado). Inter V del sitio. */
body.fc-page-9990 .fc-boveda-hero__num {
  margin: 0 0 50px;
}

body.fc-page-9990 .fc-boveda-hero__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 31px;
  color: #fff;
}
body.fc-page-9990 .fc-boveda-hero__brand-fondea {
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}
body.fc-page-9990 .fc-boveda-hero__brand-bar {
  width: 1px;
  height: 27px;
  background: rgba(255, 255, 255, 0.45);
}
body.fc-page-9990 .fc-boveda-hero__brand-personal {
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

body.fc-page-9990 .fc-boveda-hero__num {
  transform: translateX(50px);
}

body.fc-page-9990 .fc-boveda-hero__brand {
  display: block;
  width: 179px;
  height: 26px;
}

body.fc-page-9990 .fc-boveda-hero__brand-img {
  display: block;
  width: 179px;
  height: 26px;
}

/* Títulos SIEMPRE blancos sobre el fondo oscuro (el tema base pinta los h1 en #181818;
 * forzamos blanco para que resalten como en el diseño). */
body.fc-page-9990 .fc-boveda-hero__title {
  margin: 0 0 12px;
  color: #ffffff !important;
}
body.fc-page-9990 .fc-boveda-hero__title * {
  color: #ffffff !important;
}

/* "¡Hola Bóveda!" en serif display itálico (Instrument Serif). */
body.fc-page-9990 .fc-boveda-hero__hello {
  display: block;
  font-family: 'instrument-serif', 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 3px;
}

/* "Haz crecer tu dinero de manera inteligente" — mismo peso del cover de Personal:
 * Regular (400) en desktop; en telefono sube a Medium (500), como su referencia. */
body.fc-page-9990 .fc-boveda-hero__claim {
  display: block;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-hero__copy {
  margin: 0 0 63px;
  max-width: 880px;
  color: #9f9f9f;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.42;
}

/* Botones de tienda (badges de App Store / Google Play), en fila y centrados.
 * Tamano y separacion igualados al componente compartido .button-app de los otros covers
 * (Metal/Personal) para congruencia entre sites: badge max-width 140px (~140x49) y gap
 * 0.8rem, en vez del tratamiento a medida anterior (48px de alto, gap 24px). */
body.fc-page-9990 .fc-boveda-hero__apps {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
}
body.fc-page-9990 .fc-boveda-hero__apps img {
  display: block;
  max-width: 140px;
  height: auto;
  width: auto;
}

body.fc-page-9990 .fc-boveda-hero__mobile-store {
  display: none;
}

/* NOTA — Header/menú: NO se estilan aquí. El header oscuro (transparente, menú blanco
 * arriba, negro al hacer scroll, mega-menú y hover) lo provee asap igual que en Metal
 * porque el body conserva la clase capturada `page-id-8761` (ver el snapshot). No
 * re-derivamos estados del menú: así queda idéntico a Metal y en un solo lugar. */

/* Escala intermedia (tablet/desktop angosto): baja proporcionalmente para no romper. */
@media (max-width: 991px) {
  body.fc-page-9990 .fc-boveda-hero__num   { height: 200px; }
  body.fc-page-9990 .fc-boveda-hero__num   { transform: translateX(32px); }
  body.fc-page-9990 .fc-boveda-hero__hello { font-size: 44px; }
  body.fc-page-9990 .fc-boveda-hero__claim { font-size: 52px; }
  body.fc-page-9990 .fc-boveda-hero__copy  { font-size: 18px; max-width: 620px; }
}

@media (max-width: 560px) {
  body.fc-page-9990 .fc-boveda-hero {
    min-height: 760px;
    min-height: max(760px, 100svh);
    align-items: flex-start;
    padding: 111px 18px 24px;
  }

  body.fc-page-9990 .fc-boveda-hero__inner {
    max-width: 339px;
  }

  body.fc-page-9990 .fc-boveda-hero__num {
    height: 185px;
    margin: 0 0 39px;
    transform: translateX(42px);
  }

  body.fc-page-9990 .fc-boveda-hero__brand {
    width: 145px;
    height: 21px;
    margin: 0 0 30px;
  }

  body.fc-page-9990 .fc-boveda-hero__brand-img {
    width: 145px;
    height: auto;
  }

  body.fc-page-9990 .fc-boveda-hero__title {
    margin: 0 0 8px;
  }

  body.fc-page-9990 .fc-boveda-hero__hello {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 4px;
  }

  body.fc-page-9990 .fc-boveda-hero__claim {
    /* A 360px el primer renglón medía 324.43px dentro de 324px y "de" saltaba solo.
       Escala apenas en teléfonos angostos; desde 375px conserva los 29px aprobados. */
    font-size: clamp(25px, 7.9vw, 29px);
    line-height: 1.18;
  }

  body.fc-page-9990 .fc-boveda-hero__copy {
    max-width: 339px;
    margin: 0 0 45px;
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.25;
  }

  /* CTA mobile: usar los badges de las stores (App Store + Google Play) para unificar
     con los demas sites, en vez del pill "Descargar app". Los badges toman el tratamiento
     base (.fc-boveda-hero__apps: flex, centrado, gap 0.8rem, img max-width 140px). */
  body.fc-page-9990 .fc-boveda-hero__apps {
    display: flex;
  }

  body.fc-page-9990 .fc-boveda-hero__mobile-store {
    display: none;
  }
}

@media (max-width: 480px) {
  /* Sticky stacking del cover: Personal y Metal mantienen el hero en la capa base y
   * elevan la sección siguiente a z-index:300. Así la calculadora sube como una tarjeta
   * y cubre progresivamente el cover y su CTA fijo (z-index:90). */
  body.fc-page-9990 .fc-boveda-hero {
    position: sticky;
    overflow: hidden;
  }

  body.fc-page-9990 .fc-boveda-calc {
    position: relative;
    z-index: 300;
  }

  /* CTA de stores del cover: mismo dock fijo canónico que Metal y Personal.
   * El contenedor es invisible; solo se percibe el badge oficial de la tienda. */
  body.fc-page-9990 .fc-boveda-hero__apps {
    display: flex !important;
    position: fixed !important;
    left: 50% !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px) !important;
    transform: translateX(-50%);
    z-index: 90;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    max-width: calc(100vw - 32px);
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  body.fc-page-9990 .fc-boveda-hero__apps a {
    display: block;
    flex: 0 0 auto;
  }

  body.fc-page-9990 .fc-boveda-hero__apps img {
    display: block;
    width: auto;
    height: auto;
    max-width: 140px !important;
  }

  body.fc-page-9990 .fc-boveda-hero__apps a.is-store-hidden {
    display: none !important;
  }

  body.fc-page-9990 .fc-boveda-hero__apps.is-cover-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
  }

  body.fc-page-9990 .fc-boveda-hero__claim {
    font-weight: 500;
  }
}

/* =====================================================================
 * SECCION B - Calculadora
 * ===================================================================== */
body.fc-page-9990 .fc-boveda-calc {
  background: #ffffff;
  min-height: 800px;
  padding: 149px 70px 140px;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-calc__wrap {
  display: grid;
  grid-template-columns: 430px 554px;
  column-gap: 75px;
  align-items: start;
  max-width: 1059px;
  margin: 0 auto;
  transform: translateX(40px);
}

body.fc-page-9990 .fc-boveda-calc__left {
  padding-top: 52px;
}

body.fc-page-9990 .fc-boveda-calc__title {
  margin: 0 !important;
  color: #000000 !important;
  font-family: 'instrument-serif', 'Instrument Serif', serif !important;
  font-size: 58px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__title span,
body.fc-page-9990 .fc-boveda-calc__title em {
  display: block;
  color: #000000 !important;
}

body.fc-page-9990 .fc-boveda-calc__title em {
  font-style: italic;
  font-weight: 400;
}

body.fc-page-9990 .fc-boveda-calc__title::before,
body.fc-page-9990 .fc-boveda-calc__title span::before,
body.fc-page-9990 .fc-boveda-calc__title em::before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  content: none !important;
}

body.fc-page-9990 .fc-boveda-calc__form {
  width: 375px;
  margin-top: 47px;
}

body.fc-page-9990 .fc-boveda-calc__input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
  margin: 0 !important;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  outline: none;
  box-shadow: none;
  display: block !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 30px !important;
  box-sizing: border-box !important;
  appearance: none;
}

body.fc-page-9990 .fc-boveda-calc__input::placeholder {
  color: #9da3a3;
  opacity: 1;
}

body.fc-page-9990 .fc-boveda-calc__line {
  width: 100%;
  height: 1px;
  background: #d7d7d7;
}

body.fc-page-9990 .fc-boveda-calc__button {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 59px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

body.fc-page-9990 .fc-boveda-calc__button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}

body.fc-page-9990 .fc-boveda-calc__note {
  width: 100%;
  margin: 62px 0 0;
  color: #747979;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: justify;
}

body.fc-page-9990 .fc-boveda-calc__note strong {
  font-weight: 700;
}

body.fc-page-9990 .fc-boveda-calc__result {
  width: 554px;
  min-height: 511px;
  padding: 54px 64px 48px 90px;
  border-radius: 14px;
  background: #f8f8f8;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-calc__metric {
  text-align: left;
}

body.fc-page-9990 .fc-boveda-calc__metric--rate {
  margin-top: 32px;
}

body.fc-page-9990 .fc-boveda-calc__metric--isr {
  margin-top: 32px;
}

body.fc-page-9990 .fc-boveda-calc__label {
  color: #777c7c;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__amount {
  margin-top: 8px;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 56px;
  /* Figma usa Inter V Regular; Light (300) se percibia demasiado delgado. */
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__value {
  margin-top: 6px;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__gat {
  margin: 97px 0 0;
  color: #6f7474;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-calc__gat strong {
  font-weight: 700;
}

/* =====================================================================
 * SECCION C - Como funciona Boveda a 30 dias
 * ===================================================================== */
body.fc-page-9990 .fc-boveda-how {
  position: relative;
  min-height: 800px;
  padding: 0 70px;
  overflow: hidden;
  background: #f8f8f8;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-how__wrap {
  display: grid;
  grid-template-columns: 450px 520px;
  column-gap: 86px;
  width: 100%;
  max-width: 1056px;
  min-height: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-how__media {
  position: relative;
  min-height: 800px;
}

body.fc-page-9990 .fc-boveda-how__image {
  display: block;
  width: auto;
  max-width: none;
  height: 800px;
  /* La imagen es mas ancha que su columna. Se corrio a la izquierda para balancear el
     espacio contra el texto (antes -112px, luego -138px) y un poco mas por ajuste visual. */
  transform: translateX(-160px);
}

body.fc-page-9990 .fc-boveda-how__content {
  padding-top: 174px;
  transform: translateX(21px);
}

body.fc-page-9990 .fc-boveda-how__title {
  margin: 0 !important;
  color: #000000 !important;
  font-family: 'instrument-serif', 'Instrument Serif', serif !important;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__title span {
  display: block;
  color: #000000 !important;
}

body.fc-page-9990 .fc-boveda-how__title em {
  color: #000000 !important;
  font-style: italic;
  font-weight: 400;
}

body.fc-page-9990 .fc-boveda-how__steps {
  margin: 24px 0 0;
  padding-left: 20px;
  color: #191919;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 20px;
  /* Cuerpo alineado a la referencia Personal (500). Estaba en 400: el contraste tan
     grande con el enfasis (strong 650) hacia que el semi-bold se percibiera mas grueso
     de lo propuesto. Ver .claude/skills/estilos-snapshot/tipografia-personal.md */
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__steps li {
  margin: 0 0 15px;
  padding-left: 0;
}

body.fc-page-9990 .fc-boveda-how__steps li::marker {
  font-weight: 400;
}

body.fc-page-9990 .fc-boveda-how__steps strong {
  /* Enfasis alineado a la referencia Personal (650), antes 700 (bold) se percibia
     demasiado grueso. Ver .claude/skills/estilos-snapshot/tipografia-personal.md */
  font-weight: 650;
}

body.fc-page-9990 .fc-boveda-how__legal {
  width: 100%;
  max-width: 508px;
  margin-top: 35px;
  color: #737878;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__legal p {
  margin: 0 0 15px;
  color: #737878;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-how__legal p:last-child {
  margin-bottom: 0;
}

body.fc-page-9990 .fc-boveda-how__legal strong {
  /* Enfasis alineado a Personal (650), antes 700. */
  font-weight: 650;
}

/* =====================================================================
 * SECCION D - Preguntas frecuentes
 * ===================================================================== */
/* FAQ alineado al acordeon canonico (referencia: Metal).
 * Ver .claude/skills/estilos-snapshot/acordeon-metal.md */
body.fc-page-9990 .fc-boveda-faq {
  min-height: 800px;
  /* Contenedor ancho (12% por lado, como Empresarial): un contenedor angosto hacia que el
     titulo se percibiera desproporcionadamente grande. */
  padding: 154px 12% 120px;
  background: #ffffff;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-faq__wrap {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

body.fc-page-9990 .fc-boveda-faq__title {
  margin: 0 0 31px !important;
  color: #000000 !important;
  font-family: 'Inter V', 'Inter', sans-serif !important;
  /* Mismo clamp fluido que el titulo de Empresarial (.section-heading) para unificar el
     tamano en TODOS los anchos: ~30px en mobile, 60px en desktop. Antes era 3.75rem fijo
     (60px) con overrides de 48px/42px en mobile, que se percibian mas grandes. */
  font-size: clamp(30px, calc(25px + 8 * ((300vw - 320px) / 960)), 60px);
  font-weight: 400;
  line-height: 3.5rem;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-faq__list {
  border-top: 1px solid #d3d3d3;
}

body.fc-page-9990 .fc-boveda-faq__item {
  border-bottom: 1px solid #d3d3d3;
}

body.fc-page-9990 .fc-boveda-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
  padding: 0 32px 0 0;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
}

body.fc-page-9990 .fc-boveda-faq__question::-webkit-details-marker {
  display: none;
}

body.fc-page-9990 .fc-boveda-faq__question::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  /* Equivalente al SVG 24x24 de Metal: lineas de 14px con trazo de 1.4px. */
  background:
    linear-gradient(#000000, #000000) center / 14px 1.4px no-repeat,
    linear-gradient(#000000, #000000) center / 1.4px 14px no-repeat;
}

body.fc-page-9990 .fc-boveda-faq__item[open] .fc-boveda-faq__question {
  min-height: 48px;
  padding-bottom: 0;
}

body.fc-page-9990 .fc-boveda-faq__item[open] .fc-boveda-faq__question::after {
  background: linear-gradient(#000000, #000000) center / 14px 1.4px no-repeat;
}

body.fc-page-9990 .fc-boveda-faq__answer {
  padding: 0 70px 17px 0;
  /* El contenedor heredaba Open Sans (fuga del CSS de blog). */
  font-family: 'Inter V', 'Inter', sans-serif;
}

body.fc-page-9990 .fc-boveda-faq__answer p {
  margin: 0 0 7px;
  color: #000000;
  font-family: 'Inter V', 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0;
}

body.fc-page-9990 .fc-boveda-faq__answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body.fc-page-9990 .fc-boveda-calc {
    min-height: auto;
    padding: 88px 24px 96px;
  }
  body.fc-page-9990 .fc-boveda-calc__wrap {
    grid-template-columns: 1fr;
    row-gap: 56px;
    max-width: 620px;
    transform: none;
  }
  body.fc-page-9990 .fc-boveda-calc__left {
    padding-top: 0;
  }
  body.fc-page-9990 .fc-boveda-calc__title {
    font-size: 54px;
    text-align: center;
  }
  body.fc-page-9990 .fc-boveda-calc__form {
    width: 100%;
    margin-top: 48px;
  }
  body.fc-page-9990 .fc-boveda-calc__note {
    margin-top: 44px;
  }
  body.fc-page-9990 .fc-boveda-calc__result {
    width: 100%;
    max-width: 100%;
    min-height: 480px;
    padding: 48px 42px;
  }
  body.fc-page-9990 .fc-boveda-calc__amount {
    font-size: 52px;
  }
  body.fc-page-9990 .fc-boveda-calc__gat {
    margin-top: 82px;
  }

  body.fc-page-9990 .fc-boveda-how {
    min-height: auto;
    padding: 88px 24px 0;
  }

  body.fc-page-9990 .fc-boveda-how__wrap {
    grid-template-columns: 1fr;
    row-gap: 34px;
    max-width: 620px;
    min-height: auto;
  }

  body.fc-page-9990 .fc-boveda-how__media {
    order: 2;
    min-height: 560px;
    overflow: hidden;
  }

  body.fc-page-9990 .fc-boveda-how__image {
    height: 650px;
    margin: 0 auto;
    transform: translateY(-90px);
  }

  body.fc-page-9990 .fc-boveda-how__content {
    order: 1;
    padding-top: 0;
    transform: none;
  }

  body.fc-page-9990 .fc-boveda-how__title {
    font-size: 54px;
    text-align: center;
  }

  body.fc-page-9990 .fc-boveda-how__steps {
    max-width: 560px;
    margin: 30px auto 0;
  }

  body.fc-page-9990 .fc-boveda-how__legal {
    max-width: 560px;
    margin: 34px auto 0;
  }

  body.fc-page-9990 .fc-boveda-faq {
    min-height: auto;
    padding: 88px 24px 96px;
  }

  body.fc-page-9990 .fc-boveda-faq__wrap {
    max-width: 620px;
  }

  /* El titulo usa el clamp base (unificado con Empresarial); sin override de tamano aqui. */

  body.fc-page-9990 .fc-boveda-faq__answer {
    padding-right: 46px;
  }
}

@media (max-width: 560px) {
  body.fc-page-9990 .fc-boveda-calc {
    min-height: 940px;
    padding: 50px 18px 0;
  }
  body.fc-page-9990 .fc-boveda-calc__title {
    max-width: 270px;
    margin: 0 auto !important;
    font-size: 39px;
    line-height: 0.95;
  }
  body.fc-page-9990 .fc-boveda-calc__title em {
    white-space: nowrap;
  }
  body.fc-page-9990 .fc-boveda-calc__form {
    margin-top: 66px;
  }
  body.fc-page-9990 .fc-boveda-calc__input {
    text-align: center;
    font-size: 16px !important;
  }
  body.fc-page-9990 .fc-boveda-calc__input::placeholder {
    text-align: center;
    color: #9da3a3;
  }
  body.fc-page-9990 .fc-boveda-calc__button {
    height: 47px;
    margin-top: 49px;
    font-size: 16px;
    font-weight: 500;
    line-height: 47px;
  }
  body.fc-page-9990 .fc-boveda-calc__note {
    margin-top: 51px;
    font-size: 14px;
    line-height: 1.42;
  }
  body.fc-page-9990 .fc-boveda-calc__result {
    width: 100%;
    max-width: 100%;
    min-height: 443px;
    padding: 38px 25px 41px;
  }
  body.fc-page-9990 .fc-boveda-calc__label {
    font-size: 14px;
    line-height: 1.35;
  }
  body.fc-page-9990 .fc-boveda-calc__amount {
    margin-top: 5px;
    font-size: 34px;
    line-height: 1.12;
  }
  body.fc-page-9990 .fc-boveda-calc__metric--rate {
    margin-top: 30px;
  }
  body.fc-page-9990 .fc-boveda-calc__metric--isr {
    margin-top: 29px;
  }
  body.fc-page-9990 .fc-boveda-calc__value {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.18;
  }
  body.fc-page-9990 .fc-boveda-calc__gat {
    margin-top: 35px;
    font-size: 13px;
    line-height: 1.32;
    text-align: justify;
  }

  body.fc-page-9990 .fc-boveda-how {
    min-height: 1046px;
    padding: 66px 20px 0;
  }

  body.fc-page-9990 .fc-boveda-how__title {
    font-size: 35px;
    line-height: 1.06;
    text-align: left;
  }
  body.fc-page-9990 .fc-boveda-how__title::before,
  body.fc-page-9990 .fc-boveda-how__title span::before {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    content: none !important;
  }

  body.fc-page-9990 .fc-boveda-how__steps {
    margin-top: 25px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.34;
  }
  body.fc-page-9990 .fc-boveda-how__steps li {
    margin-bottom: 16px;
  }

  body.fc-page-9990 .fc-boveda-how__legal {
    margin-top: 43px;
    font-size: 14px;
    line-height: 1.43;
  }
  body.fc-page-9990 .fc-boveda-how__legal p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.43;
    text-align: justify;
  }

  body.fc-page-9990 .fc-boveda-how__media {
    min-height: 319px;
  }

  body.fc-page-9990 .fc-boveda-how__image {
    height: 430px;
    /* Centrada: antes translate(43px,1px) la empujaba a la derecha; luego 0; ahora un
       pequeno corrimiento a la izquierda para centrar el telefono (subject descentrado). */
    transform: translate(-25px, 1px);
  }

  body.fc-page-9990 .fc-boveda-faq {
    padding: 72px 18px 84px;
  }

  body.fc-page-9990 .fc-boveda-faq__title {
    margin-bottom: 24px !important;
    /* Tamano del titulo: clamp base (unificado con Empresarial). */
    line-height: 1.08;
  }

  body.fc-page-9990 .fc-boveda-faq__question {
    min-height: 48px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  body.fc-page-9990 .fc-boveda-faq__question::after {
    top: 50%;
  }

  body.fc-page-9990 .fc-boveda-faq__answer {
    padding-right: 28px;
  }

  body.fc-page-9990 .fc-boveda-faq__answer p {
    font-size: 15px;
    line-height: 1.45;
  }
}

/* [03] Acordeon unificado jul-2026 — grid explicito evita diferencias del <summary>
 * nativo entre Safari iOS y Chrome Android y centra el icono aun con dos lineas. */
body.fc-page-9990 .fc-boveda-faq__question {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 24px !important;
  align-items: center !important;
  column-gap: 24px !important;
  width: 100% !important;
  padding-right: 0 !important;
}

body.fc-page-9990 .fc-boveda-faq__question::after {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: center !important;
  width: 24px !important;
  height: 24px !important;
  transform: none !important;
}

@media (max-width: 480px) {
  body.fc-page-9990 .fc-boveda-faq {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.fc-page-9990 .fc-boveda-faq__title {
    margin-bottom: 40px !important;
  }

  body.fc-page-9990 .fc-boveda-faq__item {
    padding: 20px 0 !important;
  }

  body.fc-page-9990 .fc-boveda-faq__question,
  body.fc-page-9990 .fc-boveda-faq__item[open] .fc-boveda-faq__question {
    min-height: 24px !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
  }

  body.fc-page-9990 .fc-boveda-faq__answer {
    margin-top: 20px !important;
    padding: 0 48px 0 0 !important;
  }

  body.fc-page-9990 .fc-boveda-faq__answer p {
    margin-bottom: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
}

/* [03] Ritmo desktop unificado con Empresarial/Metal: Bóveda conservaba filas de 49px
 * sin aire vertical, frente a 67px en los otros acordeones. El estado abierto replica
 * 20px entre trigger y respuesta; mobile conserva su especificación independiente. */
@media (min-width: 769px) {
  body.fc-page-9990 .fc-boveda-faq__title {
    margin-bottom: 25px !important;
  }

  body.fc-page-9990 .fc-boveda-faq__item {
    padding: 20px 0 !important;
  }

  body.fc-page-9990 .fc-boveda-faq__question,
  body.fc-page-9990 .fc-boveda-faq__item[open] .fc-boveda-faq__question {
    min-height: 26px !important;
    padding: 0 !important;
  }

  body.fc-page-9990 .fc-boveda-faq__answer {
    margin-top: 20px !important;
    padding: 0 48px 0 0 !important;
  }
}
