/**
 * AIFastX landing 模板 — 中国移动 OEM 政企风。
 * 定位：AI 大模型统一接入 / 企业级稳定计费 / 合规运营。
 * 视觉：企业蓝 + 通信青，弱纹理浅底，硬朗边界与高可读信息层级。
 */

@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --tp-aifastx-bg: #f4f6f9;
  --tp-aifastx-surface: #ffffff;
  --tp-aifastx-elevated: #f1f5f9;
  --tp-aifastx-border: rgba(15, 23, 42, 0.1);
  --tp-aifastx-border-soft: #e2e8f0;
  --tp-aifastx-text: #0f172a;
  --tp-aifastx-muted: #64748b;
  --tp-aifastx-amber: #0052d9;
  --tp-aifastx-amber-bright: #0072f5;
  --tp-aifastx-amber-dim: #003a9b;
  --tp-aifastx-teal: #00a9ce;
  --tp-aifastx-teal-soft: #4dc3dc;
  --tp-aifastx-grid: rgba(15, 23, 42, 0.035);
}

body {
  background: var(--tp-aifastx-bg);
  color: var(--tp-aifastx-text);
  font-family: "Outfit", ui-sans-serif, system-ui, sans-serif;
}

.tp-aifastx-market.landing-wrap {
  background:
    linear-gradient(165deg, rgba(255, 251, 235, 0.65) 0%, transparent 42%),
    linear-gradient(135deg, transparent 0%, rgba(13, 148, 136, 0.04) 45%, transparent 72%),
    repeating-linear-gradient(0deg, transparent, transparent 40px, var(--tp-aifastx-grid) 40px, var(--tp-aifastx-grid) 41px),
    repeating-linear-gradient(90deg, transparent, transparent 40px, var(--tp-aifastx-grid) 40px, var(--tp-aifastx-grid) 41px),
    radial-gradient(ellipse 90% 55% at 50% -15%, rgba(245, 158, 11, 0.07), transparent 52%),
    var(--tp-aifastx-bg);
  min-height: 100vh;
}

/* —— 顶栏：整条条栏极淡浅色底 —— */
.landing-header.aifastx-header {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.48) 0%, rgba(255, 255, 255, 0.82) 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.4);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  --tp-site-logo-h: 48px;
}

.landing-header.aifastx-header .landing-logo {
  width: 100%;
  max-width: none;
}

.landing-header.aifastx-header .landing-logo-icon {
  width: 80%;
  max-width: 100%;
}

/* 三栏栅格：Logo 区约 26%，导航居中自适应，右侧控件贴右 */
.landing-header.aifastx-header .landing-header-inner {
  display: grid;
  grid-template-columns: minmax(220px, 26%) minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 32px;
  width: 100%;
  margin: 0 auto;
}

.landing-header.aifastx-header .landing-nav {
  justify-content: flex-start;
  margin-left: 0;
  flex: unset;
  min-width: 0;
  gap: clamp(20px, 2.4vw, 40px);
}

.landing-header.aifastx-header .landing-header-right {
  margin-left: 0;
  justify-self: end;
}

@media (max-width: 768px) {
  .landing-header.aifastx-header .landing-header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
  }

  .landing-header.aifastx-header .landing-logo {
    width: auto;
  }

  .landing-header.aifastx-header .landing-nav {
    margin-left: 0;
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .landing-header.aifastx-header .landing-header-inner {
    gap: 14px;
  }
}

.landing-header.aifastx-header .landing-nav-link {
  color: #475569;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.landing-header.aifastx-header .landing-nav-link:hover,
.landing-header.aifastx-header .landing-nav-link.active {
  color: var(--tp-aifastx-amber-bright);
}

.landing-header.aifastx-header .tp-lang-menu {
  z-index: 1051;
}

.aifastx-nav-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-aifastx-muted);
  text-decoration: none;
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.aifastx-nav-login__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: currentColor;
}

.aifastx-nav-login__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.aifastx-nav-login:hover {
  color: var(--tp-aifastx-teal);
}

.aifastx-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.landing-header.aifastx-header .landing-cta-header.aifastx-nav-register {
  background: linear-gradient(180deg, #fbbf24 0%, var(--tp-aifastx-amber-bright) 100%);
  color: #1c1917;
  border: 1px solid rgba(217, 119, 6, 0.35);
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.22);
}

