.page-home {
  background: #fff;
  color: #1b1d1b;
}

.home-page {
  --home-ink: #1b1d1b;
  --home-green: #173e35;
  --home-yellow: #f4ce55;
  --home-blue: #eaf0fc;
  --home-green-soft: #edf3ee;
  --home-rose: #fbeef0;
  --home-sand: #fbf2ed;
  --home-font: "Montserrat Navigation", "Segoe UI", Arial, sans-serif;
  overflow: clip;
  background: #fff;
  color: var(--home-ink);
  font-family: var(--home-font);
}

.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page p,
.home-page li,
.home-page a {
  font-family: inherit;
}

.home-page__hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: var(--home-green);
}

.home-page__hero::before {
  position: absolute;
  top: -110px;
  right: 43%;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(244, 206, 85, 0.35);
  border-radius: 50%;
  content: "";
}

.home-page__hero-shell {
  padding-top: clamp(36px, 5vw, 66px);
  padding-bottom: clamp(36px, 5vw, 66px);
}

.home-page__hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.home-page__hero-copy {
  --page-title-block-max: 680px;
}

.home-page__hero-copy .page-title-block__title {
  color: #fff;
  text-wrap: balance;
}

.home-page__hero-copy .page-title-block__lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 480;
}

.home-page__hero-jump {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 690;
  text-decoration: none;
}

.home-page__hero-jump svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: var(--home-yellow);
  color: var(--home-ink);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  animation: home-page-jump 1.8s ease-in-out infinite;
}

.home-page__hero-media {
  position: relative;
  width: min(100%, 540px);
  margin: 0;
  justify-self: end;
}

.home-page__hero-media::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: var(--home-yellow);
  content: "";
}

.home-page__hero-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: clamp(310px, 31vw, 410px);
  aspect-ratio: 4 / 3;
  border-radius: 34px 12px 34px 34px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.home-page__hero-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 11px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(23, 62, 53, 0.82);
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
}

.home-page__hero-media figcaption a {
  color: inherit;
}

.home-page__comparison,
.home-page__reading,
.home-page__method,
.home-page__explore,
.home-page__faq,
.home-page__last-check {
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(52px, 7vw, 88px);
}

.home-page__comparison {
  background: #fff;
}

.home-page__comparison-heading,
.home-page__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: end;
  margin-bottom: 32px;
}

.home-page__section-heading {
  display: block;
  max-width: 760px;
}

.home-page__comparison-heading h2,
.home-page__section-heading h2,
.home-page__reading h2,
.home-page__last-check h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.home-page__comparison-heading > p,
.home-page__section-heading > p:last-child {
  margin: 0;
  color: #5e635f;
  font-size: 14px;
  font-weight: 480;
  line-height: 1.7;
}

.home-page__section-heading > p:last-child {
  margin-top: 14px;
}

.home-page__kicker {
  margin: 0 0 9px;
  color: var(--home-green);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.home-page__comparison-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  padding: 17px 20px;
  border-radius: 16px;
  background: var(--home-green-soft);
}

.home-page__comparison-notes p {
  margin: 0;
  color: #515652;
  font-size: 11px;
  line-height: 1.55;
}

.home-page__comparison-notes strong {
  color: var(--home-ink);
}

.home-page__reading {
  background: var(--home-blue);
}

.home-page__reading-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.home-page__reading-copy p:not(.home-page__kicker) {
  max-width: 660px;
  color: #474c49;
  font-size: 15px;
  font-weight: 480;
  line-height: 1.78;
}

.home-page__reading-copy h2 + p {
  margin-top: 24px;
}

.home-page__reading-notes {
  display: grid;
  gap: 12px;
}

.home-page__reading-notes article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(23, 62, 53, 0.06);
  border-radius: 22px 22px 8px 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 62, 53, 0.065);
}

.home-page__reading-notes article:nth-child(2) {
  margin-left: 26px;
}

.home-page__reading-notes span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  font-size: 11px;
  font-weight: 780;
}

.home-page__reading-notes h3,
.home-page__reading-notes p {
  margin: 0;
}

.home-page__reading-notes h3 {
  font-size: 17px;
  font-weight: 710;
}

.home-page__reading-notes p {
  margin-top: 5px;
  color: #5b605c;
  font-size: 12px;
  line-height: 1.55;
}

.home-page__method {
  background: #fff;
}

.home-page__method-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.home-page__method-list li {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(23, 62, 53, 0.06);
  border-radius: 22px 22px 8px 22px;
  background: var(--home-green-soft);
  box-shadow: 0 14px 34px rgba(23, 62, 53, 0.055);
}

.home-page__method-list li:nth-child(2) {
  background: var(--home-blue);
}

.home-page__method-list li:nth-child(3) {
  background: var(--home-rose);
}

.home-page__method-list li:nth-child(4) {
  background: #fbf2ed;
}

.home-page__method-list span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-green);
  color: #fff;
  font-size: 11px;
  font-weight: 780;
}

.home-page__method-list li:nth-child(2) span {
  background: #6653a2;
}

.home-page__method-list li:nth-child(3) span {
  background: #a94764;
}

.home-page__method-list li:nth-child(4) span {
  background: #a86f11;
}

.home-page__method-list h3,
.home-page__method-list p {
  margin: 0;
}

.home-page__method-list h3 {
  font-size: 16px;
  font-weight: 720;
}

.home-page__method-list p {
  margin-top: 8px;
  color: #555a56;
  font-size: 12px;
  line-height: 1.58;
}

.home-page__method-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.home-page__method-links a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(23, 62, 53, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--home-green);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-page__method-links a:hover,
.home-page__method-links a:focus-visible {
  border-color: rgba(23, 62, 53, 0.3);
  background: var(--home-green-soft);
  transform: translateY(-1px);
}

.home-page__last-check {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: start;
  margin-top: 0;
  margin-bottom: clamp(46px, 6vw, 72px);
  padding: clamp(32px, 4.5vw, 56px);
  border: 1px solid rgba(23, 62, 53, 0.06);
  border-radius: 28px 28px 10px 28px;
  background: var(--home-sand);
}

.home-page__last-check > div:last-child > p {
  margin-top: 0;
  color: #505551;
  font-size: 15px;
  line-height: 1.75;
}

.home-page__last-check ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.home-page__last-check li {
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  font-weight: 560;
}

.home-page__last-check li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-yellow);
  content: "";
}

.home-page__explore {
  background: var(--home-green-soft);
}

