.rmf-hero{padding:3.6rem 0 3rem;border-bottom:1px solid var(--border)}
.rmf-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4.5rem;align-items:center}


.rmf-visual{min-height:360px;position:relative;display:grid;place-items:center}
.shield{width:150px;height:175px;display:grid;place-items:center;color:var(--teal);font:700 4rem/1 var(--body);border:5px solid var(--teal);border-radius:48% 48% 58% 58%;clip-path:polygon(50% 0,94% 18%,88% 72%,50% 100%,12% 72%,6% 18%);background:#fff;z-index:4}
.ring{position:absolute;border:1px solid rgba(0,155,131,.22);border-radius:50%}.r1{width:220px;height:220px}.r2{width:285px;height:285px}.r3{width:345px;height:345px}
.dot{position:absolute;width:9px;height:9px;background:var(--teal);border-radius:50%;z-index:5}.d1{top:10%;left:46%}.d2{top:48%;right:7%}.d3{bottom:8%;left:48%}.d4{top:49%;left:7%}
.lifecycle-section{background:#fff}.lifecycle-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:1.7rem}.lifecycle-grid article{padding:0 1.25rem;text-align:center;border-right:1px solid var(--border)}.lifecycle-grid article:last-child{border-right:0}.step-icon{width:52px;height:52px;border:1px solid rgba(0,155,131,.35);border-radius:50%;display:grid;place-items:center;margin:0 auto 1rem;color:var(--teal);font-weight:800}
.rmf-support{background:var(--soft)}.approach-ref{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.approach-ref-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}
.capabilities-section{background:#f8fbfa}.capabilities-intro{max-width:760px;margin-bottom:1.7rem}.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem 1rem}.capability-item{position:relative;padding:1rem 1rem 1rem 2.5rem;background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--navy);font-weight:700}.capability-item::before{content:"✓";position:absolute;left:1rem;top:1rem;color:var(--teal);font-weight:900}.capability-item.emphasis{border-color:rgba(0,155,131,.45);background:#f3fbf8}

@media(max-width:980px){
  .rmf-hero-grid,.approach-ref-grid{grid-template-columns:1fr;gap:2.5rem}
  .lifecycle-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}
  .lifecycle-grid article{border-right:0;border-bottom:1px solid var(--border);padding:1.2rem}
  .lifecycle-grid article:last-child{border-bottom:0}
}
@media(max-width:760px){
  .rmf-hero{padding:3.7rem 0}.rmf-visual{min-height:280px}.shield{width:120px;height:142px;font-size:3rem}.r1{width:180px;height:180px}.r2{width:225px;height:225px}.r3{width:265px;height:265px}
  .lifecycle-grid,.capability-grid{grid-template-columns:1fr}
}

.rmf-hero h1{font-size:clamp(2.4rem,3.9vw,4rem);line-height:1.08;max-width:760px}
.approach-ref{padding-top:3.2rem!important;padding-bottom:3.2rem!important}
