/* =====================================================
   RESOLVIA — SALA DE LECTURA LIMPIA
   Página 174
===================================================== */

body.page-id-174,
body.page-id-174 .site,
body.page-id-174 .site-content,
body.page-id-174 .content-area,
body.page-id-174 main,
body.page-id-174 .wp-site-blocks {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 14%, rgba(212,175,55,0.10) 0%, rgba(212,175,55,0.03) 18%, rgba(0,0,0,0) 42%),
    radial-gradient(circle at 12% 82%, rgba(250,250,248,0.04) 0%, rgba(250,250,248,0) 30%),
    radial-gradient(circle at 88% 26%, rgba(250,250,248,0.035) 0%, rgba(250,250,248,0) 26%),
    linear-gradient(180deg, #2f2d2a 0%, #292725 46%, #23211f 100%) !important;
}

/* cabecera y pie integrados */
body.page-id-174 .wp-site-blocks > header,
body.page-id-174 header.wp-block-template-part {
  background: linear-gradient(180deg, rgba(19,21,24,0.82) 0%, rgba(19,21,24,0.52) 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.page-id-174 footer,
body.page-id-174 footer.wp-block-template-part,
body.page-id-174 .wp-site-blocks > footer {
  background: linear-gradient(180deg, rgba(19,21,24,0.38) 0%, rgba(19,21,24,0.70) 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}

body.page-id-174 .wp-block-navigation a,
body.page-id-174 .wp-block-navigation-item__content,
body.page-id-174 header a {
  color: #cbb77a !important;
  text-shadow: 0 1px 8px rgba(203,183,122,0.10);
}

body.page-id-174 .wp-block-navigation a:hover,
body.page-id-174 .wp-block-navigation-item__content:hover,
body.page-id-174 header a:hover {
  color: #f1dfab !important;
}

body.page-id-174 footer,
body.page-id-174 footer p,
body.page-id-174 footer a,
body.page-id-174 footer li,
body.page-id-174 .wp-site-blocks > footer p,
body.page-id-174 .wp-site-blocks > footer a {
  color: rgba(250,250,248,0.82) !important;
}

/* título */
.page-id-174 .wp-block-post-title,
.page-id-174 .entry-title,
.page-id-174 h1 {
  width: 100%;
  text-align: center !important;
  margin: 18px auto 18px auto;
  color: #cbb77a !important;
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-shadow: 0 2px 18px rgba(203,183,122,0.18);
}

/* contenedor */
.resolvia-sala-v2 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 28px 90px;
}

/* intro */
.resolvia-sala-v2-intro {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.page-id-174 .resolvia-sala-v2-intro p {
  margin: 0;
  color: rgba(250,250,248,0.92) !important;
  font-size: 22px !important;
  line-height: 1.8 !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.18);
}

/* ===== SALA 174 · LAYOUT DEFINITIVO SEGÚN DIBUJO ===== */

.resolvia-sala-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

/* caja 1: subir documento */
.resolvia-sala-v2-card-1 {
  grid-column: 1;
  grid-row: 1;
  min-height: 210px;
}

/* caja 2: mesa de custodia, alta */
.resolvia-sala-v2-card-2 {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 620px;
}

/* caja 3: pedir documento, alta */
.resolvia-sala-v2-card-3 {
  grid-column: 1;
  grid-row: 2;
  min-height: 384px;
  margin-top: 0 !important;
}

/* caja 4: últimos pasos, baja */
.resolvia-sala-v2-card-4 {
  grid-column: 2;
  grid-row: 3;
  min-height: 150px;
  margin-top: 0 !important;
  align-self: start;
}

/* cajas */
.resolvia-sala-v2-card,
.resolvia-sala-v2-memoria-item {
  background: rgba(255,255,255,0.02) !important;
  border: 1.6px solid rgba(255,255,255,0.14) !important;
  border-radius: 28px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 20px 60px rgba(0,0,0,0.45);
}

.resolvia-sala-v2-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(203,183,122,0) 0%,
    rgba(203,183,122,0.9) 50%,
    rgba(203,183,122,0) 100%
  );
}

/* títulos */
.resolvia-sala-v2-card h3 {
  margin: 6px 0 18px;
  color: #cbb77a !important;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* tipografía interior */
.resolvia-sala-v2-card p,
.resolvia-sala-v2-card li,
.resolvia-sala-v2-card label,
.resolvia-sala-v2-card input,
.resolvia-sala-v2-card select,
.resolvia-sala-v2-card button,
.resolvia-sala-v2-card textarea,
.resolvia-sala-v2-card span {
  color: rgba(255,255,255,0.78) !important;
  font-size: 18px;
  line-height: 1.7;
}

/* caja 1: guardar documento */
.resolvia-sala-v2-card-1 .resolvia-upload-wrap h3 {
  display: none;
}

.resolvia-sala-v2-card-1 .resolvia-upload-wrap {
  margin: 0;
}

.resolvia-sala-v2-card-1 .resolvia-upload-form p {
  margin: 0 0 16px;
}

.resolvia-sala-v2-card-1 input[type="file"] {
  width: 100%;
  padding: 18px;
  border: 1.5px dashed rgba(212,175,55,0.80);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
  color: rgba(250,250,248,0.90);
  box-sizing: border-box;
}

.resolvia-sala-v2-card-1 button[type="submit"] {
  background: transparent;
  border: 2px solid #cbb77a;
  color: #cbb77a;
  border-radius: 14px;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: none;
}

.resolvia-sala-v2-card-1 button[type="submit"]:hover {
  background: rgba(203,183,122,0.10);
  border-color: #f1dfab;
  color: #f1dfab;
}

.resolvia-sala-v2-card-1 .resolvia-upload-mensaje {
  margin: 0 0 16px;
  color: #cbb77a !important;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(203,183,122,0.10);
}

/* caja 2: mesa de custodia */
.resolvia-sala-v2-panel {
  background: rgba(255,255,255,0.015) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 20px;
  padding: 20px;
  min-height: 520px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(0,0,0,0.08);
}

.resolvia-sala-v2-panel p {
  margin: 0;
}

/* caja 3: pedir documento */
.resolvia-sala-v2-card-3 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.resolvia-sala-v2-screen {
  background: rgba(255,255,255,0.015) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 20px;
  padding: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(0,0,0,0.08);
}

.resolvia-sala-v2-screen-top {
  min-height: 160px;
}

.resolvia-sala-v2-screen-bottom {
  min-height: 190px;
}

.resolvia-screen-label {
  display: block;
  margin: 0 0 10px;
  font-size: 15px !important;
  line-height: 1.4;
  color: #cbb77a !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.resolvia-sala-v2-screen textarea {
  width: 100%;
  min-height: 84px;
  border: 0;
  resize: none;
  outline: none;
  background: transparent;
  color: rgba(250,250,248,0.92);
  font-size: 18px;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 0;
}

.resolvia-sala-v2-screen textarea::placeholder {
  color: rgba(250,250,248,0.42);
}

.resolvia-sala-v2-response {
  min-height: 90px;
  color: rgba(250,250,248,0.88);
}

/* caja 4: últimos pasos */
.resolvia-sala-v2-lista {
  list-style: disc;
  margin: 0;
  padding-left: 22px;
}

.resolvia-sala-v2-lista li {
  padding: 0 0 12px 0;
  border-bottom: 0;
  line-height: 1.5;
  word-break: break-word;
}

.resolvia-sala-v2-lista li::marker {
  color: #cbb77a;
}

.resolvia-sala-v2-vacio {
  margin: 0;
  color: rgba(250,250,248,0.80);
}

/* memoria inferior */
.resolvia-sala-v2-memoria {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 26px;
}

.resolvia-sala-v2-memoria-numero {
  display: block;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  color: #cbb77a !important;
  margin-bottom: 10px;
  text-shadow: 0 0 12px rgba(203,183,122,0.16);
}

.resolvia-sala-v2-memoria-texto {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(250,250,248,0.92);
}

/* login */
.resolvia-sala-login {
  max-width: 720px;
  margin: 80px auto;
  padding: 26px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(250,250,248,0.35);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.resolvia-sala-login p {
  margin: 0;
  color: rgba(250,250,248,0.92);
  font-size: 20px;
  line-height: 1.6;
}

/* responsive */
@media (max-width: 980px) {
  .page-id-174 .wp-block-post-title,
  .page-id-174 .entry-title,
  .page-id-174 h1 {
    font-size: 40px;
    margin-top: 10px;
  }

  .resolvia-sala-v2 {
    padding: 12px 18px 70px;
  }

  .resolvia-sala-v2-intro {
    margin-bottom: 28px;
  }

  .resolvia-sala-v2-intro p {
    font-size: 18px !important;
  }

  .resolvia-sala-v2-grid,
  .resolvia-sala-v2-memoria {
    grid-template-columns: 1fr;
  }

  .resolvia-sala-v2-card-1,
  .resolvia-sala-v2-card-2,
  .resolvia-sala-v2-card-3,
  .resolvia-sala-v2-card-4 {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }
.resolvia-sala-v2-card-1 { order: 1; }
.resolvia-sala-v2-card-2 { order: 2; }
.resolvia-sala-v2-card-3 { order: 3; }
.resolvia-sala-v2-card-4 { order: 4; }

  .resolvia-sala-v2-card {
    padding: 22px;
    border-radius: 22px;
  }

  .resolvia-sala-v2-card h3 {
    font-size: 24px;
  }

  .resolvia-sala-v2-card p,
  .resolvia-sala-v2-card li,
  .resolvia-sala-v2-card label,
  .resolvia-sala-v2-card input,
  .resolvia-sala-v2-card button,
  .resolvia-sala-v2-card textarea,
  .resolvia-sala-v2-card span {
    font-size: 17px;
  }

  .resolvia-sala-v2-panel {
    min-height: 220px;
  }

  .resolvia-sala-v2-screen-top,
  .resolvia-sala-v2-screen-bottom {
    min-height: auto;
  }

  .resolvia-sala-v2-memoria-numero {
    font-size: 38px;
  }
}

/* =====================================================
   ACCESO — SISTEMA VISUAL UNIFICADO CON PLANES
===================================================== */

/* fondo general igual que planes */

body.page-id-209 {
    background: #f4f2ee;
}

/* eliminar cualquier marco atmosférico heredado */

body.page-id-209 .wp-site-blocks {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* título */

.page-id-209 h1 {
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    margin: 60px auto 20px;
    color: #2f2f2f;
}

/* intro */

.page-id-209 .resolvia-acceso-v1-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.page-id-209 .resolvia-acceso-v1-intro p {
    font-size: 20px;
    color: #6b665b;
    line-height: 1.8;
}

/* contenedor principal igual que planes */

.page-id-209 .resolvia-acceso-v1 {
    background: #f4f2ee;
    padding: 60px 24px 90px;
}

/* grid */

.page-id-209 .resolvia-acceso-v1-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

/* cajas EXACTAS como planes */

.page-id-209 .resolvia-acceso-v1-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 42px;

  background:
    radial-gradient(circle at 50% -20%, rgba(255,240,200,0.55) 0%, rgba(255,240,200,0.20) 22%, rgba(255,240,200,0.00) 50%),
    linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(250,248,242,0.72) 48%, rgba(246,242,234,0.65) 100%);

  border: 1px solid rgba(184,162,106,0.22);

  box-shadow:
    0 32px 64px rgba(91,75,36,0.14),
    0 8px 22px rgba(255,255,255,0.35) inset,
    0 1px 0 rgba(255,255,255,0.92) inset;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease;
}
.page-id-209 .resolvia-acceso-v1-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,237,190,0.55) 0%, rgba(255,237,190,0.18) 18%, rgba(255,237,190,0.00) 42%);
  opacity: .9;
}

