/* [СВО] 2026-07-19 — мастер вступления: единый фото-фон страниц */
.pub-page-hero--join {
    background:
        linear-gradient(165deg, rgba(255, 252, 247, 0.5) 0%, rgba(247, 243, 235, 0.62) 55%, rgba(240, 233, 220, 0.68) 100%),
        var(--page-photo) center / cover no-repeat;
}

.mem-page {
    padding: 24px 16px 40px;
    background: transparent;
}

.mem-page__inner {
    max-width: 680px;
    margin: 0 auto;
}

.mem-progress-wrap {
    margin-bottom: 22px;
    padding: 16px 14px 12px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(30, 58, 95, 0.05);
}

.mem-progress-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.mem-progress-head__count {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.mem-progress-head__count strong {
    color: #1e3a5f;
    font-size: 15px;
}

.mem-progress-head__name {
    font-size: 14px;
    font-weight: 700;
    color: #1e3a5f;
    text-align: right;
}

.mem-progress-bar {
    height: 6px;
    border-radius: 999px;
    background: #e8edf3;
    overflow: hidden;
    margin-bottom: 14px;
}

.mem-progress-bar__fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #c9a84c 0%, #d4b85a 50%, #e8cc6a 100%);
    transition: width 0.35s ease;
}

.mem-progress {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 0 4px;
}

.mem-progress::-webkit-scrollbar {
    display: none;
}

.mem-progress__item {
    position: relative;
    flex: 1 0 72px;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-style: normal;
    text-align: center;
    z-index: 1;
}

.mem-progress__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 17px;
    left: calc(50% + 18px);
    width: calc(100% - 36px);
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
}

.mem-progress__item--done:not(:last-child)::after,
.mem-progress__item--active:not(:last-child)::after {
    background: linear-gradient(90deg, #c9a84c, #d4b85a);
}

.mem-progress__item span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 2px solid #e2e8f0;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.25s ease;
}

.mem-progress__item em {
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    color: #94a3b8;
    line-height: 1.2;
    max-width: 72px;
}

.mem-progress__item--active em {
    color: #1e3a5f;
    font-weight: 700;
}

.mem-progress__item--done em {
    color: #64748b;
}