.home-page__explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.home-page__explore-link {
  position: relative;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(23, 62, 53, 0.055);
  border-radius: 22px 22px 8px 22px;
  background: #fff;
  color: var(--home-ink);
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.home-page__explore-link:hover,
.home-page__explore-link:focus-visible {
  box-shadow: 0 18px 42px rgba(23, 62, 53, 0.12);
  transform: translateY(-4px);
}

.home-page__explore-link > span {
  display: block;
  margin-bottom: 19px;
  color: var(--home-green);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page__explore-link > strong {
  display: block;
  max-width: 80%;
  font-size: 21px;
  font-weight: 720;
}

.home-page__explore-link p {
  max-width: 88%;
  margin: 9px 0 0;
  color: #5c615d;
  font-size: 11px;
  line-height: 1.55;
}

.home-page__explore-link b {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  font-size: 15px;
}

.home-page__explore-link--2 {
  background: var(--home-blue);
}

.home-page__explore-link--3 {
  background: var(--home-rose);
}

.home-page__faq {
  background: #fff;
}

.home-page__section-heading--compact {
  max-width: 600px;
  margin-bottom: 28px;
}

@keyframes home-page-jump {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@media (max-width: 900px) {
  .home-page__hero-stage,
  .home-page__reading-grid {
    grid-template-columns: 1.05fr 0.75fr;
    gap: 34px;
  }

  .home-page__hero-copy .page-title-block__title {
    font-size: clamp(38px, 5.2vw, 44px);
  }

  .home-page__hero-media::before {
    top: -11px;
    right: -11px;
    width: 72px;
    height: 72px;
  }

  .home-page__method-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-page__hero-stage,
  .home-page__comparison-heading,
  .home-page__reading-grid,
  .home-page__last-check {
    grid-template-columns: 1fr;
  }

  .home-page__hero-copy {
    max-width: 660px;
  }

  .home-page__hero-media {
    width: 100%;
    justify-self: stretch;
  }

  .home-page__hero-media img {
    height: clamp(250px, 44vw, 360px);
    aspect-ratio: 16 / 9;
    border-radius: 24px 10px 24px 24px;
  }

  .home-page__comparison-notes,
  .home-page__explore-grid {
    grid-template-columns: 1fr;
  }

  .home-page__reading-notes article:nth-child(2) {
    margin-left: 0;
  }

  .home-page__explore-link {
    min-height: 160px;
  }
}

@media (max-width: 480px) {
  .home-page__hero-shell {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .home-page__hero-stage {
    gap: 28px;
  }

  .home-page__hero-copy .page-title-block__title {
    font-size: clamp(34px, 10vw, 43px);
  }

  .home-page__hero-copy .page-title-block__lead {
    font-size: 14px;
  }

  .home-page__hero-media img {
    height: 205px;
    aspect-ratio: 16 / 9;
  }

  .home-page__comparison,
  .home-page__reading,
  .home-page__method,
  .home-page__explore,
  .home-page__faq,
  .home-page__last-check {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .home-page__last-check {
    margin-top: 0;
    margin-bottom: 38px;
    padding: 30px 22px;
  }

  .home-page__method-list {
    grid-template-columns: 1fr;
  }

  .home-page__method-list li {
    padding: 20px;
  }

  .home-page__method-list span {
    margin-bottom: 16px;
  }

  .home-page__method-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page__hero-jump svg,
  .home-page__explore-link,
  .home-page__method-links a {
    animation: none;
    transition: none;
  }
}

/*
 * Home de comparación · dos arquitecturas editoriales completas.
 * La primera conserva los 21 objetivos del brief; la segunda los agrupa.
 */
.home-story,
.home-compact {
  position: relative;
  padding-block: clamp(68px, 7.5vw, 108px);
  scroll-margin-top: 76px;
}

.home-story--white,
.home-compact--white {
  background: #fff;
}

.home-story--blue,
.home-compact--blue {
  background: var(--home-blue);
}

.home-story--green,
.home-compact--green {
  background: var(--home-green-soft);
}

.home-story--rose {
  background: var(--home-rose);
}

.home-story--sand {
  background: var(--home-sand);
}

.home-story__header {
  max-width: 720px;
}

.home-story__header--wide {
  max-width: 930px;
  margin-bottom: clamp(34px, 4.3vw, 56px);
}

.home-story__header h2,
.home-compact__header h2,
.home-return h2,
.home-page__variant-divider h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 690;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.home-story__header > p:not(.home-story__chapter, .home-page__kicker),
.home-compact__header > div > p:last-child {
  max-width: 810px;
  margin: 22px 0 0;
  color: #3f4440;
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 470;
  line-height: 1.72;
}

.home-story__header > p + p:not(.home-story__chapter, .home-page__kicker) {
  margin-top: 14px;
}

.home-story__chapter {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 30px;
  color: #59605b;
  font-size: 11px;
  font-weight: 660;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.home-story__chapter span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  color: var(--home-ink);
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0;
}

.home-story__chapter--standalone {
  margin-bottom: 36px;
}

.home-story__split,
.home-price-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(460px, 1fr);
  gap: clamp(52px, 8vw, 122px);
  align-items: start;
}

.home-interpretation {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.home-interpretation li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 22px 5px 22px 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 62, 53, .07);
}

.home-interpretation li:nth-child(2) {
  margin-left: 30px;
}

.home-interpretation li > span,
.home-process li > span,
.home-booking-checklist li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  color: var(--home-ink);
  font-size: 10px;
  font-weight: 780;
}

.home-interpretation h3,
.home-interpretation p {
  margin: 0;
}

.home-interpretation h3 {
  font-size: 18px;
  font-weight: 680;
  letter-spacing: -.02em;
}

.home-interpretation p {
  margin-top: 7px;
  color: #525854;
  font-size: 13px;
  line-height: 1.62;
}

.home-market-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 46px;
}

.home-market-stats > div {
  min-height: 134px;
  padding: 25px;
  border-radius: 24px 6px 24px 24px;
  background: var(--home-blue);
}

.home-market-stats > div:nth-child(2) {
  background: var(--home-green-soft);
}

.home-market-stats > div:nth-child(3) {
  background: var(--home-rose);
}

.home-market-stats > div:nth-child(4) {
  background: var(--home-sand);
}

.home-market-stats dt {
  color: var(--home-green);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 720;
  letter-spacing: -.06em;
  line-height: 1;
}

.home-market-stats dd {
  margin: 13px 0 0;
  color: #484e49;
  font-size: 12px;
  font-weight: 570;
}

.home-market-grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.home-catalog-analysis {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border-radius: 7px 26px 26px 26px;
  background: var(--home-green);
  color: #fff;
}

.home-catalog-analysis::after {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--home-yellow);
  content: "";
}

.home-catalog-analysis h3,
.home-catalog-analysis p {
  margin: 0;
}

.home-catalog-analysis .home-page__kicker {
  color: var(--home-yellow);
}

.home-catalog-analysis h3 {
  margin-top: 10px;
  font-size: clamp(23px, 2.5vw, 32px);
  font-weight: 660;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.home-catalog-analysis > p:last-child {
  max-width: 370px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.65;
}

.home-duration-chart {
  padding: 28px;
  border: 1px solid rgba(23, 62, 53, .08);
  border-radius: 24px 7px 24px 24px;
}

.home-duration-chart h3 {
  margin: 0 0 25px;
  font-size: 17px;
  font-weight: 680;
}

.home-duration-chart dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.home-duration-chart dl > div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.home-duration-chart dt {
  color: #555b56;
  font-size: 11px;
  font-weight: 600;
}

.home-duration-chart dd {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.home-duration-chart dd::before {
  position: absolute;
  content: none;
}

.home-duration-chart dd > span {
  display: block;
  width: var(--bar);
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-green), #687bc0);
}

.home-duration-chart dd > strong {
  color: var(--home-ink);
  font-size: 11px;
}

.home-market-copy {
  display: grid;
}

.home-market-copy article {
  display: grid;
  grid-template-columns: minmax(180px, .52fr) minmax(0, 1fr);
  gap: 32px;
  padding-block: 22px;
  border-top: 1px solid #d9dedb;
}

.home-market-copy article:last-child {
  border-bottom: 1px solid #d9dedb;
}

.home-market-copy h3,
.home-market-copy p {
  margin: 0;
}

.home-market-copy h3 {
  font-size: 17px;
  font-weight: 680;
  line-height: 1.3;
}

.home-market-copy p {
  color: #4f5550;
  font-size: 13px;
  line-height: 1.65;
}

.home-market-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid #dce1dd;
  border-bottom: 1px solid #dce1dd;
}

.home-market-breakdown > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 14px;
  padding: 22px 24px;
}

.home-market-breakdown > div + div {
  border-left: 1px solid #dce1dd;
}

.home-market-breakdown strong {
  grid-row: 1 / span 2;
  color: #6751a3;
  font-size: 34px;
  font-weight: 710;
  letter-spacing: -.05em;
  line-height: 1;
}

.home-market-breakdown span {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 680;
}

.home-market-breakdown p {
  margin: 0;
  color: #555c56;
  font-size: 10px;
  line-height: 1.55;
}

.home-profile-explorer {
  margin-top: 4px;
}

.home-profile-explorer[data-enhanced="true"] {
  display: grid;
  grid-template-columns: minmax(210px, .38fr) minmax(0, 1.62fr);
  gap: 18px;
  align-items: start;
}

.home-profile-tablist {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(23, 62, 53, .12);
  border-radius: 18px 5px 18px 18px;
  background: rgba(255, 255, 255, .62);
}

.home-profile-tablist button {
  position: relative;
  min-height: 54px;
  padding: 12px 14px;
  border: 0;
  border-top: 1px solid rgba(23, 62, 53, .1);
  background: transparent;
  color: #47504b;
  font: inherit;
  font-size: 11px;
  font-weight: 570;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.home-profile-tablist button:first-child {
  border-top: 0;
}

.home-profile-tablist button[aria-selected="true"] {
  background: var(--home-green);
  color: #fff;
  font-weight: 680;
}

.home-profile-tablist button[aria-selected="true"]::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-yellow);
  content: "";
  transform: translateY(-50%);
}

.home-profile-tablist button:focus-visible {
  outline-offset: -4px;
}

.home-profile-explorer[data-enhanced="true"] .home-profile-panels {
  grid-column: 2;
  width: 100%;
  min-width: 0;
}

.home-profile-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin-top: 0;
  overflow: hidden;
  border-radius: 6px 28px 28px 28px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(23, 62, 53, .09);
}

.home-profile-panel + .home-profile-panel {
  margin-top: 18px;
}

.home-profile-explorer[data-enhanced="true"] .home-profile-panel {
  margin-top: 0;
}

.home-profile-panel__intro {
  position: relative;
  padding: 27px 32px 25px;
  border-bottom: 1px solid #e1e5e2;
}

.home-profile-panel__intro::after {
  position: absolute;
  top: 0;
  left: 32px;
  width: 46px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: var(--home-yellow);
  content: "";
}

.home-profile-panel__intro p,
.home-profile-panel__intro h3,
.home-profile-panel__intro h4,
.home-profile-panel__note h4,
.home-profile-panel__note p {
  margin: 0;
}

.home-profile-panel__intro p {
  color: var(--home-green);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.home-profile-panel__intro h3,
.home-profile-panel__intro h4 {
  max-width: 900px;
  margin-top: 9px;
  color: var(--home-ink);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 640;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.home-profile-panel__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #e1e5e2;
}

.home-profile-panel__note {
  min-height: 112px;
  padding: 23px 28px;
  background: #fff;
}

.home-profile-panel__note--wide,
.home-profile-panel__note:last-child:nth-child(even) {
  grid-column: 1 / -1;
}

.home-profile-panel__note--wide {
  min-height: 0;
  background: #fffaf0;
}

.home-profile-panel__note h4 {
  margin-bottom: 8px;
  color: #6751a3;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.home-profile-panel__note p {
  max-width: 760px;
  color: #474d49;
  font-size: 13px;
  line-height: 1.62;
}

.home-inline-action,
.home-route-links a,
.home-source-ledger a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  color: var(--home-green);
  font-size: 12px;
  font-weight: 680;
  text-decoration: none;
}

.home-inline-action:hover,
.home-inline-action:focus-visible,
.home-route-links a:hover,
.home-route-links a:focus-visible,
.home-source-ledger a:hover,
.home-source-ledger a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-type-ledger {
  border-top: 1px solid #d7dcd8;
}

.home-type-ledger article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1.15fr) minmax(220px, .55fr);
  gap: 28px;
  align-items: start;
  padding-block: 25px;
  border-bottom: 1px solid #d7dcd8;
}

.home-type-ledger article > span {
  color: #737a75;
  font-size: 10px;
  font-weight: 750;
}

.home-type-ledger h3,
.home-type-ledger p {
  margin: 0;
}

.home-type-ledger h3 {
  font-size: 20px;
  font-weight: 680;
  letter-spacing: -.025em;
}

