/* Service decisions and engagement summaries. Shared typography comes from site.css. */
.route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.route { min-width: 0; overflow-wrap: break-word; }
.route > strong { display: block; margin: 0 0 10px; color: var(--navy); font-size: 1rem; font-weight: 650; line-height: 1.45; }
.route > span { display: block; color: var(--muted); font-size: .9375rem; line-height: 1.75; }
.info-card a.route { text-decoration: none; transition: border-color .18s, background-color .18s; }
.info-card a.route:hover { border-color: #95bfb4; background: #edf4f3; }
.info-card a.route:hover > strong { text-decoration: underline; text-underline-offset: .2em; }
@media (max-width: 650px) {
  .route-grid { grid-template-columns: 1fr; }
}
.service-brief { padding: 34px 0 38px; background: #edf4f3; border-bottom: 1px solid #d4e3df; }
.service-brief h2.eyebrow { color: #286b61; font-size: .72rem; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 9px; }
.service-brief > .container > p { color: #596b79; font-size: .84rem; line-height: 1.7; margin: 0 0 21px; }
.service-brief-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-brief-item { padding: 0 24px 0 0; border-right: 1px solid #c8dcd6; }
.service-brief-item:last-child { border: 0; padding-right: 0; }
.service-brief .service-brief-label { font-size: 1rem; font-weight: 650; letter-spacing: -.01em; line-height: 1.4; margin: 0 0 10px; color: #0b2035; }
.service-brief-item p { font-size: .875rem; line-height: 1.75; color: #425966; margin: 0; max-width: 49ch; }
.service-comparison { min-width: 0; }
.comparison-table { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0; margin: 24px 0 20px; text-align: left; font-size: .825rem; line-height: 1.65; border: 1px solid #dce5e8; border-radius: 10px; overflow: hidden; }
.comparison-table caption { text-align: left; font-size: .78rem; font-weight: 550; color: #596b79; line-height: 1.6; padding: 0 0 10px; }
.comparison-table th, .comparison-table td { padding: 15px 13px; vertical-align: top; overflow-wrap: break-word; border-right: 1px solid #e0e8eb; border-bottom: 1px solid #e0e8eb; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-table thead th { background: #0b2035; color: #fff; font-weight: 600; font-size: .8rem; line-height: 1.5; }
.comparison-table thead th:first-child { width: 24%; }
.comparison-table tbody th { background: #edf4f3; color: #24483f; font-weight: 650; }
.comparison-table td { background: #fff; color: #425966; }
.comparison-table tbody tr:nth-child(even) td { background: #f8fafb; }
.info-card .comparison-note { padding: 15px 17px; background: #edf4f3; border-left: 3px solid #5d9a89; border-radius: 0 7px 7px 0; color: #425966; font-size: .825rem; line-height: 1.75; }
.info-card .comparison-sources { color: #596b79; font-size: .76rem; line-height: 1.8; margin: 14px 0 0; }
.comparison-sources a { color: #1e625a; text-decoration: underline; text-underline-offset: .2em; }
.comparison-sources a:hover { text-decoration-thickness: 2px; }
.footer-social { margin-top: 24px; }
.footer-social-label { display: block; color: #e2ebf0; font-size: .76rem; font-weight: 600; margin-bottom: 10px; }
.footer-social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-social-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 12px; border: 1px solid #385064; border-radius: 7px; color: #dae7ee; font-size: .75rem; line-height: 1.5; }
.footer-social-links a:hover { color: #fff; border-color: #90baad; background: #173648; }
.nav-dropdown { max-height: calc(100svh - 100px); overflow-y: auto; overscroll-behavior: contain; }
.directory-group .route-choice-link { margin: 20px 0 0; font-size: .9rem; }
.route-choice-link a { color: #1e625a; text-decoration: underline; text-underline-offset: .2em; }
@media (max-width: 1080px) and (min-width: 801px) {
  .info-card:has(.service-comparison) { padding: 22px 18px; }
  .comparison-table th, .comparison-table td { padding: 12px 9px; }
}
@media (max-width: 650px) {
  .service-brief { padding: 28px 0 30px; }
  .service-brief-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-brief-item { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid #c8dcd6; }
  .service-brief-item:last-child { padding: 0; }
  .comparison-table { display: block; border: 0; border-radius: 0; margin-top: 20px; }
  .comparison-table caption { display: block; }
  .comparison-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .comparison-table tbody { display: grid; gap: 15px; }
  .comparison-table tr { display: block; border: 1px solid #d4e2df; border-radius: 9px; overflow: hidden; }
  .comparison-table tbody th, .comparison-table td { display: block; width: auto; padding: 14px 16px; border: 0; }
  .comparison-table tbody th { font-size: .9rem; line-height: 1.5; }
  .comparison-table td { border-top: 1px solid #e2e9eb; font-size: .875rem; line-height: 1.7; }
  .comparison-table tbody tr:last-child td { border-top: 1px solid #e2e9eb; }
  .comparison-table td::before { content: attr(data-label); display: block; margin: 0 0 6px; font-size: .75rem; line-height: 1.5; font-weight: 700; color: #245e54; }
  .comparison-table tbody tr:nth-child(even) td { background: #fff; }
}
@media print {
  .service-brief { background: #fff; padding: 20px 0; }
  .service-brief-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-brief-item { padding-right: 16px; border-bottom: 0; }
  .comparison-table { display: table; font-size: 9pt; }
  .comparison-table thead { position: static; display: table-header-group; width: auto; height: auto; margin: 0; overflow: visible; clip-path: none; white-space: normal; }
  .comparison-table tbody { display: table-row-group; }
  .comparison-table tr { display: table-row; break-inside: avoid; }
  .comparison-table td, .comparison-table tbody th { display: table-cell; font-size: 9pt; }
  .comparison-table td::before, .footer-social { display: none; }
}
