html { scroll-behavior: smooth; }

.pricing-grid > .panel { margin-top: 0; }
.price-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
}
.price-card > p { min-height: 52px; }
.price-card ul { flex: 1 1 auto; }
.limit-card-footer {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
}
.limit-card-footer > .badge,
.limit-card-footer > .muted { justify-self: start; }
.limit-contact-card {
  position: relative;
  margin: 0 0 28px !important;
  padding: 34px !important;
  overflow: hidden;
  border: 1px solid rgba(245, 196, 81, .45) !important;
  background: linear-gradient(135deg, rgba(92, 68, 21, .68), rgba(16, 38, 52, .96) 60%, rgba(12, 27, 39, .98)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .06) !important;
  scroll-margin-top: 24px;
}
.limit-contact-card::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(245, 196, 81, .1);
  content: "";
  pointer-events: none;
}
.limit-contact-card > * {
  position: relative;
  z-index: 1;
}
.limit-contact-card h2 {
  margin: 7px 0 10px;
  font-size: 34px;
}
.limit-contact-card p {
  max-width: 720px;
  color: #d2dde4;
  font-size: 16px;
  line-height: 1.6;
}
.limit-contact-card .btn { margin-top: 8px; }

.patent-upgrade-notice {
  padding: 20px !important;
  background: linear-gradient(135deg, rgba(79, 57, 18, .44), rgba(21, 38, 49, .74)) !important;
  box-shadow: inset 3px 0 #e1b64d !important;
}
.patent-upgrade-notice p {
  margin: 8px 0 14px;
  color: #d0dce4;
}

@media (max-width: 900px) {
  .price-card { min-height: 0; }
  .price-card > p { min-height: 0; }
}
@media (max-width: 560px) {
  .limit-contact-card { padding: 24px !important; }
  .limit-contact-card .btn {
    width: 100%;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
