.mentoria-page .home-hero { min-height: min(78svh, 720px); }
.mentoria-page .home-hero h1 { max-width: 940px; font-size: clamp(3rem, 6vw, 6.2rem); }
.learning-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.learning-grid article { min-height: 220px; padding: 26px; background: var(--surface); border: 1px solid var(--line); }
.learning-grid strong { color: var(--accent-2); font-size: .76rem; text-transform: uppercase; }
.learning-grid h3 { margin: 38px 0 8px; font-size: 1.4rem; }
.learning-grid p { color: var(--muted); }
.expectations-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.proof-strip div { min-height: 130px; padding: 22px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; color: var(--accent); font-size: 1.05rem; }
.proof-strip span { color: var(--muted); font-size: .9rem; }
.theme-galaxia .learning-grid article { background: #0c1420; }
.theme-matriz .learning-grid { gap: 0; border-top: 1px solid var(--accent); }
.theme-matriz .learning-grid article { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.theme-matriz .learning-grid article + article { border-left: 1px solid var(--line); }
.theme-multiverso .learning-grid article { border-top: 5px solid #d94b4b; }
.theme-multiverso .learning-grid article:nth-child(2) { border-top-color: #298ca5; }
.theme-multiverso .learning-grid article:nth-child(3) { border-top-color: #efb94f; }
@media (max-width: 1100px) and (min-width: 761px) {
  .expectations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .learning-grid, .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .theme-matriz .learning-grid article + article { border-left: 0; }
}
