.route-hero { padding: 28px 0 54px; }
.route-hero h1 { max-width: 880px; margin-top: 4px; }
.route-hero .lede { max-width: 790px; margin: 0 0 20px; }
.route-breadcrumb { display: flex; gap: 12px; color: var(--c-text-inverse-muted); font-size: .85rem; margin-bottom: 32px; }
.route-breadcrumb a:hover { color: white; }
.route-hero-note { color: var(--brand-yellow); font-size: .9rem; margin-bottom: 0; }
.route-tool-section { padding: 36px 0 0; }
.route-tool-container { max-width: 1340px; padding: 0 24px; margin: auto; }
.route-tool-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.route-tool-heading h2 { font-size: 1.65rem; margin: 0; }
.route-tool-heading .eyebrow { margin-bottom: 6px; }
.route-frame-wrap { overflow: hidden; border: 1px solid var(--c-border); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-md); }
.rl-routeplanner-frame { display: block; width: 100%; height: 740px; height: clamp(650px, 80vh, 860px); border: 0; background: white; }
.route-tool-note { font-size: .8rem; max-width: 960px; margin: 16px 0 0; }
.route-page p a { color: var(--brand-blue); text-decoration: underline; text-underline-offset: 3px; }
.route-steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 0 0 40px; }
.route-steps li { border-top: 2px solid var(--c-border); padding-top: 22px; }
.route-step-number { display: block; color: var(--brand-blue); font-size: .9rem; font-weight: 800; margin-bottom: 16px; }
.route-steps li:nth-child(2) .route-step-number { color: #bd3840; }
.route-steps li:nth-child(3) .route-step-number { color: #866912; }
.route-steps p { margin-bottom: 0; }
.route-context { border-left: 4px solid var(--brand-yellow); padding: 24px 28px; background: white; border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.route-context p { margin-bottom: 0; }
.route-questions .container { max-width: 960px; }
.route-faq details { background: white; border: 1px solid var(--c-border); border-radius: var(--radius-md); margin-bottom: 12px; }
.route-faq summary { padding: 22px 24px; color: var(--c-ink); font-weight: 700; cursor: pointer; }
.route-faq details p { margin: 0; padding: 0 24px 24px; }
.route-faq summary:focus-visible, .route-page a:focus-visible { outline: 3px solid var(--brand-blue); outline-offset: 4px; }
.route-source { margin: 24px 0 0; font-size: .9rem; }
.route-next .container { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.route-next p { margin-bottom: 0; }
.route-next-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
@media (max-width: 700px) {
  .route-hero { padding-bottom: 32px; }
  .route-hero h1 { font-size: clamp(1.8rem, 7vw, 2.6rem); overflow-wrap: anywhere; }
  .route-breadcrumb { margin-bottom: 24px; }
  .route-tool-container { padding-inline: 12px; }
  .route-tool-heading { align-items: flex-start; flex-direction: column; padding-inline: 12px; }
  .route-frame-wrap { border-radius: var(--radius-md); }
  .rl-routeplanner-frame { height: 740px; height: max(700px, 85svh); }
  .route-tool-note { padding-inline: 12px; }
  .route-steps { grid-template-columns: 1fr; gap: 22px; }
  .route-step-number { margin-bottom: 10px; }
  .route-context { padding: 22px; }
  .route-faq summary { padding: 20px; }
  .route-faq details p { padding: 0 20px 20px; }
  .route-next .container { grid-template-columns: 1fr; gap: 28px; }
  .route-next-links { align-items: stretch; }
  .route-next-links .btn { white-space: normal; text-align: center; padding-inline: 16px; }
}
