.fw-content-page,
.fw-cluster-entry {
  color: var(--fw-text, #24364a);
}

.fw-content-page *,
.fw-cluster-entry * {
  box-sizing: border-box;
}

.fw-content-container {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.fw-content-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--fw-muted, #60748c);
  font-size: 14px;
}

.fw-content-breadcrumbs a {
  color: var(--fw-blue, #006cb7);
  font-weight: 750;
}

.fw-content-hero {
  padding: clamp(54px, 8vw, 96px) 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(18, 184, 200, .2), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(34, 198, 113, .13), transparent 27%),
    linear-gradient(180deg, #f8fbff, #eef7ff 72%, #f7fafc);
}

.fw-content-hero-grid,
.fw-content-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(38px, 7vw, 82px);
}

.fw-content-eyebrow {
  display: inline-flex;
  margin: 0 0 17px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 108, 183, .15);
  border-radius: 999px;
  background: rgba(0, 108, 183, .08);
  color: var(--fw-blue, #006cb7);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.fw-content-hero h1 {
  max-width: 800px;
  margin: 0 0 22px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.05;
}

.fw-content-lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: var(--fw-muted, #60748c);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.fw-content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fw-content-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 24px;
  border: 1px solid rgba(8, 27, 51, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--fw-navy, #081b33) !important;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
}

.fw-content-button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #1c74d8, #19a7d8);
  box-shadow: 0 14px 32px rgba(47, 134, 223, .22);
  color: #fff !important;
}

.fw-content-summary,
.fw-content-panel {
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(0, 108, 183, .13);
  border-radius: 26px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 52px rgba(8, 27, 51, .09);
}

.fw-content-summary h2,
.fw-content-panel h3 {
  margin: 0 0 16px;
  color: var(--fw-navy, #081b33);
  font-size: 21px;
}

.fw-content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-content-list li {
  position: relative;
  padding-left: 29px;
  line-height: 1.58;
}

.fw-content-list li + li {
  margin-top: 10px;
}

.fw-content-list li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fw-green, #22c671), var(--fw-cyan, #12b8c8));
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px rgba(34, 198, 113, .35);
}

.fw-content-section {
  padding: clamp(64px, 8vw, 98px) 0;
}

.fw-content-section-white {
  background: #fff;
}

.fw-content-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.fw-content-heading h2,
.fw-content-split h2,
.fw-content-final h2 {
  margin: 0 0 16px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(31px, 4vw, 45px);
  line-height: 1.12;
}

.fw-content-heading p,
.fw-content-split p {
  margin: 0;
  color: var(--fw-muted, #60748c);
  font-size: 18px;
  line-height: 1.7;
}

.fw-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fw-content-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fw-content-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--fw-border, #dce6ef);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 27, 51, .055);
}

.fw-content-card-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 108, 183, .08);
  color: var(--fw-blue, #006cb7);
  font-size: 12px;
  font-weight: 850;
}

