.mcp-integration-page {
  color: #17243a;
}

.mcp-integration-page main {
  overflow-x: hidden;
}

.mcp-hero {
  padding-top: 185px;
  padding-bottom: 80px;
  overflow: hidden;
}

.mcp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
}

.mcp-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 11px;
  margin-bottom: 22px;
  border: 1px solid rgba(20, 105, 255, 0.24);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: #1469ff;
  font-size: 14px;
  font-weight: 700;
}

.mcp-hero .sasup-hero-content-main {
  max-width: 880px;
  margin: 0 auto 24px;
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: 0;
}

.mcp-hero-copy,
.mcp-section-lead {
  color: #4c596c;
  font-size: 18px;
  line-height: 1.75;
}

.mcp-hero-copy {
  max-width: 790px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.86);
}

.mcp-hero-actions,
.mcp-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.mcp-hero-actions .sasup-theme-btn,
.mcp-hero-actions .sasup-gray-border-btn,
.mcp-final-actions .sasup-theme-btn,
.mcp-final-actions .mcp-light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.mcp-hero-actions .sasup-gray-border-btn {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.mcp-hero-actions .sasup-gray-border-btn:hover,
.mcp-hero-actions .sasup-gray-border-btn:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #0a1426;
}

.mcp-trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin: 24px 0 38px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.mcp-trust-list i {
  margin-right: 6px;
  color: #148956;
}

.mcp-demo-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d8dde7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(23, 36, 58, 0.16);
}

.mcp-demo-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcp-capability-item {
  height: 100%;
  padding: 28px 10px 12px 0;
  border-top: 2px solid #dce2eb;
}

.mcp-capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 19px;
  border-radius: 6px;
  background: #eaf1ff;
  color: #1469ff;
  font-size: 19px;
}

.mcp-icon-green {
  background: #edf3ff;
  color: #245ac8;
}

.mcp-icon-pink {
  background: #ffeaf0;
  color: #df3f69;
}

.mcp-capability-item h3,
.mcp-prompt-card h3 {
  margin-bottom: 12px;
  color: #17243a;
  font-size: 21px;
  line-height: 1.35;
}

.mcp-capability-item p,
.mcp-prompt-card p,
.mcp-client-note,
.mcp-connect-steps {
  margin: 0;
  color: #566274;
  font-size: 15px;
  line-height: 1.75;
}

.mcp-connect-band {
  background: #f1f3f7;
}

.mcp-endpoint-label {
  margin-bottom: 6px;
  color: #5c6675;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mcp-endpoint {
  display: block;
  padding: 10px 12px;
  border: 1px solid #d5dbe5;
  border-radius: 6px;
  background: #ffffff;
  color: #27364c;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.mcp-client-tabs {
  padding: 22px;
  border: 1px solid #d5dbe5;
  border-radius: 8px;
  background: #ffffff;
}

.mcp-client-tabs .tab-pane > .row {
  margin-right: 0;
  margin-left: 0;
}

.mcp-tab-control {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 3px;
  border: 1px solid #d5dbe5;
  border-radius: 6px;
  background: #f6f7f9;
}

.mcp-tab-control .nav-link {
  min-width: 136px;
  border-radius: 4px;
  color: #4d586a;
  font-weight: 700;
}

.mcp-tab-control .nav-link.active {
  background: #1469ff;
  color: #ffffff;
}

.mcp-code-panel {
  overflow: hidden;
  border: 1px solid #27364c;
  border-radius: 6px;
  background: #17243a;
}

.mcp-code-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 7px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #b9c6d9;
  font-size: 12px;
  font-weight: 700;
}

.mcp-code-panel pre {
  min-height: 72px;
  margin: 0;
  padding: 18px;
  color: #f8fafc;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.mcp-code-panel code {
  color: inherit;
  font-size: 13px;
  line-height: 1.65;
}

.mcp-copy-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
}

.mcp-copy-button:hover,
.mcp-copy-button:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.mcp-connect-steps {
  margin: 0;
  padding: 22px 22px 22px 44px;
  border-left: 3px solid #1469ff;
  background: #f8f9fb;
}

.mcp-connect-steps li + li {
  margin-top: 13px;
}

.mcp-client-note {
  margin-top: 15px !important;
  padding: 15px 17px;
  border-left: 3px solid #df3f69;
  background: #fff6f8;
}

.mcp-prompt-card {
  height: 100%;
  padding: 27px;
  border: 1px solid #dce2eb;
  border-radius: 8px;
  background: #ffffff;
}

