/**
 * Corporate SaaS landing (Vzan-like structure) for TuringTools home
 * Loaded after style.css / saas-shell.css
 */

body.page-home-product.saas-landing {
  background: #f5f8fc;
  color: #0f172a;
}

/* ---- Nav: clean white enterprise bar ---- */
body.page-home-product.saas-landing .navbar,
body.page-home-product.saas-landing #site-navbar {
  background: #fff !important;
  border-bottom: 1px solid #e8eef6 !important;
  box-shadow: none !important;
  height: auto;
}
body.page-home-product.saas-landing .navbar .container {
  height: 64px;
}
body.page-home-product.saas-landing .navbar .nav-menu a {
  color: #334155 !important;
  font-size: 14px;
  font-weight: 500;
}
body.page-home-product.saas-landing .navbar .nav-menu a.active,
body.page-home-product.saas-landing .navbar .nav-menu a:hover {
  color: #0052d9 !important;
}
body.page-home-product.saas-landing .nav-cta-download {
  background: #0052d9 !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 0.45rem 1rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

/* ---- Hero ---- */
.vz-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 28px;
  background:
    radial-gradient(ellipse 80% 70% at 90% 10%, rgba(56, 140, 255, 0.22), transparent 55%),
    linear-gradient(180deg, #eaf3ff 0%, #f7faff 48%, #f5f8fc 100%);
}
.vz-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}
.vz-hero-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 650;
  color: #0052d9;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.vz-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1220;
  max-width: 14em;
}
.vz-hero-sub {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  max-width: 32rem;
}
.vz-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.vz-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 44px;
  padding: 0 22px;
  border-radius: 6px;
  background: #0052d9;
  color: #fff !important;
  font-weight: 650;
  font-size: 15px;
  border: none;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.vz-btn-primary:hover {
  background: #003eb3;
  color: #fff !important;
  transform: translateY(-1px);
}
.vz-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: #fff;
  color: #1e293b !important;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #dbe4f0;
  text-decoration: none;
}
.vz-btn-ghost:hover {
  border-color: #0052d9;
  color: #0052d9 !important;
}
.vz-os {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vz-os a,
.vz-os span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #dbe4f0;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.vz-os span { opacity: 0.55; }
.vz-hero-visual {
  position: relative;
  min-height: 320px;
}
.vz-hero-visual .hero-coverflow {
  transform: none !important;
  perspective: none !important;
}
.vz-hero-visual .hero-cover-card {
  position: relative !important;
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  width: 100% !important;
  max-width: 560px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(15, 40, 90, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #0b1220;
}
.vz-hero-visual .hero-cover-card.is-active {
  opacity: 1;
  pointer-events: auto;
}
.vz-hero-visual .hero-cover-card img,
.vz-hero-visual .hero-cover-card video {
  display: block;
  width: 100%;
  height: auto;
}
.vz-hero-visual .hero-cover-chrome { display: none; }
.vz-hero-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.vz-hero-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #c5d4ea;
  padding: 0;
  cursor: pointer;
}
.vz-hero-dots button.is-active { background: #0052d9; width: 22px; }

/* ---- Value pillars (under hero) ---- */
.vz-pillars {
  margin-top: -8px;
  padding: 0 0 40px;
}
.vz-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.vz-pillar {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 10px;
  padding: 22px 18px;
  text-align: left;
  box-shadow: 0 10px 28px -24px rgba(15, 40, 90, 0.35);
}
.vz-pillar-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #eaf2ff;
  color: #0052d9;
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 14px;
}
.vz-pillar h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.vz-pillar p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

/* ---- Scenarios ---- */
.vz-scenes {
  padding: 56px 0 28px;
  background: #fff;
}
.vz-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}
.vz-section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b1220;
}
.vz-section-head p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}
.vz-scene-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.vz-scene {
  text-align: center;
  padding: 18px 10px;
}
.vz-scene-ico {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: linear-gradient(145deg, #eaf2ff, #dcebff);
  display: grid;
  place-items: center;
  color: #0052d9;
  font-size: 13px;
  font-weight: 800;
}
.vz-scene h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
}
.vz-scene p {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
}

