.mcpgw {
  --mcpgw-navy: #070f54;
  --mcpgw-deep: #04082e;
  --mcpgw-red: #e31836;
  --mcpgw-blue: #1747ff;
  --mcpgw-ink: #0b1020;
  --mcpgw-muted: #536078;
  --mcpgw-soft: #737d92;
  --mcpgw-line: #e4e8f2;
  --mcpgw-pale: #f5f7fc;
  --mcpgw-surface: #ffffff;
  --mcpgw-gradient: linear-gradient(48deg, #070f54 12%, #e31836 142%);
  color: var(--mcpgw-ink);
  background: var(--mcpgw-surface);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.mcpgw *,
.mcpgw *::before,
.mcpgw *::after {
  box-sizing: border-box;
}

.mcpgw h1,
.mcpgw h2,
.mcpgw h3,
.mcpgw p {
  margin-top: 0;
}

.mcpgw h1,
.mcpgw h2,
.mcpgw h3 {
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-wrap: balance;
}

.mcpgw a {
  color: inherit;
  text-decoration: none;
}

.mcpgw code,
.mcpgw pre {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}

.mcpgw-wrap {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.mcpgw section {
  padding: 86px 0;
}

.mcpgw section[id] {
  scroll-margin-top: 150px;
}

.mcpgw-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.mcpgw-heading > span,
.mcpgw-section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  background: var(--mcpgw-gradient);
  background-clip: text;
  color: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mcpgw-heading h2,
.mcpgw-setup h2,
.mcpgw-unified h2,
.mcpgw-faq h2,
.mcpgw-final h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  font-weight: 800;
}

.mcpgw-heading p,
.mcpgw-section-lede {
  margin-bottom: 0;
  color: var(--mcpgw-muted);
  font-size: 1.06rem;
}

.mcpgw-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease,
    border-color 160ms ease, box-shadow 160ms ease;
}

.mcpgw-button:hover {
  transform: translateY(-1px);
}

.mcpgw-button:focus-visible,
.mcpgw a:focus-visible,
.mcpgw summary:focus-visible {
  outline: 3px solid #ff6a7e;
  outline-offset: 3px;
}

.mcpgw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mcpgw a.mcpgw-button-primary {
  background: #ffffff;
  color: var(--mcpgw-ink);
  box-shadow: 0 12px 28px -14px rgba(0, 0, 0, 0.65);
}

.mcpgw a.mcpgw-button-primary:hover {
  background: #f5f7ff;
  color: var(--mcpgw-ink);
}

.mcpgw-button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.mcpgw-button-secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

.mcpgw-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 82px !important;
  background: radial-gradient(
      760px 440px at 86% -5%,
      rgba(227, 24, 54, 0.25),
      transparent 60%
    ),
    radial-gradient(
      700px 430px at 7% 8%,
      rgba(23, 71, 255, 0.32),
      transparent 60%
    ),
    linear-gradient(180deg, var(--mcpgw-navy), var(--mcpgw-deep));
  color: #ffffff;
}

.mcpgw-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  content: '';
  mask: radial-gradient(75% 72% at 50% 8%, #000, transparent);
  pointer-events: none;
}

.mcpgw-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  gap: 64px;
  align-items: center;
}

.mcpgw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #e3e7ff;
  font-size: 14px;
  font-weight: 700;
}

.mcpgw-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff465d;
  box-shadow: 0 0 13px #ff465d;
}

.mcpgw-hero h1 {
  max-width: 690px;
  margin: 22px 0 20px;
  font-size: clamp(2.65rem, 1.3rem + 3.6vw, 4.45rem);
  font-weight: 800;
  line-height: 1.04;
}

