/* ===== Breadcrumb ===== */
  .crumb { padding: 20px 0 0; font-size: 13px; color: var(--color-text-subtle); }
  .crumb a { color: var(--color-text-subtle); }
  .crumb a:hover { color: var(--color-text); }
  .crumb .sep { margin: 0 8px; opacity: 0.5; }
  .crumb .here { color: var(--color-text); font-weight: 600; }

  /* ===== Hero ===== */
  .mri-hero { padding: 48px 0 96px; background: linear-gradient(180deg, #FDFDFE, var(--off-white-60)); border-bottom: 1px solid var(--color-border); position: relative; overflow: hidden; }
  .mri-hero::before { content: ''; position: absolute; top: -200px; right: -120px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(30,122,43,0.10), transparent 65%); pointer-events: none; }
  .mri-hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }

  .partner-row { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
  .partner-mark {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #B5462A, #82301B);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    box-shadow: var(--shadow-sm);
  }
  .partner-x {
    width: 28px; height: 1.5px;
    background: var(--color-border-strong);
    position: relative;
  }
  .partner-x::before, .partner-x::after {
    content: ''; position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--color-border-strong);
    display: flex; align-items: center; justify-content: center;
  }
  .partner-x::after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23363E48' stroke-width='2.5' stroke-linecap='round'><path d='M5 12h14M12 5l7 7-7 7'/></svg>") center/12px no-repeat #fff;
    border: 1px solid var(--color-border-strong);
  }
  .partner-pi {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: var(--gradient-primary);
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-sm);
  }
  .partner-pi svg { width: 30px; height: 30px; }

  .mri-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: 56px; line-height: 1.04; letter-spacing: -0.025em; margin: 18px 0 18px; }
  .mri-hero .kicker { margin-top: 30px; display: inline-block; }
  .mri-hero p.lead { font-size: 19px; color: var(--color-text-muted); line-height: 1.55; margin-bottom: 32px; max-width: 580px; }
  .mri-hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
  .trust-badge {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 10px 16px;
    border: 1px solid var(--color-border-strong);
    border-radius: var(--radius-pill);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text);
  }
  .trust-badge .ic {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B0B5BD, #5E656D);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
  }
  .trust-badge .ic svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
  .trust-badge small { color: var(--color-text-subtle); font-weight: 500; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; display: block; margin-bottom: 1px; }

  /* Hero hub: MRI at center, PI connected (7x5 grid like main integrations page) */
  .mri-hero-viz {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: -24px;
    aspect-ratio: 7 / 5;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 12px;
  }
  .mri-hub {
    grid-column: 3 / 6;
    grid-row: 2 / 5;
    border-radius: 22px;
    background: #fff;
    color: var(--color-text);
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 10px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--color-border);
    position: relative; overflow: hidden;
    padding: 16px;
  }
  .mri-hub::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(0,0,0,0.015) 0 18px, transparent 18px 36px); pointer-events: none; }
  .mri-hub .lbl-mark {
    width: 120px; height: auto;
    display: block;
    position: relative; z-index: 1;
  }
  .mri-hub-label { display: none; }
  .mri-hub-sub { font-family: var(--font-body); font-weight: 600; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-text-subtle); position: relative; z-index: 1; }

  .mri-node {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 4px; padding: 8px; text-align: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: var(--anthracite-100);
  }
  .mri-node small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 9px; color: var(--color-text-subtle); letter-spacing: 0.06em; text-transform: uppercase; }
  .mri-node.pi { background: var(--anthracite-100); color: #fff; border-color: transparent; }
  .mri-node.pi small { color: rgba(255,255,255,0.6); }
  .mri-node.green { background: var(--green-20); border-color: rgba(97,206,112,0.35); color: #1E7A2B; }
  .mri-node.green small { color: #1E7A2B; opacity: 0.7; }

  .mri-node.n1 { grid-column: 1 / 2; grid-row: 1 / 2; }
  .mri-node.n2 { grid-column: 4 / 5; grid-row: 1 / 2; }
  .mri-node.n3 { grid-column: 7 / 8; grid-row: 1 / 2; }
  .mri-node.n4 { grid-column: 7 / 8; grid-row: 3 / 4; }
  .mri-node.n5 { grid-column: 7 / 8; grid-row: 5 / 6; }
  .mri-node.n6 { grid-column: 4 / 5; grid-row: 5 / 6; }
  .mri-node.n7 { grid-column: 1 / 2; grid-row: 5 / 6; }
  .mri-node.n8 { grid-column: 1 / 2; grid-row: 3 / 4; }

  .mri-lines { position: absolute; inset: 0; pointer-events: none; z-index: 0; width: 100%; height: 100%; }
  .mri-lines line { stroke: rgba(54,62,72,0.15); stroke-width: 1; stroke-dasharray: 3 5; }

  /* Section heads */
  .section-head { margin-bottom: 48px; max-width: 740px; }
  .section-head h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; margin-top: 16px; margin-bottom: 14px; }
  .section-head p.lead { font-size: 17px; color: var(--color-text-muted); line-height: 1.55; }
  .section-head-center { text-align: center; margin-left: auto; margin-right: auto; }
  .section-head-center .lead { margin-left: auto; margin-right: auto; }

  /* ===== Ecosystem ===== */
  .eco { padding: 88px 0; }
  .eco-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .eco-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 24px 22px;
    display: flex; flex-direction: column; gap: 14px;
    transition: all 200ms var(--ease-standard);
  }
  .eco-card:hover { border-color: var(--green-100); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .eco-card .mk {
    height: 36px;
    display: flex; align-items: center;
  }
  .eco-card .mk img { height: 100%; width: auto; max-width: 160px; object-fit: contain; }
  .eco-card .mk.mono {
    width: 44px; height: 44px;
    border-radius: 11px;
    background: linear-gradient(135deg, #B5462A, #82301B);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 16px;
  }
  .eco-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.25; }
  .eco-card p { font-size: 13.5px; color: var(--color-text-muted); line-height: 1.5; }
  .eco-card .pill { font-size: 11px; font-weight: 600; color: var(--color-text-subtle); letter-spacing: 0.06em; text-transform: uppercase; }

  /* ===== Value prop ===== */
  .vp { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .vp-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .vp ul.bullets { list-style: none; margin-top: 24px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
  .vp ul.bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--color-text); }
  .vp ul.bullets li .check { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; }
  .vp ul.bullets li .check svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  .vp-diagram {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    box-shadow: var(--shadow-sm);
  }
  .vp-block { padding: 22px; border-radius: 14px; text-align: center; }
  .vp-block.mri { background: linear-gradient(135deg, #B5462A, #82301B); color: #fff; }
  .vp-block.pi { background: var(--anthracite-100); color: #fff; }
  .vp-block .role { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; margin-bottom: 8px; }
  .vp-block h5 { font-family: var(--font-display); font-weight: 600; font-size: 16px; line-height: 1.3; margin-bottom: 8px; }
  .vp-block p { font-size: 12.5px; line-height: 1.45; opacity: 0.85; }
  .vp-arrows { display: flex; flex-direction: column; gap: 8px; align-items: center; }
  .vp-arrows .ar {
    width: 52px; height: 28px;
    background: var(--off-white-100);
    border-radius: 999px;
    display: flex; align-items: center; justify-content: center;
    color: var(--anthracite-80);
  }
  .vp-arrows .ar svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

  /* ===== How it works (timeline) ===== */
  .how { padding: 96px 0; }
  .how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
  }
  .how-step {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 26px 24px;
    display: flex; flex-direction: column; gap: 12px;
    position: relative;
  }
  .how-step .num {
    width: 36px; height: 36px;
    border-radius: 10px;
    background: var(--green-20);
    color: #1E7A2B;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 16px;
  }
  .how-step h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .how-step p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }
  .how-step .arrow {
    position: absolute;
    top: 38px; right: -24px;
    width: 24px;
    color: var(--anthracite-40);
    z-index: 2;
  }
  .how-step .arrow svg { width: 100%; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }
  .how-step:last-child .arrow { display: none; }

  /* ===== Capabilities grid ===== */
  .caps { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .caps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .cap-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 28px;
    display: flex; flex-direction: column; gap: 14px;
    transition: all 200ms var(--ease-standard);
  }
  .cap-card:hover { border-color: var(--green-100); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .cap-card .ic {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: var(--green-20);
    color: #1E7A2B;
    display: flex; align-items: center; justify-content: center;
  }
  .cap-card .ic svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .cap-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; line-height: 1.3; }
  .cap-card p { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

  /* ===== Product coverage ===== */
  .prod { padding: 96px 0; }
  .prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .prod-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 32px;
    display: flex; flex-direction: column; gap: 16px;
    transition: all 200ms var(--ease-standard);
  }
  .prod-card:hover { border-color: var(--green-100); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .prod-card .header { display: flex; align-items: center; gap: 14px; }
  .prod-card .mk {
    width: 48px; height: 48px; border-radius: 12px;
    background: linear-gradient(135deg, #B5462A, #82301B);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 18px;
  }
  .prod-card .region {
    font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    padding: 3px 10px; border-radius: 999px;
    background: var(--off-white-100); color: var(--anthracite-80);
    border: 1px solid var(--color-border);
  }
  .prod-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 19px; line-height: 1.25; letter-spacing: -0.005em; }
  .prod-card p { font-size: 14.5px; color: var(--color-text-muted); line-height: 1.55; }

  /* ===== Reporting band ===== */
  .rep { padding: 96px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
  .rep::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 80% 30%, rgba(97,206,112,0.14), transparent 55%); pointer-events: none; }
  .rep .container-wide { position: relative; z-index: 1; }
  .rep-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .rep h2 { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; line-height: 1.1; color: #fff; margin: 16px 0 16px; }
  .rep p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 28px; max-width: 480px; }
  .rep .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
  .rep .btn-ghost:hover { background: rgba(255,255,255,0.1); }

  /* Mock report card */
  .rep-mock {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow-lg);
    color: var(--color-text);
    transform: rotate(-1deg);
    position: relative;
  }
  .rep-mock .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--color-border); }
  .rep-mock .top h6 { font-family: var(--font-display); font-weight: 600; font-size: 14px; }
  .rep-mock .top .pill { font-size: 10px; padding: 3px 8px; border-radius: 999px; background: var(--green-20); color: #1E7A2B; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
  .rep-mock .meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
  .rep-mock .meta div { font-size: 11px; color: var(--color-text-subtle); }
  .rep-mock .meta strong { display: block; font-size: 13px; color: var(--color-text); font-weight: 600; margin-top: 2px; }
  .rep-mock .photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
  .rep-mock .photo-row .ph { aspect-ratio: 4/3; border-radius: 8px; background-color: #2a2a2a; background-size: cover; background-position: center; }
  .rep-mock .ph.p1 { background-image: url('../assets/inspection-photos/exterior-house-front.webp'); }
  .rep-mock .ph.p2 { background-image: url('../assets/inspection-photos/living-room-side-angle.webp'); }
  .rep-mock .ph.p3 { background-image: url('../assets/inspection-photos/bathroom-side-angle.webp'); }
  .rep-mock .rows { display: flex; flex-direction: column; gap: 8px; }
  .rep-mock .row { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; background: var(--off-white-60); border-radius: 8px; font-size: 12px; }
  .rep-mock .row .lbl { color: var(--color-text-muted); }
  .rep-mock .row .badge-pass { background: var(--green-20); color: #1E7A2B; font-size: 10px; padding: 3px 8px; border-radius: 999px; font-weight: 700; }
  .rep-mock .row .badge-action { background: var(--color-warning-soft); color: #8A6518; font-size: 10px; padding: 3px 8px; border-radius: 999px; font-weight: 700; }
  .rep-mock .footer-line { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--color-border); display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--color-text-subtle); }
  .rep-mock .footer-line .sync { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: #1E7A2B; }
  .rep-mock .footer-line .sync .dot { width: 6px; height: 6px; border-radius: 50%; background: #3FAE52; }

  /* ===== Comparison ===== */
  .cmp { padding: 96px 0; }
  .cmp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
  .cmp-col {
    border-radius: 18px;
    padding: 32px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .cmp-col.before { background: var(--off-white-60); border: 1px solid var(--color-border); }
  .cmp-col.after { background: var(--anthracite-100); color: #fff; }
  .cmp-col h4 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 18px;
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 6px;
  }
  .cmp-col.before h4 { border-bottom: 1px solid var(--color-border); color: var(--anthracite-80); }
  .cmp-col.after h4 { border-bottom: 1px solid rgba(255,255,255,0.12); color: #fff; }
  .cmp-col h4 .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
  .cmp-col.before .tag { background: var(--off-white-100); color: var(--color-text-subtle); }
  .cmp-col.after .tag { background: var(--green-20); color: #1E7A2B; }
  .cmp-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .cmp-col li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; }
  .cmp-col.before li { color: var(--color-text-muted); }
  .cmp-col.after li { color: rgba(255,255,255,0.92); }
  .cmp-col li .ic { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .cmp-col.before li .ic { background: rgba(0,0,0,0.05); color: var(--color-text-subtle); }
  .cmp-col.after li .ic { background: rgba(97,206,112,0.18); color: #7FD48E; }
  .cmp-col li .ic svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Why MRI customers ===== */
  .why { padding: 96px 0; background: var(--off-white-60); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .why ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
  .why ul li { background: #fff; border: 1px solid var(--color-border); border-radius: 12px; padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; }
  .why ul li .ic { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--green-20); color: #1E7A2B; display: flex; align-items: center; justify-content: center; }
  .why ul li .ic svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

  /* ===== Final CTA ===== */
  .final-cta { padding: 104px 0; background: var(--gradient-deep); color: #fff; position: relative; overflow: hidden; }
  .final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(900px 400px at 70% 30%, rgba(97,206,112,0.15), transparent 60%); pointer-events: none; }
  .final-cta .inner { position: relative; text-align: center; max-width: 680px; margin: 0 auto; }
  .final-cta h2 { font-family: var(--font-display); font-weight: 600; font-size: 44px; line-height: 1.08; letter-spacing: -0.025em; color: #fff; margin: 18px 0 16px; }
  .final-cta p { font-size: 17px; color: rgba(255,255,255,0.72); line-height: 1.55; margin-bottom: 28px; }
  .final-cta .ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
  .final-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.04); }
  .final-cta .btn-ghost:hover { background: rgba(255,255,255,0.1); }
  .final-cta .kicker.on-dark { color: var(--green-100); }

  @media (max-width: 1100px) {
    .mri-hero-inner, .vp-inner, .rep-inner, .why-inner { grid-template-columns: 1fr; gap: 48px; }
    .mri-hero h1 { font-size: 40px; }
    .eco-grid, .caps-grid, .prod-grid { grid-template-columns: repeat(2, 1fr); }
    .how-grid { grid-template-columns: repeat(2, 1fr); }
    .how-step:nth-child(2) .arrow { display: none; }
    .cmp-grid, .why ul { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .eco-grid, .caps-grid, .prod-grid, .how-grid { grid-template-columns: 1fr; }
    .how-step .arrow { display: none; }
    .vp-diagram { grid-template-columns: 1fr; }
    .vp-arrows { transform: rotate(90deg); }
    .mri-hero h1, .section-head h2, .rep h2, .final-cta h2 { font-size: 32px; }
  }
