/* =========================================================
   v2.1.8 — Hero view presets
   Adds selectable hero compositions without changing content fields.
   ========================================================= */
.vlg-hero-view-premium-split {
  position: relative !important;
  overflow: hidden !important;
}
.vlg-hero-view-premium-split::after,
.vlg-hero-view-product-showcase::after,
.vlg-hero-view-category-tiles::after {
  content: "";
  position: absolute;
  inset: auto -120px -150px auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(242,138,0,.30), rgba(242,138,0,0) 68%);
  pointer-events: none;
  z-index: 0;
}
.vlg-hero > * {
  position: relative;
  z-index: 1;
}
.vlg-hero-view-premium-split .vlg-hero-benefits,
.vlg-hero-view-product-showcase .vlg-hero-showcase,
.vlg-hero-view-category-tiles .vlg-hero-category-tiles {
  align-self: stretch !important;
}
.vlg-hero-view-premium-split .vlg-hero-benefits {
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(255,255,255,.68) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.20) !important;
  backdrop-filter: blur(12px) !important;
}
.vlg-hero-view-premium-split .vlg-hero-benefits strong,
.vlg-hero-view-premium-split .vlg-hero-benefits small {
  color: #101827 !important;
}
.vlg-hero-view-glass-card .vlg-hero-content {
  box-shadow: 0 26px 70px rgba(0,0,0,.26) !important;
}
.vlg-hero-view-centered-campaign {
  place-items: center !important;
  text-align: center !important;
  padding-block: clamp(48px, 7vw, 96px) !important;
}
.vlg-hero-view-centered-campaign .vlg-hero-content {
  max-width: min(var(--vlg-hero-text-width, 760px), 100%) !important;
  margin-inline: auto !important;
}
.vlg-hero-view-centered-campaign .vlg-kicker {
  margin-inline: auto !important;
}
.vlg-hero-view-centered-campaign h1 {
  font-size: clamp(34px, 5.7vw, 70px) !important;
  letter-spacing: -.055em !important;
}
.vlg-hero-view-centered-campaign .vlg-hero-actions {
  justify-content: center !important;
}
.vlg-hero-view-product-showcase {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .72fr) !important;
  gap: clamp(22px, 4vw, 54px) !important;
}
.vlg-hero-showcase {
  display: grid;
  gap: 12px;
  align-content: center;
  border-radius: 28px;
  padding: clamp(14px, 2vw, 22px);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 24px 64px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  color: #121827;
}
.vlg-hero-showcase-head {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #121827;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.vlg-hero-showcase-head span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--vlg-primary), #d96b00);
}
.vlg-hero-product-mini,
.vlg-hero-showcase-fallback-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 86px;
  border-radius: 18px;
  padding: 10px;
  background: #fff;
  color: #111827 !important;
  text-decoration: none !important;
  border: 1px solid rgba(15,23,42,.08);
}
.vlg-hero-product-mini:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15,23,42,.12);
}
.vlg-hero-product-mini-img {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #f8fafc;
  overflow: hidden;
}
.vlg-hero-product-mini-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.vlg-hero-product-mini strong,
.vlg-hero-showcase-fallback-item strong {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.22;
}
.vlg-hero-product-mini small,
.vlg-hero-showcase-fallback-item small {
  display: block;
  margin-top: 5px;
  color: var(--vlg-primary);
  font-weight: 950;
}
.vlg-hero-showcase-fallback-item {
  grid-template-columns: 44px minmax(0, 1fr);
}
.vlg-hero-showcase-fallback-item > span {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fff7ed;
}
.vlg-hero-view-category-tiles {
  grid-template-columns: minmax(0, .95fr) minmax(320px, .82fr) !important;
  gap: clamp(22px, 4vw, 54px) !important;
}
.vlg-hero-category-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}
.vlg-hero-category-tiles a {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 17px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.78);
  color: #111827 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.14);
  backdrop-filter: blur(10px);
}
.vlg-hero-category-tiles a:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(0,0,0,.19);
}
.vlg-hero-category-tiles span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--vlg-primary), #d96b00);
}
.vlg-hero-category-tiles strong {
  display: block;
  font-size: 16px;
  line-height: 1.18;
}
.vlg-hero-category-tiles small {
  color: #667085;
  font-weight: 800;
}
.vlg-hero-view-compact-strip {
  min-height: 190px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  padding-block: clamp(22px, 4vw, 38px) !important;
}
.vlg-hero-view-compact-strip .vlg-hero-content {
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(14px, 3vw, 30px);
  align-items: center;
  justify-content: space-between;
}
.vlg-hero-view-compact-strip .vlg-kicker,
.vlg-hero-view-compact-strip p {
  width: 100%;
}
.vlg-hero-view-compact-strip .vlg-kicker,
.vlg-hero-view-compact-strip h1,
.vlg-hero-view-compact-strip p {
  margin: 0 !important;
}
.vlg-hero-view-compact-strip h1 {
  font-size: clamp(26px, 3.8vw, 44px) !important;
}
.vlg-hero-view-compact-strip .vlg-hero-actions {
  margin: 0 !important;
  justify-content: flex-end !important;
  white-space: nowrap;
}
.vlg-hero-view-compact-strip .vlg-hero-payments {
  width: 100%;
  margin-top: 0 !important;
}
.vlg-hero-view-classic .vlg-hero-benefits {
  backdrop-filter: blur(8px);
}
.vlg-hero-view-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.vlg-hero-view-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  min-height: 150px;
  border-radius: 18px;
  border: 1px solid #dbe3ef;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}
.vlg-hero-view-card:hover,
.vlg-hero-view-card.is-selected,
.vlg-hero-view-card:has(input:checked) {
  border-color: var(--vlg-primary);
  box-shadow: 0 16px 34px rgba(242,138,0,.14);
}
.vlg-hero-view-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.vlg-hero-view-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--vlg-primary), #d96b00);
  font-size: 22px;
  font-weight: 900;
}
.vlg-hero-view-card strong {
  color: #101827;
  font-weight: 950;
}
.vlg-hero-view-card small {
  color: #667085;
  line-height: 1.35;
}
.vlg-admin-hero-preview-view-compact-strip {
  min-height: 120px !important;
}
.vlg-admin-hero-preview-view-centered-campaign .vlg-admin-preview-inner {
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 1100px) {
  .vlg-hero-view-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vlg-hero-view-product-showcase,
  .vlg-hero-view-category-tiles {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 767px) {
  .vlg-hero-view-centered-campaign {
    text-align: left !important;
    place-items: stretch !important;
  }
  .vlg-hero-view-centered-campaign .vlg-hero-content {
    margin-inline: 0 !important;
  }
  .vlg-hero-view-centered-campaign .vlg-hero-actions {
    justify-content: flex-start !important;
  }
  .vlg-hero-showcase,
  .vlg-hero-category-tiles {
    display: none !important;
  }
  .vlg-hero-view-compact-strip .vlg-hero-content {
    display: block;
  }
  .vlg-hero-view-compact-strip .vlg-hero-actions {
    justify-content: flex-start !important;
    white-space: normal;
  }
  .vlg-hero-view-grid {
    grid-template-columns: 1fr;
  }
}
