
.mfv3 {
  --mf-navy:#02185a; --mf-orange:#ff6119; --mf-text:#465264;
  --mf-line:#e1e6ed; --mf-soft:#f5f7fa;
  box-sizing:border-box; min-width:0; max-width:100%; margin:0 0 42px;
  color:var(--mf-text); font:15px/1.8 'Roboto',Arial,sans-serif;
  text-align:left; word-break:normal; overflow-wrap:break-word;
}
.mfv3 *, .mfv3 *::before, .mfv3 *::after { box-sizing:border-box; }
.mfv3 p { margin:0 0 14px; color:var(--mf-text); font:inherit; }
.mfv3 p:last-child { margin-bottom:0; }
.mfv3 strong { color:var(--mf-navy); font-weight:700; }
.mfv3 h2, .mfv3 h3 {
  padding:0; color:var(--mf-navy); font-family:'Poppins',Arial,sans-serif;
  font-weight:600; text-transform:none; letter-spacing:-.02em;
}
.mfv3 h2 { margin:0 0 12px; font-size:24px; line-height:1.4; }
.mfv3 h3 { margin:0 0 10px; font-size:17px; line-height:1.5; }
.mfv3 a:not(.main-btn-two) {
  color:var(--mf-navy); text-decoration:underline; text-underline-offset:3px;
}
.mfv3 a:not(.main-btn-two):hover { color:#a63a09; }
.mfv3 a:focus-visible, .mfv3 [tabindex]:focus-visible {
  outline:3px solid var(--mf-navy); outline-offset:4px;
}
.mfv3 .mfv3-lead { margin-bottom:20px; }
.mfv3 .mfv3-note { margin:12px 0 0; color:#626d7b; font-size:13px; line-height:1.65; }

/* CTA: retain the original site button structure, theme colors and sliding animation. */
.mfv3 a.main-btn-two {
  flex-shrink:0; margin:0; max-width:100%; vertical-align:middle;
  text-decoration:none; white-space:nowrap; overflow-wrap:normal;
}
.mfv3 .main-btn-two .arrow-btn { display:block; float:left; }
.mfv3 .mfv3-callout {
  display:flex; flex-wrap:wrap; align-items:center; gap:18px;
  margin-top:20px; padding:20px;
  border:1px solid #eee; border-left:4px solid var(--mf-orange); background:#f9f9f9;
}
.mfv3 .mfv3-callout-copy { flex:1 1 360px; min-width:0; }
.mfv3 .mfv3-callout-title {
  display:block; margin:0 0 6px; color:var(--mf-navy);
  font:600 18px/1.5 'Poppins',Arial,sans-serif;
}
.mfv3 .mfv3-callout p { font-size:14px; line-height:1.8; }

/* Tables */
.mfv3 .mfv3-table-wrap {
  max-width:100%; overflow-x:auto; border:1px solid var(--mf-line);
  border-radius:6px; background:#fff; -webkit-overflow-scrolling:touch;
}
.mfv3 table.mfv3-table {
  width:100%; min-width:790px; margin:0; table-layout:fixed;
  border:0; border-collapse:collapse; border-spacing:0;
  color:var(--mf-text); background:#fff; font:13px/1.6 'Roboto',Arial,sans-serif;
}
.mfv3 .mfv3-table th, .mfv3 .mfv3-table td {
  padding:11px 12px; border:0; border-right:1px solid #e8ecf1;
  border-bottom:1px solid var(--mf-line); background:transparent;
  text-align:left; vertical-align:top; word-break:normal; overflow-wrap:break-word;
}
.mfv3 .mfv3-table thead th { background:var(--mf-soft); color:var(--mf-navy); font-weight:700; }
.mfv3 .mfv3-table tbody th { color:var(--mf-navy); font-weight:700; }
.mfv3 .mfv3-table tr > :last-child { border-right:0; }
.mfv3 .mfv3-table tbody tr:last-child > * { border-bottom:0; }
.mfv3 .mfv3-table tbody tr:nth-child(even) { background:#fbfcfe; }
.mfv3 .mfv3-table--series thead th:nth-child(1) { width:9%; }
.mfv3 .mfv3-table--series thead th:nth-child(2) { width:17%; }
.mfv3 .mfv3-table--series thead th:nth-child(3) { width:17%; }
.mfv3 .mfv3-table--series thead th:nth-child(4) { width:25%; }
.mfv3 .mfv3-table--series thead th:nth-child(5) { width:32%; }
.mfv3 table.mfv3-table--station { min-width:680px; }
.mfv3 .mfv3-table--station thead th:nth-child(1) { width:22%; }
.mfv3 .mfv3-table--station thead th:nth-child(2) { width:39%; }
.mfv3 .mfv3-table--station thead th:nth-child(3) { width:39%; }
.mfv3 .mfv3-scroll-hint { display:none; margin:8px 0 0; color:#626d7b; font-size:12px; }
.mfv3.mfv3-models { margin-bottom:20px; }

/* Selection */
.mfv3.mfv3-selection { margin-top:40px; }
.mfv3 .mfv3-steps {
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:32px; margin:4px 0 24px;
}
.mfv3 .mfv3-step {
  display:grid; grid-template-columns:36px minmax(0,1fr); align-items:start;
  gap:12px; min-width:0; padding:20px 0; border-bottom:1px solid var(--mf-line);
}
.mfv3 .mfv3-step-number {
  display:flex; align-items:center; justify-content:center; width:36px; height:36px;
  border:1px solid #dce2ed; border-radius:6px; background:#f4f6fb;
  color:var(--mf-navy); font:600 14px/1 'Poppins',Arial,sans-serif;
}
.mfv3 .mfv3-step h3 { margin:1px 0 7px; font-size:16px; }
.mfv3 .mfv3-step p { font-size:14px; line-height:1.75; }
.mfv3 .mfv3-docs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.mfv3 .mfv3-doc {
  min-width:0; padding:23px 24px; border:1px solid var(--mf-line);
  border-radius:6px; background:#f8f9fc;
}
.mfv3 .mfv3-doc h3 { margin-bottom:14px; }
.mfv3 .mfv3-doc ul { margin:0; padding:0; list-style:none; }
.mfv3 .mfv3-doc li {
  position:relative; margin:0 0 8px; padding:0 0 0 15px;
  list-style:none; font-size:14px; line-height:1.75;
}
.mfv3 .mfv3-doc li:last-child { margin-bottom:0; }
.mfv3 .mfv3-doc li::before {
  content:''; position:absolute; top:.72em; left:0; width:4px; height:4px;
  border-radius:50%; background:var(--mf-navy);
}
/* Selection CTA: a complete enquiry panel, not an isolated line of text. */
.mfv3 .mfv3-actionline {
  display:flex; flex-wrap:wrap; align-items:center; gap:24px;
  margin-top:26px; padding:26px;
  border:1px solid #dce3ed; border-left:4px solid var(--mf-orange);
  border-radius:6px; background:linear-gradient(110deg,#f5f7fc 0%,#fff 100%);
}
.mfv3 .mfv3-action-copy { flex:1 1 380px; min-width:0; }
.mfv3 .mfv3-action-eyebrow {
  display:block; margin:0 0 7px; color:#8c390d;
  font:600 11px/1.5 'Poppins',Arial,sans-serif; letter-spacing:.1em;
}
.mfv3 .mfv3-actionline h3 { margin:0 0 8px; font-size:20px; line-height:1.45; }
.mfv3 .mfv3-actionline p { margin:0; max-width:65ch; font-size:14px; line-height:1.8; }
.mfv3 .mfv3-actionline a.main-btn-two { align-self:center; }

/* Projects: same photos and data, now styled as part of this page. */
.mfv3 .mfv3-project-grid {
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px;
}
.mfv3 .mfv3-project-card {
  display:flex; flex-direction:column; min-width:0; overflow:hidden;
  border:1px solid var(--mf-line); border-radius:6px; background:#fff;
}
.mfv3 .mfv3-project-card:focus-within { border-color:var(--mf-navy); }
.mfv3 .mfv3-project-media {
  aspect-ratio:4/3; margin:0; border-bottom:1px solid var(--mf-line);
  background:#f5f7fa; overflow:hidden;
}
.mfv3 .mfv3-project-media img {
  display:block; width:100%; height:100%; max-width:100%; margin:0;
  padding:0; border:0; object-fit:contain; object-position:center;
}
.mfv3 .mfv3-project-body {
  display:flex; flex-direction:column; flex:1; min-width:0; padding:20px;
}
.mfv3 .mfv3-project-body h3 { margin:0 0 17px; font-size:17px; line-height:1.5; }
.mfv3 .mfv3-project-stats { margin:auto 0 0; padding:0; }
.mfv3 .mfv3-project-stat {
  display:grid; grid-template-columns:62px minmax(0,1fr); gap:8px;
  padding:10px 0; border-top:1px solid #e9edf2;
}
.mfv3 .mfv3-project-stat:last-child { padding-bottom:0; }
.mfv3 .mfv3-project-stat dt {
  margin:0; color:#687487; font-size:12px; font-weight:400; line-height:1.8;
}
.mfv3 .mfv3-project-stat dd {
  min-width:0; margin:0; color:var(--mf-navy); font-size:13px;
  font-weight:500; line-height:1.8; font-variant-numeric:tabular-nums;
}
.mfv3 .mfv3-project-stat dd a { font-weight:700; }
.mfv3 .mfv3-project-power { display:inline; color:#626d7b; font-weight:400; white-space:nowrap; }
.mfv3 .mfv3-project-more { margin:18px 0 0; font-size:14px; }

/* Related categories */
.mfv3 .mfv3-related-list { margin:0; padding:0; list-style:none; }
.mfv3 .mfv3-related-list li {
  margin:0; padding:12px 0; border-bottom:1px solid var(--mf-line);
  list-style:none; font-size:14px; line-height:1.75;
}
.mfv3 .mfv3-related-list li:last-child { border-bottom:0; }

/* Bottom CTA: white panel; button colors and animation belong to the original theme. */
.mfv3.mfv3-final {
  margin:28px 0 0;
  padding:28px;
  border:1px solid var(--mf-line);
  border-left:4px solid var(--mf-orange);
  background:#fff;
  color:var(--mf-text);
}
.mfv3 .mfv3-final-inner {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:24px;
}
.mfv3 .mfv3-final-copy {
  flex:1 1 420px;
  min-width:0;
}
.mfv3.mfv3-final h2 {
  margin:0 0 10px;
  color:var(--mf-navy);
}
.mfv3.mfv3-final p {
  color:var(--mf-text);
  font-size:15px;
  line-height:1.8;
}
/* No footer-only .main-btn-two color, background or hover overrides. */

@media (max-width:900px) {
  .mfv3 .mfv3-steps { column-gap:24px; }
  .mfv3 .mfv3-project-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
}
@media (max-width:640px) {
  .mfv3 { margin-bottom:32px; font-size:15px; line-height:1.75; }
  .mfv3 h2 { font-size:21px; }
  .mfv3 h3 { font-size:16px; }
  .mfv3 .mfv3-callout { padding:20px 18px; gap:17px; }
  .mfv3 .mfv3-callout-title { font-size:17px; }
  .mfv3 .mfv3-actionline { gap:18px; margin-top:22px; padding:20px 18px; }
  .mfv3 .mfv3-actionline h3 { font-size:18px; }
  .mfv3 .mfv3-steps, .mfv3 .mfv3-docs, .mfv3 .mfv3-project-grid {
    grid-template-columns:minmax(0,1fr);
  }
  .mfv3 .mfv3-step { padding:16px 0; }
  .mfv3 .mfv3-docs { gap:14px; }
  .mfv3 .mfv3-doc { padding:20px; }
  .mfv3 .mfv3-project-body { padding:18px; }
  .mfv3 .mfv3-scroll-hint { display:block; }
  .mfv3.mfv3-final { padding:24px 20px; }
  .mfv3.mfv3-final h2 { font-size:21px; }
}
@media (prefers-reduced-motion:reduce) {
  .mfv3 .main-btn-two .text-btn-one, .mfv3 .main-btn-two .text-btn-two,
  .mfv3 .main-btn-two .arrow-one, .mfv3 .main-btn-two .arrow-two { transition:none; }
}

