.vpn-today .hero { grid-template-columns: minmax(0, 1fr); }
.vpn-today .hero__copy { max-width: 880px; min-width: 0; }
.vpn-today .hero h1 { max-width: 20ch; }
.vpn-today .today-jumps { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0 0 32px; }
.vpn-today .today-jumps a { padding: 10px 0; text-underline-offset: 4px; }
.vpn-today section[id] { scroll-margin-top: 24px; }
.vpn-today .button { text-align: center; white-space: normal; }
.vpn-today .use-case-list > article { min-width: 0; }
.vpn-today :focus-visible { outline: 3px solid #15794e; outline-offset: 4px; }
@media (max-width: 600px) {
  .vpn-today .hero h1 { font-size: clamp(1.85rem, 8vw, 2.7rem); line-height: 1.12; }
  .vpn-today .hero .lead { font-size: 1rem; }
  .vpn-today .hero .actions { gap: 10px; }
  .vpn-today .hero .button { padding: 12px 16px; min-height: 44px; font-size: 1rem; }
  .vpn-today .hero .journey-note { font-size: .9rem; }
  .vpn-today .today-jumps { gap: 4px 16px; }
}