.mcpgw-hero h1 span {
  background: linear-gradient(100deg, #9fb5ff, #ff7f91);
  background-clip: text;
  color: transparent;
}

.mcpgw-hero-lede {
  max-width: 675px;
  margin-bottom: 30px;
  color: #c2c9e0;
  font-size: 1.13rem;
  line-height: 1.68;
}

.mcpgw-hero-lede code {
  color: #ffffff;
  font-weight: 700;
}

.mcpgw-proofline {
  margin: 18px 0 0;
  color: #929bc0;
  font-size: 13px;
  font-weight: 600;
}

.mcpgw-hero-diagram {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px 1.45fr 30px 1fr;
  gap: 7px;
  align-items: center;
  min-height: 420px;
  padding: 48px 22px 58px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(2, 6, 37, 0.68);
  box-shadow: 0 42px 90px -50px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}

.mcpgw-diagram-label {
  position: absolute;
  top: 18px;
  left: 22px;
  color: #8f99c3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mcpgw-mini-node,
.mcpgw-mini-gateway {
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
}

.mcpgw-mini-node span,
.mcpgw-mini-gateway strong {
  display: block;
  font-weight: 800;
}

.mcpgw-mini-node small {
  color: #9ea7ca;
}

.mcpgw-mini-gateway {
  padding: 24px 13px 18px;
  border-color: rgba(255, 99, 120, 0.48);
  background: linear-gradient(
    160deg,
    rgba(23, 71, 255, 0.18),
    rgba(227, 24, 54, 0.16)
  );
}

.mcpgw-mini-gateway ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  color: #b4bdd9;
  font-size: 11px;
  line-height: 1.35;
  list-style: none;
}

.mcpgw-endpoint {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--mcpgw-navy);
  font-family: 'SFMono-Regular', Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

.mcpgw-mini-arrow {
  color: #7e88b7;
  font-size: 24px;
  text-align: center;
}

.mcpgw-telemetry-pill {
  position: absolute;
  right: 32px;
  bottom: 20px;
  left: 32px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #aeb7d6;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.mcpgw-telemetry-pill span {
  padding: 0 5px;
  color: #ff8596;
}

.mcpgw-problems {
  border-bottom: 1px solid var(--mcpgw-line);
  background: var(--mcpgw-pale);
}

.mcpgw-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.mcpgw-problem-grid article {
  padding: 25px;
  border: 1px solid var(--mcpgw-line);
  border-radius: 17px;
  background: #ffffff;
}

.mcpgw-problem-grid article > span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: #fff0f2;
  color: #c51431;
  font-weight: 900;
}

.mcpgw-problem-grid h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.mcpgw-problem-grid p {
  margin-bottom: 0;
  color: var(--mcpgw-muted);
  font-size: 14px;
}

.mcpgw-architecture {
  background: #ffffff;
}

.mcpgw-flow-scope {
  max-width: 850px;
  margin: -20px auto 32px;
  color: var(--mcpgw-muted);
  font-size: 13px;
  text-align: center;
}

.mcpgw-flow {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) 42px minmax(390px, 1.5fr) 42px minmax(
      190px,
      0.8fr
    );
  gap: 11px;
  align-items: center;
}

.mcpgw-flow-column,
.mcpgw-flow-gateway {
  border: 1px solid var(--mcpgw-line);
  border-radius: 20px;
  background: var(--mcpgw-pale);
}

.mcpgw-flow-column {
  padding: 27px 23px;
  text-align: center;
}

.mcpgw-flow-column h3 {
  margin: 15px 0 9px;
  font-size: 1.08rem;
}

.mcpgw-flow-column p {
  margin-bottom: 14px;
  color: var(--mcpgw-muted);
  font-size: 13.5px;
}

.mcpgw-flow-column code {
  display: block;
  overflow: hidden;
  color: #35415d;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mcpgw-flow-icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin: 0 auto;
  place-items: center;
  border-radius: 13px;
  background: var(--mcpgw-gradient);
  color: #ffffff;
  font-weight: 900;
}

.mcpgw-flow-gateway {
  padding: 26px;
  border: 1.5px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff), var(--mcpgw-gradient);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  box-shadow: 0 26px 58px -40px rgba(7, 15, 84, 0.56);
}

.mcpgw-flow-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  font-weight: 800;
}

.mcpgw-flow-topline code {
  padding: 4px 10px;
  border-radius: 999px;
  background: #eff2ff;
  color: #143ad0;
  font-size: 12px;
}

.mcpgw-flow-gateway ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.mcpgw-flow-gateway li {
  position: relative;
  padding: 10px 12px 10px 39px;
  border-radius: 10px;
  background: var(--mcpgw-pale);
  counter-increment: flow;
}

.mcpgw-flow-gateway li::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 6px;
  background: var(--mcpgw-navy);
  color: #ffffff;
  content: counter(flow);
  font-size: 10px;
  font-weight: 800;
}

.mcpgw-flow-gateway strong,
.mcpgw-flow-gateway li span {
  display: block;
}

.mcpgw-flow-gateway strong {
  font-size: 13px;
}

.mcpgw-flow-gateway li span {
  color: var(--mcpgw-muted);
  font-size: 11px;
}

