.mw-profile-v2 {
    --mw-red: #e30613;
    --mw-red-dark: #b70f16;
    --mw-ink: #0f172a;
    --mw-muted: #667085;
    --mw-line: rgba(15, 23, 42, .08);
    --mw-soft: #f7f9fc;
    background: radial-gradient(900px 360px at 8% 0%, rgba(227, 6, 19, .16), transparent 56%), radial-gradient(780px 320px at 94% 6%, rgba(255, 192, 0, .10), transparent 46%), linear-gradient(180deg, #060d18 0%, #0a1322 36%, #edf2f7 36%, #f6f8fb 100%);
    padding: 34px 0 74px;
    opacity: 1;
    transform: none;
}

    .mw-profile-v2 .container-mw {
        max-width: 1180px;
    }

.mw-profile-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    min-height: 260px;
    padding: 30px;
    border-radius: 30px;
    color: #fff;
    background: radial-gradient(circle at top right, rgba(227, 6, 19, .18), transparent 34%), linear-gradient(135deg, rgba(19, 31, 52, .92), rgba(8, 13, 24, .94));
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 26px 70px rgba(5, 10, 20, .28);
    overflow: hidden;
    position: relative;
}

    .mw-profile-hero-card::after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -110px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(227, 6, 19, .18);
        pointer-events: none;
    }

.mw-profile-hero-copy,
.mw-profile-hero-actions {
    position: relative;
    z-index: 1;
}

.mw-profile-eyebrow,
.mw-profile-panel-badge,
.mw-commercial-profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    max-width: 100%;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(227, 6, 19, .11);
    border: 1px solid rgba(227, 6, 19, .16);
    color: #ffb7be;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.mw-profile-hero-card h1 {
    margin: 18px 0 12px;
    font-size: clamp(2.3rem, 5vw, 4.2rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.045em;
}

.mw-profile-hero-card p {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 650;
}

.mw-profile-hero-actions {
    display: grid;
    gap: 12px;
    min-width: 260px;
}

    .mw-profile-hero-actions a {
        min-height: 58px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 18px;
        border-radius: 18px;
        text-decoration: none;
        color: #f8fafc;
        background: rgba(255, 255, 255, .07);
        border: 1px solid rgba(255, 255, 255, .10);
        font-weight: 900;
        transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }

        .mw-profile-hero-actions a:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, .11);
            border-color: rgba(255, 255, 255, .18);
            color: #fff;
        }

    .mw-profile-hero-actions i {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(227, 6, 19, .16);
        color: #fff;
    }

.mw-profile-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 22px;
    margin-top: 24px;
    align-items: start;
}

