.vch-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.vch-section {
  padding: 56px 0;
}

.vch-section-alt {
  background: #f7f3ec;
}

.vch-hero {
  background: linear-gradient(135deg, #1f1307, #46301c);
  color: #fff;
  padding: 72px 0;
}

.vch-hero-grid,
.vch-promo,
.vch-card-grid {
  display: grid;
  gap: 24px;
}

.vch-hero-grid {
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.vch-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.vch-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.8;
}

.vch-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 640px;
}

.vch-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.vch-button {
  display: inline-block;
  background: #d3a45d;
  color: #111;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
}

.vch-button:hover {
  opacity: 0.92;
}

.vch-button-secondary {
  background: rgba(255,255,255,0.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

.vch-card,
.vch-rotator,
.vch-table-wrap,
.vch-placeholder {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.vch-card {
  padding: 24px;
}

.vch-rotator {
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vch-rotator-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.vch-placeholder {
  padding: 40px;
  text-align: center;
  color: #555;
}

.vch-checklist {
  margin: 0 0 18px;
  padding-left: 18px;
}

.vch-table-wrap {
  overflow-x: auto;
}

.vch-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.vch-table th,
.vch-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid #e8e2d7;
}

.vch-table th {
  background: #f7f3ec;
  font-weight: 700;
}

.vch-note,
.vch-spacer {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .vch-hero-grid {
    grid-template-columns: 1fr;
  }

  .vch-rotator,
  .vch-rotator-image {
    min-height: 300px;
    height: 300px;
  }
}
