.prom-fin-docs {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.prom-fin-docs__block {
    margin: 0 0 52px;
}

.prom-fin-docs__block:last-child {
    margin-bottom: 0;
}

.prom-fin-docs__block-title {
    margin: 0 0 24px;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.prom-fin-docs__section {
    margin: 0 0 18px;
    padding: 24px 26px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

.prom-fin-docs__section:last-child {
    margin-bottom: 0;
}

.prom-fin-docs__section-title {
    margin: 0 0 18px;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.prom-fin-docs__list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.prom-fin-docs__item {
    margin: 0;
    padding: 0;
}

.prom-fin-docs__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 56px;
    padding: 12px 14px 12px 18px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: inherit;
    text-decoration: none;
    background: rgba(15, 23, 42, 0.035);
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.prom-fin-docs__link:hover,
.prom-fin-docs__link:focus {
    color: inherit;
    text-decoration: none;
    border-color: rgba(15, 23, 42, 0.14);
    background: rgba(15, 23, 42, 0.055);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.055);
    transform: translateY(-1px);
}

.prom-fin-docs__link-text {
    color: rgba(15, 23, 42, 0.82);
    font-size: 17px;
    line-height: 1.35;
}

.prom-fin-docs__link-action {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
    color: rgba(15, 23, 42, 0.74);
}

.prom-fin-docs__link-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.7);
    background: rgba(15, 23, 42, 0.075);
}

.prom-fin-docs__link-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 1;
    opacity: .72;
    transition: transform .18s ease, opacity .18s ease;
}

.prom-fin-docs__link:hover .prom-fin-docs__link-arrow,
.prom-fin-docs__link:focus .prom-fin-docs__link-arrow {
    transform: translate(2px, -2px);
    opacity: 1;
}

@media (max-width: 767px) {
    .prom-fin-docs__block {
        margin-bottom: 40px;
    }

    .prom-fin-docs__block-title {
        margin-bottom: 18px;
    }

    .prom-fin-docs__section {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .prom-fin-docs__link {
        gap: 12px;
        min-height: 54px;
        padding: 12px 12px 12px 14px;
    }

    .prom-fin-docs__link-text {
        font-size: 16px;
    }

    .prom-fin-docs__link-badge {
        min-width: 44px;
        height: 26px;
        padding: 0 10px;
        font-size: 11px;
    }
}
