/**
 * Hub /sklep/ — premium layout
 */
.page-key-shop .page-intro {
  padding-bottom: 4px;
}

.shop-hub-stats {
  padding: 20px 0 28px;
}

.shop-hub-stats__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-hub-stats__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid rgba(34, 40, 44, 0.1);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted, #6b7280);
}

.shop-hub-stats__item strong {
  color: var(--text-main, #22282c);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0;
  text-transform: none;
}

.shop-hub-stats__item--link {
  text-transform: none;
  letter-spacing: 0;
}

.shop-hub-stats__item--link a {
  color: var(--brand-graphite, #22282c);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 40, 44, 0.22);
}

.shop-hub-stats__item--link a:hover {
  color: var(--brand-green, #448c7b);
  border-bottom-color: currentColor;
}

.shop-hub-licenses {
  padding: 8px 0 40px;
  max-width: 44em;
}

.shop-hub-licenses__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: var(--bb-weight-heading);
  letter-spacing: var(--bb-h3-track);
}

.shop-hub-licenses__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.65;
  color: var(--text-muted, #6b7280);
}

.shop-hub-licenses__list li + li {
  margin-top: 10px;
}

.shop-hub-licenses__footer {
  margin: 20px 0 0;
  line-height: 1.6;
  color: var(--text-muted, #6b7280);
}

.shop-hub-cta-band {
  padding: 56px 0;
  background: var(--brand-graphite, #22282c);
  color: #ececec;
}

.shop-hub-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
}

.shop-hub-cta-band__copy {
  flex: 1 1 280px;
  max-width: 36em;
}

.shop-hub-cta-band__title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: var(--bb-weight-heading);
  letter-spacing: var(--bb-h3-track);
  line-height: var(--bb-h3-lh);
  color: #fff;
}

.shop-hub-cta-band__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.shop-hub-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shop-hub-cta-band .outline-button {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.shop-hub-cta-band .outline-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.65);
}

.page-key-shop .shop-how {
  padding-top: 8px;
}

@media (max-width: 640px) {
  .shop-hub-stats__list {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-hub-stats__item {
    justify-content: center;
  }

  .shop-hub-cta-band__actions {
    width: 100%;
    flex-direction: column;
  }

  .shop-hub-cta-band__actions .outline-button {
    width: 100%;
    justify-content: center;
  }
}
