.review-banner {
  background: #fff0b8;
  border-bottom: 1px solid #d6a600;
  color: #4b3900;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 9px var(--shell-x);
  text-align: center;
}

.mx-hero { padding-bottom: 80px; }
.mx-hero .eyebrow { margin-bottom: 22px; }
.mx-hero h1 { max-width: 17ch; }
.mx-hero .lead { margin-top: 26px; }
.mx-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.mx-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-bottom: var(--section-y); }
.mx-card { background: var(--paper); border: 1px solid var(--rule); padding: 28px; }
.mx-card h2 { margin-bottom: 14px; }
.mx-card p { color: var(--ink-2); margin: 0; }
.mx-boundary { background: var(--slate); color: var(--slate-fg); padding: 48px var(--shell-x); }
.mx-boundary .shell { padding: 0; }
.mx-boundary p { color: color-mix(in srgb, var(--slate-fg) 82%, transparent); max-width: 72ch; }
.mx-content { max-width: 920px; padding-bottom: var(--section-y); }
.mx-content article { border-top: 1px solid var(--rule); padding-top: 34px; }
.mx-content section + section { margin-top: 42px; }
.mx-content h2 { margin-bottom: 14px; }
.mx-content p { color: var(--ink-2); line-height: 1.65; }
.mx-form { display: grid; gap: 22px; max-width: 720px; }
.mx-form label { display: grid; font-weight: 500; gap: 8px; }
.mx-form input, .mx-form select, .mx-form textarea {
  background: var(--paper-2);
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
  width: 100%;
}
.mx-form textarea { min-height: 150px; resize: vertical; }
.mx-form .note { border-left: 3px solid var(--accent); color: var(--ink-soft); margin: 0; padding: 10px 14px; }
.honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: -10000px; width: 1px; }
.form-status { min-height: 1.6em; }
.mx-foot-button { background: none; border: 0; color: inherit; cursor: pointer; display: block; font: inherit; padding: 5px 0; text-align: left; }
.mx-foot-button:hover { color: var(--paper); }

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

@media (max-width: 640px) {
  .mx-hero { padding-bottom: 56px; }
  .mx-boundary { padding: 40px 24px; }
  .review-banner { padding-inline: 24px; }
  html[lang="es-MX"] main.shell[style*="padding:80px 96px"] {
    padding: 48px 24px !important;
  }
  html[lang="es-MX"] .foot-grid[style*="padding:40px 96px"],
  html[lang="es-MX"] .foot-bar[style*="padding:40px 96px"] {
    padding: 32px 24px !important;
  }
  html[lang="es-MX"] input,
  html[lang="es-MX"] select,
  html[lang="es-MX"] textarea {
    box-sizing: border-box;
    font-size: 16px !important;
    max-width: 100%;
    width: 100%;
  }
  html[lang="es-MX"] .hero-v3 .hero-footstrip > div {
    min-width: 0;
  }
  html[lang="es-MX"] .price-table thead {
    display: none;
  }
  html[lang="es-MX"] table.price-table,
  html[lang="es-MX"] .price-table tbody,
  html[lang="es-MX"] .price-table tr,
  html[lang="es-MX"] .price-table td {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  html[lang="es-MX"] .price-table tr {
    border-bottom: 1px solid var(--ink);
    padding: 8px 0;
  }
  html[lang="es-MX"] .price-table td {
    border-bottom: 0;
    padding: 6px 16px;
  }
  html[lang="es-MX"] .price-table .tier,
  html[lang="es-MX"] .price-table .invest {
    white-space: normal;
  }
  html[lang="es-MX"] article table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