.page-id-209 .resolvia-acceso-v1-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 42px 78px rgba(91,75,36,0.18),
    0 12px 28px rgba(255,255,255,0.42) inset,
    0 1px 0 rgba(255,255,255,0.95) inset;
}

/* títulos */

.page-id-209 .resolvia-acceso-v1-card h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2f2f2f;
}

/* subtítulo */

.page-id-209 .resolvia-acceso-v1-subtexto {
    color: #7a7367;
    margin-bottom: 24px;
}

/* labels */

.page-id-209 .resolvia-acceso-v1-form label {
    font-size: 15px;
    color: #6a655c;
}

/* inputs iguales que planes */

.page-id-209 .resolvia-acceso-v1-form input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(60,52,46,0.10);
    background: #ffffff;
    margin-bottom: 14px;
}

/* focus elegante */

.page-id-209 .resolvia-acceso-v1-form input:focus {
    outline: none;
    border-color: #c8b273;
}

/* toggle */

.page-id-209 .resolvia-acceso-v1-toggle {
    margin-bottom: 10px;
    font-size: 14px;
    color: #7a7367;
}

/* link olvidar */

.page-id-209 .resolvia-acceso-v1-forgot a {
    color: #7a7367;
    text-decoration: underline;
}

/* BOTONES → estilo elegante como planes */

.page-id-209 .resolvia-acceso-v1-form button {
    background: none;
    border: none;
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #2f2f2f;
    text-decoration: underline;
    cursor: pointer;
}

.page-id-209 .resolvia-acceso-v1-form button:hover {
    color: #b08a3c;
}

/* responsive */

@media (max-width: 900px) {

    .page-id-209 .resolvia-acceso-v1-grid {
        grid-template-columns: 1fr;
    }

    .page-id-209 h1 {
        font-size: 40px;
    }

    .page-id-209 .resolvia-acceso-v1-form {
    max-width: 460px;
    margin: 0 auto;
}
.page-id-209 .resolvia-acceso-v1-card {
    padding: 52px;
}
.page-id-209 .resolvia-acceso-v1-form {
    max-width: 460px;
    width: 100%;
    margin: 0 auto !important;
}

.page-id-209 .resolvia-acceso-v1-form p {
    max-width: 460px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-209 .resolvia-acceso-v1-form input {
    width: 100% !important;
    box-sizing: border-box !important;
}
.page-id-209 .resolvia-acceso-v1-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* ===== ACCESO · CENTRADO REAL + INPUTS UNIFICADOS ===== */

.page-id-209 .resolvia-acceso-v1-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.page-id-209 .resolvia-acceso-v1-card h2,
.page-id-209 .resolvia-acceso-v1-card .resolvia-acceso-v1-subtexto {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-209 .resolvia-acceso-v1-form {
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
}

.page-id-209 .resolvia-acceso-v1-form p {
    width: 100% !important;
    max-width: 460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-209 .resolvia-acceso-v1-form input[type="text"],
.page-id-209 .resolvia-acceso-v1-form input[type="email"],
.page-id-209 .resolvia-acceso-v1-form input[type="tel"],
.page-id-209 .resolvia-acceso-v1-form input[type="password"] {
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fbfaf8 !important;
    background-color: #fbfaf8 !important;
    -webkit-box-shadow: 0 0 0 1000px #fbfaf8 inset !important;
    -webkit-text-fill-color: #2f2f2f !important;
    border: 1px solid rgba(60,52,46,0.10) !important;
}

.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill,
.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill:hover,
.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill:focus,
.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fbfaf8 inset !important;
    -webkit-text-fill-color: #2f2f2f !important;
    border: 1px solid rgba(60,52,46,0.10) !important;
    transition: background-color 9999s ease-in-out 0s;
}

}

/* =====================================================
   CONTACTO RESOLVIA — PRUEBA DE PUESTA EN ESCENA
   Página 48
===================================================== */

/* ---------- BASE GENERAL ---------- */

body.page-id-48,
body.page-id-48 .site,
body.page-id-48 .site-content,
body.page-id-48 .content-area,
body.page-id-48 main,
body.page-id-48 .wp-site-blocks {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,244,214,0.22) 0%, rgba(255,244,214,0.10) 18%, rgba(255,244,214,0) 42%),
    radial-gradient(circle at 18% 26%, rgba(184,162,106,0.08) 0%, rgba(184,162,106,0.03) 20%, rgba(0,0,0,0) 44%),
    radial-gradient(circle at 82% 30%, rgba(184,162,106,0.06) 0%, rgba(184,162,106,0.02) 18%, rgba(0,0,0,0) 40%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f3ed 52%, #efebe3 100%) !important;
  position: relative;
}

/* ---------- MARCO GLOBAL ---------- */

body.page-id-48 .wp-site-blocks {
  position: relative;
  max-width: 1360px;
  margin: 18px auto !important;
  padding: 0 0 26px !important;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid rgba(184,162,106,0.14);
  box-shadow:
    0 18px 55px rgba(91,75,36,0.08),
    0 3px 14px rgba(255,255,255,0.42) inset,
    0 0 0 1px rgba(255,255,255,0.30) inset;
}

body.page-id-48 .wp-site-blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,244,214,0.16) 0%, rgba(255,244,214,0.06) 22%, rgba(255,244,214,0) 44%),
    linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.05) 24%, rgba(255,255,255,0) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.36),
    inset 0 0 80px rgba(255,248,230,0.10),
    inset 0 -30px 60px rgba(184,162,106,0.04);
}

body.page-id-48 .wp-site-blocks::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  pointer-events: none;
  border: 1px solid rgba(184,162,106,0.07);
}

/* ---------- CABECERA INTEGRADA ---------- */

body.page-id-48 .wp-site-blocks > header,
body.page-id-48 header.wp-block-template-part {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.78) 0%, rgba(251,250,247,0.42) 100%) !important;
  border-bottom: 1px solid rgba(184,162,106,0.10) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow:
    inset 0 -1px 0 rgba(255,255,255,0.40);
  margin-bottom: 0 !important;
}

body.page-id-48 .wp-block-navigation a,
body.page-id-48 .wp-block-navigation-item__content,
body.page-id-48 header a {
  color: #555555 !important;
  transition: color 0.25s ease, opacity 0.25s ease;
}

body.page-id-48 .wp-block-navigation a:hover,
body.page-id-48 .wp-block-navigation-item__content:hover,
body.page-id-48 header a:hover {
  color: #b8a26a !important;
}

/* ---------- AJUSTES DEL TEMA ---------- */

body.page-id-48 .site-content,
body.page-id-48 .content-area,
body.page-id-48 main,
body.page-id-48 .entry-content,
body.page-id-48 .wp-block-post-content,
body.page-id-48 article {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ---------- TÍTULO ---------- */

.page-id-48 .wp-block-post-title,
.page-id-48 .entry-title,
.page-id-48 h1 {
  width: 100%;
  text-align: center !important;
  margin: 18px auto 16px auto !important;
  color: #2f2f2f !important;
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

/* ---------- CONTENIDO GENERAL ---------- */

.page-id-48 .entry-content,
.page-id-48 .wp-block-post-content {
  max-width: 780px;
  margin: 0 auto !important;
  padding: 10px 36px 90px !important;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* línea suave bajo el arranque */
.page-id-48 .entry-content::before,
.page-id-48 .wp-block-post-content::before {
  content: "";
  display: block;
  width: min(760px, 100%);
  height: 1px;
  margin: 0 auto 34px;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.16) 20%,
    rgba(184,162,106,0.24) 50%,
    rgba(184,162,106,0.16) 80%,
    rgba(184,162,106,0) 100%
  );
}

/* ---------- TEXTO ---------- */

.page-id-48 .entry-content p,
.page-id-48 .wp-block-post-content p {
  margin: 0 0 22px;
  color: #55524b;
  font-size: 22px;
  line-height: 1.95;
  letter-spacing: -0.01em;
}

/* darle una respiración especial al párrafo del email */
.page-id-48 .entry-content p:last-child,
.page-id-48 .wp-block-post-content p:last-child {
  margin-top: 34px;
  margin-bottom: 8px;
}

/* ---------- PIE INTEGRADO ---------- */

body.page-id-48 footer,
body.page-id-48 .wp-site-blocks > footer {
  position: relative;
  z-index: 2;
  margin-top: 10px !important;
  padding-top: 28px !important;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.08) 0%, rgba(251,250,247,0.30) 100%) !important;
  border-top: 1px solid rgba(184,162,106,0.10) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.28);
}

body.page-id-48 footer,
body.page-id-48 footer p,
body.page-id-48 footer a,
body.page-id-48 .wp-site-blocks > footer p,
body.page-id-48 .wp-site-blocks > footer a {
  color: #5b5954 !important;
}

/* ---------- OCULTAR RUIDO ---------- */

.page-id-48 #comments,
.page-id-48 .comments-area,
.page-id-48 .comment-respond,
.page-id-48 .post-navigation,
.page-id-48 .wp-block-post-comments {
  display: none !important;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 980px) {
  body.page-id-48 .wp-site-blocks {
    margin: 10px 10px 14px !important;
    border-radius: 24px;
  }

  body.page-id-48 .wp-site-blocks::before {
    border-radius: 24px;
  }

  body.page-id-48 .wp-site-blocks::after {
    inset: 10px;
    border-radius: 18px;
  }

  .page-id-48 .wp-block-post-title,
  .page-id-48 .entry-title,
  .page-id-48 h1 {
    font-size: 40px;
    margin: 12px auto 14px auto !important;
  }

  .page-id-48 .entry-content,
  .page-id-48 .wp-block-post-content {
    padding: 8px 20px 54px !important;
    max-width: 100%;
  }

  .page-id-48 .entry-content::before,
  .page-id-48 .wp-block-post-content::before {
    margin-bottom: 24px;
  }

  .page-id-48 .entry-content p,
  .page-id-48 .wp-block-post-content p {
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 18px;
  }

 .page-id-48 .entry-content a,
.page-id-48 .wp-block-post-content a {
  font-size: 22px;
  padding: 16px 20px;
  border-radius: 18px;
}
}


/* ===== RESOLVIA — HOVER DORADO TITULOS HOME ===== */

.page-id-10 h1:hover,
.page-id-10 h2:hover,
.page-id-10 h3:hover {
  color: #bfa46a;
  transition: color 0.35s ease;
}
/* ===== RESOLVIA HOME — HOVER DORADO REAL ===== */

.page-id-10 .wp-block-heading:hover {
  color: #bfa46a !important;
  transition: color 0.4s ease;
}

/* ===== HOME 10 — hover dorado forzado en títulos ===== */

body.page-id-10 .wp-block-post-title,
body.page-id-10 .entry-title,
body.page-id-10 h1,
body.page-id-10 h2,
body.page-id-10 h3,
body.page-id-10 .wp-block-heading {
  transition: color 0.35s ease, text-shadow 0.35s ease !important;
}

body.page-id-10 .wp-block-post-title:hover,
body.page-id-10 .entry-title:hover,
body.page-id-10 h1:hover,
body.page-id-10 h2:hover,
body.page-id-10 h3:hover,
body.page-id-10 .wp-block-heading:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.16),
    0 0 22px rgba(201,169,95,0.08) !important;
}