.home-type-ledger div p {
  margin-top: 7px;
  color: #505650;
  font-size: 13px;
  line-height: 1.65;
}

.home-type-ledger article > p {
  color: #4a514c;
  font-size: 12px;
  line-height: 1.58;
}

.home-type-ledger article > p strong {
  display: block;
  margin-bottom: 6px;
  color: var(--home-green);
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-story__rule {
  margin-top: 30px !important;
  padding: 17px 20px;
  border-top: 3px solid var(--home-yellow);
  background: #fff;
  color: var(--home-ink) !important;
  font-size: 13px !important;
  font-weight: 620 !important;
}

.home-price-stack {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-price-stack__item {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  padding: 21px 23px;
  border-radius: 22px 5px 22px 22px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(55, 42, 34, .06);
}

.home-price-stack__item:nth-child(2),
.home-price-stack__item:nth-child(4) {
  margin-left: 25px;
}

.home-price-stack__item > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  font-size: 10px;
  font-weight: 760;
}

.home-price-stack__item--rose > span {
  background: var(--home-rose);
}

.home-price-stack__item--blue > span {
  background: var(--home-blue);
}

.home-price-stack__item--green > span {
  background: var(--home-green-soft);
}

.home-price-stack h3,
.home-price-stack h4,
.home-price-stack p {
  margin: 0;
}

.home-price-stack h3,
.home-price-stack h4 {
  font-size: 17px;
  font-weight: 680;
}

.home-price-stack p {
  margin-top: 6px;
  color: #535954;
  font-size: 12px;
  line-height: 1.58;
}

.home-price-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .34fr);
  gap: 24px;
  align-items: stretch;
  margin-top: clamp(38px, 5vw, 64px);
}

.home-price-evidence .home-table {
  box-shadow: none;
}

.home-price-table {
  min-width: 0;
}

.home-price-example {
  padding: 27px;
  border-radius: 7px 25px 25px 25px;
  background: var(--home-green);
  color: #fff;
}

.home-price-example h3,
.home-price-example h4,
.home-price-example p,
.home-price-example dl,
.home-price-example dt,
.home-price-example dd {
  margin: 0;
}

.home-price-example .home-page__kicker {
  color: var(--home-yellow);
}

.home-price-example h3,
.home-price-example h4 {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 670;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.home-price-example dl {
  margin-top: 23px;
}

.home-price-example dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 15px;
  padding-block: 9px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.home-price-example dt,
.home-price-example dd {
  font-size: 10.5px;
  line-height: 1.45;
}

.home-price-example dd {
  font-weight: 650;
  text-align: right;
}

.home-price-example__total dt,
.home-price-example__total dd {
  color: var(--home-yellow);
  font-weight: 730;
}

.home-price-example > p:last-child {
  margin-top: 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 10.5px;
  line-height: 1.6;
}

.home-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .52fr);
  overflow: hidden;
  border-radius: 30px 7px 30px 30px;
  background: var(--home-green);
  box-shadow: 0 24px 60px rgba(23, 62, 53, .14);
}

.home-calculator__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  padding: clamp(27px, 4vw, 46px);
  background: #fff;
}

.home-calculator__context {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1.15fr) minmax(0, 1.45fr) minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 7px;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid #dfe3e0;
}

.home-calculator__context legend {
  grid-column: 1 / -1;
  margin-bottom: 10px;
  padding: 0;
  color: var(--home-green);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .03em;
}

.home-calculator__context select,
.home-calculator__context input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid #d8ddda;
  border-radius: 11px 3px 11px 11px;
  outline: 0;
  background: #f9faf9;
  color: var(--home-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 540;
  letter-spacing: 0;
  text-transform: none;
}

.home-calculator__context select:focus-visible,
.home-calculator__context input:focus-visible {
  border-color: var(--home-green);
  box-shadow: 0 0 0 3px rgba(23, 62, 53, .13);
}

.home-calculator__form label {
  display: grid;
  gap: 8px;
  color: #4c524d;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.home-calculator__input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid #d8ddda;
  border-radius: 14px 4px 14px 14px;
  background: #f9faf9;
}

.home-calculator__input input {
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--home-ink);
  font: inherit;
  font-size: 18px;
  font-weight: 620;
}

.home-calculator__input:focus-within {
  border-color: var(--home-green);
  box-shadow: 0 0 0 3px rgba(23, 62, 53, .13);
}

.home-calculator__input b {
  color: #68706a;
  font-size: 12px;
}

.home-calculator__form button {
  justify-self: start;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(23, 62, 53, .18);
  border-radius: 999px;
  background: var(--home-green-soft);
  color: var(--home-green);
  font: inherit;
  font-size: 11px;
  font-weight: 690;
  cursor: pointer;
}

.home-calculator__result {
  padding: clamp(30px, 4.2vw, 50px);
  color: #fff;
}

.home-calculator__result .home-page__kicker {
  color: var(--home-yellow);
}

.home-calculator__result h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 620;
}

.home-calculator__result > strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 690;
  letter-spacing: -.055em;
}

.home-calculator__result dl {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
}

.home-calculator__result dl > div {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.home-calculator__result dt,
.home-calculator__result dd {
  margin: 0;
  font-size: 11px;
}

.home-calculator__result dd {
  font-weight: 700;
}

.home-calculator__result > p:last-of-type {
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.55;
}

.home-calculator__noscript {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 18px;
  background: #fff3c7;
  color: #514411;
  font-size: 12px;
}

.home-table {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(23, 62, 53, .08);
  border-radius: 25px 7px 25px 25px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 62, 53, .055);
}

.home-table-hint {
  display: none;
  margin: 0 0 10px;
  color: #535954;
  font-size: 11px;
  font-weight: 620;
}

.home-table:focus-visible {
  outline: 3px solid var(--home-yellow);
  outline-offset: 4px;
}

.home-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.home-table--wide table {
  min-width: 1180px;
}

.home-table th,
.home-table td {
  padding: 17px 20px;
  border-bottom: 1px solid #e1e5e2;
  color: #414743;
  font-size: 12px;
  font-weight: 470;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.home-table thead th {
  background: var(--home-green);
  color: #fff;
  font-size: 10px;
  font-weight: 690;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.home-table tbody th {
  color: var(--home-ink);
  font-weight: 680;
}

.home-table tr:last-child :is(th, td) {
  border-bottom: 0;
}

.home-table--compact table {
  min-width: 680px;
}

.home-route-feature {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  margin-bottom: 48px;
}

.home-route-line {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-route-line::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 21px;
  width: 2px;
  background: linear-gradient(var(--home-green), #687bc0, var(--home-yellow));
  content: "";
}

.home-route-line li {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 19px;
  padding-block: 17px;
}

.home-route-line li > span {
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--home-green);
  color: #fff;
  font-size: 8px;
  font-weight: 750;
}

.home-route-line h3,
.home-route-line h4,
.home-route-line p {
  margin: 0;
}

.home-route-line h3,
.home-route-line h4 {
  font-size: 17px;
  font-weight: 680;
}

.home-route-line p {
  margin-top: 5px;
  color: #555b56;
  font-size: 12px;
  line-height: 1.58;
}

.home-route-feature__media {
  margin: 0;
}

.home-route-feature__media img {
  display: block;
  width: 100%;
  height: clamp(380px, 38vw, 520px);
  border-radius: 7px 30px 30px 30px;
  object-fit: cover;
  box-shadow: 0 24px 55px rgba(23, 62, 53, .16);
}

.home-route-feature__media figcaption {
  margin-top: 9px;
  color: #6a706b;
  font-size: 10px;
}

.home-route-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.home-route-links a {
  margin: 0;
  padding: 8px 13px;
  border: 1px solid rgba(23, 62, 53, .14);
  border-radius: 999px;
  background: #fff;
}

.home-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-process li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  min-height: 156px;
  padding: 24px;
  border-radius: 23px 6px 23px 23px;
  background: #fff;
}

.home-process h3,
.home-process h4,
.home-process p {
  margin: 0;
}

.home-process h3,
.home-process h4 {
  font-size: 17px;
  font-weight: 680;
}

.home-process p {
  margin-top: 7px;
  color: #535953;
  font-size: 12px;
  line-height: 1.58;
}

.home-process--catalog {
  margin-bottom: 46px;
}

.home-process--catalog li {
  box-shadow: 0 14px 32px rgba(23, 62, 53, .05);
}

.home-process--catalog li:nth-child(1) {
  background: var(--home-blue);
}

.home-process--catalog li:nth-child(2) {
  background: var(--home-green-soft);
}

.home-process--catalog li:nth-child(3) {
  background: var(--home-rose);
}

.home-process--catalog li:nth-child(4) {
  background: var(--home-sand);
}

.home-editorial-note {
  display: grid;
  grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 30px;
  padding: 22px 26px;
  border-left: 5px solid #6751a3;
  background: #fff;
}

.home-editorial-note--yellow {
  border-left-color: var(--home-yellow);
  background: var(--home-sand);
}

.home-editorial-note strong {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 680;
}

.home-editorial-note p {
  margin: 0;
  color: #4d534f;
  font-size: 12px;
  line-height: 1.6;
}

.home-stay-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(100, 77, 55, .22);
  border-bottom: 1px solid rgba(100, 77, 55, .22);
}

.home-stay-ledger article {
  padding: 27px 24px;
}

.home-stay-ledger article + article {
  border-left: 1px solid rgba(100, 77, 55, .22);
}

.home-stay-ledger article > p {
  margin: 0 0 18px;
  color: #7a5d33;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-stay-ledger h3,
.home-stay-ledger h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.28;
}

.home-stay-ledger article > span {
  display: block;
  margin-top: 9px;
  color: #55504a;
  font-size: 12px;
  line-height: 1.6;
}

.home-responsibility-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-responsibility-flow::before {
  content: none;
}

