/* Specialty hubs: a restrained extension of the Pathway design system. */
.procedure-hub {
  --hub-ink: #0f2744;
  --hub-blue: #1976a1;
  --hub-muted: #596879;
  --hub-line: #dfe5eb;
  --hub-header-height: 88px;
  color: var(--hub-ink);
  font-family: 'Poppins', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.procedure-hub *, .procedure-hub *::before, .procedure-hub *::after { box-sizing: border-box; }
.procedure-hub a { text-underline-offset: 4px; }
.procedure-hub :is(a, button, summary):focus-visible { outline: 2px solid var(--hub-blue); outline-offset: 5px; }
.procedure-hub main { padding-top: var(--hub-header-height); }
.procedure-hub main:focus { outline: none; }
.procedure-hub #main-header { box-shadow: none; border-bottom: 1px solid #e8edf1; }
.procedure-hub #main-header .nav-link.text-accent { color: var(--hub-blue); }
.hub-shell { width: min(100% - 96px, 1152px); margin-inline: auto; }
.hub-skip { position: fixed; top: 12px; left: 16px; transform: translateY(-160%); z-index: 200; padding: 12px 20px; background: white; color: var(--hub-ink); border-radius: 4px; }
.hub-skip:focus { transform: none; }
.hub-intro { background: linear-gradient(115deg, #0b2139, #143957); color: white; padding: 32px 0 46px; }
.hub-breadcrumb { display: flex; gap: 12px; color: #c3d4e2; font-size: 13px; line-height: 1.5; margin-bottom: 24px; }
.hub-breadcrumb a:hover { color: white; text-decoration: underline; }
.hub-breadcrumb [aria-current] { color: white; }
.hub-intro-layout { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.hub-intro h1 { font-size: clamp(36px, 4vw, 52px); font-weight: 600; letter-spacing: -.035em; line-height: 1.12; margin: 0 0 14px; }
.hub-intro p { color: #c7d7e6; font-size: 18px; line-height: 1.6; margin: 0; }
.hub-intro-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; flex-shrink: 0; font-size: 14px; color: #d4e7f4; }
.hub-intro-link:hover { color: white; text-decoration: underline; }
.hub-arrow { width: 19px; height: 19px; flex: 0 0 19px; color: var(--hub-blue); transition: transform .18s ease; }
.hub-intro-link .hub-arrow { color: #85c9e5; }
.hub-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 52px 60px; }
.hub-group h2 { font-size: 14px; font-weight: 500; line-height: 1.5; letter-spacing: .035em; color: var(--hub-blue); margin: 0 0 14px; }
.hub-procedures { list-style: none; margin: 0; padding: 0; }
.hub-procedures li { border-bottom: 1px solid var(--hub-line); }
.hub-procedures a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding-block: 17px; font-size: 17px; line-height: 1.5; font-weight: 500; color: var(--hub-ink); transition: color .18s ease; }
.hub-procedures a:hover { color: var(--hub-blue); }
.hub-procedures a:hover .hub-arrow, .hub-guide:hover .hub-arrow, .hub-text-link:hover .hub-arrow { transform: translateX(3px); }
.hub-editorial { display: grid; grid-template-columns: .85fr 1.15fr; gap: 104px; }
.hub-insights { border-top: 1px solid var(--hub-line); padding-block: 64px; background: #f8fafb; }
.hub-section-heading h2 { font-size: 30px; line-height: 1.3; font-weight: 600; letter-spacing: -.025em; margin: 0; text-wrap: balance; }
.hub-section-heading p { color: var(--hub-muted); font-size: 16px; line-height: 1.7; margin: 16px 0 0; max-width: 34ch; }
.hub-text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; color: var(--hub-blue); min-height: 44px; margin-top: 20px; }
.hub-text-link:hover { text-decoration: underline; }
.hub-insights .hub-editorial { grid-template-columns: .65fr 1.35fr; gap: 64px; }
.hub-guides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.hub-guide { display: block; min-width: 0; }
.hub-guide-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: #e7edf2; }
.hub-guide-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.hub-guide:hover img { transform: scale(1.025); }
.hub-guide-play { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #0f2744e8; color: white; }
.hub-guide-play svg { width: 19px; height: 19px; }
.hub-guide-copy { padding-top: 18px; }
.hub-guide h3 { font-size: 17px; font-weight: 600; line-height: 1.5; margin: 0; }
.hub-guide p { font-size: 14px; color: var(--hub-muted); line-height: 1.7; margin: 6px 0 0; }
.hub-guide:hover h3 { color: var(--hub-blue); }
.hub-guide-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--hub-blue); }
.hub-questions { padding-block: 68px; scroll-margin-top: calc(var(--hub-header-height) + 20px); }
.hub-faq { border-bottom: 1px solid var(--hub-line); }
.hub-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; min-height: 70px; padding: 22px 0; font-size: 16px; font-weight: 400; line-height: 1.6; }
.hub-faq summary::-webkit-details-marker { display: none; }
.hub-faq:first-child summary { padding-top: 0; min-height: 48px; }
.hub-faq summary:hover { color: var(--hub-blue); }
.hub-plus { position: relative; width: 18px; height: 18px; flex-shrink: 0; color: var(--hub-blue); }
.hub-plus::before, .hub-plus::after { content: ''; position: absolute; background: currentColor; }
.hub-plus::before { width: 16px; height: 1.5px; top: 8px; left: 1px; }
.hub-plus::after { height: 16px; width: 1.5px; left: 8px; top: 1px; }
.hub-faq[open] .hub-plus::after { display: none; }
.hub-answer { font-size: 15px; line-height: 1.85; color: var(--hub-muted); padding: 0 36px 24px 0; }
.hub-answer p { margin: 0; }
.hub-contact { padding-block: 64px; background: radial-gradient(700px 380px at 80% 10%, #27aae11f, transparent 65%), linear-gradient(135deg, #0f2744, #1e3a5f); color: white; }
.hub-contact-layout { text-align: center; }
.hub-contact h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; letter-spacing: -.022em; line-height: 1.2; margin: 0; text-wrap: balance; }
.hub-contact p { margin: 18px auto 28px; color: #dbeafe; font-size: 17px; line-height: 1.7; max-width: 48ch; }
.hub-contact-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px; }
.hub-phone { display: inline-flex; gap: 10px; align-items: center; min-height: 48px; font-size: 16px; font-weight: 600; color: white; border-bottom: 1px solid #ffffff66; }
.hub-phone-icon { width: 18px; height: 18px; flex-shrink: 0; }
.hub-phone:hover { text-decoration: underline; }
.hub-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 28px; border-radius: 999px; background: var(--hub-blue); color: white; font-size: 16px; line-height: 1.5; font-weight: 600; text-align: center; transition: background .18s ease; }
.hub-button:hover { background: #155f87; }
.hub-contact :is(a, button):focus-visible { outline-color: #7dd3fc; }
.hub-booking { display: none; }
.hub-directory--balanced { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 64px; }
.hub-directory--balanced .hub-group:last-child .hub-procedures { display: block; }
.hub-directory--single { grid-template-columns: 1fr; }
.hub-guides--single { grid-template-columns: minmax(0, 1fr); max-width: 480px; }
@media (min-width: 1024px) {
  .hub-directory { grid-template-columns: .85fr 1.35fr; gap: 80px; }
  .hub-group:last-child .hub-procedures { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
  .hub-procedures a { font-size: 16px; }
  .hub-directory--balanced { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 64px; }
  .hub-directory--single { grid-template-columns: 1fr; }
  .hub-directory--single .hub-group:last-child .hub-procedures { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; }
}
@media (max-width: 1023px) {
  .hub-shell { width: calc(100% - 64px); }
  .hub-directory { gap: 48px; }
  .hub-editorial { gap: 48px; grid-template-columns: 1fr 1.2fr; }
  .hub-insights .hub-editorial { grid-template-columns: 1fr; gap: 28px; }
  .hub-intro-link { display: none; }
  .procedure-hub #footer-root { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .hub-booking { display: block; position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--hub-line); padding: 12px 24px calc(12px + env(safe-area-inset-bottom, 0px)); }
  .hub-booking-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; max-width: 520px; margin-inline: auto; }
  .hub-booking .hub-button { min-height: 48px; padding: 12px 18px; font-size: 14px; }
  .hub-booking .hub-call-button { background: var(--hub-ink); }
  .hub-booking .hub-call-button:hover { background: #1e3a5f; }
  .hub-booking[hidden] { display: none; }
  .procedure-hub :is(a, summary, button) { scroll-margin-block: calc(var(--hub-header-height) + 16px) 100px; }
}
@media (max-width: 640px) {
  .hub-shell { width: calc(100% - 48px); }
  .hub-intro { padding: 24px 0 28px; }
  .hub-breadcrumb { font-size: 12px; gap: 10px; margin-bottom: 17px; }
  .hub-intro h1 { font-size: 32px; margin-bottom: 10px; }
  .hub-intro p { font-size: 15px; line-height: 1.6; }
  .hub-directory { grid-template-columns: 1fr; gap: 30px; padding-block: 30px 44px; }
  .hub-group h2 { font-size: 13px; margin-bottom: 7px; }
  .hub-procedures a { min-height: 58px; padding-block: 16px; font-size: 16px; gap: 16px; }
  .hub-arrow { width: 17px; height: 17px; flex-basis: 17px; }
  .hub-editorial { grid-template-columns: 1fr; gap: 28px; }
  .hub-insights { padding-block: 40px; }
  .hub-section-heading h2 { font-size: 25px; line-height: 1.3; }
  .hub-section-heading p { font-size: 15px; line-height: 1.65; margin-top: 12px; }
  .hub-text-link { margin-top: 8px; }
  .hub-guides { grid-template-columns: 1fr; gap: 32px; }
  .hub-guide h3 { font-size: 16px; }
  .hub-guide p { font-size: 14px; line-height: 1.65; }
  .hub-questions { padding-block: 42px; }
  .hub-faq summary { font-size: 15px; gap: 16px; padding-block: 20px; }
  .hub-answer { padding-right: 0; font-size: 14px; }
  .hub-contact { padding-block: 44px; }
  .hub-contact p { font-size: 16px; }
  .hub-contact-actions { gap: 18px; }
  .hub-contact-actions .hub-button { width: 100%; max-width: 320px; }
  .hub-booking { padding-inline: 16px; }
  .hub-booking .hub-button { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .procedure-hub *, .procedure-hub *::before, .procedure-hub *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print {
  .hub-booking, .hub-skip, #header-root { display: none; }
  .procedure-hub main { padding-top: 0; }
  .procedure-hub #footer-root { padding-bottom: 0; }
}