/* =====================================================
   HOME — HOVER DORADO
   Página 10
===================================================== */

body.page-id-10 .wp-block-post-title,
body.page-id-10 .entry-title,
body.page-id-10 h1,
body.page-id-10 h2,
body.page-id-10 h3,
body.page-id-10 .wp-block-heading {
  transition: color 0.35s ease, text-shadow 0.35s ease !important;
}

body.page-id-10 .wp-block-post-title:hover,
body.page-id-10 .entry-title:hover,
body.page-id-10 h1:hover,
body.page-id-10 h2:hover,
body.page-id-10 h3:hover,
body.page-id-10 .wp-block-heading:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.16),
    0 0 22px rgba(201,169,95,0.08) !important;
}

/* =====================================================
   DIARIO DE RESOLVIA — SISTEMA DEFINITIVO
   Página 50
===================================================== */

/* ---------- BASE GENERAL ---------- */

body.page-id-50,
body.page-id-50 .site,
body.page-id-50 .site-content,
body.page-id-50 .content-area,
body.page-id-50 main,
body.page-id-50 .wp-site-blocks {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,244,214,0.18) 0%, rgba(255,244,214,0.07) 18%, rgba(255,244,214,0) 42%),
    radial-gradient(circle at 18% 26%, rgba(184,162,106,0.08) 0%, rgba(184,162,106,0.03) 20%, rgba(0,0,0,0) 44%),
    radial-gradient(circle at 82% 30%, rgba(184,162,106,0.06) 0%, rgba(184,162,106,0.02) 18%, rgba(0,0,0,0) 40%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f3ed 52%, #efebe3 100%) !important;
  position: relative;
}

/* ---------- MARCO GLOBAL ---------- */

body.page-id-50 .wp-site-blocks {
  position: relative;
  max-width: 1360px;
  margin: 18px auto !important;
  padding: 0 0 26px !important;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.12) 100%);
  border: 1px solid rgba(184,162,106,0.14);
  box-shadow:
    0 18px 55px rgba(91,75,36,0.08),
    0 3px 14px rgba(255,255,255,0.42) inset,
    0 0 0 1px rgba(255,255,255,0.30) inset;
}

body.page-id-50 .wp-site-blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,244,214,0.16) 0%, rgba(255,244,214,0.06) 22%, rgba(255,244,214,0) 44%),
    linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.05) 24%, rgba(255,255,255,0) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.36),
    inset 0 0 80px rgba(255,248,230,0.10),
    inset 0 -30px 60px rgba(184,162,106,0.04);
}

body.page-id-50 .wp-site-blocks::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  pointer-events: none;
  border: 1px solid rgba(184,162,106,0.07);
}

/* ---------- CABECERA INTEGRADA ---------- */

body.page-id-50 .wp-site-blocks > header,
body.page-id-50 header.wp-block-template-part {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.78) 0%, rgba(251,250,247,0.42) 100%) !important;
  border-bottom: 1px solid rgba(184,162,106,0.10) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.40);
  margin-bottom: 0 !important;
}

body.page-id-50 .wp-block-navigation a,
body.page-id-50 .wp-block-navigation-item__content,
body.page-id-50 header a {
  color: #555555 !important;
  transition: color 0.25s ease, opacity 0.25s ease;
}

body.page-id-50 .wp-block-navigation a:hover,
body.page-id-50 .wp-block-navigation-item__content:hover,
body.page-id-50 header a:hover {
  color: #b8a26a !important;
}

/* ---------- AJUSTES DEL TEMA ---------- */

body.page-id-50 .site-content,
body.page-id-50 .content-area,
body.page-id-50 main,
body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content,
body.page-id-50 article {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ---------- TÍTULO PRINCIPAL ---------- */

body.page-id-50 .wp-block-post-title,
body.page-id-50 .entry-title,
body.page-id-50 h1 {
  width: 100%;
  text-align: center !important;
  margin: 18px auto 16px auto !important;
  color: #2f2f2f !important;
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: color 0.35s ease, text-shadow 0.35s ease !important;
}

body.page-id-50 .wp-block-post-title:hover,
body.page-id-50 .entry-title:hover,
body.page-id-50 h1:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 10px rgba(201,169,95,0.22),
    0 0 28px rgba(201,169,95,0.12) !important;
}

/* ---------- CONTENIDO ---------- */

body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content {
  max-width: 760px;
  margin: 0 auto !important;
  padding: 10px 36px 100px !important;
  position: relative;
  z-index: 2;
}

/* línea inicial sutil */
body.page-id-50 .entry-content::before,
body.page-id-50 .wp-block-post-content::before {
  content: "";
  display: block;
  width: min(760px, 100%);
  height: 1px;
  margin: 0 auto 34px;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.16) 20%,
    rgba(184,162,106,0.24) 50%,
    rgba(184,162,106,0.16) 80%,
    rgba(184,162,106,0) 100%
  );
}

/* ---------- RELATOS VIVOS ---------- */

/* párrafos normales */
body.page-id-50 .entry-content p,
body.page-id-50 .wp-block-post-content p {
  margin: 0 0 22px;
  color: #55524b;
  font-size: 21px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  max-width: 100%;
}

/* frases importantes como texto suspendido */
body.page-id-50 .entry-content h3,
body.page-id-50 .wp-block-post-content h3 {
  margin: 58px 0 24px;
  color: #38342d;
  font-size: 30px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: left;
  max-width: 92%;
  transition: color 0.35s ease, text-shadow 0.35s ease !important;
}

body.page-id-50 .entry-content h3:hover,
body.page-id-50 .wp-block-post-content h3:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.18),
    0 0 22px rgba(201,169,95,0.08) !important;
}

/* respiración entre relatos */
body.page-id-50 .entry-content hr,
body.page-id-50 .wp-block-post-content hr {
  border: 0;
  height: 1px;
  margin: 72px 0;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.12) 18%,
    rgba(184,162,106,0.18) 50%,
    rgba(184,162,106,0.12) 82%,
    rgba(184,162,106,0) 100%
  );
}

/* cursivas y citas suaves */
body.page-id-50 .entry-content em,
body.page-id-50 .wp-block-post-content em {
  color: #6b6457;
  font-style: italic;
}

/* enlaces */
body.page-id-50 .entry-content a,
body.page-id-50 .wp-block-post-content a {
  color: #7b6c4a !important;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

body.page-id-50 .entry-content a:hover,
body.page-id-50 .wp-block-post-content a:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.16),
    0 0 22px rgba(201,169,95,0.08);
}

/* ---------- PIE INTEGRADO ---------- */

body.page-id-50 footer,
body.page-id-50 .wp-site-blocks > footer {
  position: relative;
  z-index: 2;
  margin-top: 10px !important;
  padding-top: 28px !important;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.08) 0%, rgba(251,250,247,0.30) 100%) !important;
  border-top: 1px solid rgba(184,162,106,0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28);
}

body.page-id-50 footer,
body.page-id-50 footer p,
body.page-id-50 footer a,
body.page-id-50 .wp-site-blocks > footer p,
body.page-id-50 .wp-site-blocks > footer a {
  color: #5b5954 !important;
}

/* ---------- OCULTAR RUIDO ---------- */

body.page-id-50 #comments,
body.page-id-50 .comments-area,
body.page-id-50 .comment-respond,
body.page-id-50 .post-navigation,
body.page-id-50 .wp-block-post-comments {
  display: none !important;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 980px) {
  body.page-id-50 .wp-site-blocks {
    margin: 10px 10px 14px !important;
    border-radius: 24px;
  }

  body.page-id-50 .wp-site-blocks::before {
    border-radius: 24px;
  }

  body.page-id-50 .wp-site-blocks::after {
    inset: 10px;
    border-radius: 18px;
  }

  body.page-id-50 .wp-block-post-title,
  body.page-id-50 .entry-title,
  body.page-id-50 h1 {
    font-size: 40px;
    margin: 12px auto 14px auto !important;
  }

  body.page-id-50 .entry-content,
  body.page-id-50 .wp-block-post-content {
    padding: 8px 20px 54px !important;
    max-width: 100%;
  }

  body.page-id-50 .entry-content::before,
  body.page-id-50 .wp-block-post-content::before {
    margin-bottom: 24px;
  }

  body.page-id-50 .entry-content p,
  body.page-id-50 .wp-block-post-content p {
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 18px;
  }

  body.page-id-50 .entry-content h3,
  body.page-id-50 .wp-block-post-content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 18px;
  }
}
/* =====================================================
   DIARIO 50 — CAPA DE ATMÓSFERA E INTEGRACIÓN
===================================================== */

/* fondo general de toda la página */
body.page-id-50,
body.page-id-50 .site,
body.page-id-50 .site-content,
body.page-id-50 .content-area,
body.page-id-50 main,
body.page-id-50 .wp-site-blocks {
  background:
    radial-gradient(circle at 50% 12%, rgba(255,241,205,0.18) 0%, rgba(255,241,205,0.08) 18%, rgba(255,241,205,0) 42%),
    radial-gradient(circle at 16% 24%, rgba(184,162,106,0.10) 0%, rgba(184,162,106,0.03) 20%, rgba(0,0,0,0) 46%),
    radial-gradient(circle at 84% 28%, rgba(184,162,106,0.08) 0%, rgba(184,162,106,0.02) 18%, rgba(0,0,0,0) 42%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f3ed 54%, #efe9e0 100%) !important;
  min-height: 100vh;
}

/* gran panel envolvente */
body.page-id-50 .wp-site-blocks {
  position: relative;
  max-width: 1360px;
  margin: 18px auto !important;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(184,162,106,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.12) 100%) !important;
  box-shadow:
    0 18px 55px rgba(91,75,36,0.08),
    0 3px 14px rgba(255,255,255,0.42) inset,
    0 0 0 1px rgba(255,255,255,0.30) inset;
}

/* halo interior */
body.page-id-50 .wp-site-blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 34px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,244,214,0.18) 0%, rgba(255,244,214,0.06) 22%, rgba(255,244,214,0) 44%),
    linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.05) 24%, rgba(255,255,255,0) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.36),
    inset 0 0 80px rgba(255,248,230,0.10),
    inset 0 -30px 60px rgba(184,162,106,0.04);
}

/* línea interior fina */
body.page-id-50 .wp-site-blocks::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  pointer-events: none;
  border: 1px solid rgba(184,162,106,0.07);
}

/* cabecera integrada */
body.page-id-50 .wp-site-blocks > header,
body.page-id-50 header.wp-block-template-part {
  position: relative;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.78) 0%, rgba(251,250,247,0.44) 100%) !important;
  border-bottom: 1px solid rgba(184,162,106,0.10) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.40);
  margin-bottom: 0 !important;
}

/* footer integrado */
body.page-id-50 footer,
body.page-id-50 .wp-site-blocks > footer {
  position: relative;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.08) 0%, rgba(251,250,247,0.30) 100%) !important;
  border-top: 1px solid rgba(184,162,106,0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28);
}

/* colores de cabecera y pie */
body.page-id-50 footer,
body.page-id-50 footer p,
body.page-id-50 footer a,
body.page-id-50 .wp-site-blocks > footer p,
body.page-id-50 .wp-site-blocks > footer a,
body.page-id-50 .wp-block-navigation a,
body.page-id-50 .wp-block-navigation-item__content,
body.page-id-50 header a {
  color: #5b5954 !important;
}

body.page-id-50 .wp-block-navigation a:hover,
body.page-id-50 .wp-block-navigation-item__content:hover,
body.page-id-50 header a:hover,
body.page-id-50 footer a:hover {
  color: #b8a26a !important;
}

