/* Mwanga Hakika Bank — shared visual uplift
   Keeps the existing Blade structure intact while aligning the public site
   with the visual language used by PesaHakika and LipaChap. */

:root {
    /* Primary brand colors sampled directly from the supplied MHB logo. */
    --mhb-blue-rgb: 0 180 224;
    --mhb-orange-rgb: 235 142 61;
    --mhb-navy-950: #06111f;
    --mhb-navy-900: #0a1b2e;
    --mhb-navy-800: #102a43;
    --mhb-blue: #00b4e0;
    --mhb-blue-deep: #008fb3;
    --mhb-orange: #eb8e3d;
    --mhb-orange-bright: #f3ad73;
    --mhb-font-display: 'Montserrat', 'Bliss', sans-serif;
    --mhb-ink: #10243a;
    --mhb-muted: #60758a;
    --mhb-canvas: #f5f8fc;
    --mhb-line: rgba(16, 42, 67, 0.10);
    --mhb-radius-sm: 12px;
    --mhb-radius: 20px;
    --mhb-radius-lg: 28px;
    --mhb-shadow-sm: 0 8px 24px rgba(8, 32, 54, 0.08);
    --mhb-shadow: 0 18px 50px rgba(8, 32, 54, 0.12);
    --mhb-shadow-hover: 0 26px 70px rgba(8, 32, 54, 0.18);
    --mhb-ease: cubic-bezier(.2, .8, .2, 1);
}

/* Whistleblowing and contact experience */
.mhb-modern .mhb-whistle-page,
.mhb-modern .mhb-contact-page {
    --service-ink: #071827;
    --service-slate: #51677a;
    --service-line: rgba(7, 24, 39, .12);
    color: var(--service-ink);
    background: #f6f9fc;
}

.mhb-modern .mhb-whistle-shell,
.mhb-modern .mhb-contact-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.mhb-modern .mhb-page-breadcrumbs {
    display: flex;
    margin-bottom: clamp(48px, 6vw, 76px);
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .54);
    font-size: .72rem;
    font-weight: 700;
}

.mhb-modern .mhb-page-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.mhb-modern .mhb-page-breadcrumbs a:hover { color: #fff; }
.mhb-modern .mhb-page-breadcrumbs > span:last-child { color: rgba(255, 255, 255, .86); }

.mhb-modern .mhb-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--mhb-orange);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.mhb-modern .mhb-section-label::before {
    content: '';
    width: 24px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.mhb-modern .mhb-action {
    display: inline-flex;
    min-height: 50px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 13px;
    transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .3s ease, transform .3s var(--mhb-ease);
}

.mhb-modern .mhb-action svg { width: 18px; height: 18px; transition: transform .3s var(--mhb-ease); }
.mhb-modern .mhb-action:hover { transform: translateY(-3px); }
.mhb-modern .mhb-action:hover svg { transform: translateX(2px); }
.mhb-modern .mhb-action--primary { background: linear-gradient(135deg, #f29a50, var(--mhb-orange)); box-shadow: 0 16px 34px rgba(235, 142, 61, .24); }
.mhb-modern .mhb-action--primary:hover { color: #fff; box-shadow: 0 20px 42px rgba(235, 142, 61, .34); }
.mhb-modern .mhb-action--quiet { color: rgba(255, 255, 255, .88); background: rgba(255, 255, 255, .065); border-color: rgba(255, 255, 255, .15); }
.mhb-modern .mhb-action--quiet:hover { color: #fff; background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .24); }

/* Whistleblowing */
.mhb-modern .mhb-whistle-hero {
    position: relative;
    padding: 42px 0 clamp(80px, 9vw, 118px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 86% 20%, rgba(0, 180, 224, .25), transparent 25rem),
        linear-gradient(125deg, #06131f 0%, #08273b 58%, #0b4862 100%);
}

.mhb-modern .mhb-whistle-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .24;
    background-image: radial-gradient(rgba(255, 255, 255, .45) .7px, transparent .7px);
    background-size: 22px 22px;
    mask-image: linear-gradient(90deg, transparent, #000 52%, #000);
}

.mhb-modern .mhb-whistle-hero::after {
    content: '';
    position: absolute;
    right: -100px;
    top: -180px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
    pointer-events: none;
}

.mhb-modern .mhb-whistle-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr);
    gap: clamp(60px, 9vw, 130px);
    align-items: center;
}

.mhb-modern .mhb-whistle-hero__copy h1,
.mhb-modern .mhb-contact-hero__copy h1 {
    max-width: 720px;
    margin: 18px 0 24px;
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: clamp(3.25rem, 6.2vw, 6.1rem);
    font-weight: 780;
    line-height: .94;
    letter-spacing: -.065em;
}

.mhb-modern .mhb-whistle-hero__copy h1 span,
.mhb-modern .mhb-contact-hero__copy h1 span { color: var(--mhb-blue); }

.mhb-modern .mhb-whistle-hero__copy > p,
.mhb-modern .mhb-contact-hero__copy > p {
    max-width: 670px;
    margin: 0;
    color: rgba(232, 242, 248, .75);
    font-size: 1.02rem;
    line-height: 1.8;
}

.mhb-modern .mhb-whistle-actions,
.mhb-modern .mhb-contact-hero__actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

.mhb-modern .mhb-whistle-assurance {
    display: flex;
    margin-top: 42px;
    flex-wrap: wrap;
    gap: 9px 24px;
    color: rgba(255, 255, 255, .58);
    font-size: .68rem;
    font-weight: 700;
}

.mhb-modern .mhb-whistle-assurance span { display: inline-flex; align-items: center; gap: 8px; }
.mhb-modern .mhb-whistle-assurance span::before { content: ''; width: 5px; height: 5px; background: var(--mhb-blue); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0, 180, 224, .09); }

.mhb-modern .mhb-whistle-promise {
    position: relative;
    padding: clamp(30px, 4vw, 44px);
    color: #fff;
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 26px 26px 26px 7px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .2);
    backdrop-filter: blur(16px);
}

.mhb-modern .mhb-whistle-promise__mark {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 28px;
    place-items: center;
    color: var(--mhb-orange);
    background: rgba(235, 142, 61, .11);
    border: 1px solid rgba(235, 142, 61, .26);
    border-radius: 18px;
}

.mhb-modern .mhb-whistle-promise__mark svg { width: 32px; height: 32px; }
.mhb-modern .mhb-whistle-promise > span { color: var(--mhb-blue); font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mhb-modern .mhb-whistle-promise h2 { margin: 11px 0 14px; color: #fff; font-family: var(--mhb-font-display); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.05; letter-spacing: -.04em; }
.mhb-modern .mhb-whistle-promise > p { margin: 0; color: rgba(255, 255, 255, .64); font-size: .86rem; line-height: 1.7; }
.mhb-modern .mhb-whistle-promise ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .11); }
.mhb-modern .mhb-whistle-promise li { display: grid; min-height: 52px; grid-template-columns: 32px 1fr; align-items: center; color: rgba(255, 255, 255, .82); font-size: .76rem; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.mhb-modern .mhb-whistle-promise li span { color: var(--mhb-orange); font-size: .62rem; font-weight: 850; }

.mhb-modern .mhb-whistle-principles { padding: clamp(72px, 9vw, 112px) 0; background: #f8fbfe; }
.mhb-modern .mhb-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); gap: 70px; align-items: end; margin-bottom: 52px; }
.mhb-modern .mhb-section-heading h2,
.mhb-modern .mhb-reporting__intro h2,
.mhb-modern .mhb-contact-guidance h2,
.mhb-modern .mhb-contact-form-wrap > header h2 {
    margin: 13px 0 0;
    color: var(--service-ink);
    font-family: var(--mhb-font-display);
    font-size: clamp(2.1rem, 4.2vw, 3.7rem);
    font-weight: 760;
    line-height: 1;
    letter-spacing: -.055em;
}

.mhb-modern .mhb-section-heading > p { margin: 0; color: var(--service-slate); line-height: 1.7; }
.mhb-modern .mhb-whistle-principles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--service-line); border-bottom: 1px solid var(--service-line); }
.mhb-modern .mhb-whistle-principles__grid article { min-height: 250px; padding: 30px clamp(24px, 3.5vw, 42px) 34px; border-right: 1px solid var(--service-line); transition: background .3s ease, transform .3s var(--mhb-ease); }
.mhb-modern .mhb-whistle-principles__grid article:first-child { padding-left: 0; }
.mhb-modern .mhb-whistle-principles__grid article:last-child { padding-right: 0; border-right: 0; }
.mhb-modern .mhb-whistle-principles__grid article:hover { background: rgba(255, 255, 255, .7); }
.mhb-modern .mhb-whistle-principle__top { display: flex; align-items: center; justify-content: space-between; }
.mhb-modern .mhb-whistle-principle__number { color: #a4b2bf; font-size: .66rem; font-weight: 850; }
.mhb-modern .mhb-whistle-principle__icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--mhb-blue-deep); background: rgba(0, 180, 224, .08); border: 1px solid rgba(0, 180, 224, .14); border-radius: 13px; transition: transform .3s var(--mhb-ease), color .2s ease; }
.mhb-modern .mhb-whistle-principles__grid article:nth-child(2) .mhb-whistle-principle__icon { color: var(--mhb-orange); background: rgba(235, 142, 61, .08); border-color: rgba(235, 142, 61, .16); }
.mhb-modern .mhb-whistle-principle__icon svg { width: 22px; height: 22px; }
.mhb-modern .mhb-whistle-principles__grid article:hover .mhb-whistle-principle__icon { transform: translateY(-3px) rotate(-2deg); }
.mhb-modern .mhb-whistle-principles__grid h3 { margin: 42px 0 10px; color: var(--service-ink); font-family: var(--mhb-font-display); font-size: 1.22rem; }
.mhb-modern .mhb-whistle-principles__grid p { max-width: 300px; margin: 0; color: var(--service-slate); font-size: .83rem; line-height: 1.65; }

.mhb-modern .mhb-reporting { padding: clamp(76px, 10vw, 130px) 0; color: #fff; background: linear-gradient(125deg, #06131f, #0a2a3f 72%, #0b3c53); }
.mhb-modern .mhb-reporting__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: clamp(70px, 11vw, 150px); align-items: start; }
.mhb-modern .mhb-reporting__intro h2 { color: #fff; }
.mhb-modern .mhb-reporting__intro > p { margin: 22px 0 0; color: rgba(255, 255, 255, .63); line-height: 1.75; }
.mhb-modern .mhb-reporting-channel { margin-top: 42px; padding: 24px 0 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.mhb-modern .mhb-reporting-channel > span { display: block; color: var(--mhb-blue); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mhb-modern .mhb-reporting-channel > a { display: block; margin-top: 8px; color: #fff; font-family: var(--mhb-font-display); font-size: clamp(1.15rem, 2.5vw, 1.7rem); font-weight: 700; text-decoration: none; overflow-wrap: anywhere; transition: color .2s ease; }
.mhb-modern .mhb-reporting-channel > a:hover { color: var(--mhb-orange); }
.mhb-modern .mhb-reporting-channel > small { display: block; margin-top: 8px; color: rgba(255, 255, 255, .46); line-height: 1.5; }
.mhb-modern .mhb-reporting-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .14); }
.mhb-modern .mhb-reporting-steps li { display: grid; min-height: 142px; padding: 28px 0; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.mhb-modern .mhb-reporting-steps li > span { display: grid; width: 40px; height: 40px; place-items: center; color: var(--mhb-orange); font-size: .68rem; font-weight: 850; border: 1px solid rgba(235, 142, 61, .3); border-radius: 50%; }
.mhb-modern .mhb-reporting-steps h3 { margin: 1px 0 8px; color: #fff; font-family: var(--mhb-font-display); font-size: 1.12rem; }
.mhb-modern .mhb-reporting-steps p { margin: 0; color: rgba(255, 255, 255, .57); font-size: .82rem; line-height: 1.65; }
.mhb-modern .mhb-whistle-closing { padding: 72px 0; background: linear-gradient(100deg, #e77627, var(--mhb-orange)); }
.mhb-modern .mhb-whistle-closing .mhb-whistle-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); gap: 80px; align-items: end; }
.mhb-modern .mhb-whistle-closing .mhb-section-label { color: rgba(7, 24, 39, .65); }
.mhb-modern .mhb-whistle-closing h2 { max-width: 650px; margin: 13px 0 0; color: #fff; font-family: var(--mhb-font-display); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1; letter-spacing: -.05em; }
.mhb-modern .mhb-whistle-closing p { margin: 0; color: rgba(255, 255, 255, .78); line-height: 1.7; }

/* Contact */
.mhb-modern .mhb-contact-hero {
    position: relative;
    padding: 42px 0 clamp(78px, 9vw, 116px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 10%, rgba(235, 142, 61, .16), transparent 28rem),
        linear-gradient(122deg, #06131f, #082d43 66%, #07516c);
}

.mhb-modern .mhb-contact-hero::after { content: ''; position: absolute; right: -150px; bottom: -230px; width: 640px; height: 640px; border: 80px solid rgba(255, 255, 255, .035); border-radius: 50%; pointer-events: none; }
.mhb-modern .mhb-contact-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(410px, .78fr); gap: clamp(70px, 10vw, 140px); align-items: center; }
.mhb-modern .mhb-contact-hero__copy h1 { font-size: clamp(3rem, 5.8vw, 5.7rem); }
.mhb-modern .mhb-contact-channels { padding: 8px 0; border-top: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.mhb-modern .mhb-contact-channels header { padding: 20px 0 24px; }
.mhb-modern .mhb-contact-channels header > span { color: var(--mhb-orange); font-size: .64rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mhb-modern .mhb-contact-channels header h2 { margin: 6px 0 0; color: #fff; font-family: var(--mhb-font-display); font-size: 1.65rem; letter-spacing: -.035em; }
.mhb-modern .mhb-contact-channels > a { display: grid; min-height: 82px; grid-template-columns: 42px minmax(0, 1fr) 22px; gap: 15px; align-items: center; color: #fff; text-decoration: none; border-top: 1px solid rgba(255, 255, 255, .11); transition: padding .3s var(--mhb-ease), background .25s ease; }
.mhb-modern .mhb-contact-channels > a:hover { padding: 0 12px; background: rgba(255, 255, 255, .045); }
.mhb-modern .mhb-contact-channel__icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--mhb-blue); background: rgba(0, 180, 224, .09); border: 1px solid rgba(0, 180, 224, .17); border-radius: 12px; }
.mhb-modern .mhb-contact-channel__icon--orange { color: var(--mhb-orange); background: rgba(235, 142, 61, .09); border-color: rgba(235, 142, 61, .17); }
.mhb-modern .mhb-contact-channel__icon svg { width: 20px; height: 20px; }
.mhb-modern .mhb-contact-channels > a > span:nth-child(2) { min-width: 0; }
.mhb-modern .mhb-contact-channels small,
.mhb-modern .mhb-contact-channels strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mhb-modern .mhb-contact-channels small { margin-bottom: 4px; color: rgba(255, 255, 255, .48); font-size: .65rem; font-weight: 700; }
.mhb-modern .mhb-contact-channels strong { color: rgba(255, 255, 255, .9); font-size: .83rem; }
.mhb-modern .mhb-contact-channel__arrow { width: 18px; height: 18px; color: rgba(255, 255, 255, .38); transition: transform .25s ease, color .25s ease; }
.mhb-modern .mhb-contact-channels > a:hover .mhb-contact-channel__arrow { color: var(--mhb-orange); transform: translateX(3px); }

.mhb-modern .mhb-contact-main { padding: clamp(78px, 10vw, 130px) 0; background: #f7fafd; }
.mhb-modern .mhb-contact-main__grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: clamp(70px, 10vw, 140px); align-items: start; }
.mhb-modern .mhb-contact-guidance > p { margin: 22px 0 0; color: var(--service-slate); line-height: 1.75; }
.mhb-modern .mhb-contact-guidance__list { margin-top: 44px; border-top: 1px solid var(--service-line); }
.mhb-modern .mhb-contact-guidance__list > div { display: grid; min-height: 105px; padding: 22px 0; grid-template-columns: 38px 1fr; gap: 16px; border-bottom: 1px solid var(--service-line); }
.mhb-modern .mhb-contact-guidance__list > div > span { color: var(--mhb-orange); font-size: .65rem; font-weight: 850; }
.mhb-modern .mhb-contact-guidance__list strong { display: block; margin-bottom: 6px; color: var(--service-ink); font-family: var(--mhb-font-display); font-size: .96rem; }
.mhb-modern .mhb-contact-guidance__list p { margin: 0; color: var(--service-slate); font-size: .78rem; line-height: 1.6; }
.mhb-modern .mhb-contact-security { display: flex; margin-top: 32px; padding: 20px; gap: 14px; color: #fff; background: linear-gradient(135deg, #08293f, #0b425a); border-radius: 16px 16px 16px 5px; }
.mhb-modern .mhb-contact-security > svg { width: 24px; height: 24px; flex: 0 0 24px; color: var(--mhb-blue); }
.mhb-modern .mhb-contact-security strong { display: block; margin-bottom: 5px; font-size: .8rem; }
.mhb-modern .mhb-contact-security p { margin: 0; color: rgba(255, 255, 255, .6); font-size: .7rem; line-height: 1.55; }

.mhb-modern .mhb-contact-form-wrap { padding: clamp(30px, 4.5vw, 52px); background: #fff; border: 1px solid var(--service-line); border-radius: 28px 28px 28px 8px; box-shadow: 0 28px 75px rgba(7, 24, 39, .1); }
.mhb-modern .mhb-contact-form-wrap > header > span { color: var(--mhb-blue-deep); font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mhb-modern .mhb-contact-form-wrap > header h2 { margin-top: 8px; font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
.mhb-modern .mhb-contact-form-wrap > header p { margin: 11px 0 0; color: var(--service-slate); font-size: .8rem; }
.mhb-modern .mhb-contact-form { display: grid; margin-top: 34px; gap: 22px; }
.mhb-modern .mhb-contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mhb-modern .mhb-contact-field { display: grid; gap: 8px; }
.mhb-modern .mhb-contact-field label { color: #263e53; font-size: .73rem; font-weight: 800; }
.mhb-modern .mhb-contact-field label span { color: var(--mhb-orange); }
.mhb-modern .mhb-contact-field input,
.mhb-modern .mhb-contact-field select,
.mhb-modern .mhb-contact-field textarea {
    width: 100%;
    color: var(--service-ink);
    font: inherit;
    font-size: .82rem;
    background: #f6f9fc;
    border: 1px solid rgba(7, 24, 39, .12);
    border-radius: 12px;
    outline: 0;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.mhb-modern .mhb-contact-field input,
.mhb-modern .mhb-contact-field select { height: 50px; padding: 0 15px; }
.mhb-modern .mhb-contact-field textarea { min-height: 132px; padding: 14px 15px; resize: vertical; }
.mhb-modern .mhb-contact-field input::placeholder,
.mhb-modern .mhb-contact-field textarea::placeholder { color: #9aa8b5; }
.mhb-modern .mhb-contact-field input:focus,
.mhb-modern .mhb-contact-field select:focus,
.mhb-modern .mhb-contact-field textarea:focus { background: #fff; border-color: rgba(0, 180, 224, .48); box-shadow: 0 0 0 4px rgba(0, 180, 224, .08); }
.mhb-modern .mhb-contact-submit { display: flex; width: 100%; min-height: 54px; padding: 0 22px; align-items: center; justify-content: center; gap: 10px; color: #fff; cursor: pointer; background: linear-gradient(135deg, #069cc5, var(--mhb-blue-deep)); border: 0; border-radius: 13px; box-shadow: 0 16px 32px rgba(0, 143, 179, .2); font: inherit; font-size: .84rem; font-weight: 850; transition: box-shadow .25s ease, transform .25s var(--mhb-ease), opacity .2s ease; }
.mhb-modern .mhb-contact-submit svg { width: 18px; height: 18px; transition: transform .25s ease; }
.mhb-modern .mhb-contact-submit:hover { box-shadow: 0 20px 38px rgba(0, 143, 179, .28); transform: translateY(-2px); }
.mhb-modern .mhb-contact-submit:hover svg { transform: translate(2px, -2px); }
.mhb-modern .mhb-contact-submit:disabled { cursor: wait; opacity: .58; transform: none; }
.mhb-modern .mhb-contact-form__consent { margin: -2px 0 0; color: #8393a2; font-size: .66rem; line-height: 1.55; text-align: center; }
.mhb-modern .mhb-contact-form__consent a { color: var(--mhb-blue-deep); text-decoration: underline; text-underline-offset: 2px; }
.mhb-modern .mhb-contact-form__alert { padding: 14px 16px; font-size: .76rem; font-weight: 700; border: 1px solid; border-radius: 11px; }
.mhb-modern .mhb-contact-form__alert[hidden] { display: none; }
.mhb-modern .mhb-contact-form__alert.is-success { color: #0d674d; background: #ecfbf5; border-color: #bdebd9; }
.mhb-modern .mhb-contact-form__alert.is-error { color: #a33640; background: #fff2f3; border-color: #f2c5ca; }

.mhb-modern .mhb-contact-next { padding: 70px 0 88px; background: #fff; border-top: 1px solid var(--service-line); }
.mhb-modern .mhb-contact-next__links { display: grid; margin-top: 28px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--service-line); border-bottom: 1px solid var(--service-line); }
.mhb-modern .mhb-contact-next__links a { display: flex; min-height: 112px; padding: 26px 30px; flex-direction: column; justify-content: center; color: var(--service-ink); text-decoration: none; border-right: 1px solid var(--service-line); transition: color .2s ease, background .2s ease, padding .3s var(--mhb-ease); }
.mhb-modern .mhb-contact-next__links a:last-child { border-right: 0; }
.mhb-modern .mhb-contact-next__links a:hover { padding-left: 38px; color: var(--mhb-blue-deep); background: #f8fbfe; }
.mhb-modern .mhb-contact-next__links span { font-family: var(--mhb-font-display); font-size: 1rem; font-weight: 700; }
.mhb-modern .mhb-contact-next__links small { margin-top: 7px; color: var(--service-slate); font-size: .7rem; line-height: 1.45; }

.dark .mhb-modern .mhb-whistle-page,
.dark .mhb-modern .mhb-contact-page { --service-ink: #edf7fc; --service-slate: #91a6b6; --service-line: rgba(255, 255, 255, .11); background: #07131e; }
.dark .mhb-modern .mhb-whistle-principles,
.dark .mhb-modern .mhb-contact-main { background: #091722; }
.dark .mhb-modern .mhb-contact-form-wrap { background: #0d2232; border-color: rgba(255, 255, 255, .1); box-shadow: 0 28px 75px rgba(0, 0, 0, .25); }
.dark .mhb-modern .mhb-contact-field label { color: #d8e6ef; }
.dark .mhb-modern .mhb-contact-field input,
.dark .mhb-modern .mhb-contact-field select,
.dark .mhb-modern .mhb-contact-field textarea { color: #edf7fc; background: #091923; border-color: rgba(255, 255, 255, .11); }
.dark .mhb-modern .mhb-contact-field input:focus,
.dark .mhb-modern .mhb-contact-field select:focus,
.dark .mhb-modern .mhb-contact-field textarea:focus { background: #0b1d29; }
.dark .mhb-modern .mhb-contact-next { background: #07131e; }
.dark .mhb-modern .mhb-contact-next__links a:hover,
.dark .mhb-modern .mhb-whistle-principles__grid article:hover { background: rgba(255, 255, 255, .035); }
.dark .mhb-modern .mhb-contact-form__alert.is-success { color: #8de2c3; background: rgba(22, 101, 76, .2); border-color: rgba(80, 200, 153, .25); }
.dark .mhb-modern .mhb-contact-form__alert.is-error { color: #f0a7ae; background: rgba(130, 35, 46, .2); border-color: rgba(232, 103, 116, .25); }

@media (max-width: 980px) {
    .mhb-modern .mhb-whistle-hero__grid,
    .mhb-modern .mhb-contact-hero__grid,
    .mhb-modern .mhb-reporting__grid,
    .mhb-modern .mhb-contact-main__grid { grid-template-columns: 1fr; }
    .mhb-modern .mhb-whistle-hero__grid,
    .mhb-modern .mhb-contact-hero__grid { gap: 58px; }
    .mhb-modern .mhb-whistle-promise,
    .mhb-modern .mhb-contact-channels { max-width: 620px; }
    .mhb-modern .mhb-section-heading { grid-template-columns: 1fr; gap: 18px; }
    .mhb-modern .mhb-reporting__grid,
    .mhb-modern .mhb-contact-main__grid { gap: 64px; }
}

@media (max-width: 720px) {
    .mhb-modern .mhb-whistle-shell,
    .mhb-modern .mhb-contact-shell { width: min(100% - 36px, 1240px); }
    .mhb-modern .mhb-page-breadcrumbs { margin-bottom: 38px; }
    .mhb-modern .mhb-whistle-hero,
    .mhb-modern .mhb-contact-hero { padding-top: 30px; padding-bottom: 68px; }
    .mhb-modern .mhb-whistle-hero__copy h1,
    .mhb-modern .mhb-contact-hero__copy h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
    .mhb-modern .mhb-whistle-actions,
    .mhb-modern .mhb-contact-hero__actions { align-items: stretch; flex-direction: column; }
    .mhb-modern .mhb-action { width: 100%; }
    .mhb-modern .mhb-whistle-assurance { gap: 12px 20px; }
    .mhb-modern .mhb-whistle-principles__grid { grid-template-columns: 1fr; }
    .mhb-modern .mhb-whistle-principles__grid article,
    .mhb-modern .mhb-whistle-principles__grid article:first-child,
    .mhb-modern .mhb-whistle-principles__grid article:last-child { min-height: 215px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--service-line); }
    .mhb-modern .mhb-whistle-principles__grid article:last-child { border-bottom: 0; }
    .mhb-modern .mhb-whistle-principles__grid h3 { margin-top: 30px; }
    .mhb-modern .mhb-reporting__grid { gap: 54px; }
    .mhb-modern .mhb-reporting-steps li { grid-template-columns: 44px 1fr; }
    .mhb-modern .mhb-whistle-closing .mhb-whistle-shell { grid-template-columns: 1fr; gap: 24px; }
    .mhb-modern .mhb-contact-form__row { grid-template-columns: 1fr; }
    .mhb-modern .mhb-contact-form-wrap { padding: 28px 20px; border-radius: 22px 22px 22px 7px; }
    .mhb-modern .mhb-contact-next__links { grid-template-columns: 1fr; }
    .mhb-modern .mhb-contact-next__links a { min-height: 94px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--service-line); }
    .mhb-modern .mhb-contact-next__links a:last-child { border-bottom: 0; }
    .mhb-modern .mhb-contact-next__links a:hover { padding-left: 12px; }
}

/* About Mwanga Hakika Bank
   One editorial system for institutional, leadership and information pages. */
.mhb-modern .mhb-about-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 82% 36%, rgb(var(--mhb-blue-rgb) / .28), transparent 24rem),
        linear-gradient(115deg, var(--mhb-navy-950) 0%, var(--mhb-navy-900) 55%, #0d4f69 100%);
    overflow: hidden;
    isolation: isolate;
}

.mhb-modern .mhb-about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(90deg, transparent 7%, #000 62%, #000);
}

.mhb-modern .mhb-about-hero::after {
    content: '';
    position: absolute;
    right: clamp(-8rem, -2vw, -2rem);
    bottom: -10rem;
    width: min(42vw, 580px);
    aspect-ratio: 1;
    border: 1px solid rgb(var(--mhb-blue-rgb) / .24);
    border-radius: 50%;
    box-shadow:
        0 0 0 64px rgb(var(--mhb-blue-rgb) / .045),
        0 0 0 130px rgb(var(--mhb-blue-rgb) / .035);
    z-index: -1;
}

.mhb-modern .mhb-about-hero--compact {
    min-height: 330px;
}

.mhb-modern .mhb-about-hero__motif {
    position: absolute;
    right: clamp(2rem, 9vw, 9rem);
    top: 0;
    display: flex;
    gap: 12px;
    opacity: .96;
}

.mhb-modern .mhb-about-hero__motif span {
    width: 34px;
    height: 112px;
    background: linear-gradient(180deg, var(--mhb-orange), #f8b475);
    transform: skew(-18deg);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 30px rgb(var(--mhb-orange-rgb) / .18);
}

.mhb-modern .mhb-about-hero__motif span:nth-child(2) { height: 82px; opacity: .72; }
.mhb-modern .mhb-about-hero__motif span:nth-child(3) { height: 52px; opacity: .42; }

.mhb-modern .mhb-about-breadcrumb {
    position: absolute;
    top: 34px;
    display: flex;
    align-items: center;
    gap: 7px;
    max-width: calc(100% - 2rem);
    color: rgba(255, 255, 255, .64);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
    overflow: hidden;
}

.mhb-modern .mhb-about-breadcrumb a { transition: color .2s ease; }
.mhb-modern .mhb-about-breadcrumb a:hover { color: var(--mhb-blue); }
.mhb-modern .mhb-about-breadcrumb .material-symbols-outlined { font-size: .9rem; }
.mhb-modern .mhb-about-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }

.mhb-modern .mhb-about-hero__content {
    width: min(760px, 76%);
    padding: 100px 0 72px;
}

.mhb-modern .mhb-about-hero__icon {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    color: var(--mhb-blue);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    backdrop-filter: blur(12px);
}

.mhb-modern .mhb-about-hero__eyebrow,
.mhb-modern .mhb-about-intro > span,
.mhb-modern .mhb-about-intro > div > span,
.mhb-modern .mhb-values__intro > span,
.mhb-modern .mhb-achievements__intro > span {
    display: block;
    margin-bottom: 12px;
    color: var(--mhb-orange);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mhb-modern .mhb-about-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: clamp(2.45rem, 5vw, 4.8rem);
    font-weight: 750;
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.mhb-modern .mhb-about-hero p {
    max-width: 680px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.72;
}

.mhb-modern .mhb-about-page {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background:
        radial-gradient(circle at 93% 10%, rgb(var(--mhb-blue-rgb) / .065), transparent 24rem),
        linear-gradient(180deg, #f8fbfe, #f3f7fb);
}

.mhb-modern .mhb-about-intro {
    max-width: 780px;
    margin-bottom: clamp(3.5rem, 7vw, 6.25rem);
}

.mhb-modern .mhb-about-intro h2,
.mhb-modern .mhb-values__intro h2,
.mhb-modern .mhb-achievements__intro h2 {
    margin: 0;
    color: var(--mhb-navy-900);
    font-family: var(--mhb-font-display);
    font-size: clamp(2.05rem, 4.2vw, 3.75rem);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.mhb-modern .mhb-about-intro p,
.mhb-modern .mhb-values__intro p,
.mhb-modern .mhb-achievements__intro p {
    max-width: 680px;
    margin-top: 18px;
    color: var(--mhb-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.mhb-modern .mhb-about-intro--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
    gap: clamp(3rem, 9vw, 9rem);
    align-items: end;
}

.mhb-modern .mhb-about-intro--split p { margin: 0; }

.mhb-modern .mhb-about-reading-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: clamp(3.5rem, 8vw, 7rem);
    align-items: start;
}

.mhb-modern .mhb-about-prose {
    min-width: 0;
    color: #344b61;
    font-size: 1.04rem;
    line-height: 1.85;
}

.mhb-modern .mhb-about-prose > *:first-child { margin-top: 0; }
.mhb-modern .mhb-about-prose > *:last-child { margin-bottom: 0; }
.mhb-modern .mhb-about-prose p { margin: 0 0 1.35em; }
.mhb-modern .mhb-about-prose h1,
.mhb-modern .mhb-about-prose h2,
.mhb-modern .mhb-about-prose h3,
.mhb-modern .mhb-about-prose h4 {
    margin: 1.8em 0 .65em;
    color: var(--mhb-navy-900);
    font-family: var(--mhb-font-display);
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.mhb-modern .mhb-about-prose h2 { font-size: clamp(1.65rem, 3vw, 2.3rem); }
.mhb-modern .mhb-about-prose h3 { font-size: 1.35rem; }
.mhb-modern .mhb-about-prose a { color: var(--mhb-blue-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.mhb-modern .mhb-about-prose ul,
.mhb-modern .mhb-about-prose ol { margin: 1.25rem 0 1.5rem; padding-left: 1.25rem; }
.mhb-modern .mhb-about-prose li { margin: .6rem 0; padding-left: .35rem; }
.mhb-modern .mhb-about-prose blockquote {
    margin: 2rem 0;
    padding: .2rem 0 .2rem 1.5rem;
    color: var(--mhb-navy-800);
    border-left: 4px solid var(--mhb-orange);
    font-size: 1.15rem;
}
.mhb-modern .mhb-about-prose img { max-width: 100%; height: auto; border-radius: 20px; }

.mhb-modern .mhb-about-support {
    position: sticky;
    top: 130px;
    padding: 30px;
    color: #fff;
    background: linear-gradient(145deg, var(--mhb-navy-900), #113b56);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(6, 17, 31, .16);
    overflow: hidden;
}

.mhb-modern .mhb-about-support::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 150px;
    height: 150px;
    border: 24px solid rgb(var(--mhb-blue-rgb) / .14);
    border-radius: 50%;
}

.mhb-modern .mhb-about-support__kicker { color: var(--mhb-orange-bright); font-size: .69rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mhb-modern .mhb-about-support h2 { position: relative; margin: 12px 0; color: #fff; font-family: var(--mhb-font-display); font-size: 1.55rem; font-weight: 750; line-height: 1.12; z-index: 1; }
.mhb-modern .mhb-about-support > p { margin: 0 0 24px; color: rgba(255, 255, 255, .64); font-size: .91rem; line-height: 1.65; }
.mhb-modern .mhb-about-support__contacts { border-top: 1px solid rgba(255, 255, 255, .1); }
.mhb-modern .mhb-about-support__contacts a { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.mhb-modern .mhb-about-support__contacts .material-symbols-outlined { color: var(--mhb-blue); }
.mhb-modern .mhb-about-support__contacts small,
.mhb-modern .mhb-about-support__contacts strong { display: block; overflow-wrap: anywhere; }
.mhb-modern .mhb-about-support__contacts small { margin-bottom: 3px; color: rgba(255, 255, 255, .52); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.mhb-modern .mhb-about-support__contacts strong { color: #fff; font-size: .87rem; }
.mhb-modern .mhb-about-support__action { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--mhb-orange-bright); font-size: .82rem; font-weight: 800; }
.mhb-modern .mhb-about-support__action .material-symbols-outlined { font-size: 1rem; transition: transform .2s ease; }
.mhb-modern .mhb-about-support__action:hover .material-symbols-outlined { transform: translate(3px, -3px); }

.mhb-modern .mhb-about-download {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 56px;
    padding: 28px 0;
    border-top: 1px solid var(--mhb-line);
    border-bottom: 1px solid var(--mhb-line);
}

.mhb-modern .mhb-about-download__icon { display: grid; place-items: center; width: 58px; height: 58px; color: var(--mhb-orange); background: rgb(var(--mhb-orange-rgb) / .1); border-radius: 17px; }
.mhb-modern .mhb-about-download small { color: var(--mhb-blue-deep); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mhb-modern .mhb-about-download h2 { margin: 5px 0; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: 1.25rem; font-weight: 750; }
.mhb-modern .mhb-about-download p { margin: 0; color: var(--mhb-muted); font-size: .86rem; line-height: 1.55; }
.mhb-modern .mhb-about-download > a,
.mhb-modern .mhb-article-attachment > a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; color: #fff; background: var(--mhb-orange); border-radius: 12px; font-size: .78rem; font-weight: 800; box-shadow: 0 10px 25px rgb(var(--mhb-orange-rgb) / .2); transition: transform .2s ease, box-shadow .2s ease; }
.mhb-modern .mhb-about-download > a:hover,
.mhb-modern .mhb-article-attachment > a:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgb(var(--mhb-orange-rgb) / .3); }

.mhb-modern .mhb-leadership-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 94% 0%, rgb(var(--mhb-blue-rgb) / .08), transparent 22rem),
        linear-gradient(180deg, #f8fbfd 0%, #f3f7fa 100%);
}

.mhb-modern .mhb-leadership-page::before {
    content: '';
    position: absolute;
    top: 110px;
    left: -115px;
    width: 300px;
    height: 300px;
    border: 1px solid rgb(var(--mhb-blue-rgb) / .14);
    border-radius: 50%;
    pointer-events: none;
}

.mhb-modern .mhb-leadership-page > .max-w-7xl { position: relative; }
.mhb-modern .mhb-leadership-intro { margin-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.mhb-modern .mhb-leadership-intro__copy { max-width: 470px; }
.mhb-modern .mhb-leadership-intro__copy > p { margin: 0; }
.mhb-modern .mhb-leadership-intro__line { display: block; width: 58px; height: 3px; margin: 24px 0 15px; background: linear-gradient(90deg, var(--mhb-orange) 0 42%, var(--mhb-blue) 42% 100%); border-radius: 999px; }
.mhb-modern .mhb-leadership-intro__copy small { color: var(--mhb-muted); font-size: .77rem; font-weight: 650; line-height: 1.5; }

.mhb-modern .mhb-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 36px) clamp(18px, 2.5vw, 30px);
}

.mhb-modern .mhb-staff-card {
    min-width: 0;
    padding: 9px;
    background: rgb(255 255 255 / .78);
    border: 1px solid rgb(255 255 255 / .96);
    border-radius: 23px;
    box-shadow: 0 13px 35px rgba(8, 32, 54, .065);
    transition: transform .45s var(--mhb-ease), box-shadow .45s var(--mhb-ease), border-color .35s ease, background .35s ease;
}

.mhb-modern .mhb-staff-card:hover {
    background: #fff;
    border-color: rgb(var(--mhb-blue-rgb) / .3);
    box-shadow: 0 24px 48px rgba(8, 32, 54, .14);
    transform: translateY(-8px);
}

.mhb-modern .mhb-staff-card__media {
    position: relative;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    background: linear-gradient(145deg, #d9e8ee, #a8cbd7);
    border-radius: 16px;
}

.mhb-modern .mhb-staff-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(4, 24, 42, .24) 100%);
    pointer-events: none;
}

.mhb-modern .mhb-staff-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: saturate(.92) contrast(.98);
    transition: transform .65s var(--mhb-ease), filter .35s ease;
}

.mhb-modern .mhb-staff-card:hover .mhb-staff-card__media img { transform: scale(1.065); filter: saturate(1.04) contrast(1); }
.mhb-modern .mhb-staff-card__number {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: grid;
    width: 37px;
    height: 30px;
    place-items: center;
    color: #fff;
    background: rgb(6 17 31 / .68);
    border: 1px solid rgb(255 255 255 / .24);
    border-radius: 9px;
    backdrop-filter: blur(9px);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.mhb-modern .mhb-staff-card__glass {
    position: absolute;
    top: -50px;
    right: -38px;
    z-index: 1;
    width: 150px;
    height: 150px;
    border: 22px solid rgb(255 255 255 / .2);
    border-radius: 50%;
    transition: transform .55s var(--mhb-ease);
}

.mhb-modern .mhb-staff-card:hover .mhb-staff-card__glass { transform: scale(1.08) rotate(12deg); }
.mhb-modern .mhb-staff-card__mark {
    position: absolute;
    bottom: 17px;
    left: 17px;
    z-index: 2;
    width: 34px;
    height: 5px;
    background: var(--mhb-orange);
    border-radius: 999px;
    box-shadow: 43px 0 0 var(--mhb-blue);
    transition: width .35s var(--mhb-ease);
}

.mhb-modern .mhb-staff-card:hover .mhb-staff-card__mark { width: 48px; }
.mhb-modern .mhb-staff-card__body { padding: 19px 10px 11px; }
.mhb-modern .mhb-staff-card__body > span {
    display: block;
    min-height: 2.1em;
    margin-bottom: 7px;
    color: var(--mhb-blue-deep);
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .105em;
    line-height: 1.45;
    text-transform: uppercase;
}

.mhb-modern .mhb-staff-card__body h3 {
    min-height: 2.55em;
    margin: 0;
    color: var(--mhb-navy-900);
    font-family: var(--mhb-font-display);
    font-size: clamp(1.08rem, 1.4vw, 1.28rem);
    font-weight: 760;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.mhb-modern .mhb-staff-card__body button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    margin-top: 16px;
    padding: 0;
    color: var(--mhb-orange);
    font-size: .74rem;
    font-weight: 850;
}

.mhb-modern .mhb-staff-card__body button > span:first-child { position: relative; }
.mhb-modern .mhb-staff-card__body button > span:first-child::after { content: ''; position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--mhb-ease); }
.mhb-modern .mhb-staff-card__body button .material-symbols-outlined { font-size: 1rem; transition: transform .3s var(--mhb-ease); }
.mhb-modern .mhb-staff-card__body button:hover > span:first-child::after,
.mhb-modern .mhb-staff-card__body button:focus-visible > span:first-child::after { transform: scaleX(1); }
.mhb-modern .mhb-staff-card__body button:hover .material-symbols-outlined,
.mhb-modern .mhb-staff-card__body button:focus-visible .material-symbols-outlined { transform: translate(4px, -4px); }

.mhb-modern .mhb-profile-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    transition: opacity .28s ease;
}

.mhb-modern .mhb-profile-modal.is-open { opacity: 1; }
.mhb-modern .mhb-profile-modal.hidden { display: none; }
.mhb-modern .mhb-profile-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgb(3 15 28 / .72); backdrop-filter: blur(15px) saturate(.8); cursor: default; }
.mhb-modern .mhb-profile-modal__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
    width: min(1020px, 100%);
    height: min(720px, calc(100vh - 48px));
    max-height: min(720px, calc(100vh - 48px));
    color: var(--mhb-ink);
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 36px 110px rgb(0 0 0 / .38);
    transform: translateY(25px) scale(.97);
    transition: transform .35s var(--mhb-ease);
}

.mhb-modern .mhb-profile-modal.is-open .mhb-profile-modal__panel { transform: none; }
.mhb-modern .mhb-profile-modal .mhb-profile-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--mhb-navy-900);
    background: rgb(255 255 255 / .92);
    border: 1px solid rgb(16 42 67 / .09);
    border-radius: 50%;
    box-shadow: 0 7px 22px rgb(6 17 31 / .15);
    transition: color .22s ease, background .22s ease, transform .22s var(--mhb-ease);
}

.mhb-modern .mhb-profile-modal .mhb-profile-modal__close:hover,
.mhb-modern .mhb-profile-modal .mhb-profile-modal__close:focus-visible { color: #fff; background: var(--mhb-orange); transform: rotate(90deg); }
.mhb-modern .mhb-profile-modal__image { position: relative; min-height: 0; overflow: hidden; background: linear-gradient(145deg, #0b3048, #086b88); }
.mhb-modern .mhb-profile-modal__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(6 17 31 / .04) 42%, rgb(6 17 31 / .64) 100%); pointer-events: none; }
.mhb-modern .mhb-profile-modal__image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: top center; }
.mhb-modern .mhb-profile-modal__image-brand { position: absolute; top: 30px; left: 30px; z-index: 2; display: flex; align-items: flex-end; gap: 6px; height: 39px; }
.mhb-modern .mhb-profile-modal__image-brand span { display: block; width: 13px; height: 38px; background: var(--mhb-blue); border-radius: 3px 3px 0 0; transform: skewX(-15deg); }
.mhb-modern .mhb-profile-modal__image-brand span:nth-child(2) { height: 25px; background: var(--mhb-orange); }
.mhb-modern .mhb-profile-modal__image-brand span:nth-child(3) { height: 31px; }
.mhb-modern .mhb-profile-modal__portrait-meta { position: absolute; right: 31px; bottom: 28px; left: 31px; z-index: 2; color: #fff; }
.mhb-modern .mhb-profile-modal__portrait-meta span,
.mhb-modern .mhb-profile-modal__portrait-meta strong { display: block; }
.mhb-modern .mhb-profile-modal__portrait-meta span { margin-bottom: 6px; color: rgb(255 255 255 / .65); font-size: .63rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.mhb-modern .mhb-profile-modal__portrait-meta strong { font-size: .91rem; font-weight: 700; }
.mhb-modern .mhb-profile-modal__copy {
    min-height: 0;
    padding: clamp(42px, 5vw, 68px);
    padding-right: clamp(42px, 5vw, 68px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgb(var(--mhb-blue-rgb) / .72) transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.mhb-modern .mhb-profile-modal__copy::-webkit-scrollbar { width: 8px; }
.mhb-modern .mhb-profile-modal__copy::-webkit-scrollbar-track { background: transparent; }
.mhb-modern .mhb-profile-modal__copy::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--mhb-blue), var(--mhb-blue-deep)); border: 2px solid #fff; border-radius: 999px; }
.mhb-modern .mhb-profile-modal__scroll-hint {
    position: absolute;
    right: clamp(28px, 4vw, 50px);
    bottom: 20px;
    z-index: 3;
    display: inline-flex;
    min-height: 32px;
    padding: 0 10px 0 13px;
    align-items: center;
    gap: 6px;
    color: var(--mhb-blue-deep);
    background: rgb(255 255 255 / .92);
    border: 1px solid rgb(var(--mhb-blue-rgb) / .16);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgb(8 32 54 / .1);
    backdrop-filter: blur(10px);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .02em;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s var(--mhb-ease);
}

.mhb-modern .mhb-profile-modal__scroll-hint .material-symbols-outlined { font-size: .9rem; animation: mhb-profile-scroll-cue 1.5s ease-in-out infinite; }
.mhb-modern .mhb-profile-modal__scroll-hint.is-hidden { opacity: 0; transform: translateY(7px); }
@keyframes mhb-profile-scroll-cue { 50% { transform: translateY(3px); } }
.mhb-modern .mhb-profile-modal__eyebrow,
.mhb-modern .mhb-profile-modal__title { display: block; color: var(--mhb-blue-deep); font-size: .65rem; font-weight: 850; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.mhb-modern .mhb-profile-modal__eyebrow { color: var(--mhb-orange); }
.mhb-modern .mhb-profile-modal__title { margin-top: 19px; }
.mhb-modern .mhb-profile-modal__copy h2 { margin: 10px 44px 0 0; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: clamp(2rem, 3.1vw, 3rem); font-weight: 780; line-height: 1.04; letter-spacing: -.055em; }
.mhb-modern .mhb-profile-modal__rule { display: block; width: 54px; height: 3px; margin: 27px 0 18px; background: linear-gradient(90deg, var(--mhb-orange) 0 46%, var(--mhb-blue) 46% 100%); border-radius: 999px; }
.mhb-modern .mhb-profile-modal__reading-label { margin: 0 0 12px; color: var(--mhb-navy-900); font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.mhb-modern .mhb-profile-modal__description { color: var(--mhb-muted); font-size: .96rem; line-height: 1.82; white-space: pre-line; }
.mhb-modern .mhb-profile-modal__signature { margin: 34px 0 0; padding-top: 17px; color: var(--mhb-blue-deep); border-top: 1px solid var(--mhb-line); font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

.mhb-modern .mhb-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; border-radius: 28px; overflow: hidden; box-shadow: 0 28px 70px rgba(6, 17, 31, .14); }
.mhb-modern .mhb-purpose-panel { position: relative; min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(34px, 5vw, 64px); color: #fff; overflow: hidden; isolation: isolate; }
.mhb-modern .mhb-purpose-panel::after { content: ''; position: absolute; right: -70px; top: -80px; width: 260px; height: 260px; border: 46px solid rgba(255, 255, 255, .08); border-radius: 50%; z-index: -1; }
.mhb-modern .mhb-purpose-panel--blue { background: linear-gradient(145deg, var(--mhb-navy-900), #006c8e); }
.mhb-modern .mhb-purpose-panel--orange { background: linear-gradient(145deg, #bd5f1c, var(--mhb-orange)); }
.mhb-modern .mhb-purpose-kicker { display: flex; margin-bottom: 20px; align-items: center; gap: 12px; }
.mhb-modern .mhb-purpose-icon { position: relative; display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: #fff; background: rgba(255, 255, 255, .11); border: 1px solid rgba(255, 255, 255, .24); border-radius: 14px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 12px 30px rgba(7, 24, 39, .11); transition: transform .3s var(--mhb-ease), background .3s ease, box-shadow .3s ease; }
.mhb-modern .mhb-purpose-icon::after { content: ''; position: absolute; right: 5px; bottom: 5px; width: 5px; height: 5px; background: currentColor; border-radius: 50%; opacity: .72; box-shadow: 0 0 0 4px rgba(255, 255, 255, .07); }
.mhb-modern .mhb-purpose-icon svg { width: 23px; height: 23px; }
.mhb-modern .mhb-purpose-panel:hover .mhb-purpose-icon { background: rgba(255, 255, 255, .17); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 16px 34px rgba(7, 24, 39, .16); transform: translateY(-3px) rotate(-2deg); }
.mhb-modern .mhb-purpose-panel small { margin: 0; color: rgba(255, 255, 255, .76); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mhb-modern .mhb-purpose-panel h2 { max-width: 520px; margin: 0; color: #fff; font-family: var(--mhb-font-display); font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 750; line-height: 1.04; letter-spacing: -.05em; }
.mhb-modern .mhb-purpose-panel p { max-width: 510px; margin: 20px 0 0; color: rgba(255, 255, 255, .72); line-height: 1.7; }

.mhb-modern .mhb-values { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(4rem, 10vw, 10rem); align-items: start; margin-top: clamp(5rem, 10vw, 9rem); }
.mhb-modern .mhb-values__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--mhb-line); }
.mhb-modern .mhb-values__list li { display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; gap: 16px; align-items: center; min-height: 78px; color: var(--mhb-navy-900); border-bottom: 1px solid var(--mhb-line); transition: padding .25s var(--mhb-ease), color .2s ease; }
.mhb-modern .mhb-values__list li:hover { padding: 0 12px; color: var(--mhb-blue-deep); }
.mhb-modern .mhb-values__list li > .material-symbols-outlined:first-child { color: var(--mhb-orange); }
.mhb-modern .mhb-values__list li > .material-symbols-outlined:last-child { color: #a1afbd; font-size: 1.05rem; }
.mhb-modern .mhb-values__list strong { font-family: var(--mhb-font-display); font-size: 1.12rem; }

.mhb-modern .mhb-awards__heading { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.mhb-modern .mhb-awards__heading > .material-symbols-outlined { display: grid; place-items: center; width: 56px; height: 56px; color: var(--mhb-orange); background: rgb(var(--mhb-orange-rgb) / .1); border-radius: 17px; }
.mhb-modern .mhb-awards__heading small { color: var(--mhb-blue-deep); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mhb-modern .mhb-awards__heading h2 { margin: 3px 0 0; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: 1.8rem; font-weight: 750; }
.mhb-modern .mhb-award-list { border-top: 1px solid var(--mhb-line); }
.mhb-modern .mhb-award-entry { display: grid; grid-template-columns: minmax(230px, 34%) minmax(0, 1fr); gap: clamp(30px, 6vw, 72px); padding: 34px 0; border-bottom: 1px solid var(--mhb-line); align-items: center; }
.mhb-modern .mhb-award-entry__media { aspect-ratio: 16 / 9; display: grid; place-items: center; color: var(--mhb-blue-deep); background: linear-gradient(145deg, rgb(var(--mhb-blue-rgb) / .1), rgb(var(--mhb-orange-rgb) / .08)); border-radius: 18px; overflow: hidden; }
.mhb-modern .mhb-award-entry__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--mhb-ease); }
.mhb-modern .mhb-award-entry:hover .mhb-award-entry__media img { transform: scale(1.035); }
.mhb-modern .mhb-award-entry__media > span { font-size: 3.5rem; }
.mhb-modern .mhb-award-entry__copy > span { color: var(--mhb-orange); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mhb-modern .mhb-award-entry__copy h3 { margin: 9px 0 12px; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: clamp(1.35rem, 2.6vw, 2.15rem); font-weight: 750; line-height: 1.16; letter-spacing: -.03em; }
.mhb-modern .mhb-award-entry__copy p { max-width: 680px; margin: 0 0 15px; color: var(--mhb-muted); line-height: 1.68; }
.mhb-modern .mhb-award-entry__copy small { color: #8999a8; font-size: .74rem; }
.mhb-modern .mhb-achievements { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: clamp(4rem, 10vw, 10rem); margin-top: clamp(6rem, 11vw, 10rem); }
.mhb-modern .mhb-achievement-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--mhb-line); }
.mhb-modern .mhb-achievement-list li { display: grid; grid-template-columns: 64px minmax(0, 1fr) 28px; gap: 22px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--mhb-line); }
.mhb-modern .mhb-achievement-list time { color: var(--mhb-orange); font-family: var(--mhb-font-display); font-size: 1.02rem; font-weight: 800; }
.mhb-modern .mhb-achievement-list h3 { margin: 0; color: var(--mhb-navy-900); font-size: 1.05rem; font-weight: 750; line-height: 1.35; }
.mhb-modern .mhb-achievement-list p { margin: 7px 0 0; color: var(--mhb-muted); font-size: .9rem; line-height: 1.6; }
.mhb-modern .mhb-achievement-list > li > .material-symbols-outlined { color: var(--mhb-blue); font-size: 1.2rem; }

.mhb-modern .mhb-faq-layout { display: grid; grid-template-columns: 350px minmax(0, 1fr); gap: clamp(4rem, 8vw, 8rem); align-items: start; }
.mhb-modern .mhb-faq-guide { position: sticky; top: 125px; }
.mhb-modern .mhb-faq-guide > span { color: var(--mhb-orange); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mhb-modern .mhb-faq-guide h2 { margin: 12px 0; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 750; line-height: 1.05; letter-spacing: -.045em; }
.mhb-modern .mhb-faq-guide > p { margin: 0; color: var(--mhb-muted); line-height: 1.7; }
.mhb-modern .mhb-faq-search { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 56px; margin-top: 28px; padding: 0 17px; color: var(--mhb-blue-deep); background: #fff; border: 1px solid rgba(16, 42, 67, .14); border-radius: 14px; box-shadow: var(--mhb-shadow-sm); }
.mhb-modern .mhb-faq-search input { width: 100%; min-width: 0; color: var(--mhb-ink); background: transparent; border: 0; outline: 0; font-size: .92rem; }
.mhb-modern .mhb-faq-guide__contact { display: flex; gap: 12px; align-items: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--mhb-line); }
.mhb-modern .mhb-faq-guide__contact > span { color: var(--mhb-orange); }
.mhb-modern .mhb-faq-guide__contact small,
.mhb-modern .mhb-faq-guide__contact a { display: block; }
.mhb-modern .mhb-faq-guide__contact small { color: var(--mhb-muted); font-size: .7rem; }
.mhb-modern .mhb-faq-guide__contact a { margin-top: 2px; color: var(--mhb-navy-900); font-size: .88rem; font-weight: 800; }
.mhb-modern .mhb-faq-results__heading { display: flex; gap: 12px; align-items: center; min-height: 54px; padding-bottom: 18px; border-bottom: 1px solid var(--mhb-line); }
.mhb-modern .mhb-faq-results__heading span { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--mhb-blue-deep); border-radius: 50%; font-size: .75rem; font-weight: 800; }
.mhb-modern .mhb-faq-results__heading p { color: var(--mhb-muted); font-size: .78rem; font-weight: 700; }
.mhb-modern .mhb-faq-item { border-bottom: 1px solid var(--mhb-line); }
.mhb-modern .mhb-faq-toggle { display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 24px; align-items: center; width: 100%; min-height: 92px; padding: 21px 0; text-align: left; }
.mhb-modern .mhb-faq-toggle > span:first-child { color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: clamp(1rem, 1.7vw, 1.18rem); font-weight: 700; line-height: 1.4; transition: color .2s ease; }
.mhb-modern .mhb-faq-toggle:hover > span:first-child,
.mhb-modern .mhb-faq-toggle[aria-expanded='true'] > span:first-child { color: var(--mhb-blue-deep); }
.mhb-modern .mhb-faq-toggle .faq-icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--mhb-blue-deep); background: rgb(var(--mhb-blue-rgb) / .09); border-radius: 50%; }
.mhb-modern .mhb-faq-content { padding: 0 68px 26px 0; color: var(--mhb-muted); line-height: 1.75; }
.mhb-modern .mhb-faq-content a { color: var(--mhb-blue-deep); text-decoration: underline; }
.mhb-modern .mhb-faq-empty { padding: 60px 0; text-align: center; color: var(--mhb-muted); }
.mhb-modern .mhb-faq-empty > span { color: var(--mhb-orange); font-size: 2.2rem; }
.mhb-modern .mhb-faq-empty h3 { margin: 12px 0 5px; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: 1.3rem; }

.mhb-modern .mhb-locations-page { background: linear-gradient(180deg, #f8fbfe 0 34%, #edf5fa 34% 100%); }
.mhb-modern .mhb-location-explorer { display: grid; grid-template-columns: minmax(340px, .86fr) minmax(0, 1.14fr); min-height: 650px; background: #fff; border: 1px solid var(--mhb-line); border-radius: 28px; overflow: hidden; box-shadow: 0 28px 75px rgba(8, 32, 54, .13); }
.mhb-modern .mhb-location-directory { display: flex; flex-direction: column; min-width: 0; padding: 30px 14px 20px 30px; }
.mhb-modern .mhb-location-tools { padding-right: 16px; }
.mhb-modern .mhb-location-filters { display: flex; gap: 7px; padding-bottom: 20px; overflow-x: auto; scrollbar-width: none; }
.mhb-modern .mhb-location-filters::-webkit-scrollbar { display: none; }
.mhb-modern .mhb-location-filters button { flex: 0 0 auto; min-height: 38px; padding: 0 15px; color: var(--mhb-muted); background: #edf3f7; border-radius: 999px; font-size: .72rem; font-weight: 750; transition: color .2s ease, background .2s ease, transform .2s ease; }
.mhb-modern .mhb-location-filters button:hover { transform: translateY(-1px); }
.mhb-modern .mhb-location-filters button[aria-pressed='true'] { color: #fff; background: var(--mhb-blue-deep); }
.mhb-modern .mhb-location-search { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 54px; padding: 0 16px; color: var(--mhb-blue-deep); background: #f7fafc; border: 1px solid var(--mhb-line); border-radius: 13px; }
.mhb-modern .mhb-location-search input { width: 100%; min-width: 0; color: var(--mhb-ink); background: transparent; border: 0; outline: 0; font-size: .88rem; }
.mhb-modern .mhb-location-list { flex: 1; margin-top: 18px; padding-right: 10px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(0, 143, 179, .3) transparent; }
.mhb-modern .mhb-location-result { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto 22px; gap: 13px; align-items: center; width: 100%; min-height: 88px; padding: 15px 10px; color: var(--mhb-ink); border-bottom: 1px solid var(--mhb-line); text-align: left; transition: background .2s ease, padding .25s var(--mhb-ease); }
.mhb-modern .mhb-location-result:hover,
.mhb-modern .mhb-location-result.is-active { padding-right: 14px; padding-left: 14px; background: rgb(var(--mhb-blue-rgb) / .07); }
.mhb-modern .mhb-location-result__icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--mhb-blue-deep); background: rgb(var(--mhb-blue-rgb) / .09); border-radius: 12px; font-size: 1.25rem; }
.mhb-modern .mhb-location-result strong,
.mhb-modern .mhb-location-result small { display: block; }
.mhb-modern .mhb-location-result strong { color: var(--mhb-navy-900); font-size: .87rem; line-height: 1.3; }
.mhb-modern .mhb-location-result small { margin-top: 5px; color: var(--mhb-muted); font-size: .71rem; }
.mhb-modern .mhb-location-result__type { max-width: 90px; color: var(--mhb-orange); font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; overflow-wrap: anywhere; }
.mhb-modern .mhb-location-result > .material-symbols-outlined:last-child { color: #a8b5c0; font-size: 1rem; }
.mhb-modern .mhb-location-map { position: relative; min-width: 0; background: #dce7ee; }
.mhb-modern .mhb-location-map iframe { display: block; width: 100%; height: 100%; min-height: 650px; border: 0; filter: saturate(.82) contrast(.96); }
.mhb-modern .mhb-location-map__label { position: absolute; top: 24px; left: 24px; display: flex; gap: 11px; align-items: center; max-width: calc(100% - 48px); padding: 13px 16px; color: var(--mhb-ink); background: rgba(255, 255, 255, .92); border: 1px solid rgba(255, 255, 255, .8); border-radius: 13px; box-shadow: 0 12px 30px rgba(6, 17, 31, .15); backdrop-filter: blur(15px); }
.mhb-modern .mhb-location-map__label > .material-symbols-outlined { color: var(--mhb-orange); }
.mhb-modern .mhb-location-map__label small,
.mhb-modern .mhb-location-map__label strong { display: block; }
.mhb-modern .mhb-location-map__label small { margin-bottom: 2px; color: var(--mhb-muted); font-size: .59rem; text-transform: uppercase; letter-spacing: .08em; }
.mhb-modern .mhb-location-map__label strong { font-size: .77rem; overflow-wrap: anywhere; }
.mhb-modern .mhb-location-no-results { padding: 28px 8px; color: var(--mhb-muted); font-size: .85rem; }

.mhb-modern .mhb-news-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); min-height: 500px; background: #fff; border: 1px solid var(--mhb-line); border-radius: 26px; overflow: hidden; box-shadow: 0 24px 60px rgba(8, 32, 54, .1); }
.mhb-modern .mhb-news-feature__media { min-height: 480px; overflow: hidden; }
.mhb-modern .mhb-news-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--mhb-ease); }
.mhb-modern .mhb-news-feature:hover .mhb-news-feature__media img { transform: scale(1.025); }
.mhb-modern .mhb-news-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 60px); }
.mhb-modern .mhb-news-feature__copy > span,
.mhb-modern .mhb-news-row__copy > span,
.mhb-modern .mhb-article__category { display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--mhb-orange); font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mhb-modern .mhb-article__category::before { content: ''; width: 22px; height: 2px; background: linear-gradient(90deg, var(--mhb-blue), var(--mhb-orange)); border-radius: 999px; }
.mhb-modern .mhb-news-feature__copy h2 { margin: 14px 0; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: clamp(1.8rem, 3.2vw, 2.8rem); font-weight: 750; line-height: 1.08; letter-spacing: -.045em; }
.mhb-modern .mhb-news-feature__copy > p { margin: 0; color: var(--mhb-muted); line-height: 1.72; }
.mhb-modern .mhb-news-feature__copy > div,
.mhb-modern .mhb-news-row__copy > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 28px; }
.mhb-modern .mhb-news-feature__copy small,
.mhb-modern .mhb-news-row__copy small { color: #8999a8; font-size: .7rem; }
.mhb-modern .mhb-news-feature__copy > div > a { display: inline-flex; align-items: center; gap: 7px; color: var(--mhb-blue-deep); font-size: .76rem; font-weight: 800; }
.mhb-modern .mhb-news-feature__copy > div > a .material-symbols-outlined { font-size: 1rem; }
.mhb-modern .mhb-news-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; margin-top: 70px; border-top: 1px solid var(--mhb-line); }
.mhb-modern .mhb-news-row { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--mhb-line); }
.mhb-modern .mhb-news-row__media { height: 132px; background: #dce7ef; border-radius: 14px; overflow: hidden; }
.mhb-modern .mhb-news-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--mhb-ease); }
.mhb-modern .mhb-news-row:hover .mhb-news-row__media img { transform: scale(1.04); }
.mhb-modern .mhb-news-row__copy { min-width: 0; }
.mhb-modern .mhb-news-row__copy h3 { margin: 8px 0; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: 1.03rem; font-weight: 750; line-height: 1.32; }
.mhb-modern .mhb-news-row__copy > p { display: -webkit-box; margin: 0; color: var(--mhb-muted); font-size: .83rem; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mhb-modern .mhb-news-row__copy > div { margin-top: 13px; }
.mhb-modern .mhb-news-row__copy > div > a { color: var(--mhb-blue-deep); }
.mhb-modern .mhb-news-row__copy > div > a .material-symbols-outlined { font-size: 1rem; }
.mhb-modern .mhb-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 60px; }
.mhb-modern .mhb-pagination > * { display: grid; place-items: center; width: 42px; height: 42px; color: var(--mhb-muted); border: 1px solid var(--mhb-line); border-radius: 11px; font-size: .8rem; font-weight: 800; }
.mhb-modern .mhb-pagination > span { color: #fff; background: var(--mhb-blue-deep); border-color: var(--mhb-blue-deep); }
.mhb-modern .mhb-pagination > a:hover { color: var(--mhb-blue-deep); border-color: rgb(var(--mhb-blue-rgb) / .35); }

.mhb-modern .mhb-article-page { background: #f8fbfe; }
.mhb-modern .mhb-article__header { max-width: 890px; margin: 0 auto 52px; text-align: center; }
.mhb-modern .mhb-article__navigation { display: flex; margin-bottom: clamp(36px, 5vw, 54px); justify-content: flex-start; }
.mhb-modern .mhb-article__navigation > a { display: inline-flex; min-height: 42px; padding: 0 16px 0 13px; align-items: center; gap: 9px; color: var(--mhb-blue-deep); font-size: .75rem; font-weight: 800; text-decoration: none; background: rgb(var(--mhb-blue-rgb) / .055); border: 1px solid rgb(var(--mhb-blue-rgb) / .16); border-radius: 999px; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .25s var(--mhb-ease), box-shadow .25s ease; }
.mhb-modern .mhb-article__navigation > a svg { width: 17px; height: 17px; transition: transform .25s var(--mhb-ease); }
.mhb-modern .mhb-article__navigation > a:hover { color: #fff; background: var(--mhb-blue-deep); border-color: var(--mhb-blue-deep); box-shadow: 0 12px 28px rgb(var(--mhb-blue-rgb) / .18); transform: translateY(-2px); }
.mhb-modern .mhb-article__navigation > a:hover svg { transform: translateX(-3px); }
.mhb-modern .mhb-article__header h1 { margin: 14px 0 20px; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: clamp(2.25rem, 5vw, 4.5rem); font-weight: 750; line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.mhb-modern .mhb-article__header time { color: var(--mhb-muted); font-size: .76rem; }
.mhb-modern .mhb-article__image { aspect-ratio: 16 / 8; margin: 0 0 clamp(3.5rem, 7vw, 6rem); border-radius: 26px; overflow: hidden; box-shadow: 0 26px 70px rgba(8, 32, 54, .14); }
.mhb-modern .mhb-article__image img { width: 100%; height: 100%; object-fit: cover; }
.mhb-modern .mhb-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(3.5rem, 8vw, 7rem); align-items: start; }
.mhb-modern .mhb-article-attachment { position: sticky; top: 125px; padding: 24px; color: #fff; background: linear-gradient(145deg, var(--mhb-navy-900), #123c56); border-radius: 20px; }
.mhb-modern .mhb-article-attachment > .material-symbols-outlined { color: var(--mhb-orange); font-size: 2rem; }
.mhb-modern .mhb-article-attachment small { display: block; margin-top: 18px; color: rgba(255, 255, 255, .55); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mhb-modern .mhb-article-attachment h2 { margin: 7px 0 20px; color: #fff; font-family: var(--mhb-font-display); font-size: 1.03rem; font-weight: 700; line-height: 1.35; }
.mhb-modern .mhb-article-attachment > a { width: 100%; }

.mhb-modern .mhb-about-empty { grid-column: 1 / -1; padding: 60px 20px; color: var(--mhb-muted); text-align: center; border-top: 1px solid var(--mhb-line); border-bottom: 1px solid var(--mhb-line); }
.mhb-modern .mhb-about-empty > .material-symbols-outlined { color: var(--mhb-orange); font-size: 2.6rem; }
.mhb-modern .mhb-about-empty h2 { margin: 12px 0 4px; color: var(--mhb-navy-900); font-family: var(--mhb-font-display); font-size: 1.4rem; }
.mhb-modern .mhb-about-empty p { margin-top: 8px; }

.dark .mhb-modern .mhb-about-page {
    background:
        radial-gradient(circle at 90% 6%, rgb(var(--mhb-blue-rgb) / .08), transparent 24rem),
        linear-gradient(180deg, #081521, #0a1927);
}
.dark .mhb-modern .mhb-locations-page { background: linear-gradient(180deg, #081521 0 34%, #0b2132 34% 100%); }
.dark .mhb-modern .mhb-about-intro h2,
.dark .mhb-modern .mhb-values__intro h2,
.dark .mhb-modern .mhb-achievements__intro h2,
.dark .mhb-modern .mhb-about-prose h1,
.dark .mhb-modern .mhb-about-prose h2,
.dark .mhb-modern .mhb-about-prose h3,
.dark .mhb-modern .mhb-about-prose h4,
.dark .mhb-modern .mhb-about-download h2,
.dark .mhb-modern .mhb-staff-card__body h3,
.dark .mhb-modern .mhb-values__list li,
.dark .mhb-modern .mhb-awards__heading h2,
.dark .mhb-modern .mhb-award-entry__copy h3,
.dark .mhb-modern .mhb-achievement-list h3,
.dark .mhb-modern .mhb-faq-guide h2,
.dark .mhb-modern .mhb-faq-guide__contact a,
.dark .mhb-modern .mhb-faq-toggle > span:first-child,
.dark .mhb-modern .mhb-faq-empty h3,
.dark .mhb-modern .mhb-news-feature__copy h2,
.dark .mhb-modern .mhb-news-row__copy h3,
.dark .mhb-modern .mhb-article__header h1,
.dark .mhb-modern .mhb-about-empty h2 { color: #f5faff; }
.dark .mhb-modern .mhb-about-intro p,
.dark .mhb-modern .mhb-values__intro p,
.dark .mhb-modern .mhb-achievements__intro p,
.dark .mhb-modern .mhb-about-prose,
.dark .mhb-modern .mhb-about-download p,
.dark .mhb-modern .mhb-award-entry__copy p,
.dark .mhb-modern .mhb-achievement-list p,
.dark .mhb-modern .mhb-faq-guide > p,
.dark .mhb-modern .mhb-faq-content,
.dark .mhb-modern .mhb-news-feature__copy > p,
.dark .mhb-modern .mhb-news-row__copy > p,
.dark .mhb-modern .mhb-about-empty { color: #a9bbca; }
.dark .mhb-modern .mhb-about-download,
.dark .mhb-modern .mhb-values__list,
.dark .mhb-modern .mhb-values__list li,
.dark .mhb-modern .mhb-award-list,
.dark .mhb-modern .mhb-award-entry,
.dark .mhb-modern .mhb-achievement-list,
.dark .mhb-modern .mhb-achievement-list li,
.dark .mhb-modern .mhb-faq-guide__contact,
.dark .mhb-modern .mhb-faq-results__heading,
.dark .mhb-modern .mhb-faq-item,
.dark .mhb-modern .mhb-news-list,
.dark .mhb-modern .mhb-news-row,
.dark .mhb-modern .mhb-about-empty { border-color: rgba(255, 255, 255, .11); }
.dark .mhb-modern .mhb-faq-search,
.dark .mhb-modern .mhb-news-feature { background: #0e2232; border-color: rgba(255, 255, 255, .1); }
.dark .mhb-modern .mhb-faq-search input { color: #f5faff; }
.dark .mhb-modern .mhb-location-explorer { background: #0d2030; border-color: rgba(255, 255, 255, .1); }
.dark .mhb-modern .mhb-location-search { background: #10293d; border-color: rgba(255, 255, 255, .1); }
.dark .mhb-modern .mhb-location-search input { color: #f5faff; }
.dark .mhb-modern .mhb-location-filters button { color: #b2c2cf; background: #132b3e; }
.dark .mhb-modern .mhb-location-filters button[aria-pressed='true'] { color: #fff; background: var(--mhb-blue-deep); }
.dark .mhb-modern .mhb-location-result { color: #dbe7f0; border-color: rgba(255, 255, 255, .09); }
.dark .mhb-modern .mhb-location-result strong { color: #f5faff; }
.dark .mhb-modern .mhb-location-result:hover,
.dark .mhb-modern .mhb-location-result.is-active { background: rgb(var(--mhb-blue-rgb) / .09); }
.dark .mhb-modern .mhb-profile-modal__panel { color: #f5faff; background: #0d2030; }
.dark .mhb-modern .mhb-profile-modal__copy h2 { color: #f5faff; }
.dark .mhb-modern .mhb-profile-modal__copy div { color: #b2c2cf; }
.dark .mhb-modern .mhb-leadership-page::before { border-color: rgb(var(--mhb-blue-rgb) / .18); }
.dark .mhb-modern .mhb-leadership-intro__copy small { color: #a9bbca; }
.dark .mhb-modern .mhb-staff-card { background: #0d2232; border-color: rgb(255 255 255 / .09); box-shadow: 0 16px 36px rgb(0 0 0 / .15); }
.dark .mhb-modern .mhb-staff-card:hover { background: #102a3d; border-color: rgb(var(--mhb-blue-rgb) / .42); box-shadow: 0 25px 54px rgb(0 0 0 / .25); }
.dark .mhb-modern .mhb-staff-card__body > span,
.dark .mhb-modern .mhb-profile-modal__title { color: #56ccee; }
.dark .mhb-modern .mhb-profile-modal__reading-label { color: #e6f3fb; }
.dark .mhb-modern .mhb-profile-modal__signature { border-color: rgb(255 255 255 / .12); }
.dark .mhb-modern .mhb-profile-modal__copy::-webkit-scrollbar-thumb { border-color: #0d2030; }
.dark .mhb-modern .mhb-profile-modal__scroll-hint { color: #dff7ff; background: rgb(13 32 48 / .92); border-color: rgb(var(--mhb-blue-rgb) / .28); }
.dark .mhb-modern .mhb-article-page { background: #081521; }

@media (max-width: 1100px) {
    .mhb-modern .mhb-leadership-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mhb-modern .mhb-news-list { gap: 0 26px; }
    .mhb-modern .mhb-news-row { grid-template-columns: 130px minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 900px) {
    .mhb-modern .mhb-about-reading-layout,
    .mhb-modern .mhb-faq-layout,
    .mhb-modern .mhb-article__layout { grid-template-columns: 1fr; }
    .mhb-modern .mhb-about-support,
    .mhb-modern .mhb-faq-guide,
    .mhb-modern .mhb-article-attachment { position: relative; top: auto; }
    .mhb-modern .mhb-about-support { max-width: 540px; }
    .mhb-modern .mhb-about-intro--split { grid-template-columns: 1fr; gap: 22px; align-items: start; }
    .mhb-modern .mhb-purpose-panel { min-height: 400px; }
    .mhb-modern .mhb-values,
    .mhb-modern .mhb-achievements { grid-template-columns: 1fr; gap: 42px; }
    .mhb-modern .mhb-location-explorer { grid-template-columns: 1fr; }
    .mhb-modern .mhb-location-directory { min-height: 540px; max-height: 620px; }
    .mhb-modern .mhb-location-map iframe { min-height: 480px; }
    .mhb-modern .mhb-news-feature { grid-template-columns: 1fr; }
    .mhb-modern .mhb-news-feature__media { min-height: 360px; }
    .mhb-modern .mhb-news-list { grid-template-columns: 1fr; }
    .mhb-modern .mhb-profile-modal__panel { grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); }
}

@media (max-width: 720px) {
    .mhb-modern .mhb-about-hero,
    .mhb-modern .mhb-about-hero--compact { min-height: 360px; }
    .mhb-modern .mhb-about-hero__motif { right: 22px; opacity: .55; }
    .mhb-modern .mhb-about-hero__motif span { width: 22px; height: 72px; }
    .mhb-modern .mhb-about-hero__motif span:nth-child(2) { height: 54px; }
    .mhb-modern .mhb-about-hero__motif span:nth-child(3) { height: 36px; }
    .mhb-modern .mhb-about-breadcrumb { top: 24px; }
    .mhb-modern .mhb-about-hero__content { width: 100%; padding: 88px 0 52px; }
    .mhb-modern .mhb-about-hero__icon { width: 44px; height: 44px; margin-bottom: 16px; border-radius: 13px; font-size: 1.3rem; }
    .mhb-modern .mhb-about-hero h1 { max-width: 92%; font-size: clamp(2.2rem, 11vw, 3.35rem); }
    .mhb-modern .mhb-about-hero p { max-width: 94%; margin-top: 16px; font-size: .94rem; line-height: 1.58; }
    .mhb-modern .mhb-about-page { padding: 4.3rem 0 5rem; }
    .mhb-modern .mhb-about-intro { margin-bottom: 3.5rem; }
    .mhb-modern .mhb-about-intro h2,
    .mhb-modern .mhb-values__intro h2,
    .mhb-modern .mhb-achievements__intro h2 { font-size: 2.15rem; }
    .mhb-modern .mhb-about-intro p,
    .mhb-modern .mhb-values__intro p,
    .mhb-modern .mhb-achievements__intro p { font-size: .95rem; line-height: 1.65; }
    .mhb-modern .mhb-about-reading-layout { gap: 3.5rem; }
    .mhb-modern .mhb-about-prose { font-size: .96rem; line-height: 1.78; }
    .mhb-modern .mhb-about-download { grid-template-columns: 48px minmax(0, 1fr); gap: 15px; }
    .mhb-modern .mhb-about-download__icon { width: 48px; height: 48px; }
    .mhb-modern .mhb-about-download > a { grid-column: 1 / -1; width: 100%; }
    .mhb-modern .mhb-leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
    .mhb-modern .mhb-staff-card { padding: 6px; border-radius: 17px; }
    .mhb-modern .mhb-staff-card__media { border-radius: 12px; }
    .mhb-modern .mhb-staff-card__number { top: 9px; left: 9px; width: 30px; height: 25px; border-radius: 7px; font-size: .55rem; }
    .mhb-modern .mhb-staff-card__glass { top: -34px; right: -28px; width: 100px; height: 100px; border-width: 14px; }
    .mhb-modern .mhb-staff-card__mark { bottom: 11px; left: 11px; width: 24px; height: 4px; box-shadow: 31px 0 0 var(--mhb-blue); }
    .mhb-modern .mhb-staff-card__body { padding: 14px 5px 7px; }
    .mhb-modern .mhb-staff-card__body h3 { min-height: 0; font-size: .94rem; }
    .mhb-modern .mhb-staff-card__body > span { min-height: 0; margin-bottom: 5px; font-size: .55rem; }
    .mhb-modern .mhb-staff-card__body button { min-height: 31px; margin-top: 8px; font-size: .65rem; }
    .mhb-modern .mhb-staff-card__body button .material-symbols-outlined { font-size: .85rem; }
    .mhb-modern .mhb-profile-modal { padding: 12px; }
    .mhb-modern .mhb-profile-modal__panel { display: block; height: auto; max-height: calc(100vh - 24px); overflow-y: auto; border-radius: 18px; }
    .mhb-modern .mhb-profile-modal__image { height: 300px; min-height: 0; }
    .mhb-modern .mhb-profile-modal__copy { padding: 30px 24px 38px; overflow: visible; }
    .mhb-modern .mhb-profile-modal__scroll-hint { display: none; }
    .mhb-modern .mhb-profile-modal__close { top: 12px; right: 12px; }
    .mhb-modern .mhb-profile-modal__image-brand { top: 20px; left: 20px; transform: scale(.84); transform-origin: top left; }
    .mhb-modern .mhb-profile-modal__portrait-meta { right: 22px; bottom: 20px; left: 22px; }
    .mhb-modern .mhb-profile-modal__copy h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
    .mhb-modern .mhb-profile-modal__rule { margin: 22px 0 15px; }
    .mhb-modern .mhb-profile-modal__description { font-size: .92rem; line-height: 1.74; }
    .mhb-modern .mhb-purpose-grid { grid-template-columns: 1fr; border-radius: 22px; }
    .mhb-modern .mhb-purpose-panel { min-height: 370px; padding: 32px 26px; }
    .mhb-modern .mhb-purpose-kicker { margin-bottom: 18px; }
    .mhb-modern .mhb-purpose-panel h2 { font-size: 2rem; }
    .mhb-modern .mhb-values { margin-top: 5.5rem; }
    .mhb-modern .mhb-award-entry { grid-template-columns: 1fr; gap: 22px; }
    .mhb-modern .mhb-award-entry__media { aspect-ratio: 16 / 9; }
    .mhb-modern .mhb-achievement-list li { grid-template-columns: 54px minmax(0, 1fr) 20px; gap: 14px; }
    .mhb-modern .mhb-faq-layout { gap: 3.5rem; }
    .mhb-modern .mhb-faq-toggle { min-height: 80px; grid-template-columns: minmax(0, 1fr) 38px; gap: 14px; }
    .mhb-modern .mhb-faq-toggle .faq-icon { width: 36px; height: 36px; }
    .mhb-modern .mhb-faq-content { padding-right: 0; }
    .mhb-modern .mhb-location-explorer { border-radius: 20px; }
    .mhb-modern .mhb-location-directory { min-height: 510px; max-height: 600px; padding: 22px 10px 16px 18px; }
    .mhb-modern .mhb-location-tools { padding-right: 8px; }
    .mhb-modern .mhb-location-result { grid-template-columns: 38px minmax(0, 1fr) 18px; gap: 10px; min-height: 82px; }
    .mhb-modern .mhb-location-result__type { display: none; }
    .mhb-modern .mhb-location-result__icon { width: 36px; height: 36px; }
    .mhb-modern .mhb-location-map iframe { min-height: 390px; }
    .mhb-modern .mhb-location-map__label { top: 16px; left: 16px; max-width: calc(100% - 32px); }
    .mhb-modern .mhb-news-feature { min-height: 0; border-radius: 20px; }
    .mhb-modern .mhb-news-feature__media { min-height: 250px; }
    .mhb-modern .mhb-news-feature__copy { padding: 27px 23px 30px; }
    .mhb-modern .mhb-news-list { margin-top: 48px; }
    .mhb-modern .mhb-news-row { grid-template-columns: 118px minmax(0, 1fr); gap: 15px; padding: 22px 0; }
    .mhb-modern .mhb-news-row__media { height: 110px; }
    .mhb-modern .mhb-news-row__copy > p { display: none; }
    .mhb-modern .mhb-news-row__copy h3 { font-size: .92rem; }
    .mhb-modern .mhb-article__header { margin-bottom: 38px; }
    .mhb-modern .mhb-article__navigation { margin-bottom: 30px; }
    .mhb-modern .mhb-article__header h1 { font-size: 2.35rem; }
    .mhb-modern .mhb-article__image { aspect-ratio: 4 / 3; border-radius: 18px; }
}

@media (max-width: 440px) {
    .mhb-modern .mhb-leadership-grid { grid-template-columns: 1fr; gap: 18px; }
    .mhb-modern .mhb-staff-card__media { aspect-ratio: 5 / 3.4; }
    .mhb-modern .mhb-staff-card__body { padding: 17px 10px 10px; }
    .mhb-modern .mhb-staff-card__body h3 { font-size: 1.13rem; }
    .mhb-modern .mhb-staff-card__body > span { font-size: .61rem; }
    .mhb-modern .mhb-staff-card__body button { margin-top: 11px; font-size: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
    .mhb-modern .mhb-staff-card__media img,
    .mhb-modern .mhb-award-entry__media img,
    .mhb-modern .mhb-news-feature__media img,
    .mhb-modern .mhb-news-row__media img,
    .mhb-modern .mhb-profile-modal,
    .mhb-modern .mhb-profile-modal__panel { transition: none !important; }
}

html {
    scroll-padding-top: 6rem;
    max-width: 100%;
    overflow-x: clip;
}

body.mhb-modern {
    color: var(--mhb-ink);
    background:
        radial-gradient(circle at 8% 16%, rgb(var(--mhb-blue-rgb) / .07), transparent 24rem),
        radial-gradient(circle at 93% 44%, rgb(var(--mhb-orange-rgb) / .055), transparent 25rem),
        var(--mhb-canvas);
    overflow-x: hidden;
}

body.mhb-modern > main {
    width: 100%;
    min-width: 0;
}

body.mhb-modern.is-loading {
    overflow: hidden;
}

.mhb-modern main {
    position: relative;
    z-index: 1;
}

.mhb-modern ::selection {
    color: #fff;
    background: var(--mhb-orange);
}

.mhb-modern :focus-visible {
    outline: 3px solid rgb(var(--mhb-blue-rgb) / .46);
    outline-offset: 4px;
    border-radius: 8px;
}

.mhb-modern .mhb-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000000;
    padding: 10px 16px;
    color: #fff;
    background: var(--mhb-navy-900);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    box-shadow: var(--mhb-shadow);
    transform: translateY(-160%);
    transition: transform .2s var(--mhb-ease);
}

.mhb-modern .mhb-skip-link:focus {
    transform: translateY(0);
}

/* Loading experience */
.mhb-loader {
    isolation: isolate;
    color: var(--mhb-navy);
    background:
        radial-gradient(circle at 50% 45%, rgb(var(--mhb-blue-rgb) / .15), transparent 27rem),
        radial-gradient(circle at 92% 84%, rgb(var(--mhb-orange-rgb) / .13), transparent 31rem),
        linear-gradient(135deg, #fbfdff, #e9f4f9 53%, #f7fbfd);
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    backdrop-filter: blur(30px) saturate(115%);
    -webkit-backdrop-filter: blur(30px) saturate(115%);
    transition: opacity .45s var(--mhb-ease), visibility .45s;
}

.mhb-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent 0 48%, rgb(var(--mhb-blue-rgb) / .07) 48.2% 48.35%, transparent 48.5% 100%),
        radial-gradient(circle at 50% 50%, transparent 26%, rgb(15 70 98 / .045) 100%);
}

.mhb-loader::after {
    display: none;
}

.mhb-loader.is-complete {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.mhb-loader__shell {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(76vw, 240px);
    place-items: center;
}

.mhb-loader__visual {
    position: relative;
    display: grid;
    width: min(76vw, 240px);
    aspect-ratio: 1;
    place-items: center;
}

.mhb-modern .mhb-loader .mhb-signal-halo--loader {
    border-color: rgb(var(--mhb-blue-rgb) / .38);
    background:
        radial-gradient(circle at 35% 28%, rgb(255 255 255 / .94), transparent 19%),
        radial-gradient(circle, rgb(var(--mhb-blue-rgb) / .14), rgb(255 255 255 / .2) 57%, transparent 58%);
    box-shadow:
        inset 0 0 0 clamp(1.25rem, 3vw, 2.9rem) rgb(255 255 255 / .35),
        0 20px 64px rgb(var(--mhb-blue-rgb) / .16);
}

.mhb-modern .mhb-loader .mhb-signal-halo--loader::before {
    border-color: rgb(var(--mhb-blue-rgb) / .3);
}

.mhb-modern .mhb-loader .mhb-signal-halo--loader::after {
    border-top-color: rgb(var(--mhb-orange-rgb) / .78);
    border-right-color: rgb(var(--mhb-orange-rgb) / .78);
}

.mhb-modern .mhb-loader .mhb-signal-halo--loader .mhb-signal-halo__core {
    background: rgb(255 255 255 / .82);
    border-color: rgb(var(--mhb-blue-rgb) / .31);
    box-shadow: 0 18px 35px rgb(var(--mhb-blue-rgb) / .16), inset 0 1px rgb(255 255 255 / .95);
}

.dark .mhb-loader,
body.mhb-modern.dark .mhb-loader {
    color: #fff;
    background:
        radial-gradient(circle at 50% 45%, rgb(var(--mhb-blue-rgb) / .16), transparent 28rem),
        radial-gradient(circle at 96% 88%, rgb(var(--mhb-orange-rgb) / .16), transparent 34rem),
        linear-gradient(135deg, rgb(3 14 27 / .92), rgb(6 31 48 / .8) 52%, rgb(6 21 34 / .9));
}

.dark .mhb-loader::before,
body.mhb-modern.dark .mhb-loader::before {
    background:
        linear-gradient(120deg, transparent 0 48%, rgb(255 255 255 / .035) 48.2% 48.35%, transparent 48.5% 100%),
        radial-gradient(circle at 50% 50%, transparent 28%, rgb(1 9 18 / .48) 100%);
}

.dark .mhb-loader .mhb-signal-halo--loader,
body.mhb-modern.dark .mhb-loader .mhb-signal-halo--loader {
    border-color: rgb(var(--mhb-blue-rgb) / .4);
    background:
        radial-gradient(circle at 35% 28%, rgb(255 255 255 / .16), transparent 18%),
        radial-gradient(circle, rgb(var(--mhb-blue-rgb) / .18), rgb(5 24 40 / .04) 57%, transparent 58%);
    box-shadow: inset 0 0 0 clamp(1.25rem, 3vw, 2.9rem) rgb(255 255 255 / .025);
}

.dark .mhb-loader .mhb-signal-halo--loader::before,
body.mhb-modern.dark .mhb-loader .mhb-signal-halo--loader::before {
    border-color: rgb(var(--mhb-blue-rgb) / .35);
}

.dark .mhb-loader .mhb-signal-halo--loader::after,
body.mhb-modern.dark .mhb-loader .mhb-signal-halo--loader::after {
    border-top-color: rgb(var(--mhb-orange-rgb) / .85);
    border-right-color: rgb(var(--mhb-orange-rgb) / .85);
}

.dark .mhb-loader .mhb-signal-halo--loader .mhb-signal-halo__core,
body.mhb-modern.dark .mhb-loader .mhb-signal-halo--loader .mhb-signal-halo__core {
    background: rgb(7 27 45 / .5);
    border-color: rgb(255 255 255 / .2);
    box-shadow: 0 18px 35px rgb(0 0 0 / .2), inset 0 1px rgb(255 255 255 / .12);
}

@media (max-width: 560px) {
    .mhb-loader__shell {
        width: min(72vw, 190px);
    }

    .mhb-loader__visual {
        width: min(72vw, 190px);
    }

    .mhb-loader .mhb-signal-halo--loader {
        max-width: 190px;
    }

}

/* Header and navigation */
.mhb-modern .mhb-utility-bar {
    position: relative;
    z-index: 60;
    min-height: 58px;
    height: auto !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    overflow: visible;
    background:
        radial-gradient(circle at 72% -120%, rgb(var(--mhb-blue-rgb) / .65), transparent 24rem),
        linear-gradient(100deg, #061524, #0b2940 52%, #0c577b) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 8px 26px rgba(6, 17, 31, .12);
}

.mhb-modern .mhb-utility-bar::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, var(--mhb-orange) 0 8%, var(--mhb-blue) 32% 78%, var(--mhb-orange) 100%);
    opacity: .9;
}

.mhb-modern .mhb-utility-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .25;
    background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, .075) 48%, transparent 58%);
}

.mhb-modern .mhb-utility-inner {
    position: relative;
    z-index: 1;
}

.mhb-modern .mhb-utility-left {
    gap: 10px !important;
}

.mhb-modern .mhb-utility-left > a {
    min-height: 42px;
    padding: 9px 18px !important;
    gap: 9px !important;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 13px !important;
    font-weight: 700;
}

.mhb-modern .mhb-utility-left > a .material-icons,
.mhb-modern .mhb-utility-left #searchContainer > .material-icons {
    color: var(--mhb-blue);
    font-size: 20px !important;
}

.mhb-modern .mhb-utility-left > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .075);
    border-color: rgba(255, 255, 255, .13);
}

.mhb-modern .mhb-utility-left #searchContainer {
    min-width: 136px;
    min-height: 42px;
    padding: 8px 18px !important;
    gap: 9px !important;
    background: rgb(var(--mhb-blue-rgb) / .12) !important;
    border: 1px solid rgb(var(--mhb-blue-rgb) / .32);
    border-radius: 13px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.mhb-modern .mhb-utility-left #searchContainer:hover {
    background: rgb(var(--mhb-blue-rgb) / .2) !important;
    border-color: rgba(96, 199, 241, .48);
}

.mhb-modern .mhb-utility-actions {
    gap: 11px !important;
    flex-wrap: nowrap !important;
}

.mhb-modern .mhb-utility-contact {
    min-height: 36px;
    padding: 0 11px;
    color: rgba(255, 255, 255, .76);
    font-weight: 600;
    letter-spacing: .01em;
    border-right: 1px solid rgba(255, 255, 255, .09);
}

.mhb-modern .mhb-utility-contact .material-icons {
    color: var(--mhb-blue);
}

.mhb-modern .mhb-utility-theme {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
}

.mhb-modern .mhb-utility-theme:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    transform: rotate(10deg);
}

.mhb-modern .mhb-utility-cta {
    min-height: 42px;
    padding: 10px 20px !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 10.5px !important;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 13px !important;
}

.mhb-modern .mhb-utility-cta .material-icons,
.mhb-modern .mhb-utility-cta .material-symbols-outlined {
    font-size: 17px !important;
}

.mhb-modern .mhb-utility-cta--app {
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.mhb-modern .mhb-utility-cta--bank {
    background: linear-gradient(135deg, var(--mhb-orange-bright), var(--mhb-orange)) !important;
    border-color: rgba(255, 181, 120, .52) !important;
    box-shadow: 0 8px 22px rgb(var(--mhb-orange-rgb) / .24);
}

.mhb-modern .mhb-utility-cta--bank:hover {
    box-shadow: 0 12px 28px rgb(var(--mhb-orange-rgb) / .32);
}

.mhb-modern .mhb-utility-bar a,
.mhb-modern .mhb-utility-bar button {
    border-radius: 999px;
}

.mhb-modern .mhb-utility-bar a {
    transition: color .25s ease, background .25s ease, transform .25s var(--mhb-ease);
}

.mhb-modern .mhb-utility-bar a:hover {
    transform: translateY(-2px);
}

.mhb-modern .mhb-navbar {
    position: sticky;
    background: rgba(255, 255, 255, .92) !important;
    border-bottom: 1px solid rgba(16, 42, 67, .07);
    box-shadow: 0 8px 30px rgba(8, 32, 54, .08) !important;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.mhb-modern .mhb-navbar::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgb(var(--mhb-blue-rgb) / .36), rgb(var(--mhb-orange-rgb) / .24), transparent);
}

.mhb-modern .mhb-navbar > .max-w-7xl > .flex {
    height: 76px !important;
    transition: height .3s var(--mhb-ease);
}

.mhb-modern .mhb-navbar.is-scrolled {
    background: rgba(255, 255, 255, .97) !important;
    border-color: rgba(16, 42, 67, .12);
    box-shadow: 0 14px 42px rgba(8, 32, 54, .14) !important;
}

.mhb-modern .mhb-navbar.is-scrolled > .max-w-7xl > .flex {
    height: 66px !important;
}

.mhb-modern .mhb-navbar img[alt*="Logo"] {
    width: auto;
    height: 43px !important;
    transition: transform .3s var(--mhb-ease), filter .3s ease;
}

.mhb-modern .mhb-navbar a:hover img[alt*="Logo"] {
    transform: scale(1.035);
    filter: drop-shadow(0 5px 10px rgba(28, 160, 214, .18));
}

.mhb-modern .mhb-navbar .mhb-desktop-menu {
    display: flex;
    height: 100%;
    align-self: stretch;
    align-items: center;
}

.mhb-modern .mhb-navbar .group > a {
    position: relative;
    display: inline-flex;
    min-height: 40px;
    padding: 0 13px !important;
    align-items: center;
    border: 1px solid transparent !important;
    border-radius: 12px;
    letter-spacing: .035em;
    transition: color .24s ease, background .24s ease, border-color .24s ease, transform .24s var(--mhb-ease) !important;
}

.mhb-modern .mhb-navbar .group:hover > a,
.mhb-modern .mhb-navbar .mhb-desktop-menu.is-open > a,
.mhb-modern .mhb-navbar .mhb-desktop-menu:focus-within > a {
    color: var(--mhb-blue-deep) !important;
    background: rgb(var(--mhb-blue-rgb) / .07);
    border-color: rgb(var(--mhb-blue-rgb) / .1) !important;
    transform: translateY(-1px);
}

.mhb-modern .mhb-navbar .group > a.border-b-2 {
    color: var(--mhb-blue-deep) !important;
    background: linear-gradient(145deg, rgb(var(--mhb-blue-rgb) / .11), rgb(var(--mhb-blue-rgb) / .045));
    border: 1px solid rgb(var(--mhb-blue-rgb) / .15) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.mhb-modern .mhb-navbar .group > a::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 3px;
    height: 2px;
    background: linear-gradient(90deg, var(--mhb-blue), var(--mhb-orange));
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s var(--mhb-ease);
}

.mhb-modern .mhb-navbar .group:hover > a::after,
.mhb-modern .mhb-navbar .mhb-desktop-menu.is-open > a::after,
.mhb-modern .mhb-navbar .mhb-desktop-menu:focus-within > a::after {
    transform: scaleX(1);
}

.mhb-modern .mhb-navbar .mhb-mega-menu-bridge {
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    z-index: 49;
    height: 30px;
    pointer-events: none;
    background: transparent;
}

.mhb-modern .mhb-navbar .mhb-desktop-menu:hover > .mhb-mega-menu-bridge,
.mhb-modern .mhb-navbar .mhb-desktop-menu.is-open > .mhb-mega-menu-bridge,
.mhb-modern .mhb-navbar .mhb-desktop-menu:focus-within > .mhb-mega-menu-bridge {
    pointer-events: auto;
}

.mhb-modern .mhb-navbar .section-with-pattern {
    top: 100% !important;
    background: rgba(255, 255, 255, .96) !important;
    border-radius: 0 0 var(--mhb-radius-lg) var(--mhb-radius-lg);
    border-bottom: 1px solid var(--mhb-line);
    box-shadow: 0 30px 65px rgba(8, 32, 54, .16) !important;
    backdrop-filter: blur(22px) saturate(135%);
    -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.mhb-modern .mhb-navbar .mhb-mega-menu {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .24s ease, transform .3s var(--mhb-ease), visibility 0s linear .28s !important;
}

.mhb-modern .mhb-navbar .mhb-desktop-menu:hover > .mhb-mega-menu,
.mhb-modern .mhb-navbar .mhb-desktop-menu.is-open > .mhb-mega-menu,
.mhb-modern .mhb-navbar .mhb-desktop-menu:focus-within > .mhb-mega-menu {
    visibility: visible !important;
    pointer-events: auto;
    opacity: 1 !important;
    transform: translateY(0);
    transition-delay: 0s !important;
}

.mhb-modern .mhb-navbar .section-with-pattern .max-w-7xl {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
}

.mhb-modern .mhb-navbar .section-with-pattern li a {
    padding: 6px 8px;
    border-radius: 9px;
}

.mhb-modern .mhb-navbar .section-with-pattern li a:hover {
    background: rgb(var(--mhb-blue-rgb) / .055);
}

.dark .mhb-modern .mhb-navbar .section-with-pattern,
.dark body.mhb-modern .mhb-navbar .section-with-pattern {
    background: rgba(7, 24, 39, .985) !important;
    border-color: rgba(255, 255, 255, .09) !important;
    box-shadow: 0 34px 75px rgba(0, 0, 0, .42) !important;
}

.dark .mhb-modern .mhb-navbar .section-with-pattern h3,
.dark body.mhb-modern .mhb-navbar .section-with-pattern h3 {
    color: #edf6fc !important;
}

.dark .mhb-modern .mhb-navbar .section-with-pattern li a,
.dark body.mhb-modern .mhb-navbar .section-with-pattern li a {
    color: #c2d4e2 !important;
}

.dark .mhb-modern .mhb-navbar .section-with-pattern li a .material-symbols-outlined,
.dark body.mhb-modern .mhb-navbar .section-with-pattern li a .material-symbols-outlined {
    color: #69c9f0 !important;
}

.dark .mhb-modern .mhb-navbar .section-with-pattern li a:hover,
.dark body.mhb-modern .mhb-navbar .section-with-pattern li a:hover {
    color: #fff !important;
    background: rgb(var(--mhb-blue-rgb) / .1);
}

/* Hero */
.mhb-modern .mhb-hero {
    isolation: isolate;
    background: var(--mhb-navy-900);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .14), 0 18px 42px rgba(6, 17, 31, .1);
}

.mhb-modern .mhb-hero::after {
    content: "";
    position: absolute;
    z-index: 4;
    inset: auto 0 0;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(6, 17, 31, .42), transparent);
}

.mhb-modern .mhb-hero .carousel-track {
    transition: transform .82s cubic-bezier(.2, .7, .2, 1) !important;
    will-change: transform;
}

.mhb-modern .mhb-hero .carousel-slide img {
    transform: scale(1.012);
    filter: saturate(1.025) contrast(1.01);
    transition: transform 7s cubic-bezier(.18, .75, .18, 1), filter .55s ease;
    will-change: transform;
}

.mhb-modern .mhb-hero .carousel-slide.is-active img {
    animation: mhb-hero-artwork-drift 7.6s cubic-bezier(.2, .72, .22, 1) both;
}

@keyframes mhb-hero-artwork-drift {
    from {
        transform: scale(1.012) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.04) translate3d(-.35%, -.2%, 0);
    }
}

.mhb-modern .mhb-hero__content {
    position: relative;
    padding: 1.5rem 0 5.5rem;
    text-shadow: 0 2px 18px rgba(3, 15, 28, .32);
}

.mhb-modern .mhb-hero__content::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -3.5rem -4.5rem;
    pointer-events: none;
    opacity: .62;
    background: radial-gradient(ellipse at center, rgba(4, 20, 35, .64), transparent 68%);
    filter: blur(10px);
}

.mhb-modern .mhb-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1rem;
    color: #f7fafc;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mhb-modern .mhb-hero__eyebrow::before {
    width: 26px;
    height: 2px;
    content: "";
    background: var(--mhb-orange-bright);
    box-shadow: 6px 0 15px rgb(var(--mhb-orange-rgb) / .45);
}

.mhb-modern .mhb-hero__title {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.35rem, 5vw, 5.25rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .98;
}

.mhb-modern .mhb-hero__subtitle {
    max-width: 47ch;
    margin: 1.25rem 0 0;
    color: rgb(255 255 255 / .9);
    font-size: clamp(.93rem, 1.35vw, 1.16rem);
    font-weight: 500;
    line-height: 1.65;
}

.mhb-modern .mhb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.8rem;
}

.mhb-modern .mhb-hero__actions > a {
    display: inline-flex;
    min-height: 48px;
    padding: .75rem 1.1rem .75rem 1.25rem;
    align-items: center;
    justify-content: center;
    gap: .58rem;
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .015em;
    text-decoration: none;
    background: linear-gradient(135deg, var(--mhb-orange-bright), var(--mhb-orange));
    border: 1px solid rgb(255 255 255 / .24);
    border-radius: 999px;
    box-shadow: 0 14px 30px rgb(3 15 28 / .22), inset 0 1px 0 rgb(255 255 255 / .22);
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.mhb-modern .mhb-hero__actions > a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgb(3 15 28 / .3), inset 0 1px 0 rgb(255 255 255 / .26);
}

.mhb-modern .mhb-hero__actions > a .material-icons {
    font-size: 1rem;
    transition: transform .22s ease;
}

.mhb-modern .mhb-hero__actions > a:hover .material-icons {
    transform: translateX(3px);
}

.mhb-modern .mhb-hero__actions > .mhb-hero__app-link {
    color: #fff;
    background: rgb(5 25 41 / .3);
    border-color: rgb(255 255 255 / .46);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mhb-modern .mhb-hero__actions > .mhb-hero__app-link:hover {
    color: var(--mhb-navy-900);
    background: #fff;
}

.mhb-modern .mhb-hero__navigation {
    position: absolute;
    z-index: 25;
    top: clamp(.9rem, 2vw, 1.8rem);
    left: 50%;
    display: flex;
    padding: 6px;
    align-items: center;
    gap: .2rem;
    background: rgb(5 24 40 / .52);
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 999px;
    box-shadow: 0 14px 36px rgb(3 15 28 / .3), inset 0 1px 0 rgb(255 255 255 / .16);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    transform: translateX(-50%);
}

.mhb-modern .mhb-hero__nav-button {
    display: inline-grid;
    width: 38px;
    height: 38px;
    padding: 0;
    flex: 0 0 38px;
    place-items: center;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.mhb-modern .mhb-hero__nav-button:hover,
.mhb-modern .mhb-hero__nav-button:focus-visible {
    color: var(--mhb-navy-900);
    background: #fff;
    outline: 0;
    transform: scale(1.05);
}

.mhb-modern .mhb-hero__nav-button .material-icons {
    font-size: 1.12rem;
}

.mhb-modern .mhb-hero__pager {
    display: flex;
    min-width: 145px;
    padding: 0 .5rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
}

.mhb-modern .mhb-hero__slide-count {
    color: rgb(255 255 255 / .8);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .1em;
    font-variant-numeric: tabular-nums;
}

.mhb-modern .mhb-hero__dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mhb-modern .mhb-hero__dot {
    width: 16px;
    height: 4px;
    padding: 0;
    background: rgb(255 255 255 / .38);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: width .3s cubic-bezier(.2, .75, .2, 1), background-color .2s ease, transform .2s ease;
}

.mhb-modern .mhb-hero__dot:hover,
.mhb-modern .mhb-hero__dot:focus-visible {
    background: #fff;
    outline: 0;
    transform: scaleY(1.35);
}

.mhb-modern .mhb-hero__dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, var(--mhb-orange-bright), #ffd5ab);
    box-shadow: 0 2px 10px rgb(var(--mhb-orange-rgb) / .48);
}

@media (max-width: 640px) {
    .mhb-modern .mhb-hero__content {
        padding-top: 1rem;
        padding-bottom: 4.5rem;
    }

    .mhb-modern .mhb-hero__content::before {
        inset: -2rem -1.5rem;
    }

    .mhb-modern .mhb-hero__title {
        font-size: clamp(2rem, 9.5vw, 3.15rem);
    }

    .mhb-modern .mhb-hero__subtitle {
        margin-top: .9rem;
        font-size: .88rem;
        line-height: 1.5;
    }

    .mhb-modern .mhb-hero__actions {
        gap: .55rem;
        margin-top: 1.25rem;
    }

    .mhb-modern .mhb-hero__actions > a {
        min-height: 42px;
        padding: .65rem 1rem;
        font-size: .67rem;
    }

    .mhb-modern .mhb-hero__navigation {
        top: .65rem;
        padding: 4px;
    }

    .mhb-modern .mhb-hero__nav-button {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .mhb-modern .mhb-hero__pager {
        min-width: 78px;
        padding: 0 .2rem;
    }

    .mhb-modern .mhb-hero__slide-count {
        display: none;
    }

    .mhb-modern .mhb-hero__dot {
        width: 10px;
    }

    .mhb-modern .mhb-hero__dot.is-active {
        width: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhb-modern .mhb-hero .carousel-track,
    .mhb-modern .mhb-hero .carousel-slide img,
    .mhb-modern .mhb-hero__dot,
    .mhb-modern .mhb-hero__nav-button,
    .mhb-modern .mhb-hero__actions > a,
    .mhb-modern .mhb-hero__actions > a .material-icons {
        transition: none !important;
        animation: none !important;
    }
}

/* Forex strip */
.mhb-modern .mhb-forex {
    position: relative;
    z-index: 6;
    background: linear-gradient(90deg, #0b2035, #176f9b 50%, #0b2035) !important;
    box-shadow: 0 10px 28px rgba(6, 17, 31, .16);
}

.mhb-modern .mhb-forex .rounded-flag {
    border: 2px solid rgba(255, 255, 255, .72);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .18);
}

/* Shared section rhythm */
.mhb-modern .mhb-quick-actions,
.mhb-modern .mhb-offerings,
.mhb-modern .mhb-news {
    background: transparent !important;
}

.mhb-modern .mhb-quick-actions {
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.mhb-modern .mhb-quick-actions > div {
    padding: 26px 30px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(16, 42, 67, .08);
    border-radius: var(--mhb-radius-lg);
    box-shadow: var(--mhb-shadow-sm);
    backdrop-filter: blur(16px);
}

.mhb-modern .mhb-quick-actions a > div {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(28, 160, 214, .14) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 28px rgba(8, 32, 54, .10) !important;
    transition: color .3s ease, background .3s ease, transform .3s var(--mhb-ease), box-shadow .3s ease !important;
}

.mhb-modern .mhb-quick-actions a > div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, .5), transparent 56%);
    pointer-events: none;
}

.mhb-modern .mhb-quick-actions a:hover > div {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 38px rgba(28, 160, 214, .2) !important;
}

.mhb-modern .mhb-quick-actions a > span {
    letter-spacing: .04em;
}

.mhb-modern .mhb-offerings {
    padding: clamp(4rem, 8vw, 7rem) 0 !important;
}

.mhb-modern .mhb-offerings__shell {
    position: relative;
    display: grid;
    min-height: 620px;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
    background:
        radial-gradient(circle at 8% 0, rgb(var(--mhb-blue-rgb) / .22), transparent 22rem),
        radial-gradient(circle at 100% 100%, rgb(var(--mhb-orange-rgb) / .18), transparent 25rem),
        linear-gradient(135deg, #071725, #0a263d 58%, #0c314d);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 34px;
    box-shadow: 0 36px 90px rgba(7, 24, 39, .2);
}

.mhb-modern .mhb-offerings__shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image: radial-gradient(rgba(255, 255, 255, .65) .75px, transparent .75px);
    background-size: 26px 26px;
    mask-image: linear-gradient(120deg, #000, transparent 68%);
}

.mhb-modern .mhb-offerings__content {
    position: relative;
    z-index: 2;
    display: flex;
    padding: clamp(2rem, 4vw, 4rem);
    flex-direction: column;
    justify-content: center;
}

.mhb-modern .mhb-section-kicker {
    display: inline-flex;
    margin-bottom: 1.05rem;
    align-items: center;
    gap: .65rem;
    color: #83d8fa;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mhb-modern .mhb-section-kicker > span {
    width: 28px;
    height: 2px;
    background: var(--mhb-orange);
    border-radius: 999px;
}

.mhb-modern .mhb-offerings__intro h2 {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(2.35rem, 4.3vw, 4.65rem);
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.mhb-modern .mhb-offerings__intro h2 > span {
    display: block;
    color: #63c7f0;
}

.mhb-modern .mhb-offerings__intro > p {
    max-width: 58ch;
    margin: 1.35rem 0 0;
    color: rgba(226, 239, 248, .72);
    font-size: .96rem;
    line-height: 1.75;
}

.mhb-modern .mhb-offerings__actions {
    display: flex;
    margin-top: 1.75rem;
    flex-wrap: wrap;
    gap: .7rem;
}

.mhb-modern .mhb-offerings__actions a {
    display: inline-flex;
    min-height: 46px;
    padding: .7rem 1rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    color: #fff;
    font-size: .78rem;
    font-weight: 750;
    text-decoration: none;
    border-radius: 14px;
    transition: transform .25s var(--mhb-ease), box-shadow .25s ease, background .25s ease;
}

.mhb-modern .mhb-offerings__actions a:hover {
    transform: translateY(-3px);
}

.mhb-modern .mhb-offerings__primary-action {
    background: linear-gradient(135deg, var(--mhb-orange-bright), var(--mhb-orange));
    box-shadow: 0 13px 28px rgb(var(--mhb-orange-rgb) / .28);
}

.mhb-modern .mhb-offerings__secondary-action {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    backdrop-filter: blur(10px);
}

.mhb-modern .mhb-offerings__grid {
    display: grid;
    margin-top: 2.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.mhb-modern .mhb-offering-tile {
    position: relative;
    display: grid;
    min-height: 118px;
    padding: 1rem;
    align-items: start;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .85rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    backdrop-filter: blur(12px);
    transition: transform .3s var(--mhb-ease), background .3s ease, border-color .3s ease;
}

.mhb-modern .mhb-offering-tile:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(99, 199, 240, .23);
    transform: translateY(-4px);
}

.mhb-modern .mhb-offering-tile__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #77d0f4;
    font-size: 1.25rem;
    background: rgb(var(--mhb-blue-rgb) / .12);
    border: 1px solid rgb(var(--mhb-blue-rgb) / .17);
    border-radius: 13px;
}

.mhb-modern .mhb-offering-tile--orange .mhb-offering-tile__icon {
    color: #ffad6e;
    background: rgb(var(--mhb-orange-rgb) / .13);
    border-color: rgb(var(--mhb-orange-rgb) / .18);
}

.mhb-modern .mhb-offering-tile__eyebrow {
    display: block;
    margin-bottom: .25rem;
    color: rgba(255, 255, 255, .35);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.mhb-modern .mhb-offering-tile h3 {
    margin: 0;
    color: #fff;
    font-size: .92rem;
    font-weight: 750;
    line-height: 1.25;
}

.mhb-modern .mhb-offering-tile p {
    margin: .35rem 0 0;
    color: rgba(221, 236, 247, .61);
    font-size: .72rem;
    line-height: 1.45;
}

.mhb-modern .mhb-offerings__visual {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    padding: 1.4rem 1.4rem 1.4rem 0;
    flex-direction: column;
}

.mhb-modern .mhb-offerings__image-wrap {
    position: relative;
    flex: 1;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.mhb-modern .mhb-offerings__image-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.1s var(--mhb-ease);
}

.mhb-modern .mhb-offerings__shell:hover .mhb-offerings__image-wrap > img {
    transform: scale(1.035);
}

.mhb-modern .mhb-offerings__image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,24,39,.04) 32%, rgba(7,24,39,.8) 100%);
}

.mhb-modern .mhb-offerings__visual-copy {
    position: absolute;
    left: clamp(1.25rem, 4vw, 2.5rem);
    right: clamp(1.25rem, 4vw, 2.5rem);
    bottom: 2rem;
    color: #fff;
}

.mhb-modern .mhb-offerings__visual-copy > span {
    color: #ffad6e;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mhb-modern .mhb-offerings__visual-copy h3 {
    max-width: 15ch;
    margin: .45rem 0 0;
    font-size: clamp(1.5rem, 3vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.mhb-modern .mhb-offerings__trust-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: flex;
    max-width: 240px;
    padding: .8rem .9rem;
    align-items: center;
    gap: .65rem;
    color: #fff;
    background: rgba(7, 24, 39, .58);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0,0,0,.15);
    backdrop-filter: blur(18px) saturate(130%);
}

.mhb-modern .mhb-offerings__trust-badge > span {
    color: #63d8aa;
}

.mhb-modern .mhb-offerings__trust-badge strong,
.mhb-modern .mhb-offerings__trust-badge small {
    display: block;
}

.mhb-modern .mhb-offerings__trust-badge strong {
    font-size: .75rem;
}

.mhb-modern .mhb-offerings__trust-badge small {
    margin-top: .15rem;
    color: rgba(255,255,255,.63);
    font-size: .61rem;
    line-height: 1.35;
}

.mhb-modern .mhb-offerings__visual-pills {
    display: flex;
    padding: 1rem .75rem 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: .55rem 1.2rem;
    color: rgba(223, 237, 247, .66);
    font-size: .67rem;
    font-weight: 650;
}

.mhb-modern .mhb-offerings__visual-pills span {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
}

.mhb-modern .mhb-offerings__visual-pills i {
    width: 5px;
    height: 5px;
    background: var(--mhb-orange);
    border-radius: 50%;
}

/* Open, page-native offerings layout */
.mhb-modern .mhb-offerings__shell {
    min-height: 0;
    overflow: visible;
    align-items: center;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
    gap: clamp(3.5rem, 7vw, 7rem);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mhb-modern .mhb-offerings__shell::before {
    display: none;
}

.mhb-modern .mhb-offerings__content {
    padding: 0;
}

.mhb-modern .mhb-section-kicker {
    color: var(--mhb-blue-deep);
}

.mhb-modern .mhb-offerings__intro h2 {
    max-width: 11ch;
    color: var(--mhb-navy-800);
    font-size: clamp(2.65rem, 4.2vw, 4.25rem);
    line-height: 1.02;
}

.mhb-modern .mhb-offerings__intro h2 > span {
    color: var(--mhb-blue-deep);
}

.mhb-modern .mhb-offerings__intro > p {
    color: var(--mhb-muted);
}

.mhb-modern .mhb-offerings__secondary-action {
    color: var(--mhb-navy-800) !important;
    background: rgba(255, 255, 255, .86);
    border-color: rgba(16, 42, 67, .11);
    box-shadow: 0 10px 24px rgba(8, 32, 54, .07);
}

.mhb-modern .mhb-offerings__grid {
    gap: .9rem;
}

.mhb-modern .mhb-offering-tile {
    min-height: 126px;
    background: rgba(255, 255, 255, .9);
    border-color: rgba(16, 42, 67, .095);
    box-shadow: 0 15px 42px rgba(8, 32, 54, .075);
}

.mhb-modern .mhb-offering-tile::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    opacity: 0;
    background: linear-gradient(180deg, var(--mhb-blue), var(--mhb-orange));
    transition: opacity .3s ease;
}

.mhb-modern .mhb-offering-tile:hover {
    background: #fff;
    border-color: rgb(var(--mhb-blue-rgb) / .24);
    box-shadow: 0 22px 54px rgba(8, 32, 54, .115);
}

.mhb-modern .mhb-offering-tile:hover::after {
    opacity: 1;
}

.mhb-modern .mhb-offering-tile__eyebrow {
    color: #9aabba;
}

.mhb-modern .mhb-offering-tile h3 {
    color: var(--mhb-navy-800);
}

.mhb-modern .mhb-offering-tile p {
    color: var(--mhb-muted);
}

.mhb-modern .mhb-offerings__visual {
    isolation: isolate;
    padding: 0;
    overflow: visible;
}

.mhb-modern .mhb-offerings__visual::before,
.mhb-modern .mhb-offerings__visual::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -28px;
    width: 72px;
    height: 170px;
    background: linear-gradient(180deg, var(--mhb-orange-bright), var(--mhb-orange));
    border-radius: 20px 20px 8px 8px;
    transform: rotate(-8deg);
    box-shadow: 0 18px 45px rgb(var(--mhb-orange-rgb) / .16);
}

.mhb-modern .mhb-offerings__visual::before {
    left: 8%;
}

.mhb-modern .mhb-offerings__visual::after {
    left: 27%;
    top: -38px;
    opacity: .82;
}

.mhb-modern .mhb-offerings__image-wrap {
    min-height: 500px;
    background: #eef4f7;
    border-color: rgba(255, 255, 255, .88);
    border-radius: 30px;
    box-shadow: 0 30px 75px rgba(8, 32, 54, .17);
}

.mhb-modern .mhb-offerings__image-shade {
    background: linear-gradient(180deg, rgba(7, 24, 39, 0), rgba(7, 24, 39, .08));
}

.dark .mhb-modern .mhb-offerings__intro h2,
.dark body.mhb-modern .mhb-offerings__intro h2,
.dark .mhb-modern .mhb-offering-tile h3,
.dark body.mhb-modern .mhb-offering-tile h3 {
    color: #edf6fc;
}

.dark .mhb-modern .mhb-offerings__intro h2 > span,
.dark body.mhb-modern .mhb-offerings__intro h2 > span,
.dark .mhb-modern .mhb-section-kicker,
.dark body.mhb-modern .mhb-section-kicker {
    color: #69c9f0;
}

.dark .mhb-modern .mhb-offerings__intro > p,
.dark body.mhb-modern .mhb-offerings__intro > p,
.dark .mhb-modern .mhb-offering-tile p,
.dark body.mhb-modern .mhb-offering-tile p {
    color: #a8bbcb;
}

.dark .mhb-modern .mhb-offering-tile,
.dark body.mhb-modern .mhb-offering-tile {
    background: rgba(12, 34, 53, .84);
    border-color: rgba(255, 255, 255, .085);
    box-shadow: 0 16px 45px rgba(0, 0, 0, .2);
}

.dark .mhb-modern .mhb-offering-tile:hover,
.dark body.mhb-modern .mhb-offering-tile:hover {
    background: rgba(15, 42, 65, .96);
    border-color: rgba(105, 201, 240, .2);
}

.dark .mhb-modern .mhb-offerings__secondary-action,
.dark body.mhb-modern .mhb-offerings__secondary-action {
    color: #edf6fc !important;
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .1);
    box-shadow: none;
}

/* News cards */
.mhb-modern .mhb-news {
    position: relative;
    padding-top: 5.5rem;
    padding-bottom: 6rem;
}

.mhb-modern .mhb-news::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(235, 243, 250, .7), rgba(255, 255, 255, .25));
}

.mhb-modern .mhb-news .grid > .group {
    border: 1px solid rgba(16, 42, 67, .08) !important;
    border-radius: var(--mhb-radius) !important;
    box-shadow: var(--mhb-shadow-sm) !important;
    transition: transform .35s var(--mhb-ease), box-shadow .35s ease, border-color .35s ease;
}

.mhb-modern .mhb-news .grid > .group:hover {
    transform: translateY(-8px);
    border-color: rgb(var(--mhb-blue-rgb) / .25) !important;
    box-shadow: var(--mhb-shadow-hover) !important;
}

.mhb-modern .mhb-news .grid > .group > div:first-child::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 17, 31, .28), transparent 58%);
    pointer-events: none;
}

.mhb-modern .mhb-news .grid > .group span.absolute {
    top: 12px !important;
    right: 12px !important;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(6, 17, 31, .16);
    backdrop-filter: blur(10px);
}

/* Editorial newsroom */
.mhb-modern .mhb-newsroom {
    position: relative;
    isolation: isolate;
    padding: clamp(5rem, 8vw, 8rem) 0 !important;
}

.mhb-modern .mhb-newsroom::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 92% 18%, rgb(var(--mhb-blue-rgb) / .09), transparent 27rem),
        linear-gradient(180deg, rgba(235, 243, 250, .76), rgba(249, 251, 253, .35));
}

.mhb-modern .mhb-newsroom__header {
    display: flex;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.mhb-modern .mhb-newsroom__header h2 {
    margin: 0;
    color: var(--mhb-navy-800);
    font-size: clamp(2.6rem, 4.4vw, 4.5rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.mhb-modern .mhb-newsroom__header h2 span {
    color: var(--mhb-blue-deep);
}

.mhb-modern .mhb-newsroom__header p {
    max-width: 58ch;
    margin: 1.15rem 0 0;
    color: var(--mhb-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.mhb-modern .mhb-newsroom__all-link,
.mhb-modern .mhb-newsroom__mobile-all-link {
    display: inline-flex;
    min-height: 44px;
    padding: .65rem 0;
    align-items: center;
    flex: 0 0 auto;
    gap: .55rem;
    color: var(--mhb-blue-deep);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
}

.mhb-modern .mhb-newsroom__all-link .material-symbols-outlined,
.mhb-modern .mhb-newsroom__mobile-all-link .material-symbols-outlined {
    color: var(--mhb-orange);
    font-size: 1.1rem;
    transition: transform .3s var(--mhb-ease);
}

.mhb-modern .mhb-newsroom__all-link:hover .material-symbols-outlined,
.mhb-modern .mhb-newsroom__mobile-all-link:hover .material-symbols-outlined {
    transform: translateX(5px);
}

.mhb-modern .mhb-newsroom__mobile-all-link {
    display: none;
}

.mhb-modern .mhb-newsroom__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 2rem clamp(2rem, 4vw, 4rem);
}

.mhb-modern .mhb-news-story {
    min-width: 0;
}

.mhb-modern .mhb-news-story--featured {
    grid-row: 1 / 3;
}

.mhb-modern .mhb-news-story__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #dce9f0;
    border: 1px solid rgba(16, 42, 67, .08);
    text-decoration: none;
}

.mhb-modern .mhb-news-story--featured .mhb-news-story__media {
    height: clamp(370px, 35vw, 485px);
    border-radius: 30px 30px 82px 30px;
    box-shadow: 0 28px 70px rgba(8, 32, 54, .13);
}

.mhb-modern .mhb-news-story__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 54%, rgba(7, 24, 39, .34));
}

.mhb-modern .mhb-news-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .8s var(--mhb-ease);
}

.mhb-modern .mhb-news-story:hover .mhb-news-story__media img {
    transform: scale(1.035);
}

.mhb-modern .mhb-news-story__date {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    display: inline-flex;
    min-height: 34px;
    padding: .45rem .7rem;
    align-items: center;
    gap: .45rem;
    color: #fff;
    background: rgba(7, 24, 39, .66);
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
    font-size: .67rem;
    font-weight: 720;
    backdrop-filter: blur(14px) saturate(130%);
}

.mhb-modern .mhb-news-story__date .material-symbols-outlined {
    color: #78d4f7;
    font-size: .92rem;
}

.mhb-modern .mhb-news-story__content {
    padding-top: 1.55rem;
}

.mhb-modern .mhb-news-story__label {
    color: var(--mhb-orange);
    font-size: .64rem;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mhb-modern .mhb-news-story h3 {
    margin: .65rem 0 0;
    color: var(--mhb-navy-800);
    font-size: clamp(1.45rem, 2.25vw, 2.35rem);
    font-weight: 760;
    line-height: 1.12;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.mhb-modern .mhb-news-story h3 a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}

.mhb-modern .mhb-news-story h3 a:hover {
    color: var(--mhb-blue-deep);
}

.mhb-modern .mhb-news-story__content > p {
    max-width: 68ch;
    margin: .85rem 0 0;
    color: var(--mhb-muted);
    font-size: .84rem;
    line-height: 1.65;
}

.mhb-modern .mhb-news-story__link {
    display: inline-flex;
    margin-top: 1.15rem;
    align-items: center;
    gap: .45rem;
    color: var(--mhb-navy-800);
    font-size: .72rem;
    font-weight: 800;
    text-decoration: none;
}

.mhb-modern .mhb-news-story__link .material-symbols-outlined {
    color: var(--mhb-orange);
    font-size: 1rem;
    transition: transform .3s var(--mhb-ease);
}

.mhb-modern .mhb-news-story__link:hover .material-symbols-outlined {
    transform: translate(3px, -3px);
}

.mhb-modern .mhb-news-story--supporting {
    display: grid;
    padding: 0 0 1.65rem;
    grid-template-columns: minmax(145px, .82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: 1.35rem;
    border-bottom: 1px solid rgba(16, 42, 67, .13);
}

.mhb-modern .mhb-news-story--supporting + .mhb-news-story--supporting {
    padding-top: 1.65rem;
}

.mhb-modern .mhb-news-story--supporting .mhb-news-story__media {
    min-height: 210px;
    border-radius: 20px 20px 42px 20px;
}

.mhb-modern .mhb-news-story--supporting .mhb-news-story__date {
    left: .65rem;
    bottom: .65rem;
    min-height: 29px;
    padding: .35rem .5rem;
    font-size: .58rem;
}

.mhb-modern .mhb-news-story--supporting .mhb-news-story__content {
    display: flex;
    padding: .2rem 0 0;
    justify-content: center;
    flex-direction: column;
}

.mhb-modern .mhb-news-story--supporting h3 {
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    line-height: 1.18;
}

.mhb-modern .mhb-news-story--supporting .mhb-news-story__content > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .75rem;
}

.mhb-modern .mhb-news-story--supporting .mhb-news-story__link {
    margin-top: .8rem;
    font-size: .66rem;
}

.dark .mhb-modern .mhb-newsroom::before,
.dark body.mhb-modern .mhb-newsroom::before {
    background:
        radial-gradient(circle at 92% 18%, rgb(var(--mhb-blue-rgb) / .1), transparent 27rem),
        linear-gradient(180deg, rgba(10, 29, 46, .76), rgba(7, 18, 31, .25));
}

.dark .mhb-modern .mhb-newsroom__header h2,
.dark body.mhb-modern .mhb-newsroom__header h2,
.dark .mhb-modern .mhb-news-story h3,
.dark body.mhb-modern .mhb-news-story h3,
.dark .mhb-modern .mhb-news-story__link,
.dark body.mhb-modern .mhb-news-story__link {
    color: #edf6fc;
}

.dark .mhb-modern .mhb-newsroom__header h2 span,
.dark body.mhb-modern .mhb-newsroom__header h2 span,
.dark .mhb-modern .mhb-newsroom__all-link,
.dark body.mhb-modern .mhb-newsroom__all-link,
.dark .mhb-modern .mhb-newsroom__mobile-all-link,
.dark body.mhb-modern .mhb-newsroom__mobile-all-link {
    color: #69c9f0;
}

.dark .mhb-modern .mhb-newsroom__header p,
.dark body.mhb-modern .mhb-newsroom__header p,
.dark .mhb-modern .mhb-news-story__content > p,
.dark body.mhb-modern .mhb-news-story__content > p {
    color: #a9bdcb;
}

.dark .mhb-modern .mhb-news-story--supporting,
.dark body.mhb-modern .mhb-news-story--supporting {
    border-color: rgba(255, 255, 255, .11);
}

@media (max-width: 980px) {
    .mhb-modern .mhb-newsroom__grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 2rem;
    }

    .mhb-modern .mhb-news-story--featured {
        grid-row: auto;
    }

    .mhb-modern .mhb-news-story--supporting {
        grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr);
    }
}

@media (max-width: 640px) {
    .mhb-modern .mhb-newsroom {
        padding: 4.5rem 0 5rem !important;
    }

    .mhb-modern .mhb-newsroom__header {
        margin-bottom: 2.5rem;
    }

    .mhb-modern .mhb-newsroom__header h2 {
        font-size: clamp(2.55rem, 12vw, 3.35rem);
    }

    .mhb-modern .mhb-newsroom__header p {
        font-size: .84rem;
    }

    .mhb-modern .mhb-newsroom__all-link {
        display: none;
    }

    .mhb-modern .mhb-newsroom__mobile-all-link {
        display: inline-flex;
        margin-top: 2rem;
    }

    .mhb-modern .mhb-news-story--featured .mhb-news-story__media {
        height: 80vw;
        min-height: 260px;
        max-height: 350px;
        border-radius: 22px 22px 54px 22px;
    }

    .mhb-modern .mhb-news-story h3 {
        font-size: 1.55rem;
    }

    .mhb-modern .mhb-news-story--supporting {
        min-height: 170px;
        padding-bottom: 1.35rem;
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 1rem;
    }

    .mhb-modern .mhb-news-story--supporting + .mhb-news-story--supporting {
        padding-top: 1.35rem;
    }

    .mhb-modern .mhb-news-story--supporting .mhb-news-story__media {
        min-height: 160px;
        border-radius: 16px 16px 32px 16px;
    }

    .mhb-modern .mhb-news-story--supporting .mhb-news-story__date {
        left: .45rem;
        bottom: .45rem;
    }

    .mhb-modern .mhb-news-story--supporting .mhb-news-story__date .material-symbols-outlined {
        display: none;
    }

    .mhb-modern .mhb-news-story--supporting h3 {
        font-size: 1rem;
    }

    .mhb-modern .mhb-news-story--supporting .mhb-news-story__content > p {
        display: none;
    }
}

/* Locator */
.mhb-modern .mhb-locator {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 0 0, rgb(var(--mhb-blue-rgb) / .28), transparent 30rem),
        radial-gradient(circle at 100% 100%, rgb(var(--mhb-orange-rgb) / .18), transparent 26rem),
        linear-gradient(135deg, var(--mhb-navy-950), var(--mhb-navy-800)) !important;
}

.mhb-modern .mhb-locator::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .12;
    background-image: radial-gradient(rgba(255, 255, 255, .9) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to right, #000, transparent 64%);
}

.mhb-modern .mhb-locator:not(.mhb-locator-editorial) > div > div {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: var(--mhb-radius-lg) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28) !important;
}

.mhb-modern .mhb-locator select,
.mhb-modern input,
.mhb-modern textarea,
.mhb-modern select {
    border-radius: var(--mhb-radius-sm) !important;
    border-color: rgba(16, 42, 67, .14) !important;
    box-shadow: 0 6px 18px rgba(8, 32, 54, .06) !important;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.mhb-modern input:focus,
.mhb-modern textarea:focus,
.mhb-modern select:focus {
    border-color: var(--mhb-blue) !important;
    box-shadow: 0 0 0 4px rgb(var(--mhb-blue-rgb) / .13), 0 8px 24px rgba(8, 32, 54, .08) !important;
}

.mhb-modern .mhb-locator iframe {
    filter: saturate(.84) contrast(1.03);
}

/* App promotion */
.mhb-modern .mhb-app-download {
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 38%, rgb(var(--mhb-orange-rgb) / .24), transparent 22rem),
        linear-gradient(120deg, #071523, #0c2a43 58%, #123753) !important;
}

.mhb-modern .mhb-app-download::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg, transparent 50%, rgb(var(--mhb-blue-rgb) / .08));
}

.mhb-modern .mhb-app-download p,
.mhb-modern .mhb-app-download .text-dark,
.mhb-modern .mhb-app-download .text-dark\/90 {
    color: rgba(255, 255, 255, .82) !important;
}

.mhb-modern .mhb-app-download a {
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .075) !important;
    border-color: rgba(255, 255, 255, .16) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
    transition: transform .3s var(--mhb-ease), background .3s ease, border-color .3s ease !important;
}

.mhb-modern .mhb-app-download a:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .13) !important;
    border-color: rgba(255, 255, 255, .3) !important;
}

/* Lower shortcut dock */
.mhb-modern .mhb-link-dock > div {
    padding: 12px !important;
    gap: 10px !important;
    background: rgba(255, 255, 255, .9) !important;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: var(--mhb-radius-lg) !important;
    box-shadow: 0 24px 70px rgba(8, 32, 54, .22) !important;
    backdrop-filter: blur(18px);
}

.mhb-modern .mhb-link-dock a {
    border: 1px solid rgba(16, 42, 67, .07) !important;
    border-radius: 17px !important;
    background: rgba(245, 248, 252, .84) !important;
    transition: transform .3s var(--mhb-ease), background .3s ease, box-shadow .3s ease !important;
}

.mhb-modern .mhb-link-dock a:hover {
    transform: translateY(-4px);
    background: #fff !important;
    box-shadow: var(--mhb-shadow-sm);
}

.mhb-modern .mhb-link-dock a > div {
    border-radius: 14px !important;
}

/* Service locator workspace */
.mhb-modern .mhb-locator-editorial {
    position: relative;
    isolation: isolate;
    padding: clamp(5rem, 8vw, 8rem) 0 !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 4% 14%, color-mix(in srgb, var(--mhb-blue) 25%, transparent), transparent 28rem),
        radial-gradient(circle at 98% 92%, color-mix(in srgb, var(--mhb-orange) 14%, transparent), transparent 25rem),
        linear-gradient(135deg,
            var(--mhb-navy-900),
            color-mix(in srgb, var(--mhb-navy-800) 36%, var(--mhb-blue-deep)) 58%,
            color-mix(in srgb, var(--mhb-navy-800) 14%, var(--mhb-blue))) !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, .09);
}

.mhb-modern .mhb-locator-editorial::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .12;
    background-image: radial-gradient(rgba(255, 255, 255, .9) 1px, transparent 1px);
    background-size: 27px 27px;
    mask-image: linear-gradient(105deg, #000, transparent 72%);
}

.mhb-modern .mhb-locator-editorial__layout {
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.65fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.mhb-modern .mhb-locator-editorial__content {
    display: flex;
    min-width: 0;
    justify-content: center;
    flex-direction: column;
}

.mhb-modern .mhb-locator-editorial__kicker {
    display: inline-flex;
    margin-bottom: 1rem;
    align-items: center;
    gap: .55rem;
    color: var(--mhb-blue);
    font-size: .68rem;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mhb-modern .mhb-locator-editorial__kicker .material-symbols-outlined {
    color: var(--mhb-orange);
    font-size: 1rem;
}

.mhb-modern .mhb-locator-editorial__content h2 {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.mhb-modern .mhb-locator-editorial__content > p {
    max-width: 42ch;
    margin: 1.15rem 0 0;
    color: #a9bfce;
    font-size: .88rem;
    line-height: 1.65;
}

.mhb-modern .mhb-locator-editorial__types {
    display: flex;
    margin-top: 1.3rem;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    color: #dceaf3;
    font-size: .68rem;
    font-weight: 700;
}

.mhb-modern .mhb-locator-editorial__types span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.mhb-modern .mhb-locator-editorial__types i {
    width: 5px;
    height: 5px;
    background: var(--mhb-orange);
    border-radius: 50%;
}

.mhb-modern .mhb-locator-editorial__form {
    display: grid;
    margin-top: 2rem;
    gap: 1rem;
}

.mhb-modern .mhb-locator-editorial__form label {
    display: block;
    margin-bottom: .45rem;
    color: #83a2b7;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mhb-modern .mhb-locator-editorial__select-wrap {
    display: grid;
    min-height: 54px;
    padding: 0 .9rem;
    align-items: center;
    grid-template-columns: 24px minmax(0, 1fr) 20px;
    gap: .6rem;
    color: var(--mhb-blue);
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .14);
    backdrop-filter: blur(14px);
    transition: border-color .25s ease, background .25s ease;
}

.mhb-modern .mhb-locator-editorial__select-wrap:focus-within {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(105, 201, 240, .45);
}

.mhb-modern .mhb-locator-editorial__select-wrap > .material-symbols-outlined {
    font-size: 1.15rem;
}

.mhb-modern .mhb-locator-editorial__select-wrap > .material-symbols-outlined:last-child {
    color: #819aae;
    pointer-events: none;
}

.mhb-modern .mhb-locator-editorial__select-wrap select {
    width: 100%;
    height: 52px;
    padding: 0 !important;
    color: #edf6fc !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    box-shadow: none !important;
    font-size: .8rem;
    font-weight: 650;
    appearance: none;
}

.mhb-modern .mhb-locator-editorial__select-wrap select option {
    color: #102a43;
    background: #fff;
}

.mhb-modern .mhb-locator-editorial__map {
    position: relative;
    min-width: 0;
    height: clamp(480px, 43vw, 590px);
    overflow: hidden;
    background: #eaf0f4;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 30px 30px 82px 30px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .28);
}

.mhb-modern .mhb-locator-editorial__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.82) contrast(1.04);
}

.mhb-modern .mhb-locator-editorial__map-label,
.mhb-modern .mhb-locator-editorial__map-link {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    min-height: 44px;
    padding: .65rem .85rem;
    align-items: center;
    gap: .5rem;
    color: var(--mhb-navy-800);
    background: rgba(255, 255, 255, .91);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(8, 32, 54, .14);
    font-size: .72rem;
    font-weight: 750;
    backdrop-filter: blur(16px) saturate(130%);
}

.mhb-modern .mhb-locator-editorial__map-label {
    top: 1rem;
    left: 1rem;
    max-width: calc(100% - 2rem);
}

.mhb-modern .mhb-locator-editorial__map-label .material-symbols-outlined {
    color: #e34d3c;
    font-size: 1.15rem;
}

.mhb-modern .mhb-locator-editorial__map-link {
    right: 1rem;
    bottom: 1rem;
    color: #fff;
    background: rgba(7, 24, 39, .78);
    border-color: rgba(255, 255, 255, .15);
    text-decoration: none;
}

.mhb-modern .mhb-locator-editorial__map-link .material-symbols-outlined {
    color: var(--mhb-blue);
    font-size: 1rem;
    transition: transform .3s var(--mhb-ease);
}

.mhb-modern .mhb-locator-editorial__map-link:hover .material-symbols-outlined {
    transform: translate(3px, -3px);
}

/* PesaHakika feature section; existing hero artwork is preserved */
.mhb-modern .mhb-signal-halo {
    position: absolute;
    display: grid;
    width: clamp(12rem, 20vw, 21rem);
    aspect-ratio: 1;
    place-items: center;
    pointer-events: none;
    border: 1px solid rgb(var(--mhb-blue-rgb) / .4);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 28%, rgb(255 255 255 / .16), transparent 18%),
        radial-gradient(circle, rgb(var(--mhb-blue-rgb) / .18), rgb(5 24 40 / .04) 57%, transparent 58%);
    box-shadow: inset 0 0 0 clamp(1.25rem, 3vw, 2.9rem) rgb(255 255 255 / .025);
    animation: mhb-signal-halo-float 8s ease-in-out infinite;
}

.mhb-modern .mhb-signal-halo::before,
.mhb-modern .mhb-signal-halo::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(255 255 255 / .16);
    border-radius: inherit;
}

.mhb-modern .mhb-signal-halo::before {
    inset: 12%;
    border-color: rgb(var(--mhb-blue-rgb) / .35);
}

.mhb-modern .mhb-signal-halo::after {
    inset: 25%;
    border-top-color: rgb(var(--mhb-orange-rgb) / .85);
    border-right-color: rgb(var(--mhb-orange-rgb) / .85);
    transform: rotate(-38deg);
}

.mhb-modern .mhb-signal-halo__core {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: clamp(3.4rem, 6vw, 5.25rem);
    height: clamp(3.4rem, 6vw, 5.25rem);
    align-items: center;
    justify-content: center;
    gap: clamp(.4rem, .8vw, .65rem);
    background: rgb(7 27 45 / .5);
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 28%;
    box-shadow: 0 18px 35px rgb(0 0 0 / .2), inset 0 1px rgb(255 255 255 / .12);
    backdrop-filter: blur(14px) saturate(130%);
}

.mhb-modern .mhb-signal-halo__core i {
    display: block;
    width: clamp(.45rem, .8vw, .62rem);
    height: clamp(1.65rem, 3vw, 2.55rem);
    background: var(--mhb-orange);
    border-radius: 999px;
    box-shadow: 0 0 22px rgb(var(--mhb-orange-rgb) / .38);
    transform: skewX(-15deg);
}

.mhb-modern .mhb-signal-halo--app {
    top: clamp(1.5rem, 4vw, 4rem);
    right: max(1.5rem, calc((100% - 1280px) / 2 - 1.5rem));
    z-index: -1;
    opacity: .48;
}

.mhb-modern .mhb-signal-halo--product {
    top: clamp(4rem, 13vw, 8rem);
    right: clamp(1.5rem, 8vw, 9rem);
    z-index: 2;
    width: clamp(10rem, 18vw, 18rem);
    opacity: .7;
}

.mhb-loader .mhb-signal-halo--loader {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100%;
    max-width: 208px;
    opacity: 1;
    animation: mhb-loader-signal-enter .78s var(--mhb-ease) both;
}

.mhb-loader .mhb-signal-halo--loader::before {
    animation: mhb-loader-signal-pulse 2.7s ease-in-out infinite;
}

.mhb-loader .mhb-signal-halo--loader::after {
    animation: mhb-loader-signal-orbit 7s linear infinite;
}

.mhb-loader .mhb-signal-halo--loader .mhb-signal-halo__core {
    width: 39%;
    height: 39%;
    animation: mhb-loader-signal-core 2.8s ease-in-out infinite;
}

.mhb-loader .mhb-signal-halo--loader .mhb-signal-halo__core i {
    width: 12%;
    height: 51%;
    animation: mhb-loader-signal-mark 1.8s var(--mhb-ease) infinite;
}

.mhb-loader .mhb-signal-halo--loader .mhb-signal-halo__core i:nth-child(2) {
    animation-delay: .16s;
}

.mhb-modern .mhb-contact-hero .mhb-signal-halo--contact {
    top: -7rem;
    right: clamp(-6rem, 2vw, 2rem);
    z-index: 0;
    width: clamp(18rem, 30vw, 31rem);
    opacity: .2;
    filter: saturate(.78);
    mask-image: radial-gradient(circle, #000 20%, rgb(0 0 0 / .64) 47%, transparent 72%);
    -webkit-mask-image: radial-gradient(circle, #000 20%, rgb(0 0 0 / .64) 47%, transparent 72%);
    animation-duration: 14s;
}

.mhb-modern .mhb-contact-hero > .mhb-contact-shell {
    position: relative;
    z-index: 1;
}

.mhb-modern .mhb-product-hero__inner {
    z-index: 3;
}

.mhb-modern .mhb-pesahakika {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    padding: clamp(5rem, 8vw, 8rem) 0 9rem !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 38%, color-mix(in srgb, var(--mhb-orange) 52%, transparent), transparent 36rem),
        radial-gradient(circle at 10% 88%, color-mix(in srgb, var(--mhb-blue) 11%, transparent), transparent 28rem),
        linear-gradient(118deg,
            var(--mhb-navy-950),
            var(--mhb-navy-900) 52%,
            color-mix(in srgb, var(--mhb-navy-900) 62%, var(--mhb-orange))) !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.mhb-modern .mhb-pesahakika::after {
    background: linear-gradient(118deg, transparent 45%, rgb(var(--mhb-blue-rgb) / .08));
}

.mhb-modern .mhb-pesahakika__pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background-image: radial-gradient(rgba(255, 255, 255, .78) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.22));
}

.mhb-modern .mhb-pesahakika__layout {
    display: grid;
    min-height: 520px;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(2rem, 5vw, 5rem);
}

.mhb-modern .mhb-pesahakika__visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
}

.mhb-modern .mhb-pesahakika__visual::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 4%;
    bottom: -2rem;
    height: 52%;
    background: radial-gradient(ellipse, rgba(0, 0, 0, .42), transparent 68%);
    filter: blur(12px);
}

.mhb-modern .mhb-pesahakika__visual img {
    position: absolute;
    left: 48%;
    bottom: -8rem;
    width: min(820px, 63vw);
    max-width: none;
    height: auto;
    object-fit: contain;
    transform: translateX(-50%);
    filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .2));
}

.mhb-modern .mhb-pesahakika__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.mhb-modern .mhb-pesahakika__kicker {
    display: inline-flex;
    margin-bottom: 1.15rem;
    align-items: center;
    gap: .55rem;
    color: var(--mhb-blue);
    font-size: .68rem;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mhb-modern .mhb-pesahakika__app-mark {
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 6px 7px;
    align-items: stretch;
    gap: 4px;
    background: rgb(255 255 255 / .08);
    border: 1px solid rgb(255 255 255 / .16);
    border-radius: 9px;
    box-shadow: 0 8px 18px rgb(0 0 0 / .12);
}

.mhb-modern .mhb-pesahakika__app-mark i {
    display: block;
    width: 5px;
    height: 16px;
    background: var(--mhb-orange);
    border-radius: 2px;
    transform: skewX(-15deg);
}

@media (max-width: 760px) {
    .mhb-modern .mhb-signal-halo--app,
    .mhb-modern .mhb-signal-halo--product,
    .mhb-modern .mhb-signal-halo--contact {
        display: none;
    }
}

.mhb-modern .mhb-pesahakika__brand {
    display: flex;
    align-items: baseline;
    color: var(--mhb-blue);
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: .9;
    letter-spacing: -.06em;
}

.mhb-modern .mhb-pesahakika__brand strong {
    color: #fff;
    font-weight: 780;
}

.mhb-modern .mhb-pesahakika__content h2 {
    max-width: 16ch;
    margin: 1.35rem 0 0;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3.45rem);
    line-height: 1.04;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mhb-modern .mhb-pesahakika__content > p {
    max-width: 36ch;
    margin: 1.2rem 0 0;
    color: #b7cbd9 !important;
    font-size: 1rem;
    line-height: 1.65;
}

.mhb-modern .mhb-pesahakika__content > p strong {
    color: #fff;
}

.mhb-modern .mhb-pesahakika__benefits {
    display: flex;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    gap: .7rem 1.25rem;
    color: #dceaf3;
    font-size: .72rem;
    font-weight: 680;
}

.mhb-modern .mhb-pesahakika__benefits span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.mhb-modern .mhb-pesahakika__benefits i {
    color: var(--mhb-orange);
    font-size: 1rem;
}

.mhb-modern .mhb-pesahakika__stores {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: .75rem;
}

.mhb-modern .mhb-pesahakika__stores a {
    display: grid;
    min-width: 190px;
    min-height: 62px;
    padding: .7rem .85rem;
    align-items: center;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    gap: .65rem;
    color: #fff;
    background: rgba(255, 255, 255, .075) !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .17);
    text-decoration: none;
    backdrop-filter: blur(16px);
}

.mhb-modern .mhb-pesahakika__stores a > .material-icons {
    font-size: 1.45rem;
}

.mhb-modern .mhb-pesahakika__stores a small,
.mhb-modern .mhb-pesahakika__stores a strong {
    display: block;
}

.mhb-modern .mhb-pesahakika__stores a small {
    color: #a9bdcb;
    font-size: .62rem;
}

.mhb-modern .mhb-pesahakika__stores a strong {
    margin-top: .12rem;
    font-size: .8rem;
}

.mhb-modern .mhb-pesahakika__stores a > .material-symbols-outlined {
    color: var(--mhb-blue);
    font-size: 1rem;
    transition: transform .3s var(--mhb-ease);
}

.mhb-modern .mhb-pesahakika__stores a:hover {
    background: rgba(255, 255, 255, .13) !important;
    transform: translateY(-4px);
}

.mhb-modern .mhb-pesahakika__stores a:hover > .material-symbols-outlined {
    transform: translate(3px, -3px);
}

/* Integrated service dock */
.mhb-modern .mhb-service-dock {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: -4.4rem auto -3.5rem !important;
    padding: 0 clamp(1rem, 3vw, 2rem) !important;
}

.mhb-modern .mhb-service-dock__grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: rgba(249, 252, 254, .94) !important;
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 24px;
    box-shadow: 0 28px 75px rgba(8, 32, 54, .24);
    backdrop-filter: blur(20px) saturate(130%);
}

.mhb-modern .mhb-service-dock__grid a {
    display: grid;
    min-width: 0;
    min-height: 132px;
    padding: 1.35rem 1.2rem;
    align-items: center;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: .8rem;
    color: var(--mhb-navy-800);
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(16, 42, 67, .1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    transition: color .25s ease, background .3s ease !important;
}

.mhb-modern .mhb-service-dock__grid a:first-child {
    border-left: 0 !important;
}

.mhb-modern .mhb-service-dock__grid a:hover {
    color: var(--mhb-blue-deep);
    background: rgb(var(--mhb-blue-rgb) / .055) !important;
    transform: none;
}

.mhb-modern .mhb-service-dock__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--mhb-blue);
    background: rgb(var(--mhb-blue-rgb) / .09);
    border: 1px solid rgb(var(--mhb-blue-rgb) / .13);
    border-radius: 14px;
    font-size: 1.25rem;
}

.mhb-modern .mhb-service-dock__grid a:nth-child(even) .mhb-service-dock__icon {
    color: var(--mhb-orange);
    background: rgb(var(--mhb-orange-rgb) / .08);
    border-color: rgb(var(--mhb-orange-rgb) / .13);
}

.mhb-modern .mhb-service-dock__grid strong,
.mhb-modern .mhb-service-dock__grid small {
    display: block;
}

.mhb-modern .mhb-service-dock__grid strong {
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.mhb-modern .mhb-service-dock__grid small {
    margin-top: .3rem;
    color: var(--mhb-muted);
    font-size: .65rem;
    line-height: 1.35;
}

.mhb-modern .mhb-service-dock__arrow {
    color: #9cadba;
    font-size: 1rem;
    transition: color .25s ease, transform .3s var(--mhb-ease);
}

.mhb-modern .mhb-service-dock__grid a:hover .mhb-service-dock__arrow {
    color: var(--mhb-orange);
    transform: translate(3px, -3px);
}

.dark .mhb-modern .mhb-service-dock__grid,
.dark body.mhb-modern .mhb-service-dock__grid {
    background: rgba(10, 31, 49, .95) !important;
    border-color: rgba(255, 255, 255, .1);
}

.dark .mhb-modern .mhb-service-dock__grid a,
.dark body.mhb-modern .mhb-service-dock__grid a {
    color: #edf6fc;
    border-color: rgba(255, 255, 255, .1) !important;
}

.dark .mhb-modern .mhb-service-dock__grid small,
.dark body.mhb-modern .mhb-service-dock__grid small {
    color: #a9bdcb;
}

@media (max-width: 980px) {
    .mhb-modern .mhb-locator-editorial__layout,
    .mhb-modern .mhb-pesahakika__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-locator-editorial__content {
        max-width: 680px;
    }

    .mhb-modern .mhb-locator-editorial__content h2 {
        max-width: 14ch;
    }

    .mhb-modern .mhb-locator-editorial__form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhb-modern .mhb-locator-editorial__map {
        height: 500px;
    }

    .mhb-modern .mhb-pesahakika {
        padding-bottom: 8rem !important;
    }

    .mhb-modern .mhb-pesahakika__layout {
        gap: 1rem;
    }

    .mhb-modern .mhb-pesahakika__visual {
        min-height: 490px;
        order: 2;
    }

    .mhb-modern .mhb-pesahakika__content {
        max-width: 680px;
    }

    .mhb-modern .mhb-pesahakika__visual img {
        left: 50%;
        bottom: -8rem;
        width: min(780px, 100vw);
    }

    .mhb-modern .mhb-service-dock__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhb-modern .mhb-service-dock__grid a:nth-child(3) {
        border-left: 0 !important;
    }

    .mhb-modern .mhb-service-dock__grid a:nth-child(n + 3) {
        border-top: 1px solid rgba(16, 42, 67, .1) !important;
    }

    .dark .mhb-modern .mhb-service-dock__grid a:nth-child(n + 3),
    .dark body.mhb-modern .mhb-service-dock__grid a:nth-child(n + 3) {
        border-color: rgba(255, 255, 255, .1) !important;
    }
}

@media (max-width: 640px) {
    .mhb-modern .mhb-locator-editorial {
        padding: 4.5rem 0 5rem !important;
    }

    .mhb-modern .mhb-locator-editorial__layout {
        gap: 2.75rem;
    }

    .mhb-modern .mhb-locator-editorial__content h2 {
        font-size: clamp(2.5rem, 12vw, 3.35rem);
    }

    .mhb-modern .mhb-locator-editorial__form {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-locator-editorial__map {
        height: 390px;
        border-radius: 22px 22px 52px 22px;
    }

    .mhb-modern .mhb-locator-editorial__map-link {
        right: .75rem;
        bottom: .75rem;
    }

    .mhb-modern .mhb-pesahakika {
        min-height: 0;
        padding: 4.75rem 0 7.5rem !important;
    }

    .mhb-modern .mhb-pesahakika__content h2 {
        font-size: clamp(2.25rem, 11vw, 3rem);
    }

    .mhb-modern .mhb-pesahakika__stores {
        flex-direction: column;
    }

    .mhb-modern .mhb-pesahakika__stores a {
        width: 100%;
    }

    .mhb-modern .mhb-pesahakika__visual {
        min-height: 360px;
    }

    .mhb-modern .mhb-pesahakika__visual img {
        bottom: -6rem;
        width: 155vw;
        max-width: 670px;
    }

    .mhb-modern .mhb-service-dock {
        margin-top: -3.25rem !important;
        margin-bottom: -2.5rem !important;
    }

    .mhb-modern .mhb-service-dock__grid {
        border-radius: 20px;
    }

    .mhb-modern .mhb-service-dock__grid a {
        min-height: 116px;
        padding: 1rem .85rem;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: .65rem;
    }

    .mhb-modern .mhb-service-dock__icon {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    .mhb-modern .mhb-service-dock__arrow {
        display: none;
    }
}

@media (max-width: 400px) {
    .mhb-modern .mhb-locator-editorial__map-link {
        display: none;
    }

    .mhb-modern .mhb-service-dock__grid small {
        display: none;
    }

    .mhb-modern .mhb-service-dock__grid strong {
        font-size: .69rem;
    }
}

/* Footer */
.mhb-modern .mhb-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 15%, color-mix(in srgb, var(--mhb-orange) 8%, transparent), transparent 25rem),
        linear-gradient(135deg,
            var(--mhb-navy-950),
            var(--mhb-navy-900) 68%,
            color-mix(in srgb, var(--mhb-navy-900) 76%, var(--mhb-blue-deep))) !important;
    border-top: 0 !important;
}

.mhb-modern .mhb-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--mhb-blue) 0 68%, var(--mhb-orange) 68%);
}

.mhb-modern .mhb-footer label {
    border-left: 0 !important;
    padding-left: 0 !important;
    letter-spacing: .07em;
}

.mhb-modern .mhb-footer label::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 9px;
    background: linear-gradient(90deg, var(--mhb-blue), var(--mhb-orange));
    border-radius: 999px;
}

.mhb-modern .mhb-footer a {
    color: rgba(255, 255, 255, .8);
    transition: color .22s ease, transform .22s var(--mhb-ease);
}

.mhb-modern .mhb-footer a:hover {
    color: #fff !important;
}

.mhb-modern .mhb-footer .fab {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    transition: transform .25s var(--mhb-ease), background .25s ease;
}

.mhb-modern .mhb-footer a:hover .fab {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .13);
}

.mhb-modern .mhb-footer-bottom {
    gap: 18px 24px;
}

@media (max-width: 720px) {
    .mhb-modern .mhb-footer-bottom {
        align-items: center !important;
    }
}

/* Reusable cards and inner pages */
.mhb-modern main .shadow-2xl,
.mhb-modern main .shadow-xl,
.mhb-modern main .shadow-lg {
    box-shadow: var(--mhb-shadow-sm) !important;
}

.mhb-modern main .rounded-lg.overflow-hidden,
.mhb-modern main .rounded-xl.overflow-hidden,
.mhb-modern main .rounded-2xl.overflow-hidden {
    border-radius: var(--mhb-radius) !important;
}

.mhb-modern .accordion-item {
    border: 1px solid rgba(16, 42, 67, .09) !important;
    border-radius: 18px !important;
    box-shadow: var(--mhb-shadow-sm) !important;
    transition: transform .3s var(--mhb-ease), border-color .3s ease, box-shadow .3s ease !important;
}

.mhb-modern .accordion-item:hover,
.mhb-modern .accordion-item.active {
    border-color: rgb(var(--mhb-blue-rgb) / .25) !important;
    box-shadow: var(--mhb-shadow) !important;
}

.mhb-modern .accordion-item.active {
    transform: translateY(-2px);
}

.mhb-modern .accordion-item button > div > div {
    border-radius: 13px !important;
}

.mhb-modern [data-profile-modal] {
    background: rgba(6, 17, 31, .28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mhb-modern [data-modal-card] {
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: var(--mhb-radius-lg) !important;
    box-shadow: 0 34px 100px rgba(0, 0, 0, .32) !important;
}

.mhb-modern [data-profile-modal] button {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(16, 42, 67, .08);
    border-radius: 50%;
    box-shadow: var(--mhb-shadow-sm);
}

.mhb-modern button,
.mhb-modern a {
    -webkit-tap-highlight-color: transparent;
}

.mhb-modern a[class*="bg-secondary"],
.mhb-modern button[class*="bg-secondary"],
.mhb-modern a[class*="bg-primary"],
.mhb-modern button[class*="bg-primary"] {
    transition: transform .25s var(--mhb-ease), box-shadow .25s ease, background .25s ease;
}

.mhb-modern a[class*="bg-secondary"]:hover,
.mhb-modern button[class*="bg-secondary"]:hover,
.mhb-modern a[class*="bg-primary"]:hover,
.mhb-modern button[class*="bg-primary"]:hover {
    box-shadow: 0 12px 28px rgba(8, 32, 54, .18);
}

.mhb-modern #scrollToTop {
    right: 20px !important;
    bottom: 22px !important;
    width: 48px !important;
    height: 48px !important;
    background: linear-gradient(145deg, var(--mhb-orange-bright), var(--mhb-orange)) !important;
    border: 1px solid rgba(255, 255, 255, .42);
    box-shadow: 0 14px 32px rgb(var(--mhb-orange-rgb) / .34) !important;
}

.mhb-modern #scrollToTop:hover {
    transform: translateY(-4px);
}

/* Motion is added progressively by JS. */
.mhb-modern .mhb-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .72s var(--mhb-ease), transform .72s var(--mhb-ease);
}

.mhb-modern .mhb-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mhb-modern .mhb-reveal-card {
    opacity: 0;
    transform: translateY(20px) scale(.985);
    transition: opacity .62s var(--mhb-ease), transform .62s var(--mhb-ease), box-shadow .3s ease;
    transition-delay: var(--mhb-delay, 0ms);
}

.mhb-modern .mhb-reveal-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.dark body.mhb-modern,
body.mhb-modern.dark {
    --mhb-ink: #edf6fc;
    --mhb-muted: #a8bbcb;
    --mhb-canvas: #07121f;
    --mhb-line: rgba(255, 255, 255, .09);
}

.dark .mhb-modern .mhb-navbar,
.dark body.mhb-modern .mhb-navbar {
    background: rgba(7, 18, 31, .9) !important;
    border-color: rgba(255, 255, 255, .08);
}

.dark .mhb-modern .mhb-quick-actions > div,
.dark body.mhb-modern .mhb-quick-actions > div,
.dark .mhb-modern .mhb-link-dock > div,
.dark body.mhb-modern .mhb-link-dock > div {
    background: rgba(13, 34, 55, .82) !important;
    border-color: rgba(255, 255, 255, .08);
}

/* Shared inner-page experience */
.mhb-modern .mhb-inner-page {
    position: relative;
}

.mhb-modern .mhb-page-intro {
    position: relative;
}

.mhb-modern .mhb-page-intro::before {
    content: "";
    width: 46px;
    height: 4px;
    margin-bottom: .7rem;
    background: linear-gradient(90deg, var(--mhb-orange), var(--mhb-blue));
    border-radius: 999px;
}

.mhb-modern .mhb-page-intro h1 {
    max-width: 16ch;
    text-wrap: balance;
}

.mhb-modern .mhb-page-intro p {
    max-width: 68ch;
}

.mhb-modern .mhb-content-surface,
.mhb-modern .mhb-help-card,
.mhb-modern .mhb-form-surface,
.mhb-modern .mhb-tip-card,
.mhb-modern .mhb-contact-card,
.mhb-modern .mhb-related-card {
    border-color: rgba(16, 42, 67, .095) !important;
    box-shadow: 0 18px 55px rgba(8, 32, 54, .085) !important;
}

.mhb-modern .mhb-content-surface,
.mhb-modern .mhb-form-surface {
    background: linear-gradient(150deg, rgba(255, 255, 255, .97), rgba(248, 251, 254, .92)) !important;
}

.mhb-modern .mhb-content-surface .prose {
    color: #294157;
    font-size: 1.03rem;
    line-height: 1.85;
}

.mhb-modern .mhb-content-surface .prose p + p {
    margin-top: 1.35em;
}

.mhb-modern .mhb-help-card {
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgb(var(--mhb-blue-rgb) / .13), transparent 9rem),
        rgba(255, 255, 255, .94) !important;
}

.mhb-modern .mhb-form-surface input,
.mhb-modern .mhb-form-surface select,
.mhb-modern .mhb-form-surface textarea {
    min-height: 48px;
    background-color: rgba(255, 255, 255, .9) !important;
}

.mhb-modern .mhb-form-surface label {
    letter-spacing: .012em;
}

.mhb-modern .mhb-tip-card,
.mhb-modern .mhb-contact-card,
.mhb-modern .mhb-related-card {
    transition: transform .3s var(--mhb-ease), box-shadow .3s ease, border-color .3s ease;
}

.mhb-modern .mhb-tip-card:hover,
.mhb-modern .mhb-contact-card:hover,
.mhb-modern .mhb-related-card:hover {
    border-color: rgb(var(--mhb-blue-rgb) / .24) !important;
    box-shadow: 0 24px 65px rgba(8, 32, 54, .12) !important;
    transform: translateY(-3px);
}

.mhb-modern .mhb-product-hero {
    isolation: isolate;
}

.mhb-modern .mhb-product-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 70%, rgba(7, 24, 39, .2));
}

.mhb-modern .mhb-product-hero h1 {
    text-shadow: 0 5px 26px rgba(0, 0, 0, .32);
    text-wrap: balance;
}

.mhb-modern .mhb-product-body .accordion-item {
    border-color: rgba(16, 42, 67, .095) !important;
    box-shadow: 0 12px 38px rgba(8, 32, 54, .065) !important;
}

.mhb-modern .mhb-product-body .accordion-item.active {
    border-color: rgb(var(--mhb-blue-rgb) / .24) !important;
    box-shadow: 0 18px 48px rgba(8, 32, 54, .09) !important;
}

.mhb-modern .mhb-product-body [data-accordion-trigger]:hover {
    background: rgb(var(--mhb-blue-rgb) / .035);
}

.mhb-modern .mhb-news-card {
    overflow: hidden;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(16, 42, 67, .09);
    border-radius: 20px;
    box-shadow: 0 16px 45px rgba(8, 32, 54, .08);
    transition: transform .32s var(--mhb-ease), box-shadow .32s ease;
}

.mhb-modern .mhb-news-card:hover {
    box-shadow: 0 24px 62px rgba(8, 32, 54, .13);
    transform: translateY(-5px);
}

.mhb-modern .mhb-news-card__media {
    display: block;
    overflow: hidden;
}

.mhb-modern .mhb-news-card__media img {
    transition: transform .65s var(--mhb-ease);
}

.mhb-modern .mhb-news-card:hover .mhb-news-card__media img {
    transform: scale(1.045);
}

.mhb-modern .mhb-news-card__content {
    padding: 1.25rem 1.35rem 1.4rem;
}

.mhb-modern .mhb-empty-state {
    display: grid;
    min-height: 180px;
    padding: 2rem;
    place-items: center;
    align-content: center;
    gap: .45rem;
    color: var(--mhb-muted);
    text-align: center;
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,249,252,.9));
    border: 1px dashed rgb(var(--mhb-blue-rgb) / .28) !important;
    border-radius: 20px !important;
}

.mhb-modern .mhb-empty-state > .material-symbols-outlined {
    color: var(--mhb-blue);
    font-size: 2rem;
}

.mhb-modern .mhb-empty-state h2,
.mhb-modern .mhb-empty-state h3 {
    margin: 0;
    color: var(--mhb-navy-800);
    font-size: 1.05rem;
    font-weight: 750;
}

.mhb-modern .mhb-empty-state p {
    margin: 0;
    font-size: .875rem;
}

.mhb-modern .mhb-location-page {
    width: min(100%, 1440px);
    min-height: 640px;
    gap: 0;
}

.mhb-modern .mhb-location-sidebar {
    overflow: hidden;
    border: 1px solid rgba(16, 42, 67, .1) !important;
    border-right: 0 !important;
    border-radius: 24px 0 0 24px;
    box-shadow: 0 22px 60px rgba(8, 32, 54, .1);
}

.mhb-modern .mhb-location-search {
    display: flex;
    height: 48px;
    padding: 0 13px;
    align-items: center;
    gap: 9px;
    color: #7890a4;
    background: #f6f9fb;
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 14px;
}

.mhb-modern .mhb-location-search:focus-within {
    color: var(--mhb-blue);
    background: #fff;
    border-color: rgb(var(--mhb-blue-rgb) / .42);
    box-shadow: 0 0 0 3px rgb(var(--mhb-blue-rgb) / .08);
}

.mhb-modern .mhb-location-search input {
    width: 100%;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.mhb-modern .mhb-location-map {
    min-height: 600px;
    overflow: hidden;
    border: 1px solid rgba(16, 42, 67, .1);
    border-radius: 0 24px 24px 0;
    box-shadow: 0 22px 60px rgba(8, 32, 54, .1);
}

.mhb-modern .filter-buttons button[aria-pressed="true"] {
    color: #fff !important;
    background: linear-gradient(135deg, #2aa6d8, #1687b6) !important;
    box-shadow: 0 8px 20px rgb(var(--mhb-blue-rgb) / .2);
}

.mhb-modern .mhb-report-row {
    border: 0 !important;
    transition: background .2s ease;
}

.mhb-modern .mhb-report-row:hover {
    background: rgb(var(--mhb-blue-rgb) / .035);
}

.mhb-modern .mhb-report-page > header {
    padding-top: clamp(2.5rem, 6vw, 5.5rem) !important;
    padding-bottom: clamp(2.5rem, 6vw, 5rem) !important;
    background:
        radial-gradient(circle at 78% 20%, rgb(var(--mhb-blue-rgb) / .12), transparent 19rem),
        linear-gradient(135deg, rgba(255,255,255,.4), rgba(244,249,253,.82));
}

.mhb-modern .mhb-report-page > header h1 {
    margin-bottom: 1rem !important;
    font-size: clamp(2rem, 4vw, 3.25rem) !important;
    letter-spacing: -.035em;
}

.dark .mhb-modern .mhb-content-surface,
.dark .mhb-modern .mhb-form-surface,
.dark .mhb-modern .mhb-help-card,
.dark .mhb-modern .mhb-news-card,
.dark .mhb-modern .mhb-empty-state {
    color: #d8e6f1;
    background: rgba(10, 27, 44, .94) !important;
    border-color: rgba(255, 255, 255, .08) !important;
}

.dark .mhb-modern .mhb-content-surface .prose,
.dark .mhb-modern .mhb-empty-state h2,
.dark .mhb-modern .mhb-empty-state h3 {
    color: #edf6fc;
}

body.mhb-modern.mhb-mobile-menu-open {
    overflow: hidden;
}

body.mhb-modern.mhb-mobile-menu-open .mhb-navbar {
    z-index: 10050 !important;
}

.mhb-modern .mhb-mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    cursor: default;
    background: rgba(5, 18, 30, .56);
    border: 0;
    backdrop-filter: blur(5px);
    transition: opacity .28s ease;
}

.mhb-modern .mhb-mobile-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: min(92vw, 420px);
    height: 100dvh;
    padding: 0;
    flex-direction: column;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgb(var(--mhb-blue-rgb) / .13), transparent 16rem),
        #f8fbfd;
    border-left: 1px solid rgba(255, 255, 255, .7);
    box-shadow: -30px 0 80px rgba(5, 18, 30, .24);
    transform: translateX(104%);
    transition: transform .34s var(--mhb-ease);
}

.mhb-modern #mobileMenu.is-open .mhb-mobile-menu__backdrop {
    opacity: 1;
}

.mhb-modern #mobileMenu.is-open .mhb-mobile-menu__panel {
    transform: translateX(0);
}

.mhb-modern .mhb-mobile-menu__header {
    display: flex;
    min-height: 88px;
    padding: 17px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(255,255,255,.76);
    border-bottom: 1px solid rgba(16, 42, 67, .075);
    backdrop-filter: blur(18px);
}

.mhb-modern .mhb-mobile-menu__header img {
    width: auto;
    height: 42px !important;
}

.mhb-modern .mhb-mobile-menu__header > div {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.mhb-modern .mhb-mobile-menu__header > div > span {
    color: #7890a4;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mhb-modern .mhb-mobile-menu__header button {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    color: var(--mhb-navy-800);
    cursor: pointer;
    background: #edf4f8;
    border: 1px solid rgba(16, 42, 67, .08);
    border-radius: 13px;
}

.mhb-modern .mhb-mobile-menu__quick-actions {
    display: grid;
    padding: 14px 18px;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
}

.mhb-modern .mhb-mobile-menu__quick-actions a {
    display: flex;
    min-width: 0;
    min-height: 64px;
    padding: .75rem;
    align-items: center;
    gap: .65rem;
    color: #fff;
    font-size: .7rem;
    font-weight: 750;
    text-decoration: none;
    background: linear-gradient(135deg, #0a263d, #12486b);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(7, 24, 39, .12);
}

.mhb-modern .mhb-mobile-menu__quick-actions a:last-child {
    background: linear-gradient(135deg, var(--mhb-orange-bright), var(--mhb-orange));
    box-shadow: 0 12px 26px rgb(var(--mhb-orange-rgb) / .18);
}

.mhb-modern .mhb-mobile-menu__quick-actions .material-symbols-outlined {
    font-size: 1.15rem;
}

.mhb-modern .mhb-mobile-menu__nav {
    flex: 1 1 auto;
    min-height: 0;
    padding: 2px 18px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(16,42,67,.18) transparent;
}

.mhb-modern .mhb-mobile-menu__item {
    border-bottom: 1px solid rgba(16, 42, 67, .075);
}

.mhb-modern .mhb-mobile-menu__toggle,
.mhb-modern .mhb-mobile-menu__link {
    display: flex;
    width: 100%;
    min-height: 58px;
    padding: .75rem .2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--mhb-navy-800);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .045em;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border: 0;
}

.mhb-modern .mhb-mobile-menu__toggle {
    cursor: pointer;
}

.mhb-modern .mhb-mobile-menu__toggle > .material-symbols-outlined,
.mhb-modern .mhb-mobile-menu__link > .material-symbols-outlined {
    color: #8ba0b1;
    font-size: 1.1rem;
    transition: transform .25s ease, color .25s ease;
}

.mhb-modern .mhb-mobile-menu__toggle[aria-expanded="true"] {
    color: var(--mhb-blue);
}

.mhb-modern .mhb-mobile-menu__toggle[aria-expanded="true"] > .material-symbols-outlined {
    color: var(--mhb-orange);
    transform: rotate(180deg);
}

.mhb-modern .mhb-mobile-menu__submenu {
    margin: 0 0 12px;
    padding: 6px 10px 10px;
    background: rgba(234, 243, 249, .7);
    border: 1px solid rgb(var(--mhb-blue-rgb) / .09);
    border-radius: 15px;
    animation: mhb-mobile-submenu-in .24s var(--mhb-ease) both;
}

.mhb-modern .mhb-mobile-menu__submenu a {
    display: flex;
    min-height: 42px;
    padding: .55rem .45rem;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    color: #385168;
    font-size: .76rem;
    line-height: 1.35;
    text-decoration: none;
    border-bottom: 1px solid rgba(16,42,67,.055);
}

.mhb-modern .mhb-mobile-menu__submenu a:last-child {
    border-bottom: 0;
}

.mhb-modern .mhb-mobile-menu__submenu a > .material-symbols-outlined {
    color: var(--mhb-blue);
    font-size: .9rem;
}

.mhb-modern .mhb-mobile-menu__group-label {
    margin: .65rem .45rem .2rem;
    color: #8a9ead;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mhb-modern .mhb-mobile-menu__group-label:first-child {
    margin-top: .2rem;
}

.mhb-modern .mhb-mobile-menu__footer {
    display: flex;
    min-height: 74px;
    padding: 13px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #71879a;
    background: #fff;
    border-top: 1px solid rgba(16,42,67,.075);
}

.mhb-modern .mhb-mobile-menu__footer p {
    margin: 0;
    font-size: .68rem;
    line-height: 1.35;
}

.mhb-modern .mhb-mobile-menu__footer a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .35rem;
    color: var(--mhb-blue);
    font-size: .72rem;
    font-weight: 800;
    text-decoration: none;
}

@keyframes mhb-mobile-submenu-in {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.dark .mhb-modern .mhb-mobile-menu__panel,
.dark body.mhb-modern .mhb-mobile-menu__panel {
    color: #e7f1f8;
    background:
        radial-gradient(circle at 100% 0, rgb(var(--mhb-blue-rgb) / .15), transparent 16rem),
        #071827;
    border-color: rgba(255,255,255,.08);
}

.dark .mhb-modern .mhb-mobile-menu__header,
.dark body.mhb-modern .mhb-mobile-menu__header,
.dark .mhb-modern .mhb-mobile-menu__footer,
.dark body.mhb-modern .mhb-mobile-menu__footer {
    background: rgba(8, 27, 43, .9);
    border-color: rgba(255,255,255,.08);
}

.dark .mhb-modern .mhb-mobile-menu__toggle,
.dark body.mhb-modern .mhb-mobile-menu__toggle,
.dark .mhb-modern .mhb-mobile-menu__link,
.dark body.mhb-modern .mhb-mobile-menu__link {
    color: #edf6fc;
}

.dark .mhb-modern .mhb-mobile-menu__item,
.dark body.mhb-modern .mhb-mobile-menu__item {
    border-color: rgba(255,255,255,.08);
}

.dark .mhb-modern .mhb-mobile-menu__submenu,
.dark body.mhb-modern .mhb-mobile-menu__submenu {
    background: rgba(255,255,255,.055);
    border-color: rgba(255,255,255,.08);
}

.dark .mhb-modern .mhb-mobile-menu__submenu a,
.dark body.mhb-modern .mhb-mobile-menu__submenu a {
    color: #c4d5e1;
    border-color: rgba(255,255,255,.065);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mhb-modern .mhb-offerings__shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-offerings__visual {
        padding: 0 2rem 2rem;
    }

    .mhb-modern .mhb-offerings__image-wrap {
        min-height: 520px;
    }
}

@media (max-width: 767px) {
    .mhb-modern .mhb-utility-bar {
        min-height: 56px;
        padding: 9px 10px !important;
        overflow: hidden;
    }

    .mhb-modern .mhb-utility-inner {
        width: 100%;
        min-width: 0;
        gap: 0 !important;
    }

    .mhb-modern #mobileLeftBar,
    .mhb-modern #mobileNormalBar {
        width: 100%;
        min-width: 0;
    }

    .mhb-modern .mhb-mobile-utility-icons {
        min-width: 0;
        gap: 4px !important;
    }

    .mhb-modern .mhb-mobile-icon-control {
        display: inline-grid;
        width: 34px;
        height: 34px;
        padding: 0 !important;
        flex: 0 0 34px;
        place-items: center;
        overflow: hidden;
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .07);
        border-radius: 10px !important;
    }

    .mhb-modern .mhb-mobile-icon-control .material-icons {
        display: block;
        width: 18px;
        max-width: 18px;
        overflow: hidden;
        font-size: 18px !important;
        line-height: 1;
        white-space: nowrap;
    }

    .mhb-modern .mhb-mobile-utility-ctas {
        min-width: 0;
        margin-left: 6px !important;
        gap: 6px !important;
    }

    .mhb-modern .mhb-mobile-utility-cta {
        min-width: 0;
        height: 36px;
        padding: 0 7px !important;
        justify-content: center;
        overflow: hidden;
        font-size: 9px !important;
        letter-spacing: .02em !important;
        border-radius: 10px !important;
    }

    .mhb-modern .mhb-mobile-utility-cta .material-icons,
    .mhb-modern .mhb-mobile-utility-cta .material-symbols-outlined {
        display: block;
        width: 15px;
        max-width: 15px;
        overflow: hidden;
        flex: 0 0 15px;
        font-size: 15px !important;
        line-height: 1;
        white-space: nowrap;
    }

    .mhb-modern .mhb-mobile-utility-cta--app {
        max-width: 104px;
    }

    .mhb-modern .mhb-mobile-utility-cta--bank {
        max-width: 112px;
    }

    .mhb-modern .mhb-utility-bar:has(#mobileSearchBar:not(.hidden)) {
        overflow: visible;
    }

    .mhb-modern .mhb-navbar {
        top: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .mhb-modern .mhb-navbar > .max-w-7xl > .flex,
    .mhb-modern .mhb-navbar.is-scrolled > .max-w-7xl > .flex {
        height: 72px !important;
    }

    .mhb-modern .mhb-navbar img[alt*="Logo"] {
        height: 42px !important;
    }

    .mhb-modern .mhb-navbar .flex.md\:hidden > button {
        display: inline-grid;
        width: 42px;
        height: 42px;
        padding: 0;
        place-items: center;
        color: var(--mhb-navy-800);
        background: linear-gradient(145deg, rgb(var(--mhb-blue-rgb) / .1), rgba(255, 255, 255, .7));
        border: 1px solid rgb(var(--mhb-blue-rgb) / .14);
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(8, 32, 54, .08);
    }

    .mhb-modern .mhb-hero {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 56vw;
    }

    .mhb-modern .mhb-hero .carousel-track,
    .mhb-modern .mhb-hero .carousel-slide {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .mhb-modern .mhb-quick-actions {
        padding-top: 1.25rem;
        padding-bottom: 2.4rem;
    }

    .mhb-modern .mhb-quick-actions > div {
        padding: 22px 14px;
        border-radius: 22px;
    }

    .mhb-modern .mhb-quick-actions > div > div {
        width: 100%;
    }

    .mhb-modern .mhb-quick-actions > div > div > div:last-child {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem .65rem !important;
    }

    .mhb-modern .mhb-offerings {
        padding: 3.25rem 0 4rem !important;
    }

    .mhb-modern .mhb-offerings__shell {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr);
        gap: 3.2rem;
    }

    .mhb-modern .mhb-offerings__content {
        padding: 0;
    }

    .mhb-modern .mhb-offerings__intro h2 {
        font-size: clamp(2.4rem, 12vw, 3.3rem);
    }

    .mhb-modern .mhb-offerings__intro > p {
        font-size: .88rem;
    }

    .mhb-modern .mhb-offerings__actions a {
        flex: 1 1 auto;
    }

    .mhb-modern .mhb-offerings__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-offering-tile {
        min-height: 100px;
        align-items: center;
    }

    .mhb-modern .mhb-offerings__visual {
        padding: 0;
    }

    .mhb-modern .mhb-offerings__image-wrap {
        min-height: 390px;
        border-radius: 20px;
    }

    .mhb-modern .mhb-offerings__trust-badge {
        top: .85rem;
        right: .85rem;
        max-width: 220px;
    }

    .mhb-modern .mhb-offerings__visual-copy {
        bottom: 1.4rem;
    }

    .mhb-modern .mhb-offerings__visual-pills {
        display: none;
    }

    .mhb-modern .mhb-news {
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }

    .mhb-modern .mhb-locator:not(.mhb-locator-editorial) {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .mhb-modern .mhb-app-download:not(.mhb-pesahakika) {
        padding-bottom: 3rem;
    }

    .mhb-modern .mhb-link-dock:not(.mhb-service-dock) {
        margin-top: -2rem !important;
        margin-bottom: -3rem !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .mhb-modern .mhb-link-dock > div {
        border-radius: 22px !important;
    }

    .mhb-modern .mhb-footer {
        padding-top: 5rem !important;
    }

    .mhb-modern .mhb-page-intro h1 {
        font-size: clamp(2.25rem, 11vw, 3.15rem) !important;
    }

    .mhb-modern .mhb-content-page {
        padding-top: 3rem !important;
        padding-bottom: 3.5rem !important;
    }

    .mhb-modern .mhb-content-surface,
    .mhb-modern .mhb-form-surface {
        padding: 1.35rem !important;
        border-radius: 20px !important;
    }

    .mhb-modern .mhb-product-body {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .mhb-modern .mhb-product-body [data-accordion-trigger] {
        padding: 1rem !important;
    }

    .mhb-modern .mhb-location-page {
        min-height: auto;
        padding: 1.25rem 1rem 3rem !important;
        flex-direction: column;
        gap: 1rem;
        overflow: visible;
    }

    .mhb-modern .mhb-location-sidebar {
        width: 100% !important;
        max-height: 520px;
        border-right: 1px solid rgba(16, 42, 67, .1) !important;
        border-radius: 20px;
    }

    .mhb-modern .mhb-location-map {
        width: 100%;
        min-height: 420px;
        border-radius: 20px;
    }

    .mhb-modern .mhb-news-index {
        padding-top: 2.5rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 380px) {
    .mhb-modern .mhb-mobile-utility-cta--app {
        width: 32px;
        padding: 0 !important;
    }

    .mhb-modern .mhb-mobile-utility-cta--app .mhb-mobile-utility-label {
        display: none;
    }

    .mhb-modern .mhb-mobile-utility-cta--bank {
        max-width: 108px;
    }

    .mhb-modern .mhb-offerings__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-offerings__actions a {
        width: 100%;
    }
}

/* Banking shortcut rail: visually continues into the editorial offerings section */
.mhb-modern .mhb-action-rail {
    position: relative;
    padding: clamp(2.75rem, 5vw, 4.5rem) 0 1.25rem !important;
}

.mhb-modern .mhb-action-rail::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(236, 244, 250, .64), rgba(246, 249, 252, 0));
}

.mhb-modern .mhb-action-rail > div {
    padding: 0 clamp(1rem, 2.4vw, 2rem) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.mhb-modern .mhb-action-rail__layout {
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 2.28fr);
    border-top: 1px solid rgba(16, 42, 67, .13);
    border-bottom: 1px solid rgba(16, 42, 67, .13);
}

.mhb-modern .mhb-action-rail__intro {
    display: flex;
    padding: clamp(1.65rem, 2.7vw, 2.35rem) clamp(1.25rem, 2.6vw, 2.5rem) clamp(1.65rem, 2.7vw, 2.35rem) 0;
    justify-content: center;
    flex-direction: column;
}

.mhb-modern .mhb-action-rail__intro > span {
    margin-bottom: .55rem;
    color: var(--mhb-blue-deep);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mhb-modern .mhb-action-rail__intro h3 {
    max-width: 15ch;
    margin: 0;
    color: var(--mhb-navy-800);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.mhb-modern .mhb-action-rail__intro p {
    max-width: 34ch;
    margin: .7rem 0 0;
    color: var(--mhb-muted);
    font-size: .77rem;
    line-height: 1.5;
}

.mhb-modern .mhb-action-rail__links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mhb-modern .mhb-action-link {
    --mhb-shortcut-color: var(--mhb-blue-deep);
    --mhb-shortcut-rgb: var(--mhb-blue-rgb);
    --mhb-shortcut-rotation: -3deg;
    position: relative;
    isolation: isolate;
    display: grid;
    min-width: 0;
    min-height: 148px;
    overflow: hidden;
    padding: 1.45rem 1.25rem 1.25rem;
    align-content: center;
    grid-template-columns: minmax(0, 1fr) 24px;
    grid-template-rows: auto auto;
    gap: .75rem .5rem;
    color: var(--mhb-navy-800);
    border-left: 1px solid rgba(16, 42, 67, .13);
    text-decoration: none;
    transition: color .3s ease, background .35s ease, transform .4s var(--mhb-ease), box-shadow .4s ease;
}

.mhb-modern .mhb-action-link::before {
    content: "";
    position: absolute;
    inset: auto 1.25rem 0;
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, var(--mhb-shortcut-color), rgb(var(--mhb-shortcut-rgb) / .3));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .42s var(--mhb-ease);
}

.mhb-modern .mhb-action-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 18%, rgb(var(--mhb-shortcut-rgb) / .13), transparent 7rem),
        linear-gradient(135deg, rgb(var(--mhb-shortcut-rgb) / .08), transparent 68%);
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition: opacity .35s ease, transform .48s var(--mhb-ease);
}

.mhb-modern .mhb-action-link > * {
    position: relative;
    z-index: 1;
}

.mhb-modern .mhb-action-link--orange {
    --mhb-shortcut-color: var(--mhb-orange);
    --mhb-shortcut-rgb: var(--mhb-orange-rgb);
    --mhb-shortcut-rotation: 3deg;
}

.mhb-modern .mhb-action-link:hover,
.mhb-modern .mhb-action-link:focus-visible {
    color: var(--mhb-shortcut-color);
    background: rgb(var(--mhb-shortcut-rgb) / .025);
    box-shadow: inset 0 -10px 24px rgb(var(--mhb-shortcut-rgb) / .035);
    transform: translateY(-3px);
}

.mhb-modern .mhb-action-link:hover::before,
.mhb-modern .mhb-action-link:focus-visible::before {
    transform: scaleX(1);
}

.mhb-modern .mhb-action-link:hover::after,
.mhb-modern .mhb-action-link:focus-visible::after {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mhb-modern .mhb-action-link__icon {
    display: grid;
    width: 42px;
    height: 42px;
    grid-column: 1;
    place-items: center;
    color: var(--mhb-blue);
    font-size: 1.35rem;
    background: rgb(var(--mhb-blue-rgb) / .09);
    border: 1px solid rgb(var(--mhb-blue-rgb) / .13);
    border-radius: 14px;
    box-shadow: 0 0 0 rgb(var(--mhb-shortcut-rgb) / 0);
    transform-origin: 50% 70%;
    transition: color .3s ease, background .35s ease, border-color .35s ease,
        box-shadow .4s ease, transform .48s cubic-bezier(.2, .9, .25, 1.25);
}

.mhb-modern .mhb-action-link--orange .mhb-action-link__icon {
    color: var(--mhb-orange);
    background: rgb(var(--mhb-orange-rgb) / .09);
    border-color: rgb(var(--mhb-orange-rgb) / .14);
}

.mhb-modern .mhb-action-link:hover .mhb-action-link__icon,
.mhb-modern .mhb-action-link:focus-visible .mhb-action-link__icon {
    color: var(--mhb-shortcut-color);
    background: rgb(var(--mhb-shortcut-rgb) / .14);
    border-color: rgb(var(--mhb-shortcut-rgb) / .28);
    box-shadow: 0 12px 24px rgb(var(--mhb-shortcut-rgb) / .2);
    transform: translateY(-5px) rotate(var(--mhb-shortcut-rotation)) scale(1.06);
}

.mhb-modern .mhb-action-link__copy {
    min-width: 0;
    grid-column: 1 / -1;
    transition: transform .4s var(--mhb-ease);
}

.mhb-modern .mhb-action-link__copy strong,
.mhb-modern .mhb-action-link__copy small {
    display: block;
}

.mhb-modern .mhb-action-link__copy strong {
    font-size: .88rem;
    font-weight: 780;
    line-height: 1.25;
    transition: color .3s ease, letter-spacing .4s var(--mhb-ease);
}

.mhb-modern .mhb-action-link__copy small {
    margin-top: .3rem;
    color: var(--mhb-muted);
    font-size: .68rem;
    line-height: 1.4;
    transition: color .3s ease;
}

.mhb-modern .mhb-action-link:hover .mhb-action-link__copy,
.mhb-modern .mhb-action-link:focus-visible .mhb-action-link__copy {
    transform: translateX(4px);
}

.mhb-modern .mhb-action-link:hover .mhb-action-link__copy strong,
.mhb-modern .mhb-action-link:focus-visible .mhb-action-link__copy strong {
    letter-spacing: .005em;
}

.mhb-modern .mhb-action-link__arrow {
    align-self: center;
    color: #9cadba;
    font-size: 1.1rem;
    opacity: .72;
    transition: color .3s ease, opacity .3s ease, transform .42s cubic-bezier(.2, .9, .25, 1.2);
}

.mhb-modern .mhb-action-link:hover .mhb-action-link__arrow,
.mhb-modern .mhb-action-link:focus-visible .mhb-action-link__arrow {
    color: var(--mhb-shortcut-color);
    opacity: 1;
    transform: translate(6px, -6px) rotate(4deg);
}

.mhb-modern .mhb-action-rail + .mhb-offerings--editorial {
    padding-top: clamp(3rem, 5vw, 5rem) !important;
}

.dark .mhb-modern .mhb-action-rail::before,
.dark body.mhb-modern .mhb-action-rail::before {
    background: linear-gradient(180deg, rgba(13, 34, 55, .42), rgba(7, 18, 31, 0));
}

.dark .mhb-modern .mhb-action-rail__layout,
.dark body.mhb-modern .mhb-action-rail__layout,
.dark .mhb-modern .mhb-action-link,
.dark body.mhb-modern .mhb-action-link {
    border-color: rgba(255, 255, 255, .11);
}

.dark .mhb-modern .mhb-action-rail__intro h3,
.dark body.mhb-modern .mhb-action-rail__intro h3,
.dark .mhb-modern .mhb-action-link,
.dark body.mhb-modern .mhb-action-link {
    color: #edf6fc;
}

.dark .mhb-modern .mhb-action-rail__intro > span,
.dark body.mhb-modern .mhb-action-rail__intro > span {
    color: #69c9f0;
}

.dark .mhb-modern .mhb-action-rail__intro p,
.dark body.mhb-modern .mhb-action-rail__intro p,
.dark .mhb-modern .mhb-action-link__copy small,
.dark body.mhb-modern .mhb-action-link__copy small {
    color: #a9bdcb;
}

.dark .mhb-modern .mhb-action-link:hover,
.dark body.mhb-modern .mhb-action-link:hover {
    color: #fff;
    background: rgb(var(--mhb-blue-rgb) / .08);
}

.dark .mhb-modern .mhb-action-link--orange:hover,
.dark body.mhb-modern .mhb-action-link--orange:hover {
    background: rgb(var(--mhb-orange-rgb) / .075);
}

@media (max-width: 1050px) {
    .mhb-modern .mhb-action-rail__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-action-rail__intro {
        padding: 1.75rem 0;
    }

    .mhb-modern .mhb-action-rail__intro h3,
    .mhb-modern .mhb-action-rail__intro p {
        max-width: none;
    }

    .mhb-modern .mhb-action-rail__links {
        border-top: 1px solid rgba(16, 42, 67, .13);
    }

    .dark .mhb-modern .mhb-action-rail__links,
    .dark body.mhb-modern .mhb-action-rail__links {
        border-color: rgba(255, 255, 255, .11);
    }

    .mhb-modern .mhb-action-link:first-child {
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .mhb-modern .mhb-action-rail {
        padding: 2.25rem 0 .5rem !important;
    }

    .mhb-modern .mhb-action-rail__intro {
        padding: 1.4rem 0 1.5rem;
    }

    .mhb-modern .mhb-action-rail__intro h3 {
        font-size: clamp(1.65rem, 7vw, 2.1rem);
    }

    .mhb-modern .mhb-action-rail__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhb-modern .mhb-action-link {
        min-height: 132px;
        padding: 1.2rem 1rem;
    }

    .mhb-modern .mhb-action-link:nth-child(odd) {
        border-left: 0;
    }

    .mhb-modern .mhb-action-link:nth-child(n + 3) {
        border-top: 1px solid rgba(16, 42, 67, .13);
    }

    .dark .mhb-modern .mhb-action-link:nth-child(n + 3),
    .dark body.mhb-modern .mhb-action-link:nth-child(n + 3) {
        border-color: rgba(255, 255, 255, .11);
    }

    .mhb-modern .mhb-action-rail + .mhb-offerings--editorial {
        padding-top: 3.25rem !important;
    }
}

@media (max-width: 400px) {
    .mhb-modern .mhb-action-link__copy small {
        display: none;
    }

    .mhb-modern .mhb-action-link {
        min-height: 112px;
    }
}

/* Editorial banking solutions: one native homepage section, not a nested dashboard */
.mhb-modern .mhb-offerings--editorial {
    position: relative;
    padding: clamp(4rem, 6vw, 6.5rem) 0 clamp(5rem, 8vw, 8rem) !important;
}

.mhb-modern .mhb-offerings--editorial::before {
    content: "";
    position: absolute;
    inset: 8% 0 auto;
    z-index: -1;
    height: 68%;
    pointer-events: none;
    background: radial-gradient(circle at 18% 42%, rgb(var(--mhb-blue-rgb) / .075), transparent 32rem);
}

.mhb-modern .mhb-solutions-editorial {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    gap: clamp(3.5rem, 7vw, 7.5rem);
}

.mhb-modern .mhb-solutions-editorial__visual {
    position: relative;
    isolation: isolate;
    min-width: 0;
}

.mhb-modern .mhb-solutions-editorial__visual::before {
    content: "";
    position: absolute;
    inset: 9% -7% -7% 10%;
    z-index: -1;
    background: linear-gradient(145deg, rgb(var(--mhb-blue-rgb) / .13), rgb(var(--mhb-orange-rgb) / .09));
    border-radius: 42px;
    filter: blur(1px);
}

.mhb-modern .mhb-solutions-editorial__image {
    position: relative;
    height: clamp(540px, 48vw, 680px);
    overflow: hidden;
    background: #eaf2f6;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 34px 34px 88px 34px;
    box-shadow: 0 28px 75px rgba(8, 32, 54, .16);
}

.mhb-modern .mhb-solutions-editorial__image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 62%, rgba(7, 24, 39, .16));
}

.mhb-modern .mhb-solutions-editorial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .9s var(--mhb-ease);
}

.mhb-modern .mhb-solutions-editorial:hover .mhb-solutions-editorial__image img {
    transform: scale(1.025);
}

.mhb-modern .mhb-solutions-editorial__marker {
    position: absolute;
    top: -18px;
    right: 28px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.mhb-modern .mhb-solutions-editorial__marker span {
    display: block;
    width: 9px;
    background: var(--mhb-orange);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgb(var(--mhb-orange-rgb) / .22);
    transform: rotate(18deg);
}

.mhb-modern .mhb-solutions-editorial__marker span:nth-child(1) { height: 28px; opacity: .55; }
.mhb-modern .mhb-solutions-editorial__marker span:nth-child(2) { height: 44px; opacity: .78; }
.mhb-modern .mhb-solutions-editorial__marker span:nth-child(3) { height: 62px; }

.mhb-modern .mhb-solutions-editorial__content {
    min-width: 0;
}

.mhb-modern .mhb-solutions-editorial__content h2 {
    max-width: 11ch;
    margin: 0;
    color: var(--mhb-navy-800);
    font-size: clamp(2.8rem, 4.5vw, 4.75rem);
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.mhb-modern .mhb-solutions-editorial__content h2 span {
    display: block;
    color: var(--mhb-blue-deep);
}

.mhb-modern .mhb-solutions-editorial__lead {
    max-width: 54ch;
    margin: 1.4rem 0 0;
    color: var(--mhb-muted);
    font-size: .96rem;
    line-height: 1.75;
}

.mhb-modern .mhb-solutions-editorial__services {
    margin-top: 2.15rem;
    border-top: 1px solid rgba(16, 42, 67, .13);
}

.mhb-modern .mhb-solution-link {
    display: grid;
    min-height: 80px;
    padding: 1rem 0;
    align-items: center;
    grid-template-columns: 36px minmax(0, 1fr) 28px;
    gap: .9rem;
    color: var(--mhb-navy-800);
    border-bottom: 1px solid rgba(16, 42, 67, .13);
    text-decoration: none;
    transition: color .25s ease, padding .3s var(--mhb-ease);
}

.mhb-modern .mhb-solution-link:hover {
    padding-left: .55rem;
    color: var(--mhb-blue-deep);
}

.mhb-modern .mhb-solution-link__icon {
    color: var(--mhb-blue);
    font-size: 1.35rem;
}

.mhb-modern .mhb-solution-link:nth-child(even) .mhb-solution-link__icon {
    color: var(--mhb-orange);
}

.mhb-modern .mhb-solution-link strong,
.mhb-modern .mhb-solution-link small {
    display: block;
}

.mhb-modern .mhb-solution-link strong {
    font-size: .95rem;
    font-weight: 760;
}

.mhb-modern .mhb-solution-link small {
    margin-top: .22rem;
    color: var(--mhb-muted);
    font-size: .75rem;
    line-height: 1.4;
}

.mhb-modern .mhb-solution-link__arrow {
    color: #9cadba;
    font-size: 1.15rem;
    transition: color .25s ease, transform .3s var(--mhb-ease);
}

.mhb-modern .mhb-solution-link:hover .mhb-solution-link__arrow {
    color: var(--mhb-orange);
    transform: translate(3px, -3px);
}

.mhb-modern .mhb-solutions-editorial__actions {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem 1.25rem;
}

.mhb-modern .mhb-solutions-editorial__actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    font-size: .8rem;
    font-weight: 760;
    text-decoration: none;
    transition: transform .25s var(--mhb-ease), color .25s ease, box-shadow .25s ease;
}

.mhb-modern .mhb-solutions-editorial__primary-action {
    padding: .75rem 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, var(--mhb-orange-bright), var(--mhb-orange));
    border-radius: 14px;
    box-shadow: 0 13px 28px rgb(var(--mhb-orange-rgb) / .24);
}

.mhb-modern .mhb-solutions-editorial__text-action {
    padding: .65rem .15rem;
    color: var(--mhb-navy-800);
}

.mhb-modern .mhb-solutions-editorial__actions a:hover {
    transform: translateY(-3px);
}

/* Explicit mega-menu palette so theme utilities cannot wash out submenu text */
.mhb-modern .mhb-navbar .mhb-mega-menu {
    color: var(--mhb-navy-800);
    pointer-events: none;
    transform: translateY(-8px);
}

.mhb-modern .mhb-navbar .group:hover > .mhb-mega-menu {
    pointer-events: auto;
    transform: translateY(0);
}

.mhb-modern .mhb-navbar .mhb-mega-menu__title {
    color: var(--mhb-blue-deep) !important;
}

.mhb-modern .mhb-navbar .mhb-mega-menu__link {
    color: #314b61 !important;
}

.dark .mhb-modern .mhb-navbar .mhb-mega-menu,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu {
    color: #edf6fc !important;
    background: #071827 !important;
    border-color: rgba(255, 255, 255, .11) !important;
}

.dark .mhb-modern .mhb-navbar .mhb-mega-menu::before,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu::before {
    background-color: #071827 !important;
    opacity: .44;
}

.dark .mhb-modern .mhb-navbar .mhb-mega-menu__title,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu__title {
    color: #f4f9fc !important;
}

.dark .mhb-modern .mhb-navbar .mhb-mega-menu__link,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu__link,
.dark .mhb-modern .mhb-navbar .mhb-mega-menu__link span,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu__link span {
    color: #c8d9e5 !important;
}

.dark .mhb-modern .mhb-navbar .mhb-mega-menu__link .material-symbols-outlined,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu__link .material-symbols-outlined {
    color: #69c9f0 !important;
}

.dark .mhb-modern .mhb-navbar .mhb-mega-menu__link:hover,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu__link:hover,
.dark .mhb-modern .mhb-navbar .mhb-mega-menu__link:hover span,
.dark body.mhb-modern .mhb-navbar .mhb-mega-menu__link:hover span {
    color: #fff !important;
}

.dark .mhb-modern .mhb-offerings--editorial::before,
.dark body.mhb-modern .mhb-offerings--editorial::before {
    background: radial-gradient(circle at 18% 42%, rgb(var(--mhb-blue-rgb) / .1), transparent 32rem);
}

.dark .mhb-modern .mhb-solutions-editorial__content h2,
.dark body.mhb-modern .mhb-solutions-editorial__content h2,
.dark .mhb-modern .mhb-solution-link,
.dark body.mhb-modern .mhb-solution-link,
.dark .mhb-modern .mhb-solutions-editorial__text-action,
.dark body.mhb-modern .mhb-solutions-editorial__text-action {
    color: #edf6fc;
}

.dark .mhb-modern .mhb-solutions-editorial__content h2 span,
.dark body.mhb-modern .mhb-solutions-editorial__content h2 span {
    color: #69c9f0;
}

.dark .mhb-modern .mhb-solutions-editorial__lead,
.dark body.mhb-modern .mhb-solutions-editorial__lead,
.dark .mhb-modern .mhb-solution-link small,
.dark body.mhb-modern .mhb-solution-link small {
    color: #a9bdcb;
}

.dark .mhb-modern .mhb-solutions-editorial__services,
.dark body.mhb-modern .mhb-solutions-editorial__services,
.dark .mhb-modern .mhb-solution-link,
.dark body.mhb-modern .mhb-solution-link {
    border-color: rgba(255, 255, 255, .11);
}

.dark .mhb-modern .mhb-solutions-editorial__visual::before,
.dark body.mhb-modern .mhb-solutions-editorial__visual::before {
    background: linear-gradient(145deg, rgb(var(--mhb-blue-rgb) / .15), rgb(var(--mhb-orange-rgb) / .11));
}

@media (max-width: 900px) {
    .mhb-modern .mhb-solutions-editorial {
        grid-template-columns: minmax(0, 1fr);
        gap: 3.75rem;
    }

    .mhb-modern .mhb-solutions-editorial__visual {
        max-width: 720px;
    }

    .mhb-modern .mhb-solutions-editorial__image {
        height: clamp(390px, 75vw, 570px);
        border-radius: 26px 26px 64px 26px;
    }

    .mhb-modern .mhb-solutions-editorial__content {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .mhb-modern .mhb-offerings--editorial {
        padding: 3.5rem 0 5rem !important;
    }

    .mhb-modern .mhb-solutions-editorial {
        gap: 3rem;
    }

    .mhb-modern .mhb-solutions-editorial__image {
        height: 96vw;
        max-height: 420px;
        min-height: 320px;
        border-radius: 22px 22px 50px 22px;
    }

    .mhb-modern .mhb-solutions-editorial__marker {
        top: -14px;
        right: 22px;
        transform: scale(.82);
        transform-origin: top right;
    }

    .mhb-modern .mhb-solutions-editorial__content h2 {
        font-size: clamp(2.55rem, 13vw, 3.5rem);
    }

    .mhb-modern .mhb-solutions-editorial__lead {
        font-size: .88rem;
    }

    .mhb-modern .mhb-solutions-editorial__services {
        margin-top: 1.8rem;
    }

    .mhb-modern .mhb-solution-link {
        min-height: 76px;
        grid-template-columns: 32px minmax(0, 1fr) 24px;
        gap: .7rem;
    }

    .mhb-modern .mhb-solutions-editorial__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mhb-modern .mhb-solutions-editorial__text-action {
        justify-content: flex-start !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhb-modern *,
    .mhb-modern *::before,
    .mhb-modern *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .mhb-modern .mhb-reveal,
    .mhb-modern .mhb-reveal-card {
        opacity: 1;
        transform: none;
    }

    .mhb-modern .mhb-action-link:hover,
    .mhb-modern .mhb-action-link:focus-visible,
    .mhb-modern .mhb-action-link:hover .mhb-action-link__icon,
    .mhb-modern .mhb-action-link:focus-visible .mhb-action-link__icon,
    .mhb-modern .mhb-action-link:hover .mhb-action-link__copy,
    .mhb-modern .mhb-action-link:focus-visible .mhb-action-link__copy,
    .mhb-modern .mhb-action-link:hover .mhb-action-link__arrow,
    .mhb-modern .mhb-action-link:focus-visible .mhb-action-link__arrow,
    .mhb-modern .mhb-action-link:hover::after,
    .mhb-modern .mhb-action-link:focus-visible::after {
        transform: none !important;
    }
}

@keyframes mhb-loader-signal-enter {
    0% { opacity: 0; transform: scale(.62) rotate(-16deg); }
    70% { opacity: 1; transform: scale(1.035) rotate(3deg); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes mhb-loader-signal-pulse {
    0%, 100% { opacity: .48; transform: scale(.96); }
    50% { opacity: 1; transform: scale(1.045); }
}

@keyframes mhb-loader-signal-orbit {
    from { transform: rotate(-38deg); }
    to { transform: rotate(322deg); }
}

@keyframes mhb-loader-signal-core {
    0%, 100% { box-shadow: 0 18px 35px rgb(0 0 0 / .2), inset 0 1px rgb(255 255 255 / .12); transform: translateY(0); }
    50% { box-shadow: 0 22px 44px rgb(var(--mhb-blue-rgb) / .22), inset 0 1px rgb(255 255 255 / .2); transform: translateY(-4px); }
}

@keyframes mhb-loader-signal-mark {
    0%, 100% { opacity: .78; transform: skewX(-15deg) translateY(1px); }
    50% { opacity: 1; transform: skewX(-15deg) translateY(-3px); }
}

@keyframes mhb-signal-halo-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); }
    50% { transform: translate3d(0, -12px, 0) rotate(3deg); }
}

/* Compact homepage rhythm: keep breathing room inside sections without large dead zones */
.mhb-modern .mhb-action-rail {
    padding: 2.5rem 0 .5rem !important;
}

.mhb-modern .mhb-action-rail + .mhb-offerings--editorial {
    padding: 2.5rem 0 !important;
}

.mhb-modern .mhb-newsroom {
    padding: 3rem 0 !important;
}

.mhb-modern .mhb-locator-editorial {
    padding: 3rem 0 !important;
}

.mhb-modern .mhb-pesahakika {
    padding: 3rem 0 6.5rem !important;
}

@media (max-width: 700px) {
    .mhb-modern .mhb-action-rail {
        padding: 1.25rem 0 .25rem !important;
    }

    .mhb-modern .mhb-action-rail + .mhb-offerings--editorial {
        padding: 2rem 0 2.5rem !important;
    }

    .mhb-modern .mhb-newsroom {
        padding: 2.5rem 0 2.75rem !important;
    }

    .mhb-modern .mhb-locator-editorial {
        padding: 2.5rem 0 2.75rem !important;
    }

    .mhb-modern .mhb-pesahakika {
        padding: 2.75rem 0 6rem !important;
    }
}

/* Bank-grade refinement: restrained institutional geometry, elevation and motion */
.mhb-modern {
    --mhb-bank-radius-sm: 10px;
    --mhb-bank-radius-md: 16px;
    --mhb-bank-radius-lg: 26px;
    --mhb-bank-shadow: 0 18px 48px rgba(8, 32, 54, .12);
    --mhb-bank-shadow-dark: 0 22px 58px rgba(0, 0, 0, .24);
}

.mhb-modern .mhb-solutions-editorial__content h2,
.mhb-modern .mhb-newsroom__header h2 {
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1.03;
}

.mhb-modern .mhb-locator-editorial__content h2 {
    font-size: clamp(2.4rem, 3.6vw, 3.6rem);
    line-height: 1.03;
}

.mhb-modern .mhb-pesahakika__content h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.mhb-modern .mhb-solutions-editorial__image,
.mhb-modern .mhb-news-story--featured .mhb-news-story__media,
.mhb-modern .mhb-locator-editorial__map {
    border-radius: var(--mhb-bank-radius-lg);
    box-shadow: var(--mhb-bank-shadow);
}

.mhb-modern .mhb-news-story--supporting .mhb-news-story__media,
.mhb-modern .mhb-service-dock__grid {
    border-radius: 20px;
}

.mhb-modern .mhb-locator-editorial__map {
    box-shadow: var(--mhb-bank-shadow-dark);
}

.mhb-modern .mhb-service-dock__grid {
    box-shadow: 0 20px 52px rgba(8, 32, 54, .18);
}

.mhb-modern .mhb-solutions-editorial__image img,
.mhb-modern .mhb-news-story__media img {
    transition-duration: .65s;
}

.mhb-modern .mhb-solutions-editorial:hover .mhb-solutions-editorial__image img,
.mhb-modern .mhb-news-story:hover .mhb-news-story__media img {
    transform: scale(1.018);
}

.mhb-modern .mhb-solutions-editorial__primary-action,
.mhb-modern .mhb-pesahakika__stores a,
.mhb-modern .mhb-locator-editorial__map-label,
.mhb-modern .mhb-locator-editorial__map-link,
.mhb-modern .mhb-action-link__icon,
.mhb-modern .mhb-solution-link__icon,
.mhb-modern .mhb-service-dock__icon {
    border-radius: var(--mhb-bank-radius-sm) !important;
}

.mhb-modern .mhb-locator-editorial__select-wrap {
    border-radius: 12px;
}

.mhb-modern .mhb-solution-link:hover {
    padding-left: .35rem;
}

.mhb-modern .mhb-solutions-editorial__actions a:hover,
.mhb-modern .mhb-pesahakika__stores a:hover {
    transform: translateY(-2px);
}

.mhb-modern a:focus-visible,
.mhb-modern button:focus-visible,
.mhb-modern select:focus-visible,
.mhb-modern input:focus-visible,
.mhb-modern textarea:focus-visible {
    outline: 3px solid rgb(var(--mhb-blue-rgb) / .46) !important;
    outline-offset: 3px;
}

.mhb-modern .mhb-section-kicker,
.mhb-modern .mhb-action-rail__intro > span,
.mhb-modern .mhb-news-story__label,
.mhb-modern .mhb-locator-editorial__kicker,
.mhb-modern .mhb-pesahakika__kicker {
    letter-spacing: .11em;
}

@media (max-width: 640px) {
    .mhb-modern .mhb-solutions-editorial__content h2,
    .mhb-modern .mhb-newsroom__header h2,
    .mhb-modern .mhb-locator-editorial__content h2 {
        font-size: clamp(2.35rem, 10.5vw, 3rem);
    }

    .mhb-modern .mhb-pesahakika__content h2 {
        font-size: clamp(2.15rem, 10vw, 2.75rem);
    }

    .mhb-modern .mhb-solutions-editorial__image,
    .mhb-modern .mhb-news-story--featured .mhb-news-story__media,
    .mhb-modern .mhb-locator-editorial__map {
        border-radius: 20px;
    }
}

/* Homepage alignment system: one content rail and a consistent editorial grid */
.mhb-modern {
    --mhb-home-gutter: clamp(1rem, 2.85vw, 2rem);
    --mhb-home-column-gap: clamp(2rem, 5vw, 4rem);
    --mhb-home-copy-width: 58ch;
}

.mhb-modern .mhb-navbar > .max-w-7xl,
.mhb-modern .mhb-hero .max-w-7xl,
.mhb-modern .mhb-action-rail > .max-w-7xl,
.mhb-modern .mhb-offerings--editorial > .max-w-7xl,
.mhb-modern .mhb-newsroom > .max-w-7xl,
.mhb-modern .mhb-locator-editorial > .max-w-7xl,
.mhb-modern .mhb-pesahakika__layout,
.mhb-modern .mhb-footer .max-w-7xl {
    padding-right: var(--mhb-home-gutter) !important;
    padding-left: var(--mhb-home-gutter) !important;
}

.mhb-modern .mhb-service-dock {
    padding-right: var(--mhb-home-gutter) !important;
    padding-left: var(--mhb-home-gutter) !important;
}

/* Lead with the product proposition, then let the preserved campaign artwork support it. */
.mhb-modern .mhb-solutions-editorial {
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
    column-gap: var(--mhb-home-column-gap);
}

.mhb-modern .mhb-solutions-editorial__content {
    grid-column: 1;
    grid-row: 1;
}

.mhb-modern .mhb-solutions-editorial__visual {
    grid-column: 2;
    grid-row: 1;
}

.mhb-modern .mhb-solutions-editorial__image {
    height: clamp(620px, 56vw, 720px);
}

.mhb-modern .mhb-newsroom__grid,
.mhb-modern .mhb-locator-editorial__layout,
.mhb-modern .mhb-pesahakika__layout {
    column-gap: var(--mhb-home-column-gap);
}

/* Keep the story list substantial enough to read as a second column, rather than a narrow sidebar. */
.mhb-modern .mhb-newsroom__grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
}

.mhb-modern .mhb-newsroom__header {
    align-items: flex-end;
}

.mhb-modern .mhb-newsroom__header > div,
.mhb-modern .mhb-solutions-editorial__lead,
.mhb-modern .mhb-locator-editorial__content > p,
.mhb-modern .mhb-pesahakika__content > p {
    max-width: var(--mhb-home-copy-width);
}

.mhb-modern .mhb-newsroom__all-link {
    margin-bottom: .35rem;
}

/* A balanced 5/7 locator split keeps controls readable while the map stays dominant. */
.mhb-modern .mhb-locator-editorial__layout {
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
}

.mhb-modern .mhb-locator-editorial__content > p {
    max-width: 48ch;
}

@media (max-width: 980px) {
    .mhb-modern .mhb-newsroom__grid,
    .mhb-modern .mhb-locator-editorial__layout,
    .mhb-modern .mhb-pesahakika__layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .mhb-modern .mhb-solutions-editorial {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-solutions-editorial__content {
        grid-column: 1;
        grid-row: 1;
    }

    .mhb-modern .mhb-solutions-editorial__visual {
        grid-column: 1;
        grid-row: 2;
    }
}

@media (max-width: 640px) {
    .mhb-modern {
        --mhb-home-column-gap: 2rem;
    }

    .mhb-modern .mhb-solutions-editorial__image {
        height: 96vw;
        max-height: 420px;
        min-height: 320px;
    }
}

/* Open banking locator: generous editorial spacing with only the map framed. */
.mhb-modern .mhb-locator-editorial {
    padding: clamp(5rem, 7vw, 6.75rem) 0 !important;
}

.mhb-modern .mhb-locator-editorial__layout {
    align-items: center;
    gap: clamp(3rem, 6vw, 5.5rem);
    border-radius: 0 !important;
    box-shadow: none !important;
}

.mhb-modern .mhb-locator-editorial__content {
    padding: clamp(.5rem, 1.5vw, 1.25rem) 0;
}

.mhb-modern .mhb-locator-editorial__form {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    gap: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.mhb-modern .mhb-locator-editorial__form > div {
    display: grid;
    align-items: center;
    grid-template-columns: 6.75rem minmax(0, 1fr);
    gap: 1rem;
}

.mhb-modern .mhb-locator-editorial__form label {
    margin: 0;
}

.mhb-modern .mhb-locator-editorial__select-wrap {
    min-height: 58px;
    padding: 0 .15rem;
    grid-template-columns: 28px minmax(0, 1fr) 22px;
    gap: .7rem;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .25) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.mhb-modern .mhb-locator-editorial__select-wrap:hover,
.mhb-modern .mhb-locator-editorial__select-wrap:focus-within {
    background: transparent !important;
    border-bottom-color: var(--mhb-blue) !important;
    box-shadow: 0 1px 0 var(--mhb-blue) !important;
}

.mhb-modern .mhb-locator-editorial__select-wrap select {
    height: 56px;
    font-size: .84rem;
}

.mhb-modern .mhb-locator-editorial__map {
    height: clamp(500px, 42vw, 570px);
    border-radius: 22px !important;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .2) !important;
}

/* Utility groups still have a boundary, but no longer read as floating cards. */
.mhb-modern .mhb-service-dock__grid {
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(8, 32, 54, .14);
}

@media (max-width: 980px) {
    .mhb-modern .mhb-locator-editorial {
        padding: 4.75rem 0 5rem !important;
    }

    .mhb-modern .mhb-locator-editorial__layout {
        gap: 3.25rem;
    }

    .mhb-modern .mhb-locator-editorial__content {
        width: min(100%, 680px);
        padding: 0;
    }

    .mhb-modern .mhb-locator-editorial__map {
        height: clamp(430px, 62vw, 540px);
    }
}

@media (max-width: 700px) {
    .mhb-modern .mhb-locator-editorial {
        padding: 3.75rem 0 4rem !important;
    }

    .mhb-modern .mhb-locator-editorial__layout {
        gap: 2.75rem;
    }

    .mhb-modern .mhb-locator-editorial__form {
        margin-top: 1.75rem;
        padding-top: 1.25rem;
    }

    .mhb-modern .mhb-locator-editorial__form > div {
        grid-template-columns: minmax(0, 1fr);
        gap: .35rem;
    }

    .mhb-modern .mhb-locator-editorial__form label {
        margin-bottom: 0;
    }

    .mhb-modern .mhb-locator-editorial__map {
        height: min(112vw, 430px);
        min-height: 360px;
        border-radius: 18px !important;
    }
}

/* Product experience: CMS-driven content presented as a modern banking journey. */
.mhb-modern .mhb-product-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(540px, 50vw, 650px);
    align-items: stretch;
    overflow: hidden;
    color: #fff;
    background: var(--mhb-navy-900);
}

.mhb-modern .mhb-product-hero__image,
.mhb-modern .mhb-product-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mhb-modern .mhb-product-hero__image {
    z-index: 0;
    object-fit: cover;
    object-position: center;
    filter: saturate(.88) contrast(1.03);
}

.mhb-modern .mhb-product-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 22, 37, .97) 0%, rgba(5, 28, 47, .9) 40%, rgba(6, 29, 49, .46) 69%, rgba(6, 29, 49, .18) 100%),
        linear-gradient(0deg, rgba(3, 17, 29, .72), transparent 45%);
}

.mhb-modern .mhb-product-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    padding-top: clamp(3rem, 6vw, 5.25rem);
    padding-bottom: 8.75rem;
    justify-content: center;
    flex-direction: column;
}

.mhb-modern .mhb-product-breadcrumb {
    display: flex;
    margin-bottom: clamp(2.5rem, 5vw, 4.75rem);
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
    color: rgba(255, 255, 255, .68);
    font-size: .72rem;
    font-weight: 650;
}

.mhb-modern .mhb-product-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.mhb-modern .mhb-product-breadcrumb .material-symbols-outlined {
    font-size: 1rem;
}

.mhb-modern .mhb-product-breadcrumb [aria-current="page"] {
    max-width: 26ch;
    overflow: hidden;
    color: rgba(255, 255, 255, .72);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mhb-modern .mhb-product-hero__content {
    max-width: 760px;
}

.mhb-modern .mhb-product-hero__meta {
    display: flex;
    margin-bottom: 1.35rem;
    align-items: center;
    gap: .75rem;
    color: #c9dbe7;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mhb-modern .mhb-product-hero__meta i {
    width: 4px;
    height: 4px;
    background: var(--mhb-orange);
    border-radius: 50%;
}

.mhb-modern .mhb-product-hero__icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--mhb-blue);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    font-size: 1.35rem;
}

.mhb-modern .mhb-product-hero h1 {
    max-width: 14ch;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5.6vw, 5.25rem);
    font-weight: 760;
    line-height: .98;
    letter-spacing: -.055em;
    text-shadow: none;
    text-wrap: balance;
}

.mhb-modern .mhb-product-hero__content > p {
    max-width: 62ch;
    margin: 1.45rem 0 0;
    color: #cfdee8;
    font-size: clamp(.98rem, 1.25vw, 1.12rem);
    line-height: 1.75;
}

.mhb-modern .mhb-product-hero__actions {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
}

.mhb-modern .mhb-product-action {
    display: inline-flex;
    min-height: 50px;
    padding: .8rem 1.2rem;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    border-radius: 12px;
    font-size: .78rem;
    font-weight: 780;
    text-decoration: none;
    transition: transform .25s var(--mhb-ease), background .25s ease, border-color .25s ease;
}

.mhb-modern .mhb-product-action--primary {
    color: #fff;
    background: var(--mhb-orange);
    box-shadow: 0 14px 30px rgb(var(--mhb-orange-rgb) / .25);
}

.mhb-modern .mhb-product-action--secondary {
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(10px);
}

.mhb-modern .mhb-product-action:hover {
    transform: translateY(-2px);
}

.mhb-modern .mhb-product-action--primary:hover {
    background: color-mix(in srgb, var(--mhb-orange) 88%, #fff);
}

.mhb-modern .mhb-product-action--secondary:hover {
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .38);
}

.mhb-modern .mhb-product-assurance {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: rgba(5, 23, 39, .7);
    border-top: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px) saturate(120%);
}

.mhb-modern .mhb-product-assurance__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhb-modern .mhb-product-assurance__inner > span {
    display: flex;
    min-height: 76px;
    padding: 1rem 1.5rem;
    align-items: center;
    gap: .75rem;
    color: #e4eef5;
    border-right: 1px solid rgba(255, 255, 255, .11);
    font-size: .74rem;
    font-weight: 720;
}

.mhb-modern .mhb-product-assurance__inner > span:first-child {
    padding-left: 0;
}

.mhb-modern .mhb-product-assurance__inner > span:last-child {
    border-right: 0;
}

.mhb-modern .mhb-product-assurance .material-symbols-outlined {
    color: var(--mhb-blue);
    font-size: 1.3rem;
}

.mhb-modern .mhb-product-body {
    padding-top: clamp(5rem, 8vw, 7.5rem) !important;
    padding-bottom: clamp(5.5rem, 8vw, 7.5rem) !important;
}

.mhb-modern .mhb-product-intro {
    display: grid;
    margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
    grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
    gap: 1rem 4rem;
    align-items: end;
}

.mhb-modern .mhb-product-intro > span,
.mhb-modern .mhb-product-related__header > div > span,
.mhb-modern .mhb-loan-library__header > div > span {
    grid-column: 1;
    color: var(--mhb-blue-deep);
    font-size: .68rem;
    font-weight: 820;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mhb-modern .mhb-product-intro > span::before,
.mhb-modern .mhb-product-related__header > div > span::before,
.mhb-modern .mhb-loan-library__header > div > span::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin-right: .65rem;
    vertical-align: middle;
    background: var(--mhb-orange);
}

.mhb-modern .mhb-product-intro h2 {
    grid-column: 1;
    margin: 0;
    color: var(--mhb-ink);
    font-size: clamp(2.45rem, 4vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mhb-modern .mhb-product-intro p {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 48ch;
    margin: 0;
    color: var(--mhb-muted);
    font-size: .96rem;
    line-height: 1.75;
}

.mhb-modern .mhb-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .62fr);
    gap: clamp(3rem, 6vw, 5.5rem);
    align-items: start;
}

.mhb-modern .mhb-product-details {
    border-top: 1px solid var(--mhb-line);
}

.mhb-modern .mhb-product-body .mhb-product-section {
    margin: 0;
    overflow: visible;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--mhb-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.mhb-modern .mhb-product-body .mhb-product-section:hover,
.mhb-modern .mhb-product-body .mhb-product-section.active {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--mhb-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.mhb-modern .mhb-product-section > button {
    display: grid;
    width: 100%;
    min-height: 96px;
    padding: 1.35rem 0 !important;
    align-items: center;
    grid-template-columns: 48px minmax(0, 1fr) 42px;
    gap: 1rem;
    color: var(--mhb-ink);
    text-align: left;
    transition: color .25s ease;
}

.mhb-modern .mhb-product-section > button:hover {
    color: var(--mhb-blue-deep);
    background: transparent !important;
}

.mhb-modern .mhb-product-section__number {
    color: var(--mhb-orange);
    font-size: .66rem;
    font-weight: 820;
    letter-spacing: .08em;
}

.mhb-modern .mhb-product-section__heading {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: var(--mhb-font-display);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 720;
}

.mhb-modern .mhb-product-section__heading > .material-symbols-outlined {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--mhb-blue-deep);
    background: rgb(var(--mhb-blue-rgb) / .08);
    border-radius: 11px;
    font-size: 1.2rem;
}

.mhb-modern .mhb-product-section__toggle {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--mhb-blue-deep);
    border: 1px solid var(--mhb-line);
    border-radius: 50%;
    font-size: 1.2rem;
    transition: transform .3s var(--mhb-ease), color .3s ease, border-color .3s ease;
}

.mhb-modern .mhb-product-section.active .mhb-product-section__toggle {
    color: var(--mhb-orange);
    border-color: rgb(var(--mhb-orange-rgb) / .35);
    transform: rotate(45deg);
}

.mhb-modern .mhb-product-section .accordion-content {
    max-height: 0;
    overflow: hidden;
    border: 0 !important;
    transition: max-height .45s var(--mhb-ease);
}

.mhb-modern .mhb-product-section.active .accordion-content {
    max-height: 3000px;
}

.mhb-modern .mhb-product-section__list {
    display: grid;
    padding: .25rem 0 2.25rem 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem 2rem;
}

.mhb-modern .mhb-product-section__list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
}

.mhb-modern .mhb-product-section__list li > .material-symbols-outlined {
    margin-top: .1rem;
    color: var(--mhb-blue-deep);
    font-size: 1.05rem;
}

.mhb-modern .mhb-product-section__list p {
    margin: 0;
    color: var(--mhb-muted);
    font-size: .86rem;
    line-height: 1.65;
}

.mhb-modern .mhb-product-section__list a {
    color: var(--mhb-blue-deep);
    text-underline-offset: 3px;
}

.mhb-modern .mhb-product-support {
    position: sticky;
    top: 8.5rem;
    padding: clamp(2rem, 4vw, 2.7rem);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgb(var(--mhb-blue-rgb) / .34), transparent 13rem),
        linear-gradient(145deg, var(--mhb-navy-900), var(--mhb-navy-800));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    box-shadow: 0 20px 52px rgba(8, 32, 54, .16);
}

.mhb-modern .mhb-product-support::after {
    content: "";
    position: absolute;
    right: -2.5rem;
    bottom: -3.5rem;
    width: 10rem;
    height: 10rem;
    border: 1.5rem solid rgb(var(--mhb-orange-rgb) / .12);
    border-radius: 50%;
}

.mhb-modern .mhb-product-support__kicker {
    color: var(--mhb-blue);
    font-size: .65rem;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mhb-modern .mhb-product-support h2 {
    position: relative;
    z-index: 1;
    max-width: 14ch;
    margin: 1rem 0 0;
    color: #fff;
    font-size: clamp(1.8rem, 2.7vw, 2.45rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.mhb-modern .mhb-product-support > p {
    position: relative;
    z-index: 1;
    margin: 1.15rem 0 0;
    color: #b9ccda;
    font-size: .84rem;
    line-height: 1.7;
}

.mhb-modern .mhb-product-support__contact {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 2rem;
    padding: 1.15rem 0;
    align-items: center;
    gap: .8rem;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.mhb-modern .mhb-product-support__contact > .material-symbols-outlined {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: var(--mhb-orange);
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.mhb-modern .mhb-product-support__contact div {
    display: grid;
    gap: .18rem;
}

.mhb-modern .mhb-product-support__contact small {
    color: #9fb5c5;
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mhb-modern .mhb-product-support__contact a {
    color: #fff;
    font-family: var(--mhb-font-display);
    font-size: 1rem;
    font-weight: 750;
    text-decoration: none;
}

.mhb-modern .mhb-product-support__link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-top: 1.55rem;
    align-items: center;
    gap: .55rem;
    color: #fff;
    font-size: .76rem;
    font-weight: 760;
    text-decoration: none;
}

.mhb-modern .mhb-product-support__link .material-symbols-outlined {
    color: var(--mhb-blue);
    font-size: 1rem;
    transition: transform .25s ease;
}

.mhb-modern .mhb-product-support__link:hover .material-symbols-outlined {
    transform: translate(3px, -3px);
}

.mhb-modern .mhb-product-empty,
.mhb-modern .mhb-loan-empty {
    display: flex;
    padding: 2rem 0;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid var(--mhb-line);
    border-bottom: 1px solid var(--mhb-line);
}

.mhb-modern .mhb-product-empty > .material-symbols-outlined,
.mhb-modern .mhb-loan-empty > .material-symbols-outlined {
    color: var(--mhb-blue-deep);
    font-size: 2rem;
}

.mhb-modern .mhb-product-empty h3,
.mhb-modern .mhb-product-empty p,
.mhb-modern .mhb-loan-empty h3,
.mhb-modern .mhb-loan-empty p {
    margin: 0;
}

.mhb-modern .mhb-product-empty h3,
.mhb-modern .mhb-loan-empty h3 {
    color: var(--mhb-ink);
}

.mhb-modern .mhb-product-empty p,
.mhb-modern .mhb-loan-empty p {
    margin-top: .25rem;
    color: var(--mhb-muted);
    font-size: .85rem;
}

.mhb-modern .mhb-product-related {
    padding: clamp(4.5rem, 7vw, 6.5rem) 0;
    background:
        radial-gradient(circle at 92% 12%, rgb(var(--mhb-blue-rgb) / .12), transparent 22rem),
        #edf6fb;
    border-top: 1px solid rgb(var(--mhb-blue-rgb) / .1);
}

.mhb-modern .mhb-product-related__header {
    display: grid;
    margin-bottom: 2.75rem;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    gap: 2rem;
    align-items: end;
}

.mhb-modern .mhb-product-related__header h2 {
    margin: .65rem 0 0;
    color: var(--mhb-navy-900);
    font-size: clamp(2.25rem, 3.6vw, 3.35rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.mhb-modern .mhb-product-related__header > p {
    max-width: 45ch;
    margin: 0;
    color: #61798b;
    font-size: .88rem;
    line-height: 1.7;
}

.mhb-modern .mhb-product-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgb(var(--mhb-blue-rgb) / .18);
}

.mhb-modern .mhb-product-related__link {
    display: grid;
    min-height: 160px;
    padding: 1.75rem 1.5rem 1.75rem 0;
    align-items: start;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: 1rem;
    color: var(--mhb-navy-900);
    border-bottom: 1px solid rgb(var(--mhb-blue-rgb) / .18);
    text-decoration: none;
    transition: padding .3s var(--mhb-ease), background .3s ease;
}

.mhb-modern .mhb-product-related__link:nth-child(odd) {
    border-right: 1px solid rgb(var(--mhb-blue-rgb) / .18);
}

.mhb-modern .mhb-product-related__link:nth-child(even) {
    padding-left: 1.5rem;
}

.mhb-modern .mhb-product-related__link:hover {
    background: rgba(255, 255, 255, .5);
}

.mhb-modern .mhb-product-related__number {
    color: var(--mhb-orange);
    font-size: .66rem;
    font-weight: 820;
}

.mhb-modern .mhb-product-related__copy {
    display: grid;
    gap: .65rem;
}

.mhb-modern .mhb-product-related__copy strong {
    font-family: var(--mhb-font-display);
    font-size: 1.1rem;
}

.mhb-modern .mhb-product-related__copy small {
    color: #61798b;
    font-size: .8rem;
    line-height: 1.6;
}

.mhb-modern .mhb-product-related__link > .material-symbols-outlined {
    color: var(--mhb-blue-deep);
    font-size: 1.1rem;
    transition: transform .25s ease;
}

.mhb-modern .mhb-product-related__link:hover > .material-symbols-outlined {
    transform: translate(3px, -3px);
}

/* Loan downloads use one document library instead of a grid of repeated cards. */
.mhb-modern .mhb-loan-page {
    color: var(--mhb-ink);
    background: var(--mhb-canvas);
}

.mhb-modern .mhb-loan-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(470px, 43vw, 570px);
    overflow: hidden;
    color: #fff;
    background: var(--mhb-navy-900);
}

.mhb-modern .mhb-loan-hero__image,
.mhb-modern .mhb-loan-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mhb-modern .mhb-loan-hero__image {
    z-index: 0;
    object-fit: cover;
    object-position: center 42%;
    filter: saturate(.75);
}

.mhb-modern .mhb-loan-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4, 22, 38, .97), rgba(5, 31, 52, .83) 51%, rgba(6, 33, 54, .26)),
        linear-gradient(0deg, rgba(4, 21, 36, .48), transparent 60%);
}

.mhb-modern .mhb-loan-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: inherit;
    padding-top: clamp(3rem, 5vw, 4.5rem);
    padding-bottom: clamp(3.5rem, 6vw, 5rem);
    justify-content: center;
    flex-direction: column;
}

.mhb-modern .mhb-loan-hero .mhb-product-breadcrumb {
    margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.mhb-modern .mhb-loan-hero__content {
    max-width: 760px;
}

.mhb-modern .mhb-loan-hero__kicker {
    display: inline-flex;
    margin-bottom: 1.15rem;
    align-items: center;
    gap: .55rem;
    color: var(--mhb-blue);
    font-size: .69rem;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mhb-modern .mhb-loan-hero__kicker .material-symbols-outlined {
    color: var(--mhb-orange);
    font-size: 1.1rem;
}

.mhb-modern .mhb-loan-hero h1 {
    max-width: 14ch;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: .99;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.mhb-modern .mhb-loan-hero__content > p {
    max-width: 55ch;
    margin: 1.25rem 0 0;
    color: #c6d7e3;
    font-size: 1rem;
    line-height: 1.72;
}

.mhb-modern .mhb-loan-hero__meta {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.mhb-modern .mhb-loan-hero__meta > span {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #d5e3ec;
    font-size: .72rem;
    font-weight: 700;
}

.mhb-modern .mhb-loan-hero__meta strong {
    color: var(--mhb-orange);
    font-family: var(--mhb-font-display);
    font-size: 1.35rem;
}

.mhb-modern .mhb-loan-hero__meta .material-symbols-outlined {
    color: var(--mhb-blue);
    font-size: 1.1rem;
}

.mhb-modern .mhb-loan-library {
    padding-top: clamp(5rem, 8vw, 7rem);
    padding-bottom: clamp(5.5rem, 8vw, 7.5rem);
}

.mhb-modern .mhb-loan-library__header {
    display: grid;
    margin-bottom: clamp(3.5rem, 6vw, 5rem);
    grid-template-columns: minmax(0, 1fr) minmax(280px, .54fr);
    gap: 3rem;
    align-items: end;
}

.mhb-modern .mhb-loan-library__header h2 {
    max-width: 14ch;
    margin: .7rem 0 0;
    color: var(--mhb-ink);
    font-size: clamp(2.5rem, 4.4vw, 4rem);
    line-height: 1;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mhb-modern .mhb-loan-library__header > div > p {
    max-width: 62ch;
    margin: 1rem 0 0;
    color: var(--mhb-muted);
    font-size: .9rem;
    line-height: 1.75;
}

.mhb-modern .mhb-loan-library__note {
    display: flex;
    padding: 1.25rem 0;
    align-items: center;
    gap: .9rem;
    border-top: 1px solid var(--mhb-line);
    border-bottom: 1px solid var(--mhb-line);
}

.mhb-modern .mhb-loan-library__note > .material-symbols-outlined {
    color: var(--mhb-blue-deep);
    font-size: 1.5rem;
}

.mhb-modern .mhb-loan-library__note p {
    display: grid;
    margin: 0;
    gap: .2rem;
    color: var(--mhb-muted);
    font-size: .72rem;
    line-height: 1.5;
}

.mhb-modern .mhb-loan-library__note strong {
    color: var(--mhb-ink);
    font-size: .76rem;
}

.mhb-modern .mhb-loan-list {
    border-top: 1px solid var(--mhb-line);
}

.mhb-modern .mhb-loan-document {
    display: grid;
    min-height: 220px;
    padding: 1.5rem 0;
    align-items: center;
    grid-template-columns: 46px 170px minmax(0, 1fr) 150px;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    border-bottom: 1px solid var(--mhb-line);
}

.mhb-modern .mhb-loan-document__index {
    align-self: start;
    padding-top: .5rem;
    color: var(--mhb-orange);
    font-size: .66rem;
    font-weight: 820;
}

.mhb-modern .mhb-loan-document__visual {
    position: relative;
    display: flex;
    width: 170px;
    height: 154px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--form-from), var(--form-to));
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(8, 32, 54, .12);
}

.mhb-modern .mhb-loan-document__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, transparent 40%, rgba(5, 24, 41, .28));
}

.mhb-modern .mhb-loan-document__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s var(--mhb-ease);
}

.mhb-modern .mhb-loan-document:hover .mhb-loan-document__visual img {
    transform: scale(1.025);
}

.mhb-modern .mhb-loan-document__visual > span {
    position: relative;
    z-index: 1;
    font-family: var(--mhb-font-display);
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -.04em;
}

.mhb-modern .mhb-loan-document__copy > span {
    color: var(--mhb-blue-deep);
    font-size: .62rem;
    font-weight: 820;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.mhb-modern .mhb-loan-document__copy h2 {
    margin: .5rem 0 0;
    color: var(--mhb-ink);
    font-size: clamp(1.25rem, 2.1vw, 1.65rem);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.mhb-modern .mhb-loan-document__copy > p {
    max-width: 64ch;
    margin: .65rem 0 0;
    color: var(--mhb-muted);
    font-size: .82rem;
    line-height: 1.62;
}

.mhb-modern .mhb-loan-document__meta {
    display: flex;
    margin-top: .85rem;
    align-items: center;
    gap: .7rem;
    color: var(--mhb-muted);
    font-size: .65rem;
    font-weight: 720;
}

.mhb-modern .mhb-loan-document__meta > span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.mhb-modern .mhb-loan-document__meta .material-symbols-outlined {
    color: var(--mhb-orange);
    font-size: 1rem;
}

.mhb-modern .mhb-loan-document__action {
    display: inline-flex;
    min-height: 48px;
    padding: .75rem 1rem;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    color: var(--mhb-navy-900);
    background: rgb(var(--mhb-blue-rgb) / .1);
    border: 1px solid rgb(var(--mhb-blue-rgb) / .18);
    border-radius: 11px;
    font-size: .73rem;
    font-weight: 780;
    text-decoration: none;
    transition: color .25s ease, background .25s ease, transform .25s var(--mhb-ease);
}

.mhb-modern .mhb-loan-document__action:hover {
    color: #fff;
    background: var(--mhb-blue-deep);
    transform: translateY(-2px);
}

.mhb-modern .mhb-loan-document__action .material-symbols-outlined {
    font-size: 1.15rem;
}

.mhb-modern .mhb-loan-document__action.is-disabled {
    color: var(--mhb-muted);
    background: transparent;
    border-color: var(--mhb-line);
    cursor: not-allowed;
}

.mhb-modern .mhb-loan-empty {
    justify-content: flex-start;
}

.mhb-modern .mhb-loan-empty > a {
    display: inline-flex;
    margin-left: auto;
    align-items: center;
    gap: .45rem;
    color: var(--mhb-blue-deep);
    font-size: .78rem;
    font-weight: 760;
    text-decoration: none;
}

.dark body.mhb-modern .mhb-product-related {
    background:
        radial-gradient(circle at 92% 12%, rgb(var(--mhb-blue-rgb) / .1), transparent 22rem),
        #0a1b2c;
    border-top-color: rgba(255, 255, 255, .08);
}

.dark body.mhb-modern .mhb-product-related__header h2,
.dark body.mhb-modern .mhb-product-related__link {
    color: #edf6fc;
}

.dark body.mhb-modern .mhb-product-related__header > p,
.dark body.mhb-modern .mhb-product-related__copy small {
    color: #9fb5c5;
}

.dark body.mhb-modern .mhb-product-related__link:hover {
    background: rgba(255, 255, 255, .035);
}

.dark body.mhb-modern .mhb-loan-document__action {
    color: #dff6ff;
    background: rgb(var(--mhb-blue-rgb) / .11);
}

@media (max-width: 980px) {
    .mhb-modern .mhb-product-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-product-support {
        position: relative;
        top: auto;
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr);
        gap: 1rem 2rem;
    }

    .mhb-modern .mhb-product-support h2,
    .mhb-modern .mhb-product-support > p,
    .mhb-modern .mhb-product-support__kicker {
        grid-column: 1;
    }

    .mhb-modern .mhb-product-support__contact,
    .mhb-modern .mhb-product-support__link {
        grid-column: 2;
    }

    .mhb-modern .mhb-product-support__contact {
        grid-row: 1 / span 2;
        margin-top: 0;
    }

    .mhb-modern .mhb-product-support__link {
        grid-row: 3;
        margin-top: 0;
    }

    .mhb-modern .mhb-loan-document {
        grid-template-columns: 38px 145px minmax(0, 1fr) 130px;
        gap: 1.25rem;
    }

    .mhb-modern .mhb-loan-document__visual {
        width: 145px;
        height: 132px;
    }
}

@media (max-width: 760px) {
    .mhb-modern .mhb-product-hero {
        min-height: 620px;
    }

    .mhb-modern .mhb-product-hero__overlay {
        background:
            linear-gradient(90deg, rgba(5, 22, 37, .94), rgba(5, 28, 47, .72)),
            linear-gradient(0deg, rgba(3, 17, 29, .82), transparent 55%);
    }

    .mhb-modern .mhb-product-hero__inner {
        padding-top: 2.5rem;
        padding-bottom: 12rem;
    }

    .mhb-modern .mhb-product-breadcrumb {
        margin-bottom: 2.5rem;
    }

    .mhb-modern .mhb-product-hero h1,
    .mhb-modern .mhb-loan-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .mhb-modern .mhb-product-assurance__inner {
        grid-template-columns: minmax(0, 1fr);
        padding-top: .55rem !important;
        padding-bottom: .55rem !important;
    }

    .mhb-modern .mhb-product-assurance__inner > span,
    .mhb-modern .mhb-product-assurance__inner > span:first-child {
        min-height: 42px;
        padding: .35rem 0;
        border-right: 0;
    }

    .mhb-modern .mhb-product-intro,
    .mhb-modern .mhb-product-related__header,
    .mhb-modern .mhb-loan-library__header {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .mhb-modern .mhb-product-intro p {
        grid-column: 1;
        grid-row: auto;
    }

    .mhb-modern .mhb-product-section__list {
        padding-left: 0;
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-product-support {
        display: block;
    }

    .mhb-modern .mhb-product-support__contact {
        margin-top: 2rem;
    }

    .mhb-modern .mhb-product-support__link {
        margin-top: 1.55rem;
    }

    .mhb-modern .mhb-product-related__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .mhb-modern .mhb-product-related__link:nth-child(odd) {
        border-right: 0;
    }

    .mhb-modern .mhb-product-related__link:nth-child(even) {
        padding-left: 0;
    }

    .mhb-modern .mhb-loan-document {
        grid-template-columns: 32px 110px minmax(0, 1fr);
    }

    .mhb-modern .mhb-loan-document__visual {
        width: 110px;
        height: 110px;
    }

    .mhb-modern .mhb-loan-document__action {
        grid-column: 2 / -1;
        width: min(100%, 180px);
    }
}

@media (max-width: 520px) {
    .mhb-modern .mhb-product-hero__meta {
        gap: .55rem;
        font-size: .61rem;
        letter-spacing: .08em;
    }

    .mhb-modern .mhb-product-hero__icon {
        width: 36px;
        height: 36px;
    }

    .mhb-modern .mhb-product-action {
        width: 100%;
    }

    .mhb-modern .mhb-product-body {
        padding-top: 4rem !important;
        padding-bottom: 4.5rem !important;
    }

    .mhb-modern .mhb-product-intro {
        margin-bottom: 2.75rem;
    }

    .mhb-modern .mhb-product-section > button {
        min-height: 84px;
        grid-template-columns: minmax(0, 1fr) 38px;
    }

    .mhb-modern .mhb-product-section__number {
        display: none;
    }

    .mhb-modern .mhb-product-section__heading {
        gap: .75rem;
        font-size: 1.08rem;
    }

    .mhb-modern .mhb-product-section__heading > .material-symbols-outlined {
        width: 38px;
        height: 38px;
    }

    .mhb-modern .mhb-loan-hero {
        min-height: 540px;
    }

    .mhb-modern .mhb-loan-library {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }

    .mhb-modern .mhb-loan-document {
        padding: 1.5rem 0 1.75rem;
        grid-template-columns: 30px minmax(0, 1fr);
        align-items: start;
    }

    .mhb-modern .mhb-loan-document__visual {
        grid-column: 2;
        width: 100%;
        height: 170px;
    }

    .mhb-modern .mhb-loan-document__copy,
    .mhb-modern .mhb-loan-document__action {
        grid-column: 2;
    }

    .mhb-modern .mhb-loan-document__action {
        width: 100%;
    }

    .mhb-modern .mhb-loan-empty {
        align-items: flex-start;
        flex-direction: column;
    }

    .mhb-modern .mhb-loan-empty > a {
        margin-left: 0;
    }
}
