.cvb-landing {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* =============================
   INTRO
============================= */

.cvb-landing-intro {
  text-align: center;
  margin-bottom: 50px;
}

.cvb-landing-intro h1 {
  font-size: 36px;
  margin-bottom: 12px;
}

.cvb-landing-intro p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
}

.cvb-landing-btn {
  display: inline-block;
  padding: 14px 26px;
  background: #4a6fa5;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
}

/* =============================
   TEMPLATE ROW (INLINE)
============================= */

.cvb-templates {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

/* =============================
   TEMPLATE CARD
============================= */

.cvb-template-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  width: 320px; /* keeps them inline */
  padding-bottom: 20px;
}

.cvb-template-card img {
  width: 100%;
  height: auto;
  display: block;
}

.cvb-template-card h3 {
  margin: 16px 0 6px;
  font-size: 20px;
}

.cvb-template-card p {
  font-size: 14px;
  padding: 0 16px;
  margin-bottom: 12px;
}

.cvb-template-card a {
  color: #4a6fa5;
  text-decoration: none;
  font-weight: bold;
}

/* =============================
   RESPONSIVE (STACK ON MOBILE)
============================= */

@media (max-width: 900px) {
  .cvb-templates {
    flex-direction: column;
    align-items: center;
  }
}