.mcp-prompt-number {
  margin-bottom: 28px;
  color: #1469ff;
  font-size: 13px;
  font-weight: 800;
}

.mcp-control-band {
  background: #f3f6fc;
}

.mcp-control-list {
  display: grid;
  gap: 18px;
}

.mcp-control-list > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  color: #445164;
  line-height: 1.65;
}

.mcp-control-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cbd9f5;
  border-radius: 6px;
  background: #ffffff;
  color: #245ac8;
}

.mcp-accordion .accordion-item {
  border-color: #dce2eb;
  border-radius: 0;
}

.mcp-accordion .accordion-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.mcp-accordion .accordion-item:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.mcp-accordion .accordion-button {
  min-height: 62px;
  color: #17243a;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
}

.mcp-accordion .accordion-button:not(.collapsed) {
  background: #eaf1ff;
  color: #0d56c7;
}

.mcp-accordion .accordion-body {
  color: #566274;
  line-height: 1.75;
}

.mcp-final-cta {
  background: #17243a;
}

.mcp-final-cta p {
  color: #cbd4e1;
  font-size: 17px;
}

.mcp-light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
}

.mcp-light-button:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.mcp-legal-links {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.mcp-legal-links a {
  color: #cbd4e1;
  font-size: 14px;
}

.mcp-legal-links a:hover {
  color: #ffffff;
}

.mcp-dashboard-page {
  min-height: 100vh;
  background: #f5f7fa;
}

.mcp-dashboard-summary,
.mcp-dashboard-panel {
  padding: 20px;
  border: 1px solid #dce2eb;
  border-radius: 8px;
  background: #ffffff;
}

.mcp-dashboard-section-header {
  margin-bottom: 12px;
}

.mcp-dashboard-page .mcp-client-tabs {
  padding: 18px;
}

.mcp-dashboard-page .mcp-tab-control {
  margin-bottom: 16px;
  padding: 2px;
}

.mcp-dashboard-page .mcp-tab-control .nav-link {
  min-width: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.mcp-dashboard-page .mcp-code-panel pre {
  min-height: 96px;
  padding: 16px;
}

.mcp-dashboard-page .mcp-client-tabs .tab-pane > .row {
  align-items: flex-start !important;
}

.mcp-dashboard-page .mcp-code-panel.h-100 {
  height: auto !important;
}

.mcp-dashboard-page .mcp-connect-steps {
  padding: 16px 16px 16px 38px;
}

.mcp-dashboard-page .mcp-client-note {
  margin-top: 12px !important;
  padding: 12px 14px;
  font-size: 14px;
}

.mcp-dashboard-prompt-list {
  display: grid;
  gap: 0;
}

.mcp-dashboard-prompt-list > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e7ebf1;
}

.mcp-dashboard-prompt-list > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.mcp-dashboard-prompt-list > div:last-child {
  padding-bottom: 0;
}

.mcp-dashboard-prompt-list span {
  color: #1469ff;
  font-size: 12px;
  font-weight: 800;
}

.mcp-dashboard-prompt-list p {
  margin: 0;
  color: #445164;
  line-height: 1.6;
}

.mcp-dashboard-checklist {
  display: grid;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.mcp-dashboard-checklist li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: #445164;
  line-height: 1.5;
}

.mcp-dashboard-checklist i {
  color: #148956;
}

@media (max-width: 991px) {
  .mcp-hero {
    padding-top: 150px;
  }

  .mcp-hero .sasup-hero-content-main {
    font-size: 44px;
  }

  .mcp-endpoint-label,
  .mcp-endpoint {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .mcp-hero {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .mcp-hero .sasup-hero-content-main {
    font-size: 36px;
    line-height: 1.15;
  }

  .mcp-hero-copy,
  .mcp-section-lead {
    font-size: 16px;
  }

  .mcp-hero-actions > *,
  .mcp-final-actions > * {
    width: 100%;
  }

  .mcp-trust-list {
    display: grid;
    justify-content: start;
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .mcp-client-tabs {
    padding: 14px;
  }

  .mcp-dashboard-page .mcp-client-tabs {
    padding: 14px;
  }

  .mcp-tab-control {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .mcp-tab-control .nav-link {
    min-width: 0;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .mcp-dashboard-page .mcp-tab-control .nav-link {
    padding: 6px 5px;
    font-size: 13px;
  }

  .mcp-code-panel pre {
    padding: 14px;
  }

  .mcp-connect-steps {
    padding: 18px 16px 18px 38px;
  }

  .mcp-prompt-card {
    padding: 22px;
  }
}
