
	.page-hero h1 { font-weight: 700; letter-spacing: -0.02em; }
	.chart-tile { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; height: 100%; display: flex; flex-direction: column; transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease; }
	.chart-tile:hover { border-color: #c9d2db; box-shadow: 0 18px 40px rgba(15,30,45,.08); transform: translateY(-3px); }
	.ct-media { background: #f6f8fa; padding: 1.1rem; }
	.ct-media img { display: block; width: 100%; height: 210px; object-fit: contain; }
	.ct-cap { padding: .9rem 1rem; font-weight: 600; color: var(--ink); font-size: .98rem; text-align: center; border-top: 1px solid var(--line); }
	