/* ---- Dark feature band ---- */
.vz-dark {
  margin: 40px 0 0;
  padding: 64px 0;
  background: linear-gradient(135deg, #0b1f44 0%, #12306a 55%, #0a1733 100%);
  color: #fff;
}
.vz-dark-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.vz-dark h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.vz-dark p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  font-size: 15px;
  max-width: 28rem;
}
.vz-dark .vz-btn-primary {
  background: #3b82f6;
}
.vz-dark-panel {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.55);
  background: #06101f;
  min-height: 240px;
}
.vz-dark-panel img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- Soften legacy product blocks to match ---- */
body.saas-landing .product-features {
  background: #f3f6fa;
  padding-top: 64px;
}
body.saas-landing.tx-cloud .product-features {
  background: linear-gradient(180deg, #e9eef5 0%, #f3f6fa 55%, #f7f9fc 100%) !important;
}
body.saas-landing.tx-cloud .product-features::before {
  display: none !important;
}
body.saas-landing .product-section-head h2,
body.saas-landing .product-feature h3,
body.saas-landing .product-cap-head h3 {
  letter-spacing: -0.02em;
}
body.saas-landing .product-feature {
  border: 1px solid #e8eef6;
  border-radius: 14px;
  background: #fff;
  padding: 28px;
  margin-bottom: 20px;
  box-shadow: 0 12px 32px -28px rgba(15, 40, 90, 0.4);
}
body.saas-landing .product-feature-icon,
body.saas-landing .slice-mask { display: none !important; }
body.saas-landing .product-rail,
body.saas-landing .saas-trust { display: none !important; }
body.saas-landing .product-cap-card {
  border: 1px solid #e8eef6;
  border-radius: 10px;
  box-shadow: none;
}
body.saas-landing .home-extra {
  background: #f5f8fc;
}
body.saas-landing .home-changelog-card,
body.saas-landing .home-tut-card,
body.saas-landing .home-explore-card,
body.saas-landing .home-faq-item {
  border: 1px solid #e8eef6;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

/* ---- Stats ---- */
.vz-stats {
  padding: 48px 0;
  background: #fff;
  border-top: 1px solid #e8eef6;
  border-bottom: 1px solid #e8eef6;
}
.vz-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.vz-stats-grid strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #0052d9;
  letter-spacing: -0.03em;
}
.vz-stats-grid span {
  font-size: 13px;
  color: #64748b;
}

/* ---- Bottom CTA banner ---- */
.vz-cta-banner {
  padding: 56px 0;
  background:
    radial-gradient(ellipse 60% 80% at 10% 50%, rgba(56, 140, 255, 0.18), transparent 60%),
    linear-gradient(90deg, #eaf3ff, #f5f8fc);
  text-align: center;
}
.vz-cta-banner h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  color: #0b1220;
}
.vz-cta-banner p {
  margin: 0 0 22px;
  color: #64748b;
}
.vz-cta-banner .vz-hero-ctas {
  justify-content: center;
  margin: 0;
}

/* Hide old dark download dock chrome; keep as optional */
body.saas-landing .product-download {
  display: none !important;
}

@media (max-width: 960px) {
  .vz-hero-row,
  .vz-dark-row { grid-template-columns: 1fr; }
  .vz-pillars-grid,
  .vz-scene-row,
  .vz-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .vz-hero-visual { order: -1; }
}
@media (max-width: 560px) {
  .vz-pillars-grid,
  .vz-scene-row { grid-template-columns: 1fr 1fr; }
}


/* ===== UI polish batch 20260816b ===== */

/* Logo: compact mark + readable Chinese name */
body .nav-brand.nav-brand-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}
body .nav-brand-mark {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}
body .nav-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 2px;
}
body .nav-brand-zh {
  font-size: 15px;
  font-weight: 750;
  color: #0b1220 !important;
  letter-spacing: -0.02em;
}
body .nav-brand-en {
  font-size: 10px;
  font-weight: 600;
  color: #64748b !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body .nav-brand img.nav-brand-full { display: none !important; }

/* Top-right actions: enterprise soft controls */
body .navbar .nav-user {
  gap: 8px !important;
}
body .navbar .nav-cta-download {
  height: 36px !important;
  padding: 0 14px !important;
  border-radius: 8px !important;
  background: #0052d9 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
}
body .navbar .nav-cta-download:hover {
  background: #003eb3 !important;
}
body .navbar .nav-user .user-avatar {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 1px solid #e2e8f0 !important;
  object-fit: cover;
}
body .navbar .nav-login-btn,
body .navbar .nav-register-btn {
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}
body .navbar .nav-login-btn {
  color: #334155 !important;
  background: transparent;
}
body .navbar .nav-login-btn:hover { color: #0052d9 !important; }
body .navbar .nav-register-btn {
  color: #0052d9 !important;
  background: #eaf2ff !important;
  border: 1px solid #d6e4ff;
}
body .navbar .ac-lang-switch,
body .navbar .lang-switcher,
body .navbar [class*="lang"] button,
body .navbar .ac-i18n-switch {
  height: 36px !important;
  border-radius: 8px !important;
  border: 1px solid #e2e8f0 !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 12px !important;
  padding: 0 10px !important;
  box-shadow: none !important;
}

/* OS chips: force SVG icons visible */
.vz-os a,
.vz-os span,
.dl-os-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 8px !important;
}
.vz-os svg,
.dl-os-chip svg,
.dl-card-icon svg,
.hero-os-ico svg {
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
  flex: 0 0 16px;
  vertical-align: middle;
}
.vz-os-ico {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.vz-btn-primary svg,
.vz-btn-ghost svg {
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  vertical-align: -2px;
}
.dl-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eaf2ff;
  color: #0052d9;
  display: grid !important;
  place-items: center;
}
.dl-card-icon svg {
  width: 24px !important;
  height: 24px !important;
}

/* Carousel fix: absolute stack, only active visible */
.vz-hero-visual {
  position: relative;
  min-height: 340px;
}
.vz-hero-visual .hero-coverflow {
  position: relative !important;
  width: 100%;
  min-height: 340px;
  transform: none !important;
  perspective: none !important;
}
.vz-hero-visual .hero-cover-card {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  transform: translateX(-50%) !important;
  width: min(100%, 560px) !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1;
  transition: opacity 0.35s ease;
}
.vz-hero-visual .hero-cover-card.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 3;
}
.vz-hero-visual .hero-cover-card[data-pos],
.vz-hero-visual .hero-cover-card[data-pos="0"],
.vz-hero-visual .hero-cover-card[data-pos="1"],
.vz-hero-visual .hero-cover-card[data-pos="-1"] {
  left: 50% !important;
  transform: translateX(-50%) !important;
  filter: none !important;
  scale: 1 !important;
}

/* Release card redesign */
.vz-release {
  padding: 48px 0;
  background: #f5f8fc;
}
.vz-release-card {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 16px;
  padding: 28px 28px;
  box-shadow: 0 16px 40px -32px rgba(15, 40, 90, 0.45);
}
.vz-release-meta .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0052d9;
  margin-bottom: 8px;
}
.vz-release-meta h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.02em;
}
.vz-release-meta .date {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}
.vz-release-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.vz-release-list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #334155 !important;
}
.vz-release-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052d9;
}
.vz-release .vz-btn-primary {
  white-space: nowrap;
}
@media (max-width: 860px) {
  .vz-release-card {
    grid-template-columns: 1fr;
  }
}

/* Download page polish */
body.page-download .dl-hero {
  padding: 48px 0 28px !important;
  background: linear-gradient(180deg, #eaf3ff 0%, #f5f8fc 100%) !important;
  text-align: center;
}
body.page-download .dl-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
body.page-download .dl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
body.page-download .dl-card {
  position: relative;
  padding: 22px 20px;
}
body.page-download .dl-card.is-recommended {
  border-color: rgba(0, 82, 217, 0.35) !important;
  box-shadow: 0 16px 36px -24px rgba(0, 82, 217, 0.45);
}
body.page-download .dl-rec-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #0052d9;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
}
@media (max-width: 900px) {
  body.page-download .dl-grid { grid-template-columns: 1fr; }
}



/* ===== Nav visual v7 ===== */
body .nav-brand.nav-brand-logo {
  gap: 0 !important;
}
body .nav-brand-full {
  height: 40px !important;
  width: auto !important;
  max-width: 220px !important;
  max-height: 40px !important;
  object-fit: contain;
  display: block;
}
/* v9: mark+text shown */

