.ms-reality{background:#fff;padding:6rem 0}.ms-reality__container{margin:0 auto;max-width:80rem;padding:0 1.25rem;width:100%}.ms-reality__header{margin-bottom:4rem;text-align:center}.ms-reality__title{color:#00132d;font-size:clamp(2rem,3vw,3rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem}.ms-reality__sub{color:#4b5563;font-size:1.15rem;line-height:1.65;margin:0 auto;max-width:48rem}.ms-reality__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.ms-reality__grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ms-reality__grid{grid-template-columns:repeat(3,1fr)}}.ms-reality__card{background:linear-gradient(135deg,var(--ms-card-a) 0,var(--ms-card-b) 100%);border:2px solid var(--ms-border);border-radius:1.25rem;padding:2rem}.ms-reality__icnBox{background:var(--ms-chip-bg);border-radius:.9rem;display:flex;height:3.5rem;margin-bottom:1.25rem;width:3.5rem}.ms-reality__icn,.ms-reality__icnBox{align-items:center;justify-content:center}.ms-reality__icn{color:var(--ms-icn-color);display:inline-flex;height:1.75rem;width:1.75rem}.ms-reality__icn svg{color:currentColor;display:block;height:1.75rem!important;width:1.75rem!important}.ms-reality__icn svg *{fill:none;stroke:currentColor}.ms-reality__cardTitle{color:#00132d;font-size:1.2rem;font-weight:900;margin:0 0 .5rem}.ms-reality__cardDesc{color:#374151;line-height:1.65;margin:0}.ms-reality--red{--ms-border:rgba(209,41,19,.28);--ms-icn-color:#d12913;--ms-card-a:#fff5f4;--ms-card-b:#ffedd5;--ms-chip-bg:rgba(209,41,19,.12)}.ms-reality--blue{--ms-border:rgba(37,99,235,.28);--ms-icn-color:#2563eb;--ms-card-a:#eff6ff;--ms-card-b:#e0f2fe;--ms-chip-bg:rgba(37,99,235,.12)}.ms-reality--green{--ms-border:rgba(22,163,74,.28);--ms-icn-color:#16a34a;--ms-card-a:#ecfdf5;--ms-card-b:#f0fdf4;--ms-chip-bg:rgba(22,163,74,.12)}.ms-reality--orange{--ms-border:rgba(249,115,22,.3);--ms-icn-color:#f97316;--ms-card-a:#fff7ed;--ms-card-b:#fef3c7;--ms-chip-bg:rgba(249,115,22,.14)}