:root{--accent:#1f4fff}
.training-page .hero{padding-bottom:34px}
.training-page .hero h1 span{color:var(--blue)}
.training-page .side strong{display:block;font-size:1.15rem;line-height:1.25;margin-bottom:8px}
.quick{display:grid;grid-template-columns:repeat(4,1fr);border-left:2px solid var(--ink);border-top:2px solid var(--ink);margin:20px 0 0}.quick>div{padding:14px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);background:var(--white);min-height:94px}.quick span{display:block;font:700 9px "Courier New",monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:7px}.quick strong{font-size:1rem;line-height:1.25}
.section{margin-top:30px}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;border-bottom:2px solid var(--ink);padding-bottom:12px;margin-bottom:16px}.section-head h2{font-size:clamp(2rem,5vw,4.2rem);line-height:.9;letter-spacing:-.055em;text-transform:uppercase;margin:0}.section-head p{max-width:430px;margin:0;line-height:1.45;color:#403b35;text-align:right}
.format-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:2px solid var(--ink);border-top:2px solid var(--ink)}.format{padding:18px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);background:var(--white);min-height:250px;display:flex;flex-direction:column;justify-content:space-between}.format:nth-child(1){background:#e8ecff}.format:nth-child(2){background:#fff1d7}.format:nth-child(3){background:#eee5ff}.format:nth-child(4){background:#e0efe8}.format:nth-child(5){background:#fff0e8}.format h3{font-size:1.65rem;line-height:1;letter-spacing:-.04em;margin:8px 0 10px}.format p{line-height:1.5;color:#403b35;margin:0}.meta{margin-top:18px;border-top:1px solid var(--ink);padding-top:10px;font:700 10px/1.45 "Courier New",monospace;text-transform:uppercase;letter-spacing:.04em}
.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);border-left:2px solid var(--ink);border-top:2px solid var(--ink)}.topic{padding:18px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);background:var(--white);min-height:180px}.topic h3{font-size:1.5rem;line-height:1.05;letter-spacing:-.035em;margin:7px 0 8px}.topic p{line-height:1.5;color:#403b35;margin:0}.duration{display:inline-block;margin-top:12px;border:1px solid var(--ink);padding:5px 7px;font:700 9px "Courier New",monospace;text-transform:uppercase}
.process{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--ink);border-left:2px solid var(--ink)}.step{padding:17px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);min-height:170px}.step h3{font-size:1.25rem;margin:8px 0 8px}.step p{margin:0;line-height:1.45;color:#403b35}
.evidence{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.evidence a{border:2px solid var(--ink);padding:16px;background:var(--white);min-height:160px;display:flex;flex-direction:column;justify-content:space-between}.evidence a:hover{background:var(--ink);color:var(--paper)}.evidence h3{font-size:1.35rem;letter-spacing:-.03em;margin:6px 0}.evidence p{line-height:1.45;margin:0}.evidence .arrow{font:700 10px "Courier New",monospace;text-transform:uppercase;margin-top:14px}
.cta{margin-top:30px;border:2px solid var(--ink);border-left:12px solid var(--blue);padding:20px;background:var(--white);display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.cta h2{font-size:clamp(1.8rem,4vw,3.2rem);line-height:.95;letter-spacing:-.045em;margin:0 0 8px}.cta p{margin:0;line-height:1.5;color:#403b35;max-width:780px}.cta-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.note{margin-top:14px;font-size:.9rem;line-height:1.5;color:var(--muted)}
@media(max-width:900px){.quick,.format-grid,.topic-grid,.process,.evidence{grid-template-columns:1fr 1fr}.cta{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}.section-head{align-items:flex-start;flex-direction:column}.section-head p{text-align:left}}
@media(max-width:620px){.quick,.format-grid,.topic-grid,.process,.evidence{grid-template-columns:1fr}}
