/* Thinqee, For You. Tokens in tokens.css, shared nav/footer/layout in base.css. */

/* ─── WHO THIS IS FOR ─── */
.persona-section { border-top: 1px solid var(--border); }
.persona-list { list-style: none; display: flex; flex-direction: column; gap: 0; margin-top: 30px; max-width: 720px; }
.persona-list li {
  padding: 18px 0; border-top: 1px solid var(--border);
  color: var(--text); font-size: 1rem; line-height: 1.6;
}
.persona-list li:last-child { border-bottom: 1px solid var(--border); }
.persona-close { font-family: var(--font-display); font-size: clamp(1.15rem, 2vw, 1.35rem); color: var(--golden); margin-top: 30px; max-width: 720px; }