.landing-header.aifastx-header .landing-cta-header.aifastx-nav-register:hover {
  background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%);
  color: #1c1917;
}

.landing-header.aifastx-header .landing-cta-arrow {
  display: none;
}

.landing-header.aifastx-header .landing-ui-switch {
  background: var(--tp-aifastx-elevated);
  border: 1px solid var(--tp-aifastx-border-soft);
}

.landing-header.aifastx-header .landing-ui-switch a {
  color: var(--tp-aifastx-muted);
}

.landing-header.aifastx-header .landing-ui-switch a.is-active {
  background: #fff;
  color: var(--tp-aifastx-amber);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.landing-header.aifastx-header .landing-nav-dropdown {
  background: #fff;
  border: 1px solid var(--tp-aifastx-border-soft);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.landing-header.aifastx-header .landing-dropdown-title {
  color: var(--tp-aifastx-text);
}

.landing-header.aifastx-header .landing-dropdown-subtitle {
  color: var(--tp-aifastx-muted);
}

/* —— Hero —— */
.tp-aifastx-hero {
  position: relative;
  padding: clamp(32px, 6vw, 72px) 24px 48px;
  max-width: var(--tp-aifastx-content-max, min(1320px, 96vw));
  margin: 0 auto;
}

.tp-aifastx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 380px);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

@media (max-width: 960px) {
  .tp-aifastx-hero-grid {
    grid-template-columns: 1fr;
  }
}

.tp-aifastx-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-aifastx-teal);
  margin: 0 0 14px;
}

.tp-aifastx-h1 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--tp-aifastx-text);
}

.tp-aifastx-h1-line {
  display: block;
}

.tp-aifastx-h1-accent {
  color: var(--tp-aifastx-amber-bright);
}

.tp-aifastx-lead {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--tp-aifastx-muted);
  max-width: 52ch;
}

.tp-aifastx-terminal {
  border: 1px solid var(--tp-aifastx-border-soft);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 22px;
  background: var(--tp-aifastx-surface);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.tp-aifastx-terminal-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: var(--tp-aifastx-elevated);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tp-aifastx-muted);
  border-bottom: 1px solid var(--tp-aifastx-border-soft);
}

.tp-aifastx-terminal-bar::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tp-aifastx-amber-bright);
  opacity: 0.9;
}

.tp-aifastx-terminal-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  padding: 14px 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}

.tp-aifastx-terminal-body code {
  font-family: inherit;
  color: #475569;
  background: none;
}

.tp-aifastx-path {
  color: var(--tp-aifastx-teal);
  font-weight: 600;
}

.tp-aifastx-endpoint-copy {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--tp-aifastx-border-soft);
  border-radius: 6px;
  background: var(--tp-aifastx-elevated);
  color: var(--tp-aifastx-muted);
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.tp-aifastx-endpoint-copy:hover {
  color: var(--tp-aifastx-amber-bright);
  border-color: rgba(245, 158, 11, 0.45);
  background: #fffbeb;
}

.tp-aifastx-endpoint-copy.is-copied {
  color: var(--tp-aifastx-teal);
  border-color: rgba(13, 148, 136, 0.35);
  background: #f0fdfa;
}

.tp-aifastx-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tp-aifastx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.tp-aifastx-btn--primary {
  background: linear-gradient(180deg, #fbbf24 0%, var(--tp-aifastx-amber-bright) 100%);
  color: #1c1917;
  border: 1px solid rgba(217, 119, 6, 0.3);
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.22);
}

.tp-aifastx-btn--primary:hover {
  background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%);
  color: #1c1917;
  transform: translateY(-1px);
}

