.catalog-page {
  background:
    radial-gradient(circle at top right, rgba(79, 148, 67, 0.12), transparent 26rem),
    linear-gradient(180deg, #f7f8f3 0%, #ffffff 26rem);
}

.catalog-hero {
  padding: 4rem 0 3rem;
  background: linear-gradient(135deg, #f4f7ef, #ffffff);
  border-bottom: 1px solid rgba(33, 54, 30, 0.08);
}

.catalog-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #6eba50;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-intro {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #51604f;
  line-height: 1.75;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(33, 54, 30, 0.08);
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(33, 54, 30, 0.08);
}

.catalog-empty-state {
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(33, 54, 30, 0.08);
  box-shadow: 0 12px 28px rgba(33, 54, 30, 0.08);
}

.catalog-card {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(33, 54, 30, 0.1);
  border: 1px solid rgba(33, 54, 30, 0.08);
}

.catalog-card .caption {
  padding: 1.15rem 1rem 1.25rem;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.catalog-card .caption-text {
  min-height: 3.5rem;
  color: #5b685a;
  line-height: 1.5;
}

.catalog-card__actions {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
}

.catalog-card__actions .btn {
  min-width: 8rem;
}

.catalog-modal-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-modal .modal-content {
  border-radius: 1.2rem;
  box-shadow: 0 24px 48px rgba(33, 54, 30, 0.16);
}

@media (max-width: 991px) {
  .catalog-card .caption {
    min-height: auto;
  }
}