.mw-profile-side {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.mw-profile-panel,
.mw-profile-photo-card,
.mw-profile-status-card,
.mw-commercial-profile-card {
    background: rgba(255, 255, 255, .98);
    color: var(--mw-ink);
    border: 1px solid var(--mw-line);
    box-shadow: 0 24px 58px rgba(15, 23, 42, .08);
}

.mw-profile-panel,
.mw-commercial-profile-card {
    border-radius: 30px;
    padding: 28px;
}

.mw-profile-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.mw-profile-panel-badge,
.mw-commercial-profile-badge {
    color: #cf111b;
    background: rgba(227, 6, 19, .08);
    border-color: rgba(227, 6, 19, .16);
}

.mw-profile-panel h2,
.mw-commercial-profile-card h3 {
    margin: 12px 0 8px;
    color: var(--mw-ink);
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 950;
}

.mw-profile-panel p,
.mw-commercial-profile-card p,
.mw-profile-photo-meta p,
.mw-profile-status-text {
    color: var(--mw-muted);
    line-height: 1.72;
}

.mw-profile-v2 .mw-auth-form {
    margin-top: 0;
}

.mw-profile-v2 .mw-form-grid,
.mw-commercial-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

    .mw-profile-v2 .mw-form-group.full,
    .mw-commercial-profile-grid .full,
    .mw-commercial-profile-card.full {
        grid-column: 1 / -1;
    }

.mw-profile-v2 .mw-form-label {
    color: #152033;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
}

.mw-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.mw-profile-v2 .mw-input,
.mw-profile-v2 .mw-phone-code,
.mw-profile-v2 .mw-native-select {
    height: 56px;
    border-radius: 18px;
    background: #fff;
    color: #111827;
    border: 1px solid rgba(15, 23, 42, .10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    font-weight: 750;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.mw-profile-v2 textarea.mw-input {
    min-height: 132px;
    padding: 16px;
}

.mw-profile-v2 .mw-input::placeholder {
    color: #9aa4b2;
}

.mw-profile-v2 .mw-input:focus,
.mw-profile-v2 .mw-native-select:focus {
    border-color: rgba(227, 6, 19, .38);
    box-shadow: 0 0 0 4px rgba(227, 6, 19, .08);
    background: #fff;
}

.mw-profile-v2 .mw-native-select {
    color-scheme: light;
    background-image: none;
}

    .mw-profile-v2 .mw-native-select option {
        background: #fff !important;
        color: #111827 !important;
    }

.mw-profile-v2 .mw-input[readonly] {
    background: #f7f9fc;
    color: #64748b;
}

.mw-profile-v2 .mw-input-icon {
    color: #8894a6;
}

.mw-profile-v2 .mw-account-type-grid.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mw-profile-v2 .mw-account-type-card {
    min-height: 150px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    color: #111827;
    border: 1px solid rgba(15, 23, 42, .09);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .05);
}

    .mw-profile-v2 .mw-account-type-card small {
        color: #667085;
    }

    .mw-profile-v2 .mw-account-type-card:hover {
        transform: translateY(-3px);
        border-color: rgba(227, 6, 19, .22);
        box-shadow: 0 20px 44px rgba(15, 23, 42, .08);
    }

    .mw-profile-v2 .mw-account-type-card.is-selected {
        background: radial-gradient(circle at top right, rgba(227, 6, 19, .12), transparent 44%), linear-gradient(180deg, #fff, #fff7f8);
        border-color: rgba(227, 6, 19, .42);
    }

.mw-profile-v2 .mw-account-type-icon {
    background: #172033;
    color: #fff;
}

.mw-profile-v2 .mw-account-type-card.is-selected .mw-account-type-icon {
    background: linear-gradient(135deg, var(--mw-red), var(--mw-red-dark));
}

.mw-profile-photo-card,
.mw-profile-status-card {
    border-radius: 28px;
    padding: 22px;
}

.mw-profile-photo-card {
    display: grid;
    gap: 18px;
}

.mw-profile-v2 .mw-profile-photo-preview {
    width: 116px;
    height: 116px;
    border-radius: 30px;
    background: linear-gradient(135deg, #e30613, #961018);
    box-shadow: 0 22px 48px rgba(227, 6, 19, .20);
}

.mw-profile-photo-meta h3,
.mw-profile-status-title {
    color: var(--mw-ink);
}

.mw-profile-photo-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mw-profile-v2 .mw-photo-btn,
.mw-profile-v2 .mw-auth-btn,
.mw-profile-v2 .mw-auth-btn-ghost {
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

.mw-profile-v2 .mw-photo-btn {
    color: #fff;
    background: linear-gradient(135deg, var(--mw-red), var(--mw-red-dark));
    border-color: transparent;
}

.mw-profile-v2 .mw-photo-btn-soft {
    color: #1f2937;
    background: #f3f6fb;
    border: 1px solid rgba(15, 23, 42, .08);
}

.mw-profile-v2 .mw-auth-btn:hover,
.mw-profile-v2 .mw-photo-btn:hover {
    transform: translateY(-2px);
}

.mw-profile-v2 .mw-profile-status-card {
    margin: 0;
}

.mw-profile-v2 .mw-profile-status-badge,
.mw-profile-v2 .mw-profile-status-pill {
    color: #334155;
    background: #f1f5f9;
    border-color: rgba(15, 23, 42, .07);
}

.mw-profile-v2 .mw-profile-status-percent {
    color: #111827;
    background: #f8fafc;
    border-color: rgba(15, 23, 42, .08);
}

.mw-profile-v2 .mw-profile-status-progress {
    background: #eef2f7;
}

.mw-commercial-profile-card {
    position: relative;
    overflow: visible;
    background: radial-gradient(circle at top right, rgba(227, 6, 19, .08), transparent 36%), linear-gradient(180deg, #fff, #fbfcff);
}

    .mw-commercial-profile-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 5px;
        border-radius: 30px 30px 0 0;
        background: linear-gradient(90deg, var(--mw-red), rgba(227, 6, 19, .18));
    }

.mw-commercial-profile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.mw-commercial-profile-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    background: linear-gradient(135deg, var(--mw-red), var(--mw-red-dark));
    box-shadow: 0 20px 44px rgba(227, 6, 19, .22);
    font-size: 24px;
}

.mw-social-input::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(16, 185, 129, .55);
    pointer-events: none;
}

.mw-profile-help {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, .10);
    background: #f8fafc;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
}

    .mw-profile-help:hover,
    .mw-profile-help:focus {
        color: var(--mw-red);
        border-color: rgba(227, 6, 19, .22);
    }

    .mw-profile-help::after {
        content: attr(data-profile-tip);
        position: absolute;
        right: 0;
        bottom: calc(100% + 10px);
        width: min(280px, 78vw);
        padding: 12px 14px;
        border-radius: 14px;
        background: #111827;
        color: #fff;
        font-size: 12px;
        line-height: 1.55;
        font-weight: 700;
        opacity: 0;
        visibility: hidden;
        transform: translateY(4px);
        transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .22);
        z-index: 50;
        text-align: left;
    }

    .mw-profile-help:hover::after,
    .mw-profile-help:focus::after {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.mw-profile-counter,
.mw-field-help {
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.mw-profile-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 22px;
}

.mw-profile-v2 .mw-profile-actions .mw-auth-btn {
    width: auto;
    min-width: 190px;
    padding: 0 22px;
}

.mw-profile-v2 .mw-alert.success {
    background: #ecfdf3;
    border-color: #abefc6;
    color: #067647;
}

.mw-profile-v2 .mw-alert.error {
    background: #fff1f3;
    border-color: #fecdd3;
    color: #b42318;
}

@media (prefers-reduced-motion: reduce) {
    .mw-profile-v2 *,
    .mw-profile-v2 *::before,
    .mw-profile-v2 *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

@media (max-width: 1100px) {
    .mw-profile-layout {
        grid-template-columns: 1fr;
    }

    .mw-profile-side {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mw-profile-hero-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mw-profile-hero-actions {
        min-width: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

        .mw-profile-hero-actions a {
            justify-content: center;
            flex-direction: column;
            text-align: center;
            font-size: 13px;
        }

    .mw-profile-v2 .mw-account-type-grid.compact,
    .mw-profile-v2 .mw-form-grid,
    .mw-commercial-profile-grid,
    .mw-profile-side {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .mw-profile-v2 {
        padding: 20px 0 56px;
    }

    .mw-profile-hero-card,
    .mw-profile-panel,
    .mw-profile-photo-card,
    .mw-profile-status-card,
    .mw-commercial-profile-card {
        border-radius: 24px;
    }

    .mw-profile-hero-card,
    .mw-profile-panel,
    .mw-commercial-profile-card {
        padding: 22px;
    }

        .mw-profile-hero-card h1 {
            font-size: clamp(2.15rem, 12vw, 3.3rem);
        }

    .mw-profile-hero-actions {
        grid-template-columns: 1fr;
    }

        .mw-profile-hero-actions a {
            flex-direction: row;
            justify-content: flex-start;
        }

    .mw-commercial-profile-head {
        flex-direction: column;
    }

    .mw-commercial-profile-icon {
        width: 60px;
        height: 60px;
        border-radius: 20px;
    }

    .mw-profile-v2 .mw-phone-row {
        flex-direction: row;
    }

    .mw-profile-v2 .mw-phone-code {
        width: 80px;
    }

    .mw-profile-actions {
        flex-direction: column;
    }

    .mw-profile-v2 .mw-profile-actions .mw-auth-btn {
        width: 100%;
    }
}

.mw-profile-v2 {
    background: radial-gradient(850px 360px at 8% 0%, rgba(227, 6, 19, .16), transparent 56%), radial-gradient(780px 320px at 94% 6%, rgba(255, 192, 0, .10), transparent 46%), linear-gradient(180deg, rgba(6, 13, 24, .86) 0%, rgba(10, 19, 34, .90) 35%, rgba(237, 242, 247, .96) 35%, #f6f8fb 100%), url('/Images/logos/bg_01.jpg') center top / cover no-repeat;
    background-attachment: fixed;
}

    .mw-profile-v2::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(6, 13, 24, .22), rgba(6, 13, 24, .10) 34%, rgba(246, 248, 251, .18) 34%, rgba(246, 248, 251, .08)), radial-gradient(circle at 76% 22%, rgba(227, 6, 19, .10), transparent 30%);
        z-index: 0;
    }

    .mw-profile-v2 .container-mw {
        position: relative;
        z-index: 1;
    }

.mw-profile-hero-card {
    background: radial-gradient(circle at top right, rgba(227, 6, 19, .23), transparent 36%), linear-gradient(135deg, rgba(19, 31, 52, .82), rgba(8, 13, 24, .88));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mw-profile-side .mw-profile-photo-card,
.mw-profile-side .mw-profile-status-card {
    color: #f8fafc;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, .10), transparent 34%), linear-gradient(180deg, rgba(20, 31, 50, .94), rgba(10, 18, 31, .92));
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .mw-profile-side .mw-profile-photo-card:hover,
    .mw-profile-side .mw-profile-status-card:hover {
        border-color: rgba(255, 255, 255, .22);
        box-shadow: 0 32px 72px rgba(0, 0, 0, .30);
    }

.mw-profile-side .mw-profile-photo-meta h3,
.mw-profile-side .mw-profile-status-title {
    color: #ffffff;
}

.mw-profile-side .mw-profile-photo-meta p,
.mw-profile-side .mw-profile-status-text {
    color: rgba(226, 232, 240, .82);
}

.mw-profile-side .mw-profile-status-percent {
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f1f5f9);
    border-color: rgba(255, 255, 255, .28);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.mw-profile-side .mw-profile-status-progress {
    background: rgba(255, 255, 255, .14);
}

.mw-profile-side .mw-profile-status-pill {
    color: #0f172a;
    background: rgba(255, 255, 255, .94);
    border-color: rgba(255, 255, 255, .18);
}

.mw-profile-side .mw-profile-status-card.is-complete .mw-profile-status-badge {
    color: #d1fae5;
    background: rgba(16, 185, 129, .18);
    border-color: rgba(16, 185, 129, .30);
}

.mw-profile-side .mw-profile-status-card.is-warning .mw-profile-status-badge {
    color: #ffedd5;
    background: rgba(245, 158, 11, .18);
    border-color: rgba(245, 158, 11, .30);
}

.mw-profile-v2 .mw-profile-photo-actions .mw-photo-btn,
.mw-profile-v2 .mw-profile-actions .mw-auth-btn {
    min-height: 50px;
    border: 0;
    font-weight: 950;
    letter-spacing: .01em;
    box-shadow: 0 18px 38px rgba(227, 6, 19, .22);
}

    .mw-profile-v2 .mw-profile-photo-actions .mw-photo-btn:not(.mw-photo-btn-soft),
    .mw-profile-v2 .mw-profile-actions .mw-auth-btn:not(.mw-auth-btn-ghost) {
        color: #fff;
        background: linear-gradient(135deg, #e30613, #b70f16);
    }

        .mw-profile-v2 .mw-profile-photo-actions .mw-photo-btn:not(.mw-photo-btn-soft):hover,
        .mw-profile-v2 .mw-profile-actions .mw-auth-btn:not(.mw-auth-btn-ghost):hover {
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 22px 46px rgba(227, 6, 19, .30);
        }

.mw-profile-v2 .mw-profile-photo-actions .mw-photo-btn-soft,
.mw-profile-v2 .mw-profile-actions .mw-auth-btn-ghost {
    color: #172033;
    background: linear-gradient(180deg, #ffffff, #eef3f9);
    border: 1px solid rgba(15, 23, 42, .10);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
}

    .mw-profile-v2 .mw-profile-photo-actions .mw-photo-btn-soft:hover,
    .mw-profile-v2 .mw-profile-actions .mw-auth-btn-ghost:hover {
        color: #0f172a;
        background: linear-gradient(180deg, #ffffff, #f8fafc);
        border-color: rgba(15, 23, 42, .18);
        transform: translateY(-2px);
    }

    .mw-profile-v2 .mw-profile-actions .mw-auth-btn-ghost.danger {
        color: #b42318;
        background: linear-gradient(180deg, #fff7f7, #fff1f3);
        border-color: rgba(227, 6, 19, .22);
        box-shadow: 0 16px 34px rgba(227, 6, 19, .10);
    }

        .mw-profile-v2 .mw-profile-actions .mw-auth-btn-ghost.danger:hover {
            color: #8f1117;
            border-color: rgba(227, 6, 19, .34);
        }

.mw-profile-hero-actions a {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .15);
}

    .mw-profile-hero-actions a:hover {
        background: rgba(255, 255, 255, .16);
        border-color: rgba(255, 255, 255, .26);
        box-shadow: 0 20px 42px rgba(0, 0, 0, .20);
    }

@media (max-width: 1100px) {
    .mw-profile-side .mw-profile-photo-card,
    .mw-profile-side .mw-profile-status-card {
        min-height: 100%;
    }
}

@media (max-width: 640px) {
    .mw-profile-v2 {
        background: radial-gradient(720px 340px at 12% 0%, rgba(227, 6, 19, .18), transparent 58%), linear-gradient(180deg, rgba(6, 13, 24, .86) 0%, rgba(10, 19, 34, .90) 28%, rgba(237, 242, 247, .96) 28%, #f6f8fb 100%), url('/Images/logos/bg_01.jpg') center top / auto 360px no-repeat;
        background-attachment: scroll;
    }

        .mw-profile-v2::before {
            position: absolute;
        }

        .mw-profile-hero-actions a,
        .mw-profile-v2 .mw-profile-actions .mw-auth-btn,
        .mw-profile-v2 .mw-profile-photo-actions .mw-photo-btn {
            min-height: 54px;
        }
}

.mw-profile-v2 {
    background: radial-gradient(900px 360px at 8% 0%, rgba(227, 6, 19, .16), transparent 56%), radial-gradient(780px 320px at 94% 6%, rgba(255, 192, 0, .09), transparent 46%), linear-gradient(180deg, #060d18 0%, #0a1322 36%, #edf2f7 36%, #f6f8fb 100%) !important;
    background-attachment: scroll !important;
}

    .mw-profile-v2::before {
        display: none !important;
    }

    .mw-profile-v2 .mw-profile-photo-preview {
        width: 116px;
        height: 116px;
        min-width: 116px;
        border-radius: 30px;
        overflow: hidden;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #172033;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .mw-profile-v2 .mw-profile-photo-preview[style*="background-image"] span,
        .mw-profile-v2 .mw-profile-photo-preview.has-image span {
            display: none !important;
        }

.mw-profile-side .mw-profile-photo-card,
.mw-profile-side .mw-profile-status-card {
    background: radial-gradient(circle at top left, rgba(255, 255, 255, .08), transparent 34%), linear-gradient(180deg, rgba(20, 31, 50, .98), rgba(10, 18, 31, .96)) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

@media (max-width: 640px) {
    .mw-profile-v2 {
        background: radial-gradient(720px 340px at 12% 0%, rgba(227, 6, 19, .16), transparent 58%), linear-gradient(180deg, #060d18 0%, #0a1322 28%, #edf2f7 28%, #f6f8fb 100%) !important;
        background-attachment: scroll !important;
    }

        .mw-profile-v2 .mw-profile-photo-preview {
            width: 108px;
            height: 108px;
            min-width: 108px;
            border-radius: 28px;
        }
}


.mw-commercial-logo-panel {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    margin: 2px 0 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .045), rgba(227, 6, 19, .045));
    border: 1px solid rgba(15, 23, 42, .08);
}

.mw-commercial-logo-preview {
    width: 112px;
    height: 112px;
    border-radius: 30px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 20% 10%, rgba(255,255,255,.24), transparent 34%), linear-gradient(135deg, #172033, #0d1424);
    color: #fff;
    font-size: 30px;
    font-weight: 950;
    letter-spacing: -.04em;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 20px 44px rgba(15,23,42,.16);
}

.mw-commercial-logo-preview.has-image span {
    display: none !important;
}

.mw-commercial-logo-copy h4 {
    margin: 0;
    color: #0f172a;
    font-size: 1.18rem;
    font-weight: 950;
    letter-spacing: -.02em;
}

.mw-commercial-logo-copy p {
    margin: 6px 0 14px;
    color: #667085;
    line-height: 1.65;
    font-weight: 700;
}

.mw-label-row.compact {
    justify-content: flex-start;
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .mw-commercial-logo-panel {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .mw-commercial-logo-preview {
        width: 104px;
        height: 104px;
        border-radius: 28px;
    }
}