.tp-aifastx-btn--ghost {
  background: var(--tp-aifastx-surface);
  color: var(--tp-aifastx-text);
  border: 1px solid var(--tp-aifastx-border-soft);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.tp-aifastx-btn--ghost:hover {
  border-color: rgba(13, 148, 136, 0.35);
  color: var(--tp-aifastx-teal);
  background: #f0fdfa;
}

.tp-aifastx-play {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.tp-aifastx-panel {
  border: 1px solid var(--tp-aifastx-border-soft);
  border-radius: 10px;
  padding: 20px 20px 22px;
  background: linear-gradient(180deg, #fffefb 0%, #ffffff 100%);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.tp-aifastx-panel-title {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-aifastx-amber);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--tp-aifastx-border-soft);
}

.tp-aifastx-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-aifastx-panel li {
  position: relative;
  padding: 10px 0 10px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--tp-aifastx-muted);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.tp-aifastx-panel li:last-child {
  border-bottom: none;
}

.tp-aifastx-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: var(--tp-aifastx-teal-soft);
  border-radius: 1px;
}

.tp-aifastx-meter {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--tp-aifastx-border-soft);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--tp-aifastx-muted);
  line-height: 1.6;
}

.tp-aifastx-meter strong {
  color: var(--tp-aifastx-amber);
  font-weight: 600;
}

.tp-aifastx-vendors {
  padding: 28px 24px 36px;
  border-top: 1px solid var(--tp-aifastx-border-soft);
  border-bottom: 1px solid var(--tp-aifastx-border-soft);
  background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 100%);
}

.tp-aifastx-vendors-head {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tp-aifastx-muted);
  margin: 0 0 18px;
}

.tp-aifastx-vendors-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
}

.tp-aifastx-vendors-row img {
  height: 26px;
  width: auto;
  opacity: 0.65;
  filter: grayscale(0.85);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.tp-aifastx-vendors-row img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.tp-aifastx-vendors-more {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--tp-aifastx-amber);
  padding: 6px 12px;
  border: 1px solid var(--tp-aifastx-border-soft);
  border-radius: 4px;
  background: #fff;
}

.tp-aifastx-market .landing-section {
  background: transparent;
}