body .navbar .nav-cta-download {
  height: 34px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #2f6fed 0%, #0052d9 100%) !important;
  border: 1px solid #0046bd !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 14px -8px rgba(0, 82, 217, 0.65) !important;
}
body .navbar .nav-cta-download:hover {
  filter: brightness(1.05);
  background: linear-gradient(180deg, #3b7af0 0%, #064fd0 100%) !important;
}

body .navbar .nav-user {
  display: inline-flex !important;
  align-items: center;
  gap: 8px !important;
}
body .navbar .nav-login-btn {
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155 !important;
}
body .navbar .nav-register-btn {
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff !important;
  border: 1px solid #d7e4ff !important;
  color: #0052d9 !important;
}
body .navbar .user-avatar {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px #dbe4f0 !important;
  background: #eaf2ff !important;
}

/* language switcher hard override on light nav */
body .navbar .ac-lang-btn,
body .navbar .ac-lang-switch,
body .navbar .lang-switcher-btn,
body .navbar button.ac-lang,
body .navbar .ac-i18n-btn {
  height: 34px !important;
  min-height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid #e2e8f0 !important;
  background: #fff !important;
  color: #475569 !important;
  box-shadow: none !important;
  padding: 0 12px !important;
  font-size: 12px !important;
}


/* ===== Nav visual v8 ===== */
body .navbar .nav-user {
  gap: 6px !important;
}
body .navbar .nav-cta-download {
  height: 32px !important;
  padding: 0 14px !important;
  border-radius: 6px !important;
  background: #0052d9 !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
body .navbar .nav-cta-download:hover {
  background: #0046c0 !important;
  filter: none !important;
}
body .navbar .ac-lang-btn-nav,
body .navbar .ac-lang-switch-nav .ac-lang-btn {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  border-radius: 6px !important;
  border: 1px solid #e5eaf2 !important;
  background: #fff !important;
  color: #64748b !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0 !important;
}
body .navbar .ac-lang-btn-nav:hover {
  color: #0052d9 !important;
  border-color: #c9d8f0 !important;
  background: #f7faff !important;
}
body .navbar .ac-lang-globe { display: block; }
body .navbar .user-avatar {
  width: 30px !important;
  height: 30px !important;
  border-radius: 6px !important;
  border: 1px solid #e5eaf2 !important;
  box-shadow: none !important;
  object-fit: cover;
  background: #0b1220 !important;
}

/* Hero product frame */
.vz-hero-visual {
  position: relative;
  min-height: 0 !important;
  padding: 8px 0 0;
}
.vz-hero-glow {
  position: absolute;
  inset: 8% 6% auto 6%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(0,82,217,.18) 0%, rgba(0,82,217,.06) 42%, transparent 72%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.vz-hero-frame {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: min(100%, 560px);
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 40, 90, 0.08);
  box-shadow:
    0 1px 0 rgba(255,255,255,.8) inset,
    0 18px 50px -24px rgba(15, 40, 90, 0.45),
    0 40px 80px -48px rgba(0, 82, 217, 0.35);
  overflow: hidden;
}
.vz-hero-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f9 100%);
  border-bottom: 1px solid #e6edf6;
}
.vz-hero-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7dee8;
}
.vz-hero-chrome span:nth-child(1) { background: #ff5f57; }
.vz-hero-chrome span:nth-child(2) { background: #febc2e; }
.vz-hero-chrome span:nth-child(3) { background: #28c840; }
.vz-hero-chrome em {
  margin-left: 8px;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.02em;
}
.vz-hero-visual .hero-coverflow {
  position: relative !important;
  width: 100% !important;
  min-height: 220px;
  height: auto !important;
  margin: 0 !important;
  perspective: none !important;
  transform: none !important;
}
.vz-hero-visual .hero-cover-card {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #0b1220 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1;
}
.vz-hero-visual .hero-cover-card.is-active {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2;
}
.vz-hero-visual .hero-cover-card img,
.vz-hero-visual .hero-cover-card video {
  display: block;
  width: 100%;
  height: auto;
}
.vz-hero-visual .hero-cover-chrome { display: none !important; }

/* Dots: strictly one active */
.vz-hero-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.vz-hero-dots button {
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  border: 0 !important;
  padding: 0 !important;
  background: #c9d5e8 !important;
  opacity: 1 !important;
  box-shadow: none !important;
  transition: width .2s ease, background .2s ease;
}
.vz-hero-dots button.is-active {
  width: 20px !important;
  background: #0052d9 !important;
}
.vz-hero-dots button:not(.is-active) {
  background: #c9d5e8 !important;
  width: 7px !important;
}


/* ===== Nav visual v9 ===== */
body .navbar .container {
  display: flex !important;
  align-items: center !important;
  min-height: 64px;
}
body .nav-brand.nav-brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  flex-shrink: 0;
}
body .nav-brand-mark {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  flex: 0 0 40px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  box-shadow: none !important;
}
body .nav-brand-text {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  line-height: 1.05 !important;
  gap: 2px;
}
body .nav-brand-text strong {
  display: block;
  font-size: 16px !important;
  font-weight: 750 !important;
  color: #0f172a !important;
  letter-spacing: 0.01em;
}
body .nav-brand-text small {
  display: block;
  font-size: 10px !important;
  font-weight: 650 !important;
  color: #64748b !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body .nav-brand-full { display: none !important; }

/* Download CTA: proper centering */
body .navbar .nav-user {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
body .navbar .nav-cta-download {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  min-width: 88px;
  padding: 0 16px !important;
  line-height: 1 !important;
  border-radius: 8px !important;
  background: #0052d9 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap;
  box-sizing: border-box !important;
}
body .navbar .nav-cta-download:hover {
  background: #0046c0 !important;
  filter: none !important;
  color: #fff !important;
}

/* Language: no ugly square border */
body .navbar .ac-lang-switch-nav,
body .navbar .ac-lang-switch {
  display: inline-flex !important;
  align-items: center;
}
body .navbar .ac-lang-btn-nav,
body .navbar .ac-lang-switch-nav .ac-lang-btn {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #64748b !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
}
body .navbar .ac-lang-btn-nav:hover {
  background: #f1f5f9 !important;
  color: #0052d9 !important;
  border: 0 !important;
}
body .navbar .ac-lang-globe {
  width: 18px;
  height: 18px;
  display: block;
}
body .navbar .user-avatar {
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
  border: 1px solid #e5eaf2 !important;
  box-shadow: none !important;
  object-fit: cover;
  background: #0b1220 !important;
}


/* ===== Download cards v10 ===== */
body.page-download {
  background: #f5f8fc !important;
}
body.page-download .dl-hero {
  padding: 52px 0 24px !important;
  background: linear-gradient(180deg, #eaf3ff 0%, #f5f8fc 100%) !important;
  color: #0f172a !important;
  text-align: center;
}
body.page-download .dl-hero .saas-display,
body.page-download .dl-hero h1 {
  color: #0f172a !important;
}
body.page-download .dl-hero .saas-lead,
body.page-download .dl-hero .saas-lead strong {
  color: #475569 !important;
}
body.page-download .dl-hero .saas-lead strong {
  color: #0052d9 !important;
  font-weight: 700;
}
body.page-download .dl-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
body.page-download .dl-hero-ctas .vz-btn-ghost.is-soon {
  opacity: 0.55;
  pointer-events: none;
}
body.page-download .dl-platforms {
  padding: 8px 0 80px !important;
  background: transparent !important;
}
body.page-download .dl-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin-top: 8px !important;
}
body.page-download .dl-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  min-height: 280px;
  padding: 24px !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid #e6edf6 !important;
  box-shadow: 0 10px 28px -22px rgba(15, 40, 90, 0.35) !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
body.page-download .dl-card:hover {
  transform: translateY(-3px);
  border-color: #c9d8f0 !important;
  box-shadow: 0 18px 40px -24px rgba(15, 40, 90, 0.4) !important;
}
body.page-download .dl-card.is-recommended {
  border-color: rgba(0, 82, 217, 0.45) !important;
  box-shadow: 0 16px 40px -22px rgba(0, 82, 217, 0.4) !important;
}
body.page-download .dl-card.is-soon {
  opacity: 1;
  background: #fbfcfe !important;
}
body.page-download .dl-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
body.page-download .dl-card-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center;
  flex: 0 0 52px;
  color: #0052d9;
  background: #eaf2ff !important;
}
body.page-download .dl-card-icon svg {
  width: 26px !important;
  height: 26px !important;
  display: block !important;
}
body.page-download .dl-icon-windows { background: #eaf2ff !important; color: #0052d9 !important; }
body.page-download .dl-icon-linux { background: #fff7e8 !important; color: #b45309 !important; }
body.page-download .dl-icon-macos { background: #f1f5f9 !important; color: #0f172a !important; }
body.page-download .dl-card-titles { min-width: 0; flex: 1; }
body.page-download .dl-card-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
body.page-download .dl-card h2 {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 750 !important;
  color: #0f172a !important;
  letter-spacing: -0.02em;
}
body.page-download .dl-rec-badge {
  position: static !important;
  top: auto !important;
  right: auto !important;
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #eaf2ff !important;
  color: #0052d9 !important;
  border: 1px solid #c9d8f0;
  font-size: 11px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}
body.page-download .dl-card-short {
  margin: 0 !important;
  font-size: 13px !important;
  color: #0052d9 !important;
  font-weight: 600;
}
body.page-download .dl-card-desc {
  margin: 0 0 18px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #64748b !important;
  flex: 1;
}
body.page-download .dl-card-foot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
body.page-download .dl-file-hint {
  font-size: 12px !important;
  color: #94a3b8 !important;
  font-weight: 600;
}
body.page-download .dl-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 42px;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  border: 0 !important;
  box-sizing: border-box;
}
body.page-download .dl-btn.is-primary {
  background: #0052d9 !important;
  color: #fff !important;
}
body.page-download .dl-btn.is-primary:hover {
  background: #0046c0 !important;
}
body.page-download .dl-btn.is-disabled {
  background: #eef2f7 !important;
  color: #94a3b8 !important;
  cursor: default;
}
body.page-download .dl-card-num { display: none !important; }
body.page-download .dl-changelog {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 12px;
  padding: 14px 18px;
}
body.page-download .dl-help {
  margin-top: 18px;
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 12px;
  padding: 16px 18px;
}
@media (max-width: 900px) {
  body.page-download .dl-grid { grid-template-columns: 1fr !important; }
}


/* ===== Nav logo transparent v11 ===== */
body .nav-brand.nav-brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
}
body .nav-brand-mark,
body .navbar .nav-brand img.nav-brand-mark,
body .navbar .user-avatar[src*="brand-mark"] {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
body .nav-brand-mark {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
}
/* download CTA: kill double-text / text-shadow ghosting */
body .navbar .nav-cta-download {
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: none !important;
  filter: none !important;
  letter-spacing: 0 !important;
  line-height: 34px !important;
  height: 34px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body .navbar .nav-cta-download::before,
body .navbar .nav-cta-download::after {
  content: none !important;
  display: none !important;
}


/* ===== lang menu v12 ===== */
body .navbar,
body .navbar .container,
body .navbar .nav-user {
  overflow: visible !important;
}
body .navbar {
  z-index: 200 !important;
}

/* ===== Tencent-cloud home layout v17 ===== */
/* 对标腾讯云：全宽蓝底 banner + 左轨文案右图 + 下方白底四格 */

body.tx-cloud {
  background: #fff !important;
}

/* 顶栏：左 Logo/菜单，中搜索，右下载 */
body.tx-cloud .navbar,
body.tx-cloud #site-navbar {
  background: #fff !important;
  border-bottom: 1px solid #eef2f7 !important;
  box-shadow: none !important;
}
body.tx-cloud .navbar .container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  max-width: 1400px !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}
body.tx-cloud .nav-brand { margin-right: 4px !important; flex: 0 0 auto; }
body.tx-cloud .nav-menu {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  margin: 0 !important;
  flex: 0 1 auto;
}
body.tx-cloud .navbar .ac-nav-search {
  flex: 0 1 260px !important;
  max-width: 280px !important;
  min-width: 180px !important;
  margin: 0 8px 0 12px !important;
}
body.tx-cloud .nav-user {
  margin-left: auto !important;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
body.tx-cloud .ac-nav-search-box {
  height: 32px !important;
  border-radius: 3px !important;
  border-color: #d0d7de !important;
  background: #fff !important;
}

/* 首屏外壳 */
.tx-hero {
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
}
.tx-banner {
  position: relative;
  width: 100%;
  background:
    radial-gradient(ellipse 48% 80% at 88% 42%, rgba(90, 150, 255, 0.34), transparent 62%),
    radial-gradient(ellipse 30% 50% at 70% 10%, rgba(0, 82, 217, 0.08), transparent 55%),
    linear-gradient(100deg, #dce9ff 0%, #e8f1ff 38%, #eef5ff 72%, #f3f7ff 100%);
  overflow: hidden;
}
.tx-banner-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.tx-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.55;
  will-change: transform;
}
.tx-orb-a {
  width: 340px;
  height: 340px;
  right: 8%;
  top: -12%;
  background: radial-gradient(circle at 35% 35%, rgba(120, 180, 255, 0.75), rgba(0, 82, 217, 0.05) 68%);
  animation: txOrbFloat 14s ease-in-out infinite;
}
.tx-orb-b {
  width: 220px;
  height: 220px;
  right: 28%;
  bottom: -8%;
  background: radial-gradient(circle at 40% 40%, rgba(96, 210, 255, 0.55), transparent 70%);
  animation: txOrbFloat 18s ease-in-out infinite reverse;
}
.tx-orb-c {
  width: 160px;
  height: 160px;
  right: 42%;
  top: 18%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 82, 217, 0.18), transparent 72%);
  animation: txOrbPulse 9s ease-in-out infinite;
}
.tx-ribbon {
  position: absolute;
  right: -4%;
  top: 8%;
  width: 58%;
  height: 84%;
  background:
    linear-gradient(125deg, transparent 0%, rgba(255,255,255,0.35) 28%, transparent 46%),
    linear-gradient(155deg, rgba(80, 140, 255, 0.12), transparent 55%);
  transform: skewX(-12deg);
  animation: txRibbonShine 10s ease-in-out infinite;
}
@keyframes txOrbFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-18px, 22px, 0) scale(1.06); }
}
@keyframes txOrbPulse {
  0%, 100% { transform: scale(1); opacity: 0.35; }
  50% { transform: scale(1.18); opacity: 0.65; }
}
@keyframes txRibbonShine {
  0%, 100% { opacity: 0.45; transform: skewX(-12deg) translateX(0); }
  50% { opacity: 0.8; transform: skewX(-12deg) translateX(-24px); }
}
.tx-banner > .tx-hero-inner {
  position: relative;
  z-index: 1;
}
.tx-hero-inner {
  max-width: 1400px !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box;
  text-align: left !important;
}
.tx-hero-stage {
  display: grid !important;
  grid-template-columns: 248px minmax(0, 1fr) !important;
  gap: 0 !important;
  min-height: 420px !important;
  align-items: stretch !important;
}

