/* Shared MVP surfaces — Services / Financing / Insurance */
.la-mvp {
  border: 1px solid #d7e0ea;
  border-radius: 0.85rem;
  background: #fff;
  padding: 1.25rem 1.35rem;
}
.la-mvp__eyebrow {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}
.la-mvp__title {
  margin: 0 0 0.45rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c1e2e;
}
.la-mvp__blurb {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.45;
}
.la-mvp__cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 0.45rem;
  background: #0a5c9e;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.la-mvp__card {
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  padding: 0.85rem;
  background: #f8fafc;
}
.la-mvp__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
}
.la-mvp__nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0a5c9e;
  text-decoration: underline;
}
.la-mvp__providers {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.65rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #f8fafc;
}
.la-mvp__providers li {
  margin: 0.25rem 0;
  font-size: 0.8125rem;
}
.hidden {
  display: none !important;
}

@media (max-width: 480px) {
  .la-mvp {
    padding: 1rem 0.9rem;
  }
}