/* quitar aire raro superior */
body.page-id-50 .site-content,
body.page-id-50 .content-area,
body.page-id-50 main,
body.page-id-50 article,
body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* responsive del marco */
@media (max-width: 980px) {
  body.page-id-50 .wp-site-blocks {
    margin: 10px 10px 14px !important;
    border-radius: 24px;
  }

  body.page-id-50 .wp-site-blocks::before {
    border-radius: 24px;
  }

  body.page-id-50 .wp-site-blocks::after {
    inset: 10px;
    border-radius: 18px;
  }
}

/* =========================================================
   RESOLVIA — SISTEMA MAESTRO CLARO
   Base institucional / editorial
   Páginas: 48 Contacto, 50 Diario
========================================================= */

:root {
  --res-bg: #fafaf8;
  --res-bg-2: #f7f3ec;
  --res-bg-3: #efe8de;

  --res-text: #555555;
  --res-text-soft: #5f5b54;
  --res-title: #2f2f2f;

  --res-gold: #b8a26a;
  --res-gold-soft: rgba(184,162,106,0.18);
  --res-gold-line: rgba(184,162,106,0.12);

  --res-white-soft: rgba(255,255,255,0.30);
  --res-white-line: rgba(255,255,255,0.36);

  --res-shell-max: 1360px;
  --res-content-narrow: 780px;
  --res-radius-shell: 34px;
  --res-radius-inner: 24px;

  --res-shadow-shell:
    0 18px 55px rgba(91,75,36,0.08),
    0 3px 14px rgba(255,255,255,0.42) inset,
    0 0 0 1px rgba(255,255,255,0.30) inset;

  --res-shadow-header: inset 0 -1px 0 rgba(255,255,255,0.40);
  --res-shadow-footer: inset 0 1px 0 rgba(255,255,255,0.28);

  --res-title-size: 56px;
  --res-title-line: 1.04;
  --res-body-size: 22px;
  --res-body-line: 1.95;
}

/* =========================================================
   1. FAMILIA CLARA — BASE ATMOSFÉRICA
========================================================= */

body.page-id-48,
body.page-id-48 .site,
body.page-id-48 .site-content,
body.page-id-48 .content-area,
body.page-id-48 main,
body.page-id-48 .wp-site-blocks,
body.page-id-50,
body.page-id-50 .site,
body.page-id-50 .site-content,
body.page-id-50 .content-area,
body.page-id-50 main,
body.page-id-50 .wp-site-blocks {
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,232,184,0.22) 0%, rgba(255,232,184,0.09) 18%, rgba(255,232,184,0) 42%),
    radial-gradient(circle at 18% 24%, rgba(184,162,106,0.08) 0%, rgba(184,162,106,0.025) 20%, rgba(0,0,0,0) 44%),
    radial-gradient(circle at 82% 30%, rgba(184,162,106,0.06) 0%, rgba(184,162,106,0.02) 18%, rgba(0,0,0,0) 40%),
    linear-gradient(180deg, var(--res-bg) 0%, var(--res-bg-2) 50%, var(--res-bg-3) 100%) !important;
}

/* gran envolvente */
body.page-id-48 .wp-site-blocks,
body.page-id-50 .wp-site-blocks {
  position: relative;
  max-width: var(--res-shell-max);
  margin: 18px auto !important;
  padding: 0 0 26px !important;
  border-radius: var(--res-radius-shell);
  overflow: hidden;
  border: 1px solid rgba(184,162,106,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.12) 100%);
  box-shadow: var(--res-shadow-shell);
}

/* halo interior */
body.page-id-48 .wp-site-blocks::before,
body.page-id-50 .wp-site-blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: var(--res-radius-shell);
  background:
    radial-gradient(circle at 50% 14%, rgba(255,244,214,0.16) 0%, rgba(255,244,214,0.06) 22%, rgba(255,244,214,0) 44%),
    linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.05) 24%, rgba(255,255,255,0) 100%);
  box-shadow:
    inset 0 0 0 1px var(--res-white-line),
    inset 0 0 80px rgba(255,248,230,0.10),
    inset 0 -30px 60px rgba(184,162,106,0.04);
}

/* línea interior fina */
body.page-id-48 .wp-site-blocks::after,
body.page-id-50 .wp-site-blocks::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: var(--res-radius-inner);
  pointer-events: none;
  border: 1px solid rgba(184,162,106,0.07);
}

/* =========================================================
   2. CABECERA Y PIE INTEGRADOS
========================================================= */

body.page-id-48 .wp-site-blocks > header,
body.page-id-48 header.wp-block-template-part,
body.page-id-50 .wp-site-blocks > header,
body.page-id-50 header.wp-block-template-part {
  position: relative;
  z-index: 3;
  margin-bottom: 0 !important;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.78) 0%, rgba(251,250,247,0.42) 100%) !important;
  border-bottom: 1px solid rgba(184,162,106,0.10) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: var(--res-shadow-header);
}

body.page-id-48 footer,
body.page-id-48 .wp-site-blocks > footer,
body.page-id-50 footer,
body.page-id-50 .wp-site-blocks > footer {
  position: relative;
  z-index: 3;
  margin-top: 10px !important;
  padding-top: 28px !important;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.08) 0%, rgba(251,250,247,0.30) 100%) !important;
  border-top: 1px solid rgba(184,162,106,0.10) !important;
  box-shadow: var(--res-shadow-footer);
}

/* navegación y pie */
body.page-id-48 .wp-block-navigation a,
body.page-id-48 .wp-block-navigation-item__content,
body.page-id-48 header a,
body.page-id-48 footer,
body.page-id-48 footer p,
body.page-id-48 footer a,
body.page-id-48 .wp-site-blocks > footer p,
body.page-id-48 .wp-site-blocks > footer a,
body.page-id-50 .wp-block-navigation a,
body.page-id-50 .wp-block-navigation-item__content,
body.page-id-50 header a,
body.page-id-50 footer,
body.page-id-50 footer p,
body.page-id-50 footer a,
body.page-id-50 .wp-site-blocks > footer p,
body.page-id-50 .wp-site-blocks > footer a {
  color: #5b5954 !important;
  transition: color 0.25s ease, text-shadow 0.25s ease, opacity 0.25s ease;
}

body.page-id-48 .wp-block-navigation a:hover,
body.page-id-48 .wp-block-navigation-item__content:hover,
body.page-id-48 header a:hover,
body.page-id-48 footer a:hover,
body.page-id-50 .wp-block-navigation a:hover,
body.page-id-50 .wp-block-navigation-item__content:hover,
body.page-id-50 header a:hover,
body.page-id-50 footer a:hover {
  color: var(--res-gold) !important;
}

/* =========================================================
   3. LIMPIEZA DEL TEMA
========================================================= */

body.page-id-48 .site-content,
body.page-id-48 .content-area,
body.page-id-48 main,
body.page-id-48 article,
body.page-id-48 .entry-content,
body.page-id-48 .wp-block-post-content,
body.page-id-50 .site-content,
body.page-id-50 .content-area,
body.page-id-50 main,
body.page-id-50 article,
body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-48 #comments,
body.page-id-48 .comments-area,
body.page-id-48 .comment-respond,
body.page-id-48 .post-navigation,
body.page-id-48 .wp-block-post-comments,
body.page-id-50 #comments,
body.page-id-50 .comments-area,
body.page-id-50 .comment-respond,
body.page-id-50 .post-navigation,
body.page-id-50 .wp-block-post-comments {
  display: none !important;
}

/* =========================================================
   4. TIPOGRAFÍA MADRE
========================================================= */

body.page-id-48 .wp-block-post-title,
body.page-id-48 .entry-title,
body.page-id-48 h1,
body.page-id-50 .wp-block-post-title,
body.page-id-50 .entry-title,
body.page-id-50 h1 {
  width: 100%;
  text-align: center !important;
  margin: 18px auto 16px auto !important;
  color: var(--res-title) !important;
  font-size: var(--res-title-size);
  line-height: var(--res-title-line);
  letter-spacing: -0.035em;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

body.page-id-48 .wp-block-post-title:hover,
body.page-id-48 .entry-title:hover,
body.page-id-48 h1:hover,
body.page-id-50 .wp-block-post-title:hover,
body.page-id-50 .entry-title:hover,
body.page-id-50 h1:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.18),
    0 0 22px rgba(201,169,95,0.08);
}

/* =========================================================
   5. CONTACTO 48 — PÁGINA MADRE
========================================================= */

body.page-id-48 .entry-content,
body.page-id-48 .wp-block-post-content {
  max-width: var(--res-content-narrow);
  margin: 0 auto !important;
  padding: 10px 36px 90px !important;
  position: relative;
  z-index: 2;
  text-align: center;
}

body.page-id-48 .entry-content::before,
body.page-id-48 .wp-block-post-content::before {
  content: "";
  display: block;
  width: min(760px, 100%);
  height: 1px;
  margin: 0 auto 34px;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.16) 20%,
    rgba(184,162,106,0.24) 50%,
    rgba(184,162,106,0.16) 80%,
    rgba(184,162,106,0) 100%
  );
}

body.page-id-48 .entry-content p,
body.page-id-48 .wp-block-post-content p {
  margin: 0 0 22px;
  color: #55524b;
  font-size: 22px;
  line-height: 1.95;
  letter-spacing: -0.01em;
}

body.page-id-48 .entry-content p:last-child,
body.page-id-48 .wp-block-post-content p:last-child {
  margin-top: 34px;
  margin-bottom: 8px;
}

/* correo como inscripción institucional */
body.page-id-48 .entry-content p a,
body.page-id-48 .wp-block-post-content p a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline !important;
  text-decoration: none !important;
  color: #8a7550 !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

body.page-id-48 .entry-content p a:hover,
body.page-id-48 .wp-block-post-content p a:hover {
  color: #d7b56b !important;
  text-shadow:
    0 0 10px rgba(215,181,107,0.26),
    0 0 26px rgba(215,181,107,0.14) !important;
}

/* =========================================================
   6. DIARIO 50 — DERIVACIÓN EDITORIAL
========================================================= */

body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content {
  max-width: 760px;
  margin: 0 auto !important;
  padding: 10px 36px 100px !important;
  position: relative;
  z-index: 2;
  text-align: left;
}

body.page-id-50 .entry-content::before,
body.page-id-50 .wp-block-post-content::before {
  content: "";
  display: block;
  width: min(760px, 100%);
  height: 1px;
  margin: 0 auto 34px;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.16) 20%,
    rgba(184,162,106,0.24) 50%,
    rgba(184,162,106,0.16) 80%,
    rgba(184,162,106,0) 100%
  );
}

/* cuerpo narrativo */
body.page-id-50 .entry-content p,
body.page-id-50 .wp-block-post-content p {
  margin: 0 0 22px;
  color: #55524b;
  font-size: 21px;
  line-height: 1.95;
  letter-spacing: -0.01em;
  max-width: 100%;
}

/* subtítulos / frases suspendidas */
body.page-id-50 .entry-content h2,
body.page-id-50 .entry-content h3,
body.page-id-50 .wp-block-post-content h2,
body.page-id-50 .wp-block-post-content h3 {
  margin: 58px 0 24px;
  color: #38342d;
  font-size: 30px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: left;
  max-width: 92%;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

body.page-id-50 .entry-content h2:hover,
body.page-id-50 .entry-content h3:hover,
body.page-id-50 .wp-block-post-content h2:hover,
body.page-id-50 .wp-block-post-content h3:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.18),
    0 0 22px rgba(201,169,95,0.08);
}

