.list-ul li {
    margin: 10px;
}

.process-section {
    background: #f8f9fa;
}

.process-wrapper {
    position: relative;
    max-width: 700px;
    margin: auto;
}

    /* вертикальная линия */
    .process-wrapper::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #e9ecef;
    }

.process-step {
    position: relative;
    padding: 30px 35px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    font-size: 25px;
}

    .process-step h3 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .process-step p {
        margin: 0;
        color: #5f6b7a;
        font-weight: 500;
    }

/* каскадный сдвиг */
.step1 {
    margin-left: 0;
    background: rgba(13,110,253,0.08);
}

.step2 {
    margin-left: 60px;
    background: rgba(255,193,7,0.12);
}

.step3 {
    margin-left: 120px;
    background: rgba(25,135,84,0.10);
}

/* точка на линии */
.process-step::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 35px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 3px solid #dee2e6;
}
.feedback-section {
    background: #f8f9fa;
}

.feedback-card {
    border: 1px solid #e9ecef;
}

    .feedback-card .form-control {
        min-height: 48px;
        border-radius: 10px;
    }

    .feedback-card textarea.form-control {
        min-height: 120px;
    }

    .feedback-card .btn-primary {
        border-radius: 10px;
        padding: 12px 20px;
        font-weight: 600;
    }

    .feedback-card .form-check-label {
        margin-right: 8px;
    }

.business-hero-section {
    padding: 90px 0 70px;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.10), transparent 35%), radial-gradient(circle at bottom right, rgba(25, 135, 84, 0.10), transparent 35%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.business-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 18px;
}

.business-hero-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    font-weight: 800;
    color: #1d2a39;
    margin-bottom: 20px;
}

.business-hero-text {
    font-size: 1.08rem;
    line-height: 1.75;
    color: #5b6572;
    max-width: 620px;
    margin-bottom: 28px;
}

.business-hero-actions .btn {
    min-width: 190px;
    border-radius: 14px;
    padding: 13px 22px;
    font-weight: 600;
}

.business-hero-visual {
    position: relative;
    padding: 24px;
}

.business-visual-card-main {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(25, 42, 70, 0.10);
    border: 1px solid rgba(13, 110, 253, 0.08);
    margin-bottom: 20px;
}

.business-visual-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: linear-gradient(135deg, #0d6efd 0%, #5aa2ff 100%);
    color: #fff;
}

.business-visual-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d2a39;
    margin-bottom: 5px;
}

.business-visual-subtitle {
    color: #6b7280;
    font-size: 0.98rem;
}

.business-visual-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.business-visual-mini {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(25, 42, 70, 0.08);
    border: 1px solid #edf2f7;
}

.business-mini-icon {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.business-mini-text {
    font-weight: 600;
    color: #334155;
}

.business-info-strip {
    padding: 26px 0;
    background: #0f172a;
}

.business-info-item {
    color: #fff;
}

.business-info-number {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.business-info-label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
}

.business-documents-section {
    padding: 85px 0 95px;
    background: #f8fafc;
}

.business-section-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.business-section-title {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 800;
    color: #1d2a39;
    margin-bottom: 14px;
}

.business-section-text {
    color: #667085;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.75;
    font-size: 1.05rem;
}

.business-doc-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.07);
    border: 1px solid #edf2f7;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .business-doc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
    }

.business-doc-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.business-doc-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
}

.business-doc-icon-blue {
    background: linear-gradient(135deg, #0d6efd 0%, #5aa2ff 100%);
}

.business-doc-icon-green {
    background: linear-gradient(135deg, #198754 0%, #52c78a 100%);
}

.business-doc-tag {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 600;
}

.business-doc-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 16px;
}

.business-doc-description {
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 18px;
}

.business-doc-list {
    padding-left: 20px;
    margin-bottom: 24px;
    color: #475569;
}

    .business-doc-list li {
        margin-bottom: 8px;
    }

.business-doc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .business-doc-actions .btn {
        border-radius: 12px;
        padding: 11px 18px;
        font-weight: 600;
    }

.business-note-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #0d6efd;
    border-radius: 20px;
    padding: 22px 24px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.business-note-icon {
    font-size: 1.5rem;
    line-height: 1;
}

.business-note-title {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
}

.business-note-text {
    color: #64748b;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .business-hero-section {
        padding: 70px 0 55px;
    }

    .business-documents-section {
        padding: 65px 0 75px;
    }
}

@media (max-width: 575.98px) {
    .business-visual-grid {
        grid-template-columns: 1fr;
    }

    .business-doc-card {
        padding: 22px;
    }

    .business-doc-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .business-note-box {
        flex-direction: column;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #000;
    }

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #aaadb1;
    border-color: #aaadb1;
}