.home-responsibility-flow li {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: start;
}

.home-responsibility-flow li:not(:last-child)::before {
  position: absolute;
  top: 23px;
  left: 23px;
  width: calc(100% + 28px);
  height: 2px;
  background: var(--home-green);
  content: "";
}

.home-responsibility-flow li > span {
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 7px solid var(--home-blue);
  border-radius: 50%;
  background: var(--home-green);
  color: #fff;
  font-size: 9px;
  font-weight: 750;
}

.home-responsibility-flow li > div {
  width: 100%;
  margin-top: 17px;
}

.home-responsibility-flow h3,
.home-responsibility-flow h4,
.home-responsibility-flow strong {
  margin: 0;
}

.home-responsibility-flow h3,
.home-responsibility-flow h4 {
  font-size: 19px;
  font-weight: 680;
}

.home-responsibility-flow strong {
  display: block;
  margin-top: 9px;
  color: #4d5550;
  font-size: 12px;
  font-weight: 470;
  line-height: 1.62;
}

.home-agency-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  gap: 48px;
  align-items: end;
  margin: 65px 0 26px;
  padding-top: 30px;
  border-top: 1px solid rgba(23, 62, 53, .16);
}

.home-agency-heading h3,
.home-agency-heading p {
  margin: 0;
}

.home-agency-heading h3 {
  font-size: 26px;
  font-weight: 680;
  letter-spacing: -.035em;
}

.home-agency-heading p {
  color: #4e5550;
  font-size: 12px;
  line-height: 1.6;
}

.home-agency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-agency-grid article {
  padding: 23px;
  border-radius: 22px 6px 22px 22px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(23, 62, 53, .06);
}

.home-agency-grid article > div {
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}

.home-agency-grid h3,
.home-agency-grid p {
  margin: 0;
}

.home-agency-grid h3 {
  font-size: 18px;
  font-weight: 680;
}

.home-agency-grid article > div strong {
  color: #6751a3;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.home-agency-grid article > div strong span {
  font-size: 10px;
}

.home-agency-grid p {
  padding-top: 11px;
  border-top: 1px solid #e0e4e1;
  color: #535a55;
  font-size: 11px;
  line-height: 1.55;
}

.home-agency-grid p + p {
  margin-top: 10px;
}

.home-agency-grid p b {
  display: block;
  margin-bottom: 4px;
  color: var(--home-green);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-method-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8ddda;
  list-style: none;
}

.home-method-ledger li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 20px;
  border-bottom: 1px solid #d8ddda;
}

.home-method-ledger li:nth-child(odd) {
  border-right: 1px solid #d8ddda;
}

.home-method-ledger li > span {
  color: #6751a3;
  font-size: 10px;
  font-weight: 760;
}

.home-method-ledger h3,
.home-method-ledger h4,
.home-method-ledger p {
  margin: 0;
}

.home-method-ledger h3,
.home-method-ledger h4 {
  font-size: 16px;
  font-weight: 680;
}

.home-method-ledger p {
  margin-top: 6px;
  color: #535954;
  font-size: 12px;
  line-height: 1.58;
}

.home-booking-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-booking-checklist li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  min-height: 146px;
  padding: 22px;
  border-radius: 22px 6px 22px 22px;
  background: #fff;
}

.home-booking-checklist h3,
.home-booking-checklist p {
  margin: 0;
}

.home-booking-checklist h3 {
  font-size: 16px;
  font-weight: 680;
}

.home-booking-checklist p {
  margin-top: 7px;
  color: #535954;
  font-size: 11px;
  line-height: 1.58;
}

.home-story--faq .faq-section,
.home-compact__faq .faq-section {
  display: block;
  max-width: none;
  padding: 0;
}

.home-story--faq .faq-section > div:first-child {
  max-width: 930px;
  margin-bottom: 42px;
}

.home-compact__faq .faq-section > div:first-child {
  max-width: 930px;
  margin-bottom: 34px;
}

.home-story--faq .faq-section > div:first-child .eyebrow {
  color: var(--home-green);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-story--faq .faq-section > div:first-child h2,
.home-compact__faq .faq-section > div:first-child h2 {
  margin: 9px 0 0;
  color: var(--home-ink);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 680;
  letter-spacing: -.04em;
}

.home-story--faq .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
}

.home-story--faq .faq-list details,
.home-compact__faq .faq-list details {
  border-color: #dfe4e0;
}

.home-story--faq .faq-list summary,
.home-compact__faq .faq-list summary {
  color: var(--home-ink);
  font-family: var(--home-font);
  font-size: 14px;
  font-weight: 580;
  line-height: 1.45;
}

.home-story--faq .faq-list details p,
.home-compact__faq .faq-list details p {
  color: #4f5550;
  font-family: var(--home-font);
  font-size: 12px;
  line-height: 1.65;
}

.home-return {
  padding-block: clamp(58px, 6vw, 86px);
  background: var(--home-green);
  color: #fff;
}

.home-return__grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.home-return .home-story__chapter,
.home-return .home-page__kicker,
.home-return h2,
.home-return p {
  color: #fff;
}

.home-return .home-story__chapter span {
  color: var(--home-ink);
}

.home-return h2 {
  font-size: clamp(28px, 2.7vw, 36px);
}

.home-return p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.65;
}

.home-return a,
.home-compact__return > a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--home-yellow);
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.home-source-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d7dcd8;
  border-bottom: 1px solid #d7dcd8;
}

.home-source-ledger article {
  padding: 28px;
}

.home-source-ledger article + article {
  border-left: 1px solid #d7dcd8;
}

.home-source-ledger h3,
.home-source-ledger h4,
.home-source-ledger p {
  margin: 0;
}

.home-source-ledger h3,
.home-source-ledger h4 {
  font-size: 17px;
  font-weight: 680;
}

.home-source-ledger p {
  margin-top: 10px;
  color: #515752;
  font-size: 12px;
  line-height: 1.6;
}

.home-source-ledger a {
  margin-top: 18px;
}

.home-correction-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0;
  border-radius: 22px 6px 22px 22px;
  background: var(--home-blue);
  list-style: none;
}

.home-correction-flow li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 24px;
}

.home-correction-flow li + li {
  border-left: 1px solid rgba(77, 85, 99, .16);
}

.home-correction-flow li > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  color: var(--home-ink);
  font-size: 9px;
  font-weight: 770;
}

.home-correction-flow h3,
.home-correction-flow h4,
.home-correction-flow p {
  margin: 0;
}

.home-correction-flow h3,
.home-correction-flow h4 {
  font-size: 15px;
  font-weight: 670;
}

.home-correction-flow p {
  margin-top: 7px;
  color: #50565c;
  font-size: 11px;
  line-height: 1.58;
}

.home-transparency__note {
  max-width: 770px;
  margin: 25px 0 0;
  color: #535954;
  font-size: 12px;
  line-height: 1.65;
}

.home-page__variant-divider {
  padding-block: clamp(54px, 6vw, 80px);
  background: var(--home-yellow);
}

.home-page__variant-divider-grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.home-page__variant-index {
  margin: 0;
  color: #6e5a16;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-page__variant-divider h2 {
  max-width: 780px;
  font-size: clamp(28px, 2.9vw, 40px);
}

.home-page__variant-divider div > p:last-child {
  max-width: 720px;
  margin: 13px 0 0;
  color: #554a26;
  font-size: 13px;
  line-height: 1.6;
}

.home-page__variant-divider a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 12px 17px;
  border: 1px solid rgba(27, 29, 27, .16);
  border-radius: 999px;
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.home-page__hero--second {
  border-top: 0;
}

.home-page__hero--second .page-title-block__title {
  font-size: clamp(38px, 4.6vw, 62px);
}

.home-page__comparison--second {
  padding-top: clamp(60px, 7vw, 86px);
}

.home-compact {
  padding-block: clamp(76px, 8vw, 116px);
}

.home-compact__header {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 54px);
  max-width: 1020px;
  margin-bottom: clamp(38px, 5vw, 62px);
}

.home-compact__number {
  margin: 3px 0 0;
  color: #6751a3;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 560;
  letter-spacing: -.055em;
  line-height: 1;
}

.home-compact__header h2 {
  font-size: clamp(29px, 3vw, 42px);
}

.home-compact__reading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.home-compact__definitions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(23, 62, 53, .2);
}

.home-compact__definitions > div {
  padding: 21px 20px;
  border-bottom: 1px solid rgba(23, 62, 53, .2);
}

.home-compact__definitions > div:nth-child(odd) {
  border-right: 1px solid rgba(23, 62, 53, .2);
}

.home-compact__definitions dt {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 680;
}

.home-compact__definitions dd {
  margin: 7px 0 0;
  color: #4f5651;
  font-size: 12px;
  line-height: 1.6;
}

.home-compact__sample {
  padding: 29px;
  border-radius: 26px 7px 26px 26px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 62, 53, .08);
}

.home-compact__sample > strong {
  display: block;
  font-size: 22px;
  font-weight: 680;
  letter-spacing: -.03em;
}

.home-compact__sample > p:not(.home-page__kicker) {
  margin: 13px 0 0;
  color: #505651;
  font-size: 12px;
  line-height: 1.62;
}

.home-compact__sample a {
  display: inline-flex;
  gap: 7px;
  margin-top: 20px;
  color: var(--home-green);
  font-size: 11px;
  font-weight: 690;
  text-decoration: none;
}

.home-compact__profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d8ddda;
}

.home-compact__profile-list article {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 18px;
  border-bottom: 1px solid #d8ddda;
}

.home-compact__profile-list article:nth-child(odd) {
  border-right: 1px solid #d8ddda;
}

.home-compact__profile-list article > span {
  color: #6751a3;
  font-size: 9px;
  font-weight: 760;
}

