.vvm-landing {
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem 0;
  /* Inherits typography from the NADCA theme — no font-family override. */
}

.vvm-landing__title {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
}

.vvm-landing__copy {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2b2b2b;
}

.vvm-landing__copy p { margin: 0 0 1em; }
.vvm-landing__copy h2 { margin-top: 1.5em; font-size: 1.35rem; }
.vvm-landing__copy h3 { margin-top: 1.25em; font-size: 1.15rem; }
.vvm-landing__copy ul, .vvm-landing__copy ol { padding-left: 1.5em; }

.vvm-landing__cta-block {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border: 1px solid #e0e3e7;
  border-radius: 6px;
  text-align: center;
}

.vvm-landing__pricing-note {
  margin: 0 0 1rem;
  color: #555;
  font-size: .95rem;
}

.vvm-landing__cta-btn {
  display: inline-block;
  padding: .85rem 2rem;
  background: #232f84;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.05rem;
}

.vvm-landing__cta-btn:hover {
  background: #1a2466;
  color: #fff;
}
