.mfe-page {
  background:
    radial-gradient(circle at 20% 0%, rgba(42, 174, 255, 0.08), transparent 26%),
    radial-gradient(circle at 100% 12%, rgba(20, 91, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #020817 0%, #071225 24%, #050d1b 100%);
  color: #f8fbff;
  overflow-x: hidden;
}

.mfe-page a {
  color: inherit;
  text-decoration: none;
}

.mfe-shell {
  width: min(100% - 1.5rem, 1440px);
  margin: 0 auto;
}

.mfe-hero,
.mfe-section {
  position: relative;
}

.mfe-hero {
  overflow: hidden;
  padding: 5.9rem 0 4.2rem;
}

.mfe-hero::before {
  content: "";
  position: absolute;
  inset: auto auto -18rem -12rem;
  width: 36rem;
  height: 36rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(20, 91, 255, 0.24), transparent 66%);
  pointer-events: none;
}

.mfe-section {
  padding: 4.3rem 0;
}

.mfe-section--tint {
  background:
    linear-gradient(180deg, rgba(8, 18, 38, 0.96), rgba(5, 13, 27, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01));
  border-top: 1px solid rgba(148, 163, 184, 0.08);
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.mfe-section--values {
  background: #ffffff;
  color: #0f172a;
}

.mfe-section--platform-showcase {
  background: #F0F4FC;
  color: #0f172a;
}

.mfe-section--management-showcase {
  background:
    linear-gradient(180deg, #f6f8fc 0%, #f4f6fa 100%);
  color: #0f172a;
  padding: 2.8rem 0;
}

.mfe-section--ai-showcase {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #f5f7fb 100%);
  color: #0f172a;
}

.mfe-section--cta {
  padding: 0;
}

.mfe-hero__grid,
.mfe-platform,
.mfe-management,
.mfe-ai,
.mfe-cta {
  display: grid;
  gap: 2rem;
}

.mfe-hero__grid {
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  align-items: center;
}

.mfe-platform {
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  align-items: center;
}

.mfe-management {
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  align-items: center;
}

.mfe-ai {
  gap: 1.5rem;
}

.mfe-cta {
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  align-items: end;
}

.mfe-hero__copy,
.mfe-hero__visual,
.mfe-platform__copy,
.mfe-platform__visual,
.mfe-management__copy,
.mfe-management__visual {
  min-width: 0;
}

.mfe-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.86rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #bfdbfe;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mfe-eyebrow--soft {
  background: rgba(20, 91, 255, 0.12);
  color: #7dd3fc;
}

.mfe-eyebrow--dark {
  background: rgba(255, 255, 255, 0.08);
  color: #93c5fd;
}

.mfe-eyebrow--value {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4f7dff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.mfe-eyebrow--platform {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4f7dff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.mfe-hero__copy h1,
.mfe-section__heading h2,
.mfe-platform__copy h2,
.mfe-management__copy h2,
.mfe-ai__copy h2,
.mfe-cta__copy h2 {
  margin-top: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.03;
  font-weight: 900;
}

.mfe-hero__copy h1 {
  font-size: clamp(2.85rem, 5vw, 4.75rem);
}

.mfe-hero__copy h1 > span {
  display: block;
}

.mfe-hero__accent {
  background: linear-gradient(90deg, #ffffff 0%, #a5f3fc 32%, #60a5fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 16px 38px rgba(20, 91, 255, 0.22);
}

.mfe-section__heading h2,
.mfe-platform__copy h2,
.mfe-management__copy h2,
.mfe-ai__copy h2,
.mfe-cta__copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.mfe-hero__copy p,
.mfe-section__heading p,
.mfe-platform__copy p,
.mfe-management__copy p,
.mfe-ai__copy p,
.mfe-cta__copy p {
  line-height: 1.82;
}

.mfe-hero__copy p {
  max-width: 34rem;
  margin-top: 1.4rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 1.06rem;
}

.mfe-section__heading {
  max-width: 54rem;
}

.mfe-section__heading--center {
  margin: 0 auto;
  text-align: center;
}

.mfe-section__heading--values {
  max-width: 48rem;
}

.mfe-section__heading--values h2 {
  margin-top: 0.7rem;
  color: #0f172a;
  font-size: clamp(2.05rem, 3.4vw, 3.1rem);
  line-height: 1.08;
}

.mfe-section--platform-showcase .mfe-platform {
  grid-template-columns: minmax(0, 0.33fr) minmax(0, 0.67fr);
  align-items: center;
  gap: 2.35rem;
}

.mfe-section--platform-showcase .mfe-platform__copy h2 {
  margin-top: 0.85rem;
  max-width: 13.4rem;
  color: #111827;
  font-size: clamp(1.44rem, 2vw, 1.96rem);
  line-height: 1.18;
}

.mfe-section--platform-showcase .mfe-platform__copy h2 > span {
  display: block;
  white-space: nowrap;
}

.mfe-section--platform-showcase .mfe-platform__copy p {
  max-width: 29rem;
  margin-top: 1.15rem;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.85;
}

.mfe-platform-image {
  background: #f5f7fb;
  border-radius: 0;
  box-shadow: none;
}

.mfe-platform-image img {
  width: 100%;
  height: auto;
  display: block;
  background: #f5f7fb;
  mix-blend-mode: normal;
}

.mfe-section__heading p,
.mfe-platform__copy p,
.mfe-management__copy p,
.mfe-ai__copy p,
.mfe-cta__copy p {
  margin-top: 0.95rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 1rem;
}

.mfe-hero__actions {
  margin-top: 2.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}

.mfe-button {
  min-height: 3.35rem;
  padding: 0 1.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 0.98rem;
  border: 1px solid rgba(148, 163, 184, 0.24);
  position: relative;
  overflow: hidden;
  font-size: 0.98rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mfe-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 91, 255, 0.18), rgba(42, 174, 255, 0.3));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.mfe-button > * {
  position: relative;
  z-index: 1;
}

.mfe-button:hover {
  transform: translateY(-1px);
}

.mfe-button:hover::before {
  opacity: 1;
}

.mfe-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #145bff, #2aaeff);
  box-shadow: 0 20px 44px rgba(20, 91, 255, 0.24);
}

.mfe-button--primary span,
.mfe-button--primary i {
  color: #ffffff;
}

.mfe-button--primary:hover,
.mfe-button--primary:focus-visible {
  border-color: rgba(191, 219, 254, 0.42);
  box-shadow: 0 24px 50px rgba(20, 91, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.mfe-button--primary:hover span,
.mfe-button--primary:hover i,
.mfe-button--primary:focus-visible span,
.mfe-button--primary:focus-visible i {
  color: #ffffff;
}

.mfe-button--secondary {
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(147, 197, 253, 0.28);
  box-shadow: 0 16px 34px rgba(2, 8, 23, 0.2);
}

.mfe-button--secondary:hover,
.mfe-button--secondary:focus-visible {
  border-color: rgba(191, 219, 254, 0.42);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 42px rgba(20, 91, 255, 0.18);
}

.mfe-button--ghost {
  color: #e0f2fe;
  background: rgba(20, 91, 255, 0.09);
  border-color: rgba(56, 189, 248, 0.25);
}

.mfe-button--ghost:hover,
.mfe-button--ghost:focus-visible {
  border-color: rgba(125, 211, 252, 0.48);
  background: rgba(20, 91, 255, 0.16);
}

.mfe-button--platform {
  min-width: 8.8rem;
  min-height: 3.2rem;
  margin-top: 1.9rem;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1f67ff, #2a7bff);
  border-color: rgba(42, 123, 255, 0.22);
  box-shadow: 0 14px 28px rgba(31, 103, 255, 0.18);
}

.mfe-button--platform span,
.mfe-button--platform i {
  color: #ffffff !important;
}

.mfe-button--platform:hover,
.mfe-button--platform:focus-visible {
  color: #ffffff !important;
  border-color: rgba(147, 197, 253, 0.62);
  background: linear-gradient(135deg, #3386ff, #63b0ff);
  box-shadow: 0 24px 44px rgba(31, 103, 255, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.22) inset, 0 0 24px rgba(79, 160, 255, 0.28);
}

.mfe-button--platform:hover span,
.mfe-button--platform:hover i,
.mfe-button--platform:focus-visible span,
.mfe-button--platform:focus-visible i {
  color: #ffffff !important;
}

.mfe-hero__trust,
.mfe-platform__links,
.mfe-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mfe-hero__trust span,
.mfe-logo-strip span {
  min-height: 2.45rem;
  padding: 0 0.95rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
}

.mfe-hero__trust {
  margin-top: 1.85rem;
  gap: 1.25rem;
}

.mfe-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #dbe7f6;
}

.mfe-hero__trust-item i {
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  color: #dbe7f6;
  font-size: 0.82rem;
}

.mfe-hero__trust-item strong,
.mfe-hero__trust-item span {
  display: block;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

.mfe-hero__trust-item strong {
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
}

.mfe-hero__trust-item span {
  margin-top: 0.14rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.92;
}

.mfe-dashboard,
.mfe-value-card,
.mfe-team-card,
.mfe-console,
.mfe-ai-step,
.mfe-ai-output__card,
.mfe-deploy-card,


.mfe-dashboard {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(42, 174, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(8, 19, 44, 0.96), rgba(4, 12, 28, 0.96));
}

.mfe-dashboard__bar,
.mfe-console__bar {
  min-height: 3.15rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.mfe-window-dots {
  display: flex;
  gap: 0.36rem;
}

.mfe-window-dots span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
}

.mfe-window-dots span:nth-child(1) { background: #fb7185; }
.mfe-window-dots span:nth-child(2) { background: #fbbf24; }
.mfe-window-dots span:nth-child(3) { background: #34d399; }

.mfe-dashboard__title,
.mfe-console__title {
  margin-right: auto;
  color: #e2e8f0;
  font-size: 0.86rem;
  font-weight: 800;
}

.mfe-dashboard__status,
.mfe-console__chip {
  min-height: 2rem;
  padding: 0 0.78rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(20, 91, 255, 0.16);
  color: #93c5fd;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mfe-dashboard__body {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.mfe-dashboard__rail {
  padding: 0.6rem;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.mfe-dashboard__rail span {
  min-height: 2.8rem;
  padding: 0 0.95rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.95rem;
  color: #94a3b8;
  font-size: 0.92rem;
  font-weight: 700;
}

.mfe-dashboard__rail .is-active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(20, 91, 255, 0.48), rgba(42, 174, 255, 0.18));
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.18);
}

.mfe-dashboard__canvas {
  display: grid;
  gap: 1rem;
}

.mfe-dashboard__stats,
.mfe-console__stats,
.mfe-deploy-grid {
  display: grid;
  gap: 1rem;
}

.mfe-dashboard__stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mfe-mini-stat,
.mfe-console-stat {
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.mfe-mini-stat span,
.mfe-console-stat span {
  display: block;
  color: #94a3b8;
  font-size: 0.76rem;
  font-weight: 700;
}

.mfe-mini-stat strong,
.mfe-console-stat strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.mfe-dashboard__preview {
  position: relative;
  min-height: 24rem;
  border-radius: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: #081325;
}

.mfe-dashboard__preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  opacity: 0.92;
}

.mfe-floating {
  position: absolute;
  min-height: 2.25rem;
  padding: 0 0.8rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(191, 219, 254, 0.22);
  background: rgba(2, 8, 23, 0.72);
  backdrop-filter: blur(16px);
  color: #e0f2fe;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(2, 8, 23, 0.3);
}

.mfe-floating--workspace { top: 1rem; left: 1rem; }
.mfe-floating--ai { top: 48%; right: 1rem; }
.mfe-floating--admin { bottom: 1rem; left: 50%; transform: translateX(-50%); }

.mfe-dashboard__foot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.mfe-signal-card {
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.mfe-signal-card strong {
  display: block;
  font-size: 0.95rem;
}

.mfe-signal-card span {
  display: block;
  margin-top: 0.45rem;
  color: #94a3b8;
  font-size: 0.84rem;
  line-height: 1.65;
}

.mfe-value-grid,
.mfe-team-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}

.mfe-value-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.45rem;
}

.mfe-team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mfe-value-card,
.mfe-team-card,
.mfe-deploy-card {
  padding: 1.35rem;
  min-width: 0;
}

.mfe-section--values .mfe-value-card {
  padding: 1.25rem 1.35rem 0.4rem;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
}

.mfe-section--values .mfe-value-card:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  bottom: 1rem;
  width: 1px;
  background: rgba(148, 163, 184, 0.28);
}

.mfe-value-card__icon {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 28px rgba(2, 8, 23, 0.12);
}

.mfe-section--values .mfe-value-card__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  border: 0;
  border-radius: 1rem;
  background: #eef3ff;
  box-shadow: none;
}

.mfe-value-card__icon i {
  font-size: 1.2rem;
}

.mfe-section--values .mfe-value-card__icon i {
  color: #4f7dff;
  font-size: 1.45rem;
}

.mfe-value-card h3,
.mfe-team-card h3,
.mfe-deploy-card h3,
.mfe-ai-output__card h3 {
  margin-top: 1rem;
  font-size: 1.04rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.mfe-value-card p,
.mfe-team-card p,
.mfe-deploy-card p,
.mfe-ai-output__card p {
  margin-top: 0.62rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

.mfe-section--values .mfe-value-card h3 {
  margin-top: 1rem;
  color: #162036;
  font-size: 1.05rem;
  line-height: 1.2;
}

.mfe-section--values .mfe-value-card p {
  max-width: 12rem;
  margin: 0.65rem auto 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.7;
}

.mfe-value-card--blue .mfe-value-card__icon,
.mfe-chip--blue,
.mfe-spine-card--blue .mfe-spine-card__title,
.mfe-team-card--blue h3,
.mfe-ai-step--blue .mfe-ai-step__number {
  color: #60a5fa;
}

.mfe-value-card--violet .mfe-value-card__icon,
.mfe-chip--violet,
.mfe-spine-card--violet .mfe-spine-card__title,
.mfe-team-card--violet h3,
.mfe-ai-step--violet .mfe-ai-step__number {
  color: #a78bfa;
}

.mfe-value-card--emerald .mfe-value-card__icon,
.mfe-chip--emerald,
.mfe-spine-card--emerald .mfe-spine-card__title,
.mfe-team-card--emerald h3,
.mfe-ai-step--emerald .mfe-ai-step__number {
  color: #34d399;
}

.mfe-value-card--amber .mfe-value-card__icon,
.mfe-chip--amber,
.mfe-spine-card--amber .mfe-spine-card__title,
.mfe-team-card--amber h3,
.mfe-ai-step--amber .mfe-ai-step__number {
  color: #fbbf24;
}

.mfe-value-card--sky .mfe-value-card__icon,
.mfe-team-card--sky h3,
.mfe-ai-step--sky .mfe-ai-step__number {
  color: #38bdf8;
}

.mfe-value-card--rose .mfe-value-card__icon,
.mfe-team-card--rose h3,
.mfe-ai-step--rose .mfe-ai-step__number {
  color: #fb7185;
}

.mfe-platform__links {
  margin-top: 1.5rem;
}

.mfe-platform__links a {
  min-height: 2.5rem;
  padding: 0 0.95rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #e0f2fe;
  font-size: 0.9rem;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mfe-platform__links a:hover {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.44);
  background: rgba(20, 91, 255, 0.12);
}

.mfe-ecosystem {
  padding: 1.5rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background:
    radial-gradient(circle at 18% 14%, rgba(42, 174, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(9, 21, 42, 0.92), rgba(5, 13, 27, 0.92));
  box-shadow: 0 28px 76px rgba(2, 8, 23, 0.26);
}

.mfe-ecosystem__inputs,
.mfe-ecosystem__spine,
.mfe-ai__visual {
  display: grid;
  gap: 1rem;
}

.mfe-ecosystem__inputs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mfe-chip {
  min-height: 4.8rem;
  padding: 0.75rem 1rem;
  display: grid;
  place-items: center;
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.mfe-ecosystem__hub {
  padding: 1.3rem 0;
  display: flex;
  justify-content: center;
}

.mfe-ecosystem__hub-core {
  width: min(100%, 23rem);
  padding: 1.45rem 1.5rem;
  text-align: center;
  border-radius: 1.45rem;
  border: 1px solid rgba(96, 165, 250, 0.24);
  background:
    radial-gradient(circle at top, rgba(20, 91, 255, 0.22), transparent 56%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 26px 52px rgba(20, 91, 255, 0.12);
}

.mfe-ecosystem__label,
.mfe-ai-output__label,
.mfe-cta__title {
  display: block;
  color: #94a3b8;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mfe-ecosystem__hub-core strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 2.15rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.mfe-ecosystem__hub-core p {
  margin-top: 0.7rem;
  color: rgba(226, 232, 240, 0.76);
  line-height: 1.7;
}

.mfe-ecosystem__spine {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mfe-spine-card {
  padding: 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.mfe-spine-card__title {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.mfe-spine-card p {
  margin-top: 0.55rem;
  color: rgba(226, 232, 240, 0.7);
  font-size: 0.88rem;
  line-height: 1.65;
}

.mfe-section--teams {
  background: #ffffff;
  color: #0f172a;
}

.mfe-section__heading--teams {
  max-width: 50rem;
}

.mfe-section__heading--teams h2 {
  margin-top: 0.7rem;
  color: #0f172a;
  font-size: clamp(2.05rem, 3.4vw, 3.2rem);
  line-height: 1.08;
}

.mfe-team-showcase {
  margin-top: 2.15rem;
}

.mfe-team-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.mfe-team-tab {
  min-height: 3.65rem;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  background: transparent;
  color: #667085;
  font-size: 0.98rem;
  font-weight: 800;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mfe-team-tab i {
  color: #98a2b3;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.mfe-team-tab:hover,
.mfe-team-tab:focus-visible {
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.24);
  background: rgba(37, 99, 235, 0.03);
}

.mfe-team-tab:hover i,
.mfe-team-tab:focus-visible i,
.mfe-team-tab.is-active i {
  color: #2563eb;
}

.mfe-team-tab.is-active {
  color: #2563eb;
  border-color: rgba(96, 165, 250, 0.5);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.mfe-team-carousel {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr) 3.4rem;
  gap: 1rem;
  align-items: center;
}

.mfe-team-nav {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #f4f6fb;
  color: #475467;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mfe-team-nav:hover,
.mfe-team-nav:focus-visible {
  color: #2563eb;
  background: #eef4ff;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.28), 0 10px 22px rgba(37, 99, 235, 0.08);
}

.mfe-team-stage {
  min-width: 0;
}

.mfe-team-panel {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  gap: 1.5rem;
  align-items: center;
  min-height: 21rem;
  padding: 1.8rem 2rem;
  border-radius: 1.2rem;
  border: 1px solid #e4e7ec;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.04);
}

.mfe-team-panel[hidden] {
  display: none;
}

.mfe-team-panel__visual,
.mfe-team-panel__content {
  min-width: 0;
}

.mfe-team-canvas {
  position: relative;
  min-height: 15rem;
  display: grid;
  place-items: center;
}

.mfe-team-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at center, rgba(37, 99, 235, 0.05), transparent 62%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(255, 255, 255, 0.92));
}

.mfe-team-canvas__document {
  position: relative;
  width: 9.5rem;
  min-height: 12rem;
  padding: 1rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.mfe-team-canvas__doc-title {
  color: #94a3b8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  word-break: break-word;
}

.mfe-team-canvas__document span {
  display: block;
  height: 0.48rem;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #e2e8f0, #f1f5f9);
}

.mfe-team-canvas__document span:nth-child(2) { width: 84%; }
.mfe-team-canvas__document span:nth-child(3) { width: 72%; }
.mfe-team-canvas__document span:nth-child(4) { width: 88%; }
.mfe-team-canvas__document span:nth-child(5) { width: 64%; }
.mfe-team-canvas__document span:nth-child(6) { width: 76%; }
.mfe-team-canvas__document span:nth-child(7) { width: 58%; }

.mfe-team-badge {
  position: absolute;
  min-height: 2.3rem;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.16);
}

.mfe-team-badge--top {
  top: 1.3rem;
  right: 1.2rem;
}

.mfe-team-badge--left {
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.mfe-team-badge--bottom {
  right: 1.15rem;
  bottom: 1.55rem;
}

.mfe-team-panel--blue .mfe-team-badge--top,
.mfe-team-panel--blue .mfe-team-badge--left {
  background: linear-gradient(135deg, #7c8cff, #8b5cf6);
}

.mfe-team-panel--blue .mfe-team-badge--bottom {
  background: linear-gradient(135deg, #34d399, #10b981);
}

.mfe-team-panel--emerald .mfe-team-badge--top,
.mfe-team-panel--emerald .mfe-team-badge--left {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.mfe-team-panel--emerald .mfe-team-badge--bottom {
  background: linear-gradient(135deg, #34d399, #16a34a);
}

.mfe-team-panel--amber .mfe-team-badge--top,
.mfe-team-panel--amber .mfe-team-badge--left {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.mfe-team-panel--amber .mfe-team-badge--bottom {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.mfe-team-panel--violet .mfe-team-badge--top,
.mfe-team-panel--violet .mfe-team-badge--left {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.mfe-team-panel--violet .mfe-team-badge--bottom {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.mfe-team-panel--sky .mfe-team-badge--top,
.mfe-team-panel--sky .mfe-team-badge--left {
  background: linear-gradient(135deg, #38bdf8, #2563eb);
}

.mfe-team-panel--sky .mfe-team-badge--bottom {
  background: linear-gradient(135deg, #22c55e, #14b8a6);
}

.mfe-team-panel--rose .mfe-team-badge--top,
.mfe-team-panel--rose .mfe-team-badge--left {
  background: linear-gradient(135deg, #fb7185, #ec4899);
}

.mfe-team-panel--rose .mfe-team-badge--bottom {
  background: linear-gradient(135deg, #22c55e, #10b981);
}

.mfe-team-panel__content h3 {
  color: #101828;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.mfe-team-panel__content p {
  margin-top: 0.75rem;
  color: #475467;
  font-size: 1rem;
  line-height: 1.8;
}

.mfe-team-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.mfe-team-points li {
  position: relative;
  padding-left: 1.45rem;
  color: #344054;
  font-size: 0.95rem;
  line-height: 1.65;
  font-weight: 600;
}

.mfe-team-points li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.08rem;
  color: #60a5fa;
  font: normal normal normal 14px/1 FontAwesome;
}

.mfe-team-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}

.mfe-team-dot {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  transition: width 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mfe-team-dot.is-active {
  width: 1.35rem;
  background: #2563eb;
}

.mfe-governance i {
  color: #60a5fa;
}

.mfe-management {
  grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
  align-items: center;
  gap: 1.85rem;
}

.mfe-management__copy h2 {
  margin-top: 0.55rem;
  color: #111827;
  font-size: clamp(2.1rem, 3.6vw, 3.35rem);
  line-height: 1.08;
}

.mfe-management__copy p {
  max-width: 25rem;
  margin-top: 0.7rem;
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.7;
}

.mfe-management__list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.8rem;
}

.mfe-management__item {
  padding: 0;
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 0.82rem;
  align-items: start;
  border: 0;
  background: transparent;
}

.mfe-management__item i {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: #eef4ff;
  color: #3b82f6;
  font-size: 0.98rem;
}

.mfe-management__item strong {
  display: block;
  color: #111827;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 900;
}

.mfe-management__item span {
  display: block;
  margin-top: 0.28rem;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.55;
}

.mfe-management-shot {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #e4e7ec;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.mfe-management-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.mfe-ai__copy {
  max-width: 25rem;
}

.mfe-section--ai-showcase .mfe-ai {
  grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
  align-items: center;
  gap: 2rem;
}

.mfe-section--ai-showcase .mfe-ai__copy h2 {
  margin-top: 0.7rem;
  color: #101828;
  max-width: 13rem;
  font-size: clamp(1.8rem, 2.9vw, 2.7rem);
  line-height: 1.12;
}

.mfe-section--ai-showcase .mfe-ai__copy h2 > span {
  display: block;
  white-space: nowrap;
}

.mfe-section--ai-showcase .mfe-ai__copy p {
  max-width: 24rem;
  margin-top: 0.9rem;
  color: #475467;
  font-size: 1rem;
  line-height: 1.8;
}

.mfe-ai-strip {
  padding: 2.25rem 2.35rem;
  display: grid;
  grid-template-columns:
    minmax(9.8rem, 1.2fr) minmax(1.2rem, 0.3fr)
    minmax(9.8rem, 1.2fr) minmax(1.2rem, 0.3fr)
    minmax(9.8rem, 1.2fr) minmax(1.2rem, 0.3fr)
    minmax(9.8rem, 1.2fr) minmax(1.2rem, 0.3fr)
    minmax(9.8rem, 1.2fr);
  gap: 1.25rem;
  align-items: start;
  border-radius: 1.15rem;
  border: 1px solid #e8ecf3;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.mfe-ai-step {
  min-width: 0;
  min-height: 10rem;
  padding: 0.2rem 0.15rem;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mfe-ai-step__icon {
  width: 3.45rem;
  height: 3.45rem;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #eef4ff;
}

.mfe-ai-step__icon i {
  font-size: 1.12rem;
}

.mfe-ai-step strong {
  display: block;
  margin-top: 1rem;
  color: #101828;
  font-size: 1.04rem;
  line-height: 1.2;
  font-weight: 900;
}

.mfe-ai-step p {
  max-width: 9rem;
  margin: 0.6rem auto 0;
  color: #475467;
  font-size: 0.9rem;
  line-height: 1.6;
}

.mfe-ai-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: #7dd3c7;
  font-size: 1.15rem;
}

.mfe-ai-step--blue .mfe-ai-step__icon i { color: #3b82f6; }
.mfe-ai-step--emerald .mfe-ai-step__icon i { color: #34d399; }
.mfe-ai-step--sky .mfe-ai-step__icon i { color: #38bdf8; }
.mfe-ai-step--teal .mfe-ai-step__icon i { color: #14b8a6; }
.mfe-ai-step--green .mfe-ai-step__icon i { color: #22c55e; }

.mfe-section--deploy-showcase {
  padding: 3.35rem 0;
  background: #ffffff;
  color: #0f172a;
}

.mfe-deploy {
  display: grid;
  grid-template-columns: minmax(16rem, 0.2fr) minmax(0, 0.56fr) minmax(11.5rem, 0.24fr);
  gap: 1.25rem;
  align-items: center;
}

.mfe-deploy__copy {
  grid-column: 1;
  padding-right: 0.5rem;
}

.mfe-deploy__copy h2 {
  margin-top: 0.7rem;
  color: #101828;
  font-size: clamp(1.8rem, 2.9vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  white-space: nowrap;
}

.mfe-deploy__copy p {
  max-width: 19rem;
  margin-top: 0.75rem;
  color: #475467;
  font-size: 0.98rem;
  line-height: 1.65;
}

.mfe-deploy__copy p > span {
  display: block;
  white-space: nowrap;
}

.mfe-deploy-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-left: 10.3rem;
}

.mfe-deploy-card {
  min-width: 0;
  padding: 1.5rem 1rem 1.35rem;
  text-align: center;
  border-radius: 0.95rem;
  border: 1px solid #e8ecf3;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.03);
}

.mfe-deploy-card__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f2f6ff;
}

.mfe-deploy-card__icon i {
  font-size: 1.8rem;
}

.mfe-deploy-card h3 {
  margin-top: 1rem;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 900;
}

.mfe-deploy-card p {
  margin-top: 0.6rem;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.6;
}

.mfe-deploy-card--blue .mfe-deploy-card__icon i { color: #93c5fd; }
.mfe-deploy-card--violet .mfe-deploy-card__icon i { color: #93c5fd; }
.mfe-deploy-card--slate .mfe-deploy-card__icon i { color: #94a3b8; }

.mfe-deploy-checks {
  grid-column: 3;
  display: grid;
  gap: 0.85rem;
  justify-self: end;
  width: 100%;
  max-width: 13.5rem;
}

.mfe-deploy-check {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #344054;
  font-size: 0.96rem;
  font-weight: 700;
}

.mfe-deploy-check i {
  color: #60a5fa;
  font-size: 0.82rem;
}

.mfe-deploy__action {
  margin-top: 1.1rem;
  display: flex;
}

.mfe-button--outline-blue {
  min-width: 8.4rem;
  min-height: 3.1rem;
  color: #2563eb;
  background: #ffffff;
  border-color: rgba(96, 165, 250, 0.54);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.06);
}

.mfe-button--outline-blue span {
  color: #2563eb;
}

.mfe-button--outline-blue:hover,
.mfe-button--outline-blue:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #2b7fff, #4fa0ff);
  border-color: rgba(96, 165, 250, 0.68);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.16);
}

.mfe-button--outline-blue:hover span,
.mfe-button--outline-blue:focus-visible span {
  color: #ffffff;
}

.mfe-section--cta {
  padding: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 18% 18%, rgba(42, 174, 255, 0.18), transparent 24%),
    radial-gradient(circle at 84% 72%, rgba(20, 91, 255, 0.16), transparent 28%),
    linear-gradient(90deg, #041228 0%, #061736 48%, #041228 100%);
}

.mfe-cta {
  width: min(100% - 1.5rem, 1440px);
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.28fr) minmax(0, 0.36fr);
  gap: 1.65rem;
  padding: 1.15rem 0;
  box-sizing: border-box;
  align-items: center;
}

.mfe-cta__copy {
  max-width: 17rem;
  min-width: 0;
}

.mfe-cta__copy h2 {
  margin-top: 0.55rem;
  color: #f8fbff;
  font-size: clamp(1.7rem, 2.55vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.mfe-cta__copy h2 > span {
  display: block;
  white-space: nowrap;
}

.mfe-cta__copy p {
  max-width: 16rem;
  margin-top: 0.7rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.mfe-cta__copy p > span {
  display: block;
  white-space: nowrap;
}

.mfe-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  min-width: 0;
  justify-self: center;
  padding-right: 1.25rem;
}

.mfe-cta__actions .mfe-button {
  min-width: 10.7rem;
  min-height: 3.1rem;
}

.mfe-cta__actions .mfe-button--primary {
  box-shadow: 0 16px 34px rgba(20, 91, 255, 0.22);
}

.mfe-cta__actions .mfe-button--secondary {
  border-color: rgba(226, 232, 240, 0.38);
  background: rgba(255, 255, 255, 0.04);
}

.mfe-cta__trust {
  position: relative;
  padding-left: 2.35rem;
  min-width: 0;
}

.mfe-cta__trust::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 4.95rem;
  transform: translateY(-50%);
  background: rgba(148, 163, 184, 0.28);
}

.mfe-cta__title {
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mfe-logo-strip {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.85rem;
  max-width: 100%;
  white-space: nowrap;
}

.mfe-logo {
  min-width: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #f8fbff;
  line-height: 1;
  white-space: nowrap;
}

.mfe-logo__wordmark,
.mfe-logo__badge {
  display: block;
}

.mfe-logo__badge {
  min-height: 1.78rem;
  padding: 0 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 6px 16px rgba(2, 8, 23, 0.14);
  transform: skewX(-12deg);
}

.mfe-logo__wordmark {
  color: #123d93;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  font-style: italic;
  transform: skewX(12deg);
}

.mfe-logo--deloitte .mfe-logo__badge {
  padding-inline: 0.56rem;
}

.mfe-logo--deloitte .mfe-logo__wordmark {
  font-size: 1.06rem;
}

.mfe-logo--bdo .mfe-logo__badge {
  padding-inline: 0.46rem;
}

.mfe-logo--bdo .mfe-logo__wordmark {
  font-size: 1.02rem;
}

.mfe-logo--pwc .mfe-logo__badge {
  padding-inline: 0.5rem;
}

.mfe-logo--pwc .mfe-logo__wordmark {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.mfe-logo--kpmg .mfe-logo__badge {
  padding-inline: 0.48rem;
}

.mfe-logo--kpmg .mfe-logo__wordmark {
  font-size: 0.98rem;
}

.mfe-logo--nhs .mfe-logo__badge {
  padding-inline: 0.52rem;
}

.mfe-logo--nhs .mfe-logo__wordmark {
  font-size: 0.98rem;
}

.mfe-cta__trust p {
  margin-top: 0.75rem;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.88rem;
}

@media (max-width: 1279px) {
  .mfe-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 0;
  }

  .mfe-team-grid,
  .mfe-deploy-grid,
  .mfe-ecosystem__spine,
  .mfe-console__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfe-team-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mfe-team-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mfe-hero__grid,
  .mfe-platform,
  .mfe-management,
  .mfe-cta {
    grid-template-columns: 1fr;
  }

  .mfe-cta {
    gap: 1.6rem;
    padding: 1.15rem 0;
  }

  .mfe-deploy {
    grid-template-columns: 1fr;
  }

  .mfe-deploy-grid {
    margin-left: 0;
  }

  .mfe-cta__actions {
    justify-content: flex-start;
  }

  .mfe-cta__trust {
    padding-left: 0;
  }

  .mfe-cta__trust::before {
    display: none;
  }

  .mfe-section--platform-showcase .mfe-platform {
    grid-template-columns: 1fr;
  }

  .mfe-section--ai-showcase .mfe-ai {
    grid-template-columns: 1fr;
  }

  .mfe-dashboard__body {
    grid-template-columns: 8.5rem minmax(0, 1fr);
  }

  .mfe-ai-strip {
    grid-template-columns: repeat(5, minmax(8.6rem, 1fr));
  }

  .mfe-ai-arrow {
    display: none;
  }

  .mfe-section--values .mfe-value-card:nth-child(4)::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .mfe-hero {
    padding-top: 5.15rem;
  }

  .mfe-section {
    padding: 3.6rem 0;
  }

  .mfe-value-grid,
  .mfe-team-grid,
  .mfe-deploy-grid,
  .mfe-ecosystem__inputs,
  .mfe-ecosystem__spine,
  .mfe-console__stats,
  .mfe-console__content,
  .mfe-dashboard__stats,
  .mfe-dashboard__foot {
    grid-template-columns: 1fr;
  }

  .mfe-dashboard__body {
    grid-template-columns: 1fr;
  }

  .mfe-dashboard__rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow-x: auto;
  }

  .mfe-dashboard__rail span {
    justify-content: center;
    white-space: nowrap;
  }

  .mfe-hero__trust {
    gap: 1rem 1.25rem;
  }

  .mfe-dashboard__preview {
    min-height: 20rem;
  }

  .mfe-section--platform-showcase .mfe-platform {
    gap: 1.6rem;
  }

  .mfe-section--deploy-showcase {
    padding: 2.75rem 0 3rem;
  }

  .mfe-deploy {
    gap: 1.25rem;
    align-items: stretch;
  }

  .mfe-deploy__copy {
    grid-column: auto;
    padding-right: 0;
    max-width: none;
  }

  .mfe-deploy__copy h2 {
    max-width: 14rem;
    white-space: normal;
  }

  .mfe-deploy__copy p {
    max-width: 28rem;
  }

  .mfe-deploy__action {
    margin-top: 1rem;
  }

  .mfe-deploy-grid {
    grid-column: auto;
    gap: 0.9rem;
    margin-left: 0;
  }

  .mfe-deploy-card {
    padding: 1.2rem 1rem;
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    text-align: left;
  }

  .mfe-deploy-card__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0;
  }

  .mfe-deploy-card__icon i {
    font-size: 1.45rem;
  }

  .mfe-deploy-card h3 {
    grid-column: 2;
    margin-top: 0;
    font-size: 1rem;
  }

  .mfe-deploy-card p {
    grid-column: 2;
    margin-top: 0.35rem;
    font-size: 0.88rem;
  }

  .mfe-deploy-checks {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    justify-self: stretch;
    max-width: none;
  }

  .mfe-deploy-check {
    min-height: 3rem;
    padding: 0 0.95rem;
    border-radius: 0.9rem;
    border: 1px solid #e7edf6;
    background: #f8fbff;
  }

  .mfe-ai-strip {
    grid-template-columns: repeat(3, minmax(9rem, 1fr));
    padding: 1.35rem;
  }

  .mfe-team-carousel {
    grid-template-columns: 1fr;
  }

  .mfe-team-nav {
    display: none;
  }

  .mfe-team-stage {
    order: 1;
  }

  .mfe-section--values .mfe-value-card::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .mfe-shell {
    width: min(100% - 1rem, 1440px);
  }

  .mfe-hero__copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.3rem);
  }

  .mfe-section__heading h2,
  .mfe-platform__copy h2,
  .mfe-management__copy h2,
  .mfe-ai__copy h2,
  .mfe-cta__copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }

  .mfe-value-grid,
  .mfe-team-grid,
  .mfe-ai-flow {
    grid-template-columns: 1fr;
  }

  .mfe-section--values {
    padding: 2.8rem 0 2.95rem;
  }

  .mfe-section__heading--values {
    max-width: 22rem;
  }

  .mfe-section__heading--values h2 {
    font-size: clamp(1.75rem, 8.2vw, 2.2rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .mfe-value-grid {
    margin-top: 1.7rem;
  }

  .mfe-section--values .mfe-value-card {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 3.05rem minmax(0, 1fr);
    gap: 0.18rem 0.9rem;
    align-items: center;
    text-align: left;
  }

  .mfe-section--values .mfe-value-card:not(:first-child) {
    border-top: 1px solid rgba(148, 163, 184, 0.2);
  }

  .mfe-section--values .mfe-value-card__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 3.05rem;
    height: 3.05rem;
    margin: 0;
    border-radius: 0.9rem;
  }

  .mfe-section--values .mfe-value-card__icon i {
    font-size: 1.2rem;
  }

  .mfe-section--values .mfe-value-card h3 {
    grid-column: 2;
    margin-top: 0;
    font-size: 1rem;
  }

  .mfe-section--values .mfe-value-card p {
    grid-column: 2;
    max-width: none;
    margin: 0.22rem 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .mfe-deploy-grid,
  .mfe-deploy-checks {
    grid-template-columns: 1fr;
  }

  .mfe-section--deploy-showcase {
    padding: 2.35rem 0 2.6rem;
  }

  .mfe-deploy {
    gap: 1rem;
  }

  .mfe-deploy__copy h2 {
    max-width: none;
    white-space: normal;
    font-size: clamp(1.75rem, 8vw, 2.2rem);
    text-wrap: balance;
  }

  .mfe-deploy__copy p {
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .mfe-deploy__action {
    display: flex;
  }

  .mfe-deploy__action .mfe-button {
    width: 100%;
    justify-content: center;
  }

  .mfe-cta {
    padding: 1.5rem 1.2rem;
  }

  .mfe-cta__actions {
    flex-direction: column;
  }

  .mfe-cta__actions .mfe-button {
    width: 100%;
  }

  .mfe-deploy__copy p > span,
  .mfe-cta__copy p > span {
    white-space: normal;
  }

  .mfe-logo-strip {
    flex-wrap: wrap;
    row-gap: 0.7rem;
    white-space: normal;
  }

  .mfe-logo {
    flex: 0 0 auto;
  }

  .mfe-deploy-card {
    padding: 1rem 0.95rem;
    grid-template-columns: 3.15rem minmax(0, 1fr);
    gap: 0.8rem;
    border-radius: 1rem;
  }

  .mfe-deploy-card__icon {
    width: 3.15rem;
    height: 3.15rem;
  }

  .mfe-deploy-card__icon i {
    font-size: 1.25rem;
  }

  .mfe-deploy-card h3 {
    font-size: 0.98rem;
  }

  .mfe-deploy-card p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .mfe-deploy-checks {
    gap: 0.7rem;
  }

  .mfe-deploy-check {
    min-height: 2.8rem;
    padding: 0 0.9rem;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .mfe-section--ai-showcase {
    padding: 2.5rem 0 2.75rem;
  }

  .mfe-section--ai-showcase .mfe-ai {
    gap: 1.15rem;
  }

  .mfe-section--ai-showcase .mfe-ai__copy {
    max-width: none;
    width: 100%;
    justify-self: start;
    align-self: start;
    margin: 0;
    text-align: left;
  }

  .mfe-section--ai-showcase .mfe-ai__copy h2 {
    max-width: none;
    text-wrap: balance;
    text-align: left;
  }

  .mfe-section--ai-showcase .mfe-ai__copy p {
    max-width: none;
    width: 100%;
    margin: 0.7rem 0 0;
    font-size: 0.96rem;
    line-height: 1.72;
    text-align: left;
  }

  .mfe-ai-strip {
    padding: 0.95rem;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    border-radius: 1.15rem;
  }

  .mfe-ai-step {
    min-height: 5.9rem;
    padding: 0.95rem 0.9rem;
    display: grid;
    grid-template-columns: 3.05rem minmax(0, 1fr);
    gap: 0.2rem 0.85rem;
    align-items: center;
    text-align: left;
    border: 1px solid #e7edf6;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  }

  .mfe-ai-step__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    width: 3.05rem;
    height: 3.05rem;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.14);
  }

  .mfe-ai-step__icon i {
    font-size: 1rem;
  }

  .mfe-ai-step strong {
    grid-column: 2;
    margin-top: 0;
    font-size: 0.98rem;
    line-height: 1.24;
  }

  .mfe-ai-step p {
    grid-column: 2;
    max-width: none;
    margin: 0.04rem 0 0;
    font-size: 0.84rem;
    line-height: 1.55;
    text-align: left;
  }

  .mfe-team-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .mfe-team-tab {
    min-height: 3.25rem;
    font-size: 0.92rem;
  }

  .mfe-team-panel {
    padding: 1.2rem;
  }

  .mfe-team-panel__content h3 {
    font-size: 1.7rem;
  }

  .mfe-team-canvas {
    min-height: 12.5rem;
  }

  .mfe-team-badge {
    min-height: 2.1rem;
    padding: 0 0.85rem;
    font-size: 0.8rem;
  }

  .mfe-hero__trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mfe-dashboard__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfe-cta,
  .mfe-cta__trust {
    padding: 1.35rem;
  }

  .mfe-floating--admin {
    left: 1rem;
    transform: none;
  }
}