.home-compact__profile-list h3,
.home-compact__profile-list p {
  margin: 0;
}

.home-compact__profile-list h3 {
  font-size: 16px;
  font-weight: 680;
}

.home-compact__profile-list p {
  margin-top: 6px;
  color: #535954;
  font-size: 11px;
  line-height: 1.55;
}

.home-compact__type-summary {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  margin-top: 42px;
  padding: 30px;
  border-radius: 25px 7px 25px 25px;
  background: var(--home-sand);
}

.home-compact__type-summary h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 680;
  letter-spacing: -.03em;
}

.home-compact__type-summary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-compact__type-summary li strong,
.home-compact__type-summary li span {
  display: block;
}

.home-compact__type-summary li strong {
  color: var(--home-green);
  font-size: 12px;
  font-weight: 680;
}

.home-compact__type-summary li span {
  margin-top: 3px;
  color: #55504a;
  font-size: 10px;
  line-height: 1.45;
}

.home-tablist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(23, 62, 53, .25);
}

.home-tablist--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-tablist--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-tablist button {
  position: relative;
  min-height: 54px;
  padding: 13px 16px;
  border: 0;
  background: transparent;
  color: #4a514c;
  font: inherit;
  font-size: 12px;
  font-weight: 580;
  cursor: pointer;
}

.home-tablist button::after {
  position: absolute;
  right: 10px;
  bottom: -1px;
  left: 10px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: transparent;
  content: "";
}

.home-tablist button[aria-selected="true"] {
  color: var(--home-ink);
  font-weight: 690;
}

.home-tablist button[aria-selected="true"]::after {
  background: #6751a3;
}

.home-tabpanel {
  margin-top: 24px;
  padding: clamp(28px, 4vw, 50px);
  border-radius: 7px 30px 30px 30px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(23, 62, 53, .1);
}

.home-tabpanel + .home-tabpanel {
  margin-top: 24px;
}

.home-tabpanel__heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.home-tabpanel__heading p,
.home-tabpanel__heading h3,
.home-tabpanel__heading h4 {
  margin: 0;
}

.home-tabpanel__heading p {
  color: #6751a3;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.home-tabpanel__heading h3,
.home-tabpanel__heading h4 {
  margin-top: 8px;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 670;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.home-tabpanel__heading > span {
  display: block;
  margin-top: 14px;
  color: #4b524d;
  font-size: 13px;
  font-weight: 470;
  line-height: 1.7;
}

.home-deep-analysis {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}

.home-deep-analysis__prose > p {
  max-width: 760px;
  margin: 0;
  color: #353a36;
  font-size: 14px;
  font-weight: 470;
  line-height: 1.78;
}

.home-deep-analysis__prose > p + p {
  margin-top: 17px;
}

.home-deep-analysis__prose aside {
  margin-top: 25px;
  padding: 18px 20px;
  border-left: 4px solid var(--home-yellow);
  background: #f7f9f7;
}

.home-deep-analysis__prose aside strong,
.home-deep-analysis__prose aside p {
  margin: 0;
}

.home-deep-analysis__prose aside strong {
  color: var(--home-green);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-deep-analysis__prose aside p {
  margin-top: 7px;
  color: #444a45;
  font-size: 12px;
  line-height: 1.65;
}

.home-deep-analysis__check {
  padding: 24px;
  border-radius: 24px 7px 24px 24px;
  background: var(--home-blue);
}

.home-deep-analysis__check .home-page__kicker {
  margin-bottom: 14px;
}

.home-deep-analysis__check ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-deep-analysis__check li {
  position: relative;
  padding-left: 18px;
  color: #414842;
  font-size: 12px;
  line-height: 1.58;
}

.home-deep-analysis__check li::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6751a3;
  content: "";
}

.home-deep-analysis__check > p:last-child {
  margin: 20px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(23, 62, 53, .15);
  color: #414842;
  font-size: 11px;
  line-height: 1.6;
}

.home-context-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce1dd;
  border-bottom: 1px solid #dce1dd;
}

.home-context-ledger article {
  padding: 25px 24px;
}

.home-context-ledger article + article {
  border-left: 1px solid #dce1dd;
}

.home-context-ledger p,
.home-context-ledger h4,
.home-context-ledger span,
.home-context-ledger strong {
  display: block;
  margin: 0;
}

.home-context-ledger p {
  color: #6751a3;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-context-ledger h4 {
  margin-top: 9px;
  font-size: 17px;
  font-weight: 680;
  line-height: 1.3;
}

.home-context-ledger span {
  margin-top: 12px;
  color: #505650;
  font-size: 12px;
  line-height: 1.65;
}

.home-context-ledger strong {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e0e4e1;
  color: var(--home-green);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
}

.home-state-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #dce1dd;
  border-bottom: 1px solid #dce1dd;
}

.home-state-ledger > div {
  padding: 23px 20px;
}

.home-state-ledger > div + div {
  border-left: 1px solid #dce1dd;
}

.home-state-ledger dt {
  color: var(--home-green);
  font-size: 14px;
  font-weight: 690;
}

.home-state-ledger dd {
  margin: 8px 0 0;
  color: #505650;
  font-size: 11px;
  line-height: 1.6;
}

.home-price-stack--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-price-stack--compact .home-price-stack__item {
  margin-left: 0;
  box-shadow: none;
  background: #f7f9f7;
}

.home-calculator--compact {
  box-shadow: none;
}

.home-process--inside,
.home-stay-ledger--inside {
  background: #f9faf9;
}

.home-process--inside li {
  background: transparent;
}

.home-stay-ledger--inside article {
  padding-inline: 20px;
}

.home-compact__method-grid {
  display: grid;
  grid-template-columns: minmax(280px, .66fr) minmax(0, 1.34fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: start;
}

.home-responsibility-flow--compact {
  grid-template-columns: 1fr;
  gap: 0;
}

.home-responsibility-flow--compact::before {
  top: 22px;
  bottom: 22px;
  left: 22px;
  width: 2px;
  height: auto;
}

.home-responsibility-flow--compact li {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding-block: 17px;
}

.home-responsibility-flow--compact li > div {
  margin-top: 0;
}

.home-method-ledger--compact {
  grid-template-columns: 1fr;
}

.home-method-ledger--compact li:nth-child(odd) {
  border-right: 0;
}

.home-booking-checklist--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-compact__faq {
  margin-top: 70px;
  padding-top: 36px;
  border-top: 1px solid #d8ddda;
}

.home-compact__faq .faq-section {
  max-width: none;
  padding: 0;
}

.home-compact__faq .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
}

.home-page__explore-grid--compact {
  margin-top: 0;
}

.home-source-ledger--compact {
  margin-top: 52px;
  border-color: rgba(23, 62, 53, .2);
}

.home-source-ledger--compact article + article {
  border-color: rgba(23, 62, 53, .2);
}

.home-compact__return {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding: 29px 31px;
  border-radius: 26px 7px 26px 26px;
  background: var(--home-green);
  color: #fff;
}

.home-compact__return h3,
.home-compact__return p {
  margin: 0;
}

.home-compact__return h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 670;
  letter-spacing: -.035em;
}

.home-compact__return p:last-child {
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
}

.home-compact__return .home-page__kicker {
  margin-bottom: 7px;
  color: var(--home-yellow);
}

/*
 * Home final: larga en profundidad, compacta en arquitectura.
 * Cinco decisiones sustituyen las dos propuestas completas del laboratorio.
 */
.home-comparison-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dce4df;
  border-radius: 24px 7px 24px 24px;
  background: var(--home-green-soft);
  list-style: none;
}

.home-comparison-guide li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 22px 24px;
}

.home-comparison-guide li + li {
  border-left: 1px solid #d4ded8;
}

.home-comparison-guide li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  color: var(--home-ink);
  font-size: 10px;
  font-weight: 760;
}

.home-comparison-guide strong,
.home-comparison-guide p {
  margin: 0;
}

.home-comparison-guide strong {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 680;
}

.home-comparison-guide p {
  margin-top: 6px;
  color: #4a514c;
  font-size: 11px;
  font-weight: 470;
  line-height: 1.6;
}

.home-decision-route {
  position: relative;
  padding-block: 25px 27px;
  border-block: 1px solid #e0e5e1;
  background: #fff;
}

.home-decision-route p {
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin: 0 0 18px;
  color: #68706a;
  font-size: 11px;
  font-weight: 500;
}