/* 左轨：腾讯云式文字列表，角标在右侧 */
.tx-rail {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 2px !important;
  padding: 36px 8px 36px 0 !important;
  text-align: left !important;
}
.tx-rail-item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 46px;
  padding: 10px 12px 12px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1f2329 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  cursor: pointer;
  text-align: left !important;
  transition: color .25s ease, transform .25s ease !important;
}
.tx-rail-item:hover {
  color: #0052d9 !important;
  background: transparent !important;
}
.tx-rail-item.is-active {
  color: #0052d9 !important;
  font-weight: 700 !important;
  background: transparent !important;
}
.tx-rail-progress {
  position: absolute;
  left: 4px;
  right: 12px;
  bottom: 2px;
  height: 2px;
  background: rgba(0, 82, 217, 0.12);
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s ease;
}
.tx-rail-item.is-active .tx-rail-progress { opacity: 1; }
.tx-rail-progress > i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #0052d9, #4d8dff);
  border-radius: 2px;
  transform-origin: left center;
}
@keyframes txRailProgress {
  from { width: 0%; }
  to { width: 100%; }
}
.tx-rail-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left !important;
}
.tx-rail-badge {
  flex: 0 0 auto;
  order: 2;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 1px 5px !important;
  border-radius: 2px !important;
  background: #0052d9 !important;
  color: #fff !important;
  line-height: 1.45 !important;
}
.tx-rail-item:nth-child(2) .tx-rail-badge { background: #f59e0b !important; }
.tx-rail-item:nth-child(3) .tx-rail-badge { background: #10b981 !important; }
.tx-rail-item:nth-child(4) .tx-rail-badge { background: #6366f1 !important; }
.tx-rail-item:nth-child(5) .tx-rail-badge { background: #0ea5e9 !important; }

/* 中文案 + 右侧腾讯云式抽象动画 */
.tx-hero-main {
  display: grid !important;
  grid-template-columns: minmax(280px, 460px) minmax(0, 1fr) !important;
  gap: 12px 20px !important;
  align-items: center !important;
  padding: 40px 0 40px 28px !important;
  min-height: 420px;
  text-align: left !important;
}
.tx-hero-copy {
  text-align: left !important;
  justify-self: start !important;
  max-width: 460px;
  transition: opacity .28s ease, transform .35s ease;
  z-index: 2;
}
.tx-hero-copy.is-out {
  opacity: 0;
  transform: translateY(10px);
}
.tx-hero-copy.is-in {
  animation: txCopyIn .42s ease both;
}
@keyframes txCopyIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.tx-hero-title {
  margin: 0 0 16px !important;
  font-size: clamp(30px, 3.2vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #0b1220 !important;
  line-height: 1.22 !important;
  text-align: left !important;
}
.tx-hero-sub {
  margin: 0 0 28px !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #4b5565 !important;
  max-width: 36ch !important;
  text-align: left !important;
}
.tx-hero-actions {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 12px !important;
}
.tx-btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  height: 44px !important;
  min-width: 220px !important;
  padding: 0 36px !important;
  border-radius: 3px !important;
  background: #0052d9 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .2s ease, background .2s ease !important;
}
.tx-btn-primary:hover { background: #0041b3 !important; color: #fff !important; transform: translateY(-1px); }
.tx-os { display: none !important; }

/* ===== 腾讯云风格持续运动插画（HTML 层） ===== */
.tx-hero-visual {
  position: relative;
  min-height: 380px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --tm-a: #0052d9;
  --tm-b: #60a5fa;
  --tm-c: #93c5fd;
}
.tx-hero-visual[data-theme="1"] { --tm-a: #f59e0b; --tm-b: #fbbf24; --tm-c: #fde68a; }
.tx-hero-visual[data-theme="2"] { --tm-a: #10b981; --tm-b: #34d399; --tm-c: #a7f3d0; }
.tx-hero-visual[data-theme="3"] { --tm-a: #6366f1; --tm-b: #a5b4fc; --tm-c: #c7d2fe; }
.tx-hero-visual[data-theme="4"] { --tm-a: #0ea5e9; --tm-b: #7dd3fc; --tm-c: #bae6fd; }

.tx-motion {
  position: relative;
  width: min(100%, 560px);
  height: 380px;
  overflow: visible;
  isolation: isolate;
}
.tx-motion > i {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform, opacity;
}

/* 光球 —— 一直漂浮 */
.tm-orb {
  border-radius: 50%;
  filter: blur(2px);
}
.tm-orb-a {
  width: 220px; height: 220px; left: 28%; top: 18%;
  background: radial-gradient(circle at 35% 35%, #fff 0%, var(--tm-b) 28%, var(--tm-a) 58%, transparent 72%);
  opacity: .9;
  animation: tmFloatA 4s ease-in-out infinite;
}
.tm-orb-b {
  width: 150px; height: 150px; right: 8%; top: 8%;
  background: radial-gradient(circle at 40% 40%, #fff 0%, var(--tm-c) 40%, transparent 70%);
  opacity: .75;
  animation: tmFloatB 5.2s ease-in-out infinite;
}
.tm-orb-c {
  width: 120px; height: 120px; left: 12%; bottom: 12%;
  background: radial-gradient(circle at 50% 50%, var(--tm-b) 0%, transparent 70%);
  opacity: .65;
  animation: tmFloatC 3.6s ease-in-out infinite;
}

/* 飘带 —— 持续漂移扭曲感 */
.tm-rib {
  border-radius: 999px;
  filter: blur(10px);
  opacity: .55;
}
.tm-rib-1 {
  width: 340px; height: 70px; left: 8%; top: 28%;
  background: linear-gradient(90deg, transparent, var(--tm-b), var(--tm-a), transparent);
  transform: rotate(-18deg);
  animation: tmRib1 3.8s ease-in-out infinite;
}
.tm-rib-2 {
  width: 300px; height: 56px; left: 18%; top: 52%;
  background: linear-gradient(90deg, transparent, var(--tm-c), var(--tm-a), transparent);
  transform: rotate(12deg);
  animation: tmRib2 4.6s ease-in-out infinite;
}
.tm-rib-3 {
  width: 280px; height: 48px; left: 22%; top: 68%;
  background: linear-gradient(90deg, transparent, var(--tm-b), transparent);
  transform: rotate(-8deg);
  animation: tmRib3 3.2s ease-in-out infinite;
}

/* 轨道环 —— 持续旋转 */
.tm-ring {
  border-radius: 50%;
  border: 2px solid rgba(0, 82, 217, .28);
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
.tm-ring-1 {
  width: 260px; height: 260px;
  border-color: color-mix(in srgb, var(--tm-a) 35%, transparent);
  border-style: dashed;
  animation: tmSpin 10s linear infinite;
}
.tm-ring-2 {
  width: 190px; height: 190px;
  border-color: color-mix(in srgb, var(--tm-b) 55%, transparent);
  animation: tmSpin 7s linear infinite reverse;
}
.tm-ring-3 {
  width: 120px; height: 120px;
  border-width: 3px;
  border-color: color-mix(in srgb, var(--tm-a) 70%, transparent);
  animation: tmSpin 4.5s linear infinite;
}

/* 轨道上的点 —— 跟着转 */
.tm-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--tm-a);
  box-shadow: 0 0 12px color-mix(in srgb, var(--tm-a) 70%, transparent);
  left: 50%; top: 50%;
  margin: -6px 0 0 -6px;
}
.tm-dot-1 { animation: tmOrbit1 7s linear infinite; }
.tm-dot-2 { width: 9px; height: 9px; margin: -4.5px 0 0 -4.5px; background: var(--tm-b); animation: tmOrbit2 5.5s linear infinite reverse; }
.tm-dot-3 { width: 8px; height: 8px; margin: -4px 0 0 -4px; background: var(--tm-c); animation: tmOrbit3 9s linear infinite; }
.tm-dot-4 { width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; background: var(--tm-a); animation: tmOrbit4 6.2s linear infinite reverse; }

/* 流光 —— 斜向飞过 */
.tm-beam {
  height: 4px; width: 160px; border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fff, var(--tm-b), transparent);
  opacity: 0;
  filter: blur(0.5px);
}
.tm-beam-1 { top: 22%; left: -20%; transform: rotate(-16deg); animation: tmBeam 2.2s linear infinite; }
.tm-beam-2 { top: 48%; left: -25%; width: 200px; transform: rotate(-12deg); animation: tmBeam 2.8s linear infinite; animation-delay: -.9s; }
.tm-beam-3 { top: 72%; left: -18%; width: 140px; transform: rotate(-20deg); animation: tmBeam 1.9s linear infinite; animation-delay: -1.4s; }

/* 上升火花 */
.tm-spark {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--tm-b);
  opacity: 0;
  bottom: 8%; left: 40%;
}
.tm-spark-1 { left: 32%; animation: tmRise 2.4s ease-in infinite; }
.tm-spark-2 { left: 44%; width: 6px; height: 6px; animation: tmRise 2.9s ease-in infinite; animation-delay: -.6s; }
.tm-spark-3 { left: 56%; width: 10px; height: 10px; animation: tmRise 2.1s ease-in infinite; animation-delay: -1.2s; }
.tm-spark-4 { left: 38%; animation: tmRise 3.2s ease-in infinite; animation-delay: -.3s; }
.tm-spark-5 { left: 62%; width: 7px; height: 7px; animation: tmRise 2.6s ease-in infinite; animation-delay: -1.7s; }

.tm-chip {
  position: absolute;
  z-index: 3;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid #fff;
  box-shadow: 0 10px 24px rgba(15,40,90,.14);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
  color: var(--tm-a);
  display: inline-flex;
  align-items: center;
  transition: color .3s ease;
}
.tm-chip.c1 { top: 12%; right: 6%; animation: tmChip 2.6s ease-in-out infinite; }
.tm-chip.c2 { bottom: 16%; right: 2%; animation: tmChip 3.1s ease-in-out infinite reverse; }
.tm-chip.c3 { top: 58%; left: 2%; animation: tmChip 2.8s ease-in-out infinite; animation-delay: -.7s; }

/* ===== 每 Tab 不同运动侧重（元素仍全部在动） ===== */
/* 0 刷机：飘带+轨道为主，流光弱，火花弱 */
.tx-hero-visual[data-theme="0"] .tm-beam { animation-duration: 3.4s; opacity: 0; }
.tx-hero-visual[data-theme="0"] .tm-beam-1 { animation: tmBeam 3.4s linear infinite; }
.tx-hero-visual[data-theme="0"] .tm-spark { animation-duration: 4s; }
.tx-hero-visual[data-theme="0"] .tm-rib-1 { animation-duration: 3.2s; }
.tx-hero-visual[data-theme="0"] .tm-ring-3 { animation-duration: 3.8s; }

/* 1 越狱：流光猛冲 + 环加速 */
.tx-hero-visual[data-theme="1"] .tm-beam-1 { animation: tmBeam 1.2s linear infinite; }
.tx-hero-visual[data-theme="1"] .tm-beam-2 { animation: tmBeam 1.5s linear infinite; animation-delay: -.4s; }
.tx-hero-visual[data-theme="1"] .tm-beam-3 { animation: tmBeam 1.05s linear infinite; animation-delay: -.8s; }
.tx-hero-visual[data-theme="1"] .tm-ring-1 { animation-duration: 5s; }
.tx-hero-visual[data-theme="1"] .tm-ring-2 { animation-duration: 3.2s; }
.tx-hero-visual[data-theme="1"] .tm-ring-3 { animation-duration: 2.4s; }
.tx-hero-visual[data-theme="1"] .tm-rib-1 { animation: tmRibFast 1.8s ease-in-out infinite; }
.tx-hero-visual[data-theme="1"] .tm-rib-2 { animation: tmRibFast 2.2s ease-in-out infinite reverse; }
.tx-hero-visual[data-theme="1"] .tm-orb-a { animation-duration: 2.4s; }

/* 2 签名：呼吸缩放为主 */
.tx-hero-visual[data-theme="2"] .tm-orb-a { animation: tmBreathe 1.8s ease-in-out infinite; }
.tx-hero-visual[data-theme="2"] .tm-orb-b { animation: tmBreathe 2.2s ease-in-out infinite reverse; }
.tx-hero-visual[data-theme="2"] .tm-orb-c { animation: tmBreathe 2s ease-in-out infinite; }
.tx-hero-visual[data-theme="2"] .tm-ring-1,
.tx-hero-visual[data-theme="2"] .tm-ring-2,
.tx-hero-visual[data-theme="2"] .tm-ring-3 { animation-name: tmPulseRing; animation-timing-function: ease-in-out; }
.tx-hero-visual[data-theme="2"] .tm-ring-1 { animation-duration: 2s; }
.tx-hero-visual[data-theme="2"] .tm-ring-2 { animation-duration: 2.4s; animation-delay: .3s; }
.tx-hero-visual[data-theme="2"] .tm-ring-3 { animation-duration: 1.6s; animation-delay: .6s; }
.tx-hero-visual[data-theme="2"] .tm-beam-1 { animation: tmBeam 2.6s linear infinite; }

/* 3 激活：火花猛升 */
.tx-hero-visual[data-theme="3"] .tm-spark-1 { animation: tmRise 1.6s ease-in infinite; }
.tx-hero-visual[data-theme="3"] .tm-spark-2 { animation: tmRise 1.9s ease-in infinite; animation-delay: -.4s; }
.tx-hero-visual[data-theme="3"] .tm-spark-3 { animation: tmRise 1.4s ease-in infinite; animation-delay: -.9s; }
.tx-hero-visual[data-theme="3"] .tm-spark-4 { animation: tmRise 2.1s ease-in infinite; animation-delay: -.2s; }
.tx-hero-visual[data-theme="3"] .tm-spark-5 { animation: tmRise 1.7s ease-in infinite; animation-delay: -1.2s; }
.tx-hero-visual[data-theme="3"] .tm-orb-a { animation-duration: 3s; }
.tx-hero-visual[data-theme="3"] .tm-ring-2 { animation-duration: 4s; }

/* 4 论坛：多环快转 + chip 更跳 */
.tx-hero-visual[data-theme="4"] .tm-ring-1 { animation-duration: 4.5s; }
.tx-hero-visual[data-theme="4"] .tm-ring-2 { animation-duration: 3s; }
.tx-hero-visual[data-theme="4"] .tm-ring-3 { animation-duration: 2.2s; }
.tx-hero-visual[data-theme="4"] .tm-dot-1 { animation-duration: 4s; }
.tx-hero-visual[data-theme="4"] .tm-dot-2 { animation-duration: 3.2s; }
.tx-hero-visual[data-theme="4"] .tm-chip.c1,
.tx-hero-visual[data-theme="4"] .tm-chip.c2,
.tx-hero-visual[data-theme="4"] .tm-chip.c3 { animation-duration: 1.8s; }
.tx-hero-visual[data-theme="4"] .tm-beam-2 { animation: tmBeam 2s linear infinite; animation-delay: -.5s; }

.tx-hero-visual.is-swap:not(.is-restart) .tx-motion {
  animation: tmSwap .45s cubic-bezier(.2,.8,.2,1) both;
}
.tx-hero-visual.is-restart .tx-motion,
.tx-hero-visual.is-restart .tx-motion > i,
.tx-hero-visual.is-restart .tm-chip {
  animation: none !important;
}

@keyframes tmFloatA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(28px, -24px) scale(1.12); }
}
@keyframes tmFloatB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-22px, 18px) scale(1.15); }
}
@keyframes tmFloatC {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(18px, -20px); }
}
@keyframes tmRib1 {
  0%, 100% { transform: rotate(-18deg) translateX(0); opacity: .45; }
  50% { transform: rotate(-10deg) translateX(36px); opacity: .85; }
}
@keyframes tmRib2 {
  0%, 100% { transform: rotate(12deg) translateX(0); opacity: .4; }
  50% { transform: rotate(20deg) translateX(-40px); opacity: .8; }
}
@keyframes tmRib3 {
  0%, 100% { transform: rotate(-8deg) translateY(0); opacity: .35; }
  50% { transform: rotate(-2deg) translateY(-22px); opacity: .75; }
}
@keyframes tmRibFast {
  0%, 100% { transform: rotate(-22deg) translate(-24px, 8px) scaleX(1); opacity: .5; }
  50% { transform: rotate(-6deg) translate(40px, -16px) scaleX(1.15); opacity: .95; }
}
@keyframes tmSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes tmPulseRing {
  0%, 100% { transform: translate(-50%, -50%) scale(.86); opacity: .35; }
  50% { transform: translate(-50%, -50%) scale(1.12); opacity: .95; }
}
@keyframes tmOrbit1 {
  from { transform: rotate(0deg) translateX(130px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(130px) rotate(-360deg); }
}
@keyframes tmOrbit2 {
  from { transform: rotate(0deg) translateX(95px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(95px) rotate(-360deg); }
}
@keyframes tmOrbit3 {
  from { transform: rotate(0deg) translateX(60px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(60px) rotate(-360deg); }
}
@keyframes tmOrbit4 {
  from { transform: rotate(90deg) translateX(110px) rotate(-90deg); }
  to { transform: rotate(450deg) translateX(110px) rotate(-450deg); }
}
@keyframes tmBeam {
  0% { transform: translateX(0) rotate(-16deg); opacity: 0; }
  12% { opacity: 1; }
  100% { transform: translateX(620px) rotate(-16deg); opacity: 0; }
}
@keyframes tmRise {
  0% { transform: translateY(0) scale(.5); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateY(-300px) scale(1.2); opacity: 0; }
}
@keyframes tmBreathe {
  0%, 100% { transform: scale(.88); opacity: .65; }
  50% { transform: scale(1.2); opacity: 1; }
}
@keyframes tmChip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
@keyframes tmSwap {
  0% { opacity: .2; transform: translateX(24px) scale(.96); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

/* 强制保留运动：即使用户系统开了减少动态，首屏插画仍保持轻量运动 */
@media (prefers-reduced-motion: reduce) {
  .tx-motion > i,
  .tm-chip {
    animation-duration: 8s !important;
  }
}

/* 下方四格：白底全宽，贴在 banner 下 */
.tx-strip-band {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
}
.tx-strip {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) 1.08fr !important;
  gap: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}
.tx-strip-item {
  display: block !important;
  padding: 18px 20px 18px 0 !important;
  text-decoration: none !important;
  border-right: 1px solid #eef2f7 !important;
  color: inherit;
  text-align: left !important;
  transition: background .15s ease;
}
.tx-strip-item:hover { background: #f8fafc; }
.tx-strip-kicker {
  display: block;
  font-size: 12px !important;
  color: #8b95a5 !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
  text-align: left !important;
}
.tx-strip-item strong {
  display: block;
  font-size: 13px !important;
  font-weight: 650 !important;
  color: #1f2329 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.tx-strip-item strong::after {
  content: ' >';
  color: #c0c6d0;
  font-weight: 500;
}
.tx-strip-promo {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 10px 0 10px 12px !important;
  padding: 12px 14px !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #e7f8ef, #f3fbf6) !important;
  border: 1px solid #d8f0e3 !important;
  border-radius: 4px !important;
  text-align: left !important;
  color: inherit;
}
.tx-strip-promo-brand {
  display: block;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  color: #059669 !important;
  margin-bottom: 4px;
}
.tx-strip-promo p {
  margin: 0 !important;
  font-size: 12px !important;
  color: #334155 !important;
  line-height: 1.4;
  max-width: 20ch;
  text-align: left !important;
}
.tx-strip-promo-btn {
  flex: 0 0 auto;
  height: 28px;
  padding: 0 12px;
  border-radius: 3px !important;
  background: #00a870 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
}

/* 首页宣传栏：文字宣传语横幅 */
.tx-slogan-band {
  width: 100%;
  background: linear-gradient(90deg, #0047b8 0%, #0052d9 42%, #1a6fff 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tx-slogan-bar {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.tx-slogan-item {
  display: none;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 11px 0;
  color: #fff;
}
.tx-slogan-item.is-active {
  display: flex;
  animation: txSloganIn .35s ease;
}
@keyframes txSloganIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.tx-slogan-badge {
  flex: 0 0 auto;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.tx-slogan-text {
  flex: 1 1 auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
}
.tx-slogan-link {
  flex: 0 0 auto;
  padding: 6px 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background .15s ease, border-color .15s ease;
}
.tx-slogan-link:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.42);
}
.tx-slogan-dots {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: flex;
  gap: 6px;
}
.tx-slogan-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}
.tx-slogan-dot.is-active {
  background: #fff;
  width: 16px;
}

/* 隐藏旧首屏噪音 */
body.tx-cloud .vz-hero,
body.tx-cloud .vz-pillars,
body.tx-cloud .vz-scenes,
body.tx-cloud .vz-dark,
body.tx-cloud .vz-stats,
body.tx-cloud .vz-cta-banner,
body.tx-cloud .product-download,
body.tx-cloud .home-extra,
body.tx-cloud .vz-release {
  display: none !important;
}

/* 下方能力区：企业风 · 去泛白网格 */
body.tx-cloud .product-features {
  padding: 44px 0 52px !important;
  background: linear-gradient(180deg, #e9eef5 0%, #f3f6fa 55%, #f7f9fc 100%) !important;
  border-top: 1px solid #d7e0ea;
}
body.tx-cloud .product-features::before {
  display: none !important;
}
body.tx-cloud .product-features > .container,
body.tx-cloud .app-main > .container {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  text-align: left !important;
}
body.tx-cloud .product-section-head,
body.tx-cloud .product-cap-head,
body.tx-cloud .vz-section-head,
body.tx-cloud .saas-section-head {
  text-align: left !important;
  margin: 0 0 36px !important;
  max-width: 780px !important;
}
body.tx-cloud .product-section-head.slice-block {
  padding: 4px 0 4px 18px !important;
  margin-bottom: 36px !important;
  border: 0 !important;
  border-left: 3px solid #0052d9 !important;
  border-radius: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}
body.tx-cloud .product-eyebrow {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  color: #0052d9 !important;
  margin: 0 0 10px !important;
}
body.tx-cloud .product-section-head h2,
body.tx-cloud .product-cap-head h3 {
  font-size: clamp(24px, 2.4vw, 32px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #0f172a !important;
  margin: 0 0 10px !important;
}
body.tx-cloud .product-section-head p,
body.tx-cloud .product-cap-head p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  max-width: 640px !important;
}
body.tx-cloud .product-feature {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
  gap: 28px 40px !important;
  align-items: center !important;
  margin-bottom: 16px !important;
  padding: 28px 32px !important;
  border-radius: 8px !important;
  border: 1px solid #dbe3ed !important;
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 6px 22px -14px rgba(15, 23, 42, 0.18) !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}
body.tx-cloud .product-feature:hover {
  border-color: #c8d5e6 !important;
  box-shadow: 0 10px 28px -12px rgba(15, 23, 42, 0.22) !important;
}
body.tx-cloud .product-feature-num {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 14px !important;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0052d9 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}
body.tx-cloud .product-feature-icon {
  display: none !important;
}
body.tx-cloud .product-feature-copy h3 {
  font-size: clamp(20px, 1.9vw, 26px) !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 8px !important;
}
body.tx-cloud .product-feature-sub {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #0052d9 !important;
  margin: 0 0 12px !important;
}
body.tx-cloud .product-feature-body {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
  max-width: 520px !important;
}
body.tx-cloud .product-feature-panel {
  border-radius: 8px !important;
  border: 1px solid #1e293b !important;
  box-shadow: 0 16px 40px -20px rgba(15, 23, 42, 0.45) !important;
  min-height: 260px !important;
}
body.tx-cloud .product-cap-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dbe3ed;
}
body.tx-cloud .product-cap-head {
  padding-left: 18px;
  border-left: 3px solid #0052d9;
}
body.tx-cloud .product-cap-grid {
  gap: 12px !important;
}
body.tx-cloud .product-cap-card {
  border: 1px solid #dbe3ed !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 16px 18px !important;
  box-shadow: none !important;
  transition: border-color .15s ease, box-shadow .15s ease;
}
body.tx-cloud .product-cap-card:hover,
body.tx-cloud .product-cap-card:focus-within {
  border-color: #b9cbe2 !important;
  box-shadow: 0 8px 22px -14px rgba(0, 82, 217, 0.2) !important;
}
body.tx-cloud .product-cap-card h4 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}
body.tx-cloud .product-cap-sub {
  color: #0052d9 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
body.tx-cloud .product-cap-body {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
body.tx-cloud .product-feature-copy,
body.tx-cloud .product-feature h3,
body.tx-cloud .product-feature p {
  text-align: left !important;
}

/* 首页弱化左侧投诉坞，避免破坏腾讯云式对称 */
body.tx-cloud .ac-fb-admin-dock {
  opacity: 0.35;
  transform: translateX(-6px);
}
body.tx-cloud .ac-fb-admin-dock:hover,
body.tx-cloud .ac-fb-admin-dock:focus-within {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  body.tx-cloud .nav-menu { display: none !important; }
  .tx-hero-stage { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .tx-rail {
    flex-direction: row !important;
    overflow-x: auto;
    padding: 16px 0 0 !important;
    justify-content: flex-start !important;
  }
  .tx-rail-item { white-space: nowrap; padding: 8px 10px 12px !important; min-height: 0; }
  .tx-rail-progress { left: 10px; right: 10px; }
  .tx-hero-main {
    grid-template-columns: 1fr !important;
    padding: 16px 0 28px !important;
    min-height: 0;
  }
  .tx-hero-visual {
    min-height: 240px;
    justify-content: center;
  }
  .tx-motion { height: 280px; }
  .tx-art-chip.c3 { display: none; }
  .tx-orb-a, .tx-orb-b, .tx-ribbon { opacity: 0.35; }
  .tx-strip { grid-template-columns: 1fr !important; }
  .tx-strip-item {
    border-right: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tx-strip-promo { margin-left: 0 !important; }
}
@media (max-width: 720px) {
  .tx-slogan-item {
    flex-wrap: wrap;
    gap: 8px 10px;
    padding: 10px 0 18px;
  }
  .tx-slogan-text {
    flex: 1 1 100%;
    font-size: 13px;
  }
  .tx-slogan-link { margin-left: auto; }
  .tx-slogan-dots { bottom: 2px; right: 0; }
}
