/* /categoria — índice de categorías */

.cw-categoria-index {
    padding: 2rem 0 4rem;
    background: linear-gradient(180deg, #eceeff 0%, var(--cw-white) 12rem);
}

.cw-categoria-index__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--cw-n700);
}

.cw-categoria-index__breadcrumb a:hover {
    color: var(--cw-blue);
}

.cw-categoria-index__breadcrumb i,
.cw-categoria-index__breadcrumb svg.lucide {
    width: 0.8125rem;
    height: 0.8125rem;
    color: var(--cw-n400);
}

.cw-categoria-index__head {
    max-width: 40rem;
    margin-bottom: 2rem;
}

.cw-categoria-index__eyebrow {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cw-blue);
}

.cw-categoria-index__title {
    margin: 0 0 0.75rem;
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--cw-n900);
}

.cw-categoria-index__desc {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--cw-n700);
}

.cw-categoria-index__meta {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--cw-blue);
}

.cw-categoria-index__empty {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--cw-n700);
}

.cw-categoria-index__grid {
    margin-top: 0.5rem;
}

.cw-category-card--index {
    min-height: 100%;
    text-decoration: none;
    color: inherit;
}

.cw-category-card--index .cw-category-card__icon i,
.cw-category-card--index .cw-category-card__icon svg.lucide {
    width: 1.25rem;
    height: 1.25rem;
}

.cw-category-card--index .cw-category-card__title {
    font-size: 1rem;
    line-height: 1.3;
}

.cw-category-card--index .cw-category-card__sub {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--cw-n700);
}
