/* =====================================================================
   M2 System Solutions — shared styles.
   Every value below is transcribed from the React/Claude Design source
   (src/styles.css, src/components/*.jsx). Page-specific rules live in
   assets/css/sections/*.css. Prefix: m2-.
   ===================================================================== */

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #f8fafc; color: #1e293b; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #004aad; }
a:hover { color: #003b8a; }
img { max-width: 100%; height: auto; }
input, textarea, select, button { font-family: inherit; }
@keyframes m2fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.m2-fade { animation: m2fade .3s ease; }
.m2-fade--fast { animation: m2fade .2s ease; }
.m2-fade--slow { animation: m2fade .5s ease; }

.m2-skip { position: absolute; left: -9999px; top: 8px; background: #004aad; color: #fff; padding: 10px 14px; border-radius: 6px; z-index: 100; }
.m2-skip:focus { left: 8px; color: #fff; }
.m2-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- layout ---------- */
.m2-container { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.m2-section-pad { padding-top: clamp(64px, 8vw, 104px); padding-bottom: clamp(64px, 8vw, 104px); }
.m2-section-pad--top0 { padding-bottom: 0; }
.m2-section-pad--sm { padding-top: clamp(56px, 7vw, 88px); padding-bottom: clamp(56px, 7vw, 88px); }
.m2-section-pad--sm-top0 { padding-top: clamp(56px, 7vw, 88px); padding-bottom: 0; }
.m2-section-pad--catalog { padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(56px, 7vw, 96px); }

.m2-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.m2-grid--fill { grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.m2-grid--min220 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.m2-grid--min240 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.m2-grid--fill240 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); }
.m2-grid--min260 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.m2-grid--min280 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.m2-grid--min300 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.m2-grid--min320 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.m2-grid--min340 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }
.m2-grid--min380 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); }
.m2-grid--min400 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); }
.m2-grid--min420 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); }
.m2-grid--gap2 { gap: 2px; }
.m2-grid--gap12 { gap: 12px; }
.m2-grid--gap20 { gap: 20px; }
.m2-grid--gap32 { gap: 32px; }
.m2-grid--gap40 { gap: 40px; }
.m2-grid--gap48 { gap: 48px; }
.m2-grid--gap56 { gap: 56px; }
.m2-grid--start { align-items: start; }
.m2-grid--center { align-items: center; }
/* Tile grids: 2px gaps on a grey background so the gaps read as hairlines. */
.m2-grid--tiles { gap: 2px; background: #e2e8f0; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }

/* "span 2" overflows on phones (it forces a second column), so it only applies at 800px+. */
.m2-span-2 { grid-column: span 2; }
@media (max-width: 799px) { .m2-span-2 { grid-column: auto; } }
.m2-span-all { grid-column: 1 / -1; }

.m2-btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.m2-btn-row--mt30 { margin-top: 30px; }

/* ---------- typography ---------- */
.m2-display { font-family: Montserrat, system-ui, sans-serif; }
.m2-h-hero { margin: 0 0 20px; font-family: Montserrat, system-ui, sans-serif; font-weight: 800; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -.025em; color: #020617; max-width: 820px; text-wrap: balance; }
.m2-h-hero--full { max-width: none; }
.m2-h-hero--light { color: #fff; }
.m2-h-section { margin: 0; font-family: Montserrat, system-ui, sans-serif; font-weight: 700; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; letter-spacing: -.02em; color: #020617; text-wrap: balance; }
.m2-h-section--light { color: #fff; }
.m2-h-section--mb16 { margin-bottom: 16px; }
.m2-h-section--mb20 { margin-bottom: 20px; }
.m2-h-section--mb44 { margin-bottom: 44px; }
.m2-h-band { margin: 0; font-family: Montserrat, system-ui, sans-serif; font-weight: 700; font-size: clamp(26px, 3vw, 36px); line-height: 1.2; letter-spacing: -.02em; text-wrap: balance; }
.m2-h-band--mb10 { margin-bottom: 10px; }
.m2-h-card { margin: 0; font-family: Montserrat, system-ui, sans-serif; font-weight: 700; color: #020617; }
.m2-h-label { margin: 0; font-family: Montserrat, system-ui, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #004aad; display: flex; align-items: center; gap: 10px; }
.m2-h-label--light { color: #d3e3f7; }
.m2-lede { margin: 0; font-size: 18px; line-height: 1.65; color: #475569; max-width: 720px; text-wrap: pretty; }
.m2-mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.m2-muted { color: #64748b; }

/* ---------- eyebrow ---------- */
.m2-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.m2-eyebrow__bar { width: 24px; height: 3px; background: #db2d26; border-radius: 2px; flex: none; }
.m2-eyebrow__text { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #004aad; }
.m2-eyebrow--light .m2-eyebrow__text { color: #7aa8e6; }
.m2-eyebrow--mb10 { margin-bottom: 10px; }
.m2-eyebrow--mb18 { margin-bottom: 18px; }
.m2-eyebrow--mb22 { margin-bottom: 22px; }

/* ---------- diamond ---------- */
.m2-diamond { flex: none; display: inline-block; width: 8px; height: 8px; background: #004aad; transform: rotate(45deg); border-radius: 0; }
.m2-diamond--sm { width: 7px; height: 7px; }
.m2-diamond--md { width: 10px; height: 10px; border-radius: 2px; }
.m2-diamond--lg { width: 14px; height: 14px; border-radius: 3px; }
.m2-diamond--xl { width: 16px; height: 16px; border-radius: 3px; }
.m2-diamond--red { background: #db2d26; }
.m2-diamond--white { background: #fff; }
.m2-diamond--light { background: #4a86d8; }
.m2-diamond--pale { background: #a8c7ef; }

/* ---------- buttons ---------- */
.m2-btn { display: inline-flex; align-items: center; gap: 10px; border-radius: 6px; font-weight: 600; text-decoration: none; white-space: nowrap; cursor: pointer; border: 0; line-height: normal; }
.m2-btn--primary { background: #004aad; color: #fff; padding: 15px 24px; font-size: 16px; }
.m2-btn--primary:hover { background: #003b8a; color: #fff; }
.m2-btn--outline { background: #fff; color: #1e293b; border: 1px solid #cbd5e1; padding: 15px 24px; font-size: 16px; }
.m2-btn--outline:hover { border-color: #004aad; color: #004aad; }
.m2-btn--outline-fill { background: #fff; color: #1e293b; border: 1px solid #cbd5e1; padding: 15px 24px; font-size: 16px; }
.m2-btn--outline-fill:hover { border-color: #004aad; color: #004aad; background: #eaf1fb; }
.m2-btn--white { background: #fff; color: #004aad; padding: 16px 26px; font-size: 16px; font-weight: 700; }
.m2-btn--white:hover { background: #eaf1fb; color: #003b8a; }
.m2-btn--white-sm { background: #fff; color: #004aad; padding: 14px 22px; font-size: 15px; font-weight: 700; }
.m2-btn--white-sm:hover { background: #eaf1fb; color: #003b8a; }
.m2-btn--ghost-dark { border: 1px solid #334155; color: #fff; padding: 14px 22px; font-size: 15px; background: transparent; }
.m2-btn--ghost-dark:hover { border-color: #4a86d8; color: #a8c7ef; }
.m2-btn--header { background: #004aad; color: #fff; padding: 11px 18px; font-size: 14px; gap: 8px; }
.m2-btn--header:hover { background: #003b8a; color: #fff; }
.m2-btn--header-outline { color: #1e293b; border: 1px solid #cbd5e1; padding: 10px 16px; font-size: 14px; gap: 8px; background: transparent; }
.m2-btn--header-outline:hover { border-color: #004aad; color: #004aad; }
.m2-btn--submit { background: #004aad; color: #fff; padding: 15px 26px; font-size: 16px; }
.m2-btn--submit:hover { background: #003b8a; }
.m2-btn.is-disabled { background: #e2e8f0; color: #64748b; cursor: not-allowed; pointer-events: none; white-space: normal; flex-wrap: wrap; justify-content: center; text-align: center; }
.m2-btn__hint { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #94a3b8; }
.m2-btn--reset { background: none; border: 1px solid #cbd5e1; padding: 10px 16px; font-size: 14px; color: #1e293b; min-height: 44px; }

/* ---------- arrow link ---------- */
.m2-arrow-link { font-weight: 600; font-size: 15px; text-decoration: none; color: #004aad; display: inline-flex; gap: 8px; align-items: center; border-bottom: 2px solid #db2d26; padding-bottom: 2px; }
.m2-arrow-link--light { color: #fff; }
.m2-arrow-link--light:hover { color: #fff; }
.m2-link { font-weight: 600; font-size: 14px; text-decoration: none; color: #004aad; display: inline-flex; gap: 6px; align-items: center; }
.m2-link:hover { color: #003b8a; }

/* ---------- chips ---------- */
.m2-chips { margin: 4px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.m2-chips--flush { margin: 0; }
.m2-chip { font-size: 12.5px; font-weight: 600; color: #003b8a; background: #eaf1fb; border-radius: 6px; padding: 5px 10px; }
.m2-chip--lg { font-size: 13.5px; padding: 6px 11px; }
.m2-chip--outline { color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .28); }
.m2-chip--code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; color: #004aad; padding: 6px 10px; }

/* ---------- cards ---------- */
.m2-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; }
.m2-card--pad { padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; }
.m2-card--hover:hover { border-color: #a8c7ef; box-shadow: 0 16px 40px -24px rgba(0, 74, 173, .35); }
.m2-card--tint { background: #f8fafc; }
.m2-card--tint:hover { background: #eaf1fb; border-color: #a8c7ef; }
.m2-card--media { overflow: hidden; display: flex; flex-direction: column; }
.m2-card__img { width: 100%; height: 200px; object-fit: cover; display: block; }
.m2-card__img--180 { height: 180px; }
.m2-card__body-wrap { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.m2-card__cat { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #004aad; }
.m2-card__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.m2-card__meta-muted { font-size: 12px; color: #64748b; }
.m2-card__title { margin: 0; font-family: Montserrat, system-ui, sans-serif; font-weight: 700; font-size: 20px; line-height: 1.25; color: #020617; }
.m2-card__title a { color: inherit; text-decoration: none; }
.m2-card__title a:hover { color: #004aad; }
.m2-card__body { margin: 0; font-size: 15px; line-height: 1.6; color: #475569; text-wrap: pretty; }
.m2-card__footer { margin-top: auto; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.m2-card__footer-muted { font-size: 13px; color: #64748b; }
.m2-tile { background: #fff; padding: 30px 26px; text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 12px; min-height: 200px; }
.m2-tile:hover { background: #eaf1fb; color: inherit; }

/* ---------- header ---------- */
.m2-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid #e2e8f0; }
body.admin-bar .m2-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .m2-header { top: 46px; } }
.m2-header__inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.m2-logo { display: flex; align-items: center; text-decoration: none; }
.m2-logo__img { height: 48px; width: auto; display: block; }
.m2-nav { display: flex; align-items: center; gap: 6px; }
.m2-nav__item { position: relative; }
.m2-nav__link { position: relative; padding: 10px 14px; border-radius: 6px; font-size: 15px; font-weight: 500; text-decoration: none; color: #1e293b; background: transparent; }
.m2-nav__link:hover { background: #f1f5f9; color: #004aad; }
.m2-nav__link.is-active { color: #004aad; background: #eaf1fb; }
.m2-nav__marker { position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; border-radius: 1px; background: transparent; }
.m2-nav__link.is-active .m2-nav__marker { background: #db2d26; }
.m2-nav__button { cursor: pointer; border: 0; display: inline-flex; align-items: center; gap: 6px; line-height: normal; }
.m2-nav__chevron { font-size: 10px; display: inline-block; transform: none; transition: transform .15s; }
.m2-nav__item.is-open .m2-nav__chevron { transform: rotate(180deg); }
.m2-dropdown { position: absolute; top: 100%; left: 0; padding-top: 8px; z-index: 60; display: none; }
.m2-nav__item.is-open .m2-dropdown { display: block; animation: m2fade .15s ease; }
.m2-dropdown__panel { width: 320px; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; box-shadow: 0 20px 40px -20px rgba(2, 6, 23, .3); padding: 8px; display: grid; gap: 2px; }
.m2-dropdown__item { display: flex; gap: 14px; align-items: flex-start; padding: 12px 12px; border-radius: 8px; text-decoration: none; background: transparent; }
.m2-dropdown__item:hover { background: #eaf1fb; }
.m2-dropdown__item.is-active { background: #eaf1fb; }
.m2-dropdown__item .m2-diamond { margin-top: 6px; }
.m2-dropdown__item.is-active .m2-diamond { background: #db2d26; }
.m2-dropdown__label { display: block; font-weight: 600; font-size: 15px; color: #020617; }
.m2-dropdown__desc { display: block; font-size: 13px; line-height: 1.45; color: #64748b; margin-top: 2px; }
.m2-header__actions { display: flex; align-items: center; gap: 8px; }
.m2-header__actions .m2-diamond { width: 8px; height: 8px; }
.m2-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #e2e8f0; border-radius: 6px; background: #fff; cursor: pointer; padding: 0 11px; }
.m2-burger span { height: 2px; background: #1e293b; border-radius: 1px; display: block; }
.m2-burger span:last-child { background: #db2d26; width: 60%; }
.m2-mobile-nav { border-top: 1px solid #e2e8f0; background: #fff; padding: 12px 24px 20px; display: none; flex-direction: column; gap: 4px; }
.m2-mobile-nav.is-open { display: flex; animation: m2fade .2s ease; }
.m2-mobile-nav__link { padding: 14px 12px; border-radius: 6px; font-size: 17px; font-weight: 600; text-decoration: none; color: #1e293b; background: transparent; }
.m2-mobile-nav__link.is-active { color: #004aad; background: #eaf1fb; }
.m2-mobile-nav__sub { display: flex; gap: 12px; align-items: center; padding: 12px 12px 12px 28px; border-radius: 6px; font-size: 15px; font-weight: 500; text-decoration: none; color: #475569; }
.m2-mobile-nav__sub.is-active { color: #004aad; }
.m2-mobile-nav__sub.is-active .m2-diamond { background: #db2d26; }
.m2-mobile-nav__login { padding: 14px 12px; border-radius: 6px; font-size: 17px; font-weight: 600; text-decoration: none; color: #1e293b; border-top: 1px solid #e2e8f0; margin-top: 6px; }
.m2-mobile-nav__cta { margin-top: 8px; display: flex; justify-content: center; background: #004aad; color: #fff; padding: 14px; border-radius: 6px; font-size: 16px; font-weight: 600; text-decoration: none; }
.m2-mobile-nav__cta:hover { color: #fff; }
/* The React app switches header mode at window.innerWidth < 1080. */
@media (max-width: 1079px) {
	.m2-nav, .m2-header__actions { display: none; }
	.m2-burger { display: flex; }
}
@media (min-width: 1080px) {
	.m2-mobile-nav, .m2-mobile-nav.is-open { display: none; }
}

/* ---------- page hero (white band) ---------- */
.m2-page-hero { background: #fff; border-bottom: 1px solid #e2e8f0; }
.m2-page-hero__inner { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(40px, 5vw, 64px); }
.m2-page-hero--solutions .m2-page-hero__inner { padding-bottom: clamp(32px, 4vw, 48px); }
.m2-page-hero--solutions .m2-lede { margin-bottom: 40px; }
.m2-toggle { display: inline-flex; border: 1px solid #cbd5e1; border-radius: 8px; overflow: hidden; margin-bottom: 24px; }
.m2-toggle__seg { padding: 10px 18px; font-size: 14px; font-weight: 600; text-decoration: none; color: #1e293b; background: #fff; }
.m2-toggle__seg:hover { background: #eaf1fb; color: #004aad; }
.m2-toggle__seg.is-active { background: #004aad; color: #fff; }
.m2-toggle__seg.is-active:hover { background: #004aad; color: #fff; }

/* ---------- CTA band ---------- */
.m2-cta-band { background: #004aad; color: #fff; }
.m2-cta-band__inner { padding-top: clamp(56px, 7vw, 80px); padding-bottom: clamp(56px, 7vw, 80px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 28px; }
.m2-cta-band__text { max-width: 620px; }
.m2-cta-band__body { margin: 0; font-size: 16px; color: #d3e3f7; }
.m2-cta-band__body a { color: #fff; font-weight: 600; }

/* ---------- steps (dark) ---------- */
.m2-steps { background: #020617; color: #fff; }
.m2-steps__intro { max-width: 620px; margin-bottom: 52px; }
.m2-steps__list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 2px; }
.m2-steps__item { position: relative; padding: 28px 26px 28px 0; border-top: 1px solid #1e293b; }
.m2-steps__bar { position: absolute; top: -1px; left: 0; width: 56px; height: 2px; background: #4a86d8; }
.m2-steps__num { font-family: Montserrat, system-ui, sans-serif; font-weight: 800; font-size: 13px; color: #7aa8e6; letter-spacing: .08em; margin-bottom: 14px; }
.m2-steps__title { margin: 0 0 10px; font-family: Montserrat, system-ui, sans-serif; font-weight: 700; font-size: 20px; color: #fff; }
.m2-steps__body { margin: 0; font-size: 15px; line-height: 1.65; color: #94a3b8; text-wrap: pretty; }

/* ---------- forms ---------- */
.m2-form[hidden] { display: none; }
.m2-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 20px; position: relative; }
.m2-label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 600; color: #1e293b; }
.m2-field { height: 48px; border: 1px solid #cbd5e1; border-radius: 8px; padding: 0 14px; font-size: 16px; color: #020617; background: #f8fafc; outline: none; width: 100%; }
.m2-field:focus { border-color: #004aad; box-shadow: 0 0 0 3px #d3e3f7; }
textarea.m2-field { height: auto; padding: 12px 14px; line-height: 1.5; resize: vertical; }
.m2-form__actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.m2-form__note { font-size: 13px; color: #64748b; }
.m2-form__error { grid-column: 1 / -1; margin: 0; color: #b91c1c; font-size: 14px; display: none; }
.m2-form__error.is-visible { display: block; }
.m2-form__success { display: none; flex-direction: column; gap: 14px; align-items: flex-start; }
.m2-form__success.is-visible { display: flex; animation: m2fade .3s ease; }
.m2-form__check { width: 44px; height: 44px; border-radius: 50%; background: #ecfdf5; color: #059669; display: grid; place-items: center; font-size: 22px; font-weight: 700; }
.m2-form__success-title { margin: 0; font-family: Montserrat, system-ui, sans-serif; font-weight: 700; font-size: 24px; color: #020617; }
.m2-form__success-body { margin: 0; font-size: 16px; line-height: 1.6; color: #475569; }

/* ---------- prose (editor content) ---------- */
.m2-prose { max-width: 760px; font-size: 16.5px; line-height: 1.7; color: #1e293b; }
.m2-prose > * { margin: 0 0 16px; }
.m2-prose > *:last-child { margin-bottom: 0; }
.m2-prose p { text-wrap: pretty; }
.m2-prose h2, .m2-prose h3 { font-family: Montserrat, system-ui, sans-serif; font-weight: 700; color: #020617; letter-spacing: -.02em; line-height: 1.2; margin-top: 28px; }
.m2-prose h2 { font-size: 26px; }
.m2-prose h3 { font-size: 20px; }
.m2-prose ul, .m2-prose ol { padding-left: 22px; }
.m2-prose li { margin-bottom: 6px; }
.m2-prose strong { color: #020617; }
.m2-prose img { border-radius: 12px; }
.m2-prose blockquote { margin: 0 0 16px; padding: 4px 0 4px 20px; border-left: 3px solid #db2d26; color: #475569; }

/* ---------- footer ---------- */
.m2-footer { background: #020617; color: #cbd5e1; border-top: 3px solid #004aad; }
.m2-footer__grid { padding-top: clamp(48px, 6vw, 72px); padding-bottom: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 40px; }
.m2-footer__brand { max-width: 380px; }
.m2-footer__logo { height: 56px; width: auto; display: block; margin-bottom: 20px; }
.m2-footer__tagline { margin: 0 0 22px; font-size: 14.5px; line-height: 1.65; color: #94a3b8; }
.m2-footer__cert { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.m2-footer__badges { display: flex; gap: 8px; }
.m2-footer__badge { height: 64px; width: auto; display: block; border-radius: 3px; }
.m2-footer__cert-text { margin: 0; font-size: 13px; line-height: 1.5; color: #94a3b8; max-width: 220px; }
.m2-footer__heading { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #7aa8e6; margin-bottom: 14px; }
.m2-footer__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 15px; }
.m2-footer__list a { color: #e2e8f0; text-decoration: none; font-size: 15px; }
.m2-footer__list a:hover { color: #fff; }
.m2-footer__muted { color: #94a3b8; }
.m2-footer__bottom { border-top: 1px solid #1e293b; }
.m2-footer__bottom-inner { padding-top: 18px; padding-bottom: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: #64748b; }

/* ---------- misc shared ---------- */
.m2-badge { height: 80px; width: auto; display: block; }
.m2-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.m2-bullets { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.m2-bullets li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #1e293b; }
.m2-bullets .m2-diamond { margin-top: 7px; }
.m2-bullets--lg li { font-size: 16px; line-height: 1.5; }
.m2-bullets--lg .m2-diamond { margin-top: 8px; }
.m2-bullets--light li { color: #fff; font-weight: 500; }
.m2-bullets--gap12 { gap: 12px; }
.m2-pagination { margin-top: 32px; }
.m2-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.m2-pagination a, .m2-pagination span { padding: 8px 12px; border: 1px solid #cbd5e1; border-radius: 6px; text-decoration: none; font-size: 14px; }
