
	.page-hero { padding-top: clamp(4.2rem, 7vw, 6.4rem); }
	.page-hero.has-arrow { padding-bottom: calc(clamp(4.2rem, 7vw, 6.4rem) + 80px); }
	.page-hero h1 { font-weight: 800; letter-spacing: -0.02em; }
	.page-hero .ph-sub { color: #22333b; }
	.tt-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
	.tt-table th, .tt-table td { padding: .65rem .75rem; border: 1px solid var(--line); text-align: left; }
	.tt-table thead th { background: var(--accent); color: #fff; text-align: center; }
	.tt-table td.tt-check { text-align: center; color: #0b7a66; }
	.tt-table td.tt-dash { text-align: center; color: var(--muted); }
	.tt-wrap { overflow-x: auto; }
	