.mb-page {
    padding: 96px 0 120px;
    background:
        radial-gradient(circle at top right, rgba(34, 79, 161, 0.08), transparent 32%),
        linear-gradient(180deg, #f6fbff 0%, #ffffff 26%);
}

.mb-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mb-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 72px;
    border-radius: 36px;
    background:
        linear-gradient(135deg, #0e355f 0%, #224fa1 58%, #58a7db 100%);
    color: #fff;
    box-shadow: 0 30px 70px rgba(14, 53, 95, 0.22);
}

.mb-hero::before,
.mb-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.mb-hero::before {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -70px;
}

.mb-hero::after {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: 8%;
}

.mb-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mb-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.mb-hero h1 {
    position: relative;
    z-index: 1;
    margin: 22px 0 14px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.15 !important;
    font-weight: 800;
}

.mb-hero p {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.92);
}

.mb-section {
    margin-top: 28px;
    padding: 52px 50px;
    border: 1px solid #dbe7f2;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
}

.mb-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.mb-section-eyebrow {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    color: #224fa1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mb-section-title {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.18 !important;
    color: #10253d;
    font-weight: 800;
}

.mb-section-subtitle {
    max-width: 420px;
    margin: 0;
    font-size: 16px;
    color: #617287;
}

.mb-split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.mb-copy p {
    margin: 0 0 18px;
    font-size: 17px;
    color: #334155;
}

.mb-copy p:last-child {
    margin-bottom: 0;
}

.mb-highlight-panel {
    display: grid;
    gap: 16px;
    height: 100%;
}

.mb-highlight-card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
    border: 1px solid #dce8f7;
}

.mb-highlight-label {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 800;
    color: #224fa1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mb-highlight-title {
    margin: 0 0 8px;
    font-size: 22px;
    color: #10253d;
    font-weight: 800;
}

.mb-highlight-card p {
    margin: 0;
    font-size: 15px;
    color: #4b5d73;
}

.mb-grid-3,
.mb-grid-4 {
    display: grid;
    gap: 18px;
}

.mb-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mb-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mb-card {
    height: 100%;
    padding: 26px;
    border: 1px solid #dfe8f1;
    border-radius: 24px;
    background: #fbfdff;
}

.mb-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #224fa1;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.mb-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #10253d;
    font-weight: 800;
}

.mb-card p {
    margin: 0;
    font-size: 15px;
    color: #526274;
}

.mb-identity-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    border-radius: 30px;
    background:
        linear-gradient(160deg, #f6fbff 0%, #e7f1fb 100%);
    border: 1px solid #d7e5f2;
}

.mb-identity-mark {
    text-align: center;
}

.mb-identity-mark strong {
    display: block;
    font-size: clamp(54px, 7vw, 88px);
    color: #224fa1;
    line-height: 1 !important;
    font-weight: 900;
}

.mb-identity-mark span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #617287;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mb-info-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 24px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #dbe7f2;
}

.mb-info-table tr {
    background: #fff;
}

.mb-info-table tr:nth-child(odd) {
    background: #f8fbff;
}

.mb-info-table th,
.mb-info-table td {
    padding: 18px 22px;
    border: 1px solid #dbe7f2;
    text-align: left;
    vertical-align: top;
}

.mb-info-table th {
    width: 180px;
    font-size: 15px;
    font-weight: 800;
    color: #224fa1;
}

.mb-info-table td {
    font-size: 16px;
    color: #334155;
}

.mb-points {
    display: grid;
    gap: 14px;
}

.mb-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px 22px;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid #d9e7f3;
}

.mb-point-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #224fa1;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mb-point strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    color: #10253d;
}

.mb-point p {
    margin: 0;
    font-size: 15px;
    color: #526274;
}

.mb-note {
    margin-top: 20px;
    padding: 22px 24px;
    border-radius: 20px;
    background: #10253d;
    color: rgba(255, 255, 255, 0.9);
}

.mb-note strong {
    color: #fff;
}

.mb-cta {
    margin-top: 28px;
    padding: 38px 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, #10253d 0%, #1c4a84 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mb-cta h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2 !important;
    font-weight: 800;
}

.mb-cta p {
    margin: 0;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.88);
}

.mb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 15px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mb-btn:hover {
    transform: translateY(-2px);
}

.mb-btn-primary {
    background: #fff;
    color: #10253d;
}

.mb-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.mb-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.mb-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .mb-hero,
    .mb-section,
    .mb-cta {
        padding: 40px 28px;
    }

    .mb-split,
    .mb-grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .mb-grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mb-page {
        padding: 72px 0 96px;
    }

    .mb-wrap {
        width: min(100% - 24px, 1180px);
    }

    .mb-hero,
    .mb-section,
    .mb-cta {
        padding: 34px 22px;
        border-radius: 24px;
    }

    .mb-split,
    .mb-grid-4 {
        grid-template-columns: 1fr;
    }

    .mb-section-header,
    .mb-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .mb-info-table,
    .mb-info-table tbody,
    .mb-info-table tr,
    .mb-info-table th,
    .mb-info-table td {
        display: block;
        width: 100%;
    }

    .mb-info-table th {
        padding-bottom: 8px;
        border-bottom: 0;
    }

    .mb-info-table td {
        padding-top: 0;
        border-top: 0;
    }
}
