
.ses-category-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(220px,.85fr);
  gap: 1.25rem;
  min-height: 100%;
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96));
  border: 1px solid rgba(148,163,184,.22);
  box-shadow: 0 20px 54px rgba(15,23,42,.08);
  overflow: visible;
}
.ses-category-card__body {padding-right: .5rem;}
.ses-category-card__title {margin: .15rem 0 .75rem; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.08; letter-spacing: -.03em;}
.ses-category-card__title a {color: #0f172a; text-decoration: none;}
.ses-category-card__title a:hover {color: #cc0033;}
.ses-category-card__desc {margin: 0; color: #5b6b82; line-height: 1.82;}
.ses-category-card__actions {display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.4rem;}
.ses-category-card__link {display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:.7rem 1rem; border-radius:999px; background:#0f172a; color:#fff; text-decoration:none; font-weight:600;}
.ses-category-card__link:hover {background:#cc0033; color:#fff;}
.ses-category-card__link--muted {background:transparent; color:#0f172a; border:1px solid rgba(15,23,42,.14);}
.ses-category-card__link--muted:hover {border-color:#cc0033; color:#cc0033; background:rgba(204,0,51,.04);}
.ses-category-card__media {position: relative; align-self:center; min-height: 220px;}
.ses-category-card__img,
.ses-category-card__placeholder {display:block; width:100%; border-radius:1.35rem; box-shadow:0 22px 50px rgba(15,23,42,.15);}
.ses-category-card__img {height:100%; min-height:240px; object-fit:cover; transform: translateY(-1rem);}
.ses-category-card__placeholder {min-height:240px; background:linear-gradient(135deg,#111827,#334155); color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; padding:1.5rem; transform: translateY(-1rem);}
.ses-category-circles-wrap {margin-top: 2.5rem; padding-top: 1.5rem; border-top:1px solid rgba(148,163,184,.2);}
.ses-category-circles__label {margin-bottom:.9rem; color:#64748b; font-size:.82rem; font-weight:800; text-transform:uppercase; letter-spacing:.12em;}
.ses-category-circles {display:flex; flex-wrap:wrap; gap:.75rem;}
.ses-category-circle {display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:50%; text-decoration:none; background:#fff; color:#0f172a; border:1px solid rgba(15,23,42,.12); box-shadow:0 10px 24px rgba(15,23,42,.06); font-weight:700;}
.ses-category-circle:hover {background:#cc0033; color:#fff; border-color:#cc0033;}
@media (max-width: 991.98px) {
  .ses-category-card {grid-template-columns:1fr;}
  .ses-category-card__media {min-height:0;}
  .ses-category-card__img,
  .ses-category-card__placeholder {transform:none; min-height:220px;}
}
