/* Service detail page: inherit the approved site brand tokens. */
.cbr-page main { font-size: 1rem; }
.cbr-page main p, .cbr-page main li { line-height: 1.75; }
.cbr-page main h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.2; letter-spacing: -.025em; margin: 0 0 22px; }
.cbr-page main h3 { font-size: 1.5rem; line-height: 1.25; }
.cbr-hero, .cbr-preparation { background: var(--hf-paper); }
.cbr-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; padding-block: 35px 55px; align-items: stretch; }
.cbr-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: .875rem; margin-bottom: 36px; }
.cbr-breadcrumb a { text-decoration: underline; }
.cbr-hero h1 { font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1.08; letter-spacing: -.04em; margin: 0 0 25px; }
.cbr-hero h1 em { color: var(--brand-blue); font-style: normal; }
.cbr-intro { color: var(--hf-muted); max-width: 590px; }
.cbr-photo { margin: 0; display: flex; flex-direction: column; background: var(--brand-blue); }
.cbr-photo img { width: 100%; height: 380px; flex: 1; min-height: 0; object-fit: cover; }
.cbr-photo figcaption { padding: 16px 20px; color: white; font-size: .8rem; letter-spacing: .06em; }
.cbr-tests, .cbr-brief, .cbr-faq { padding-block: 60px; }
.cbr-test-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 34px; }
.cbr-test-grid article { border-top: 3px solid var(--brand-blue); padding-top: 24px; }
.cbr-number { font-size: 2rem; font-weight: 700; color: var(--brand-blue); }
.cbr-test-grid h3 { margin: 12px 0; }
.cbr-note { background: var(--hf-paper); padding: 18px; }
.cbr-source { color: var(--hf-muted); font-size: .875rem; margin: 30px 0 0; }
.cbr-source a, .cbr-faq a { text-decoration: underline; }
.cbr-field, .cbr-end { background: var(--brand-blue); color: white; padding-block: 40px; }
.cbr-field > div, .cbr-end > div { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cbr-field p { max-width: 650px; margin-bottom: 0; }
.cbr-field h2, .cbr-end h2 { color: white; }
.cbr-brief, .cbr-faq, .cbr-preparation-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; }
.cbr-brief ul { list-style: none; padding: 0; margin: 0; }
.cbr-brief li { border-bottom: 1px solid var(--hf-line); padding: 18px 0; }
.cbr-brief li:first-child { padding-top: 0; }
.cbr-brief strong, .cbr-brief span { display: block; }
.cbr-brief span { color: var(--hf-muted); margin-top: 6px; }
.cbr-preparation { padding-block: 50px; }
.cbr-address { border-left: 3px solid var(--brand-blue); padding-left: 32px; align-self: center; }
.cbr-address h3 { margin-top: 0; }
.cbr-address address { font-style: normal; line-height: 1.8; }
.cbr-address a { overflow-wrap: anywhere; }
.cbr-faq details { border-bottom: 1px solid var(--hf-line); padding: 18px 0; }
.cbr-faq details:first-child { border-top: 1px solid var(--hf-line); }
.cbr-faq summary { font-size: 1.125rem; font-weight: 600; cursor: pointer; }
.cbr-faq summary::marker { color: var(--brand-blue); }
.cbr-faq p { color: var(--hf-muted); margin-bottom: 0; }
.cbr-page main a:focus-visible, .cbr-faq summary:focus-visible { outline: 3px solid var(--brand-blue); outline-offset: 5px; }
.cbr-field a:focus-visible, .cbr-end a:focus-visible { outline-color: white; }
@media(max-width: 850px) {
  .cbr-hero-grid, .cbr-test-grid, .cbr-brief, .cbr-faq, .cbr-preparation-grid { grid-template-columns: 1fr; gap: 30px; }
  .cbr-photo img { flex: auto; height: 280px; }
  .cbr-field > div, .cbr-end > div { flex-direction: column; align-items: flex-start; }
  .cbr-tests, .cbr-brief, .cbr-faq, .cbr-preparation { padding-block: 36px; }
}
