html { scroll-behavior: smooth; }
main article[id] { scroll-margin-top: 18px; }
.nav-highlight { animation: navPulse 1.2s ease; }
@keyframes navPulse { 0%, 100% { box-shadow: none; } 35% { box-shadow: 0 0 0 4px #59636d33; } }
.plans { min-height: 190px; }
.plan-row { grid-template-columns: minmax(160px,1.3fr) minmax(150px,1fr) minmax(130px,1fr) 80px; }
.backup .warning { color: #9a6400; }
@media (max-width: 700px) { .plan-row { grid-template-columns: 1fr 1fr; } }