/* separadores respiratorios */
body.page-id-50 .entry-content hr,
body.page-id-50 .wp-block-post-content hr {
  border: 0;
  height: 1px;
  margin: 72px 0;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.12) 18%,
    rgba(184,162,106,0.18) 50%,
    rgba(184,162,106,0.12) 82%,
    rgba(184,162,106,0) 100%
  );
}

body.page-id-50 .entry-content em,
body.page-id-50 .wp-block-post-content em {
  color: #6b6457;
  font-style: italic;
}

body.page-id-50 .entry-content a,
body.page-id-50 .wp-block-post-content a {
  color: #7b6c4a !important;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

body.page-id-50 .entry-content a:hover,
body.page-id-50 .wp-block-post-content a:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.16),
    0 0 22px rgba(201,169,95,0.08);
}

/* =========================================================
   7. RESPONSIVE
========================================================= */

@media (max-width: 980px) {
  body.page-id-48 .wp-site-blocks,
  body.page-id-50 .wp-site-blocks {
    margin: 10px 10px 14px !important;
    border-radius: 24px;
  }

  body.page-id-48 .wp-site-blocks::before,
  body.page-id-50 .wp-site-blocks::before {
    border-radius: 24px;
  }

  body.page-id-48 .wp-site-blocks::after,
  body.page-id-50 .wp-site-blocks::after {
    inset: 10px;
    border-radius: 18px;
  }

  body.page-id-48 .wp-block-post-title,
  body.page-id-48 .entry-title,
  body.page-id-48 h1,
  body.page-id-50 .wp-block-post-title,
  body.page-id-50 .entry-title,
  body.page-id-50 h1 {
    font-size: 40px;
    margin: 12px auto 14px auto !important;
  }

  body.page-id-48 .entry-content,
  body.page-id-48 .wp-block-post-content,
  body.page-id-50 .entry-content,
  body.page-id-50 .wp-block-post-content {
    max-width: 100%;
    padding: 8px 20px 54px !important;
  }

  body.page-id-48 .entry-content::before,
  body.page-id-48 .wp-block-post-content::before,
  body.page-id-50 .entry-content::before,
  body.page-id-50 .wp-block-post-content::before {
    margin-bottom: 24px;
  }

  body.page-id-48 .entry-content p,
  body.page-id-48 .wp-block-post-content p,
  body.page-id-50 .entry-content p,
  body.page-id-50 .wp-block-post-content p {
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 18px;
  }

  body.page-id-48 .entry-content p a,
  body.page-id-48 .wp-block-post-content p a {
    font-size: 22px !important;
  }

  body.page-id-50 .entry-content h2,
  body.page-id-50 .entry-content h3,
  body.page-id-50 .wp-block-post-content h2,
  body.page-id-50 .wp-block-post-content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 18px;
  }
}

/* =========================================================
   RESOLVIA — DIARIO 50
   REFINAMIENTO EDITORIAL VIVO
========================================================= */

/* columna editorial más respirada */
body.page-id-50 .entry-content,
body.page-id-50 .wp-block-post-content {
  max-width: 860px !important;
  padding-top: 18px !important;
  padding-bottom: 120px !important;
}

/* título principal más asentado */
body.page-id-50 .wp-block-post-title,
body.page-id-50 .entry-title,
body.page-id-50 h1 {
  margin-bottom: 22px !important;
}

/* línea inicial más sutil */
body.page-id-50 .entry-content::before,
body.page-id-50 .wp-block-post-content::before {
  margin-bottom: 40px !important;
  opacity: 0.72;
}

/* cuerpo general del diario */
body.page-id-50 .entry-content p,
body.page-id-50 .wp-block-post-content p {
  color: #57534d;
  font-size: 21px;
  line-height: 1.92;
  letter-spacing: -0.011em;
  margin: 0 0 20px;
}

/* capítulos / frases de arranque */
body.page-id-50 .entry-content h2,
body.page-id-50 .entry-content h3,
body.page-id-50 .wp-block-post-content h2,
body.page-id-50 .wp-block-post-content h3 {
  margin: 64px 0 26px;
  color: #3a352e;
  font-size: 34px;
  line-height: 1.32;
  letter-spacing: -0.028em;
  font-weight: 500;
  max-width: 78%;
  text-wrap: balance;
  position: relative;
}

/* suspensión silenciosa de capítulos */
body.page-id-50 .entry-content h2::after,
body.page-id-50 .entry-content h3::after,
body.page-id-50 .wp-block-post-content h2::after,
body.page-id-50 .wp-block-post-content h3::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0.28) 0%,
    rgba(184,162,106,0.10) 65%,
    rgba(184,162,106,0) 100%
  );
}

/* hover mucho más sutil: casi respiración */
body.page-id-50 .entry-content h2:hover,
body.page-id-50 .entry-content h3:hover,
body.page-id-50 .wp-block-post-content h2:hover,
body.page-id-50 .wp-block-post-content h3:hover {
  color: #4a4337 !important;
  text-shadow: 0 0 10px rgba(201,169,95,0.06);
}

/* frases en cursiva o preguntas importantes */
body.page-id-50 .entry-content em,
body.page-id-50 .wp-block-post-content em {
  color: #6f685c;
  font-style: italic;
  font-weight: 400;
}

/* si una frase importante va sola en un párrafo, se respira más */
body.page-id-50 .entry-content p:has(em),
body.page-id-50 .wp-block-post-content p:has(em) {
  margin-top: 28px;
  margin-bottom: 28px;
  max-width: 88%;
}

/* separadores más editoriales */
body.page-id-50 .entry-content hr,
body.page-id-50 .wp-block-post-content hr {
  height: 1px;
  border: 0;
  margin: 84px 0;
  opacity: 0.82;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.08) 14%,
    rgba(184,162,106,0.16) 50%,
    rgba(184,162,106,0.08) 86%,
    rgba(184,162,106,0) 100%
  );
}

/* enlaces sin protagonismo innecesario */
body.page-id-50 .entry-content a,
body.page-id-50 .wp-block-post-content a {
  color: #786b4c !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(184,162,106,0.16);
  transition: color 0.25s ease, border-color 0.25s ease, text-shadow 0.25s ease;
}

body.page-id-50 .entry-content a:hover,
body.page-id-50 .wp-block-post-content a:hover {
  color: #b89d5d !important;
  border-bottom-color: rgba(184,162,106,0.34);
  text-shadow: 0 0 8px rgba(184,162,106,0.08);
}

/* cierre del diario más suave */
body.page-id-50 .entry-content p:last-child,
body.page-id-50 .wp-block-post-content p:last-child {
  margin-top: 34px;
  opacity: 0.9;
}

/* responsive */
@media (max-width: 980px) {
  body.page-id-50 .entry-content,
  body.page-id-50 .wp-block-post-content {
    max-width: 100% !important;
    padding-bottom: 72px !important;
  }

  body.page-id-50 .entry-content p,
  body.page-id-50 .wp-block-post-content p {
    font-size: 18px;
    line-height: 1.85;
  }

  body.page-id-50 .entry-content h2,
  body.page-id-50 .entry-content h3,
  body.page-id-50 .wp-block-post-content h2,
  body.page-id-50 .wp-block-post-content h3 {
    font-size: 26px;
    line-height: 1.36;
    max-width: 100%;
    margin-top: 48px;
    margin-bottom: 20px;
  }

  body.page-id-50 .entry-content hr,
  body.page-id-50 .wp-block-post-content hr {
    margin: 64px 0;
  }
}

/* =========================================================
   RESOLVIA — HOME 10
   SISTEMA EN PRESENCIA
========================================================= */

/* atmósfera abierta: más difusa que Contacto */
body.page-id-10,
body.page-id-10 .site,
body.page-id-10 .site-content,
body.page-id-10 .content-area,
body.page-id-10 main,
body.page-id-10 .wp-site-blocks {
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,236,190,0.18) 0%, rgba(255,236,190,0.07) 20%, rgba(255,236,190,0) 46%),
    radial-gradient(circle at 18% 24%, rgba(184,162,106,0.07) 0%, rgba(184,162,106,0.02) 24%, rgba(0,0,0,0) 48%),
    radial-gradient(circle at 82% 28%, rgba(184,162,106,0.05) 0%, rgba(184,162,106,0.015) 20%, rgba(0,0,0,0) 42%),
    linear-gradient(180deg, #fafaf8 0%, #f7f3ec 52%, #efe8de 100%) !important;
}

/* sin gran marco: home más abierta */
body.page-id-10 .wp-site-blocks {
  position: relative;
  max-width: 1440px;
  margin: 0 auto !important;
  padding: 0 0 36px !important;
  background: transparent !important;
}

/* cabecera integrada pero ligera */
body.page-id-10 .wp-site-blocks > header,
body.page-id-10 header.wp-block-template-part {
  position: relative;
  z-index: 3;
  margin-bottom: 0 !important;
  background:
    linear-gradient(180deg, rgba(250,249,245,0.74) 0%, rgba(250,249,245,0.24) 100%) !important;
  border-bottom: 1px solid rgba(184,162,106,0.08) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.34);
}

/* pie ligero */
body.page-id-10 footer,
body.page-id-10 .wp-site-blocks > footer {
  position: relative;
  z-index: 3;
  margin-top: 20px !important;
  padding-top: 32px !important;
  background:
    linear-gradient(180deg, rgba(250,249,245,0.04) 0%, rgba(250,249,245,0.22) 100%) !important;
  border-top: 1px solid rgba(184,162,106,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
}

/* navegación y pie */
body.page-id-10 .wp-block-navigation a,
body.page-id-10 .wp-block-navigation-item__content,
body.page-id-10 header a,
body.page-id-10 footer,
body.page-id-10 footer p,
body.page-id-10 footer a,
body.page-id-10 .wp-site-blocks > footer p,
body.page-id-10 .wp-site-blocks > footer a {
  color: #5b5954 !important;
  transition: color 0.25s ease, text-shadow 0.25s ease, opacity 0.25s ease;
}

body.page-id-10 .wp-block-navigation a:hover,
body.page-id-10 .wp-block-navigation-item__content:hover,
body.page-id-10 header a:hover,
body.page-id-10 footer a:hover {
  color: #b8a26a !important;
}

/* limpieza del tema */
body.page-id-10 .site-content,
body.page-id-10 .content-area,
body.page-id-10 main,
body.page-id-10 article,
body.page-id-10 .entry-content,
body.page-id-10 .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-10 #comments,
body.page-id-10 .comments-area,
body.page-id-10 .comment-respond,
body.page-id-10 .post-navigation,
body.page-id-10 .wp-block-post-comments {
  display: none !important;
}

/* título WordPress */
body.page-id-10 .wp-block-post-title,
body.page-id-10 .entry-title,
body.page-id-10 h1 {
  width: 100%;
  text-align: center !important;
  margin: 32px auto 18px auto !important;
  color: #2f2f2f !important;
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 600;
  position: relative;
  z-index: 2;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

body.page-id-10 .wp-block-post-title:hover,
body.page-id-10 .entry-title:hover,
body.page-id-10 h1:hover {
  color: #c9a95f !important;
  text-shadow:
    0 0 8px rgba(201,169,95,0.16),
    0 0 22px rgba(201,169,95,0.07);
}

/* contenedor general */
body.page-id-10 .entry-content,
body.page-id-10 .wp-block-post-content {
  max-width: 960px;
  margin: 0 auto !important;
  padding: 20px 42px 120px !important;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* línea inicial casi invisible */
body.page-id-10 .entry-content::before,
body.page-id-10 .wp-block-post-content::before {
  content: "";
  display: block;
  width: min(840px, 100%);
  height: 1px;
  margin: 0 auto 44px;
  opacity: 0.72;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.12) 22%,
    rgba(184,162,106,0.20) 50%,
    rgba(184,162,106,0.12) 78%,
    rgba(184,162,106,0) 100%
  );
}

/* bloque principal: presencia */
body.page-id-10 .entry-content h2,
body.page-id-10 .wp-block-post-content h2 {
  margin: 0 auto 34px;
  max-width: 760px;
  color: #34302a;
  font-size: 40px;
  line-height: 1.24;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-wrap: balance;
}

/* encabezados secundarios: casos y puente */
body.page-id-10 .entry-content h3,
body.page-id-10 .wp-block-post-content h3 {
  margin: 64px auto 20px;
  max-width: 520px;
  color: #403a32;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

body.page-id-10 .entry-content h3::after,
body.page-id-10 .wp-block-post-content h3::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin: 14px auto 0;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.24) 50%,
    rgba(184,162,106,0) 100%
  );
}

