.vm-product-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.vm-product-banner-line {
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to right, transparent, rgba(143, 0, 253, 0.82), transparent);
}

.vm-product-banner-title {
  margin: 0;
  color: #f8f3ff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: clamp(0.95rem, 2vw, 1.45rem);
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 22px rgba(143, 0, 253, 0.38);
}

.vm-category-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0 6px;
  padding: 0 8px;
}

.vm-category-line {
  flex: 1;
  max-width: 360px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(143, 0, 253, 0.75), transparent);
}

.vm-category-title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vm-category-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(143, 0, 253, 0.5);
  background: radial-gradient(circle at 35% 30%, rgba(143, 0, 253, 0.38), rgba(18, 10, 34, 0.92));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b85cff;
  box-shadow: 0 0 24px rgba(143, 0, 253, 0.34);
}

.vm-category-icon svg {
  width: 18px;
  height: 18px;
}

.vm-category-title {
  margin: 0;
  color: #f6f0ff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-size: clamp(0.95rem, 2vw, 1.8rem);
  text-align: center;
  text-shadow: 0 0 20px rgba(143, 0, 253, 0.26);
}

.vm-store-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(143, 0, 253, 0.25);
  border-radius: 14px;
  background: rgba(11, 8, 22, 0.72);
}

.vm-store-counter {
  margin: 0;
  color: #cbb4ee;
  font-size: 0.9rem;
  font-weight: 500;
}

.vm-store-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e5d7ff;
  font-size: 0.86rem;
}

.vm-sort-select {
  min-width: 170px;
  border-radius: 999px !important;
  border-color: rgba(143, 0, 253, 0.4) !important;
  background: rgba(20, 14, 38, 0.85) !important;
  color: #eee7fb !important;
  height: 36px !important;
}

.vm-package-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(143, 0, 253, 0.24);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(143, 0, 253, 0.18), transparent 55%),
    linear-gradient(178deg, rgba(17, 11, 36, 0.96), rgba(8, 6, 19, 0.98));
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.vm-package-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 5, 16, 0.38) 100%);
  opacity: 0.6;
}

.vm-package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(170, 69, 255, 0.9);
  box-shadow: 0 16px 30px rgba(143, 0, 253, 0.34);
}

.vm-package-card:focus-visible {
  outline: 2px solid rgba(170, 69, 255, 0.98);
  outline-offset: 2px;
}

.vm-card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(143, 0, 253, 0.24);
  overflow: hidden;
}

.vm-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.vm-package-card:hover .vm-card-image img {
  transform: scale(1.04);
}

.vm-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 6, 20, 0.05) 35%, rgba(8, 6, 20, 0.58) 100%);
}

.vm-card-chip {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  background: rgba(10, 9, 18, 0.82);
  border: 1px solid rgba(143, 0, 253, 0.58);
  color: #d8c4ff;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 600;
  max-width: calc(100% - 18px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vm-card-body {
  padding: 12px 12px 13px;
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.vm-card-title {
  margin: 0;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.28;
  min-height: 2.55em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: balance;
}

.vm-card-desc {
  margin: 0;
  color: rgba(220, 207, 244, 0.78);
  font-size: 0.82rem;
  line-height: 1.4;
  min-height: 2.35em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vm-price-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.vm-price {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.vm-old-price {
  margin: 0;
  line-height: 1;
  color: rgba(194, 182, 213, 0.74);
  text-decoration: line-through;
  font-size: 0.84rem;
}

.vm-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(143, 0, 253, 0.2);
  border: 1px solid rgba(143, 0, 253, 0.45);
  color: #decbff;
  font-size: 0.72rem;
  font-weight: 700;
}

.vm-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(198, 183, 224, 0.9);
  font-size: 0.75rem;
  border-top: 1px solid rgba(143, 0, 253, 0.2);
  padding-top: 9px;
}

.vm-search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ece4fb;
  background: transparent;
  transition: background 0.2s ease;
}

.vm-search-item:hover {
  background: rgba(143, 0, 253, 0.14);
}

.vm-search-item:last-child {
  border-bottom: 0;
}

.vm-search-main {
  display: grid;
  gap: 3px;
}

.vm-search-title {
  font-size: 0.88rem;
  font-weight: 600;
}

.vm-search-sub {
  color: #baa8d9;
  font-size: 0.74rem;
}

.vm-search-price {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.vm-empty-state {
  grid-column: 1 / -1;
  border: 1px dashed rgba(143, 0, 253, 0.48);
  border-radius: 14px;
  padding: 18px;
  color: #b79fd8;
  text-align: center;
  background: rgba(18, 12, 37, 0.65);
}

.vm-support-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vm-support-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(143, 0, 253, 0.45);
  background: rgba(143, 0, 253, 0.12);
  color: #e6d8ff;
  padding: 8px 12px;
  font-size: 0.78rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.vm-support-link:hover {
  border-color: rgba(165, 52, 255, 0.9);
  background: rgba(143, 0, 253, 0.24);
}

.vm-store-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.vm-store-shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(143, 0, 253, 0.45);
  background: rgba(143, 0, 253, 0.12);
  color: #e7dbff;
  padding: 8px 12px;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.vm-store-shortcut:hover {
  border-color: rgba(170, 69, 255, 0.9);
  background: rgba(143, 0, 253, 0.24);
}

.vm-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  padding: 0 6px;
  margin-left: 8px;
  background: #11c77b;
  color: #04130d;
  font-size: 0.72rem;
  font-weight: 700;
}

.vm-cart-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  border: 1px solid rgba(143, 0, 253, 0.24);
  border-radius: 12px;
  padding: 10px;
  background: rgba(17, 12, 31, 0.9);
}

.vm-cart-item img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(143, 0, 253, 0.28);
}

