/* WebinarSphere catalog — homepage design language */
body.ws-catalog-page {
  font-family: var(--ws-sans, "Manrope", system-ui, sans-serif);
  color: var(--ws-ink, #162a25);
}
body.ws-catalog-page #product-category.ws-cat {
  max-width: none;
  width: 100%;
  padding: 0;
  background: transparent;
}
.ws-cat .container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

/* Hero */
.ws-cat-hero {
  padding: 20px 0 0;
  background:
    radial-gradient(ellipse 42% 70% at 8% 0%, rgba(220,236,227,.7), transparent 70%),
    radial-gradient(ellipse 30% 50% at 92% 10%, rgba(239,224,189,.28), transparent 68%),
    var(--ws-ivory, #fdfbf7);
}
.ws-cat-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 32px;
  align-items: center;
  min-height: 0;
}
.ws-cat-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
}
.ws-cat-crumbs a,
.ws-cat-crumbs a i {
  color: #3d4a46;
}
.ws-cat-crumbs a i {
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.ws-cat-crumbs span { color: #b3b8b4; }
.ws-cat-crumbs em { font-style: normal; color: var(--ws-forest, #0a362d); }
.ws-cat-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6b7380;
}
.ws-cat-hero-copy h1 {
  margin: 0 0 12px;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  font-size: clamp(40px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--ws-forest, #0a362d);
}
.ws-cat-lead {
  margin: 0 0 22px;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.65;
  color: #6b7380;
}
.ws-cat-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ws-cat-benefits article {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ws-cat-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3ead6;
  color: #8b5e3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ws-cat-benefits strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--ws-forest, #0a362d);
}
.ws-cat-benefits small {
  display: block;
  font-size: 12px;
  color: #6b7380;
  line-height: 1.4;
}
.ws-cat-hero-visual {
  position: relative;
  min-height: 420px;
}
.ws-cat-flora {
  position: absolute;
  left: -4%;
  top: 8%;
  width: min(280px, 62%);
  opacity: .42;
  pointer-events: none;
  z-index: 0;
}
.ws-cat-script {
  position: absolute;
  left: 0;
  top: 22px;
  margin: 0;
  font-family: var(--ws-hand, Caveat, cursive);
  font-size: 30px;
  line-height: 1.12;
  color: var(--ws-forest, #0a362d);
  z-index: 2;
}
.ws-cat-hero-photo {
  position: relative;
  z-index: 1;
  width: min(340px, 78%);
  margin: 36px 0 0 auto;
  border-radius: 36px;
  overflow: hidden;
  background: #e4eee8;
}
.ws-cat-hero-photo img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.ws-cat-quote {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 210px;
  padding: 16px 18px 14px;
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(26,45,39,.1);
}
.ws-cat-quote span {
  display: block;
  font-family: var(--ws-serif, Georgia, serif);
  font-size: 36px;
  line-height: .7;
  color: #c5a358;
}
.ws-cat-quote p {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--ws-forest, #0a362d);
  line-height: 1.35;
}

/* Catalog body */
.ws-cat-body {
  padding: 24px 0 72px;
  background: #f7f3ea;
}
.ws-cat-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

/* Sidebar */
.ws-cat-side {
  background: #fffdf8;
  border-radius: 20px;
  padding: 20px 14px 16px;
  box-shadow: 0 10px 28px rgba(26,45,39,.05);
  position: sticky;
  top: 110px;
}
.ws-cat-side-title {
  margin: 0 10px 12px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ws-forest, #0a362d);
}
.ws-cat-side .mw-cats-toggle { display: none; }
.ws-cat-side ul { list-style: none; margin: 0; padding: 0; }
.ws-cat-side a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  color: #162a25;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.ws-cat-side a i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #f3ead6;
  color: #8b5e3c;
  flex-shrink: 0;
}
.ws-cat-side a.tone-rose i { background: #fde8e8; color: #c45c5c; }
.ws-cat-side a.tone-pink i { background: #fce8f1; color: #c45a8c; }
.ws-cat-side a.tone-blue i { background: #e8eefc; color: #4a6fc7; }
.ws-cat-side a.tone-orange i { background: #fde9d8; color: #d17a3a; }
.ws-cat-side a.tone-teal i { background: #e4f4f1; color: #2a8f82; }
.ws-cat-side a.tone-violet i { background: #eceaf8; color: #3d4f8f; }
.ws-cat-side a.tone-rust i { background: #f6e4dc; color: #b05a3c; }
.ws-cat-side a.tone-mint i { background: #e5f5ec; color: #3f9a6e; }
.ws-cat-side a.tone-green i { background: #e5f3e8; color: #3f8f55; }
.ws-cat-side a.tone-gold i,
.ws-cat-side a.tone-sage i { background: #eef4ef; color: #0a362d; }
.ws-cat-side a span { flex: 1; min-width: 0; line-height: 1.3; }
.ws-cat-side a b { color: #8a938d; font-size: 12px; font-weight: 700; }
.ws-cat-side a:hover { background: rgba(10,54,45,.04); }
.ws-cat-side a.is-active {
  background: #e4eee6;
  color: var(--ws-forest, #0a362d);
}
.ws-cat-side a.is-active i { background: #0a362d; color: #f3ead6; }
.ws-cat-help {
  margin-top: 16px;
  padding: 16px 14px;
  border-radius: 16px;
  background: linear-gradient(160deg, #f3ead6, #f8f3e8);
}
.ws-cat-help strong { display: block; font-size: 15px; color: var(--ws-forest, #0a362d); }
.ws-cat-help p { margin: 6px 0 10px; font-size: 13px; color: #6b7380; line-height: 1.5; }
.ws-cat-help a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
  color: #a67c52;
  background: none;
}
.ws-cat-help a:hover { background: none; color: #0a362d; }

.ws-cat .mw-cat-table-wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
}

/* Toolbar */
.ws-cat-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 16px;
  background: #fff;
  border: 1px solid rgba(20,42,37,.08);
  border-radius: 16px;
  margin-bottom: 18px;
}
.ws-cat-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  color: #6b7380;
}
.ws-cat-search input {
  border: 0;
  outline: 0;
  width: 100%;
  background: transparent;
  font: inherit;
  font-size: 14px;
  color: #162a25;
  padding: 10px 0;
}
.ws-cat-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ws-cat .mw-cat-select {
  height: 40px;
  border: 0;
  background: #f7f3ea;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: #0a362d;
}
.ws-cat .mw-cat-filter-btn {
  display: none;
  border: 0;
  background: #f7f3ea;
  color: #0a362d;
  border-radius: 12px;
  height: 40px;
  padding: 0 14px;
  font-weight: 700;
}
.ws-cat-views {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f7f3ea;
  border-radius: 12px;
}
.ws-cat-views button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #0a362d;
}
.ws-cat-views button.is-on {
  background: #0a362d;
  color: #fff;
}

.ws-cat-cols {
  display: grid;
  grid-template-columns: 148px minmax(0,1.4fr) 150px 90px 110px 168px;
  gap: 16px;
  padding: 0 16px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a938d;
}

/* List rows */
.ws-cat-list { display: flex; flex-direction: column; gap: 12px; }
.ws-cat-row {
  display: grid;
  grid-template-columns: 148px minmax(0,1.4fr) 150px 90px 110px 168px;
  gap: 16px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(26,45,39,.04);
  transition: transform .18s ease, box-shadow .18s ease;
}
.ws-cat-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(26,45,39,.08);
}
.ws-cat-thumb {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #ebe4d6;
}
.ws-cat-row .ws-cat-thumb img {
  width: 148px;
  height: 108px;
  object-fit: cover;
  display: block;
}
.ws-cat-live {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ws-cat-live.is-now { background: #c45c4a; color: #fff; }
.ws-cat-live.is-soon { background: #f3ead6; color: #8b5e3c; }
.ws-cat-info h2 {
  margin: 0 0 8px;
  font-family: var(--ws-sans, Manrope, sans-serif);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.ws-cat-info h2 a { color: #12263a; }
.ws-cat-speaker {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ws-cat-speaker img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.ws-cat-speaker strong { display: block; font-size: 13px; color: #162a25; }
.ws-cat-speaker small { display: block; font-size: 12px; color: #6b7380; }
.ws-cat-when {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #4d5853;
  font-weight: 600;
}
.ws-cat-when i { color: #8b5e3c; margin-right: 6px; }
.ws-cat-price b {
  font-size: 16px;
  color: #0a362d;
}
.ws-cat-price s { display: block; color: #8a938d; font-size: 12px; }
.ws-cat-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: #eef4ef;
  color: #0a362d;
  width: fit-content;
}
.ws-cat-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f8f55;
}
.ws-cat-status.is-past { background: #f6eed8; color: #8b5e3c; }
.ws-cat-status.is-past i { background: #c5a358; }
.ws-cat-status.is-live { background: #fdeceb; color: #c45c4a; }
.ws-cat-status.is-live i { background: #c45c4a; }
.ws-cat-act {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.ws-cat-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #0a362d;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.ws-cat-cta:hover { background: #145246; }
.ws-cat-cta.is-ghost {
  background: transparent;
  color: #0a362d !important;
  border: 1.5px solid rgba(10,54,45,.22);
}
.ws-cat-cta.is-live { background: #c45c4a; }
.ws-cat-save {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f7f3ea;
  color: #0a362d;
}

/* Grid */
.ws-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ws-cat-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(26,45,39,.05);
  display: flex;
  flex-direction: column;
}
.ws-cat-card .ws-cat-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.ws-cat-card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ws-cat-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}
.ws-cat-card h3 a { color: #12263a; }
.ws-cat-card .ws-cat-when { flex-direction: row; flex-wrap: wrap; gap: 12px; }
.ws-cat-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.ws-cat-empty { margin: 24px 0 0; color: #6b7380; }
.ws-cat-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.ws-cat-pager p { margin: 0; font-size: 13px; color: #6b7380; }
.ws-cat-pager .pagination { margin: 0; gap: 6px; }
.ws-cat-pager .page-item { margin: 0; }
.ws-cat-pager .page-link {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0a362d;
  font-weight: 700;
  box-shadow: none;
}
.ws-cat-pager .page-item.active .page-link {
  background: #0a362d;
  color: #fff;
}

@media (max-width: 1100px) {
  .ws-cat-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(240px, .9fr); gap: 20px; }
  .ws-cat-hero-visual { min-height: 360px; }
  .ws-cat-hero-photo img { height: 320px; }
  .ws-cat-layout { grid-template-columns: 240px minmax(0,1fr); }
  .ws-cat-row,
  .ws-cat-cols { grid-template-columns: 120px minmax(0,1fr) 130px 80px 150px; }
  .ws-cat-row .ws-cat-status { display: none; }
  .ws-cat-cols span:nth-child(4) { display: none; }
}
@media (max-width: 991px) {
  .ws-cat-hero-grid { grid-template-columns: 1fr; gap: 12px; }
  .ws-cat-benefits { grid-template-columns: 1fr; }
  .ws-cat-layout { grid-template-columns: 1fr; }
  .ws-cat-side { position: static; }
  .ws-cat-side-title { display: none; }
  .ws-cat-side .mw-cats-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 800;
    color: #0a362d;
    margin-bottom: 8px;
  }
  .ws-cat-side ul,
  .ws-cat-help { display: none; }
  .ws-cat-side.is-open ul {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 8px;
  }
  .ws-cat-side.is-open li { flex: 0 0 auto; }
  .ws-cat-side.is-open a { white-space: nowrap; }
  .ws-cat-side.is-open .ws-cat-help { display: block; margin-top: 8px; }
  .ws-cat .mw-cat-filter-btn { display: inline-flex; align-items: center; gap: 8px; }
  .ws-cat-filters { display: none; }
  .ws-cat-filters.is-open { display: flex; flex-wrap: wrap; }
  .ws-cat-grid { grid-template-columns: 1fr; }
  .ws-cat-pager { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
  .ws-cat-hero {
    padding: 12px 0 8px;
  }
  .ws-cat-hero-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ws-cat-hero-copy h1 {
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.08;
  }
  .ws-cat-lead {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .ws-cat-benefits {
    gap: 16px;
    margin-bottom: 8px;
  }
  .ws-cat-benefit-icon {
    width: 44px;
    height: 44px;
  }
  .ws-cat-benefits strong { font-size: 14px; }
  .ws-cat-hero-visual {
    min-height: 280px;
    max-width: none;
    margin-top: 4px;
  }
  .ws-cat-flora {
    left: -8%;
    top: 18%;
    width: 72%;
  }
  .ws-cat-script {
    left: 0;
    top: 28%;
    font-size: 26px;
    color: var(--ws-forest, #0a362d);
  }
  .ws-cat-hero-photo {
    width: min(210px, 56vw);
    margin: 8px 0 0 auto;
    border-radius: 32px;
  }
  .ws-cat-hero-photo img {
    height: 260px;
  }
  .ws-cat-quote { display: none; }
}