/* cuerpo general */
body.page-id-10 .entry-content p,
body.page-id-10 .wp-block-post-content p {
  margin: 0 auto 20px;
  max-width: 760px;
  color: #57534d;
  font-size: 23px;
  line-height: 1.92;
  letter-spacing: -0.012em;
}

/* párrafos cortos respiran más */
body.page-id-10 .entry-content p:where(:not(:has(a))):nth-child(n),
body.page-id-10 .wp-block-post-content p:where(:not(:has(a))):nth-child(n) {
  text-wrap: pretty;
}

/* por ejemplo / casos: más contenidos */
body.page-id-10 .entry-content h3 + p,
body.page-id-10 .wp-block-post-content h3 + p {
  margin-top: 6px;
}

/* caso 1, 2 y 3: sensación de escena */
body.page-id-10 .entry-content h3:not(:first-of-type),
body.page-id-10 .wp-block-post-content h3:not(:first-of-type) {
  margin-top: 78px;
}

/* frase de sistema */
body.page-id-10 .entry-content p strong,
body.page-id-10 .wp-block-post-content p strong {
  font-weight: 600;
  color: #413b31;
}

/* cierre ético / frases de confianza */
body.page-id-10 .entry-content p:last-of-type:not(:has(a)),
body.page-id-10 .wp-block-post-content p:last-of-type:not(:has(a)) {
  margin-top: 34px;
}

/* CTA final como inscripción */
body.page-id-10 .entry-content p a,
body.page-id-10 .wp-block-post-content p a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline !important;
  text-decoration: none !important;
  color: #8a7550 !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

body.page-id-10 .entry-content p a:hover,
body.page-id-10 .wp-block-post-content p a:hover {
  color: #d7b56b !important;
  text-shadow:
    0 0 10px rgba(215,181,107,0.22),
    0 0 26px rgba(215,181,107,0.12) !important;
}

/* separar visualmente el CTA */
body.page-id-10 .entry-content p:has(a),
body.page-id-10 .wp-block-post-content p:has(a) {
  margin-top: 44px;
  margin-bottom: 0;
}

/* responsive */
@media (max-width: 980px) {
  body.page-id-10 .wp-block-post-title,
  body.page-id-10 .entry-title,
  body.page-id-10 h1 {
    font-size: 42px;
    margin: 18px auto 14px auto !important;
  }

  body.page-id-10 .entry-content,
  body.page-id-10 .wp-block-post-content {
    max-width: 100%;
    padding: 12px 22px 72px !important;
  }

  body.page-id-10 .entry-content::before,
  body.page-id-10 .wp-block-post-content::before {
    margin-bottom: 28px;
  }

  body.page-id-10 .entry-content h2,
  body.page-id-10 .wp-block-post-content h2 {
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 24px;
    max-width: 100%;
  }

  body.page-id-10 .entry-content h3,
  body.page-id-10 .wp-block-post-content h3 {
    font-size: 23px;
    margin-top: 48px;
    margin-bottom: 16px;
    max-width: 100%;
  }

  body.page-id-10 .entry-content p,
  body.page-id-10 .wp-block-post-content p {
    font-size: 18px;
    line-height: 1.85;
    max-width: 100%;
  }

  body.page-id-10 .entry-content p a,
  body.page-id-10 .wp-block-post-content p a {
    font-size: 22px !important;
  }
}

/* =========================================================
   RESOLVIA — PLANES 88
   CUSTODIA INSTITUCIONAL
========================================================= */

body.page-id-88,
body.page-id-88 .site,
body.page-id-88 .site-content,
body.page-id-88 .content-area,
body.page-id-88 main,
body.page-id-88 .wp-site-blocks {
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,236,190,0.18) 0%, rgba(255,236,190,0.08) 18%, rgba(255,236,190,0) 42%),
    radial-gradient(circle at 18% 24%, rgba(184,162,106,0.08) 0%, rgba(184,162,106,0.025) 22%, rgba(0,0,0,0) 46%),
    radial-gradient(circle at 82% 28%, rgba(184,162,106,0.06) 0%, rgba(184,162,106,0.02) 18%, rgba(0,0,0,0) 42%),
    linear-gradient(180deg, #fafaf8 0%, #f7f3ec 52%, #efe8de 100%) !important;
}

body.page-id-88 .wp-site-blocks {
  position: relative;
  max-width: 1360px;
  margin: 18px auto !important;
  padding: 0 0 26px !important;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(184,162,106,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.12) 100%);
  box-shadow:
    0 18px 55px rgba(91,75,36,0.08),
    0 3px 14px rgba(255,255,255,0.42) inset,
    0 0 0 1px rgba(255,255,255,0.30) inset;
}

body.page-id-88 .wp-site-blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,244,214,0.16) 0%, rgba(255,244,214,0.06) 22%, rgba(255,244,214,0) 44%),
    linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.05) 24%, rgba(255,255,255,0) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.36),
    inset 0 0 80px rgba(255,248,230,0.10),
    inset 0 -30px 60px rgba(184,162,106,0.04);
}

body.page-id-88 .wp-site-blocks::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  pointer-events: none;
  border: 1px solid rgba(184,162,106,0.07);
}

/* cabecera y pie */
body.page-id-88 .wp-site-blocks > header,
body.page-id-88 header.wp-block-template-part {
  position: relative;
  z-index: 3;
  margin-bottom: 0 !important;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.78) 0%, rgba(251,250,247,0.42) 100%) !important;
  border-bottom: 1px solid rgba(184,162,106,0.10) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.40);
}

body.page-id-88 footer,
body.page-id-88 .wp-site-blocks > footer {
  position: relative;
  z-index: 3;
  margin-top: 10px !important;
  padding-top: 28px !important;
  background:
    linear-gradient(180deg, rgba(251,250,247,0.08) 0%, rgba(251,250,247,0.30) 100%) !important;
  border-top: 1px solid rgba(184,162,106,0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28);
}

body.page-id-88 .wp-block-navigation a,
body.page-id-88 .wp-block-navigation-item__content,
body.page-id-88 header a,
body.page-id-88 footer,
body.page-id-88 footer p,
body.page-id-88 footer a,
body.page-id-88 .wp-site-blocks > footer p,
body.page-id-88 .wp-site-blocks > footer a {
  color: #5b5954 !important;
}

body.page-id-88 .wp-block-navigation a:hover,
body.page-id-88 .wp-block-navigation-item__content:hover,
body.page-id-88 header a:hover,
body.page-id-88 footer a:hover {
  color: #b8a26a !important;
}

/* limpieza */
body.page-id-88 .site-content,
body.page-id-88 .content-area,
body.page-id-88 main,
body.page-id-88 article,
body.page-id-88 .entry-content,
body.page-id-88 .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-88 #comments,
body.page-id-88 .comments-area,
body.page-id-88 .comment-respond,
body.page-id-88 .post-navigation,
body.page-id-88 .wp-block-post-comments {
  display: none !important;
}

/* título WP */
body.page-id-88 .wp-block-post-title,
body.page-id-88 .entry-title,
body.page-id-88 h1 {
  width: 100%;
  text-align: center !important;
  margin: 24px auto 18px auto !important;
  color: #2f2f2f !important;
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: -0.04em;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

body.page-id-88 .entry-content,
body.page-id-88 .wp-block-post-content {
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 10px 34px 100px !important;
  position: relative;
  z-index: 2;
  text-align: center;
}

body.page-id-88 .entry-content::before,
body.page-id-88 .wp-block-post-content::before {
  content: "";
  display: block;
  width: min(920px, 100%);
  height: 1px;
  margin: 0 auto 34px;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.14) 20%,
    rgba(184,162,106,0.22) 50%,
    rgba(184,162,106,0.14) 80%,
    rgba(184,162,106,0) 100%
  );
}

/* shortcode */
.resolvia-planes-v1 {
  max-width: 1160px;
  margin: 0 auto;
}

.resolvia-planes-v1-intro {
  max-width: 760px;
  margin: 0 auto 42px;
}

.resolvia-planes-v1-intro p {
  margin: 0;
  color: #5a564f;
  font-size: 23px;
  line-height: 1.9;
  letter-spacing: -0.012em;
}

.resolvia-planes-v1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.resolvia-planes-v1-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 34px;
  text-align: left;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,248,232,0.72) 0%, rgba(255,248,232,0.22) 28%, rgba(255,248,232,0.00) 55%),
    linear-gradient(180deg, rgba(255,255,255,0.68) 0%, rgba(252,250,245,0.55) 52%, rgba(248,245,237,0.48) 100%);
  border: 1px solid rgba(184,162,106,0.16);
  box-shadow:
    0 18px 44px rgba(91,75,36,0.08),
    0 8px 18px rgba(255,255,255,0.18) inset,
    0 1px 0 rgba(255,255,255,0.78) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.resolvia-planes-v1-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(184,162,106,0) 0%,
    rgba(184,162,106,0.75) 50%,
    rgba(184,162,106,0) 100%
  );
}