.tp-aifastx-market .landing-models-head .landing-tag {
  border-color: var(--tp-aifastx-border-soft);
  color: var(--tp-aifastx-teal);
  background: rgba(13, 148, 136, 0.06);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.tp-aifastx-market .landing-models-title,
.tp-aifastx-market .landing-faq-title,
.tp-aifastx-market .landing-platform-title {
  color: var(--tp-aifastx-text);
}

.tp-aifastx-market .landing-models-title .landing-gradient-text {
  background: none;
  -webkit-text-fill-color: var(--tp-aifastx-amber-bright);
  color: var(--tp-aifastx-amber-bright);
}

.tp-aifastx-market .landing-faq-desc,
.tp-aifastx-market .landing-hero-sub {
  color: var(--tp-aifastx-muted);
}

.tp-aifastx-market .landing-search-input {
  background: #fff;
  border: 1px solid var(--tp-aifastx-border-soft);
  color: var(--tp-aifastx-text);
  border-radius: 6px;
}

.tp-aifastx-market .landing-chip {
  background: #fff;
  border: 1px solid var(--tp-aifastx-border-soft);
  color: #475569;
  border-radius: 4px;
}

.tp-aifastx-market .landing-chip.active {
  border-color: rgba(245, 158, 11, 0.45);
  color: var(--tp-aifastx-amber);
  background: #fffbeb;
}

.tp-aifastx-market .landing-model-card {
  background: #fff;
  border: 1px solid var(--tp-aifastx-border-soft);
  border-left: 3px solid var(--tp-aifastx-amber-bright);
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.tp-aifastx-market .landing-model-name {
  color: var(--tp-aifastx-text);
}

.tp-aifastx-market .landing-model-tag {
  background: rgba(245, 158, 11, 0.12);
  color: var(--tp-aifastx-amber-dim);
  border-radius: 3px;
}

.tp-aifastx-market .landing-banner-cta {
  background: linear-gradient(135deg, #fffbeb 0%, #f0fdfa 100%);
  border: 1px solid #fde68a;
  border-radius: 8px;
}

.tp-aifastx-market .landing-banner-cta-title {
  color: var(--tp-aifastx-text);
}

.tp-aifastx-market .landing-banner-cta-sub {
  color: var(--tp-aifastx-muted);
}

.tp-aifastx-market .landing-btn-dark {
  background: linear-gradient(180deg, #fbbf24 0%, var(--tp-aifastx-amber-bright) 100%);
  color: #1c1917;
  border-radius: 6px;
  border: 1px solid rgba(217, 119, 6, 0.25);
}

/* 悬停与顶栏「免费试用」一致：浅琥珀渐变 + 深字 */
.tp-aifastx-market .landing-btn-dark:hover:not(:disabled):not([disabled]),
.tp-aifastx-market .landing-btn-dark:focus-visible:not(:disabled):not([disabled]) {
  background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%) !important;
  color: #1c1917 !important;
  border-color: rgba(217, 119, 6, 0.35) !important;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.22);
}

.tp-aifastx-market .landing-footer {
  background: #f8fafc;
  border-top: 1px solid var(--tp-aifastx-border-soft);
}

.tp-aifastx-market .landing-footer a {
  color: #475569;
}

.tp-aifastx-market .landing-footer a:hover {
  color: var(--tp-aifastx-teal);
}

.tp-aifastx-market .landing-footer-disclaimer {
  color: var(--tp-aifastx-muted);
}

.tp-aifastx-market .landing-pricing-hero,
.tp-aifastx-market .service-hero {
  background: #fff;
  border-bottom: 1px solid var(--tp-aifastx-border-soft);
}

/* gateway 页面主容器与导航使用同一宽度变量，避免错位 */
.tp-aifastx-market .service-main {
  max-width: var(--tp-aifastx-content-max);
}

.tp-aifastx-market .landing-pricing-hero-title,
.tp-aifastx-market .service-hero-title {
  color: var(--tp-aifastx-text);
}

.tp-aifastx-market .landing-pricing-hero-sub,
.tp-aifastx-market .service-hero-sub {
  color: var(--tp-aifastx-muted);
}

/* 修复 gateway 顶部 hero：避免被白底覆盖导致暗色文案不可见 */
.tp-aifastx-market .service-hero--dark {
  background: linear-gradient(140deg, #0b2c74 0%, #0b4db3 52%, #007fc0 100%);
  border-color: rgba(0, 82, 217, 0.26);
}

.tp-aifastx-market .service-hero--dark .service-kicker {
  background: rgba(255, 255, 255, 0.16);
  color: #e6f1ff;
}

.tp-aifastx-market .service-hero--dark .service-title {
  color: #ffffff;
}

.tp-aifastx-market .service-hero--dark .service-subtitle {
  color: rgba(255, 255, 255, 0.88);
}

/* ========== AIFastX Contact：中国移动政企蓝（与全站一致） ========== */
.tp-aifastx-market.landing-wrap--contact {
  background:
    linear-gradient(160deg, rgba(0, 82, 217, 0.06) 0%, transparent 46%),
    linear-gradient(132deg, transparent 18%, rgba(0, 169, 206, 0.05) 64%, transparent 92%),
    var(--tp-aifastx-bg) !important;
}

.tp-aifastx-market.landing-wrap--contact .contact-main {
  max-width: var(--tp-aifastx-content-max);
  margin: 0 auto;
  padding: 30px 24px 48px;
}

.tp-aifastx-market.landing-wrap--contact .contact-hero {
  border: 1px solid rgba(0, 82, 217, 0.16);
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 18% 8%, rgba(77, 195, 220, 0.22), transparent 46%),
    radial-gradient(circle at 92% 14%, rgba(0, 114, 245, 0.18), transparent 50%),
    linear-gradient(146deg, #0b2c74 0%, #0b4db3 54%, #007fc0 100%);
}

.tp-aifastx-market.landing-wrap--contact .contact-hero::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.32));
}

.tp-aifastx-market.landing-wrap--contact .contact-hero-overlay {
  background-image:
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 16px);
  opacity: 0.62;
}

.tp-aifastx-market.landing-wrap--contact .tp-aifastx-contact-line1 {
  display: block;
  color: #ffffff;
}

.tp-aifastx-market.landing-wrap--contact .tp-aifastx-contact-line2 {
  display: block;
  margin-top: 0.12em;
  color: #d6ecff;
}

.tp-aifastx-market.landing-wrap--contact .contact-email {
  margin-top: 34px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tp-aifastx-market.landing-wrap--contact .contact-email:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 82, 217, 0.32);
  transform: translateY(-2px);
}