.vm-cart-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.vm-cart-title {
  margin: 0;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.25;
}

.vm-cart-price {
  margin: 0;
  color: #e8ddff;
  font-size: 0.98rem;
  font-weight: 700;
}

.vm-cart-meta {
  margin: 4px 0 8px;
  color: #b6a7d0;
  font-size: 0.73rem;
}

.vm-cart-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vm-cart-action-btn {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid rgba(143, 0, 253, 0.44);
  color: #f5efff;
  font-weight: 700;
  background: rgba(143, 0, 253, 0.15);
}

.vm-cart-action-btn:hover {
  background: rgba(143, 0, 253, 0.3);
}

.vm-cart-input {
  width: 42px;
  height: 26px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(143, 0, 253, 0.45);
  background: rgba(20, 14, 37, 0.9);
  color: #fff;
}

.vm-cart-remove {
  margin-left: auto;
  color: #ffd5f0;
  border-color: rgba(255, 80, 169, 0.45);
  background: rgba(255, 54, 154, 0.18);
}

.vm-cart-remove:hover {
  background: rgba(255, 54, 154, 0.3);
}

.vm-card-highlight {
  outline: 2px solid rgba(162, 59, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(162, 59, 255, 0.23);
}

.vm-faq-shell {
  border: 1px solid rgba(143, 0, 253, 0.32);
  border-radius: 20px;
  background: linear-gradient(170deg, rgba(15, 10, 29, 0.94), rgba(9, 7, 18, 0.98));
  padding: 20px;
}

.vm-faq-header h2 {
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  margin: 0;
}

.vm-faq-header p {
  margin: 10px 0 0;
  color: #bcaad8;
  max-width: 760px;
  line-height: 1.5;
}

.vm-faq-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(143, 0, 253, 0.45);
  background: rgba(143, 0, 253, 0.14);
  color: #dfccff;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vm-faq-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vm-faq-item {
  border: 1px solid rgba(143, 0, 253, 0.3);
  border-radius: 14px;
  background: rgba(18, 12, 34, 0.9);
  padding: 0;
}

.vm-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  color: #f7f3ff;
  font-weight: 600;
  line-height: 1.4;
}

.vm-faq-item summary::-webkit-details-marker {
  display: none;
}

.vm-faq-item p {
  margin: 0;
  padding: 0 14px 14px;
  color: #c9b8e3;
  font-size: 0.9rem;
  line-height: 1.5;
}

.vm-faq-item[open] {
  border-color: rgba(167, 67, 255, 0.88);
  box-shadow: 0 10px 22px rgba(143, 0, 253, 0.24);
}

@media (max-width: 860px) {
  .vm-product-banner {
    gap: 8px;
    margin-bottom: 8px;
  }

  .vm-product-banner-title {
    white-space: normal;
    max-width: 240px;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }

  .vm-category-heading {
    gap: 8px;
    margin: 14px 0 2px;
  }

  .vm-category-line {
    max-width: 120px;
  }

  .vm-category-title-wrap {
    gap: 7px;
  }

  .vm-category-icon {
    width: 28px;
    height: 28px;
  }

  .vm-category-icon svg {
    width: 14px;
    height: 14px;
  }

  .vm-category-title {
    letter-spacing: 0.05em;
  }

  .vm-store-tools {
    flex-direction: column;
    align-items: flex-start;
  }

  .vm-store-actions {
    width: 100%;
    justify-content: space-between;
  }

  .vm-sort-select {
    width: 100%;
    min-width: 0;
  }

  .vm-store-shortcuts {
    gap: 6px;
  }

  .vm-store-shortcut {
    font-size: 0.72rem;
    padding: 7px 10px;
  }

  .vm-faq-grid {
    grid-template-columns: 1fr;
  }
}