.mcpgw-flow-signal {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--mcpgw-line);
  color: var(--mcpgw-muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.mcpgw-flow-arrow {
  color: #a0a9bf;
  font-size: 28px;
  text-align: center;
}

.mcpgw-server-chip {
  margin-bottom: 8px;
  padding: 7px 9px;
  border: 1px solid #dce1ee;
  border-radius: 8px;
  background: #ffffff;
  color: #35415d;
  font-family: 'SFMono-Regular', Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
}

.mcpgw-flow-note {
  max-width: 850px;
  margin: 28px auto 0;
  padding: 14px 20px;
  border: 1px solid #dce2f6;
  border-radius: 12px;
  background: #f5f7ff;
  color: #485570;
  font-size: 13px;
  text-align: center;
}

.mcpgw-flow-note code {
  color: #163dce;
  font-weight: 700;
}

.mcpgw-capabilities {
  border-top: 1px solid var(--mcpgw-line);
  border-bottom: 1px solid var(--mcpgw-line);
  background: var(--mcpgw-pale);
}

.mcpgw-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mcpgw-capability-grid article {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--mcpgw-line);
  border-radius: 19px;
  background: #ffffff;
  box-shadow: 0 18px 38px -34px rgba(11, 16, 32, 0.5);
}

.mcpgw-card-number {
  margin-bottom: 29px;
  color: #c9cfde;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mcpgw-capability-grid h3 {
  margin-bottom: 12px;
  font-size: 1.23rem;
}

.mcpgw-capability-grid p {
  margin-bottom: 22px;
  color: var(--mcpgw-muted);
  font-size: 14.5px;
}

.mcpgw-capability-grid a,
.mcpgw-setup-grid > div > a,
.mcpgw-inline-link {
  width: fit-content;
  margin-top: auto;
  color: #153dcc;
  font-size: 14px;
  font-weight: 800;
}

.mcpgw-capability-grid a:hover,
.mcpgw-setup-grid > div > a:hover,
.mcpgw-inline-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mcpgw-setup {
  background: #ffffff;
}

.mcpgw-setup-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.mcpgw-section-lede {
  max-width: 620px;
}

.mcpgw-steps {
  display: grid;
  gap: 16px;
  margin: 30px 0 28px;
}

.mcpgw-steps article {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.mcpgw-steps article > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 9px;
  background: var(--mcpgw-gradient);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.mcpgw-steps h3 {
  margin: 2px 0 5px;
  font-size: 1rem;
}

.mcpgw-steps p {
  margin-bottom: 0;
  color: var(--mcpgw-muted);
  font-size: 14px;
}

.mcpgw-codecard {
  overflow: hidden;
  border: 1px solid #1d275d;
  border-radius: 19px;
  background: var(--mcpgw-deep);
  box-shadow: 0 34px 78px -44px rgba(7, 15, 84, 0.78);
  color: #d6dcf6;
}

.mcpgw-codebar {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.mcpgw-codebar > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.23);
}

.mcpgw-codebar strong {
  margin-left: auto;
  color: #858fb8;
  font-family: 'SFMono-Regular', Consolas, monospace;
  font-size: 11px;
}

.mcpgw-codecard pre {
  overflow-x: auto;
  margin: 0;
  padding: 28px;
  color: #cbd4ff;
  font-size: 13px;
  line-height: 1.8;
}

.mcpgw-codecard > p {
  margin: 0;
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f99bf;
  font-size: 11.5px;
}

.mcpgw-codecard > p code {
  color: #dce2ff;
}

.mcpgw-unified {
  padding-top: 20px !important;
  background: #ffffff;
}

.mcpgw-unified-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 58px;
  align-items: center;
  padding: 56px;
  border-radius: 24px;
  background: radial-gradient(
      500px 250px at 100% 0%,
      rgba(227, 24, 54, 0.18),
      transparent 70%
    ),
    linear-gradient(120deg, var(--mcpgw-navy), var(--mcpgw-deep));
  color: #ffffff;
}

.mcpgw-unified-card p {
  max-width: 650px;
  color: #bdc5df;
}

.mcpgw-unified .mcpgw-section-kicker {
  background: none;
  color: #ff8596;
}

.mcpgw-unified .mcpgw-inline-link {
  display: inline-block;
  color: #ffffff;
}

.mcpgw-boundary {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.mcpgw-boundary div {
  margin-bottom: 3px;
  padding: 12px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--mcpgw-navy);
  font-weight: 900;
  text-align: center;
}

.mcpgw-boundary span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  color: #c2cae1;
  font-size: 13px;
  text-align: center;
}

.mcpgw-faq {
  border-bottom: 1px solid var(--mcpgw-line);
  background: var(--mcpgw-pale);
}

.mcpgw-faq-grid {
  display: grid;
  grid-template-columns: 0.73fr 1.27fr;
  gap: 72px;
  align-items: start;
}

.mcpgw-faq-grid > div:first-child {
  position: sticky;
  top: 130px;
}

.mcpgw-faq-grid > div:first-child > p {
  color: var(--mcpgw-muted);
}

.mcpgw-related {
  display: grid;
  gap: 8px;
  margin-top: 25px;
}

.mcpgw-related a {
  color: #153dcc;
  font-size: 14px;
  font-weight: 700;
}