.tp-aifastx-market.landing-wrap--contact .contact-email-icon {
  font-size: 16px;
}

.tp-aifastx-market.landing-wrap--contact .contact-form-wrap {
  border-radius: 20px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(0, 82, 217, 0.16);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.tp-aifastx-market.landing-wrap--contact .contact-field span {
  color: #334155;
  font-weight: 600;
}

.tp-aifastx-market.landing-wrap--contact .contact-field em {
  color: var(--tp-aifastx-amber);
}

.tp-aifastx-market.landing-wrap--contact .contact-field input,
.tp-aifastx-market.landing-wrap--contact .contact-field textarea {
  border: 1px solid rgba(148, 163, 184, 0.36);
  border-radius: 10px;
  background: #f8fafc;
  color: #0f172a;
  padding: 12px 14px;
}

.tp-aifastx-market.landing-wrap--contact .contact-field input:focus,
.tp-aifastx-market.landing-wrap--contact .contact-field textarea:focus {
  border-color: rgba(0, 82, 217, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 82, 217, 0.14);
  outline: none;
}

.tp-aifastx-market.landing-wrap--contact .contact-required {
  color: #64748b;
}

.tp-aifastx-market.landing-wrap--contact .contact-submit-btn {
  min-width: 180px;
  border-radius: 10px;
  border: 1px solid rgba(0, 82, 217, 0.35);
  font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, var(--tp-aifastx-amber) 0%, var(--tp-aifastx-amber-bright) 56%, var(--tp-aifastx-teal) 100%);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 82, 217, 0.24);
}

.tp-aifastx-market.landing-wrap--contact .contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 82, 217, 0.32);
}

@media (max-width: 900px) {
  .tp-aifastx-market.landing-wrap--contact .contact-main {
    padding: 22px 16px 38px;
  }

  .tp-aifastx-market.landing-wrap--contact .contact-hero-inner {
    padding: 40px 28px 36px;
  }
}

.tp-aifastx-market .model-openai-main,
.tp-aifastx-market [class*="model-"][class*="-main"] {
  color: var(--tp-aifastx-muted);
}

.tp-aifastx-market .model-openai-page-title,
.tp-aifastx-market .model-openai-breadcrumb a,
.tp-aifastx-market .model-openai-bc-current {
  color: var(--tp-aifastx-text);
}

.tp-aifastx-market .model-openai-intro-card,
.tp-aifastx-market .model-openai-featured-inner,
.tp-aifastx-market .model-openai-table-wrap {
  background: #fff;
  border: 1px solid var(--tp-aifastx-border-soft);
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.04);
}

.tp-aifastx-market .model-openai-featured-title,
.tp-aifastx-market .model-openai-intro-text {
  color: var(--tp-aifastx-muted);
}

.tp-aifastx-market .landing-btn-dark.model-openai-featured-cta {
  background: linear-gradient(180deg, #fbbf24 0%, var(--tp-aifastx-amber-bright) 100%);
  color: #1c1917;
}

@media (max-width: 720px) {
  .tp-aifastx-terminal-body {
    font-size: 12px;
  }

  .tp-aifastx-endpoint-copy {
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
  }
}

/* AIFastX：outline 悬停与顶栏 CTA 一致（琥珀浅底 + 深字），关闭 landing 深色底 + ::before 动画叠层 */
.tp-aifastx-market .landing-btn.landing-btn-outline {
  -webkit-text-fill-color: currentColor;
}

.tp-aifastx-market .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled]),
.tp-aifastx-market .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled]) {
  background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%) !important;
  border-color: rgba(217, 119, 6, 0.35) !important;
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.22);
}

.tp-aifastx-market .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled]) .landing-btn-arrow,
.tp-aifastx-market .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled]) .landing-btn-arrow {
  stroke: #1c1917;
}

.tp-aifastx-market .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled])::before,
.tp-aifastx-market .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled])::before {
  opacity: 0 !important;
  animation: none !important;
  transform: none !important;
}

