.hero .section-title-en { font-size: .9rem; }
.hero p { max-width: 60ch; }
.subtle { font-size: .95rem; color: var(--muted); }
.service-link { margin-top:.8rem; display:inline-block; font-weight:700; color:var(--primary-dark); }
.page-hero { padding: 4.5rem 0 2rem; }
.breadcrumb { font-size:.86rem; color:var(--muted); margin-bottom:.6rem; }
.table { width:100%; border-collapse: collapse; background:#fff; border:1px solid var(--border); }
.table th,.table td { border:1px solid var(--border); padding:.75rem; text-align:left; vertical-align:top; }
.table th { background:#f4f7ff; }
.table-wrap { overflow-x: auto; }