.home-decision-route p span {
  color: var(--home-green);
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.home-decision-route ol {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-decision-route ol::before {
  position: absolute;
  top: 16px;
  right: 7%;
  left: 7%;
  z-index: -1;
  height: 2px;
  background: linear-gradient(90deg, var(--home-green) 0 33%, var(--home-yellow) 33% 67%, #9a82d1 67% 100%);
  opacity: .34;
  content: "";
}

.home-decision-route a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #353a36;
  font-size: 11px;
  font-weight: 590;
  text-decoration: none;
}

.home-decision-route a span {
  display: grid;
  width: 33px;
  height: 33px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #cbd6cf;
  border-radius: 50%;
  background: #fff;
  color: var(--home-green);
  font-size: 9px;
  font-weight: 760;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.home-decision-route a:hover span,
.home-decision-route a:focus-visible span {
  border-color: var(--home-green);
  background: var(--home-yellow);
  transform: translateY(-2px);
}

.home-method-strap {
  border-bottom: 1px solid #e0e5e1;
  background: #fff;
}

.home-method-strap .container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding-block: 19px;
}

.home-method-strap p {
  max-width: 850px;
  margin: 0;
  color: #4d554f;
  font-size: 12px;
  font-weight: 470;
  line-height: 1.6;
}

.home-method-strap strong {
  color: var(--home-green);
  font-weight: 700;
}

.home-method-strap a {
  flex: 0 0 auto;
  color: var(--home-green);
  font-size: 11px;
  font-weight: 680;
  text-underline-offset: 4px;
}

.home-final-chapter {
  padding-block: clamp(68px, 6.2vw, 90px);
}

.home-final-heading {
  margin-bottom: clamp(42px, 5vw, 64px);
}

.home-final-heading h2 {
  max-width: 940px;
}

.home-final-subsection {
  margin-top: clamp(42px, 5vw, 68px);
}

.home-final-heading + .home-final-subsection {
  margin-top: 0;
}

.home-final-subsection--separated {
  margin-top: clamp(48px, 4.5vw, 68px);
  padding-top: clamp(36px, 3.2vw, 48px);
  border-top: 1px solid rgba(27, 29, 27, .16);
}

.home-final-subheading {
  max-width: 900px;
  margin-bottom: 30px;
}

.home-final-subheading > h3,
.home-final-subheading > span {
  display: block;
  margin: 0;
}

.home-tablist--architectures {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-circuit-build {
  margin: 0 0 34px;
  padding: 24px 26px 26px;
  border-radius: 5px 22px 22px 22px;
  background: var(--home-green-soft);
}

.home-circuit-build > p {
  margin: 0 0 18px;
  color: var(--home-green);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.home-circuit-build ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-circuit-build ol::before {
  position: absolute;
  top: 16px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--home-yellow), #9a82d1, var(--home-green));
  content: "";
  opacity: .55;
}

.home-circuit-build li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.home-circuit-build li > span {
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 5px solid var(--home-green-soft);
  border-radius: 50%;
  background: var(--home-yellow);
  color: var(--home-ink);
  font-size: 8px;
  font-weight: 780;
}

.home-circuit-build h5,
.home-circuit-build li p {
  margin: 0;
}

.home-circuit-build h5 {
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-right: 7px;
  background: var(--home-green-soft);
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
}

.home-circuit-build li p {
  margin-top: 5px;
  color: #515953;
  font-size: 11px;
  font-weight: 470;
  line-height: 1.55;
}

.home-tablist--price {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-price-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #dce2de;
  list-style: none;
}

.home-price-rules li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 18px;
  border-bottom: 1px solid #dce2de;
}

.home-price-rules li:nth-child(odd) {
  border-right: 1px solid #dce2de;
}

.home-price-rules li > span {
  color: #6751a3;
  font-size: 9px;
  font-weight: 770;
}

.home-price-rules h4,
.home-price-rules p,
.home-price-rules dl,
.home-price-rules dt,
.home-price-rules dd {
  margin: 0;
}

.home-price-rules h4 {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.35;
}

.home-price-rules p {
  margin-top: 7px;
  color: #4e5550;
  font-size: 11.5px;
  line-height: 1.6;
}

.home-price-rules dl {
  display: grid;
  gap: 5px;
  margin-top: 12px;
}

.home-price-rules dl > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
}

.home-price-rules dt,
.home-price-rules dd {
  color: #687069;
  font-size: 9.5px;
  line-height: 1.45;
}

.home-price-rules dt {
  font-weight: 690;
}

.home-price-example-details,
.home-correction-details {
  margin-top: 28px;
  border-top: 1px solid #d8dfda;
  border-bottom: 1px solid #d8dfda;
}

.home-price-example-details > summary,
.home-correction-details > summary {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 2px;
  color: var(--home-green);
  font-size: 12px;
  font-weight: 690;
  cursor: pointer;
  list-style: none;
}

.home-price-example-details > summary::-webkit-details-marker,
.home-correction-details > summary::-webkit-details-marker {
  display: none;
}

.home-price-example-details > summary::after,
.home-correction-details > summary::after {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  color: var(--home-ink);
  content: "+";
  font-size: 17px;
  font-weight: 550;
}

.home-price-example-details[open] > summary::after,
.home-correction-details[open] > summary::after {
  content: "−";
}

.home-price-example-details .home-price-example {
  max-width: 520px;
  margin: 6px 0 24px;
}

.home-tablist--trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-correction-details .home-correction-flow {
  margin: 6px 0 24px;
}

.home-final-chapter--navigation {
  padding-block: clamp(58px, 6vw, 82px);
}

.home-final-chapter--navigation .home-final-heading {
  margin-bottom: 28px;
}

.home-final-chapter--navigation .home-page__explore-grid--navigation {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-final-chapter--navigation .home-page__explore-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  align-content: center;
  min-height: 84px;
  padding: 14px 16px;
  border-radius: 16px 16px 6px 16px;
}

.home-final-chapter--navigation .home-page__explore-link:hover,
.home-final-chapter--navigation .home-page__explore-link:focus-visible {
  transform: translateY(-2px);
}

.home-final-chapter--navigation .home-page__explore-link > span {
  grid-column: 1;
  margin: 0;
  font-size: 9px;
}

.home-final-chapter--navigation .home-page__explore-link > strong {
  grid-column: 1;
  max-width: none;
  font-size: 15px;
  line-height: 1.22;
}

.home-final-chapter--navigation .home-page__explore-link b {
  position: static;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.home-final-subheading > h3 {
  color: var(--home-ink);
  font-size: clamp(21px, 1.9vw, 26px);
  font-weight: 640;
  letter-spacing: -.025em;
  line-height: 1.18;
  text-wrap: balance;
}

.home-final-subheading > h3::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 9px;
  background: linear-gradient(
    90deg,
    var(--home-yellow) 0 18px,
    transparent 18px 23px,
    var(--home-yellow) 23px 34px,
    transparent 34px 39px,
    var(--home-yellow) 39px 46px
  );
  content: "";
}

.home-final-intro-copy h3 {
  color: var(--home-ink);
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 660;
  letter-spacing: -.04em;
  line-height: 1.12;
  text-wrap: balance;
}

.home-final-subheading > span {
  max-width: 760px;
  margin-top: 13px;
  color: #4d544e;
  font-size: 14px;
  font-weight: 470;
  line-height: 1.7;
}

.home-final-intro-copy {
  max-width: 560px;
}

.home-final-intro-copy h3,
.home-final-intro-copy p {
  margin: 0;
}

.home-final-intro-copy > p:not(.home-page__kicker, .home-story__rule) {
  margin-top: 17px;
  color: #474e48;
  font-size: 14px;
  font-weight: 470;
  line-height: 1.72;
}

.home-calculator__context--essential {
  grid-template-columns: minmax(180px, .55fr);
}

.home-detail-stack {
  overflow: hidden;
  border-block: 1px solid #dbe1dc;
}

.home-detail-stack details + details {
  border-top: 1px solid #dbe1dc;
}

.home-detail-stack summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  padding: 19px 4px;
  color: var(--home-ink);
  cursor: pointer;
  list-style: none;
}

.home-detail-stack summary::-webkit-details-marker {
  display: none;
}

.home-detail-stack summary::after {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-yellow);
  content: "+";
  font-size: 17px;
  font-weight: 550;
}

.home-detail-stack details[open] summary::after {
  content: "−";
}

.home-detail-stack summary > span {
  color: #6c746e;
  font-size: 10px;
  font-weight: 730;
}

.home-detail-stack summary > strong {
  font-size: 15px;
  font-weight: 620;
}

.home-detail-stack details > .home-deep-analysis {
  margin: 0;
  padding: 7px 4px 28px 56px;
}

.home-trip-panels .home-route-feature {
  margin-top: 30px;
}

.home-final-faq {
  margin-top: clamp(62px, 7vw, 86px);
  padding-top: clamp(48px, 5vw, 64px);
  border-top: 1px solid rgba(23, 62, 53, .18);
}

.home-final-faq .faq-section {
  display: block;
  max-width: none;
  padding: 0;
}

.home-final-faq .faq-section > div:first-child {
  max-width: 930px;
  margin-bottom: 35px;
}

.home-final-faq .faq-section > div:first-child .eyebrow {
  color: var(--home-green);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.home-final-faq .faq-section > div:first-child h2 {
  margin: 9px 0 0;
  color: var(--home-ink);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 660;
  letter-spacing: -.04em;
}

.home-final-faq .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
}

.home-final-faq .faq-list details {
  border-color: rgba(23, 62, 53, .2);
}

.home-final-faq .faq-list summary {
  color: var(--home-ink);
  font-family: var(--home-font);
  font-size: 14px;
  font-weight: 580;
  line-height: 1.46;
}

.home-final-faq .faq-list details p {
  color: #4b524c;
  font-family: var(--home-font);
  font-size: 12px;
  font-weight: 470;
  line-height: 1.68;
}

.home-return--final .home-story__chapter span {
  background: var(--home-yellow);
}

.home-page :is(a, button, summary, input, select):focus-visible {
  outline: 3px solid #6751a3;
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .home-profile-explorer[data-enhanced="true"] {
    grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr);
  }

  .home-table-hint--wide {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .home-calculator {
    grid-template-columns: 1fr;
  }

  .home-price-evidence {
    grid-template-columns: 1fr;
  }

  .home-calculator__context {
    grid-template-columns: minmax(0, .65fr) minmax(0, 1.15fr) minmax(0, 1.45fr) minmax(0, 1.1fr) minmax(0, 1fr);
  }

  .home-source-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-source-ledger article:nth-child(3) {
    border-top: 1px solid #d7dcd8;
    border-left: 0;
  }

  .home-source-ledger article:nth-child(4) {
    border-top: 1px solid #d7dcd8;
  }

  .home-story__split,
  .home-price-layout {
    grid-template-columns: minmax(0, .8fr) minmax(380px, 1fr);
    gap: 50px;
  }

  .home-market-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stay-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stay-ledger article:nth-child(3) {
    border-top: 1px solid rgba(100, 77, 55, .22);
    border-left: 0;
  }

  .home-stay-ledger article:nth-child(4) {
    border-top: 1px solid rgba(100, 77, 55, .22);
  }

  .home-agency-grid,
  .home-booking-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page__variant-divider-grid {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .home-page__variant-divider a {
    grid-column: 2;
    justify-self: start;
  }

  .home-context-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-context-ledger article:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid #dce1dd;
    border-left: 0;
  }
}