.resolvia-planes-v1-head h2 {
  margin: 8px 0 10px;
  color: #2f2f2f;
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.resolvia-planes-v1-sub {
  margin: 0 0 22px !important;
  color: #7a715f !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.resolvia-planes-v1-body p {
  margin: 0 0 18px;
  color: #56524b;
  font-size: 18px;
  line-height: 1.8;
}

.resolvia-planes-v1-list {
  margin: 22px 0 0;
  padding-left: 20px;
}

.resolvia-planes-v1-list li {
  margin: 0 0 12px;
  color: #55524b;
  font-size: 17px;
  line-height: 1.7;
}

.resolvia-planes-v1-list li::marker {
  color: #b8a26a;
}

.resolvia-planes-v1-foot {
  margin-top: 28px;
}

.resolvia-planes-v1-link {
  text-decoration: none;
  color: #8a7550;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: color 0.35s ease, text-shadow 0.35s ease;
}

.resolvia-planes-v1-link:hover {
  color: #d7b56b;
  text-shadow:
    0 0 10px rgba(215,181,107,0.20),
    0 0 26px rgba(215,181,107,0.12);
}



.resolvia-planes-v1-ethos p {
  margin: 0 0 14px;
  color: #686257;
  font-size: 18px;
  line-height: 1.8;
}

/* responsive */
@media (max-width: 980px) {
  body.page-id-88 .wp-block-post-title,
  body.page-id-88 .entry-title,
  body.page-id-88 h1 {
    font-size: 40px;
    margin: 14px auto 14px auto !important;
  }

  body.page-id-88 .entry-content,
  body.page-id-88 .wp-block-post-content {
    padding: 8px 20px 60px !important;
    max-width: 100%;
  }

  .resolvia-planes-v1-intro p {
    font-size: 18px;
    line-height: 1.85;
  }

  .resolvia-planes-v1-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .resolvia-planes-v1-card {
    padding: 24px;
    border-radius: 24px;
  }

  .resolvia-planes-v1-head h2 {
    font-size: 26px;
  }

  .resolvia-planes-v1-sub,
  .resolvia-planes-v1-body p,
  .resolvia-planes-v1-list li,
  .resolvia-planes-v1-link,
  .resolvia-planes-v1-ethos p {
    font-size: 17px !important;
  }
}

/* ===== RESOLVIA · AJUSTE ATMÓSFERA PLANES ===== */

.sair-planes,
.resolvia-planes {
    background: #f4f2ee;
}

.sair-planes .plan-card,
.resolvia-planes .plan-card,
.sair-plan-card,
.resolvia-plan-card {
    background: #f7f5f1;
    border: 1px solid rgba(60, 52, 46, 0.08);
    box-shadow: 0 10px 30px rgba(40, 32, 24, 0.05);
    border-radius: 18px;
    padding: 36px 30px;
}

.sair-planes .plan-card h3,
.resolvia-planes .plan-card h3,
.sair-plan-card h3,
.resolvia-plan-card h3 {
    color: #1f1f1f;
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 18px;
}

.sair-planes .plan-card p,
.resolvia-planes .plan-card p,
.sair-plan-card p,
.resolvia-plan-card p,
.sair-planes .plan-card li,
.resolvia-planes .plan-card li,
.sair-plan-card li,
.resolvia-plan-card li {
    color: #2f2f2f;
}

.sair-planes .plan-card ul,
.resolvia-planes .plan-card ul,
.sair-plan-card ul,
.resolvia-plan-card ul {
    margin-top: 18px;
    margin-bottom: 22px;
    padding-left: 1.2rem;
}

.sair-planes .plan-card li,
.resolvia-planes .plan-card li,
.sair-plan-card li,
.resolvia-plan-card li {
    margin-bottom: 10px;
    color: #55514b;
}

.sair-planes .plan-card .price,
.resolvia-planes .plan-card .price,
.sair-plan-card .price,
.resolvia-plan-card .price {
    color: #1f1f1f;
    font-weight: 600;
}

.sair-planes .plan-card a,
.sair-planes .plan-card button,
.resolvia-planes .plan-card a,
.resolvia-planes .plan-card button,
.sair-plan-card a,
.sair-plan-card button,
.resolvia-plan-card a,
.resolvia-plan-card button {
    background: #2b2b2b;
    color: #f7f5f1;
    border: none;
    border-radius: 999px;
    padding: 14px 22px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.25s ease, transform 0.25s ease;
}

.sair-planes .plan-card a:hover,
.sair-planes .plan-card button:hover,
.resolvia-planes .plan-card a:hover,
.resolvia-planes .plan-card button:hover,
.sair-plan-card a:hover,
.sair-plan-card button:hover,
.resolvia-plan-card a:hover,
.resolvia-plan-card button:hover {
    background: #1f1f1f;
    transform: translateY(-1px);
}
/* ===== RESOLVIA · ATMÓSFERA PLANES V1 ===== */

.resolvia-planes-v1 {
    background: #f4f2ee;
    padding: 72px 24px;
}

.resolvia-planes-v1-intro {
    max-width: 900px;
    margin: 0 auto 32px auto;
    text-align: center;
}


.resolvia-planes-v1-intro p,
.resolvia-planes-v1-ethos p {
    color: #3a342f;
}

.resolvia-planes-v1-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 28px;
    max-width: 1120px;
    margin: 0 auto;
    align-items: stretch;
}
.resolvia-planes-v1-card {
    background: #f7f5f1;
    border: 1px solid rgba(60, 52, 46, 0.07);
    box-shadow: 0 8px 24px rgba(40, 32, 24, 0.04);
    border-radius: 22px;
    padding: 38px 34px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.resolvia-planes-v1-head h2 {
    color: #1f1f1f;
    font-size: 1.65rem;
    line-height: 1.18;
    margin-bottom: 14px;
}


.resolvia-planes-v1-sub {
    color: #6a625c;
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 22px;
}

.resolvia-planes-v1-body p {
    color: #2f2f2f;
    line-height: 1.82;
    margin-bottom: 18px;
    font-size: 1.02rem;
}

.resolvia-planes-v1-list {
    margin: 20px 0 26px 0;
    padding-left: 1.2rem;
}
.resolvia-planes-v1-list li {
    color: #4b4640;
    line-height: 1.8;
    margin-bottom: 12px;
}


.resolvia-planes-v1-foot {
    margin-top: auto;
    padding-top: 10px;
}
.resolvia-planes-v1-link {
    display: inline-block;
    background: transparent;
    color: #2f2f2f;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    border-radius: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
    max-width: 100%;
    white-space: normal;
}
.resolvia-planes-v1-link:hover {
    background: transparent;
    color: #b08a3c;
    text-decoration-color: #b08a3c;
}


@media (max-width: 900px) {
    .resolvia-planes-v1-grid {
        grid-template-columns: 1fr;
    }

    .resolvia-planes-v1 {
        padding: 56px 18px;
    }

    .resolvia-planes-v1-card {
        padding: 28px 22px;
    }
}
.resolvia-planes-v1-foot {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    align-items: flex-start;
}
/* ===== ETHOS FINAL PLANES ===== */

.resolvia-planes-v1-ethos {
    max-width: 760px;
    margin: 70px auto 40px;
    text-align: center;
}

.resolvia-planes-v1-ethos p {
    color: #5f5953;
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
}
/* ===== RESOLVIA · BOTONES ACCESO ELEGANTES ===== */

.resolvia-acceso button,
.resolvia-acceso input[type="submit"],
.resolvia-acceso .button,
.resolvia-acceso .btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    font-size: 1rem;
    padding: 0 !important;
    border-radius: 0 !important;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.resolvia-acceso button:hover,
.resolvia-acceso input[type="submit"]:hover,
.resolvia-acceso .button:hover,
.resolvia-acceso .btn:hover {
    background: transparent !important;
    color: #b08a3c !important;
    text-decoration-color: #b08a3c;
}
/* ===== RESOLVIA · ACCESO IGUALADO A PLANES ===== */

.resolvia-acceso-v1 {
    background: #f4f2ee;
    padding: 72px 24px;
}

.resolvia-acceso-v1-intro {
    max-width: 900px;
    margin: 0 auto 32px auto;
    text-align: center;
}

.resolvia-acceso-v1-intro p {
    color: #3a342f;
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0;
}

.resolvia-acceso-v1-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 28px;
    max-width: 1120px;
    margin: 0 auto;
    align-items: stretch;
}