.mem-progress__item--active span {
    background: linear-gradient(145deg, #d4b85a 0%, #c9a84c 100%);
    border-color: #c9a84c;
    color: #1e3a5f;
    box-shadow: 0 4px 14px rgba(201, 168, 76, 0.45);
    transform: scale(1.06);
}

.mem-progress__item--done span {
    background: linear-gradient(145deg, #d4b85a 0%, #c9a84c 100%);
    border-color: #c9a84c;
    color: #1e3a5f;
}

.mem-card {
    display: none;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 22px 18px;
    box-shadow: 0 8px 28px rgba(30, 58, 95, 0.06);
}

.mem-card.mem-step--active {
    display: block;
}

.mem-card__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    color: #1e3a5f;
}

.mem-card__lead {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
}

.mem-card__lead--org {
    font-size: 15px;
    line-height: 1.55;
    color: var(--text-secondary, #475569);
}

.card-title--org {
    font-size: 15px;
    line-height: 1.45;
    align-items: flex-start;
}

.mem-card__note {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.mem-card__note a {
    color: #b8942e;
    font-weight: 700;
    cursor: pointer;
}

.mem-step-status {
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.mem-step-status--error {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.mem-step-status--success {
    color: #166534;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.mem-step-next.is-busy,
.mem-step-next:disabled {
    opacity: 0.85;
    cursor: wait;
    transform: none;
}

.mem-input-pin {
    font-size: 24px !important;
    letter-spacing: 0.35em;
    text-align: center;
    font-weight: 700;
}

.mem-photo-upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.mem-photo-preview {
    display: block;
    flex-shrink: 0;
    margin-top: 4px;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    position: relative;
}

.mem-photo-preview[hidden] {
    display: none !important;
}

.mem-photo-preview img,
.mem-photo-preview__img {
    display: block;
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
    object-fit: cover;
    object-position: center;
}

.mem-photo-hint {
    font-weight: 400;
    color: #94a3b8;
    font-size: 12px;
}

.cabinet-avatar-slot {
    position: relative;
    overflow: hidden;
}

.cabinet-avatar-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cabinet-avatar-slot.cabinet-avatar--photo {
    padding: 0;
    font-size: 0;
}

.mem-doc-grid .form-group {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
}

.mem-progress--5,
.mem-progress--6 {
    display: flex;
}

@media (max-width: 520px) {
    .mem-progress-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .mem-progress-head__name {
        text-align: left;
        font-size: 13px;
    }

    .mem-progress__item {
        flex: 0 0 64px;
        min-width: 64px;
    }

    .mem-progress__item em {
        font-size: 10px;
        max-width: 64px;
    }

    .mem-progress__item span {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .mem-progress__item:not(:last-child)::after {
        top: 15px;
        left: calc(50% + 16px);
        width: calc(100% - 32px);
    }
}

@media (min-width: 521px) {
    .mem-progress__item {
        flex: 1 1 0;
        min-width: 0;
    }

    .mem-progress__item em {
        max-width: none;
    }
}

.mem-doc-downloads {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.mem-doc-downloads__title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: #1e3a5f;
}

.mem-docs-reject {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
    font-size: 14px;
    line-height: 1.5;
}

.mem-anketa-wiz {
    margin-bottom: 18px;
    padding: 0;
    border-radius: 16px;
    overflow: visible;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(30, 58, 95, 0.05);
}

.mem-anketa-wiz__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.mem-anketa-wiz__back {
    color: #475569 !important;
    border-color: #dbe3ee !important;
    background: #fff !important;
}

.mem-anketa-wiz__back:hover:not(:disabled) {
    border-color: #c9a84c !important;
    color: #1e3a5f !important;
}

.mem-anketa-wiz__back:disabled {
    opacity: 0.35;
}

.mem-anketa-wiz__meta {
    text-align: right;
    flex: 1;
    min-width: 0;
}

.mem-anketa-wiz__stats {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 4px;
}

.mem-anketa-wiz__count {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.mem-anketa-wiz__pct {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #8a6d1f;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.28);
}

.mem-anketa-wiz__title {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    color: #1e3a5f;
    letter-spacing: -0.02em;
}

.mem-anketa-wiz__bar {
    height: 4px;
    background: #eef2f7;
    overflow: hidden;
}

.mem-anketa-wiz__fill {
    height: 100%;
    width: 0;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(90deg, #c9a84c 0%, #e8cc6a 100%);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mem-anketa-wiz-step {
    display: block;
}

.mem-anketa-wiz-host {
    display: block;
    min-height: 88px;
    padding: 4px 2px 0;
}

.mem-anketa-wiz-body {
    margin-bottom: 14px;
    padding: 20px 18px 18px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 24px rgba(30, 58, 95, 0.06);
}

.mem-anketa-wiz-hint {
    margin: 14px 0 12px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    text-align: center;
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px dashed #dbe3ee;
}

.mem-anketa-wiz-next,
.mem-step-next {
    margin-top: 0;
    min-height: 52px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(201, 168, 76, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mem-anketa-wiz-next:hover,
.mem-step-next:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(201, 168, 76, 0.34);
}

.mem-anketa-wiz-next i,
.mem-step-next i {
    transition: transform 0.18s ease;
}

.mem-anketa-wiz-next:hover i,
.mem-step-next:hover i {
    transform: translateX(3px);
}

.mem-anketa-wiz-next__sub {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.85;
}

.mem-anketa-wiz-host .mem-anketa-wiz-step {
    display: block !important;
    animation: memWizFadeIn 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mem-anketa-wiz-host .form-group {
    margin-bottom: 0;
}

.mem-anketa-wiz-host .form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.mem-anketa-wiz-host .form-input,
.mem-anketa-wiz-host .form-select,
.mem-anketa-wiz-host textarea {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 14px;
    border: 1.5px solid #dbe3ee;
    background: #fff;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.04);
}

.mem-anketa-wiz-host .form-input:focus,
.mem-anketa-wiz-host .form-select:focus,
.mem-anketa-wiz-host textarea:focus {
    border-color: #c9a84c;
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.14), 0 4px 14px rgba(30, 58, 95, 0.06);
}

.mem-anketa-wiz-host input[type="file"].form-input {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.mem-anketa-sms-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.mem-anketa-sms-block .mem-pep-consent {
    margin: 0;
}

.mem-anketa-sms-status {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.mem-anketa-sms-status--error {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.mem-anketa-sms-status--success {
    color: #166534;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.mem-anketa-sms-status--info {
    color: #1e3a5f;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

#memAnketaSmsSendBtn.is-busy {
    opacity: 0.85;
    cursor: wait;
}

.mem-anketa-wiz-host .mem-anketa-sms-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    border: none;
    background: transparent;
}

.mem-anketa-wiz-host .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.mem-anketa-wiz-host .form-check span {
    line-height: 1.45;
    color: #334155;
}

.mem-anketa-form--storage {
    display: none !important;
}

.mem-anketa-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

@keyframes memWizFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.mem-anketa-wiz-agree {
    margin-top: 8px;
}

.mem-card__hint {
    margin: 10px 0 0;
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
}

#memAnketaWizNext {
    margin-top: 0;
}

.anketa-dyn-card {
    position: relative;
    padding: 16px 16px 44px;
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.05);
}

.anketa-dyn-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(90deg, #c9a84c, #e8cc6a);
}

.anketa-dyn-card__remove {
    position: absolute;
    right: 12px;
    bottom: 10px;
}

.mem-radio-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.mem-radio-row label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1.5px solid #dbe3ee;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: all 0.18s ease;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.04);
}

.mem-radio-row label:has(input:checked) {
    border-color: #c9a84c;
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.12) 0%, rgba(255, 255, 255, 1) 100%);
    color: #1e3a5f;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

.mem-radio-row input {
    accent-color: #c9a84c;
}

.mem-anketa-preview {
    margin: 16px 0;
    padding: 0;
    background: #eef2f7;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    max-height: 60vh;
    overflow: auto;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.mem-anketa-doc {
    background: #fff;
    padding: 20px 18px 24px;
}

.mem-anketa-doc__header {
    margin: -20px -18px 18px;
    padding: 18px 18px 16px;
    background: #fff;
    color: #1e293b;
    border-bottom: 2px solid #c9a84c;
}

.mem-anketa-doc__kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a6d1f;
    margin-bottom: 6px;
}

.mem-anketa-doc__heading {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.mem-anketa-doc__name {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e3a5f;
}

.mem-anketa-doc__ticket {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #8a6d1f;
    background: rgba(201, 168, 76, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.35);
}

.mem-anketa-doc__section {
    margin-bottom: 16px;
    padding: 12px 12px 10px;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    background: #f8fafc;
}

.mem-anketa-doc__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    color: #1e3a5f;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mem-anketa-doc__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 22px;
    padding: 0 6px;
    border-radius: 6px;
    font-size: 11px;
    color: #8a6d1f;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.mem-anketa-doc__row {
    display: grid;
    grid-template-columns: minmax(110px, 34%) 1fr;
    gap: 8px 12px;
    padding: 8px 0;
    border-top: 1px solid #e8edf3;
}

.mem-anketa-doc__row:first-of-type {
    border-top: none;
    padding-top: 0;
}

.mem-anketa-doc__label {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.mem-anketa-doc__value {
    font-size: 14px;
    line-height: 1.5;
    color: #1e293b;
    white-space: pre-wrap;
    font-weight: 600;
}

.mem-anketa-doc__footer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #cbd5e1;
}

.mem-anketa-doc__sign {
    margin: 0 0 8px;
    font-size: 13px;
    color: #475569;
}

.mem-anketa-doc__consent {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
}

.mem-anketa-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

/* [СВО] 2026-07-09 — ПЭП: подписание через SMS */
.mem-sign-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 8px;
}

.mem-sign-block__title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1e3a5f;
}

.mem-sign-option {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.mem-sign-option--sms {
    border-color: #bfdbfe;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.mem-sign-option__title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: #1e3a5f;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mem-sign-option__hint {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
}

.mem-pep-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.55;
    color: #334155;
    cursor: pointer;
}

/* [СВО] 2026-07-19 — согласие с Политикой на шаге телефона */
.mem-privacy-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 4px 0 16px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    font-size: 13px;
    line-height: 1.55;
    color: #334155;
    cursor: pointer;
}

.mem-privacy-consent input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #1e3a5f;
    cursor: pointer;
}

.mem-privacy-consent a {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mem-privacy-consent span {
    flex: 1 1 auto;
    min-width: 0;
}

.museum-form__check {
    align-items: flex-start;
}

.museum-form__check span {
    font-size: 13px;
    line-height: 1.5;
}

.mem-pep-consent input {
    margin-top: 4px;
    flex-shrink: 0;
}

.mem-pep-consent a {
    color: #1d4ed8;
    text-decoration: underline;
}

.mem-pep-code-block {
    margin: 12px 0;
}

.mem-pep-code-input {
    font-size: 22px;
    letter-spacing: 0.25em;
    text-align: center;
    font-weight: 700;
}

.mem-pep-screenshot {
    margin-top: 12px;
}

.mem-sign-manual {
    padding: 14px 16px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
}

.mem-sign-manual summary {
    cursor: pointer;
    font-weight: 600;
    color: #475569;
}

.mem-sign-manual .mem-doc-grid {
    margin-top: 14px;
}

.mem-docs-reject {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .mem-progress-wrap {
        padding: 14px 12px 10px;
    }

    .mem-card {
        padding: 18px 14px;
    }

    .mem-card__title {
        font-size: 20px;
    }

    .mem-card--anketa {
        padding: 16px 12px;
    }

    .mem-anketa-wiz__title {
        font-size: 16px;
    }

    .mem-anketa-wiz-body {
        padding: 16px 14px 14px;
    }

    .mem-anketa-doc__row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* [СВО] 2026-07-09 — Премиальный блок анкеты */
.mem-card--anketa {
    padding: 20px 18px;
    border-color: rgba(201, 168, 76, 0.22);
    box-shadow: 0 14px 40px rgba(30, 58, 95, 0.08);
}

.mem-card--anketa.mem-step--active {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.mem-anketa-intro {
    margin-bottom: 18px;
    text-align: center;
}

.mem-anketa-intro__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a6d1f;
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.16) 0%, rgba(201, 168, 76, 0.08) 100%);
    border: 1px solid rgba(201, 168, 76, 0.28);
}

.mem-anketa-intro__title {
    margin-bottom: 8px;
}

.mem-anketa-intro__lead {
    margin-bottom: 0;
    max-width: 52ch;
    margin-left: auto;
    margin-right: auto;
}