.landing-wrap.tp-aifastx-market .landing-models .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled]),
.landing-wrap.tp-aifastx-market .landing-models .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled]),
.landing-wrap.tp-aifastx-market .landing-models-actions .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled]),
.landing-wrap.tp-aifastx-market .landing-models-actions .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled]),
.landing-wrap.tp-aifastx-market .model-openai-models .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled]),
.landing-wrap.tp-aifastx-market .model-openai-models .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled]) {
  background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%) !important;
  border-color: rgba(217, 119, 6, 0.35) !important;
  color: #1c1917 !important;
  -webkit-text-fill-color: #1c1917 !important;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.22);
}

.landing-wrap.tp-aifastx-market .landing-models .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled])::before,
.landing-wrap.tp-aifastx-market .landing-models .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled])::before,
.landing-wrap.tp-aifastx-market .landing-models-actions .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled])::before,
.landing-wrap.tp-aifastx-market .landing-models-actions .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled])::before,
.landing-wrap.tp-aifastx-market .model-openai-models .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled])::before,
.landing-wrap.tp-aifastx-market .model-openai-models .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled])::before {
  opacity: 0 !important;
  animation: none !important;
  transform: none !important;
}

/* 定价 Scale 卡 CTA：悬停与其它主按钮统一 */
.tp-aifastx-market .landing-pricing-card--scale .landing-pricing-cta--scale:hover:not(:disabled):not([disabled]),
.tp-aifastx-market .landing-pricing-card--scale .landing-pricing-cta--scale:focus-visible:not(:disabled):not([disabled]) {
  background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%) !important;
  color: #1c1917 !important;
  border: 1px solid rgba(217, 119, 6, 0.35) !important;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.22);
  transform: none;
}

/* ========== AIFastX 子页增强：与 V1 同构，琥珀/青绿主题 ========== */
.tp-aifastx-market.landing-wrap {
  --tp-aifastx-content-max: min(1320px, 96vw);
}

.landing-header.aifastx-header .landing-header-inner {
  max-width: var(--tp-aifastx-content-max);
}

.tp-aifastx-market .landing-section,
.tp-aifastx-market .landing-platform-merged-shell,
.tp-aifastx-market .landing-footer-top,
.tp-aifastx-market .landing-banner-cta-inner {
  max-width: var(--tp-aifastx-content-max);
}