@media (min-width: 821px) and (max-width: 1120px) {
  .home-responsibility-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 32px;
  }

  .home-responsibility-flow li:not(:last-child)::before {
    content: none;
  }

  .home-responsibility-flow li:nth-child(odd)::before {
    position: absolute;
    top: 23px;
    left: 23px;
    width: calc(100% + 32px);
    height: 2px;
    background: var(--home-green);
    content: "";
  }
}

@media (max-width: 820px) {
  .home-final-chapter--navigation .home-page__explore-grid--navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-comparison-guide {
    grid-template-columns: 1fr;
  }

  .home-comparison-guide li + li {
    border-top: 1px solid #d4ded8;
    border-left: 0;
  }

  .home-decision-route ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 0;
  }

  .home-decision-route ol::before {
    display: none;
  }

  .home-decision-route li:last-child {
    grid-column: 1 / -1;
  }

  .home-decision-route a {
    justify-content: flex-start;
  }

  .home-final-faq .faq-list {
    grid-template-columns: 1fr;
  }

  .home-detail-stack details > .home-deep-analysis {
    padding-left: 4px;
  }

  .home-profile-explorer[data-enhanced="true"] {
    grid-template-columns: 1fr;
  }

  .home-profile-tablist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-profile-tablist button {
    border-top: 1px solid rgba(23, 62, 53, .1);
    border-left: 1px solid rgba(23, 62, 53, .1);
  }

  .home-profile-tablist button:nth-child(-n + 2) {
    border-top: 0;
  }

  .home-profile-tablist button:nth-child(odd) {
    border-left: 0;
  }

  .home-profile-explorer[data-enhanced="true"] .home-profile-panels {
    grid-column: 1;
  }

  .home-tablist.home-tablist--price,
  .home-tablist.home-tablist--trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-tablist--price button:last-child {
    grid-column: 1 / -1;
  }

  .home-circuit-build ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-circuit-build ol::before {
    top: 17px;
    bottom: 17px;
    left: 16px;
    width: 2px;
    height: auto;
  }

  .home-circuit-build li {
    padding-block: 9px;
  }

  .home-profile-panel {
    min-height: 0;
  }

  .home-profile-panel__intro {
    padding-inline: 28px;
  }

  .home-table-hint {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .home-story__split,
  .home-price-layout,
  .home-market-grid,
  .home-route-feature,
  .home-calculator,
  .home-compact__reading-grid,
  .home-compact__method-grid {
    grid-template-columns: 1fr;
  }

  .home-deep-analysis {
    grid-template-columns: 1fr;
  }

  .home-calculator__context {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-calculator__context label:nth-of-type(5) {
    grid-column: 1 / -1;
  }

  .home-state-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-market-breakdown {
    grid-template-columns: 1fr;
  }

  .home-market-breakdown > div + div {
    border-top: 1px solid #dce1dd;
    border-left: 0;
  }

  .home-state-ledger > div:nth-child(3) {
    border-left: 0;
  }

  .home-state-ledger > div:nth-child(n + 3) {
    border-top: 1px solid #dce1dd;
  }

  .home-tablist--four,
  .home-tablist--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-story__header {
    max-width: 760px;
  }

  .home-interpretation li:nth-child(2),
  .home-price-stack__item:nth-child(2),
  .home-price-stack__item:nth-child(4) {
    margin-left: 0;
  }

  .home-process,
  .home-source-ledger,
  .home-compact__faq .faq-list,
  .home-story--faq .faq-list {
    grid-template-columns: 1fr;
  }

  .home-type-ledger article {
    grid-template-columns: 35px minmax(0, 1fr);
  }

  .home-type-ledger article > p {
    grid-column: 2;
  }

  .home-route-feature__media img {
    height: 380px;
  }

  .home-responsibility-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-responsibility-flow li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
    justify-items: start;
    padding-block: 17px;
  }

  .home-responsibility-flow li:not(:last-child)::before {
    top: 40px;
    left: 22px;
    width: 2px;
    height: 100%;
    content: "";
  }

  .home-responsibility-flow li > div {
    margin-top: 0;
  }

  .home-source-ledger article + article {
    border-top: 1px solid #d7dcd8;
    border-left: 0;
  }

  .home-correction-flow {
    grid-template-columns: 1fr;
  }

  .home-correction-flow li + li {
    border-top: 1px solid rgba(77, 85, 99, .16);
    border-left: 0;
  }

  .home-return__grid {
    grid-template-columns: 1fr;
  }

  .home-return .home-story__chapter {
    margin-bottom: 0;
  }

  .home-return a {
    justify-self: start;
  }

  .home-compact__header {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .home-compact__number {
    font-size: 45px;
  }

  .home-compact__type-summary {
    grid-template-columns: 1fr;
  }

  .home-price-stack--compact,
  .home-booking-checklist--compact {
    grid-template-columns: 1fr;
  }

  .home-calculator--compact .home-calculator__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .home-final-chapter {
    padding-block: 62px;
  }

  .home-decision-route {
    padding-block: 22px 24px;
  }

  .home-decision-route p {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-decision-route a {
    font-size: 13px;
  }

  .home-decision-route ol {
    grid-template-columns: 1fr;
  }

  .home-decision-route li:last-child {
    grid-column: auto;
  }

  .home-method-strap .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .home-final-subsection--separated {
    margin-top: 56px;
    padding-top: 43px;
  }

  .home-final-subheading > h3 {
    font-size: 21px;
  }

  .home-final-intro-copy h3 {
    font-size: 22px;
  }

  .home-final-subheading > span {
    font-size: 13px;
  }

  .home-comparison-guide li {
    padding: 19px;
  }

  .home-detail-stack summary {
    grid-template-columns: 34px minmax(0, 1fr) 27px;
    gap: 10px;
  }

  .home-final-faq .faq-section > div:first-child h2 {
    font-size: 26px;
  }

  .home-story,
  .home-compact {
    padding-block: 62px;
  }

  .home-story__chapter {
    margin-bottom: 22px;
  }

  .home-story__header h2,
  .home-compact__header h2 {
    font-size: clamp(26px, 7vw, 29px);
  }

  .home-story__header > p:not(.home-story__chapter, .home-page__kicker),
  .home-compact__header > div > p:last-child {
    font-size: 14px;
  }

  .home-market-stats,
  .home-process,
  .home-agency-grid,
  .home-booking-checklist,
  .home-compact__profile-list,
  .home-compact__definitions,
  .home-compact__type-summary ul {
    grid-template-columns: 1fr;
  }

  .home-market-stats > div {
    min-height: 108px;
  }

  .home-market-copy article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-profile-panel__body {
    grid-template-columns: 1fr;
  }

  .home-profile-panel__note,
  .home-profile-panel__note--wide,
  .home-profile-panel__note:last-child:nth-child(even) {
    grid-column: 1;
  }

  .home-profile-panel__intro,
  .home-profile-panel__note {
    padding-inline: 24px;
  }

  .home-tablist--architectures {
    grid-template-columns: 1fr;
  }

  .home-tablist.home-tablist--price,
  .home-tablist.home-tablist--trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 0;
  }

  .home-tablist--price button:last-child {
    grid-column: 1 / -1;
  }

  .home-price-rules {
    grid-template-columns: 1fr;
  }

  .home-price-rules li:nth-child(odd) {
    border-right: 0;
  }

  .home-price-rules dl > div {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .home-circuit-build {
    padding: 21px 19px 22px;
  }

  .home-type-ledger article {
    gap: 13px;
  }

  .home-calculator__form,
  .home-calculator--compact .home-calculator__form {
    grid-template-columns: 1fr;
  }

  .home-calculator,
  .home-tabpanel {
    border-radius: 22px 5px 22px 22px;
  }

  .home-route-feature__media img {
    height: 315px;
  }

  .home-editorial-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-stay-ledger {
    grid-template-columns: 1fr;
  }

  .home-stay-ledger article + article,
  .home-stay-ledger article:nth-child(3),
  .home-stay-ledger article:nth-child(4) {
    border-top: 1px solid rgba(100, 77, 55, .22);
    border-left: 0;
  }

  .home-agency-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-method-ledger {
    grid-template-columns: 1fr;
  }

  .home-method-ledger li:nth-child(odd) {
    border-right: 0;
  }

  .home-page__variant-divider-grid {
    grid-template-columns: 1fr;
  }

  .home-page__variant-divider a {
    grid-column: auto;
  }

  .home-compact__header {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .home-compact__number {
    font-size: 38px;
  }

  .home-compact__profile-list article:nth-child(odd),
  .home-compact__definitions > div:nth-child(odd) {
    border-right: 0;
  }

  .home-tablist {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .home-tablist--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(23, 62, 53, .25);
  }

  .home-tablist button {
    min-height: 46px;
    border-bottom: 1px solid rgba(23, 62, 53, .18);
    text-align: left;
  }

  .home-tablist button::after {
    top: 8px;
    right: auto;
    bottom: 8px;
    left: 0;
    width: 4px;
    height: auto;
    border-radius: 0 999px 999px 0;
  }

  .home-tablist--five button {
    text-align: center;
  }

  .home-tablist--five button::after {
    top: auto;
    right: 10px;
    bottom: -1px;
    left: 10px;
    width: auto;
    height: 4px;
    border-radius: 999px 999px 0 0;
  }

  .home-calculator__context {
    grid-template-columns: 1fr;
  }

  .home-tabpanel {
    padding: 24px 19px;
  }

  .home-tabpanels--editorial .home-tabpanel {
    min-height: 0;
  }

  .home-context-ledger,
  .home-state-ledger {
    grid-template-columns: 1fr;
  }

  .home-context-ledger article + article,
  .home-context-ledger article:nth-child(3),
  .home-state-ledger > div + div,
  .home-state-ledger > div:nth-child(3) {
    grid-column: auto;
    border-top: 1px solid #dce1dd;
    border-left: 0;
  }

  .home-compact__return {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Home definitiva: controles de decisión y cierre, agosto de 2026. */
.home-decision-route ol::before {
  top: 40px;
}

.home-decision-route a {
  display: grid;
  grid-template-rows: auto 33px;
  gap: 9px;
  justify-items: center;
  line-height: 1.2;
}

.home-decision-route a b {
  color: #353a36;
  font-size: 11px;
  font-weight: 590;
}

.home-tablist.home-tablist--buttons {
  gap: 10px;
  border-bottom: 0;
}

.home-tablist--buttons button {
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid rgba(23, 62, 53, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 20px rgba(23, 62, 53, .045);
  color: #39413c;
  font-size: 11.5px;
  font-weight: 610;
  line-height: 1.3;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.home-tablist--buttons button::after {
  display: none;
}

.home-tablist--buttons button:hover {
  border-color: rgba(23, 62, 53, .28);
  background: var(--home-blue);
  transform: translateY(-1px);
}

.home-tablist--buttons button[aria-selected="true"] {
  border-color: var(--home-yellow);
  background: var(--home-yellow);
  box-shadow: 0 10px 24px rgba(151, 117, 18, .12);
  color: var(--home-ink);
  font-weight: 710;
}

.home-tablist.home-tablist--pills {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: none;
}

.home-tablist--pills button {
  flex: 0 1 auto;
}

.home-tablist--included button {
  border-radius: 18px 6px 18px 18px;
}

.home-tablist.home-tablist--journey {
  counter-reset: home-journey-tab;
}

.home-tablist--journey button {
  counter-increment: home-journey-tab;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 62px;
  border-radius: 18px 6px 18px 18px;
  text-align: left;
}

.home-tablist--journey button::before {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-green-soft);
  color: var(--home-green);
  font-size: 9px;
  font-weight: 760;
  content: "0" counter(home-journey-tab);
}

.home-tablist--journey button[aria-selected="true"] {
  border-color: var(--home-green);
  background: var(--home-green);
  box-shadow: 0 14px 30px rgba(23, 62, 53, .15);
  color: #fff;
}

.home-tablist--journey button[aria-selected="true"]::before {
  background: var(--home-yellow);
  color: var(--home-ink);
}

.home-format-matrix table {
  min-width: 880px;
  table-layout: fixed;
}

.home-format-matrix :is(th, td) {
  padding: 16px 17px;
  font-size: 11px;
  line-height: 1.55;
}

.home-format-matrix thead th:first-child,
.home-format-matrix tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 145px;
}

.home-format-matrix thead th:first-child {
  z-index: 3;
}

.home-format-matrix tbody th {
  background: #fff7d6;
  color: var(--home-ink);
  font-size: 10px;
  letter-spacing: .025em;
}

.home-format-matrix tbody tr:nth-child(even) td {
  background: rgba(234, 240, 252, .38);
}

.home-return--final {
  background: var(--home-blue);
  color: var(--home-ink);
}

.home-return--final .home-story__chapter,
.home-return--final .home-page__kicker,
.home-return--final h2 {
  color: var(--home-ink);
}

.home-return--final p {
  color: #4b524d;
}

.home-return--final .home-story__chapter span {
  background: var(--home-yellow);
  color: var(--home-ink);
}

.home-return--final a {
  background: var(--home-green);
  color: #fff;
  box-shadow: 0 12px 28px rgba(23, 62, 53, .14);
}

.home-return--final a:hover {
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .home-decision-route a {
    grid-template-columns: 33px minmax(0, 1fr);
    grid-template-rows: 33px;
    gap: 10px;
    justify-items: start;
    align-items: center;
  }

  .home-decision-route a b {
    grid-column: 2;
    grid-row: 1;
  }

  .home-decision-route a span {
    grid-column: 1;
    grid-row: 1;
  }

  .home-tablist--buttons button {
    border-bottom: 1px solid rgba(23, 62, 53, .14);
    text-align: center;
  }

  .home-tablist.home-tablist--pills {
    display: flex;
  }
}

@media (max-width: 560px) {
  .home-tablist.home-tablist--journey {
    grid-template-columns: 1fr;
  }

  .home-tablist--journey button {
    width: 100%;
  }

  .home-format-matrix table {
    min-width: 750px;
  }
}

@media (min-width: 990px) {
  .home-table-hint--wide {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-tablist--buttons button,
  .home-return--final a {
    transition: none;
  }
}

/* Contraste del hero y escala mínima de lectura en la versión compacta. */
.home-page__hero-copy.page-title-block > .page-title-block__eyebrow {
  color: var(--home-yellow);
}

/*
 * Suelo tipográfico de la Home pública.
 * La página no usa microtexto como recurso de compactación: las etiquetas
 * auxiliares parten de 13px y la prosa o los datos de decisión, de 14px.
 */
.home-page__hero-copy .page-title-block__eyebrow,
.home-page__hero-jump,
.home-page__kicker,
.home-comparison-guide li > span,
.home-decision-route p,
.home-decision-route a,
.home-decision-route a span,
.home-method-strap a,
.home-story__chapter,
.home-story__chapter span,
.home-tablist--buttons button,
.home-profile-panel__intro p,
.home-circuit-build > p,
.home-circuit-build li > span,
.home-price-rules li > span,
.home-price-rules :is(dt, dd),
.home-price-example :is(dt, dd),
.home-price-example > p:last-child,
.home-price-example-details > summary,
.home-correction-details > summary,
.home-table-hint,
.home-context-ledger p,
.home-context-ledger strong,
.home-state-ledger dt,
.home-detail-stack summary > span,
.home-responsibility-flow li > span,
.home-correction-flow li > span,
.home-booking-checklist li > span,
.home-final-faq .faq-section > div:first-child .eyebrow,
.home-final-chapter--navigation .home-page__explore-link > span,
.home-page__hero-media figcaption,
.home-route-feature__media figcaption {
  font-size: 13px;
}

.home-comparison-guide p,
.home-method-strap p,
.home-circuit-build li p,
.home-price-rules p,
.home-context-ledger span,
.home-state-ledger dd,
.home-final-faq .faq-list details p,
.home-table :is(th, td),
.home-format-matrix :is(th, td),
.home-profile-panel__note p,
.home-responsibility-flow p,
.home-correction-flow p,
.home-booking-checklist p,
.home-source-ledger p {
  font-size: 14px;
}

.home-circuit-build h5,
.home-price-rules h4,
.home-detail-stack summary > strong {
  font-size: 16px;
}

.home-tablist--buttons button,
.home-profile-tablist button,
.home-decision-route a,
.home-page__hero-jump,
.home-price-example-details > summary,
.home-correction-details > summary,
.home-detail-stack summary {
  min-height: 48px;
}

@media (max-width: 820px) {
  .home-page__hero-copy .page-title-block__eyebrow,
  .home-page__hero-jump,
  .home-page__kicker,
  .home-tabpanel__heading p,
  .home-circuit-build > p,
  .home-context-ledger p,
  .home-stay-ledger article > p,
  .home-responsibility-flow p,
  .home-final-faq .faq-section > div:first-child .eyebrow,
  .home-circuit-build li > span,
  .home-comparison-guide li > span,
  .home-story__chapter span,
  .home-booking-checklist li > span,
  .home-price-rules li > span,
  .home-decision-route a span,
  .home-route-line li > span,
  .home-responsibility-flow li > span,
  .home-correction-flow li > span,
  .home-price-rules :is(dt, dd),
  .home-price-example :is(dt, dd),
  .home-price-example > p:last-child,
  .home-context-ledger strong,
  .home-table-hint,
  .home-profile-panel__intro p,
  .home-profile-panel__note h4,
  .home-deep-analysis__prose aside strong,
  .home-final-chapter--navigation .home-page__explore-link > span,
  .home-page__hero-media figcaption,
  .home-route-feature__media figcaption {
    font-size: 13px;
  }

  .home-circuit-build li p,
  .home-price-rules p,
  .home-state-ledger dd,
  .home-context-ledger span,
  .home-final-faq .faq-list details p,
  .home-format-matrix :is(th, td),
  .home-table :is(th, td) {
    font-size: 14px;
  }
}

/* Correcciones de especificidad para los módulos finales de la Home. */
.home-page .home-page__hero-copy.page-title-block > .page-title-block__eyebrow.page-title-block__eyebrow,
.home-decision-route a b,
.home-profile-tablist button,
.home-profile-panel__note h4,
.home-tabpanel__heading p,
.home-deep-analysis__prose aside strong,
.home-deep-analysis__check > p,
.home-deep-analysis__check strong,
.home-route-line li > span,
.home-route-links a,
.home-return--final a,
.home-return--final a span {
  font-size: 13px;
}

.home-deep-analysis__prose p,
.home-deep-analysis__prose aside p,
.home-deep-analysis__check li,
.home-deep-analysis__check > p:last-child,
.home-responsibility-flow li strong,
.home-route-feature__copy p {
  font-size: 14px;
}

.home-page .home-table :is(th, td),
.home-page .home-format-matrix :is(th, td) {
  font-size: 14px;
}

.home-method-strap a,
.home-route-links a,
.home-return--final a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
}