.fw-content-card h3 {
  margin: 0 0 12px;
  color: var(--fw-navy, #081b33);
  font-size: 21px;
  line-height: 1.28;
}

.fw-content-card p {
  margin: 0;
  color: var(--fw-muted, #60748c);
  line-height: 1.65;
}

.fw-content-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--fw-blue, #006cb7);
  font-weight: 800;
}

.fw-content-evidence {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border: 1px solid var(--fw-border, #dce6ef);
  border-radius: 24px;
  background-color: #eef4f8;
  background-repeat: no-repeat;
  box-shadow: 0 18px 44px rgba(8, 27, 51, .1);
}

.fw-content-evidence-sepa {
  background-image: url("../../../../uploads/2026/06/source-rich/08-adeudos-sepa-rich.png");
  background-position: right top;
  background-size: auto 200%;
}

.fw-content-evidence-budget {
  background-image: url("../../../../uploads/2026/06/source-rich/01-dashboard-general-rich.png");
  background-position: 58% 20%;
  background-size: auto 210%;
}

.fw-content-evidence::after {
  content: attr(data-caption);
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 15px;
  border-radius: 13px;
  background: rgba(8, 27, 51, .88);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.fw-content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 22px 0 0;
  padding: 17px 20px;
  border: 1px solid var(--fw-border, #dce6ef);
  border-radius: 15px;
  background: #fff;
  color: var(--fw-muted, #60748c);
  font-size: 14px;
}

.fw-content-steps {
  counter-reset: fw-step;
}

.fw-content-steps .fw-content-card {
  counter-increment: fw-step;
}

.fw-content-steps .fw-content-card::before {
  content: counter(fw-step);
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(28, 116, 216, .13), rgba(25, 167, 216, .13));
  color: var(--fw-blue, #006cb7);
  font-weight: 900;
}

.fw-content-video {
  overflow: hidden;
  border-radius: 24px;
  background: #081b33;
  box-shadow: 0 20px 52px rgba(8, 27, 51, .18);
}

.fw-content-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #081b33;
}

.fw-guide-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: center;
  gap: clamp(28px, 5vw, 60px);
}

.fw-guide-video-grid h2 {
  margin: 0 0 20px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.14;
}

.fw-guide-video-note {
  margin: 16px 0 0;
  color: var(--fw-muted, #60748c);
  font-size: 14px;
  line-height: 1.65;
}

.fw-guide-video-note a {
  color: var(--fw-blue, #006cb7);
  font-weight: 800;
}

.fw-guide-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  counter-reset: fw-guide-step;
  list-style: none;
}

.fw-guide-step {
  position: relative;
  min-height: 172px;
  padding: 28px 26px 26px 82px;
  border: 1px solid var(--fw-border, #dce6ef);
  border-radius: 20px;
  background: #fff;
  counter-increment: fw-guide-step;
}

.fw-guide-step::before {
  position: absolute;
  top: 26px;
  left: 24px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  background: rgba(0, 108, 183, .1);
  color: var(--fw-blue, #006cb7);
  content: counter(fw-guide-step);
  font-weight: 900;
}

.fw-guide-step h3 {
  margin: 0 0 9px;
  color: var(--fw-navy, #081b33);
  font-size: 20px;
}

.fw-guide-step p {
  margin: 0;
  color: var(--fw-muted, #60748c);
  line-height: 1.65;
}

#alternativa-textual {
  scroll-margin-top: 24px;
}

.fw-content-faq details {
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0;
  border: 1px solid rgba(7, 31, 58, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 28px rgba(7, 31, 58, .045);
  transition: border-radius 280ms cubic-bezier(.22, .61, .36, 1), border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.fw-content-faq details:last-of-type {
  margin-bottom: 0;
}

.fw-content-faq details:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(7, 31, 58, .07);
}

.fw-content-faq details[open] {
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 58px rgba(7, 31, 58, .08);
}

.fw-content-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 15px 22px;
  color: var(--fw-blue, #006cb7);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  overflow-wrap: anywhere;
}

.fw-content-faq summary::-webkit-details-marker {
  display: none;
}

.fw-content-faq summary::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: color 220ms ease, transform 220ms ease;
}

.fw-content-faq details[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.fw-content-faq summary:focus-visible {
  outline: 3px solid rgba(25, 167, 216, .34);
  outline-offset: -3px;
}

.fw-content-faq details > p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--fw-muted, #60748c);
  font-size: 16px;
  line-height: 1.68;
}

.fw-content-final {
  padding: clamp(38px, 6vw, 60px);
  border-radius: 30px;
  background: radial-gradient(circle at 88% 18%, rgba(18, 184, 200, .28), transparent 30%), linear-gradient(135deg, #071c33, #0d314d);
  color: #fff;
  text-align: center;
}

body.fincaswin-theme .fw-content-page .fw-content-final h2,
body.fincaswin-theme .fw-content-page .fw-content-final p {
  color: #fff;
}

.fw-content-final p {
  max-width: 720px;
  margin: 0 auto 26px;
  font-size: 18px;
  line-height: 1.7;
}

.fw-content-final .fw-content-actions {
  justify-content: center;
}

.fw-cluster-entry {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: clamp(60px, 7vw, 86px) 0;
}

.fw-cluster-entry-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.fw-cluster-entry-head h2 {
  margin: 0 0 14px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(30px, 4vw, 42px);
}

.fw-cluster-entry-head p {
  color: var(--fw-muted, #60748c);
  font-size: 18px;
  line-height: 1.65;
}

.fw-cluster-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.fw-cluster-entry-grid article {
  padding: 26px;
  border: 1px solid var(--fw-border, #dce6ef);
  border-radius: 20px;
  background: #fff;
}

.fw-cluster-entry-grid h3 {
  margin: 0 0 10px;
  color: var(--fw-navy, #081b33);
  font-size: 21px;
}

.fw-cluster-entry-grid p {
  margin: 0;
  color: var(--fw-muted, #60748c);
  line-height: 1.6;
}

.fw-cluster-entry-grid a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--fw-blue, #006cb7);
  font-weight: 800;
}

@media (max-width: 980px) {
  .fw-content-hero-grid,
  .fw-content-split {
    grid-template-columns: 1fr;
  }

  .fw-content-grid,
  .fw-content-grid-4,
  .fw-cluster-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fw-guide-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fw-content-container,
  .fw-cluster-entry {
    width: min(100% - 28px, 1180px);
  }

  .fw-content-grid,
  .fw-content-grid-4,
  .fw-cluster-entry-grid,
  .fw-guide-steps {
    grid-template-columns: 1fr;
  }

  .fw-guide-step {
    min-height: 0;
    padding: 76px 23px 23px;
  }

  .fw-content-actions,
  .fw-content-button {
    width: 100%;
  }

  .fw-content-summary,
  .fw-content-panel,
  .fw-content-card {
    padding: 23px;
  }

  .fw-content-faq summary {
    min-height: 62px;
    padding: 15px 18px;
    font-size: 16px;
  }

  .fw-content-faq details > p {
    padding: 0 18px 20px;
  }

  .fw-content-evidence {
    min-height: 230px;
  }

  .fw-content-final {
    padding: 34px 21px;
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fw-content-faq details,
  .fw-content-faq summary::after {
    transition: none;
  }
}
/* Las guías de tutoriales no muestran su ficha interna de revisión. */
.fw-guide-page .fw-content-meta {
  display: none;
}
/* Las guías priorizan la lectura y la explicación frente a la conversión. */
.fw-guide-page .fw-content-hero {
  padding-block: clamp(46px, 7vw, 76px);
}

.fw-guide-page .fw-content-hero .fw-content-container,
.fw-guide-page .fw-guide-reading {
  width: min(100% - 40px, 860px);
}

.fw-guide-page .fw-content-hero h1 {
  max-width: 800px;
  font-size: clamp(37px, 5vw, 56px);
}

.fw-guide-page .fw-content-section {
  padding-block: clamp(48px, 7vw, 76px);
}

.fw-guide-page .fw-content-heading {
  max-width: 760px;
  margin: 0 0 28px;
  text-align: left;
}

.fw-guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(8, 27, 51, .12);
}

.fw-guide-toc a,
.fw-guide-back a,
.fw-guide-related-list a {
  color: var(--fw-blue, #006cb7);
  font-weight: 800;
}

.fw-guide-reading > h2 {
  margin: 0 0 20px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(29px, 4vw, 42px);
  line-height: 1.2;
}

.fw-guide-outcome,
.fw-guide-limit {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--fw-cyan, #12b8c8);
  background: rgba(18, 184, 200, .07);
  color: var(--fw-text, #24364a);
  line-height: 1.65;
}

.fw-guide-outcome {
  margin-bottom: 0;
}

.fw-guide-limit h3,
.fw-guide-limit p {
  margin: 0;
}

.fw-guide-limit h3 {
  margin-bottom: 8px;
  color: var(--fw-navy, #081b33);
  font-size: 18px;
}

.fw-guide-plain-list,
.fw-guide-check-list,
.fw-guide-related-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-guide-plain-list li,
.fw-guide-check-list li,
.fw-guide-related-list li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  color: var(--fw-text, #24364a);
  line-height: 1.65;
}

.fw-guide-plain-list li::before,
.fw-guide-check-list li::before,
.fw-guide-related-list li::before {
  position: absolute;
  left: 2px;
  color: var(--fw-blue, #006cb7);
  content: '•';
  font-size: 24px;
  line-height: 1;
}

.fw-guide-related-list span {
  display: block;
  margin-top: 4px;
  color: var(--fw-muted, #60748c);
}

.fw-guide-back {
  margin: 28px 0 0;
  line-height: 1.7;
}

.fw-guide-page .fw-guide-steps {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-guide-page .fw-guide-step {
  min-height: 0;
  padding: 0 0 24px 54px;
  border: 0;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  border-radius: 0;
  background: transparent;
}

.fw-guide-page .fw-guide-step + .fw-guide-step {
  padding-top: 24px;
}

.fw-guide-page .fw-guide-step::before {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
}

.fw-guide-page .fw-guide-step h3 {
  font-size: 20px;
}
/* Compatibilidad visual para las guías ya publicadas antes del formato editorial. */
.fw-guide-page .fw-content-actions,
.fw-guide-page .fw-content-final {
  display: none;
}

.fw-guide-page .fw-guide-video-grid,
.fw-guide-page .fw-content-split {
  display: block;
}

.fw-guide-page .fw-content-summary,
.fw-guide-page .fw-content-panel {
  margin-top: 24px;
  padding: 18px 20px;
  border: 0;
  border-left: 4px solid var(--fw-cyan, #12b8c8);
  border-radius: 0;
  background: rgba(18, 184, 200, .07);
  box-shadow: none;
}

.fw-guide-page .fw-content-grid {
  display: block;
}

.fw-guide-page .fw-content-card {
  position: relative;
  height: auto;
  padding: 16px 0 16px 28px;
  border: 0;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fw-guide-page .fw-content-card::before {
  position: absolute;
  left: 2px;
  color: var(--fw-blue, #006cb7);
  content: '•';
  font-size: 24px;
  line-height: 1;
}

.fw-guide-page .fw-content-card h3 {
  margin-bottom: 5px;
  font-size: 19px;
}
/* Estilo documental: lectura sobria, sin apariencia de página de captación. */
.fw-guide-page {
  background: #fff;
}

.fw-guide-page .fw-content-hero {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  background: #fff;
}

.fw-guide-page .fw-content-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.16;
}

.fw-guide-page .fw-content-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--fw-text, #24364a);
  font-size: 18px;
  line-height: 1.65;
}

.fw-guide-page .fw-content-section,
.fw-guide-page .fw-content-section-white {
  background: #fff;
}

.fw-guide-page .fw-content-section {
  padding-block: 40px;
}

.fw-guide-page .fw-content-heading h2,
.fw-guide-page .fw-guide-reading > h2 {
  font-size: clamp(26px, 3.5vw, 34px);
}

.fw-guide-page .fw-content-heading p {
  color: var(--fw-text, #24364a);
  font-size: 17px;
}

.fw-guide-page .fw-content-video {
  border-radius: 8px;
  box-shadow: none;
}

.fw-guide-page .fw-guide-outcome,
.fw-guide-page .fw-guide-limit,
.fw-guide-page .fw-content-summary,
.fw-guide-page .fw-content-panel {
  padding: 16px 18px;
  border-left-color: #8aa0b6;
  background: #f5f8fa;
}

.fw-guide-page .fw-guide-toc {
  margin-top: 22px;
  padding-top: 14px;
  border-top-color: var(--fw-border, #dce6ef);
  font-size: 14px;
}

.fw-guide-page .fw-guide-toc a,
.fw-guide-page .fw-guide-back a,
.fw-guide-page .fw-guide-related-list a {
  color: #174d73;
}
/* Estilo documental: lectura sobria, sin apariencia de página de captación. */
.fw-guide-page {
  background: #fff;
}

.fw-guide-page .fw-content-hero {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  background: #fff;
}

.fw-guide-page .fw-content-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.16;
}

.fw-guide-page .fw-content-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--fw-text, #24364a);
  font-size: 18px;
  line-height: 1.65;
}

.fw-guide-page .fw-content-section,
.fw-guide-page .fw-content-section-white {
  background: #fff;
}

.fw-guide-page .fw-content-section {
  padding-block: 40px;
}

.fw-guide-page .fw-content-heading h2,
.fw-guide-page .fw-guide-reading > h2 {
  font-size: clamp(26px, 3.5vw, 34px);
}

.fw-guide-page .fw-content-heading p {
  color: var(--fw-text, #24364a);
  font-size: 17px;
}

.fw-guide-page .fw-content-video {
  border-radius: 8px;
  box-shadow: none;
}

.fw-guide-page .fw-guide-outcome,
.fw-guide-page .fw-guide-limit,
.fw-guide-page .fw-content-summary,
.fw-guide-page .fw-content-panel {
  padding: 16px 18px;
  border-left-color: #8aa0b6;
  background: #f5f8fa;
}

.fw-guide-page .fw-guide-toc {
  margin-top: 22px;
  padding-top: 14px;
  border-top-color: var(--fw-border, #dce6ef);
  font-size: 14px;
}

.fw-guide-page .fw-guide-toc a,
.fw-guide-page .fw-guide-back a,
.fw-guide-page .fw-guide-related-list a {
  color: #174d73;
}

/* Estructura equivalente creada con secciones y widgets nativos de Elementor. */
.fw-guide-native.elementor-section {
  background: #fff;
  padding-block: 32px;
}

.fw-guide-native > .elementor-container {
  max-width: 860px;
}

.fw-guide-native-hero.elementor-section {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
}

.fw-guide-native .elementor-heading-title {
  color: var(--fw-heading, #102a43);
  line-height: 1.22;
}

.fw-guide-native-hero .elementor-heading-title {
  font-size: clamp(34px, 4.5vw, 48px);
}

.fw-guide-native .elementor-widget-text-editor {
  color: var(--fw-text, #24364a);
  font-size: 17px;
  line-height: 1.65;
}

.fw-guide-native .elementor-widget-text-editor ul {
  padding-left: 1.3em;
}

.fw-guide-native .elementor-widget-text-editor li + li {
  margin-top: 8px;
}

.fw-guide-native .elementor-widget-video .elementor-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.fw-guide-native .elementor-accordion .elementor-tab-title,
.fw-guide-native .elementor-accordion .elementor-tab-content {
  border-color: var(--fw-border, #dce6ef);
}
/* Estilo documental: lectura sobria, sin apariencia de página de captación. */
.fw-guide-page {
  background: #fff;
}

.fw-guide-page .fw-content-hero {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  background: #fff;
}

.fw-guide-page .fw-content-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.16;
}

.fw-guide-page .fw-content-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--fw-text, #24364a);
  font-size: 18px;
  line-height: 1.65;
}

.fw-guide-page .fw-content-section,
.fw-guide-page .fw-content-section-white {
  background: #fff;
}

.fw-guide-page .fw-content-section {
  padding-block: 40px;
}

.fw-guide-page .fw-content-heading h2,
.fw-guide-page .fw-guide-reading > h2 {
  font-size: clamp(26px, 3.5vw, 34px);
}

.fw-guide-page .fw-content-heading p {
  color: var(--fw-text, #24364a);
  font-size: 17px;
}

.fw-guide-page .fw-content-video {
  border-radius: 8px;
  box-shadow: none;
}

.fw-guide-page .fw-guide-outcome,
.fw-guide-page .fw-guide-limit,
.fw-guide-page .fw-content-summary,
.fw-guide-page .fw-content-panel {
  padding: 16px 18px;
  border-left-color: #8aa0b6;
  background: #f5f8fa;
}

.fw-guide-page .fw-guide-toc {
  margin-top: 22px;
  padding-top: 14px;
  border-top-color: var(--fw-border, #dce6ef);
  font-size: 14px;
}

.fw-guide-page .fw-guide-toc a,
.fw-guide-page .fw-guide-back a,
.fw-guide-page .fw-guide-related-list a {
  color: #174d73;
}

/* Estructura equivalente creada con secciones y widgets nativos de Elementor. */
.fw-guide-native.elementor-section {
  background: #fff;
  padding-block: 32px;
}

.fw-guide-native > .elementor-container {
  max-width: 860px;
}

.fw-guide-native-hero.elementor-section {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
}

.fw-guide-native .elementor-heading-title {
  color: var(--fw-heading, #102a43);
  line-height: 1.22;
}

.fw-guide-native-hero .elementor-heading-title {
  font-size: clamp(34px, 4.5vw, 48px);
}

.fw-guide-native .elementor-widget-text-editor {
  color: var(--fw-text, #24364a);
  font-size: 17px;
  line-height: 1.65;
}

.fw-guide-native .elementor-widget-text-editor ul {
  padding-left: 1.3em;
}

.fw-guide-native .elementor-widget-text-editor li + li {
  margin-top: 8px;
}

.fw-guide-native .elementor-widget-video .elementor-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.fw-guide-native .elementor-accordion .elementor-tab-title,
.fw-guide-native .elementor-accordion .elementor-tab-content {
  border-color: var(--fw-border, #dce6ef);
}

/* La explicación comienza directamente en el vídeo y en el recorrido escrito. */
.fw-guide-page .fw-guide-video-note,
.fw-guide-native .fw-guide-video-note {
  display: none;
}
/* Estilo documental: lectura sobria, sin apariencia de página de captación. */
.fw-guide-page {
  background: #fff;
}

.fw-guide-page .fw-content-hero {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  background: #fff;
}

.fw-guide-page .fw-content-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.16;
}

.fw-guide-page .fw-content-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--fw-text, #24364a);
  font-size: 18px;
  line-height: 1.65;
}

.fw-guide-page .fw-content-section,
.fw-guide-page .fw-content-section-white {
  background: #fff;
}

.fw-guide-page .fw-content-section {
  padding-block: 40px;
}

.fw-guide-page .fw-content-heading h2,
.fw-guide-page .fw-guide-reading > h2 {
  font-size: clamp(26px, 3.5vw, 34px);
}

.fw-guide-page .fw-content-heading p {
  color: var(--fw-text, #24364a);
  font-size: 17px;
}

.fw-guide-page .fw-content-video {
  border-radius: 8px;
  box-shadow: none;
}

.fw-guide-page .fw-guide-outcome,
.fw-guide-page .fw-guide-limit,
.fw-guide-page .fw-content-summary,
.fw-guide-page .fw-content-panel {
  padding: 16px 18px;
  border-left-color: #8aa0b6;
  background: #f5f8fa;
}

.fw-guide-page .fw-guide-toc {
  margin-top: 22px;
  padding-top: 14px;
  border-top-color: var(--fw-border, #dce6ef);
  font-size: 14px;
}

.fw-guide-page .fw-guide-toc a,
.fw-guide-page .fw-guide-back a,
.fw-guide-page .fw-guide-related-list a {
  color: #174d73;
}

/* Estructura equivalente creada con secciones y widgets nativos de Elementor. */
.fw-guide-native.elementor-section {
  background: #fff;
  padding-block: 32px;
}

.fw-guide-native > .elementor-container {
  max-width: 860px;
}

.fw-guide-native-hero.elementor-section {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
}

.fw-guide-native .elementor-heading-title {
  color: var(--fw-heading, #102a43);
  line-height: 1.22;
}

.fw-guide-native-hero .elementor-heading-title {
  font-size: clamp(34px, 4.5vw, 48px);
}

.fw-guide-native .elementor-widget-text-editor {
  color: var(--fw-text, #24364a);
  font-size: 17px;
  line-height: 1.65;
}

.fw-guide-native .elementor-widget-text-editor ul {
  padding-left: 1.3em;
}

.fw-guide-native .elementor-widget-text-editor li + li {
  margin-top: 8px;
}

.fw-guide-native .elementor-widget-video .elementor-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.fw-guide-native .elementor-accordion .elementor-tab-title,
.fw-guide-native .elementor-accordion .elementor-tab-content {
  border-color: var(--fw-border, #dce6ef);
}

/* La explicación comienza directamente en el vídeo y en el recorrido escrito. */
.fw-guide-page .fw-guide-video-note,
.fw-guide-native .fw-guide-video-note {
  display: none;
}

.fw-guide-page .fw-guide-video-grid .fw-content-eyebrow {
  display: none;
}
/* Estilo documental: lectura sobria, sin apariencia de página de captación. */
.fw-guide-page {
  background: #fff;
}

.fw-guide-page .fw-content-hero {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
  background: #fff;
}

.fw-guide-page .fw-content-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.16;
}

.fw-guide-page .fw-content-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--fw-text, #24364a);
  font-size: 18px;
  line-height: 1.65;
}

.fw-guide-page .fw-content-section,
.fw-guide-page .fw-content-section-white {
  background: #fff;
}

.fw-guide-page .fw-content-section {
  padding-block: 40px;
}

.fw-guide-page .fw-content-heading h2,
.fw-guide-page .fw-guide-reading > h2 {
  font-size: clamp(26px, 3.5vw, 34px);
}

.fw-guide-page .fw-content-heading p {
  color: var(--fw-text, #24364a);
  font-size: 17px;
}

.fw-guide-page .fw-content-video {
  border-radius: 8px;
  box-shadow: none;
}

.fw-guide-page .fw-guide-outcome,
.fw-guide-page .fw-guide-limit,
.fw-guide-page .fw-content-summary,
.fw-guide-page .fw-content-panel {
  padding: 16px 18px;
  border-left-color: #8aa0b6;
  background: #f5f8fa;
}

.fw-guide-page .fw-guide-toc {
  margin-top: 22px;
  padding-top: 14px;
  border-top-color: var(--fw-border, #dce6ef);
  font-size: 14px;
}

.fw-guide-page .fw-guide-toc a,
.fw-guide-page .fw-guide-back a,
.fw-guide-page .fw-guide-related-list a {
  color: #174d73;
}

/* Estructura equivalente creada con secciones y widgets nativos de Elementor. */
.fw-guide-native.elementor-section {
  background: #fff;
  padding-block: 32px;
}

.fw-guide-native > .elementor-container {
  max-width: 860px;
}

.fw-guide-native-hero.elementor-section {
  padding-block: 42px 30px;
  border-bottom: 1px solid var(--fw-border, #dce6ef);
}

.fw-guide-native .elementor-heading-title {
  color: var(--fw-heading, #102a43);
  line-height: 1.22;
}

.fw-guide-native-hero .elementor-heading-title {
  font-size: clamp(34px, 4.5vw, 48px);
}

.fw-guide-native .elementor-widget-text-editor {
  color: var(--fw-text, #24364a);
  font-size: 17px;
  line-height: 1.65;
}

.fw-guide-native .elementor-widget-text-editor ul {
  padding-left: 1.3em;
}

.fw-guide-native .elementor-widget-text-editor li + li {
  margin-top: 8px;
}

.fw-guide-native .elementor-widget-video .elementor-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.fw-guide-native .elementor-accordion .elementor-tab-title,
.fw-guide-native .elementor-accordion .elementor-tab-content {
  border-color: var(--fw-border, #dce6ef);
}

/* La explicación comienza directamente en el vídeo y en el recorrido escrito. */
.fw-guide-page .fw-guide-video-note,
.fw-guide-native .fw-guide-video-note {
  display: none;
}

.fw-guide-page .fw-guide-video-grid .fw-content-eyebrow {
  display: none;
}

/* Índice de las guías: enlaces de sección claros y compactos. */
.fw-guide-page .fw-guide-toc,
.fw-guide-native .fw-guide-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--fw-border, #dce6ef);
}

@media (min-width: 641px) {
  .fw-guide-page .fw-guide-toc,
  .fw-guide-native .fw-guide-toc {
    flex-wrap: nowrap;
  }

  .fw-guide-page .fw-guide-toc .fw-header-cta,
  .fw-guide-native .fw-guide-toc .fw-header-cta {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

