/* /mentor — la página tesis (R3). Reutiliza .pro-compara de pro.css cuando toca. */
@import url("pro.css");

.mentor-tres { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.mentor-tres h3 { font-family: var(--font-display); font-size: 1.05rem; margin: 0 0 8px; color: var(--ink-900); }
.mentor-tres p { margin: 0; color: var(--ink-700); line-height: 1.65; font-size: 15px; }

/* línea de tiempo de la tanda */
.hito { position: relative; padding: 0 0 26px 30px; }
.hito::before { content: ''; position: absolute; left: 8px; top: 6px; bottom: -6px; width: 2px; background: var(--green-100); }
.hito:last-of-type::before { bottom: auto; height: 100%; }
.hito::after { content: ''; position: absolute; left: 3px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--green-500); border: 2px solid var(--paper-1); }
.hito--clave::after { background: var(--gold-500); }
.hito__dia { font-family: var(--font-data); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-400); margin: 0 0 8px; }
.hito__parrafo { display: flex; gap: 10px; align-items: flex-start; margin: 0; font-family: var(--font-display); font-weight: 700; font-size: 16px; line-height: 1.45; color: var(--green-800); }
.hito__emblema { width: 22px; height: 22px; flex: none; stroke: var(--green-700); stroke-width: 1.6; fill: none; margin-top: 2px; }
.hito__nota { font-size: 13.5px; color: var(--gold-700); margin: 10px 0 0; }

.mentor-dos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.mentor-dos h3 { font-family: var(--font-display); font-size: 1.05rem; margin: 0 0 8px; color: var(--ink-900); }
.mentor-dos h3 span { font-family: var(--font-data); font-size: 12px; color: var(--ink-400); font-weight: 400; }
.mentor-dos p { margin: 0 0 10px; color: var(--ink-700); line-height: 1.65; font-size: 15px; }

.mentor-fiar { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.mentor-fiar h3 { font-family: var(--font-display); font-size: 1rem; margin: 0 0 6px; color: var(--ink-900); }
.mentor-fiar p { margin: 0; color: var(--ink-700); line-height: 1.6; font-size: 14.5px; }

.mentor-noes { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.mentor-noes h3 { font-family: var(--font-display); font-size: 1.05rem; margin: 0 0 6px; color: var(--ink-900); }
.mentor-noes p { margin: 0; color: var(--ink-700); line-height: 1.6; font-size: 14.5px; }

.mentor-sello { display: inline-flex; width: 64px; height: 64px; border-radius: 50%; background: var(--green-700); align-items: center; justify-content: center; }
.mentor-sello svg { width: 34px; height: 34px; stroke: var(--gold-300); stroke-width: 1.6; fill: none; }
