.lead-small {
  max-width: 430px;
  color: var(--muted);
  line-height: 1.6;
}

.hero-copy { min-width: 0; }

@media (min-width: 901px) and (max-width: 1300px) {
  .hero { grid-template-columns: minmax(0, 1fr) 500px; gap: 44px; }
  .hero h1 { font-size: clamp(44px, 5vw, 64px); }
}

.border-note {
  max-width: 1192px;
  margin: 28px auto 0;
  padding: 20px 24px;
  border: 1px solid #d6dee4;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.border-note b { display: block; margin-bottom: 5px; }
.border-note p { margin: 0; max-width: 820px; color: var(--muted); line-height: 1.55; font-size: 14px; }
.border-note a { color: var(--accent-dark); font-weight: 800; white-space: nowrap; }
.regional-routes { padding-top: 20px; }

@media (max-width: 700px) {
  .border-note { margin: 18px 14px 0; padding: 18px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .border-note a { white-space: normal; }
}
