/* RoboMecs V6.8.1 RevF — Compact Execution Methodology Icons */
.rm-methodology-icons{padding-top:64px;padding-bottom:52px;overflow:hidden}
.rm-methodology-icons .rm-methodology-head{max-width:900px;margin:0 auto 34px;text-align:center}
.rm-methodology-icons .rm-methodology-head .lead{max-width:820px;margin:14px auto 0}
.rm-methodology-steps{--rm-method-icon:118px;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:start}
.rm-method-step{position:relative;min-width:0;text-align:center;padding:0 6px}
.rm-method-step:not(:last-child)::after{content:"→";position:absolute;top:calc(var(--rm-method-icon)/2 - 12px);right:-18px;width:26px;height:26px;display:grid;place-items:center;border:1px solid rgba(193,10,10,.22);border-radius:50%;background:#fff;color:#c10a0a;font-size:15px;line-height:1;font-weight:800;z-index:3;box-shadow:0 5px 14px rgba(0,0,71,.06)}
html[dir="rtl"] .rm-method-step:not(:last-child)::after{content:"←";right:auto;left:-18px}
.rm-method-step-visual{width:var(--rm-method-icon);height:var(--rm-method-icon);margin:0 auto 8px;display:grid;place-items:center}
.rm-method-step-visual picture,.rm-method-step-visual img{display:block;width:100%;height:100%}
.rm-method-step-visual img{object-fit:contain;filter:drop-shadow(0 8px 10px rgba(0,0,71,.10));transition:transform .28s cubic-bezier(.2,.75,.2,1),filter .28s ease}
.rm-method-step:hover .rm-method-step-visual img,.rm-method-step:focus-within .rm-method-step-visual img{transform:translateY(-4px) scale(1.025);filter:drop-shadow(0 12px 14px rgba(0,0,71,.14))}
.rm-method-step-no{display:block;margin:1px 0 6px;color:#c10a0a;font-size:12px;line-height:1;font-weight:800;letter-spacing:.09em}
.rm-method-step h3{margin:0;color:#000061;font-size:clamp(14px,.96vw,17px);line-height:1.22;font-weight:800}
.rm-method-step p{margin:7px auto 0;max-width:190px;color:#667085;font-size:12px;line-height:1.45}
.rm-methodology-icons .rm-methodology-assurance{margin:30px auto 0;width:fit-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 18px;border:1px solid rgba(0,0,97,.10);border-radius:999px;background:rgba(247,249,252,.88);color:#000061;font-size:13px;font-weight:700}
.rm-methodology-icons .rm-methodology-assurance::before{content:"✓";width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#000061;color:#fff;font-size:13px;font-weight:900}
.rm-methodology-icons .rm-methodology-assurance strong{color:#c10a0a}
@media(max-width:1100px){.rm-methodology-steps{--rm-method-icon:108px;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px}.rm-method-step:nth-child(3n)::after{display:none}}
@media(max-width:760px){
 .rm-methodology-icons{padding-top:42px;padding-bottom:34px}
 .rm-methodology-icons .rm-methodology-head{margin-bottom:24px;text-align:left}
 html[dir="rtl"] .rm-methodology-icons .rm-methodology-head{text-align:right}
 .rm-methodology-icons .rm-methodology-head .lead{margin-top:10px;font-size:14px;line-height:1.55}
 .rm-methodology-steps{--rm-method-icon:88px;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}
 .rm-method-step{padding:0 4px}
 .rm-method-step::after,.rm-method-step:not(:last-child)::after{display:none!important}
 .rm-method-step-visual{margin-bottom:4px}
 .rm-method-step-no{margin-bottom:4px;font-size:11px}
 .rm-method-step h3{font-size:14px;line-height:1.2}
 .rm-method-step p{display:none}
 .rm-methodology-icons .rm-methodology-assurance{margin-top:24px;padding:9px 14px;gap:8px;font-size:12px;text-align:center}
}
@media(max-width:380px){.rm-methodology-steps{--rm-method-icon:80px;gap:20px 12px}.rm-method-step h3{font-size:13px}}
@media(prefers-reduced-motion:reduce){.rm-method-step-visual img{transition:none!important;transform:none!important}}

/* RM_METHODOLOGY_EYEBROW_CENTER_V681_REVF1B_START */
/* RoboMecs V6.8.1 RevF.1 — Methodology eyebrow centering */
.rm-methodology-icons .rm-methodology-head .eyebrow{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
}

@media (max-width:760px){
  .rm-methodology-icons .rm-methodology-head .eyebrow{
    margin-left: auto;
    margin-right: auto;
  }
}
/* RM_METHODOLOGY_EYEBROW_CENTER_V681_REVF1B_END */