.mcpgw-related a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mcpgw-faq-list {
  overflow: hidden;
  border: 1px solid var(--mcpgw-line);
  border-radius: 18px;
  background: #ffffff;
}

.mcpgw-faq-list details + details {
  border-top: 1px solid var(--mcpgw-line);
}

.mcpgw-faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.mcpgw-faq-list summary::-webkit-details-marker {
  display: none;
}

.mcpgw-faq-list summary span {
  color: #2547c8;
  font-size: 23px;
  font-weight: 400;
  transition: transform 150ms ease;
}

.mcpgw-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.mcpgw-faq-list details[open] summary {
  padding-bottom: 9px;
}

.mcpgw-faq-list details p {
  max-width: 780px;
  margin: 0;
  padding: 0 24px 22px;
  color: var(--mcpgw-muted);
  font-size: 14.5px;
}

.mcpgw-final {
  background: #ffffff;
}

.mcpgw-final-card {
  overflow: hidden;
  padding: 67px 35px;
  border-radius: 25px;
  background: radial-gradient(
      680px 300px at 50% -20%,
      rgba(227, 24, 54, 0.27),
      transparent 62%
    ),
    linear-gradient(120deg, var(--mcpgw-navy), var(--mcpgw-deep));
  color: #ffffff;
  text-align: center;
}

.mcpgw-final .mcpgw-section-kicker {
  background: none;
  color: #ff8596;
}

.mcpgw-final-card p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: #c0c8df;
}

.mcpgw-final .mcpgw-actions {
  justify-content: center;
  margin-top: 28px;
}

.mcpgw-final-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px !important;
  margin-bottom: 0;
  font-size: 13px;
}

.mcpgw-final-links a {
  color: #dbe0f2;
  font-weight: 700;
}

.mcpgw-final-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1050px) {
  .mcpgw-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .mcpgw-hero-copy {
    max-width: 760px;
  }

  .mcpgw-hero-diagram {
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .mcpgw-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mcpgw-flow {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .mcpgw-flow-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 840px) {
  .mcpgw-capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mcpgw-setup-grid,
  .mcpgw-unified-card,
  .mcpgw-faq-grid {
    grid-template-columns: 1fr;
  }

  .mcpgw-setup-grid,
  .mcpgw-faq-grid {
    gap: 46px;
  }

  .mcpgw-faq-grid > div:first-child {
    position: static;
  }
}

@media (max-width: 600px) {
  .mcpgw-wrap {
    width: min(100% - 40px, 1180px);
  }

  .mcpgw section {
    padding: 64px 0;
  }

  .mcpgw-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .mcpgw-heading h2,
  .mcpgw-setup h2,
  .mcpgw-unified h2,
  .mcpgw-faq h2,
  .mcpgw-final h2 {
    font-size: 2rem;
  }

  .mcpgw-hero {
    padding: 68px 0 58px !important;
  }

  .mcpgw-hero h1 {
    font-size: 2.55rem;
  }

  .mcpgw-hero-lede {
    font-size: 1.03rem;
  }

  .mcpgw-actions {
    flex-direction: column;
  }

  .mcpgw-button {
    width: 100%;
  }

  .mcpgw-proofline {
    line-height: 1.6;
  }

  .mcpgw-hero-diagram {
    grid-template-columns: 1fr;
    gap: 9px;
    min-height: auto;
    padding: 55px 20px 70px;
  }

  .mcpgw-mini-arrow {
    transform: rotate(90deg);
  }

  .mcpgw-mini-node,
  .mcpgw-mini-gateway {
    width: 100%;
  }

  .mcpgw-problem-grid,
  .mcpgw-capability-grid {
    grid-template-columns: 1fr;
  }

  .mcpgw-capability-grid article {
    min-height: 0;
  }

  .mcpgw-flow-gateway {
    padding: 20px;
  }

  .mcpgw-flow-note {
    text-align: left;
  }

  .mcpgw-flow-scope {
    margin-top: -12px;
    text-align: left;
  }

  .mcpgw-codecard pre {
    padding: 22px;
    font-size: 11.5px;
  }

  .mcpgw-unified-card {
    gap: 36px;
    padding: 39px 24px;
  }

  .mcpgw-faq-list summary {
    min-height: 0;
    padding: 18px;
    font-size: 14px;
  }

  .mcpgw-faq-list details p {
    padding: 0 18px 19px;
    font-size: 13.5px;
  }

  .mcpgw-final-card {
    padding: 48px 22px;
  }

  .mcpgw-final-links {
    flex-direction: column;
    gap: 4px;
  }

  .mcpgw-final-links > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcpgw *,
  .mcpgw *::before,
  .mcpgw *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