.resolvia-acceso-v1-card {
    background: #f7f5f1;
    border: 1px solid rgba(60, 52, 46, 0.07);
    box-shadow: 0 8px 24px rgba(40, 32, 24, 0.04);
    border-radius: 22px;
    padding: 38px 34px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.resolvia-acceso-v1-card h2 {
    color: #1f1f1f;
    font-size: 1.65rem;
    line-height: 1.18;
    margin-bottom: 14px;
}

.resolvia-acceso-v1-subtexto {
    color: #6a625c;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.resolvia-acceso-v1-form p {
    margin-bottom: 18px;
}

.resolvia-acceso-v1-form label {
    display: block;
    color: #2f2f2f;
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

.resolvia-acceso-v1-form input[type="text"],
.resolvia-acceso-v1-form input[type="email"],
.resolvia-acceso-v1-form input[type="tel"],
.resolvia-acceso-v1-form input[type="password"] {
    width: 100%;
    background: #fbfaf8;
    border: 1px solid rgba(60, 52, 46, 0.10);
    border-radius: 16px;
    padding: 14px 16px;
    color: #2f2f2f;
    font-size: 1rem;
    line-height: 1.4;
    box-shadow: none;
}

.resolvia-acceso-v1-form input:focus {
    outline: none;
    border-color: rgba(176, 138, 60, 0.45);
    box-shadow: 0 0 0 3px rgba(176, 138, 60, 0.08);
}

.resolvia-acceso-v1-toggle label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5f5953;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.resolvia-acceso-v1-forgot {
    margin-top: 6px;
    margin-bottom: 16px;
}

.resolvia-acceso-v1-forgot a {
    color: #2f2f2f;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.resolvia-acceso-v1-forgot a:hover {
    color: #b08a3c;
    text-decoration-color: #b08a3c;
}

.page-id-209 .resolvia-acceso-v1-form button[type="submit"] {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 8px;
    color: #2f2f2f !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    border-radius: 0 !important;
    cursor: pointer;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.page-id-209 .resolvia-acceso-v1-form button[type="submit"]:hover {
    color: #b08a3c !important;
    text-decoration-color: #b08a3c;
}

@media (max-width: 900px) {
    .resolvia-acceso-v1-grid {
        grid-template-columns: 1fr;
    }

    .resolvia-acceso-v1 {
        padding: 56px 18px;
    }

    .resolvia-acceso-v1-card {
        padding: 28px 22px;
    }
}
/* ===== RESOLVIA · ACCESO · FORZADO FINAL ===== */

.page-id-209 .resolvia-acceso-v1-card {
  background: #f7f5f1 !important;
  border: 1px solid rgba(60, 52, 46, 0.07) !important;
  box-shadow: 0 8px 24px rgba(40, 32, 24, 0.04) !important;
  border-radius: 22px !important;
  padding: 38px 34px !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
}

.page-id-209 .resolvia-acceso-v1-card::before,
.page-id-209 .resolvia-acceso-v1-card::after {
  display: none !important;
  content: none !important;
}

.page-id-209 .resolvia-acceso-v1-card:hover {
  border-color: rgba(60, 52, 46, 0.10) !important;
  box-shadow: 0 10px 28px rgba(40, 32, 24, 0.05) !important;
  transform: none !important;
}

.page-id-209 .resolvia-acceso-v1-card h2 {
  color: #1f1f1f !important;
  font-size: 1.65rem !important;
  line-height: 1.18 !important;
  margin: 0 0 14px !important;
  letter-spacing: normal !important;
}

.page-id-209 .resolvia-acceso-v1-subtexto {
  color: #6a625c !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 0 24px !important;
}

.page-id-209 .resolvia-acceso-v1-form input[type="text"],
.page-id-209 .resolvia-acceso-v1-form input[type="email"],
.page-id-209 .resolvia-acceso-v1-form input[type="tel"],
.page-id-209 .resolvia-acceso-v1-form input[type="password"] {
  background: #fbfaf8 !important;
  border: 1px solid rgba(60, 52, 46, 0.10) !important;
  border-radius: 16px !important;
  padding: 14px 16px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.page-id-209 .resolvia-acceso-v1-form input:focus {
  outline: none !important;
  border-color: rgba(176, 138, 60, 0.45) !important;
  background: #fbfaf8 !important;
  box-shadow: 0 0 0 3px rgba(176, 138, 60, 0.08) !important;
}

.page-id-209 .resolvia-acceso-v1-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.page-id-209 .resolvia-acceso-v1 {
  padding: 6px 30px 64px !important;
}

/* ===== FORZAR MISMO LAYOUT QUE PLANES ===== */

.page-id-209 .resolvia-acceso-v1 {
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 40px 40px 80px !important;
}

.page-id-209 .resolvia-acceso-v1-grid {
    grid-template-columns: repeat(2, minmax(420px, 1fr)) !important;
    gap: 40px !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
}

.page-id-209 .resolvia-acceso-v1-card {
    padding: 42px !important;
    border-radius: 28px !important;
}

.page-id-209 .resolvia-acceso-v1-form input {
    padding: 18px 18px !important;
    font-size: 17px !important;
}

.page-id-209 .resolvia-acceso-v1-form {
    max-width: 100% !important;
}

/* ===== ACCESO HEREDA PLANES ===== */

.page-id-209 .resolvia-acceso-v1.resolvia-planes-v1 {
    background: #f4f2ee !important;
    padding: 72px 24px 90px !important;
}

.page-id-209 .resolvia-acceso-v1-grid.resolvia-planes-v1-grid {
    max-width: 1120px !important;
    margin: 0 auto !important;
    grid-template-columns: repeat(2, minmax(320px, 1fr)) !important;
    gap: 28px !important;
}

.page-id-209 .resolvia-acceso-v1-card.resolvia-planes-v1-card {
    background: #f7f5f1 !important;
    border: 1px solid rgba(60, 52, 46, 0.07) !important;
    box-shadow: 0 8px 24px rgba(40, 32, 24, 0.04) !important;
    border-radius: 22px !important;
    padding: 38px 34px !important;
    display: flex !important;
    flex-direction: column !important;
}

.page-id-209 .resolvia-acceso-v1-form {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
}

.page-id-209 .resolvia-acceso-v1-form p {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-209 .resolvia-acceso-v1-form input[type="text"],
.page-id-209 .resolvia-acceso-v1-form input[type="email"],
.page-id-209 .resolvia-acceso-v1-form input[type="tel"],
.page-id-209 .resolvia-acceso-v1-form input[type="password"] {
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fbfaf8 !important;
    background-color: #fbfaf8 !important;
    border: 1px solid rgba(60, 52, 46, 0.10) !important;
    -webkit-box-shadow: 0 0 0 1000px #fbfaf8 inset !important;
    -webkit-text-fill-color: #2f2f2f !important;
}

.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill,
.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill:hover,
.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill:focus,
.page-id-209 .resolvia-acceso-v1-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fbfaf8 inset !important;
    -webkit-text-fill-color: #2f2f2f !important;
}

.page-id-209 .resolvia-acceso-v1-card h2 {
    margin: 0 0 14px !important;
}

.page-id-209 .resolvia-acceso-v1-subtexto {
    margin: 0 0 24px !important;
}
/* TITULOS DORADOS SISTEMA RESOLVIA */

.page-id-209 h1,
.page-id-209 .wp-block-post-title,
.page-id-209 .entry-title,
.page-id-208 h1,
.page-id-208 .wp-block-post-title,
.page-id-208 .entry-title {
    color: #b8a26a !important;
}
/* TITULOS RESOLVIA — EFECTO HOVER DORADO */

.page-id-88 h1,
.page-id-209 h1,
.page-id-88 .wp-block-post-title,
.page-id-209 .wp-block-post-title {
    color: #2f2f2f !important;
    transition: color 0.35s ease;
}

.page-id-88 h1:hover,
.page-id-209 h1:hover,
.page-id-88 .wp-block-post-title:hover,
.page-id-209 .wp-block-post-title:hover {
    color: #b8a26a !important;
}

/* =========================================================
   RESOLVIA — LUZ VIVA / HOVER QUE EMERGE
   ========================================================= */

:root{
    --resolvia-base: #555555;
    --resolvia-gold: #b8a26a;
    --resolvia-light: #fafaf8;
    --resolvia-transition-soft: 1.15s cubic-bezier(0.22, 1, 0.36, 1);
    --resolvia-transition-fast: 0.55s ease;
}

/* Base general */
body {
    color: var(--resolvia-base);
    background: var(--resolvia-light);
}

/* Títulos y enlaces en reposo */
h1,
h2,
h3,
h4,
.entry-title,
.wp-block-post-title,
a,
.menu a,
.wp-block-navigation a,
.resolvia-planes-v1-link,
.resolvia-acceso-v1-forgot a {
    color: var(--resolvia-base);
    transition:
        color var(--resolvia-transition-soft),
        text-shadow var(--resolvia-transition-soft),
        opacity var(--resolvia-transition-fast);
}

/* Hover: el dorado emerge, no golpea */
h1:hover,
h2:hover,
h3:hover,
h4:hover,
.entry-title:hover,
.wp-block-post-title:hover,
a:hover,
.menu a:hover,
.wp-block-navigation a:hover,
.resolvia-planes-v1-link:hover,
.resolvia-acceso-v1-forgot a:hover {
    color: var(--resolvia-gold) !important;
    text-shadow: 0 0 0.35px rgba(184, 162, 106, 0.18);
}

/* Focus accesible, mismo lenguaje visual */
a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
    outline: none;
    color: var(--resolvia-gold);
}

/* Menú superior más sereno */
.wp-block-navigation a,
.menu a {
    letter-spacing: 0.01em;
}

/* Títulos centrales: respiración visual */
h1,
.entry-title,
.wp-block-post-title {
    letter-spacing: -0.02em;
}

/* Dorado de sistema para detalles concretos */
.resolvia-ia,
.resolvia-acento,
.resolvia-dorado {
    color: var(--resolvia-gold) !important;

}

/* =========================================================
   RESOLVIA — LOGO TEXTO EN CABECERA
   ========================================================= */

.wp-block-site-title a,
.site-title a,
.wp-block-site-title,
.site-title {
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #555555 !important;
    background: linear-gradient(
        to right,
        #555555 0%,
        #555555 75%,
        #b8a26a 75%,
        #b8a26a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hover suave */
.wp-block-site-title a:hover,
.site-title a:hover {
    opacity: 0.92;
}

/* =====================================================
   SALA 174 — OVERRIDE FINAL SEGÚN DIBUJO DE CAROL
===================================================== */

@media (min-width: 981px) {

  .resolvia-sala-v2-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas:
      "guardar mesa"
      "pedir ultimos" !important;
    gap: 26px !important;
    align-items: start !important;
  }

  .resolvia-sala-v2-card-1 {
    grid-area: guardar !important;
    min-height: 220px !important;
    align-self: start !important;
  }

  .resolvia-sala-v2-card-2 {
    grid-area: mesa !important;
    min-height: 220px !important;
    align-self: stretch !important;
  }

  .resolvia-sala-v2-card-3 {
    grid-area: pedir !important;
    min-height: 420px !important;
    align-self: stretch !important;
  }

  .resolvia-sala-v2-card-4 {
    grid-area: ultimos !important;
    min-height: 220px !important;
    align-self: start !important;
  }

  .resolvia-sala-v2-panel {
    min-height: 320px !important;
  }
}

@media (max-width: 980px) {

  .resolvia-sala-v2-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "guardar"
      "mesa"
      "pedir"
      "ultimos" !important;
    gap: 22px !important;
  }

  .resolvia-sala-v2-card-1 {
    grid-area: guardar !important;
  }

  .resolvia-sala-v2-card-2 {
    grid-area: mesa !important;
  }

  .resolvia-sala-v2-card-3 {
    grid-area: pedir !important;
  }

  .resolvia-sala-v2-card-4 {
    grid-area: ultimos !important;
  }

  .resolvia-sala-v2-card-1,
  .resolvia-sala-v2-card-2,
  .resolvia-sala-v2-card-3,
  .resolvia-sala-v2-card-4 {
    min-height: auto !important;
    align-self: auto !important;
  }

  .resolvia-sala-v2-panel {
    min-height: 220px !important;
  }
}
.resolvia-sala-v2-card-3 {
  margin-top: -40px;
}
.resolvia-sala-v2-card-3 {
  margin-top: -30px;
}
margin-top: -50px;

/* Forzar posiciones correctas según el diseño */

.resolvia-sala-v2-card-1 {
  grid-column: 1;
  grid-row: 1;
}

.resolvia-sala-v2-card-2 {
  grid-column: 2;
  grid-row: 1;
}

.resolvia-sala-v2-card-3 {
  grid-column: 1;
  grid-row: 2;
}

.resolvia-sala-v2-card-4 {
  grid-column: 2;
  grid-row: 2;
}

/* ===== SALA DE LECTURA · LAYOUT FINAL ===== */

.resolvia-sala-v2-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:start;
}

/* Guardar documento */
.resolvia-sala-v2-card-1{
  grid-column:1;
  grid-row:1;
  min-height:220px;
}

/* Mesa de custodia */
.resolvia-sala-v2-card-2{
  grid-column:2;
  grid-row:1;
  min-height:420px;
}

/* Pedir documento */
.resolvia-sala-v2-card-3{
  grid-column:1;
  grid-row:2;
  min-height:420px;
}

/* Últimos pasos */
.resolvia-sala-v2-card-4{
  grid-column:2;
  grid-row:2;
  min-height:220px;
}

/* ===== SALA DE LECTURA · DOS COLUMNAS REALES ===== */

.resolvia-sala-v2-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:start;
}

.resolvia-sala-v2-col{
  display:flex;
  flex-direction:column;
  gap:26px;
}

.resolvia-sala-v2-card-1{
  min-height:220px;
}

.resolvia-sala-v2-card-2{
  min-height:420px;
}

.resolvia-sala-v2-card-3{
  min-height:420px;
}

.resolvia-sala-v2-card-4{
  min-height:220px;
}

@media (max-width:980px){
  .resolvia-sala-v2-grid{
    grid-template-columns:1fr;
  }
}
/* Ajustes visuales finales sala */

.resolvia-sala-v2-card-2{
min-height:460px;
}

.resolvia-sala-v2-card-4{
margin-top:60px;
}

.resolvia-sala-v2-memoria{
margin-top:40px;
}
/* ===== SALA 174 · AJUSTE FUERTE FINAL ===== */

body.page-id-174 .resolvia-sala-v2-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:26px !important;
  align-items:start !important;
}

body.page-id-174 .resolvia-sala-v2-card-1{
  grid-column:1 !important;
  grid-row:1 !important;
  min-height:220px !important;
}

body.page-id-174 .resolvia-sala-v2-card-2{
  grid-column:2 !important;
  grid-row:1 !important;
  min-height:420px !important;
}

body.page-id-174 .resolvia-sala-v2-card-3{
  grid-column:1 !important;
  grid-row:2 !important;
  min-height:420px !important;
  margin-top:0 !important;
}

body.page-id-174 .resolvia-sala-v2-card-4{
  grid-column:2 !important;
  grid-row:2 !important;
  min-height:220px !important;
  margin-top:0 !important;
}

body.page-id-174 .resolvia-sala-v2-panel{
  min-height:300px !important;
}

@media (max-width:980px){
  body.page-id-174 .resolvia-sala-v2-grid{
    grid-template-columns:1fr !important;
  }

  body.page-id-174 .resolvia-sala-v2-card-1,
  body.page-id-174 .resolvia-sala-v2-card-2,
  body.page-id-174 .resolvia-sala-v2-card-3,
  body.page-id-174 .resolvia-sala-v2-card-4{
    grid-column:auto !important;
    grid-row:auto !important;
    min-height:auto !important;
  }

  body.page-id-174 .resolvia-sala-v2-panel{
    min-height:220px !important;
  }
}