/* Servicios fúnebres / necrológicas (home): mismo ritmo que muni_servicio */
.funer-sc { margin-top: 0; }
.funer-sc__wrap { display: block; color: inherit; -webkit-tap-highlight-color: transparent; }
.funer-sc__wrap:active .funer-sc__card { transform: scale(0.992); }
.funer-sc__card {
    position: relative;
    overflow: hidden;
    padding: 22px 20px 20px;
    background: linear-gradient(145deg, #ffffff 0%, #ffffff 55%, #f8fafc 100%);
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 28px -8px rgba(15, 23, 42, 0.07);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.funer-sc__card:hover { box-shadow: 0 16px 36px -10px rgba(15, 23, 42, 0.1); }
.funer-sc__deco {
    position: absolute;
    right: -8px;
    bottom: -18px;
    font-size: 76px;
    color: rgba(100, 116, 139, 0.07);
    transform: rotate(-12deg);
    pointer-events: none;
    line-height: 1;
}
.funer-sc__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 4px;
}
.funer-sc__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.funer-sc__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(145deg, #94a3b8, #64748b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 6px 16px rgba(100, 116, 139, 0.28);
}
.funer-sc__titles { min-width: 0; }
.funer-sc__kicker {
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}
.funer-sc__title {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.funer-sc__item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 4px;
    border-top: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
.funer-sc__item:first-of-type {
    border-top: none;
    padding-top: 6px;
}
.funer-sc__item:active { opacity: 0.92; }
.funer-sc__ico-box {
    width: 46px;
    height: 46px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
    font-size: 22px;
    color: #94a3b8;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.funer-sc__main { flex: 1; min-width: 0; padding-top: 2px; }
.funer-sc__nombre {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
    color: #000000;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.funer-sc__meta {
    margin: 0;
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    line-height: 1.4;
}
.funer-sc__sep { color: #cbd5e1; margin: 0 4px; user-select: none; }
.funer-sc__chip {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 8px;
    background: #f1f5f9;
    font-size: 10px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.funer-sc__chev {
    flex-shrink: 0;
    color: #cbd5e1;
    font-size: 16px;
    margin-top: 4px;
}
.funer-sc__cta {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.funer-sc__cta:active { opacity: 0.88; }
.funer-sc__cta i { font-size: 15px; opacity: 0.88; color: #64748b; }
.funer-sc--empty .funer-sc__empty-msg {
    position: relative;
    z-index: 2;
    margin: 0 0 8px;
    padding: 10px 4px 6px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
    line-height: 1.5;
}
