.shop-hero {
  position: relative;
  padding: 28px 0 14px;
}

.shop-hero__wrap {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 32px;
  background:
      linear-gradient(135deg, rgba(8, 13, 25, 0.96), rgba(11, 17, 30, 0.94)),
      rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
      0 24px 70px rgba(0,0,0,0.34),
      inset 0 1px 0 rgba(255,255,255,0.04);
}

.shop-hero__content {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.shop-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.34;
  pointer-events: none;
}

.shop-hero__glow--one {
  top: -80px;
  right: -20px;
  width: 240px;
  height: 240px;
  background: rgba(37, 99, 235, 0.34);
}

.shop-hero__glow--two {
  bottom: -60px;
  left: 0;
  width: 220px;
  height: 220px;
  background: rgba(168, 85, 247, 0.28);
}

.shop-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-hero__badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #60a5fa;
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.8);
}

.shop-hero__title {
  margin: 0;
  font-size: 64px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.shop-hero__title span {
  display: block;
  margin-top: 10px;
  background: linear-gradient(90deg, #ffffff 0%, #93c5fd 35%, #60a5fa 70%, #c084fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shop-hero__text {
  max-width: 840px;
  margin: 22px 0 0;
  color: #cbd9ea;
  font-size: 18px;
  line-height: 1.9;
}

.shop-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  max-width: 760px;
}

.shop-hero-stat {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
}

.shop-hero-stat__label {
  display: block;
  color: #8ea6c3;
  font-size: 13px;
  margin-bottom: 8px;
}

.shop-hero-stat__value {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.shop-page-section {
  padding: 12px 0 40px;
}

.shop-platform-head {
  margin-top: 26px;
  margin-bottom: 18px;
}

.shop-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 26px;
}

.shop-category-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.shop-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(96,165,250,0.24);
  box-shadow: 0 24px 55px rgba(0,0,0,0.24);
}

.shop-category-card__bg {
  position: absolute;
  inset: 0;
  background:
      radial-gradient(circle at top right, rgba(37,99,235,0.16), transparent 28%),
      radial-gradient(circle at bottom left, rgba(168,85,247,0.12), transparent 24%);
  pointer-events: none;
}

.shop-category-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
}

.shop-category-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: fit-content;
  padding: 6px 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.14);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-category-card__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.14;
}

.shop-category-card__text {
  margin: 0;
  color: #d1dceb;
  line-height: 1.82;
  min-height: 88px;
}

.shop-category-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.shop-category-meta {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.shop-category-meta__label {
  display: block;
  color: #8ea6c3;
  font-size: 12px;
  margin-bottom: 6px;
}

.shop-category-meta__value {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.shop-category-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-showcase-block {
  margin-bottom: 34px;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.shop-showcase-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.shop-showcase-title {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
}

.shop-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.shop-products-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background:
      linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 36px rgba(0,0,0,0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.shop-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(96,165,250,0.24);
  box-shadow: 0 24px 48px rgba(0,0,0,0.24);
}

.shop-product-card__body {
  padding: 18px;
}

.shop-product-card__image-wrap {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
}

.shop-product-card__image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.shop-product-card:hover .shop-product-card__image {
  transform: scale(1.04);
}

.shop-product-card__category {
  margin-bottom: 10px;
  color: #8fb5ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-product-card__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.18;
}

.shop-product-card__title a {
  color: inherit;
}

.shop-product-card__text {
  margin: 0;
  color: #cfdbeb;
  line-height: 1.8;
  min-height: 78px;
}

.shop-product-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.shop-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 700;
}

.shop-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px 18px;
  flex-wrap: wrap;
}

.shop-product-card--compact .shop-product-card__text {
  min-height: 64px;
}

.shop-price {
  font-weight: 900;
  color: #facc15;
  font-size: 22px;
  line-height: 1;
}

.shop-product-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shop-product-actions form {
  margin: 0;
}

.shop-subcategories {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.shop-subcategory-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
}

.shop-subcategory-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.shop-subcategory-card__label {
  margin-bottom: 6px;
  color: #8ea6c3;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-subcategory-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}

@media (max-width: 1200px) {
  .shop-category-grid,
  .shop-products-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .shop-hero__wrap {
      padding: 24px;
      border-radius: 24px;
  }

  .shop-hero__title {
      font-size: 42px;
  }

  .shop-hero__text {
      font-size: 16px;
  }

  .shop-hero__stats,
  .shop-category-grid,
  .shop-products-grid,
  .shop-products-grid--compact {
      grid-template-columns: 1fr;
  }

  .shop-showcase-block,
  .shop-subcategory-card {
      padding: 18px;
      border-radius: 22px;
  }

  .shop-product-card__title {
      font-size: 22px;
  }

  .shop-product-card__text,
  .shop-category-card__text {
      min-height: 0;
  }
}
