.catalog-section{box-sizing:border-box;width:100%;padding:48px 0 56px}.category-card{background-color:var(--surface-2);border-radius:16px;flex-direction:column;min-height:220px;text-decoration:none;display:flex;position:relative;overflow:hidden}.category-card--has-image{min-height:280px}.category-card__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.category-card__overlay{background:linear-gradient(#0000 50%,#0009 75%,#000000d9 100%);position:absolute;inset:0}.category-card__content{z-index:1;flex-direction:column;flex:1;justify-content:flex-end;gap:10px;display:flex;position:relative}.category-card__badge{letter-spacing:.08em;text-transform:uppercase;border-radius:4px;width:fit-content;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.category-card__badge--product,.category-card--has-image .category-card__badge--product{color:#ffffffd9;background-color:#ffffff26;border:1px solid #ffffff59}.category-card__badge--service{background-color:rgba(var(--accent-rgb,99, 102, 241), .18);border:1px solid rgba(var(--accent-rgb,99, 102, 241), .45);color:var(--accent,#6366f1)}.category-card--has-image .category-card__badge--service{color:#ffffffd9;background-color:#ffffff26;border:1px solid #ffffff59}.category-card__name{color:var(--on-surface);margin:0}.category-card--has-image .category-card__name{color:#fff}.category-card__description{color:var(--on-surface-muted,#0000008c);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.category-card--has-image .category-card__description{color:#ffffffb8}.category-card__count{color:var(--on-surface-muted,#00000073)}.category-card--has-image .category-card__count{color:#ffffff8c}
