.vtm-category-template-utility,
.vtm-category-template-landing-hero,
.vtm-category-template-section,
.vtm-category-template-single-hero {
  font-family: inherit;
  color: #f6f8fb;
}
.vtm-category-template-utility-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #d6deea;
}
.vtm-category-template-main-title h1,
.vtm-category-template-title h2 {
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 18px;
}
.vtm-category-template-main-lead,
.vtm-category-template-lead,
.vtm-category-template-short {
  max-width: 680px;
  line-height: 1.65;
}
.vtm-category-template-parts-cta .elementor-button,
.vtm-category-template-nav-button .elementor-button {
  border-radius: 6px;
  min-height: 44px;
  background: #31b7e8;
  color: #061018;
  font-weight: 700;
}
.vtm-category-template-hero-image img,
.vtm-category-template-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: #0b1018;
}
.vtm-category-template-asset-grid {
  margin-top: 28px;
}
.vtm-category-template-asset-card {
  min-width: 0;
  background: #111923;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  padding: 10px;
}
.vtm-category-template-image-label h3,
.vtm-category-template-image-label p {
  margin: 10px 0 0;
  font-size: 13px;
  color: #d6deea;
}
.vtm-category-check-list ul {
  margin: 18px 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}
.vtm-category-check-list li {
  list-style: none;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  padding: 9px 10px;
  color: #edf4ff;
}
@media (max-width: 767px) {
  .vtm-category-template-landing-hero,
  .vtm-category-template-single-hero,
  .vtm-category-template-intro-row {
    flex-direction: column !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .vtm-category-template-landing-copy,
  .vtm-category-template-landing-visual,
  .vtm-category-template-single-copy,
  .vtm-category-template-single-visual,
  .vtm-category-template-copy,
  .vtm-category-template-hero-media {
    width: 100% !important;
  }
  .vtm-category-template-section {
    padding: 38px 14px 42px !important;
  }
  .vtm-category-template-asset-card {
    width: calc(50% - 7px) !important;
  }
  .vtm-category-check-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vtm-category-template-main-title h1 {
    font-size: 34px;
  }
  .vtm-category-template-title h2 {
    font-size: 28px;
  }
}
