.mds-business-identity {
    margin: -20px 0 42px;
    padding: 28px;
    border: 1px solid #d9dee7;
    border-left: 5px solid var(--mds-orange);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(16,24,40,.05);
}

.mds-business-intro h2 {
    margin: 6px 0 8px;
    font-size: 28px;
}

.mds-business-intro p {
    max-width: 780px;
    margin: 0 0 22px;
    color: var(--mds-muted);
    line-height: 1.55;
}

.mds-business-forms {
    display: grid;
    gap: 16px;
}

.mds-business-forms form {
    display: grid;
    gap: 8px;
}

.mds-business-forms label {
    font-weight: 700;
}

.mds-business-forms form > div {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 10px;
}

.mds-business-forms input {
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid #cbd1dc;
    border-radius: 8px;
    font-size: 16px;
}

.mds-business-forms button {
    min-height: 46px;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    background: var(--mds-navy);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.mds-business-saved {
    margin: 0 0 18px;
    padding: 12px 15px;
    border-radius: 8px;
    background: #eaf8f1;
    color: #087a55;
    font-weight: 700;
}

.mds-side-business {
    margin: -20px 0 26px;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 9px;
    background: rgba(255,255,255,.07);
}

.mds-side-business span,
.mds-side-business strong {
    display: block;
}

.mds-side-business span {
    margin-bottom: 4px;
    color: var(--mds-orange);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.mds-side-business strong {
    color: #fff;
    line-height: 1.35;
}

.mds-work-business {
    margin: 4px 0 0;
    color: #526581;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 620px) {
    .mds-business-identity { margin-top: -18px; padding: 22px; }
    .mds-business-forms form > div { grid-template-columns: 1fr; }
}
