.sidebar-nav {
    background: #f3f6f6;
    border: 1px solid #e4e8e8;
    margin-bottom: 28px;
}

.sidebar-nav__head {
    padding: 20px 20px 16px;
    border-bottom: 1px solid #e4e8e8;
}

.sidebar-nav__badge {
    background: #ff7063;
    color: #fff;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    display: inline-block;
}

.sidebar-nav__title {
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3446;
}

.sidebar-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav__item {
    border-bottom: 1px solid #e4e8e8;
}

.sidebar-nav__item:last-child {
    border-bottom: 0;
}

.sidebar-nav__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    text-decoration: none;
    color: #1e3446;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    border-left: 4px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sidebar-nav__link:hover,
.sidebar-nav__link.is-active {
    background: #fff;
    border-left-color: #ff7063;
    color: #177265;
}

.sidebar-nav__num {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ff7063;
    min-width: 22px;
}

.sidebar-nav__label {
    flex: 1 1 auto;
}

.sidebar-nav__arrow {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1;
    color: #177265;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.sidebar-nav__link:hover .sidebar-nav__arrow,
.sidebar-nav__link.is-active .sidebar-nav__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Footer hizmet listesi — footer.css içinde footer-nav-block olarak taşındı */