.tp-aifastx-market .model-openai-main {
  max-width: var(--tp-aifastx-content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* 页脚五栏布局（与 V1 同构） */
.tp-aifastx-market .landing-footer-links {
  grid-template-columns:
    minmax(0, 1.38fr)
    minmax(0, 0.88fr)
    minmax(0, 1.02fr)
    minmax(0, 0.52fr)
    minmax(0, 1.12fr);
  column-gap: clamp(20px, 2.6vw, 36px);
  row-gap: 40px;
}

.tp-aifastx-market .landing-footer-col-service {
  min-width: 0;
}

.tp-aifastx-market .landing-footer-col-resource {
  padding-left: 10px;
}

.tp-aifastx-market .landing-footer-col-contact {
  justify-self: end;
  text-align: right;
  align-items: flex-end;
  min-width: 0;
}

.tp-aifastx-market .landing-footer-col-contact > h4 {
  align-self: stretch;
  width: 100%;
  text-align: left;
}

.tp-aifastx-market .landing-footer-col-contact .landing-footer-social {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .tp-aifastx-market .landing-footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .tp-aifastx-market .landing-footer-col-contact {
    justify-self: stretch;
    text-align: left;
    align-items: flex-start;
  }

  .tp-aifastx-market .landing-footer-col-contact .landing-footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .tp-aifastx-market .landing-footer-links {
    grid-template-columns: 1fr;
  }
}

.tp-aifastx-market .landing-footer-col a:not(.landing-footer-email):not(.landing-footer-social-btn):hover {
  color: var(--tp-aifastx-teal);
}

.tp-aifastx-market .landing-footer-disclaimer a {
  color: var(--tp-aifastx-amber-dim);
}

.tp-aifastx-market .landing-footer-bottom {
  background: linear-gradient(90deg, #1c1917 0%, #292524 42%, #1c1917 100%);
}

.tp-aifastx-market .landing-back-top {
  background: linear-gradient(135deg, var(--tp-aifastx-amber-bright) 0%, var(--tp-aifastx-teal) 100%);
  box-shadow: 0 6px 22px rgba(245, 158, 11, 0.38);
}

.tp-aifastx-market .landing-back-top:hover {
  filter: brightness(1.06);
}

/* 导航下拉悬停（AIFastX 琥珀强调） */
.landing-header.aifastx-header .landing-nav-dropdown-1col:not(.landing-nav-dropdown--gateway) .landing-dropdown-item:hover {
  background: linear-gradient(90deg, rgba(255, 251, 235, 0.95) 0%, #fff 100%);
}

.landing-header.aifastx-header .landing-nav-dropdown-1col:not(.landing-nav-dropdown--gateway) .landing-dropdown-item.is-current {
  background: linear-gradient(90deg, rgba(254, 243, 199, 0.95) 0%, #fff 100%);
  box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.28);
}

.landing-header.aifastx-header .landing-nav-dropdown--gateway .landing-dropdown-item:hover,
.landing-header.aifastx-header .landing-nav-dropdown-grid .landing-dropdown-item:hover {
  background: rgba(15, 23, 42, 0.045);
}

.landing-header.aifastx-header .landing-nav-dropdown--gateway .landing-dropdown-item.is-current,
.landing-header.aifastx-header .landing-nav-dropdown-grid .landing-dropdown-item.is-current {
  background: rgba(245, 158, 11, 0.08);
  box-shadow: inset 3px 0 0 var(--tp-aifastx-amber-bright);
  border-color: rgba(217, 119, 6, 0.14);
}

/* 定价页 */
.tp-aifastx-market.landing-wrap--pricing {
  background:
    linear-gradient(165deg, rgba(255, 251, 235, 0.75) 0%, transparent 38%),
    linear-gradient(125deg, transparent 35%, rgba(13, 148, 136, 0.05) 65%, transparent 92%),
    var(--tp-aifastx-bg);
}

.tp-aifastx-market .tp-price-plaza {
  max-width: var(--tp-aifastx-content-max);
  margin-left: auto;
  margin-right: auto;
}

.tp-aifastx-market .tp-price-plaza-hero h1 {
  color: var(--tp-aifastx-text);
}

.tp-aifastx-market .tp-price-plaza-vendor-card.is-active {
  border-color: rgba(217, 119, 6, 0.45);
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.18);
}

.tp-aifastx-market .tp-price-plaza-btn--primary {
  background: linear-gradient(180deg, #fbbf24 0%, var(--tp-aifastx-amber-bright) 100%);
  border-color: rgba(217, 119, 6, 0.35);
  color: #1c1917;
}

.tp-aifastx-market .tp-price-plaza-btn--primary:hover {
  filter: brightness(1.05);
}

.tp-aifastx-market .tp-price-plaza-table thead th {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  color: #78350f;
}

.tp-aifastx-market .tp-price-plaza-row:hover td {
  background: rgba(255, 251, 235, 0.45);
}

.tp-aifastx-market .tp-price-plaza-chip--tier-vip {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
}

.tp-aifastx-market .tp-price-plaza-date-preset.is-active {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(217, 119, 6, 0.35);
  color: var(--tp-aifastx-amber-dim);
}

/* Contact FAQ */
.tp-aifastx-market .contact-faq {
  max-width: min(960px, var(--tp-aifastx-content-max));
  border-top-color: rgba(217, 119, 6, 0.2);
}

.tp-aifastx-market .contact-faq-title {
  color: var(--tp-aifastx-text);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 0.04em;
}

.tp-aifastx-market .contact-faq-q {
  color: var(--tp-aifastx-text);
}

.tp-aifastx-market .contact-faq-a {
  color: var(--tp-aifastx-muted);
}

/* Gateway / 资源子页 */
.tp-aifastx-market.landing-wrap--service {
  background:
    radial-gradient(1200px circle at 20% -10%, rgba(255, 251, 235, 0.95) 0%, transparent 45%),
    radial-gradient(900px circle at 80% 0%, rgba(204, 251, 241, 0.85) 0%, transparent 40%),
    linear-gradient(180deg, #f8fafc 0%, var(--tp-aifastx-bg) 100%);
}

.tp-aifastx-market .gateway-main {
  max-width: var(--tp-aifastx-content-max);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 24px 72px;
}

.tp-aifastx-market .gateway-tab.active {
  background: linear-gradient(180deg, #fbbf24 0%, var(--tp-aifastx-amber-bright) 100%);
  color: #1c1917;
}

.tp-aifastx-market .gateway-note {
  border-left-color: var(--tp-aifastx-amber-bright);
  background: #eef6ff;
}

/* ========== AIFastX OEM 覆写：中国移动企业蓝体系 ========== */
.tp-aifastx-market.landing-wrap {
  background:
    linear-gradient(160deg, rgba(0, 82, 217, 0.06) 0%, transparent 44%),
    linear-gradient(128deg, transparent 16%, rgba(0, 169, 206, 0.05) 62%, transparent 92%),
    repeating-linear-gradient(0deg, transparent, transparent 44px, var(--tp-aifastx-grid) 44px, var(--tp-aifastx-grid) 45px),
    repeating-linear-gradient(90deg, transparent, transparent 44px, var(--tp-aifastx-grid) 44px, var(--tp-aifastx-grid) 45px),
    var(--tp-aifastx-bg);
}

.landing-header.aifastx-header .landing-nav-link:hover,
.landing-header.aifastx-header .landing-nav-link.active {
  color: var(--tp-aifastx-amber-bright);
}

.landing-header.aifastx-header .landing-cta-header.aifastx-nav-register,
.tp-aifastx-market .landing-btn-dark,
.tp-aifastx-market .tp-price-plaza-btn--primary,
.tp-aifastx-market .gateway-tab.active,
.tp-aifastx-market .tp-aifastx-btn--primary {
  background: linear-gradient(135deg, var(--tp-aifastx-amber) 0%, var(--tp-aifastx-amber-bright) 56%, var(--tp-aifastx-teal) 100%);
  color: #ffffff;
  border-color: rgba(0, 82, 217, 0.35);
  box-shadow: 0 8px 24px rgba(0, 82, 217, 0.24);
}

.landing-header.aifastx-header .landing-cta-header.aifastx-nav-register:hover,
.tp-aifastx-market .landing-btn-dark:hover:not(:disabled):not([disabled]),
.tp-aifastx-market .landing-btn-dark:focus-visible:not(:disabled):not([disabled]),
.tp-aifastx-market .tp-price-plaza-btn--primary:hover,
.tp-aifastx-market .tp-aifastx-btn--primary:hover {
  background: linear-gradient(135deg, #0a61ed 0%, #2284ff 56%, #13b6d9 100%) !important;
  color: #ffffff !important;
  border-color: rgba(0, 82, 217, 0.45) !important;
}

.tp-aifastx-market .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled]),
.tp-aifastx-market .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled]),
.landing-wrap.tp-aifastx-market .landing-models .landing-btn.landing-btn-outline:hover:not(:disabled):not([disabled]),
.landing-wrap.tp-aifastx-market .landing-models .landing-btn.landing-btn-outline:focus-visible:not(:disabled):not([disabled]) {
  background: #e7f1ff !important;
  border-color: rgba(0, 82, 217, 0.3) !important;
  color: var(--tp-aifastx-amber) !important;
  -webkit-text-fill-color: var(--tp-aifastx-amber) !important;
  box-shadow: 0 2px 12px rgba(0, 82, 217, 0.12);
}

.tp-aifastx-market .landing-model-card {
  border-left-color: var(--tp-aifastx-amber-bright);
}

.tp-aifastx-market .landing-model-tag {
  background: rgba(0, 82, 217, 0.12);
  color: var(--tp-aifastx-amber-dim);
}

.tp-aifastx-market .landing-chip.active {
  border-color: rgba(0, 82, 217, 0.4);
  color: var(--tp-aifastx-amber);
  background: #eef6ff;
}

.tp-aifastx-market .landing-models-title .landing-gradient-text {
  -webkit-text-fill-color: var(--tp-aifastx-amber);
  color: var(--tp-aifastx-amber);
}

.tp-aifastx-market .landing-back-top {
  background: linear-gradient(135deg, var(--tp-aifastx-amber) 0%, var(--tp-aifastx-teal) 100%);
  box-shadow: 0 8px 24px rgba(0, 82, 217, 0.28);
}
