/* Recursos · Plantillas CV — estilos propios de la página (solo se carga en /plantillas-cv).
   Usa los tokens de styles.css; no redefine colores ni tipografías. */
.tpl-hero { padding-block: 1.6rem .6rem; max-width: 74ch; }
.tpl-eyebrow { font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); margin-bottom: .6rem; }
.tpl-lead { color: var(--muted); margin-top: .8rem; max-width: 64ch; }
.tpl-trust { display: flex; flex-wrap: wrap; gap: .4rem .9rem; margin-top: 1rem; padding: 0; list-style: none; font-size: .86rem; color: var(--muted); }
.tpl-trust li::before { content: "✓ "; color: var(--accent); font-weight: 700; }

.tpl-section { padding-block: clamp(1.6rem, 4vw, 2.4rem); border-top: 1px solid var(--line); }
.tpl-section h2 { font-size: clamp(1.25rem, 3vw, 1.6rem); margin-bottom: .7rem; }
.tpl-section > .tpl-intro { color: var(--muted); max-width: 70ch; margin-bottom: 1.2rem; }

.tpl-grid { display: grid; gap: 1.1rem; margin-top: 1.4rem; }
@media (min-width: 760px) { .tpl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.tpl-card { display: flex; flex-direction: column; gap: .8rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; }
.tpl-card header { display: grid; gap: .35rem; }
.tpl-badge { justify-self: start; padding: .12rem .6rem; border: 1px solid color-mix(in srgb, var(--accent) 50%, var(--line)); border-radius: 999px; background: color-mix(in srgb, var(--accent) 10%, var(--card)); color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.tpl-card h2, .tpl-card h3 { font-family: var(--sans); font-size: 1.15rem; font-weight: 700; line-height: 1.25; margin: 0; }
.tpl-ideal { font-size: .86rem; color: var(--muted); }
.tpl-ideal strong { color: var(--ink); font-weight: 600; }
.tpl-card p { font-size: .92rem; }
.tpl-card h3.tpl-sub { font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin: .2rem 0 -.3rem; }
.tpl-points { display: grid; gap: .35rem; margin: 0; padding: 0; list-style: none; font-size: .88rem; }
.tpl-points li { display: grid; grid-template-columns: 1.3rem 1fr; }
.tpl-points li::before { content: "✓"; color: var(--accent); font-weight: 700; }
.tpl-note { font-size: .8rem; color: var(--muted); padding: .55rem .7rem; border-left: 3px solid var(--line); background: var(--bg); border-radius: 0 8px 8px 0; }
.tpl-foot { margin-top: auto; display: grid; gap: .5rem; padding-top: .4rem; }
.tpl-meta { font-size: .78rem; color: var(--muted); }
.tpl-card .btn { width: 100%; text-decoration: none; }

.tpl-table-wrap { overflow-x: auto; }
.tpl-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.tpl-table th, .tpl-table td { padding: .6rem .7rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.tpl-table th { font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.tpl-steps { display: grid; gap: .6rem; padding-left: 1.3rem; max-width: 76ch; }
.tpl-list { display: grid; gap: .45rem; padding-left: 1.2rem; max-width: 76ch; }
.tpl-faq { display: grid; gap: .6rem; max-width: 76ch; }
.tpl-faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: .8rem 1rem; }
.tpl-faq summary { cursor: pointer; font-weight: 600; }
.tpl-faq p { margin-top: .5rem; font-size: .92rem; color: var(--muted); }
.tpl-cta { margin-top: 1.4rem; padding: 1.2rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); max-width: 76ch; }
.tpl-cta a { font-weight: 700; }
.tpl-related { margin-top: 1.2rem; font-size: .9rem; display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }
