:root {
    --mbe-blue-900: #092a61;
    --mbe-blue-800: #0f47a6;
    --mbe-blue-700: #1762d6;
    --mbe-blue-600: #2982f0;
    --mbe-blue-100: #eef4ff;
    --mbe-ink: #0f172a;
    --mbe-muted: #475569;
    --mbe-line: #dbe7f8;
    --mbe-bg: #ffffff;
}
body.mbe-front-page { background: #fff; }
body.mbe-front-page.admin-bar { margin-top: 32px; }
#wpadminbar { position: fixed; }
#mbe-front, #mbe-front * { box-sizing: border-box; }
#mbe-front { font-family: Roboto, Arial, sans-serif; color: var(--mbe-ink); background: var(--mbe-bg); }
#mbe-front a { color: inherit; text-decoration: none; }
#mbe-front p { margin: 0; color: var(--mbe-muted); }
#mbe-front h1, #mbe-front h2, #mbe-front h3, #mbe-front strong { color: var(--mbe-ink); }
.mbe-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.mbe-utility-bar { background: var(--mbe-blue-900); color: #ffffff; font-size: 13px; }
.mbe-utility-inner, .mbe-brandbar-inner, .mbe-ticker-inner, .mbe-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mbe-utility-inner { min-height: 38px; }
.mbe-utility-inner p { color: #ffffff !important; }
.mbe-utility-links a { color: #ffffff !important; }
.mbe-utility-bar .mbe-utility-links a { font-weight: 900 !important; }
.mbe-utility-links, .mbe-section-links { display: flex; flex-wrap: wrap; gap: 18px; }
.mbe-brandbar { background: linear-gradient(135deg, var(--mbe-blue-800), var(--mbe-blue-600)); color: #fff; border-bottom: 4px solid #062451; }
.mbe-brandbar-inner { min-height: 92px; }
.mbe-brand { display: flex; align-items: center; gap: 12px; text-transform: lowercase; }
.mbe-brand-badge { width: 60px; height: 60px; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--mbe-blue-800); font-size: 24px; font-weight: 800; }
.mbe-brand-copy strong { display: block; font-size: 42px; line-height: 1; letter-spacing: -0.04em; color: #fff; }
.mbe-brand-copy small { display: block; font-size: 13px; letter-spacing: 0.08em; color: rgba(255,255,255,.92); }
.mbe-brand-actions { display: flex; gap: 12px; }
.mbe-brand-actions a { padding: 11px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 13px; font-weight: 700; }
.mbe-sectionbar { border-bottom: 1px solid var(--mbe-line); background: #fff; }
.mbe-section-links { min-height: 50px; align-items: center; color: #123a80; font-size: 14px; font-weight: 700; }
.mbe-ticker { background: #f4f8ff; border-bottom: 1px solid var(--mbe-line); }
.mbe-ticker-inner { min-height: 44px; }
.mbe-ticker strong { color: var(--mbe-blue-800); text-transform: uppercase; font-size: 12px; letter-spacing: 0.08em; }
.mbe-hero { padding: 30px 0 18px; }
.mbe-hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .85fr); gap: 24px; }
.mbe-story-art { min-height: 160px; border-radius: 18px; background: linear-gradient(135deg, #0f4eb8, #60aaff); position: relative; overflow: hidden; }
.mbe-story-art::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.28), transparent 28%), linear-gradient(180deg, transparent, rgba(7,24,54,.45)); }
.mbe-story-art-lg { min-height: 390px; }
.mbe-story-art-tall { min-height: 250px; }
.mbe-story-art-alt { background: linear-gradient(135deg, #0a4ca0, #4cc0ff); }
.mbe-story-art-dark { background: linear-gradient(135deg, #082b63, #2479ea); }
.mbe-kicker { display: inline-block; margin: 14px 0 10px; color: var(--mbe-blue-700); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.mbe-lead-story h1 { margin: 8px 0 14px; font-size: 46px; line-height: 1.02; letter-spacing: -0.04em; }
.mbe-lead-story p { font-size: 18px; line-height: 1.55; }
.mbe-side-stories { display: grid; gap: 16px; }
.mbe-side-stories article { border-top: 4px solid var(--mbe-blue-600); padding-top: 12px; }
.mbe-side-stories h2 { margin: 0; font-size: 26px; line-height: 1.08; }
.mbe-headline-band { border-bottom: 1px solid var(--mbe-line); }
.mbe-headline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 18px 0 28px; }
.mbe-headline-grid article { padding-right: 18px; border-right: 1px solid var(--mbe-line); }
.mbe-headline-grid article:last-child { border-right: none; }
.mbe-headline-grid h3 { margin: 8px 0 0; font-size: 21px; line-height: 1.15; }
.mbe-content-zone { padding: 28px 0 56px; }
.mbe-content-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) 340px; gap: 30px; align-items: start; }
.mbe-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 0 0 18px; padding-bottom: 10px; border-bottom: 3px solid var(--mbe-blue-700); }
.mbe-section-heading h2 { margin: 0; font-size: 34px; }
.mbe-section-heading span { color: var(--mbe-blue-700); font-size: 14px; font-weight: 700; }
.mbe-story-list { display: grid; gap: 18px; margin-bottom: 34px; }
.mbe-story-row { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--mbe-line); }
.mbe-story-row h3 { margin: 6px 0 8px; font-size: 28px; line-height: 1.08; }
.mbe-split-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; margin-bottom: 34px; }
.mbe-feature-card, .mbe-bullet-card, .mbe-sidebar-box { border: 1px solid var(--mbe-line); border-radius: 20px; background: #fff; overflow: hidden; }
.mbe-feature-card, .mbe-bullet-card { padding: 20px; }
.mbe-feature-card h3 { margin: 6px 0 10px; font-size: 30px; line-height: 1.08; }
.mbe-bullet-card h3 { margin: 0 0 14px; font-size: 24px; }
.mbe-bullet-card ul { margin: 0; padding-left: 18px; color: #17335c; }
.mbe-bullet-card li { margin-bottom: 12px; }
.mbe-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 34px; }
.mbe-card { border-top: 4px solid var(--mbe-blue-700); padding-top: 12px; }
.mbe-card h3 { margin: 6px 0 0; font-size: 24px; line-height: 1.12; }
.mbe-live-feed { display: grid; gap: 16px; }
.mbe-feed-item { display: grid; grid-template-columns: 12px minmax(0, 1fr); gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--mbe-line); }
.mbe-feed-dot { width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: var(--mbe-blue-700); }
.mbe-feed-item h3 { margin: 0 0 6px; font-size: 22px; line-height: 1.15; }
.mbe-sidebar-column { display: grid; gap: 18px; }
.mbe-sidebar-head { background: var(--mbe-blue-100); color: #0f3f8f; padding: 16px 18px; border-bottom: 1px solid var(--mbe-line); }
.mbe-sidebar-head h3 { margin: 0; font-size: 24px; }
.mbe-sidebar-body { padding: 18px; }
.mbe-pill-link { display: inline-block; margin-top: 14px; padding: 12px 16px; border-radius: 999px; background: var(--mbe-blue-700); color: #fff !important; font-weight: 800; }
.mbe-service-links { display: grid; gap: 12px; }
.mbe-service-links a { display: block; padding: 12px 14px; border-radius: 12px; background: #f6f9ff; color: #18427d; font-weight: 700; }
.mbe-sidebar-box-dark { background: linear-gradient(180deg, #0f4eb8, #0b3271); }
.mbe-sidebar-box-dark .mbe-sidebar-head { background: transparent; color: #fff; border-bottom-color: rgba(255,255,255,.15); }
.mbe-sidebar-box-dark p { color: #dce8ff; }
.mbe-footer { background: #0a214a; color: #d6e4fb; padding: 22px 0; }
.mbe-footer strong { color: #fff; }
.mbe-footer-inner a { color: #fff; font-weight: 700; }
@media (max-width: 1080px) {
    .mbe-hero-grid, .mbe-content-grid, .mbe-split-grid { grid-template-columns: 1fr; }
    .mbe-headline-grid, .mbe-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    body.mbe-front-page.admin-bar { margin-top: 46px; }
    .mbe-shell { width: min(1240px, calc(100% - 24px)); }
    .mbe-utility-inner, .mbe-brandbar-inner, .mbe-ticker-inner, .mbe-footer-inner { display: block; }
    .mbe-utility-bar { padding: 8px 0; }
    .mbe-utility-inner { min-height: 0; }
    .mbe-utility-links { gap: 10px 14px; margin-bottom: 8px; font-size: 12px; justify-content: center; }
    .mbe-utility-links a { font-weight: 800 !important; text-align: center; }
    .mbe-utility-inner p { font-size: 12px; line-height: 1.4; }
    .mbe-brandbar { padding: 14px 0 12px; }
    .mbe-brandbar-inner { min-height: 0; }
    .mbe-brand { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 10px; margin-bottom: 14px; }
    .mbe-brand-badge { width: 50px; height: 50px; border-radius: 13px; font-size: 20px; }
    .mbe-brand-copy strong { font-size: 30px; }
    .mbe-brand-copy small { font-size: 11px; letter-spacing: 0.05em; }
    .mbe-brand-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .mbe-brand-actions a { text-align: center; padding: 10px 12px; font-size: 12px; }
    .mbe-sectionbar { overflow: hidden; }
    .mbe-section-links { min-height: 0; padding: 10px 0; gap: 10px; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .mbe-section-links::-webkit-scrollbar { display: none; }
    .mbe-section-links a { white-space: nowrap; padding: 9px 12px; background: #f4f8ff; border-radius: 999px; border: 1px solid var(--mbe-line); }
    .mbe-ticker { padding: 10px 0; }
    .mbe-ticker-inner { min-height: 0; display: grid; gap: 6px; }
    .mbe-ticker p { font-size: 13px; line-height: 1.45; }
    .mbe-hero { padding-top: 20px; }
    .mbe-lead-story h1 { font-size: 34px; }
    .mbe-headline-grid, .mbe-cards-grid { grid-template-columns: 1fr; }
    .mbe-headline-grid article { padding-right: 0; border-right: none; border-bottom: 1px solid var(--mbe-line); padding-bottom: 16px; }
    .mbe-story-row { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .mbe-brand-copy strong { font-size: 26px; }
    .mbe-brand-actions { grid-template-columns: 1fr; }
    .mbe-lead-story h1 { font-size: 30px; }
    .mbe-section-heading { display: block; }
    .mbe-section-heading span { display: block; margin-top: 6px; }
}

.mbe-section-heading span a { color: #1762d6 !important; font-weight: 700; }
.mbe-dark-link { color: #ffffff !important; font-weight: 800; text-transform: lowercase; }


.mbe-commercial-strip { padding: 0 0 26px; }
.mbe-commercial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.mbe-commercial-card { border: 1px solid var(--mbe-line); border-radius: 22px; padding: 24px; background: #fff; }
.mbe-commercial-card-primary { background: linear-gradient(135deg, #0f47a6, #2982f0); color: #fff; }
.mbe-commercial-card-primary h3, .mbe-commercial-card-primary p { color: #fff; }
.mbe-commercial-card-muted { background: #f7faff; }
.mbe-kicker-light { color: rgba(255,255,255,.82); }
.mbe-cta-button { display: inline-flex; margin-top: 16px; padding: 12px 18px; border-radius: 999px; background: #fff; color: #0f47a6 !important; font-weight: 800; }
.mbe-compare-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 34px; }
.mbe-compare-item { border: 1px solid var(--mbe-line); border-radius: 18px; padding: 20px; background: #fff; }
.mbe-compare-item h3 { margin: 6px 0 8px; font-size: 24px; line-height: 1.12; }
.mbe-ranked-list { display: grid; gap: 12px; }
.mbe-ranked-list a { display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: start; gap: 12px; font-weight: 700; color: #10213d; }
.mbe-ranked-list span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 999px; background: #f4f8ff; color: #1762d6; font-weight: 900; }
.mbe-lead-link, .mbe-story-row-link { color: inherit !important; }
@media (max-width: 1080px) {
    .mbe-commercial-grid, .mbe-compare-list { grid-template-columns: 1fr; }
}


.mbe-dossier-strip { padding: 0 0 28px; }
.mbe-dossier-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.mbe-dossier-card, .mbe-mobility-card { border: 1px solid var(--mbe-line); border-radius: 20px; padding: 22px; background: #fff; }
.mbe-dossier-card h3, .mbe-mobility-card h3 { margin: 6px 0 8px; font-size: 26px; line-height: 1.12; }
.mbe-mobility-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-bottom: 34px; }
.mbe-sidebar-box-accent { background: #f7fbff; }
.mbe-commercial-card-primary .mbe-kicker { color: rgba(255,255,255,.82); }
@media (max-width: 1080px) {
    .mbe-dossier-grid, .mbe-mobility-grid { grid-template-columns: 1fr; }
}
