:root {
  --ai-bg: #f6f7f9;
  --ai-panel: #ffffff;
  --ai-panel-soft: #fbfbfc;
  --ai-text: #05070a;
  --ai-muted: #5b6572;
  --ai-subtle: #8a919b;
  --ai-line: #e5e7eb;
  --ai-dark: #05070a;
  --ai-blue: #2563eb;
  --ai-green: #16845b;
  --ai-gold: #b7791f;
  --ai-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}



html {
  scroll-behavior: smooth;
}

.aixiamo-body {
  margin: 0;
  background: var(--ai-bg);
  color: var(--ai-text);
  font-family: Inter, "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

.enterprise-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 72px;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(229, 231, 235, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.enterprise-nav__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.enterprise-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ai-text);
  flex: 0 0 auto;
}

.enterprise-brand:hover {
  color: var(--ai-text);
}

.enterprise-brand__mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #05070a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.enterprise-brand__text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.enterprise-nav__collapse {
  align-items: center;
  gap: 20px;
}

.enterprise-nav__links {
  margin: 0 auto;
  gap: 24px;
  align-items: center;
}

.enterprise-nav__links .nav-link {
  position: relative;
  padding: 25px 0 22px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.enterprise-nav__links .nav-link:hover,
.enterprise-nav__links .nav-link.active {
  color: #000;
}

.enterprise-nav__links .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #05070a;
}

.enterprise-search {
  width: 190px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  color: #6b7280;
}

.enterprise-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ai-text);
  font-size: 14px;
}

.enterprise-auth,
.enterprise-account {
  flex: 0 0 auto;
}

.enterprise-auth {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.enterprise-auth a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.enterprise-auth__ghost {
  color: #111827;
  background: #fff;
  border: 1px solid transparent;
}

.aixiamo-body .enterprise-auth__solid,
.aixiamo-body .enterprise-auth__solid:hover {
  color: #fff;
  background: #05070a;
  border: 1px solid #05070a;
}

.enterprise-account__button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px 5px 6px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  color: var(--ai-text);
}

.enterprise-account__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6;
}

.enterprise-account__meta {
  display: grid;
  gap: 1px;
  text-align: left;
  max-width: 138px;
}

.enterprise-account__name,
.enterprise-account__balance {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-account__name {
  font-size: 13px;
  font-weight: 850;
}

.enterprise-account__balance {
  color: var(--ai-muted);
  font-size: 12px;
}

.enterprise-account__menu {
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  box-shadow: var(--ai-shadow);
}

.enterprise-nav__toggle {
  width: 40px;
  height: 38px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  padding: 8px;
}

.enterprise-nav__toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #111827;
}

.enterprise-store {
  overflow: hidden;
}

.aixiamo-mobile-guide {
  display: none;
}

.enterprise-store .container {
  max-width: 1200px;
}

.enterprise-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 34px 0 22px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.84)),
    repeating-linear-gradient(0deg, rgba(17,24,39,0.035) 0, rgba(17,24,39,0.035) 1px, transparent 1px, transparent 36px);
  border-bottom: 1px solid var(--ai-line);
}

.enterprise-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: 56px;
}

.enterprise-eyebrow {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.enterprise-eyebrow i {
  color: var(--ai-green);
}

.enterprise-hero h1 {
  max-width: 730px;
  margin: 24px 0 16px;
  color: #000;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 950;
}

.enterprise-hero__lead {
  max-width: 650px;
  margin: 0;
  color: #303846;
  font-size: 19px;
  line-height: 1.75;
}

.enterprise-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 760;
}

.enterprise-hero__meta span {
  position: relative;
  padding-right: 16px;
}

.enterprise-hero__meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9ca3af;
  transform: translateY(-50%);
}

.enterprise-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.enterprise-button {
  min-width: 148px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.enterprise-button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.aixiamo-body .enterprise-button--dark,
.aixiamo-body .enterprise-button--dark:hover {
  color: #fff;
  background: #05070a;
  border: 1px solid #05070a;
}

.enterprise-button--dark:hover {
  box-shadow: 0 12px 28px rgba(5, 7, 10, 0.22);
}

.enterprise-button--light {
  color: #05070a;
  background: #fff;
  border: 1px solid #9ca3af;
}

.enterprise-button--light:hover,
.enterprise-button--plain:hover {
  color: #05070a;
}

.enterprise-button--plain {
  min-width: auto;
  color: #05070a;
  background: transparent;
  border: 1px solid transparent;
}

.enterprise-first-tip {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff8e6;
  border: 1px solid #f4dfaa;
  color: #5f420c;
  font-size: 13px;
  font-weight: 760;
}

.enterprise-first-tip i {
  color: #d99016;
}

.enterprise-live-card {
  width: min(100%, 400px);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 12px 14px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.enterprise-live-card__avatar {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.enterprise-live-card strong,
.enterprise-live-card em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-live-card strong {
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.enterprise-live-card em {
  margin-top: 3px;
  color: #687386;
  font-size: 12px;
  font-style: normal;
}

.enterprise-live-card > i {
  color: #22c55e;
}

.enterprise-hero__visual {
  min-width: 0;
}

.enterprise-logo-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.enterprise-logo-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(243, 244, 246, 0.92)),
    repeating-linear-gradient(170deg, transparent 0 10px, rgba(17,24,39,0.045) 10px 11px, transparent 11px 22px);
}

.enterprise-logo-card__mark {
  position: relative;
  z-index: 1;
  width: 178px;
  height: 178px;
  margin: 0 auto 36px;
  color: #05070a;
}

.enterprise-logo-card__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.enterprise-logo-card__badges {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 24px 24px;
}

.enterprise-logo-card__badges span {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 8px;
  align-items: center;
}

.enterprise-logo-card__badges i {
  grid-row: span 2;
  color: #05070a;
  font-size: 20px;
}

.enterprise-logo-card__badges b,
.enterprise-logo-card__badges em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-logo-card__badges b {
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.enterprise-logo-card__badges em {
  color: #6b7280;
  font-size: 11px;
  font-style: normal;
}

.enterprise-trust-strip {
  margin-top: -1px;
  padding: 0 0 8px;
  background: var(--ai-bg);
}

.enterprise-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  margin-top: -20px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.enterprise-trust-strip__inner div {
  min-height: 92px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  padding: 18px 22px;
}

.enterprise-trust-strip__inner div:not(:last-child) {
  border-right: 1px solid var(--ai-line);
}

.enterprise-trust-strip__inner i {
  grid-row: span 2;
  color: #05070a;
  font-size: 24px;
}

.enterprise-trust-strip__inner strong {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.enterprise-trust-strip__inner span {
  color: #687386;
  font-size: 13px;
}

.enterprise-products,
.enterprise-steps,
.enterprise-help,
.enterprise-feedback,
.enterprise-final-cta {
  padding: 34px 0;
}

.enterprise-trust-proof {
  padding: 26px 0 10px;
  background: var(--ai-bg);
}

.enterprise-trust-proof__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .96));
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.enterprise-trust-proof__copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: #1d4ed8;
  background: rgba(37, 99, 235, .08);
  font-size: 12px;
  font-weight: 900;
}

.enterprise-trust-proof__copy h2 {
  margin: 10px 0 6px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-trust-proof__copy p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 650;
}

.enterprise-trust-proof__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.enterprise-trust-proof__steps span {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 10px;
  color: #334155;
  background: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 850;
}

.enterprise-trust-proof__steps b {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #0f172a;
  font-size: 12px;
  font-weight: 950;
}

.enterprise-trust-proof__actions {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.enterprise-trust-proof__actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.enterprise-trust-proof__primary {
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #2563eb);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .20);
}

.enterprise-trust-proof__secondary {
  color: #1d4ed8;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(37, 99, 235, .16);
}

.aixiamo-bear-collab {
  padding: 18px 0 10px;
  background: var(--ai-bg);
}

.aixiamo-bear-collab__inner {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(147, 197, 253, .22);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 246, 255, .94));
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.aixiamo-bear-collab__media {
  width: 132px;
  height: 96px;
  overflow: hidden;
  border-radius: 12px;
  background: #eaf5ff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .12);
}

.aixiamo-bear-collab__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
  display: block;
}

.aixiamo-bear-collab__copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: #1d4ed8;
  background: rgba(37, 99, 235, .08);
  font-size: 12px;
  font-weight: 900;
}

.aixiamo-bear-collab__copy h2 {
  margin: 9px 0 5px;
  color: #0f172a;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: 0;
}

.aixiamo-bear-collab__copy p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 650;
}

.aixiamo-bear-collab__actions {
  display: grid;
  gap: 8px;
  min-width: 154px;
}

.aixiamo-bear-collab__actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.aixiamo-bear-collab__actions a:first-child {
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #2563eb);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .20);
}

.aixiamo-bear-collab__actions a:last-child {
  color: #1d4ed8;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(37, 99, 235, .16);
}

.enterprise-section-head {
  max-width: 700px;
  margin: 0 auto 22px;
  text-align: center;
}

.enterprise-section-head h2 {
  margin: 0;
  color: #05070a;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 950;
}

.enterprise-section-head p {
  margin: 8px 0 0;
  color: var(--ai-muted);
  font-size: 15px;
  line-height: 1.65;
}

.enterprise-section-head--compact {
  margin-bottom: 18px;
}

.enterprise-category-wrap {
  margin: 0 0 22px;
}

.enterprise-category-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.enterprise-category-chip {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #374151;
  background: transparent;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.enterprise-category-chip.is-primary,
.enterprise-category-chip:hover {
  color: #fff;
  background: #05070a;
}

.enterprise-category-chip .chip-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.enterprise-product-grid {
  justify-content: center;
  align-items: stretch;
}

.enterprise-product-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.enterprise-product-link:hover {
  color: inherit;
  text-decoration: none;
}

.enterprise-product-card {
  height: 100%;
  min-height: 304px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.enterprise-product-link:hover .enterprise-product-card {
  transform: translateY(-3px);
  border-color: #111827;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}

.enterprise-product-card.soldout {
  opacity: .62;
}

.enterprise-product-card__top {
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.enterprise-product-card__badge,
.enterprise-product-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.enterprise-product-card__badge {
  color: #9a3412;
  background: #fff1e7;
}

.enterprise-product-card__badge.is-gold {
  color: #166534;
  background: #e8f8ef;
}

.enterprise-product-card__soldout {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 6px;
  color: #991b1b;
  background: #fee2e2;
  font-size: 12px;
  font-weight: 900;
}

.enterprise-product-card__body {
  padding-top: 12px;
  flex: 1;
}

.enterprise-product-card__tag {
  color: #111827;
  background: #f3f4f6;
}

.enterprise-product-card__title {
  min-height: 56px;
  margin: 14px 0 8px;
  color: #05070a;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 950;
}

.enterprise-product-card__desc {
  min-height: 44px;
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.65;
}

.enterprise-product-card__features {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111827;
  font-size: 13px;
  font-weight: 760;
}

.enterprise-product-card__features li::before {
  content: "✓";
  margin-right: 8px;
  color: #05070a;
  font-weight: 950;
}

.enterprise-product-card__foot {
  margin-top: 18px;
}

.enterprise-product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
  color: #4b5563;
  font-size: 12px;
}

.enterprise-product-card__meta span {
  white-space: nowrap;
}

.enterprise-product-card__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.enterprise-product-card__price {
  margin: 0;
  color: #05070a;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.enterprise-product-card__price small {
  margin-right: 2px;
  font-size: 17px;
}

.enterprise-product-card__button {
  min-width: 104px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 7px;
  color: #fff;
  background: #05070a;
  font-size: 13px;
  font-weight: 900;
}

.enterprise-product-card.soldout .enterprise-product-card__button {
  color: #6b7280;
  background: #e5e7eb;
}

.enterprise-empty {
  width: 100%;
  padding: 36px 0;
  text-align: center;
  color: var(--ai-muted);
}

.enterprise-step-list {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr;
  gap: 16px;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
}

.enterprise-step-list article {
  min-height: 126px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.enterprise-step-list article span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #05070a;
  background: #f3f4f6;
  font-size: 21px;
}

.enterprise-step-list article strong {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.enterprise-step-list article p {
  margin: 0;
  color: var(--ai-muted);
  font-size: 13px;
}

.enterprise-step-arrow {
  justify-self: center;
  color: #111827;
}

.enterprise-help-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.enterprise-help-grid a {
  min-height: 104px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.enterprise-help-grid a:hover {
  transform: translateY(-2px);
  border-color: #111827;
}

.enterprise-help-grid i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f4f6;
  color: #05070a;
}

.enterprise-help-grid span {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 850;
}

.enterprise-help-more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.enterprise-help-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #05070a;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.enterprise-video-guide {
  padding: 38px 0 44px;
}

.enterprise-video-guide__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  align-items: center;
  padding: 22px;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .94)),
    radial-gradient(circle at 92% 12%, rgba(99, 102, 241, .08), transparent 34%);
  box-shadow: 0 22px 54px rgba(15, 23, 42, .07);
}

.enterprise-video-guide__copy {
  min-width: 0;
  padding: 10px 4px 10px 8px;
}

.enterprise-video-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #dbe4ff;
  border-radius: 999px;
  color: #4338ca;
  background: #eef2ff;
  font-size: 12px;
  font-weight: 900;
}

.enterprise-video-guide__eyebrow i {
  font-size: 12px;
}

.enterprise-video-guide h2 {
  margin: 14px 0 10px;
  color: #0b1220;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-video-guide p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

.enterprise-video-guide__points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.enterprise-video-guide__points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #e5eaf2;
  border-radius: 999px;
  color: #334155;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
}

.enterprise-video-guide__points i {
  color: #4f46e5;
  font-size: 12px;
}

.enterprise-video-guide__media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #0b1220;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .15);
}

.enterprise-video-guide__media::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 9;
}

.enterprise-video-guide__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #0b1220;
}

.enterprise-feedback-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}

.enterprise-feedback-grid article {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
}

.enterprise-feedback-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.enterprise-feedback-card__head span {
  color: #f59e0b;
  font-size: 14px;
}

.enterprise-feedback-card__head em {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #5b4df5;
  background: #f0efff;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.enterprise-feedback-grid p {
  flex: 1;
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.7;
}

.enterprise-feedback-card__user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding-top: 4px;
}

.enterprise-feedback-card__user img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 10px 24px rgba(91, 77, 245, 0.16);
  object-fit: cover;
  background: #f4f5ff;
}

.enterprise-feedback-card__user span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.enterprise-feedback-grid strong {
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.enterprise-feedback-card__user small {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.3;
}

.enterprise-feedback--wall {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8faff 100%);
}

.enterprise-feedback--wall .container {
  max-width: 100%;
}

.enterprise-feedback-kicker {
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 auto 12px;
  padding: 0 12px;
  border: 1px solid #e0e4ff;
  border-radius: 999px;
  color: #5b4df5;
  background: #f5f6ff;
  font-size: 12px;
  font-weight: 850;
}

.enterprise-feedback-kicker i {
  color: #5b4df5;
  font-size: 8px;
}

.enterprise-feedback--wall h2 span {
  color: #5b4df5;
}

.enterprise-feedback-wall {
  position: relative;
  width: 100vw;
  margin: 24px 0 0 calc(50% - 50vw);
  padding: 4px 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.enterprise-feedback-lane {
  display: flex;
  width: max-content;
}

.enterprise-feedback-lane + .enterprise-feedback-lane {
  margin-top: 16px;
}

.enterprise-feedback-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding-right: 16px;
  animation: enterpriseFeedbackMarquee 44s linear infinite;
}

.enterprise-feedback-lane--reverse .enterprise-feedback-track {
  animation-name: enterpriseFeedbackMarqueeReverse;
  animation-duration: 50s;
}

.enterprise-feedback-wall:hover .enterprise-feedback-track {
  animation-play-state: paused;
}

.enterprise-feedback-card {
  width: 330px;
  min-height: 172px;
  display: flex;
  flex: 0 0 330px;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border: 1px solid #e7ebf3;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.enterprise-feedback-card .enterprise-feedback-card__head {
  align-items: flex-start;
}

.enterprise-feedback-card .enterprise-feedback-card__head span {
  letter-spacing: 1px;
}

.enterprise-feedback-card .enterprise-feedback-card__head i {
  color: #e7ddff;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.enterprise-feedback-card p {
  flex: 1;
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.65;
}

.enterprise-feedback-card__profile {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid #edf0f6;
}

.enterprise-feedback-card__profile b {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.enterprise-feedback-card__profile b.is-purple,
.enterprise-feedback-card__profile b.is-violet {
  background: #6d5df6;
}

.enterprise-feedback-card__profile b.is-blue {
  background: #2f7df6;
}

.enterprise-feedback-card__profile b.is-green {
  background: #10b981;
}

.enterprise-feedback-card__profile b.is-cyan,
.enterprise-feedback-card__profile b.is-teal {
  background: #06a4c7;
}

.enterprise-feedback-card__profile b.is-orange {
  background: #f59e0b;
}

.enterprise-feedback-card__profile b.is-pink {
  background: #ef4770;
}

.enterprise-feedback-card__profile span {
  min-width: 0;
}

.enterprise-feedback-card__profile strong,
.enterprise-feedback-card__profile small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-feedback-card__profile strong {
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.enterprise-feedback-card__profile small {
  color: #7a8494;
  font-size: 12px;
}

.enterprise-feedback-card__profile em {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #e4e8ff;
  border-radius: 999px;
  color: #5b4df5;
  background: #f7f6ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.enterprise-feedback-assurance {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
  color: #718096;
  font-size: 13px;
  font-weight: 800;
}

.enterprise-feedback-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.enterprise-feedback-assurance i {
  color: #13b981;
}

@keyframes enterpriseFeedbackMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 8px));
  }
}

/* Mobile 1:1 app redesign 20260512 */
@media (max-width: 575.98px) {
  html {
    scroll-padding-bottom: 96px;
  }

  .aixiamo-body {
    min-width: 0 !important;
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    background: #f6f8fb !important;
    color: #0b1220;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .aixiamo-body .container {
    max-width: none;
  }

  .enterprise-nav {
    position: sticky;
    top: 0;
    z-index: 1040;
    min-height: 58px !important;
    border: 0 !important;
    background: #020817 !important;
    box-shadow: none !important;
  }

  .enterprise-nav__inner {
    min-height: 58px !important;
    padding: 0 20px !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  .enterprise-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .enterprise-brand__mark {
    position: relative;
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px;
    overflow: visible;
    border-radius: 7px !important;
    background: linear-gradient(145deg, #2563eb 0%, #4f8bff 46%, #7c3aed 100%) !important;
    color: transparent !important;
    font-size: 0 !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .38);
    transform: rotate(-8deg);
  }

  .enterprise-brand__mark::before {
    content: "A";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    line-height: 1;
    transform: rotate(8deg);
  }

  .enterprise-brand__text {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  }

  .enterprise-nav__toggle,
  .enterprise-nav__collapse,
  .enterprise-search {
    display: none !important;
  }

  .enterprise-auth {
    margin-left: auto;
    gap: 7px;
  }

  .enterprise-auth__ghost,
  .enterprise-auth__solid {
    min-height: 32px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    white-space: nowrap;
  }

  .enterprise-auth__ghost {
    color: rgba(255, 255, 255, .86) !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
  }

  .enterprise-auth__solid,
  .enterprise-auth__solid:hover {
    color: #fff !important;
    background: #2563eb !important;
    border-color: transparent !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .28);
  }

  .enterprise-store {
    overflow: hidden;
    background: #020817 !important;
  }

  .enterprise-hero {
    min-height: 0 !important;
    padding: 18px 0 2px !important;
    overflow: hidden;
    background:
      radial-gradient(circle at 80% 18%, rgba(37, 99, 235, .28), transparent 28%),
      radial-gradient(circle at 46% 42%, rgba(59, 130, 246, .18), transparent 34%),
      linear-gradient(180deg, #020817 0%, #061226 100%) !important;
    color: #fff;
  }

  .enterprise-hero::before,
  .enterprise-hero::after {
    display: none !important;
  }

  .enterprise-hero .container {
    padding: 0 20px !important;
  }

  .enterprise-hero__inner {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .enterprise-hero__copy {
    order: 1;
    max-width: none !important;
    padding: 7px 0 0 !important;
    position: relative;
    z-index: 2;
  }

  .enterprise-eyebrow,
  .enterprise-hero__actions,
  .enterprise-hero__meta,
  .enterprise-first-tip,
  .enterprise-live-card {
    display: none !important;
  }

  .enterprise-hero h1 {
    max-width: 330px !important;
    margin: 10px 0 9px !important;
    color: #fff !important;
    font-size: 0 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span {
    display: block !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span:first-child::before {
    content: "全球优质AI服务";
    display: block;
    color: #fff;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .enterprise-hero h1 span:last-child::before {
    content: "轻松";
    color: #fff;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .enterprise-hero h1 span:last-child::after {
    content: "开通使用";
    color: #2f7cff;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .enterprise-hero__lead {
    max-width: 328px !important;
    margin: 0 0 12px !important;
    color: #aab8ce !important;
    font-size: 12px !important;
    line-height: 1.72 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero__visual {
    order: 2;
    position: relative !important;
    z-index: 1;
    width: 100% !important;
    min-height: 154px !important;
    height: 154px !important;
    margin: -4px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
  }

  .enterprise-hero__visual::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 16px;
    width: 210px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid rgba(96, 165, 250, .2);
    box-shadow:
      0 0 0 1px rgba(37, 99, 235, .14),
      0 0 58px rgba(37, 99, 235, .36),
      inset 0 0 38px rgba(37, 99, 235, .14);
    transform: rotate(-12deg);
  }

  .enterprise-hero__visual::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 14px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(37, 99, 235, .18), transparent 64%);
    filter: blur(2px);
  }

  .enterprise-hero__image {
    display: none !important;
  }

  .enterprise-logo-card {
    position: relative !important;
    z-index: 2;
    width: 220px !important;
    height: 154px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .enterprise-logo-card__mark {
    position: absolute !important;
    left: 76px !important;
    top: 22px !important;
    width: 82px !important;
    height: 108px !important;
    display: block !important;
    color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: rotate(12deg) !important;
    filter: drop-shadow(0 18px 24px rgba(37, 99, 235, .42));
  }

  .enterprise-logo-card__mark svg {
    display: none !important;
  }

  .enterprise-logo-card__mark::before {
    content: "A";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: transparent;
    background: linear-gradient(160deg, #60a5fa 4%, #2563eb 48%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 5px rgba(96, 165, 250, .92);
    font-size: 112px;
    font-weight: 1000;
    line-height: .9;
    text-shadow: 0 9px 0 rgba(37, 99, 235, .12);
  }

  .enterprise-logo-card__wave {
    position: absolute !important;
    inset: 18px 9px 15px 4px !important;
    border: 1px solid rgba(96, 165, 250, .16) !important;
    border-radius: 50% !important;
    background: transparent !important;
    transform: rotate(-12deg) !important;
    box-shadow: 0 0 42px rgba(37, 99, 235, .22) !important;
  }

  .enterprise-logo-card__badges {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
  }

  .enterprise-logo-card__badges span,
  .enterprise-logo-card__badges::after {
    position: absolute;
    width: 42px;
    height: 42px;
    display: grid !important;
    place-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .26);
  }

  .enterprise-logo-card__badges span b,
  .enterprise-logo-card__badges span em,
  .enterprise-logo-card__badges span i {
    display: none !important;
  }

  .enterprise-logo-card__badges span:nth-child(1) {
    left: 34px;
    top: 11px;
    background: linear-gradient(145deg, #10a37f, #0f766e);
    transform: rotate(13deg);
  }

  .enterprise-logo-card__badges span:nth-child(1)::before {
    content: "AI";
  }

  .enterprise-logo-card__badges span:nth-child(2) {
    right: 11px;
    top: 22px;
    color: #2563eb;
    background: #fff;
    transform: rotate(13deg);
  }

  .enterprise-logo-card__badges span:nth-child(2)::before {
    content: "✦";
    font-size: 24px;
    line-height: 1;
  }

  .enterprise-logo-card__badges span:nth-child(3) {
    left: 24px;
    bottom: 23px;
    background: #fff;
    color: #ef4444;
    transform: rotate(-12deg);
  }

  .enterprise-logo-card__badges span:nth-child(3)::before {
    content: "▶";
    font-size: 18px;
    line-height: 1;
  }

  .enterprise-logo-card__badges::after {
    content: "X";
    right: 20px;
    bottom: 20px;
    background: #05070a;
    transform: rotate(-18deg);
  }

  .enterprise-trust-strip {
    margin: 0 !important;
    padding: 10px 0 9px !important;
    background: #020817 !important;
  }

  .enterprise-trust-strip .container {
    padding: 0 20px !important;
  }

  .enterprise-trust-strip__inner {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .enterprise-trust-strip__inner div {
    min-width: 0 !important;
    display: grid !important;
    place-items: center !important;
    gap: 5px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, .88) !important;
    text-align: center !important;
  }

  .enterprise-trust-strip__inner div:nth-child(n+5) {
    display: none !important;
  }

  .enterprise-trust-strip__inner i {
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: #3b82f6 !important;
    background: rgba(37, 99, 235, .14) !important;
    font-size: 15px !important;
  }

  .enterprise-trust-strip__inner strong {
    display: block !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
  }

  .enterprise-trust-strip__inner span {
    display: none !important;
  }

  .enterprise-plus-line {
    margin: 0 !important;
    padding: 8px 0 16px !important;
    background: #020817 !important;
  }

  .enterprise-plus-line .container {
    padding: 0 20px !important;
  }

  .enterprise-plus-line p {
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 38px 0 42px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid rgba(59, 130, 246, .16) !important;
    border-radius: 10px !important;
    color: transparent !important;
    background: rgba(10, 26, 61, .92) !important;
    font-size: 0 !important;
    line-height: 1.4 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  }

  .enterprise-plus-line p i {
    position: absolute;
    left: 34px;
    color: #60a5fa !important;
    font-size: 14px !important;
  }

  .enterprise-plus-line p::after {
    content: "Plus 支持 GPT-5.5、Codex 额度，订阅可查";
    color: #d8e7ff;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0;
  }

  .enterprise-plus-line p::before {
    content: "›";
    position: absolute;
    right: 34px;
    color: #93a4c0;
    font-size: 20px;
    line-height: 1;
  }

  .enterprise-share-offer,
  .enterprise-product-finder,
  .enterprise-category-wrap {
    display: none !important;
  }

  .enterprise-trust-proof {
    display: none !important;
  }

  .aixiamo-bear-collab {
    display: none !important;
  }

  .enterprise-trust-proof__inner {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 12px !important;
    border: 1px solid rgba(96, 165, 250, .18) !important;
    border-radius: 16px !important;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, .96), rgba(15, 23, 42, .90)) !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .25) !important;
  }

  .enterprise-trust-proof__copy span {
    min-height: 22px !important;
    padding: 0 9px !important;
    color: #bfdbfe !important;
    background: rgba(59, 130, 246, .14) !important;
    font-size: 10.5px !important;
  }

  .enterprise-trust-proof__copy h2 {
    margin: 7px 0 0 !important;
    color: #f8fafc !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .enterprise-trust-proof__copy p {
    display: none !important;
  }

  .enterprise-trust-proof__steps {
    display: none !important;
  }

  .enterprise-trust-proof__steps span {
    min-height: 36px !important;
    padding: 7px 8px !important;
    border-color: rgba(148, 163, 184, .18) !important;
    color: #e2e8f0 !important;
    background: rgba(255, 255, 255, .06) !important;
    font-size: 10.5px !important;
  }

  .enterprise-trust-proof__steps b {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
    color: #0f172a !important;
    background: #bfdbfe !important;
    font-size: 11px !important;
  }

  .enterprise-trust-proof__actions {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    min-width: 0 !important;
  }

  .enterprise-trust-proof__actions a {
    min-height: 36px !important;
    padding: 0 10px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
  }

  .enterprise-trust-proof__primary {
    color: #0f172a !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .enterprise-trust-proof__secondary {
    display: none !important;
  }

  .enterprise-products {
    margin: 0 !important;
    padding: 0 12px 18px !important;
    background: #020817 !important;
  }

  .enterprise-products > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 14px 11px 16px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  }

  .enterprise-section-head {
    min-height: 26px;
    margin: 0 0 12px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  .enterprise-section-head::after {
    content: "查看全部";
    color: #667085;
    font-size: 11px;
    font-weight: 750;
  }

  .enterprise-section-head h2 {
    margin: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .enterprise-section-head h2::before {
    content: "Plus 首选";
    color: #111827;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0;
  }

  .enterprise-section-head p {
    display: none !important;
  }

  .enterprise-product-grid.row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 1px 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .enterprise-product-grid.row::-webkit-scrollbar {
    display: none;
  }

  .enterprise-product-link,
  .enterprise-product-link.col-12,
  .enterprise-product-link.col-md-6,
  .enterprise-product-link.col-xl-4 {
    width: 107px !important;
    max-width: 107px !important;
    flex: 0 0 107px !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start;
  }

  .enterprise-product-card--market {
    --card-accent: #2563eb;
    position: relative !important;
    min-height: 192px !important;
    height: 192px !important;
    padding: 12px 8px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    border: 1px solid #edf1f7 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .enterprise-product-card--market::before {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 0 !important;
    display: block !important;
  }

  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: none !important;
    display: block !important;
    text-align: center !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand {
    min-height: 0 !important;
    display: block !important;
    margin: 0 auto 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand > span:last-child {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, color-mix(in srgb, var(--card-accent) 92%, #fff), color-mix(in srgb, var(--card-accent) 64%, #020817)) !important;
    box-shadow: 0 10px 20px color-mix(in srgb, var(--card-accent) 22%, transparent) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark::before {
    content: "AI";
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    --card-accent: #10a37f;
    background: linear-gradient(145deg, #10a37f, #087f63) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark::before {
    content: "◎";
    font-size: 25px;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    --card-accent: #2563eb;
    background: linear-gradient(145deg, #4f8bff, #2563eb) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark::before {
    content: "✦";
    font-size: 26px;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    --card-accent: #05070a;
    background: #05070a !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark::before {
    content: "X";
    font-size: 24px;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    --card-accent: #111827;
    background: linear-gradient(145deg, #111827, #52525b) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark::before {
    content: "iOS";
    font-size: 16px;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    --card-accent: #d97757;
    background: linear-gradient(145deg, #d97757, #9a3412) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark::before {
    content: "C";
    font-size: 24px;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    width: 100% !important;
    min-height: 15px !important;
    margin: 5px 0 7px !important;
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background: transparent !important;
    color: #667085 !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    line-height: 15px !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .enterprise-product-card--market .enterprise-product-card__status,
  .enterprise-product-card--market .enterprise-product-card__body,
  .enterprise-product-card--market .enterprise-product-card__meta,
  .enterprise-product-card--market .enterprise-product-card__original-price {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 0 !important;
    margin: auto 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    align-items: center !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0 !important;
    color: #2563eb !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price small {
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price em {
    margin-left: 2px !important;
    color: #667085 !important;
    font-size: 10px !important;
    font-weight: 750 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    width: 76px !important;
    min-height: 28px !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: #2563eb !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 8px 16px rgba(37, 99, 235, .24) !important;
  }

  .enterprise-product-card--market.soldout .enterprise-product-card__button {
    background: #94a3b8 !important;
    box-shadow: none !important;
  }

  .enterprise-steps,
  .enterprise-help,
  .enterprise-feedback,
  .enterprise-final-cta,
  .enterprise-footer {
    background: #f6f8fb !important;
  }

  .enterprise-final-cta {
    margin-top: 0 !important;
    padding: 16px 12px 24px !important;
  }

  .enterprise-final-cta__inner {
    border-radius: 12px !important;
  }

  .enterprise-floating-help,
  .enterprise-mobile-dock {
    display: none !important;
  }

  .enterprise-mobile-shopbar {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    z-index: 1080 !important;
    min-height: 64px !important;
    padding: 7px 8px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 2px !important;
    border: 1px solid rgba(226, 232, 240, .9) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .16) !important;
    backdrop-filter: blur(18px);
  }

  .enterprise-mobile-shopbar a,
  .enterprise-mobile-shopbar a:hover {
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 4px 0 !important;
    display: grid !important;
    place-items: center !important;
    gap: 3px !important;
    border-radius: 10px !important;
    color: #111827 !important;
    background: transparent !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .enterprise-mobile-shopbar a:first-child,
  .enterprise-mobile-shopbar a:first-child:hover {
    color: #2563eb !important;
  }

  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover {
    color: #111827 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .enterprise-mobile-shopbar i {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .enterprise-mobile-shopbar span {
    font-size: 10px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
  }

  .aixiamo-favorite-tip {
    top: 68px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
  }

  .aixiamo-support-widget {
    display: none !important;
  }
}

/* AIXiamo mobile27: place self-service recharge after payment and make it secondary */
.activation-entry--afterpay {
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(248, 250, 252, .88));
  color: #334155;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.activation-entry--afterpay .activation-entry__main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.activation-entry--afterpay .activation-entry__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: 17px;
}

.activation-entry--afterpay .activation-entry__meta {
  min-width: 0;
}

.activation-entry--afterpay .activation-entry__eyebrow {
  margin-bottom: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.activation-entry--afterpay .activation-entry__title {
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.activation-entry--afterpay .activation-entry__desc {
  margin-top: 3px;
  color: #64748b;
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.55;
}

.activation-entry--afterpay .activation-entry__actions {
  flex: 0 0 auto;
}

.activation-entry--afterpay .activation-entry__button,
.activation-entry--afterpay .activation-entry__button:hover {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid rgba(37, 99, 235, .22);
  border-radius: 12px;
  color: #1d4ed8;
  background: rgba(37, 99, 235, .06);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: none;
}

.activation-entry--afterpay.is-pro .activation-entry__icon {
  color: #7c3aed;
  background: rgba(124, 58, 237, .09);
}

.activation-entry--afterpay.is-pro .activation-entry__button,
.activation-entry--afterpay.is-pro .activation-entry__button:hover {
  border-color: rgba(124, 58, 237, .22);
  color: #6d28d9;
  background: rgba(124, 58, 237, .06);
}

@media (max-width: 575.98px) {
  .activation-entry--afterpay {
    display: block;
    margin: 12px 10px 0;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
  }

  .activation-entry--afterpay .activation-entry__main {
    align-items: flex-start;
    gap: 10px;
  }

  .activation-entry--afterpay .activation-entry__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
    font-size: 15px;
  }

  .activation-entry--afterpay .activation-entry__title {
    font-size: 15px;
  }

  .activation-entry--afterpay .activation-entry__desc {
    font-size: 12px;
  }

  .activation-entry--afterpay .activation-entry__actions {
    margin-top: 10px;
  }

  .activation-entry--afterpay .activation-entry__button,
  .activation-entry--afterpay .activation-entry__button:hover {
    width: 100%;
    min-height: 42px;
    border-radius: 13px;
  }
}

@media (max-width: 374px) {
  .enterprise-hero h1 span:first-child::before,
  .enterprise-hero h1 span:last-child::before,
  .enterprise-hero h1 span:last-child::after {
    font-size: 29px;
  }

  .enterprise-product-link,
  .enterprise-product-link.col-12,
  .enterprise-product-link.col-md-6,
  .enterprise-product-link.col-xl-4 {
    width: 102px !important;
    max-width: 102px !important;
    flex-basis: 102px !important;
  }
}

@media (max-width: 575.98px) {
  body:has(.enterprise-item-page) {
    padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    background: #f6f8fb !important;
  }

  body:has(.enterprise-item-page) .enterprise-nav {
    background: rgba(255, 255, 255, .98) !important;
    border-bottom: 1px solid rgba(226, 232, 240, .86) !important;
  }

  body:has(.enterprise-item-page) .enterprise-brand__text {
    color: #111827 !important;
  }

  body:has(.enterprise-item-page) .enterprise-auth__ghost {
    color: #111827 !important;
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
  }

  body:has(.enterprise-item-page) .enterprise-mobile-shopbar {
    display: none !important;
  }

  .enterprise-item-page {
    padding: 8px 0 calc(92px + env(safe-area-inset-bottom)) !important;
    background: #f6f8fb !important;
  }

  .enterprise-item-page .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .enterprise-item-shell,
  .enterprise-item-detail {
    margin-top: 10px !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
  }

  .enterprise-item-shell__body {
    padding: 12px !important;
  }

  .enterprise-item-media-col {
    display: none !important;
  }

  .enterprise-item-back {
    min-height: 32px !important;
    margin-bottom: 8px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #2563eb !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  .enterprise-item-title {
    margin: 0 0 10px !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-item-badges {
    gap: 6px !important;
    margin-bottom: 8px !important;
  }

  .enterprise-item-badges .badge-soft {
    min-height: 24px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
  }

  .enterprise-item-price-row {
    margin: 10px 0 12px !important;
  }

  .enterprise-item-price-row .price {
    color: #2563eb !important;
    font-size: 30px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  .enterprise-item-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .enterprise-item-promise span {
    min-height: 38px !important;
    justify-content: flex-start !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .enterprise-item-form {
    padding: 12px !important;
    border-radius: 12px !important;
    background: #fbfdff !important;
  }

  .enterprise-item-form .form-control,
  .enterprise-item-form .optional-card,
  .enterprise-item-form .sku {
    min-height: 44px !important;
    border-radius: 10px !important;
  }

  .enterprise-item-form .form-label {
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
  }

  .enterprise-item-detail .panel-header {
    padding: 14px !important;
    border-bottom: 1px solid #eef2f7 !important;
  }

  .enterprise-item-detail .panel-title {
    font-size: 16px !important;
    font-weight: 950 !important;
  }

  .enterprise-item-detail .panel-body {
    padding: 15px 14px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .enterprise-mobile-buy-dock {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    min-height: 64px !important;
    padding: 8px 9px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .16) !important;
    backdrop-filter: blur(18px);
  }

  .enterprise-mobile-buy-dock__meta span {
    color: #64748b !important;
    font-size: 11px !important;
  }

  .enterprise-mobile-buy-dock__meta strong {
    color: #2563eb !important;
    font-size: 20px !important;
    font-weight: 950 !important;
  }

  .enterprise-mobile-buy-dock a {
    min-height: 48px !important;
    border-radius: 12px !important;
    background: #2563eb !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .24) !important;
  }
}

/* AIXiamo mobile final visual layer 20260512 mobile6 - keep at end */
@media (max-width: 575.98px) {
  .enterprise-hero {
    position: relative !important;
    min-height: 332px !important;
    padding: 18px 0 0 !important;
    background:
      radial-gradient(circle at 80% 18%, rgba(37, 99, 235, .22), transparent 30%),
      radial-gradient(circle at 50% 46%, rgba(59, 130, 246, .14), transparent 34%),
      linear-gradient(180deg, #020817 0%, #061226 100%) !important;
    overflow: hidden !important;
  }

  .enterprise-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: -30px !important;
    top: 142px !important;
    width: 292px !important;
    height: 292px !important;
    background: var(--aixiamo-mobile-hero-image) center / contain no-repeat !important;
    opacity: 1 !important;
    transform: none !important;
    filter: drop-shadow(0 18px 32px rgba(37, 99, 235, .28)) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  .enterprise-hero__copy {
    position: relative !important;
    z-index: 2 !important;
    min-height: 210px !important;
  }

  .enterprise-hero__visual {
    display: none !important;
  }

  .enterprise-products {
    position: relative !important;
    z-index: 3 !important;
    margin-top: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto !important;
    display: block !important;
    background-color: transparent !important;
    background-image: url('/assets/static/images/aixiamo-brand-icon-ai-20260512.png?v=20260512mobile6') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark::before,
  .enterprise-product-card--market .enterprise-product-card__brand-mark::after,
  .enterprise-product-card__brand-mark::before,
  .enterprise-product-card__brand-mark::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-gemini-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-grok-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-claude-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-ios-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-api-20260512.png?v=20260512mobile6') !important;
  }
}

/* AIXiamo mobile final visual layer 20260512 mobile5 */
@media (max-width: 575.98px) {
  .enterprise-hero {
    position: relative !important;
    min-height: 332px !important;
    padding: 18px 0 0 !important;
    background:
      radial-gradient(circle at 80% 18%, rgba(37, 99, 235, .22), transparent 30%),
      radial-gradient(circle at 50% 46%, rgba(59, 130, 246, .14), transparent 34%),
      linear-gradient(180deg, #020817 0%, #061226 100%) !important;
    overflow: hidden !important;
  }

  .enterprise-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: -36px !important;
    top: 146px !important;
    width: 282px !important;
    height: 282px !important;
    background: var(--aixiamo-mobile-hero-image) center / contain no-repeat !important;
    opacity: 1 !important;
    transform: none !important;
    filter: drop-shadow(0 18px 32px rgba(37, 99, 235, .28)) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  .enterprise-hero__copy {
    position: relative !important;
    z-index: 2 !important;
    min-height: 210px !important;
  }

  .enterprise-hero__visual {
    display: none !important;
  }

  .enterprise-products {
    position: relative !important;
    z-index: 3 !important;
    margin-top: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto !important;
    display: block !important;
    background-color: transparent !important;
    background-image: url('/assets/static/images/aixiamo-brand-icon-ai-20260512.png?v=20260512mobile5') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark::before,
  .enterprise-product-card--market .enterprise-product-card__brand-mark::after,
  .enterprise-product-card__brand-mark::before,
  .enterprise-product-card__brand-mark::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile5') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-gemini-20260512.png?v=20260512mobile5') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-grok-20260512.png?v=20260512mobile5') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-claude-20260512.png?v=20260512mobile5') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-ios-20260512.png?v=20260512mobile5') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-api-20260512.png?v=20260512mobile5') !important;
  }
}

/* Mobile hero image correction 20260512 */
@media (max-width: 575.98px) {
  .enterprise-brand__mark {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 30px !important;
    overflow: hidden !important;
    background: linear-gradient(145deg, #2563eb 0%, #4f8bff 46%, #7c3aed 100%) !important;
    border-radius: 8px !important;
    transform: rotate(-8deg) !important;
  }

  .enterprise-brand__mark::before {
    color: #fff !important;
    font-size: 21px !important;
    transform: rotate(8deg) !important;
  }

  .enterprise-hero {
    position: relative !important;
    min-height: 330px !important;
    padding: 18px 0 0 !important;
  }

  .enterprise-hero__copy {
    width: 100% !important;
    min-height: 214px !important;
    padding-top: 8px !important;
  }

  .enterprise-hero h1 {
    max-width: 270px !important;
    margin-top: 13px !important;
  }

  .enterprise-hero__lead {
    max-width: 330px !important;
    padding-right: 48px !important;
  }

  .enterprise-hero__visual {
    position: absolute !important;
    top: 116px !important;
    right: -6px !important;
    width: 260px !important;
    height: 260px !important;
    min-height: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  .enterprise-hero__visual::before {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: var(--aixiamo-mobile-hero-image) center center / contain no-repeat !important;
  }

  .enterprise-products {
    margin-top: 0 !important;
  }

  .enterprise-mobile-shopbar {
    left: 8px !important;
    right: 8px !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    background-color: transparent !important;
    background-image: url('/assets/static/images/aixiamo-brand-icon-ai-20260512.png?v=20260512mobile4') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .1) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark::before,
  .enterprise-product-card--market .enterprise-product-card__brand-mark::after {
    content: none !important;
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile4') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-gemini-20260512.png?v=20260512mobile4') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-grok-20260512.png?v=20260512mobile4') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-claude-20260512.png?v=20260512mobile4') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-ios-20260512.png?v=20260512mobile4') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-api-20260512.png?v=20260512mobile4') !important;
  }
}

@keyframes enterpriseFeedbackMarqueeReverse {
  0% {
    transform: translateX(calc(-50% - 8px));
  }

  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .enterprise-feedback-track {
    animation: none;
  }
}

.enterprise-final-cta {
  padding-bottom: 20px;
}

.enterprise-final-cta__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  border-radius: 8px;
  background: #f0f1f3;
  border: 1px solid #e5e7eb;
}

.enterprise-final-cta__inner > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
}

.enterprise-final-cta__icon {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  color: #d99016;
  font-size: 23px;
}

.enterprise-final-cta strong {
  color: #111827;
  font-size: 18px;
  font-weight: 950;
}

.enterprise-final-cta p {
  margin: 3px 0 0;
  color: #5b6572;
  font-size: 13px;
}

.aixiamo-body .enterprise-final-cta a,
.aixiamo-body .enterprise-final-cta a:hover {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border-radius: 8px;
  color: #fff;
  background: #05070a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.aixiamo-body .enterprise-floating-help,
.aixiamo-body .enterprise-floating-help:hover {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  width: 86px;
  min-height: 86px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  background: #05070a;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(5, 7, 10, 0.22);
}

.enterprise-floating-help:hover {
  text-decoration: none;
}

.enterprise-floating-help i {
  font-size: 24px;
}

.enterprise-floating-help span {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.enterprise-footer {
  padding: 38px 0 28px;
  background: #fff;
  border-top: 1px solid var(--ai-line);
}

.enterprise-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr .8fr 1.15fr;
  gap: 42px;
}

.enterprise-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #05070a;
  font-size: 22px;
  font-weight: 950;
}

.enterprise-footer__brand span:first-child {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #05070a;
  color: #fff;
  font-size: 12px;
}

.enterprise-footer p {
  margin: 0;
  color: #5b6572;
  font-size: 13px;
  line-height: 1.75;
}

.enterprise-footer h4 {
  margin: 4px 0 14px;
  color: #05070a;
  font-size: 14px;
  font-weight: 950;
}

.enterprise-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.enterprise-footer a,
.enterprise-footer button {
  color: #4b5563;
  font-size: 13px;
  text-decoration: none;
}

.enterprise-footer a:hover {
  color: #05070a;
}

.enterprise-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.enterprise-footer__social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
}

.enterprise-footer__contact {
  display: grid;
  gap: 10px;
}

.enterprise-footer__copy {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fbfbfc;
  text-align: left;
}

.enterprise-footer__copy strong {
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.enterprise-footer__copy span {
  color: #6b7280;
  font-size: 12px;
}

.enterprise-footer__qr {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fbfbfc;
}

.enterprise-footer__qr img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 6px;
}

.enterprise-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--ai-line);
  color: #8a919b;
  font-size: 12px;
}

.enterprise-footer__disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569;
  font-size: 12px;
  line-height: 1.7;
}

.enterprise-footer__disclaimer strong {
  flex: 0 0 auto;
  color: #0f172a;
  font-weight: 900;
  white-space: nowrap;
}

.enterprise-footer__disclaimer span {
  min-width: 0;
}

.enterprise-service-scope {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto 18px;
  padding: 13px 15px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(248, 250, 252, .92), rgba(255, 255, 255, .96));
  color: #475569;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}

.enterprise-service-scope__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #155e75;
  background: rgba(14, 165, 233, .10);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.enterprise-service-scope p {
  margin: 0;
  min-width: 0;
  color: #475569;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.75;
}

.enterprise-footer__disclaimer--service-scope {
  margin-top: 20px;
}

.enterprise-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 1200;
  min-width: 210px;
  padding: 11px 16px;
  border-radius: 8px;
  color: #fff;
  background: #05070a;
  text-align: center;
  font-size: 13px;
  font-weight: 850;
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.enterprise-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.price-alert-open {
  overflow: auto;
}

.price-alert-modal {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .enterprise-hero h1 {
    font-size: 48px;
  }

  .enterprise-help-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .enterprise-nav__inner {
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .enterprise-nav__toggle {
    order: 2;
    margin-left: auto;
  }

  .enterprise-auth,
  .enterprise-account {
    order: 3;
  }

  .enterprise-nav__collapse {
    order: 4;
    flex-basis: 100%;
    padding-top: 10px;
  }

  .enterprise-nav__links {
    gap: 0;
    align-items: stretch;
  }

  .enterprise-nav__links .nav-link {
    padding: 12px 0;
  }

  .enterprise-nav__links .nav-link.active::after {
    display: none;
  }

  .enterprise-search {
    width: 100%;
    margin: 8px 0 4px;
  }

  .enterprise-hero {
    min-height: auto;
    padding-top: 32px;
  }

  .enterprise-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .enterprise-hero h1 {
    font-size: 42px;
  }

  .enterprise-logo-card {
    min-height: 320px;
  }

  .enterprise-trust-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .enterprise-trust-strip__inner div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--ai-line);
  }

  .enterprise-trust-strip__inner div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .enterprise-step-list {
    grid-template-columns: 1fr;
  }

  .enterprise-step-arrow {
    transform: rotate(90deg);
  }

  .enterprise-feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enterprise-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .enterprise-brand__text {
    font-size: 21px;
  }

  .enterprise-account__meta {
    display: none;
  }

  .enterprise-auth a {
    min-height: 38px;
    padding: 0 12px;
  }

  .enterprise-hero {
    padding: 24px 0 14px;
  }

  .enterprise-hero h1 {
    margin-top: 18px;
    font-size: 36px;
  }

  .enterprise-hero__lead {
    font-size: 16px;
  }

  .enterprise-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .enterprise-button {
    width: 100%;
    min-height: 48px;
  }

  .enterprise-logo-card__mark {
    width: 132px;
    height: 132px;
    margin-bottom: 22px;
  }

  .enterprise-logo-card__badges {
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }

  .enterprise-trust-strip__inner {
    grid-template-columns: 1fr;
  }

  .enterprise-trust-strip__inner div,
  .enterprise-trust-strip__inner div:last-child {
    grid-column: auto;
    border-bottom: 1px solid var(--ai-line);
  }

  .enterprise-trust-strip__inner div:last-child {
    border-bottom: 0;
  }

  .enterprise-products,
  .enterprise-steps,
  .enterprise-help,
  .enterprise-video-guide,
  .enterprise-feedback,
  .enterprise-final-cta {
    padding: 26px 0;
  }

  .enterprise-section-head h2 {
    font-size: 25px;
  }

  .enterprise-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enterprise-feedback-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-help-grid a {
    min-height: 100px;
    padding: 14px;
  }

  .enterprise-video-guide__shell {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
    border-radius: 16px;
  }

  .enterprise-video-guide__copy {
    padding: 4px 2px 0;
  }

  .enterprise-video-guide h2 {
    font-size: 23px;
    line-height: 1.25;
  }

  .enterprise-video-guide p {
    font-size: 13px;
  }

  .enterprise-video-guide__points {
    gap: 8px;
  }

  .enterprise-video-guide__points span {
    min-height: 30px;
    font-size: 11px;
  }

  .enterprise-video-guide__media {
    border-radius: 12px;
  }

  .enterprise-final-cta__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .enterprise-final-cta a {
    width: 100%;
  }

  .enterprise-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .enterprise-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }

  .enterprise-footer__disclaimer {
    flex-direction: column;
    gap: 4px;
  }

  .enterprise-service-scope {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    padding: 11px 12px;
  }

  .enterprise-service-scope p {
    font-size: 12px;
    line-height: 1.7;
  }

  .aixiamo-body .enterprise-floating-help {
    display: none;
  }
}

@media (max-width: 420px) {
  .enterprise-hero h1 {
    font-size: 32px;
  }

  .enterprise-help-grid {
    gap: 10px;
  }

  .enterprise-product-card__buy {
    align-items: stretch;
    flex-direction: column;
  }

  .enterprise-product-card__button {
    width: 100%;
  }
}

/* Purple platform direction, aligned with the latest visual reference. */
:root {
  --ai-bg: #f7f8ff;
  --ai-panel: #ffffff;
  --ai-text: #111322;
  --ai-muted: #666f82;
  --ai-line: #e6e8f2;
  --ai-dark: #5b4df5;
  --ai-blue: #4f64ff;
  --ai-green: #20a070;
  --ai-shadow: 0 18px 44px rgba(68, 79, 180, 0.12);
}

.aixiamo-body {
  background: #f7f8ff;
  color: var(--ai-text);
}

.enterprise-nav {
  min-height: 86px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(230, 232, 242, 0.92);
}

.enterprise-nav__inner {
  min-height: 86px;
}

.enterprise-brand__mark {
  display: none;
}

.enterprise-brand__text {
  color: #5b4df5;
  font-size: 27px;
  font-weight: 950;
}

.enterprise-nav__links {
  gap: 26px;
}

.enterprise-nav__links .nav-link {
  padding: 31px 0 28px;
  color: #202437;
  font-size: 14px;
  font-weight: 760;
}

.enterprise-nav__links .nav-link.active,
.enterprise-nav__links .nav-link:hover {
  color: #5b4df5;
}

.enterprise-nav__links .nav-link.active::after {
  height: 3px;
  background: #5b4df5;
}

.enterprise-search {
  width: 154px;
  border-color: #e4e6f2;
  background: #fbfbff;
}

.aixiamo-body .enterprise-auth__solid,
.aixiamo-body .enterprise-auth__solid:hover {
  background: #5b4df5;
  border-color: #5b4df5;
  box-shadow: 0 10px 22px rgba(91, 77, 245, 0.22);
}

.enterprise-hero {
  min-height: 600px;
  padding: 42px 0 0;
  background:
    linear-gradient(90deg, #f8f9ff 0%, #f7f8ff 48%, #edf0ff 100%);
  border-bottom: 0;
}

.enterprise-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: #fff;
  clip-path: polygon(0 68%, 100% 26%, 100% 100%, 0 100%);
}

.enterprise-hero__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .98fr) minmax(430px, .9fr);
  gap: 64px;
}

.enterprise-eyebrow {
  min-height: 34px;
  padding: 0 14px;
  border-color: rgba(91, 77, 245, 0.12);
  background: rgba(91, 77, 245, 0.08);
  color: #4b40dd;
  font-size: 13px;
  font-weight: 850;
}

.enterprise-eyebrow i {
  color: #5b4df5;
}

.enterprise-hero h1 {
  max-width: 760px;
  margin-top: 22px;
  color: #111322;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 950;
}

.enterprise-hero__lead {
  max-width: 620px;
  color: #2e3447;
  font-size: 18px;
  line-height: 1.8;
}

.enterprise-hero__meta {
  gap: 18px;
  margin-top: 22px;
}

.enterprise-hero__meta span {
  min-height: 52px;
  display: grid;
  align-content: center;
  padding: 0 0 0 50px;
  color: #202437;
  font-size: 15px;
  font-weight: 900;
}

.enterprise-hero__meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #edeefe;
  transform: translateY(-50%);
}

.enterprise-hero__meta span:nth-child(1)::after,
.enterprise-hero__meta span:nth-child(2)::after,
.enterprise-hero__meta span:nth-child(3)::after {
  content: "⚡";
  position: absolute;
  left: 12px;
  right: auto;
  top: 50%;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #5b4df5;
  font-size: 17px;
  transform: translateY(-50%);
}

.enterprise-hero__meta span:nth-child(2)::after {
  content: "盾";
  left: 10px;
  font-size: 13px;
  font-weight: 950;
}

.enterprise-hero__meta span:nth-child(3)::after {
  content: "7x";
  left: 9px;
  font-size: 12px;
  font-weight: 950;
}

.aixiamo-body .enterprise-button--dark,
.aixiamo-body .enterprise-button--dark:hover {
  min-width: 250px;
  min-height: 58px;
  background: #5b4df5;
  border-color: #5b4df5;
  color: #fff;
  box-shadow: 0 16px 30px rgba(91, 77, 245, 0.24);
}

.enterprise-button--light {
  border-color: #c9cdef;
  color: #4b40dd;
}

.enterprise-button--plain {
  color: #4b40dd;
}

.enterprise-first-tip {
  display: none;
}

.enterprise-live-card {
  width: min(100%, 390px);
  margin-top: 22px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(230, 232, 242, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.enterprise-live-card__avatar {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f5ff;
  box-shadow: 0 0 0 4px rgba(91, 77, 245, 0.08);
  overflow: hidden;
}

.enterprise-live-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprise-live-card strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-live-card em {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #687386;
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-live-card > i {
  color: #22c55e;
}

.enterprise-logo-card {
  min-height: 440px;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.enterprise-logo-card::before {
  inset: auto 0 0 16%;
  height: 120px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(135deg, #ffffff, #dfe4ff);
  box-shadow: 0 22px 46px rgba(91, 77, 245, 0.18);
  transform: skewX(-8deg);
}

.enterprise-logo-card::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 34px;
  width: 270px;
  height: 270px;
  border-radius: 36px;
  background: linear-gradient(145deg, #b9b2ff 0%, #7b82ff 45%, #5b4df5 100%);
  box-shadow:
    22px 22px 0 rgba(91, 77, 245, 0.18),
    0 34px 70px rgba(91, 77, 245, 0.24);
  transform: rotate(-4deg);
}

.enterprise-logo-card__mark {
  z-index: 2;
  width: 188px;
  height: 188px;
  margin: 54px 22% 0 auto;
  color: #fff;
  filter: drop-shadow(0 12px 18px rgba(39, 32, 122, 0.22));
}

.enterprise-logo-card__badges {
  display: none;
}

.enterprise-trust-strip {
  position: relative;
  z-index: 2;
  padding: 0;
  background: #fff;
}

.enterprise-trust-strip__inner {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.enterprise-trust-strip__inner div {
  min-height: 104px;
}

.enterprise-trust-strip__inner i {
  color: #5b4df5;
  font-size: 31px;
}

.enterprise-trust-strip__inner strong {
  color: #111322;
  font-size: 19px;
}

.enterprise-products,
.enterprise-steps,
.enterprise-help,
.enterprise-feedback {
  background: #fff;
}

.enterprise-products {
  padding-top: 42px;
}

.enterprise-section-head h2 {
  color: #111322;
  font-size: 31px;
}

.enterprise-section-head p {
  color: #7b8394;
}

.enterprise-category-list {
  border-color: #e7e9f5;
  background: #fff;
  box-shadow: 0 12px 28px rgba(91, 77, 245, 0.06);
}

.enterprise-category-chip.is-primary,
.enterprise-category-chip:hover {
  color: #fff;
  background: #5b4df5;
}

.enterprise-product-card {
  min-height: 320px;
  border-color: #e5e7f2;
  background: #fff;
  box-shadow: 0 18px 34px rgba(26, 35, 80, 0.06);
}

.enterprise-product-link:hover .enterprise-product-card {
  border-color: #5b4df5;
  box-shadow: 0 22px 46px rgba(91, 77, 245, 0.16);
}

.enterprise-product-card__badge {
  color: #5b4df5;
  background: #eeedff;
}

.enterprise-product-card__badge.is-hot {
  color: #fff;
  background: #5b4df5;
}

.enterprise-product-card__tag {
  color: #5b4df5;
  background: #f0efff;
}

.enterprise-product-card__features li::before {
  color: #5b4df5;
}

.enterprise-product-card__price {
  color: #5b4df5;
}

.enterprise-product-card__button {
  background: #5b4df5;
}

.enterprise-step-list article span,
.enterprise-help-grid i {
  color: #fff;
  background: #5b4df5;
}

.enterprise-step-arrow {
  color: #5b4df5;
  font-size: 20px;
}

.enterprise-final-cta__inner {
  background: linear-gradient(90deg, #f3f4ff, #ffffff);
  border-color: #e3e5f5;
}

.aixiamo-body .enterprise-final-cta a,
.aixiamo-body .enterprise-final-cta a:hover,
.aixiamo-body .enterprise-floating-help,
.aixiamo-body .enterprise-floating-help:hover {
  background: #5b4df5;
  color: #fff;
}

.enterprise-footer {
  background: #fff;
}

.enterprise-footer__brand {
  color: #5b4df5;
}

.enterprise-footer__brand span:first-child {
  background: #5b4df5;
}

@media (max-width: 1199.98px) {
  .enterprise-nav__links {
    gap: 18px;
  }

  .enterprise-search {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .enterprise-nav {
    min-height: 72px;
  }

  .enterprise-nav__inner {
    min-height: 72px;
  }

  .enterprise-nav__links .nav-link {
    padding: 12px 0;
  }

  .enterprise-hero {
    padding-top: 28px;
  }

  .enterprise-hero::after {
    display: none;
  }

  .enterprise-hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .enterprise-hero h1 {
    font-size: 42px;
  }

  .enterprise-logo-card {
    min-height: 340px;
  }

  .enterprise-logo-card::after {
    right: 50%;
    width: 220px;
    height: 220px;
    transform: translateX(50%) rotate(-4deg);
  }

  .enterprise-logo-card::before {
    left: 8%;
  }

  .enterprise-logo-card__mark {
    width: 150px;
    height: 150px;
    margin: 54px auto 0;
  }
}

@media (max-width: 767.98px) {
  .enterprise-brand__text {
    font-size: 24px;
  }

  .enterprise-hero h1 {
    font-size: 35px;
  }

  .enterprise-hero__lead {
    font-size: 16px;
  }

  .enterprise-hero__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .aixiamo-body .enterprise-button--dark,
  .aixiamo-body .enterprise-button--dark:hover {
    min-width: 0;
  }

  .enterprise-live-card {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 11px 12px;
  }

  .enterprise-live-card__avatar {
    width: 42px;
    height: 42px;
  }
}

/* Use a real rendered hero asset instead of the temporary CSS-built tile. */
.enterprise-logo-card {
  min-height: 450px;
  background: url("/assets/static/images/aixiamo-hero-openai-3d.png?v=20260425a") center center / contain no-repeat;
}

.enterprise-logo-card::before,
.enterprise-logo-card::after,
.enterprise-logo-card__mark,
.enterprise-logo-card__wave,
.enterprise-logo-card__badges {
  display: none !important;
}

@media (max-width: 991.98px) {
  .enterprise-logo-card {
    min-height: 360px;
  }
}

@media (max-width: 767.98px) {
  .enterprise-logo-card {
    min-height: 330px;
    background-size: 112%;
  }
}

@media (max-width: 767.98px) {
  .enterprise-feedback--wall {
    padding-top: 30px;
  }

  .enterprise-feedback-kicker {
    font-size: 11px;
  }

  .enterprise-feedback--wall .enterprise-section-head h2 {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
    line-height: 1.22;
  }

  .enterprise-feedback--wall .enterprise-section-head p {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  .enterprise-feedback-wall {
    margin-top: 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .enterprise-feedback-track {
    gap: 12px;
    padding-right: 12px;
    animation-duration: 38s;
  }

  .enterprise-feedback-lane--reverse .enterprise-feedback-track {
    animation-duration: 44s;
  }

  .enterprise-feedback-card {
    width: 286px;
    min-height: 178px;
    flex-basis: 286px;
    padding: 16px;
  }

  .enterprise-feedback-card__profile {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .enterprise-feedback-card__profile b {
    width: 32px;
    height: 32px;
  }

  .enterprise-feedback-card__profile em {
    grid-column: 2;
    width: max-content;
    margin-top: 4px;
  }

  .enterprise-feedback-assurance {
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 0 16px;
  }
}

/* Live activity card inspired by compact service dashboards. */
.aixiamo-body .enterprise-live-card--pulse {
  width: min(100%, 410px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
  padding: 11px 14px;
  border: 1px solid rgba(225, 228, 238, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}

.enterprise-live-card__summary {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
}

.enterprise-live-card__avatars {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-left: 2px;
}

.enterprise-live-card__avatars img {
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  background: #f4f5ff;
  box-shadow: 0 5px 12px rgba(91, 77, 245, 0.12);
}

.enterprise-live-card__avatars img + img {
  margin-left: -8px;
}

.enterprise-live-card__summary strong {
  min-width: 0;
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-live-card__summary b {
  color: #5b4df5;
  font-weight: 900;
}

.enterprise-live-card__event {
  display: grid;
  grid-template-columns: 8px 26px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.enterprise-live-card--pulse.is-switching .enterprise-live-card__event {
  opacity: 0;
  transform: translateY(6px);
}

.enterprise-live-card__status {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

.enterprise-live-card__status::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 50%;
  animation: enterpriseLivePing 1.8s ease-out infinite;
}

.enterprise-live-card__event img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  background: #f4f5ff;
}

.enterprise-live-card__event span {
  min-width: 0;
}

.enterprise-live-card__event strong,
.enterprise-live-card__event em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-live-card__event strong {
  color: #3a4354;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.4;
}

.enterprise-live-card__event em {
  margin-top: 1px;
  color: #7b8494;
  font-size: 11px;
  font-style: normal;
  line-height: 1.3;
}

@keyframes enterpriseLivePing {
  0% {
    opacity: 0.75;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@media (max-width: 767.98px) {
  .aixiamo-body .enterprise-live-card--pulse {
    width: 100%;
    padding: 10px 12px;
  }

  .enterprise-live-card__summary strong {
    font-size: 12px;
  }

  .enterprise-live-card__event {
    grid-template-columns: 8px 24px minmax(0, 1fr);
  }

  .enterprise-live-card__event img {
    width: 24px;
    height: 24px;
  }
}

/* Product discovery polish: make filters read like a compact segmented control. */
.enterprise-product-finder {
  width: min(100%, 860px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto 12px;
  padding: 14px 16px;
  border: 1px solid #e3e7f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8faff);
  box-shadow: 0 14px 30px rgba(26, 35, 80, 0.055);
}

.enterprise-product-finder__title {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.enterprise-product-finder__title > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  border-radius: 50%;
  color: #5b4df5;
  background: #f0efff;
}

.enterprise-product-finder__title strong,
.enterprise-product-finder__title small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-product-finder__title strong {
  color: #111322;
  font-size: 15px;
  font-weight: 900;
}

.enterprise-product-finder__title small {
  margin-top: 2px;
  color: #7b8394;
  font-size: 12px;
}

.enterprise-product-finder__tags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.enterprise-product-finder__tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid #e5e8f8;
  border-radius: 999px;
  color: #5a6475;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.enterprise-product-finder__tags i {
  color: #5b4df5;
}

.enterprise-category-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.enterprise-category-list {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid #dfe4f4;
  border-radius: 8px;
  background: #f8faff;
  box-shadow: 0 16px 34px rgba(91, 77, 245, 0.08);
}

.enterprise-category-chip {
  min-height: 42px;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid #edf0fb;
  border-radius: 7px;
  color: #273044;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 10px rgba(26, 35, 80, 0.035);
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.enterprise-category-chip:hover {
  color: #4b40dd;
  border-color: #d8ddff;
  background: #fff;
  box-shadow: 0 9px 18px rgba(91, 77, 245, 0.1);
  transform: translateY(-1px);
}

.enterprise-category-chip.is-primary,
.enterprise-category-chip.is-primary:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #6355f6, #4f7cf7);
  box-shadow: 0 13px 26px rgba(91, 77, 245, 0.26);
}

.enterprise-category-chip .chip-icon {
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.72);
}

@media (max-width: 767.98px) {
  .enterprise-product-finder {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 10px;
    padding: 13px;
  }

  .enterprise-product-finder__title small {
    white-space: normal;
  }

  .enterprise-product-finder__tags {
    justify-content: flex-start;
  }

  .enterprise-product-finder__tags span {
    min-height: 26px;
    padding: 0 8px;
    font-size: 11px;
  }

  .enterprise-category-list {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .enterprise-category-chip {
    min-height: 40px;
    padding: 0 8px;
    font-size: 13px;
  }

  .enterprise-category-chip .chip-icon {
    width: 14px;
    height: 14px;
  }
}

/* Product detail page: same enterprise visual language, original backend fields preserved. */
.enterprise-item-page {
  min-height: 100vh;
  padding: 28px 0 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f5f7ff 0%, #ffffff 58%),
    repeating-linear-gradient(0deg, rgba(91, 77, 245, 0.035) 0, rgba(91, 77, 245, 0.035) 1px, transparent 1px, transparent 36px);
}

.enterprise-item-container {
  max-width: 1200px;
}

.enterprise-item-shell,
.enterprise-item-detail {
  border: 1px solid #e4e8f5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(26, 35, 80, 0.08);
  overflow: hidden;
}

.enterprise-item-shell__body {
  padding: 18px;
}

.enterprise-item-media-card {
  position: relative;
  min-height: 500px;
  border: 1px solid #eef1fb;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 77, 245, 0.08), rgba(79, 124, 247, 0.04)),
    #fff;
}

.enterprise-item-cover {
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.enterprise-item-media-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}

.enterprise-item-media-note span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(227, 231, 245, 0.9);
  border-radius: 999px;
  color: #4f5b73;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(26, 35, 80, 0.08);
  font-size: 12px;
  font-weight: 850;
}

.enterprise-item-media-note i,
.enterprise-item-promise i {
  color: #5b4df5;
}

.enterprise-item-buy-card {
  min-height: 100%;
  padding: 8px 2px 0;
}

.enterprise-item-back {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 0 10px;
  border: 1px solid #e2e6fb;
  border-radius: 999px;
  color: #5b4df5;
  background: #f6f7ff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.enterprise-item-back:hover {
  color: #4b40dd;
  background: #fff;
}

.enterprise-item-title {
  margin: 0 0 12px;
  color: #111322;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-item-badges {
  flex-wrap: wrap;
}

.enterprise-item-badges .badge-soft {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.enterprise-item-badges .badge-soft-success {
  color: #0f7b55;
  background: #e9f8f1;
}

.enterprise-item-badges .badge-soft-primary,
.enterprise-item-badges .badge-soft-info {
  color: #5b4df5;
  background: #f0efff;
}

.enterprise-item-badges .badge-soft-danger {
  color: #b42318;
  background: #fff0ed;
}

.enterprise-item-price-row {
  margin: 12px 0 14px !important;
}

.enterprise-item-price-row .price {
  color: #5b4df5;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-item-price-row .unit {
  margin-right: 2px;
  font-size: 22px;
  font-weight: 900;
}

.enterprise-item-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
}

.enterprise-item-promise span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #e7eaf8;
  border-radius: 8px;
  color: #4d586d;
  background: #fbfcff;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.enterprise-item-form {
  padding: 16px;
  border: 1px solid #e7ebf5;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.enterprise-item-form .form-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px !important;
  color: #30384a;
  font-size: 13px;
  font-weight: 900;
}

.enterprise-item-form .form-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6c5df6;
  box-shadow: 0 0 0 4px rgba(91, 77, 245, 0.1);
}

.enterprise-item-form .form-control {
  min-height: 42px;
  border: 1px solid #dfe4f2;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  box-shadow: none;
}

.enterprise-item-form .form-control:focus {
  border-color: #8b82ff;
  box-shadow: 0 0 0 4px rgba(91, 77, 245, 0.11);
}

.enterprise-item-form .order-contact-hint {
  margin-top: 7px;
  color: #778197;
  font-size: 12px;
  line-height: 1.55;
}

.enterprise-item-form .sku-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.enterprise-item-form .sku {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #e2e6f4;
  border-radius: 8px;
  color: #273044;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.enterprise-item-form .sku.is-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #6355f6, #4f7cf7);
}

.enterprise-item-form .badge-money {
  color: inherit;
  opacity: 0.9;
}

.enterprise-item-form .optional-card {
  width: 100%;
  min-height: 42px;
  border: 1px dashed #cfd6f6;
  border-radius: 8px;
  color: #5b4df5;
  background: #f8f7ff;
  font-weight: 850;
}

.enterprise-item-form .input-group.qty-group {
  width: 160px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  border: 1px solid #dfe4f2;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.enterprise-item-form .input-group.qty-group > button {
  width: auto;
  height: 42px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #5b4df5;
  font-size: 18px;
  font-weight: 900;
  box-shadow: none;
}

.enterprise-item-form .input-group.qty-group > input[type="number"] {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 0;
  color: #111827;
  font-weight: 900;
}

.enterprise-item-form .captcha-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.enterprise-item-form .captcha-img {
  min-width: 96px;
  height: 42px;
  border: 1px solid #dfe4f2;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: #fff;
  cursor: pointer;
}

.enterprise-pay-card {
  padding: 14px !important;
  border: 1px solid #e4e8f6;
  border-radius: 8px;
  background: #f8faff;
}

.enterprise-pay-card .form-label {
  color: #5b4df5;
}

.enterprise-pay-card .form-label::before {
  display: none;
}

.enterprise-pay-card .pay-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.enterprise-pay-card .pay-list .pay {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #e0e5f5;
  border-radius: 8px;
  color: #323b4f;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(26, 35, 80, 0.05);
}

.enterprise-pay-card .pay-list .pay:hover {
  border-color: #bfc6ff;
  color: #4b40dd;
}

.enterprise-pay-card .pay-list .pay img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.enterprise-item-form .post-order-reward-note {
  border-radius: 8px !important;
  background: #fffaf0 !important;
  border-color: #f5ddb0 !important;
  color: #7a4f14 !important;
}

.enterprise-item-detail {
  margin-top: 18px !important;
}

.enterprise-item-detail .panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid #e7ebf5;
  background: #fbfcff;
}

.enterprise-item-detail .panel-title {
  margin: 0;
  color: #111322;
  font-size: 16px;
  font-weight: 950;
}

.enterprise-item-detail .icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #5b4df5;
  background: #f0efff;
}

.enterprise-item-detail .panel-body {
  padding: 24px 18px;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.85;
}

@media (max-width: 991.98px) {
  .enterprise-item-page {
    padding-top: 18px;
  }

  .enterprise-item-shell__body {
    padding: 14px;
  }

  .enterprise-item-media-card {
    min-height: 300px;
  }

  .enterprise-item-title {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .enterprise-item-page {
    padding-top: 10px;
    background: #f7f8ff;
  }

  .enterprise-item-shell {
    margin-top: 10px !important;
  }

  .enterprise-item-media-col {
    order: 2;
  }

  .enterprise-item-media-card {
    min-height: 220px;
  }

  .enterprise-item-cover {
    padding: 12px;
  }

  .enterprise-item-media-note {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .enterprise-item-buy-card {
    order: 1;
    padding: 0;
  }

  .enterprise-item-title {
    font-size: 23px;
    line-height: 1.24;
  }

  .enterprise-item-price-row .price {
    font-size: 34px;
  }

  .enterprise-item-promise {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .enterprise-item-promise span {
    justify-content: flex-start;
    padding: 0 12px;
  }

  .enterprise-item-form {
    padding: 13px;
  }

  .enterprise-item-form .input-group.qty-group {
    width: 142px;
    grid-template-columns: 40px 1fr 40px;
  }

  .enterprise-pay-card .pay-list {
    grid-template-columns: 1fr;
  }

  .enterprise-item-detail .panel-body {
    padding: 20px 16px;
    font-size: 14px;
  }
}

/* AIXiamo clean storefront, 2026-04-25 */
:root {
  --ai-bg: #f7f8fc;
  --ai-panel: #ffffff;
  --ai-text: #0a1020;
  --ai-muted: #647084;
  --ai-line: #e8ebf3;
  --ai-dark: #111827;
  --ai-blue: #4f46e5;
  --ai-blue-2: #6d5dfc;
  --ai-shadow: 0 18px 48px rgba(33, 37, 72, 0.08);
}

.enterprise-nav {
  min-height: 70px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #eceff7;
}

.enterprise-nav__inner {
  min-height: 70px;
  gap: 20px;
}

.enterprise-brand__mark {
  display: none;
}

.enterprise-brand__text {
  color: var(--ai-blue);
  font-size: 26px;
  font-weight: 950;
}

.enterprise-nav__links {
  gap: 30px;
}

.enterprise-nav__links .nav-link {
  padding: 25px 0 23px;
  color: #101828;
  font-size: 14px;
  font-weight: 850;
}

.enterprise-nav__links .nav-link.active,
.enterprise-nav__links .nav-link:hover {
  color: var(--ai-blue);
}

.enterprise-nav__links .nav-link.active::after {
  height: 3px;
  border-radius: 999px;
  background: var(--ai-blue);
}

.enterprise-search {
  width: 180px;
  min-height: 42px;
  border-color: #e4e7f0;
  border-radius: 8px;
  background: #f8f9ff;
}

.enterprise-auth__ghost {
  color: #101828;
  background: transparent;
}

.aixiamo-body .enterprise-auth__solid,
.aixiamo-body .enterprise-auth__solid:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--ai-blue), var(--ai-blue-2));
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(79, 70, 229, 0.26);
}

.enterprise-store {
  background: #fff;
}

.enterprise-store .container {
  max-width: 1180px;
}

.enterprise-hero {
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, #fff 55.5%, rgba(238, 235, 255, 0.74) 55.5%, rgba(238, 235, 255, 0.74) 100%);
  border-bottom: 0;
}

.enterprise-hero .container {
  max-width: 100%;
  padding: 0;
}

.enterprise-hero__inner {
  min-height: 520px;
  grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  gap: 0;
}

.enterprise-hero__copy {
  max-width: 670px;
  justify-self: end;
  padding: 60px 74px 54px 24px;
}

.enterprise-eyebrow,
.enterprise-first-tip,
.enterprise-live-card,
.enterprise-trust-strip,
.enterprise-product-finder,
.enterprise-final-cta,
.enterprise-floating-help {
  display: none !important;
}

.enterprise-hero h1 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #0a1020;
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.08;
  font-weight: 950;
}

.enterprise-hero__lead {
  max-width: 560px;
  color: #5f697a;
  font-size: 18px;
  line-height: 1.85;
}

.enterprise-hero__actions {
  gap: 20px;
  margin-top: 30px;
}

.enterprise-button {
  min-width: 150px;
  min-height: 54px;
  border-radius: 8px;
  font-size: 15px;
}

.aixiamo-body .enterprise-button--dark,
.aixiamo-body .enterprise-button--dark:hover {
  background: linear-gradient(135deg, var(--ai-blue), var(--ai-blue-2));
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(79, 70, 229, 0.28);
}

.enterprise-button--light {
  color: var(--ai-blue);
  border-color: #e0e4ef;
  background: #fff;
  box-shadow: 0 12px 28px rgba(27, 34, 64, 0.06);
}

.enterprise-button--plain,
.enterprise-button--plain:hover,
.enterprise-button--light:hover {
  color: var(--ai-blue);
}

.enterprise-hero__meta {
  margin-top: 46px;
  color: #6b7484;
  font-size: 15px;
  font-weight: 650;
}

.enterprise-hero__meta span:first-child {
  color: var(--ai-blue);
  font-weight: 900;
}

.enterprise-hero__visual {
  height: 100%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f1ff 0%, #ece8ff 54%, #f7f8ff 100%);
}

.enterprise-hero__image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.enterprise-logo-card {
  display: none;
}

.enterprise-products {
  padding: 36px 0 42px;
  background: #fff;
}

.enterprise-section-head {
  margin-bottom: 26px;
}

.enterprise-section-head h2 {
  color: #0a1020;
  font-size: 30px;
}

.enterprise-section-head p {
  color: #7a8495;
  font-size: 14px;
}

.enterprise-category-wrap {
  margin: -8px 0 24px;
  text-align: center;
}

.enterprise-category-list {
  max-width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  padding: 4px;
  overflow-x: auto;
  border-color: #edf0f7;
  border-radius: 12px;
  background: #f8f9ff;
  box-shadow: none;
  scrollbar-width: none;
}

.enterprise-category-list::-webkit-scrollbar {
  display: none;
}

.enterprise-category-chip {
  min-height: 34px;
  flex: 0 0 auto;
  border-radius: 9px;
  color: #5c6677;
  font-size: 13px;
}

.enterprise-category-chip.is-primary,
.enterprise-category-chip:hover {
  color: #fff;
  background: var(--ai-blue);
}

.enterprise-product-grid {
  max-width: 940px;
  margin: 0 auto;
  justify-content: center;
}

.enterprise-product-link {
  padding-left: 10px;
  padding-right: 10px;
}

.enterprise-product-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  padding: 22px;
  position: relative;
  border-color: #e8ebf3;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(25, 31, 64, 0.045);
}

.enterprise-product-card::before {
  content: "";
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background:
    url("/assets/static/images/cover-gpt-plus-blue.svg") center/34px 34px no-repeat,
    linear-gradient(135deg, rgba(79, 70, 229, 0.13), rgba(109, 93, 252, 0.2));
}

.enterprise-product-card__top {
  position: absolute;
  top: 10px;
  right: 10px;
  min-height: 0;
}

.enterprise-product-card__badge {
  min-height: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--ai-blue), var(--ai-blue-2));
  border-radius: 0 8px 0 8px;
}

.enterprise-product-card__soldout {
  border-radius: 999px;
}

.enterprise-product-card__body {
  min-width: 0;
  padding: 0;
}

.enterprise-product-card__tag,
.enterprise-product-card__features {
  display: none;
}

.enterprise-product-card__title {
  min-height: 0;
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.35;
}

.enterprise-product-card__desc {
  min-height: 0;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #6b7484;
  font-size: 13px;
  line-height: 1.45;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.enterprise-product-card__foot {
  min-width: 0;
  margin: 8px 0 0;
}

.enterprise-product-card__meta {
  margin: 0 0 8px;
  justify-content: flex-start;
  gap: 12px;
  color: #8a94a6;
  font-size: 11px;
}

.enterprise-product-card__buy {
  align-items: center;
}

.enterprise-product-card__price {
  color: #0a1020;
  font-size: 22px;
}

.enterprise-product-card__price small {
  font-size: 13px;
}

.enterprise-product-card__button {
  min-width: auto;
  min-height: 28px;
  padding: 0;
  color: var(--ai-blue);
  background: transparent;
  font-size: 13px;
}

.enterprise-product-card__button::after {
  content: "→";
  margin-left: 8px;
}

.enterprise-product-link:hover .enterprise-product-card {
  border-color: rgba(79, 70, 229, 0.45);
  box-shadow: 0 20px 48px rgba(79, 70, 229, 0.12);
}

.enterprise-steps,
.enterprise-help,
.enterprise-feedback {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
}

@media (max-width: 1180px) {
  .enterprise-nav__links {
    gap: 18px;
  }

  .enterprise-search {
    width: 150px;
  }
}

@media (max-width: 991.98px) {
  .enterprise-nav__collapse {
    padding: 12px 0 16px;
  }

  .enterprise-search {
    width: 100%;
  }

  .enterprise-hero {
    min-height: auto;
    background: #fff;
  }

  .enterprise-hero .container {
    padding: 0 16px;
  }

  .enterprise-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .enterprise-hero__copy {
    max-width: none;
    justify-self: stretch;
    padding: 42px 0 22px;
  }

  .enterprise-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 54px);
  }

  .enterprise-hero__lead {
    font-size: 16px;
  }

  .enterprise-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .enterprise-button {
    width: 100%;
  }

  .enterprise-hero__meta {
    margin-top: 24px;
    gap: 8px 10px;
    font-size: 13px;
  }

  .enterprise-hero__visual {
    min-height: 280px;
    border-radius: 18px;
  }

  .enterprise-hero__image {
    min-height: 280px;
  }

  .enterprise-products {
    padding-top: 30px;
  }

  .enterprise-section-head h2 {
    font-size: 25px;
  }

  .enterprise-category-wrap {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    overflow: hidden;
    text-align: left;
  }

  .enterprise-category-list {
    width: 100%;
  }

  .enterprise-product-grid {
    max-width: none;
  }

  .enterprise-product-link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .enterprise-brand__text {
    font-size: 23px;
  }

  .enterprise-auth {
    gap: 6px;
  }

  .enterprise-auth a {
    min-height: 36px;
    padding: 0 11px;
    font-size: 13px;
  }

  .enterprise-hero__copy {
    padding-top: 34px;
  }

  .enterprise-hero h1 {
    margin-bottom: 14px;
  }

  .enterprise-hero__meta span {
    padding-right: 12px;
  }

  .enterprise-product-card {
    grid-template-columns: 66px minmax(0, 1fr);
    column-gap: 14px;
    padding: 18px;
  }

  .enterprise-product-card::before {
    width: 52px;
    height: 52px;
    background-size: 30px 30px, auto;
  }

  .enterprise-product-card__buy {
    flex-wrap: wrap;
    gap: 6px 12px;
  }
}

/* Clean storefront polish */
.enterprise-nav__links {
  gap: 22px;
  flex-wrap: nowrap;
}

.enterprise-nav__links .nav-link {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .enterprise-hero__actions {
    flex-wrap: nowrap;
  }

  .enterprise-button {
    min-width: 142px;
  }

  .enterprise-button--plain {
    min-width: 118px;
  }
}

.enterprise-product-card {
  grid-template-rows: auto auto auto;
  align-items: start;
  text-align: left;
}

.enterprise-product-card::before {
  grid-row: 1 / span 3;
}

.enterprise-product-card__top,
.enterprise-product-card__body,
.enterprise-product-card__foot {
  grid-column: 2;
}

.enterprise-product-card__top {
  position: static;
  justify-content: flex-end;
  min-height: 0;
  margin: -4px 0 4px;
}

.enterprise-product-card__badge {
  display: none;
}

.enterprise-product-card__soldout {
  min-height: 22px;
  padding: 0 8px;
  color: #dc2626;
  background: #fff0f0;
  font-size: 11px;
}

.enterprise-product-card__title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

  .enterprise-product-card__desc {
  max-width: 100%;
}

/* Clean hero refinement + restore product cards */
.enterprise-hero {
  min-height: 620px;
  padding: 96px 0 72px;
  background: #fff;
}

.enterprise-hero .container {
  max-width: 1180px;
  padding-left: 16px;
  padding-right: 16px;
}

.enterprise-hero__inner {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.enterprise-hero__copy {
  max-width: 580px;
  justify-self: start;
  padding: 0;
}

.enterprise-hero h1 {
  max-width: 570px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: 0;
}

.enterprise-hero__lead {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.8;
}

.enterprise-hero__actions {
  margin-top: 32px;
}

.enterprise-hero__meta {
  margin-top: 34px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 650;
}

.enterprise-hero__meta span {
  padding-right: 0;
}

.enterprise-hero__meta span:first-child {
  color: #64748b;
  font-weight: 650;
}

.enterprise-hero__meta span::after {
  display: none !important;
}

.enterprise-hero__visual {
  width: min(100%, 460px);
  max-width: 460px;
  min-height: 460px;
  justify-self: end;
  border-radius: 26px;
}

.enterprise-hero__image {
  min-height: 460px;
  height: 460px;
  border-radius: 26px;
}

.enterprise-products {
  padding: 72px 0 96px;
}

.enterprise-section-head h2 {
  font-size: 32px;
  line-height: 1.2;
}

.enterprise-section-head p {
  color: #64748b;
  font-size: 15px;
}

.enterprise-product-grid {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
  align-items: stretch;
}

.enterprise-product-link {
  padding-left: 10px;
  padding-right: 10px;
}

.enterprise-product-card {
  height: 100%;
  min-height: 304px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 18px;
  text-align: left;
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.enterprise-product-card::before {
  content: none;
}

.enterprise-product-card__top {
  position: static;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
}

.enterprise-product-card__badge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 6px;
  color: #9a3412;
  background: #fff1e7;
  font-size: 12px;
  font-weight: 900;
}

.enterprise-product-card__badge.is-gold {
  color: #166534;
  background: #e8f8ef;
}

.enterprise-product-card__soldout {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 6px;
  color: #991b1b;
  background: #fee2e2;
  font-size: 12px;
  font-weight: 900;
}

.enterprise-product-card__body {
  min-width: 0;
  padding-top: 12px;
  flex: 1;
}

.enterprise-product-card__tag {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 6px;
  color: #111827;
  background: #f3f4f6;
  font-size: 12px;
  font-weight: 900;
}

.enterprise-product-card__title {
  min-height: 56px;
  display: block;
  overflow: visible;
  margin: 14px 0 8px;
  color: #05070a;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 950;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.enterprise-product-card__desc {
  min-height: 44px;
  display: block;
  overflow: visible;
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.65;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.enterprise-product-card__features {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111827;
  font-size: 13px;
  font-weight: 760;
}

.enterprise-product-card__features li::before {
  content: "✓";
  margin-right: 8px;
  color: #05070a;
  font-weight: 950;
}

.enterprise-product-card__foot {
  min-width: 0;
  margin-top: 18px;
}

.enterprise-product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
  color: #4b5563;
  font-size: 12px;
}

.enterprise-product-card__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.enterprise-product-card__price {
  margin: 0;
  color: #05070a;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.enterprise-product-card__price small {
  margin-right: 2px;
  font-size: 17px;
}

.enterprise-product-card__button {
  min-width: 104px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 7px;
  color: #fff;
  background: #05070a;
  font-size: 13px;
  font-weight: 900;
}

.enterprise-product-card__button::after {
  content: none;
}

.enterprise-product-card.soldout .enterprise-product-card__button {
  color: #6b7280;
  background: #e5e7eb;
}

@media (max-width: 991.98px) {
  .enterprise-hero {
    min-height: auto;
    padding: 42px 0 34px;
  }

  .enterprise-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .enterprise-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .enterprise-hero__visual {
    width: 100%;
    max-width: none;
    min-height: 280px;
    justify-self: stretch;
  }

  .enterprise-hero__image {
    min-height: 280px;
    height: 280px;
  }

  .enterprise-products {
    padding: 54px 0 72px;
  }

  .enterprise-product-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Product card refresh: dynamic data, stronger service-card hierarchy. */
.enterprise-product-grid {
  row-gap: 6px;
}

.enterprise-product-card--market {
  --card-accent: #4f46e5;
  --card-soft: #eef2ff;
  --card-ink: #3730a3;
  position: relative;
  overflow: hidden;
  min-height: 392px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.98)),
    radial-gradient(circle at 100% 0%, var(--card-soft), transparent 42%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.enterprise-product-card--market::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent);
}

.enterprise-product-link:hover .enterprise-product-card--market {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--card-accent) 48%, #dbe1ea);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.11);
}

.enterprise-product-card--market.is-pro-5 {
  --card-accent: #6366f1;
  --card-soft: #eef2ff;
  --card-ink: #3730a3;
}

.enterprise-product-card--market.is-pro-20 {
  --card-accent: #a855f7;
  --card-soft: #faf5ff;
  --card-ink: #7e22ce;
}

.enterprise-product-card--market.is-gemini {
  --card-accent: #16a34a;
  --card-soft: #ecfdf5;
  --card-ink: #166534;
}

.enterprise-product-card--market.is-api {
  --card-accent: #0ea5e9;
  --card-soft: #f0f9ff;
  --card-ink: #0369a1;
}

.enterprise-product-card--market.is-grok {
  --card-accent: #0891b2;
  --card-soft: #ecfeff;
  --card-ink: #155e75;
}

.enterprise-product-card--market.is-default {
  --card-accent: #111827;
  --card-soft: #f3f4f6;
  --card-ink: #111827;
}

.enterprise-product-card--market .enterprise-product-card__top {
  min-height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px;
}

.enterprise-product-card__identity {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.enterprise-product-card__identity > div {
  min-width: 0;
}

.enterprise-product-card__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.enterprise-product-card__icon img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
}

.enterprise-product-card__icon b {
  display: none;
  line-height: 1;
}

.enterprise-product-card__icon.is-openai,
.enterprise-product-card__icon.is-gemini {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-product-card__icon.is-openai {
  background: linear-gradient(135deg, #111827, #030712);
}

.enterprise-product-card__icon.is-gemini {
  background: linear-gradient(135deg, #1a73e8, #34a853);
  font-size: 10.5px;
}

.enterprise-product-card__icon.is-api {
  font-size: 13px;
}

.enterprise-product-card__icon:not(.is-fallback) {
  color: transparent;
}

.enterprise-product-card__icon.is-fallback {
  padding: 0;
  border: 0;
  background: linear-gradient(135deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 68%, #111827));
  color: #fff;
}

.enterprise-product-card__icon.is-fallback b {
  display: inline-flex;
}

.enterprise-product-card--market .enterprise-product-card__tag {
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--card-ink);
  background: var(--card-soft);
  font-size: 12px;
  font-weight: 850;
}

.enterprise-product-card--market .enterprise-product-card__title {
  min-height: 0;
  margin: 9px 0 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 900;
  word-break: break-word;
}

.enterprise-product-card__status {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.enterprise-product-card__delivery-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #16a34a 0%, #0d9488 100%);
  box-shadow:
    0 12px 24px rgba(22, 163, 74, .22),
    inset 0 1px 0 rgba(255, 255, 255, .32);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.enterprise-product-card__delivery-badge i {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
}

.enterprise-product-card__delivery-badge i::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #dcfce7;
  box-shadow: 0 0 0 4px rgba(220, 252, 231, .20);
}

.enterprise-product-card--market .enterprise-product-card__badge,
.enterprise-product-card--market .enterprise-product-card__soldout {
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.enterprise-product-card--market .enterprise-product-card__badge {
  color: #c2410c;
  background: #fff7ed;
  box-shadow: inset 0 0 0 1px #fed7aa;
}

.enterprise-product-card--market .enterprise-product-card__badge.is-gold {
  color: var(--card-ink);
  background: var(--card-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--card-accent) 22%, #fff);
}

.enterprise-product-card--market .enterprise-product-card__body {
  min-width: 0;
  padding: 0;
  flex: 1;
}

.enterprise-product-card--market .enterprise-product-card__desc {
  min-height: 48px;
  margin: 0 0 14px;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
}

.enterprise-product-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.enterprise-product-card__pills span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--card-ink);
  background: var(--card-soft);
  font-size: 12px;
  font-weight: 820;
}

.enterprise-product-card--market .enterprise-product-card__features {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #1f2937;
  font-size: 13px;
  font-weight: 720;
}

.enterprise-product-card--market .enterprise-product-card__features li {
  position: relative;
  min-height: 20px;
  padding-left: 28px;
}

.enterprise-product-card--market .enterprise-product-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  color: var(--card-accent);
  background: var(--card-soft);
  font-size: 11px;
  font-weight: 950;
}

.enterprise-product-card--market .enterprise-product-card__foot {
  min-width: 0;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

.enterprise-product-card--market .enterprise-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
  margin: 0 0 16px;
  color: #475569;
  font-size: 12px;
}

.enterprise-product-card--market .enterprise-product-card__meta span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px #e2e8f0;
  white-space: nowrap;
}

.enterprise-product-card--market .enterprise-product-card__meta span.is-auto-delivery {
  gap: 6px;
  color: #047857;
  background: linear-gradient(135deg, #ecfdf5 0%, #dcfce7 100%);
  box-shadow: inset 0 0 0 1px rgba(22, 163, 74, .26);
  font-weight: 950;
}

.enterprise-product-card--market .enterprise-product-card__meta span.is-auto-delivery::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .16);
}

.enterprise-product-card--market .enterprise-product-card__buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.enterprise-product-card__original-price {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 780;
}

.enterprise-product-card__original-price span {
  color: #64748b;
}

.enterprise-product-card__original-price del {
  color: #94a3b8;
  text-decoration-line: line-through;
  text-decoration-color: #ef4444;
  text-decoration-thickness: 1.5px;
}

.enterprise-product-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.enterprise-product-card--market .enterprise-product-card__price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  min-width: 0;
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  line-height: .95;
  font-weight: 950;
}

.enterprise-product-card__value-note {
  flex: 0 0 auto;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 138px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 32%, #f8fafc);
  border-radius: 999px;
  color: color-mix(in srgb, var(--card-accent) 72%, #0f172a);
  background: color-mix(in srgb, var(--card-accent) 10%, #ffffff);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.enterprise-product-card--market .enterprise-product-card__price small {
  margin: 0 1px 3px 0;
  font-size: 20px;
  line-height: 1;
}

.enterprise-product-card--market .enterprise-product-card__price em {
  margin: 0 0 4px 5px;
  color: #64748b;
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
}

.enterprise-product-card--market .enterprise-product-card__button {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: var(--card-accent);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--card-accent) 24%, transparent);
}

.enterprise-product-card--market .enterprise-product-card__button::after {
  content: "→";
  margin-left: 8px;
  font-weight: 900;
}

.enterprise-product-card--market.soldout {
  opacity: 1;
  filter: grayscale(.15);
}

.enterprise-product-card--market.soldout::before {
  background: #94a3b8;
}

.enterprise-product-card--market.soldout .enterprise-product-card__button {
  color: #64748b;
  background: #e2e8f0;
  box-shadow: none;
}

.enterprise-product-card--market.soldout .enterprise-product-card__button::after {
  content: none;
}

@media (max-width: 767.98px) {
  .enterprise-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.2vw, 42px);
    line-height: 1.08;
  }

  .enterprise-hero__lead {
    font-size: 17px;
    line-height: 1.7;
  }

  .enterprise-section-head h2 {
    font-size: 32px;
    line-height: 1.18;
  }

  .enterprise-product-link {
    padding-left: 0;
    padding-right: 0;
  }

  .enterprise-product-card--market {
    min-height: auto;
    padding: 20px;
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    gap: 10px;
  }

  .enterprise-product-card__identity {
    gap: 12px;
  }

  .enterprise-product-card__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 14px;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    font-size: 19px;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    font-size: 36px;
  }
}

.enterprise-hero__meta--live {
  width: fit-content;
  max-width: 100%;
  min-height: 38px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 11px;
  margin-top: 34px;
  padding: 0 16px 0 12px;
  overflow: hidden;
  color: #475569;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
  backdrop-filter: blur(14px);
}

.enterprise-hero__pulse {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .12);
}

.enterprise-hero__pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(34, 197, 94, .28);
  border-radius: inherit;
  animation: enterpriseHeroTickerPulse 1.8s ease-out infinite;
}

.enterprise-hero__ticker {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #475569;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-hero__ticker b {
  flex: 0 0 auto;
  color: #0f172a;
  font-weight: 880;
}

.enterprise-hero__ticker b::after {
  content: "·";
  margin-left: 8px;
  color: #cbd5e1;
  font-weight: 800;
}

.enterprise-hero__ticker em {
  min-width: 0;
  display: block;
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity .22s ease, transform .22s ease;
}

.enterprise-hero__meta--live.is-switching .enterprise-hero__ticker em {
  opacity: 0;
  transform: translateY(5px);
}

@keyframes enterpriseHeroTickerPulse {
  0% {
    opacity: .9;
    transform: scale(.65);
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 767.98px) {
  .enterprise-hero__meta--live {
    width: 100%;
    min-height: 38px;
    margin-top: 26px;
    padding: 0 13px 0 11px;
    border-radius: 10px;
  }

  .enterprise-hero__ticker {
    font-size: 13px;
  }
}

.enterprise-product-card--market .enterprise-product-card__identity {
  display: block;
  flex: 1 1 auto;
  max-width: calc(100% - 70px);
}

.enterprise-product-card--market .enterprise-product-card__identity > div {
  width: 100%;
}

.enterprise-product-card--market .enterprise-product-card__icon {
  display: none !important;
}

.enterprise-product-card--market .enterprise-product-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: 0;
}

.enterprise-product-card--market .enterprise-product-card__tag {
  margin: 0;
}

.enterprise-product-card--market .enterprise-product-card__desc {
  margin-top: 22px;
}

@media (max-width: 767.98px) {
  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: calc(100% - 62px);
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    font-size: 20px;
    line-height: 1.28;
  }
}

.enterprise-mobile-dock {
  display: none;
}

@media (max-width: 767.98px) {
  .aixiamo-body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
    background: #f6f8ff;
  }

  .enterprise-nav {
    min-height: 56px;
    border-bottom: 1px solid #eef2f7;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
  }

  .enterprise-nav__inner {
    min-height: 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px auto;
    gap: 8px;
    padding: 0 12px;
  }

  .enterprise-brand {
    gap: 6px;
    min-width: 0;
  }

  .enterprise-brand__mark {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    font-size: 10px;
  }

  .enterprise-brand__text {
    font-size: 13px;
    letter-spacing: 0;
  }

  .enterprise-nav__toggle {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 8px;
    background: #f8fafc;
  }

  .enterprise-auth {
    gap: 6px;
  }

  .enterprise-auth__ghost,
  .enterprise-auth__solid {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 12px;
  }

  .enterprise-auth__ghost i {
    display: none;
  }

  .enterprise-auth__solid {
    box-shadow: 0 8px 18px rgba(79, 70, 229, .22);
  }

  .enterprise-store {
    background: #f6f8ff;
  }

  .enterprise-hero {
    min-height: auto;
    padding: 14px 0 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
  }

  .enterprise-hero .container {
    padding: 0 12px;
  }

  .enterprise-hero__inner {
    display: block;
    min-height: 0;
  }

  .enterprise-hero__copy {
    padding: 10px 0 0;
  }

  .enterprise-eyebrow {
    width: fit-content;
    max-width: 100%;
    min-height: 24px;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    padding: 0 9px;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
  }

  .enterprise-eyebrow i {
    font-size: 11px;
  }

  .enterprise-hero h1 {
    max-width: 330px;
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 920;
  }

  .enterprise-hero__lead {
    max-width: 340px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .enterprise-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .enterprise-hero__actions .enterprise-button {
    min-width: 0;
    min-height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 850;
  }

  .enterprise-hero__actions .enterprise-button--dark {
    grid-column: 1 / -1;
    min-height: 42px;
    font-size: 14px;
  }

  .enterprise-hero__actions .enterprise-button--plain {
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
  }

  .enterprise-hero__meta--live {
    width: 100%;
    min-height: 32px;
    margin-top: 10px;
    padding: 0 10px;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .045);
  }

  .enterprise-hero__pulse {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .11);
  }

  .enterprise-hero__ticker {
    gap: 6px;
    font-size: 11px;
  }

  .enterprise-hero__ticker b::after {
    margin-left: 6px;
  }

  .enterprise-hero__visual {
    display: none !important;
  }

  .aixiamo-body .enterprise-trust-strip {
    display: block !important;
    padding: 8px 0 4px;
    background: #f6f8ff;
  }

  .enterprise-trust-strip__inner {
    width: calc(100% - 24px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .enterprise-trust-strip__inner div {
    min-height: 62px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 3px;
    padding: 7px 4px;
    border: 1px solid #e7ebf4 !important;
    border-radius: 8px;
    background: #fff;
  }

  .enterprise-trust-strip__inner div:nth-child(n+5) {
    display: none;
  }

  .enterprise-trust-strip__inner i {
    grid-row: auto;
    color: #4f46e5;
    font-size: 16px;
  }

  .enterprise-trust-strip__inner strong {
    color: #0f172a;
    font-size: 11px;
    font-weight: 850;
  }

  .enterprise-trust-strip__inner span {
    display: none;
  }

  .enterprise-products {
    padding: 14px 0 20px;
    background: #f6f8ff;
  }

  .enterprise-products .container {
    padding: 0 10px;
  }

  .enterprise-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
    text-align: left;
  }

  .enterprise-section-head h2 {
    margin: 0;
    font-size: 0;
  }

  .enterprise-section-head h2::after {
    content: "热门服务";
    color: #0f172a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 920;
  }

  .enterprise-section-head p {
    margin: 0;
    color: #64748b;
    font-size: 11px;
  }

  .enterprise-category-wrap {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
  }

  .enterprise-category-list {
    width: 100%;
    gap: 6px;
    padding: 3px;
    border-radius: 9px;
    background: #eef2ff;
  }

  .enterprise-category-chip {
    min-height: 30px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 850;
  }

  .enterprise-category-chip .chip-icon {
    width: 14px;
    height: 14px;
  }

  .enterprise-product-grid {
    display: flex;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .enterprise-product-link {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .enterprise-product-card--market {
    min-height: 205px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .055);
  }

  .enterprise-product-card--market::before {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 48px;
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 8px;
  }

  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: calc(100% - 46px);
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 36px;
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.32;
    font-weight: 920;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    min-height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    font-size: 10px;
    line-height: 20px;
  }

  .enterprise-product-card__status {
    gap: 4px;
  }

  .enterprise-product-card__delivery-badge {
    min-height: 22px;
    gap: 5px;
    padding: 0 7px;
    font-size: 10px;
  }

  .enterprise-product-card__delivery-badge i {
    width: 14px;
    height: 14px;
  }

  .enterprise-product-card__delivery-badge i::before {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px rgba(220, 252, 231, .20);
  }

  .enterprise-product-card__badge,
  .enterprise-product-card__soldout {
    min-height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 10px;
  }

  .enterprise-product-card__body {
    flex: 1 1 auto;
    padding: 0;
  }

  .enterprise-product-card--market .enterprise-product-card__desc {
    display: -webkit-box;
    overflow: hidden;
    min-height: 34px;
    margin: 0 0 8px;
    color: #475569;
    font-size: 11px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .enterprise-product-card--market .enterprise-product-card__pills {
    display: none;
  }

  .enterprise-product-card--market .enterprise-product-card__features {
    display: none;
  }

  .enterprise-product-card__foot {
    margin: 8px 0 0;
    padding-top: 9px;
    border-top: 1px solid #eef2f7;
  }

  .enterprise-product-card__meta {
    min-height: 18px;
    margin: 0 0 6px;
    gap: 4px;
    font-size: 10px;
  }

  .enterprise-product-card__meta span {
    min-height: 18px;
    padding: 0 6px;
    border-radius: 999px;
  }

  .enterprise-product-card__meta span:first-child,
  .enterprise-product-card__meta span:nth-child(3) {
    display: none;
  }

  .enterprise-product-card__buy {
    display: block;
  }

  .enterprise-product-card__original-price {
    min-height: 16px;
    margin: 0 0 2px;
    font-size: 10px;
  }

  .enterprise-product-card__price-row {
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 8px;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0;
    font-size: 24px;
    line-height: 1.05;
  }

  .enterprise-product-card__value-note {
    min-height: 22px;
    max-width: 92px;
    padding: 0 7px;
    font-size: 10px;
  }

  .enterprise-product-card__price small {
    font-size: 12px;
  }

  .enterprise-product-card__price em {
    margin-left: 2px;
    font-size: 10px;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    width: 100%;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 72%, #6d5dfc));
    border-radius: 7px;
    font-size: 12px;
    box-shadow: 0 8px 16px color-mix(in srgb, var(--card-accent) 20%, transparent);
  }

  .enterprise-product-card--market.soldout .enterprise-product-card__button {
    color: #64748b;
    background: #e2e8f0;
    box-shadow: none;
  }

  .enterprise-steps,
  .enterprise-help {
    padding: 18px 0;
    background: #fff;
  }

  .enterprise-steps .container,
  .enterprise-help .container {
    padding: 0 10px;
  }

  .enterprise-section-head--compact {
    margin-bottom: 10px;
  }

  .enterprise-section-head--compact h2::after {
    content: attr(id);
    display: none;
  }

  .enterprise-section-head--compact h2 {
    font-size: 18px;
  }

  .enterprise-step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .enterprise-step-arrow {
    display: none;
  }

  .enterprise-step-list article {
    min-height: 94px;
    padding: 12px 8px;
    border-radius: 8px;
  }

  .enterprise-step-list article span {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  .enterprise-step-list article strong {
    font-size: 11px;
  }

  .enterprise-step-list article p {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.35;
  }

  .enterprise-help-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .enterprise-help-grid a {
    min-height: 72px;
    padding: 8px 4px;
    border-radius: 8px;
  }

  .enterprise-help-grid i {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .enterprise-help-grid span {
    font-size: 10px;
    line-height: 1.35;
  }

  .enterprise-feedback {
    display: none;
  }

  .enterprise-mobile-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: grid;
    grid-template-columns: .9fr 1.25fr;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -10px 24px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
  }

  .enterprise-mobile-dock a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
  }

  .enterprise-mobile-dock__item {
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
  }

  .enterprise-mobile-dock__primary {
    color: #fff;
    background: linear-gradient(135deg, var(--ai-blue), var(--ai-blue-2));
    box-shadow: 0 10px 20px rgba(79, 70, 229, .24);
  }
}

@media (max-width: 767.98px) {
  .enterprise-hero h1 {
    max-width: 340px;
    font-size: 22px;
    line-height: 1.15;
  }

  .enterprise-hero h1 span {
    display: block;
  }

  .enterprise-hero__lead {
    font-size: 12px;
    line-height: 1.5;
  }

  .enterprise-product-card--market {
    min-height: 196px;
    padding: 10px;
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 70px;
    margin-bottom: 6px;
  }

  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: calc(100% - 42px);
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 34px;
    margin-bottom: 5px;
    font-size: 12.5px;
    line-height: 1.32;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    min-height: 18px;
    padding: 0 6px;
    font-size: 9.5px;
    line-height: 18px;
  }

  .enterprise-product-card__badge,
  .enterprise-product-card__soldout {
    min-height: 19px;
    padding: 0 6px;
    font-size: 9.5px;
  }

  .enterprise-product-card--market .enterprise-product-card__body {
    display: none;
  }

  .enterprise-product-card--market .enterprise-product-card__foot {
    margin-top: auto;
    padding-top: 8px;
  }

  .enterprise-product-card--market .enterprise-product-card__meta {
    margin-bottom: 6px;
  }

  .enterprise-product-card--market .enterprise-product-card__original-price {
    min-height: 15px;
    margin-bottom: 1px;
    font-size: 9.5px;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin-bottom: 7px;
    font-size: 22px;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    min-height: 30px;
    border-radius: 7px;
    font-size: 11.5px;
  }
}

@media (max-width: 767.98px) {
  .aixiamo-body {
    padding-bottom: 0;
    background: #f8fafc;
  }

  .enterprise-store {
    background: #f8fafc;
  }

  .enterprise-nav {
    box-shadow: none;
  }

  .enterprise-hero {
    padding: 18px 0 18px;
    background: #fff;
  }

  .enterprise-hero__copy {
    padding-top: 4px;
  }

  .enterprise-eyebrow {
    display: none !important;
  }

  .enterprise-hero h1 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .enterprise-hero__lead {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
  }

  .enterprise-hero__actions {
    gap: 9px;
    margin-top: 16px;
  }

  .enterprise-hero__actions .enterprise-button--dark {
    min-height: 44px;
  }

  .enterprise-hero__actions .enterprise-button {
    min-height: 38px;
  }

  .enterprise-hero__meta--live {
    min-height: 34px;
    margin-top: 12px;
    background: #f8fafc;
    box-shadow: none;
  }

  .enterprise-hero__ticker {
    font-size: 12px;
  }

  .aixiamo-body .enterprise-trust-strip {
    display: none !important;
  }

  .enterprise-products {
    padding: 18px 0 24px;
    background: #f8fafc;
  }

  .enterprise-section-head {
    display: block;
    margin-bottom: 12px;
  }

  .enterprise-section-head h2 {
    font-size: 0;
  }

  .enterprise-section-head h2::after {
    content: "选择适合你的服务";
    font-size: 20px;
  }

  .enterprise-section-head p {
    margin-top: 5px;
    font-size: 12px;
  }

  .enterprise-category-list {
    gap: 6px;
    padding: 4px;
    background: #eef2ff;
    border: 1px solid #e0e7ff;
  }

  .enterprise-product-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .enterprise-product-link {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 12px !important;
    padding: 0;
  }

  .enterprise-product-card--market {
    min-height: 0;
    display: block;
    padding: 16px;
    border-color: #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .055);
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
  }

  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: calc(100% - 58px);
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 0;
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.32;
    -webkit-line-clamp: 2;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    min-height: 22px;
    padding: 0 9px;
    font-size: 11px;
    line-height: 22px;
  }

  .enterprise-product-card__status {
    flex: 0 0 auto;
  }

  .enterprise-product-card__badge {
    min-height: 22px;
    padding: 0 8px;
    font-size: 11px;
  }

  .enterprise-product-card--market .enterprise-product-card__soldout {
    display: none;
  }

  .enterprise-product-card--market .enterprise-product-card__body {
    display: block;
    padding: 0;
  }

  .enterprise-product-card--market .enterprise-product-card__desc {
    display: -webkit-box;
    overflow: hidden;
    min-height: 0;
    margin: 14px 0 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .enterprise-product-card--market .enterprise-product-card__pills,
  .enterprise-product-card--market .enterprise-product-card__features {
    display: none;
  }

  .enterprise-product-card--market .enterprise-product-card__foot {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #edf2f7;
  }

  .enterprise-product-card--market .enterprise-product-card__meta {
    min-height: 0;
    margin: 0 0 10px;
    gap: 6px;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span {
    min-height: 22px;
    padding: 0 8px;
    font-size: 11px;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span:first-child {
    display: inline-flex;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span:nth-child(3) {
    display: none;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 124px;
    align-items: end;
    column-gap: 12px;
  }

  .enterprise-product-card--market .enterprise-product-card__original-price {
    grid-column: 1;
    min-height: 17px;
    margin: 0 0 2px;
    font-size: 11px;
  }

  .enterprise-product-card__price-row {
    grid-column: 1;
    margin: 0;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0;
    font-size: 32px;
    line-height: 1.05;
  }

  .enterprise-product-card--market .enterprise-product-card__price small {
    font-size: 15px;
  }

  .enterprise-product-card--market .enterprise-product-card__price em {
    font-size: 12px;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 124px;
    min-height: 42px;
    border-radius: 8px;
    font-size: 13px;
  }

  .enterprise-mobile-dock {
    display: none !important;
  }

  .enterprise-steps,
  .enterprise-help {
    background: #fff;
  }
}

@media (max-width: 767.98px) {
  .enterprise-nav__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .enterprise-nav__toggle,
  .enterprise-nav__collapse {
    display: none !important;
  }

  .enterprise-auth {
    justify-self: end;
  }

  .enterprise-auth__ghost,
  .enterprise-auth__solid {
    min-height: 32px;
    padding: 0 11px;
    box-shadow: none;
  }

  .enterprise-hero {
    padding: 20px 0 16px;
  }

  .enterprise-hero h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.14;
  }

  .enterprise-hero__lead {
    color: #64748b;
    font-size: 13px;
    line-height: 1.62;
  }

  .enterprise-hero__actions {
    display: block;
    margin-top: 16px;
  }

  .enterprise-hero__actions .enterprise-button--dark {
    width: 100%;
    min-height: 46px;
  }

  .enterprise-hero__actions .enterprise-button--light,
  .enterprise-hero__actions .enterprise-button--plain,
  .enterprise-hero__meta--live {
    display: none !important;
  }

  .enterprise-products {
    padding-top: 18px;
  }

  .enterprise-section-head {
    margin-bottom: 10px;
  }

  .enterprise-section-head h2::after {
    content: "选择服务";
    font-size: 20px;
  }

  .enterprise-section-head p {
    display: none;
  }

  .enterprise-category-wrap {
    margin-bottom: 12px;
  }

  .enterprise-category-list {
    gap: 8px;
    padding: 0 0 2px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .enterprise-category-chip {
    min-height: 30px;
    padding: 0 12px;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 12px;
    box-shadow: none;
  }

  .enterprise-category-chip.is-primary,
  .enterprise-category-chip:hover {
    color: #fff;
    background: #4f46e5;
    border-color: #4f46e5;
  }

  .enterprise-category-chip .chip-icon {
    display: none;
  }

  .enterprise-product-card--market {
    padding: 15px;
    box-shadow: none;
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    align-items: flex-start;
  }

  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: 100%;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.3;
  }

  .enterprise-product-card--market .enterprise-product-card__status,
  .enterprise-product-card--market .enterprise-product-card__desc {
    display: none;
  }

  .enterprise-product-card--market .enterprise-product-card__foot {
    margin-top: 14px;
    padding-top: 12px;
  }

  .enterprise-product-card--market .enterprise-product-card__meta {
    margin-bottom: 10px;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span:first-child,
  .enterprise-product-card--market .enterprise-product-card__meta span:nth-child(3) {
    display: none;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span {
    min-height: 22px;
    padding: 0;
    color: #64748b;
    background: transparent;
    border: 0;
    font-size: 12px;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    font-size: 31px;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    width: 118px;
    min-height: 40px;
    box-shadow: none;
  }
}

.enterprise-mobile-shopbar,
.enterprise-mobile-buy-dock {
  display: none;
}

@media (max-width: 767.98px) {
  .aixiamo-body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
    background: #f8fafc;
  }

  .enterprise-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #e9edf6;
    backdrop-filter: blur(14px);
  }

  .enterprise-store {
    background: #f8fafc;
  }

  .enterprise-hero {
    padding: 14px 0 12px;
    border-bottom: 1px solid #edf1f7;
    background: #fff;
  }

  .enterprise-hero .container,
  .enterprise-products .container,
  .enterprise-steps .container,
  .enterprise-help .container,
  .enterprise-final-cta .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .enterprise-hero h1 {
    max-width: 100%;
    margin-bottom: 7px;
    font-size: 23px;
    line-height: 1.16;
  }

  .enterprise-hero__lead {
    max-width: 100%;
    color: #5f6b7d;
    font-size: 13px;
    line-height: 1.55;
  }

  .enterprise-hero__actions {
    margin-top: 13px;
  }

  .enterprise-hero__actions .enterprise-button--dark {
    min-height: 46px;
    border-radius: 12px;
    font-size: 14px;
  }

  .enterprise-first-tip {
    display: flex;
    margin-top: 10px;
    padding: 9px 10px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: 12px;
    line-height: 1.45;
  }

  .enterprise-products {
    padding-top: 14px;
  }

  .enterprise-product-finder {
    display: grid;
    gap: 10px;
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid #e5eaf4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
  }

  .enterprise-product-finder__title {
    gap: 9px;
  }

  .enterprise-product-finder__title span {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .enterprise-product-finder__title strong {
    font-size: 14px;
  }

  .enterprise-product-finder__title small {
    display: none;
  }

  .enterprise-product-finder__tags {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .enterprise-product-finder__tags::-webkit-scrollbar,
  .enterprise-category-list::-webkit-scrollbar {
    display: none;
  }

  .enterprise-product-finder__tags span {
    min-height: 28px;
    flex: 0 0 auto;
    padding: 0 9px;
    border-radius: 999px;
    color: #0f766e;
    background: #ecfdf5;
    font-size: 11px;
    font-weight: 850;
  }

  .enterprise-category-wrap {
    position: sticky;
    top: 57px;
    z-index: 10;
    margin: 0 0 12px;
    padding: 8px 0;
    background: rgba(248, 250, 252, .96);
    backdrop-filter: blur(12px);
  }

  .enterprise-category-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 0 1px 2px;
    scroll-snap-type: x proximity;
  }

  .enterprise-category-chip {
    min-height: 34px;
    flex: 0 0 auto;
    padding: 0 13px;
    border-radius: 999px;
    scroll-snap-align: start;
  }

  .enterprise-product-link {
    margin-bottom: 11px !important;
  }

  .enterprise-product-card--market {
    padding: 15px;
    border: 1px solid #e5eaf4;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .045);
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    font-size: 16px;
    line-height: 1.34;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    background: #f1f5f9;
  }

  .enterprise-product-card--market .enterprise-product-card__meta {
    gap: 8px;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span {
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #edf1f7;
    font-size: 11px;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    grid-template-columns: minmax(0, 1fr) 126px;
    align-items: center;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    font-size: 30px;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    width: 126px;
    min-height: 44px;
    border-radius: 12px;
    font-size: 13px;
    box-shadow: 0 10px 18px rgba(79, 70, 229, .18);
  }

  .enterprise-steps,
  .enterprise-help,
  .enterprise-final-cta {
    padding: 18px 0;
  }

  .enterprise-step-list article {
    border-radius: 12px;
  }

  .enterprise-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .enterprise-help-grid a {
    min-height: 78px;
    border-radius: 12px;
  }

  .enterprise-final-cta {
    display: none;
  }

  .enterprise-floating-help,
  .enterprise-mobile-dock {
    display: none !important;
  }

  .enterprise-footer {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .enterprise-mobile-shopbar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    z-index: 1060;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(226, 232, 240, .92);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
    backdrop-filter: blur(16px);
  }

  .enterprise-mobile-shopbar a {
    min-width: 0;
    min-height: 48px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 13px;
    color: #475569;
    text-decoration: none;
    font-size: 11px;
    font-weight: 850;
  }

  .enterprise-mobile-shopbar i {
    font-size: 16px;
  }

  .enterprise-mobile-shopbar__primary {
    color: #fff !important;
    background: linear-gradient(135deg, #4f46e5, #6d5dfc);
    box-shadow: 0 10px 18px rgba(79, 70, 229, .22);
  }

  .enterprise-item-page {
    padding: 8px 0 calc(84px + env(safe-area-inset-bottom));
    background: #f8fafc;
  }

  body:has(.enterprise-item-page) {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  body:has(.enterprise-item-page) .enterprise-mobile-shopbar {
    display: none;
  }

  .enterprise-item-page .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .enterprise-item-shell,
  .enterprise-item-detail {
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  }

  .enterprise-item-shell__body {
    padding: 12px;
  }

  .enterprise-item-media-col {
    display: none !important;
  }

  .enterprise-item-back {
    display: none;
  }

  .enterprise-item-title {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.28;
  }

  .enterprise-item-badges {
    gap: 6px !important;
  }

  .enterprise-item-badges .badge-soft {
    min-height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }

  .enterprise-item-price-row {
    margin: 10px 0 12px !important;
  }

  .enterprise-item-price-row .price {
    font-size: 32px;
  }

  .enterprise-item-promise {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .enterprise-item-promise span {
    min-height: 36px;
    justify-content: center;
    padding: 0 6px;
    border-radius: 12px;
    font-size: 11px;
  }

  .enterprise-item-form {
    padding: 12px;
    border-radius: 14px;
  }

  .enterprise-item-form .form-label {
    font-size: 13px;
  }

  .enterprise-item-form .form-control,
  .enterprise-item-form .optional-card {
    min-height: 46px;
    border-radius: 12px;
    font-size: 14px;
  }

  .enterprise-item-form .sku {
    min-height: 42px;
    border-radius: 12px;
  }

  .enterprise-item-form .input-group.qty-group {
    width: 164px;
    grid-template-columns: 44px 1fr 44px;
    border-radius: 12px;
  }

  .plus-plan-selector {
    border-radius: 14px;
  }

  .plus-plan-option {
    min-height: 68px;
    border-radius: 13px;
  }

  .plan-service-note__item {
    border-radius: 13px;
  }

  .enterprise-pay-card {
    border-radius: 14px;
  }

  .enterprise-pay-card .pay-list {
    grid-template-columns: 1fr;
  }

  .enterprise-pay-card .pay-list .pay {
    min-height: 48px;
    border-radius: 12px;
  }

  .activation-entry {
    border-radius: 14px;
  }

  .enterprise-item-detail {
    margin-top: 12px !important;
  }

  .enterprise-item-detail .panel-header {
    padding: 13px 14px;
  }

  .enterprise-item-detail .panel-body {
    padding: 16px 14px;
  }

  .enterprise-mobile-buy-dock {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    z-index: 1065;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 10px;
    align-items: center;
    padding: 9px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .17);
    backdrop-filter: blur(16px);
  }

  .enterprise-mobile-buy-dock__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 4px;
  }

  .enterprise-mobile-buy-dock__meta span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
  }

  .enterprise-mobile-buy-dock__meta strong {
    overflow: hidden;
    color: #4f46e5;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .enterprise-mobile-buy-dock a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #4f46e5, #6d5dfc);
    box-shadow: 0 10px 18px rgba(79, 70, 229, .24);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
  }
}

/* Refined sold-out and presale status chips. Keep the card quiet, make the state unmistakable. */
.enterprise-product-card--market .enterprise-product-card__soldout {
  position: relative;
  min-height: 28px;
  padding: 0 12px 0 11px;
  border: 1px solid rgba(248, 113, 113, .38);
  color: #fff;
  background: linear-gradient(135deg, #ef4444 0%, #fb7185 52%, #f97316 100%);
  box-shadow: 0 10px 22px rgba(239, 68, 68, .24), inset 0 1px 0 rgba(255, 255, 255, .32);
  letter-spacing: 0;
}

.enterprise-product-card--market .enterprise-product-card__soldout::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .18);
  animation: enterprise-status-pulse 1.8s ease-in-out infinite;
}

.enterprise-product-card--market.soldout {
  filter: none;
}

.enterprise-product-card--market.soldout::before {
  background: linear-gradient(180deg, #ef4444, #fb7185);
}

.enterprise-product-card--market.soldout .enterprise-product-card__button {
  color: #4f46e5;
  background: #eef2ff;
  box-shadow: inset 0 0 0 1px #c7d2fe;
}

@keyframes enterprise-status-pulse {
  0%, 100% {
    transform: scale(.86);
    opacity: .72;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  .enterprise-product-card--market.soldout {
    padding-top: 48px;
  }

  .enterprise-product-card--market.soldout .enterprise-product-card__status {
    position: absolute;
    top: 14px;
    left: 15px;
    right: auto;
    display: flex !important;
    flex: 0 0 auto;
    align-items: flex-start;
  }

  .enterprise-product-card--market.soldout .enterprise-product-card__badge {
    display: none;
  }

  .enterprise-product-card--market.soldout .enterprise-product-card__identity {
    max-width: 100%;
  }

  .enterprise-product-card--market .enterprise-product-card__soldout {
    display: inline-flex;
    justify-content: center;
    min-width: 64px;
    min-height: 24px;
    padding: 0 9px;
    font-size: 11px;
  }
}

.enterprise-product-card--market.is-presale {
  border-color: rgba(124, 58, 237, .38);
  background:
    radial-gradient(circle at 92% 8%, rgba(245, 158, 11, .16), transparent 34%),
    radial-gradient(circle at 8% 0%, rgba(99, 102, 241, .12), transparent 30%),
    #fff;
  box-shadow: 0 24px 54px rgba(79, 70, 229, .14), 0 0 0 1px rgba(124, 58, 237, .10);
}

.enterprise-product-card--market.is-presale::before {
  height: 4px;
  background: linear-gradient(90deg, #312e81 0%, #7c3aed 50%, #06b6d4 100%);
}

.enterprise-product-card--market.is-presale .enterprise-product-card__tag,
.enterprise-product-card--market.is-presale .enterprise-product-card__pills span,
.enterprise-product-card--market.is-presale .enterprise-product-card__features li::before {
  color: #4c1d95;
  background: #f3e8ff;
}

.enterprise-product-card--market.is-presale .enterprise-product-card__badge.is-gold {
  color: #6d28d9;
  background: #faf5ff;
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, .28);
}

.enterprise-product-card--market.is-presale .enterprise-product-card__soldout.is-presale {
  min-height: 32px;
  padding: 0 14px 0 13px;
  border: 1px solid rgba(167, 139, 250, .58);
  color: #fff;
  background: linear-gradient(135deg, #312e81 0%, #6d28d9 52%, #0891b2 100%);
  box-shadow: 0 14px 30px rgba(124, 58, 237, .30), inset 0 1px 0 rgba(255, 255, 255, .34);
  font-size: 13px;
}

.enterprise-product-card--market.is-presale .enterprise-product-card__soldout.is-presale::before {
  width: 7px;
  height: 7px;
  background: #cffafe;
  box-shadow: 0 0 0 5px rgba(207, 250, 254, .20);
}

.enterprise-product-card--market.is-presale.soldout .enterprise-product-card__button {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 14px 26px rgba(79, 70, 229, .26);
}

.enterprise-product-card--market.is-presale.soldout .enterprise-product-card__button::after {
  content: "→";
}

@media (max-width: 767.98px) {
  .enterprise-product-card--market.is-presale.soldout {
    padding-top: 54px;
  }

  .enterprise-product-card--market.is-presale.soldout .enterprise-product-card__status {
    left: 15px;
  }

  .enterprise-product-card--market.is-presale .enterprise-product-card__soldout.is-presale {
    min-width: 80px;
    min-height: 26px;
    padding: 0 11px;
    font-size: 12px;
  }
}

.same-day-redeem-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.same-day-redeem-modal[hidden] {
  display: none;
}

.same-day-redeem-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.same-day-redeem-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 42% 18%, rgba(99, 102, 241, .20), transparent 34%),
    radial-gradient(circle at 74% 70%, rgba(14, 165, 233, .16), transparent 32%),
    rgba(4, 10, 28, .68);
  backdrop-filter: blur(18px);
}

.same-day-redeem-modal__panel {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 40px);
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(210, 220, 245, .72);
  border-radius: 26px;
  background: #f8fbff;
  box-shadow: 0 36px 96px rgba(4, 10, 28, .36), inset 0 1px 0 rgba(255, 255, 255, .94);
  transform: translateY(14px) scale(.98);
  transition: transform .22s ease;
}

.same-day-redeem-modal.is-visible .same-day-redeem-modal__panel {
  transform: translateY(0) scale(1);
}

.same-day-redeem-modal__visual {
  position: relative;
  min-height: 548px;
  display: grid;
  align-content: start;
  overflow: hidden;
  padding: 48px 42px 34px;
  color: #0f172a;
  background:
    radial-gradient(circle at 82% 24%, rgba(139, 92, 246, .22), transparent 8%),
    radial-gradient(circle at 54% 83%, rgba(99, 102, 241, .22), transparent 34%),
    linear-gradient(145deg, #f4f8ff 0%, #eef4ff 48%, #f9fbff 100%);
}

.same-day-redeem-modal__visual::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 8%;
  bottom: 24px;
  height: 168px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(96, 165, 250, .28), rgba(167, 139, 250, .14) 44%, transparent 70%);
  filter: blur(.2px);
}

.same-day-redeem-modal__visual::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 128px;
  left: 80px;
  bottom: 95px;
  border: 1px solid rgba(96, 165, 250, .34);
  border-radius: 50%;
  transform: rotate(-15deg);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, .28), 0 0 42px rgba(96, 165, 250, .18);
}

.same-day-redeem-modal__brand,
.same-day-redeem-modal__visual-title,
.same-day-redeem-modal__visual p,
.same-day-redeem-modal__shield {
  position: relative;
  z-index: 1;
}

.same-day-redeem-modal__brand {
  display: grid;
  gap: 4px;
}

.same-day-redeem-modal__brand strong {
  color: #0f172a;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.same-day-redeem-modal__brand strong span {
  color: #7058ff;
}

.same-day-redeem-modal__brand em {
  color: #64748b;
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
}

.same-day-redeem-modal__visual-title {
  display: grid;
  gap: 4px;
  margin-top: 48px;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0;
}

.same-day-redeem-modal__visual-title strong {
  color: #4f6df5;
}

.same-day-redeem-modal__visual p {
  max-width: 260px;
  margin: 24px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 760;
}

.same-day-redeem-modal__shield {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  margin: 64px auto 0;
  border-radius: 54px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(120, 114, 255, .96), rgba(58, 106, 246, .96));
  box-shadow:
    0 28px 54px rgba(76, 89, 245, .32),
    inset 0 14px 24px rgba(255, 255, 255, .22),
    inset 0 -14px 22px rgba(15, 23, 42, .12);
  transform: rotate(-7deg);
}

.same-day-redeem-modal__shield i {
  font-size: 104px;
  filter: drop-shadow(0 8px 12px rgba(15, 23, 42, .18));
}

.same-day-redeem-modal__body {
  position: relative;
  min-width: 0;
  padding: 52px 46px 42px;
  background:
    radial-gradient(circle at 78% 4%, rgba(99, 102, 241, .10), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .98));
}

.same-day-redeem-modal__close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #64748b;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
}

.same-day-redeem-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #4f46e5;
  background: rgba(99, 102, 241, .10);
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, .10);
  font-size: 13px;
  font-weight: 900;
}

.same-day-redeem-modal__body h3 {
  max-width: 560px;
  margin: 24px 0 20px;
  color: #0f172a;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0;
}

.same-day-redeem-modal__body h3 span {
  color: #5168ff;
}

.same-day-redeem-modal__body p {
  max-width: 610px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 640;
}

.same-day-redeem-modal__rules {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.same-day-redeem-modal__rules span {
  min-width: 0;
  min-height: 156px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  padding: 16px 12px;
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 18px;
  color: #0f172a;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .05);
  text-align: center;
}

.same-day-redeem-modal__rules i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #4f46e5;
  background: #eef2ff;
  font-size: 24px;
}

.same-day-redeem-modal__rules i::before {
  content: "✓";
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.same-day-redeem-modal__rules span:nth-child(2) i {
  color: #7c3aed;
  background: #f3e8ff;
}

.same-day-redeem-modal__rules span:nth-child(2) i::before {
  content: "▰";
}

.same-day-redeem-modal__rules span:nth-child(3) i {
  color: #059669;
  background: #dcfce7;
}

.same-day-redeem-modal__rules span:nth-child(3) i::before {
  content: "⌕";
}

.same-day-redeem-modal__rules span:nth-child(4) i {
  color: #f59e0b;
  background: #fef3c7;
}

.same-day-redeem-modal__rules span:nth-child(4) i::before {
  content: "×";
}

.same-day-redeem-modal__rules strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.same-day-redeem-modal__rules em {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
  font-weight: 700;
}

.same-day-redeem-modal__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #475569;
  background: linear-gradient(135deg, #eef4ff, #f8fbff);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .18);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.same-day-redeem-modal__note i {
  flex: 0 0 auto;
  color: #4f46e5;
}

.same-day-redeem-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.same-day-redeem-modal__confirm,
.same-day-redeem-modal__link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.same-day-redeem-modal__confirm {
  min-width: 150px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #a855f7);
  box-shadow: 0 18px 34px rgba(79, 70, 229, .28);
}

.same-day-redeem-modal__link {
  min-width: 230px;
  color: #3152e7;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .28), 0 12px 26px rgba(15, 23, 42, .04);
}

@media (max-width: 767.98px) {
  .same-day-redeem-modal {
    align-items: end;
    padding: 12px;
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
  }

  .same-day-redeem-modal__panel {
    width: 100%;
    max-height: calc(100vh - 72px - env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 22px;
  }

  .same-day-redeem-modal__visual {
    min-height: 136px;
    padding: 17px 20px 0;
    display: block;
  }

  .same-day-redeem-modal__brand strong {
    font-size: 21px;
  }

  .same-day-redeem-modal__brand em {
    font-size: 12px;
  }

  .same-day-redeem-modal__visual-title {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    font-size: 24px;
  }

  .same-day-redeem-modal__visual p {
    display: none;
  }

  .same-day-redeem-modal__shield {
    position: absolute;
    right: 26px;
    bottom: -18px;
    width: 96px;
    height: 96px;
    border-radius: 30px;
    margin: 0;
    opacity: .94;
  }

  .same-day-redeem-modal__shield i {
    font-size: 58px;
  }

  .same-day-redeem-modal__visual::before {
    left: 42%;
    right: -10%;
    bottom: -28px;
    height: 110px;
  }

  .same-day-redeem-modal__visual::after {
    width: 146px;
    height: 74px;
    left: auto;
    right: 8px;
    bottom: 4px;
  }

  .same-day-redeem-modal__body {
    padding: 16px 20px 16px;
  }

  .same-day-redeem-modal__close {
    top: 12px;
    right: 14px;
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

  .same-day-redeem-modal__eyebrow {
    min-height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }

  .same-day-redeem-modal__body h3 {
    margin: 10px 0 8px;
    font-size: 24px;
    line-height: 1.18;
  }

  .same-day-redeem-modal__body p {
    font-size: 13px;
    line-height: 1.5;
  }

  .same-day-redeem-modal__rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
  }

  .same-day-redeem-modal__rules span {
    min-height: 78px;
    gap: 4px;
    padding: 9px 7px;
    border-radius: 14px;
  }

  .same-day-redeem-modal__rules i {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .same-day-redeem-modal__rules strong {
    font-size: 13px;
  }

  .same-day-redeem-modal__rules em {
    font-size: 11px;
    line-height: 1.25;
  }

  .same-day-redeem-modal__note {
    align-items: flex-start;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.45;
  }

  .same-day-redeem-modal__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .same-day-redeem-modal__confirm,
  .same-day-redeem-modal__link {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }
}
.same-day-order-layer {
  border-radius: 20px !important;
  overflow: hidden;
  background: transparent !important;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .26) !important;
}

.same-day-order-layer .layui-layer-content {
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.same-day-order-layer .layui-layer-btn {
  display: flex;
  justify-content: flex-end;
  padding: 0 22px 22px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.same-day-order-layer .layui-layer-btn a {
  min-width: 166px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  color: #fff !important;
  background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
  box-shadow: 0 14px 28px rgba(79, 70, 229, .24);
  font-size: 14px;
  font-weight: 900;
}

.same-day-order-notice {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 24px 24px 18px;
}

.same-day-order-notice__mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #f97316);
  box-shadow: 0 16px 34px rgba(239, 68, 68, .22);
  font-size: 24px;
  font-weight: 900;
}

.same-day-order-notice__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #b42318;
  background: #fff1f2;
  box-shadow: inset 0 0 0 1px rgba(248, 113, 113, .22);
  font-size: 12px;
  font-weight: 900;
}

.same-day-order-notice__copy h3 {
  margin: 12px 0 8px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 900;
}

.same-day-order-notice__copy p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

.same-day-order-notice__rules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.same-day-order-notice__rules span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f172a;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .28);
  font-size: 12px;
  font-weight: 800;
}

.enterprise-plus-benefits {
  position: relative;
  padding: 42px 0 18px;
  background: #fff;
}

.enterprise-plus-benefits__shell {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 22px;
  padding: 26px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, .98), rgba(255, 255, 255, .98)),
    radial-gradient(circle at 8% 0, rgba(14, 165, 233, .12), transparent 34%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.enterprise-plus-benefits__copy {
  min-width: 0;
  padding: 6px 6px 6px 0;
}

.enterprise-plus-benefits__eyebrow {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  box-shadow: inset 0 0 0 1px rgba(14, 165, 233, .20);
  font-size: 12px;
  font-weight: 950;
}

.enterprise-plus-benefits__copy h2 {
  margin: 15px 0 10px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-plus-benefits__copy p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.82;
}

.enterprise-plus-benefits__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.enterprise-plus-benefits__chips span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #0f172a;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .28);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.enterprise-plus-benefits__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.enterprise-plus-benefits__primary,
.enterprise-plus-benefits__secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.enterprise-plus-benefits__primary {
  color: #fff;
  background: linear-gradient(135deg, #0284c7, #0f172a);
  box-shadow: 0 14px 28px rgba(2, 132, 199, .20);
}

.enterprise-plus-benefits__secondary {
  color: #0f172a;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .30);
}

.enterprise-plus-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.enterprise-plus-benefits__grid article {
  min-width: 0;
  min-height: 136px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 17px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .045);
}

.enterprise-plus-benefits__grid i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: #0284c7;
  background: #e0f2fe;
  font-size: 16px;
}

.enterprise-plus-benefits__grid strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 950;
}

.enterprise-plus-benefits__grid span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.enterprise-plus-line {
  padding: 18px 0 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 250, 252, .72));
}

.enterprise-plus-line p {
  width: min(940px, 100%);
  min-height: 34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 999px;
  color: #334155;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 760;
  text-align: center;
}

.enterprise-plus-line i {
  flex: 0 0 auto;
  color: #0284c7;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .same-day-order-layer .layui-layer-btn {
    padding: 0 20px 20px;
  }

  .same-day-order-layer .layui-layer-btn a {
    width: 100%;
  }

  .same-day-order-notice {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 20px 16px;
  }

  .same-day-order-notice__mark {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 22px;
  }

  .same-day-order-notice__copy h3 {
    font-size: 22px;
  }

  .same-day-order-notice__copy p {
    font-size: 14px;
    line-height: 1.72;
  }
}

@media (max-width: 991.98px) {
  .enterprise-plus-benefits__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .enterprise-plus-benefits {
    padding: 24px 0 10px;
  }

  .enterprise-plus-benefits__shell {
    gap: 18px;
    padding: 18px;
    border-radius: 20px;
  }

  .enterprise-plus-benefits__copy {
    padding: 0;
  }

  .enterprise-plus-benefits__copy h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .enterprise-plus-benefits__copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .enterprise-plus-benefits__chips {
    gap: 7px;
  }

  .enterprise-plus-benefits__chips span {
    min-height: 26px;
    padding: 0 8px;
    font-size: 11px;
  }

  .enterprise-plus-benefits__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .enterprise-plus-benefits__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .enterprise-plus-benefits__grid article {
    min-height: 0;
    padding: 15px;
  }

  .enterprise-plus-line {
    padding: 12px 0 0;
  }

  .enterprise-plus-line p {
    min-height: auto;
    align-items: flex-start;
    padding: 9px 12px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.55;
  }
}


.enterprise-share-offer {
  padding: 16px 0 8px;
  background: linear-gradient(180deg, rgba(248, 250, 252, .72), #fff);
}

.enterprise-share-offer__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(91, 77, 245, .16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 15%, rgba(91, 77, 245, .10), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 54%, #f5f3ff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.enterprise-share-offer__copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.enterprise-share-offer__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #5b4df5, #0284c7);
  box-shadow: 0 14px 28px rgba(91, 77, 245, .24);
}

.enterprise-share-offer__icon i {
  font-size: 18px;
}

.enterprise-share-offer strong {
  display: block;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.enterprise-share-offer p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 650;
}

.enterprise-share-offer__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.enterprise-share-offer__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  color: #334155;
  background: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.enterprise-share-offer__button:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 77, 245, .35);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
}

.enterprise-share-offer__button--primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #111827, #5b4df5);
  box-shadow: 0 14px 28px rgba(91, 77, 245, .22);
}

.enterprise-share-offer__button--support {
  border-color: rgba(4, 120, 87, .18);
  color: #047857;
  background: #ecfdf5;
}

.enterprise-share-offer__button i {
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .enterprise-share-offer {
    padding: 12px 0 4px;
  }

  .enterprise-share-offer__inner {
    width: calc(100% - 24px);
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 15px;
    border-radius: 18px;
  }

  .enterprise-share-offer__copy {
    align-items: flex-start;
    gap: 11px;
  }

  .enterprise-share-offer__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 13px;
  }

  .enterprise-share-offer strong {
    font-size: 15px;
    line-height: 1.42;
  }

  .enterprise-share-offer p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.55;
  }

  .enterprise-share-offer__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .enterprise-share-offer__button--support {
    grid-column: 1 / -1;
  }

  .enterprise-share-offer__button {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    border-radius: 13px;
    font-size: 12px;
  }
}

/* Hot badge refresh for the main Plus offer. */
.enterprise-product-card--market.is-main-hot {
  border-color: rgba(249, 115, 22, .38);
  background:
    radial-gradient(circle at 94% 8%, rgba(249, 115, 22, .14), transparent 31%),
    radial-gradient(circle at 8% 0%, rgba(99, 102, 241, .10), transparent 28%),
    #fff;
  box-shadow:
    0 24px 54px rgba(15, 23, 42, .09),
    0 0 0 1px rgba(249, 115, 22, .08);
}

.enterprise-product-card--market.is-main-hot::before {
  background: linear-gradient(90deg, #ef4444 0%, #f97316 48%, #facc15 100%);
}

.enterprise-product-card--market.is-main-hot .enterprise-product-card__badge.is-hot {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 54%, #f59e0b 100%);
  box-shadow:
    0 14px 28px rgba(249, 115, 22, .28),
    inset 0 1px 0 rgba(255, 255, 255, .35);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-product-card--market.is-main-hot .enterprise-product-card__badge.is-hot::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #fff7ed;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .18);
}

.enterprise-product-card--market.is-main-hot .enterprise-product-card__sold-count {
  color: #9a3412;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  box-shadow: inset 0 0 0 1px #fed7aa;
  font-weight: 950;
}

.enterprise-product-card--market.is-main-hot .enterprise-product-card__button {
  box-shadow: 0 14px 28px rgba(79, 70, 229, .22);
}

.enterprise-product-card--market.is-ios-hot {
  border-color: rgba(15, 23, 42, .28);
  background:
    radial-gradient(circle at 92% 8%, rgba(251, 191, 36, .20), transparent 30%),
    radial-gradient(circle at 7% 0%, rgba(15, 23, 42, .08), transparent 28%),
    #fff;
  box-shadow:
    0 26px 58px rgba(15, 23, 42, .12),
    0 0 0 1px rgba(251, 191, 36, .12);
}

.enterprise-product-card--market.is-ios-hot::before {
  background: linear-gradient(90deg, #111827 0%, #f59e0b 48%, #22c55e 100%);
}

.enterprise-product-card--market.is-ios-hot .enterprise-product-card__badge.is-bestseller {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 999px;
  color: #111827;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 58%, #f97316 100%);
  box-shadow:
    0 14px 28px rgba(245, 158, 11, .30),
    inset 0 1px 0 rgba(255, 255, 255, .48);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-product-card--market.is-ios-hot .enterprise-product-card__badge.is-bestseller::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 0 0 5px rgba(17, 24, 39, .10);
}

.enterprise-product-card--market.is-ios-hot .enterprise-product-card__tag,
.enterprise-product-card--market.is-ios-hot .enterprise-product-card__pills span {
  color: #92400e;
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  box-shadow: inset 0 0 0 1px #fde68a;
}

.enterprise-product-card--market.is-ios-hot .enterprise-product-card__sold-count {
  color: #92400e;
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  box-shadow: inset 0 0 0 1px #fde68a;
  font-weight: 950;
}

.enterprise-product-card--market.is-ios-hot .enterprise-product-card__button {
  background: linear-gradient(135deg, #111827 0%, #f59e0b 100%);
  box-shadow: 0 16px 32px rgba(245, 158, 11, .26);
}

.enterprise-product-card--market.is-grok-featured {
  border-color: rgba(8, 145, 178, .42);
  background:
    radial-gradient(circle at 92% 10%, rgba(8, 145, 178, .16), transparent 30%),
    radial-gradient(circle at 10% 0%, rgba(20, 184, 166, .12), transparent 28%),
    #fff;
  box-shadow:
    0 24px 54px rgba(15, 23, 42, .10),
    0 0 0 1px rgba(8, 145, 178, .10);
}

.enterprise-product-card--market.is-grok-featured::before {
  background: linear-gradient(90deg, #111827 0%, #0891b2 48%, #22c55e 100%);
}

.enterprise-product-card--market.is-grok-featured .enterprise-product-card__badge.is-new {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #111827 0%, #0891b2 58%, #14b8a6 100%);
  box-shadow:
    0 14px 28px rgba(8, 145, 178, .26),
    inset 0 1px 0 rgba(255, 255, 255, .34);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.enterprise-product-card--market.is-grok-featured .enterprise-product-card__badge.is-new::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #ecfeff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .18);
}

.enterprise-product-card--market.is-grok-featured .enterprise-product-card__sold-count {
  color: #155e75;
  background: linear-gradient(135deg, #ecfeff, #f0fdfa);
  box-shadow: inset 0 0 0 1px #a5f3fc;
  font-weight: 950;
}

.enterprise-product-card--market.is-grok-featured .enterprise-product-card__button {
  box-shadow: 0 14px 28px rgba(8, 145, 178, .24);
}

@media (max-width: 575.98px) {
  .enterprise-product-card--market.is-main-hot .enterprise-product-card__badge.is-hot,
  .enterprise-product-card--market.is-ios-hot .enterprise-product-card__badge.is-bestseller,
  .enterprise-product-card--market.is-grok-featured .enterprise-product-card__badge.is-new {
    min-height: 24px;
    gap: 5px;
    padding: 0 8px;
    font-size: 10.5px;
  }

  .enterprise-product-card--market.is-main-hot .enterprise-product-card__badge.is-hot::before,
  .enterprise-product-card--market.is-ios-hot .enterprise-product-card__badge.is-bestseller::before,
  .enterprise-product-card--market.is-grok-featured .enterprise-product-card__badge.is-new::before {
    width: 5px;
    height: 5px;
    flex-basis: 5px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .18);
  }
}

.enterprise-product-card--market.is-claude {
  --card-accent: #d97757;
  --card-soft: #fff7ed;
  --card-ink: #9a3412;
}

.enterprise-product-card--market.is-apple {
  --card-accent: #111827;
  --card-soft: #f8fafc;
  --card-ink: #111827;
}

.enterprise-product-card__brand {
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 4px 11px 4px 6px;
  border-radius: 999px;
  color: var(--card-ink);
  background: color-mix(in srgb, var(--card-soft) 82%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--card-accent) 24%, #e2e8f0);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.enterprise-product-card__brand > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-product-card__brand-mark {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  color: #fff;
  background: var(--card-accent);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
}

.enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
  background: #111827;
}

.enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark::after {
  content: "AI";
}

.enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
  background: linear-gradient(135deg, #4285f4, #34a853 48%, #fbbc05 78%, #ea4335);
}

.enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark::after {
  content: "G";
}

.enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
  background: repeating-conic-gradient(from 0deg, #d97757 0 11deg, transparent 11deg 28deg);
}

.enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  background: #d97757;
}

.enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
  background: #111827;
  font-size: 8px;
}

.enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark::after {
  content: "iOS";
}

.enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
  background: radial-gradient(circle at 35% 28%, #334155, #020617 70%);
  font-size: 9px;
}

.enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark::after {
  content: "G";
}

.enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
  background: #0ea5e9;
  font-size: 7px;
}

.enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark::after {
  content: "API";
}

.enterprise-product-card__brand.is-default .enterprise-product-card__brand-mark::after {
  content: "AI";
}

.aixiamo-favorite-tip {
  position: fixed;
  right: 18px;
  bottom: 158px;
  z-index: 1038;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: min(330px, calc(100vw - 32px));
  padding: 7px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.aixiamo-favorite-tip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aixiamo-favorite-tip.is-hinting {
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12), 0 18px 42px rgba(15, 23, 42, .16);
}

.aixiamo-favorite-tip__body,
.aixiamo-favorite-tip__close {
  border: 0;
  background: transparent;
}

.aixiamo-favorite-tip__body {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 2px 0 4px;
  color: #0f172a;
  text-align: left;
}

.aixiamo-favorite-tip__body i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #2563eb);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .24);
  font-size: 14px;
}

.aixiamo-favorite-tip__body span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.aixiamo-favorite-tip__body strong {
  overflow: hidden;
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aixiamo-favorite-tip__body em {
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aixiamo-favorite-tip__close {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #64748b;
  background: #f1f5f9;
  font-size: 18px;
  line-height: 1;
}

.aixiamo-favorite-tip__close:hover {
  color: #111827;
  background: #e2e8f0;
}

.aixiamo-support-widget {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 1040;
  font-family: inherit;
}

.aixiamo-support-widget__button {
  min-width: 54px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #2563eb);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .24);
  font-size: 14px;
  font-weight: 900;
}

.aixiamo-support-widget__button i {
  font-size: 18px;
}

.aixiamo-support-widget__panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(340px, calc(100vw - 30px));
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 58px rgba(15, 23, 42, .18);
}

.aixiamo-support-widget__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px 12px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #1d4ed8);
}

.aixiamo-support-widget__head strong {
  display: block;
  font-size: 16px;
}

.aixiamo-support-widget__head span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.aixiamo-support-widget__close {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.aixiamo-support-widget__body {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.aixiamo-support-widget__body label {
  display: grid;
  gap: 5px;
  margin: 0;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

.aixiamo-support-widget__body input,
.aixiamo-support-widget__body textarea {
  width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  outline: none;
}

.aixiamo-support-widget__body input {
  height: 40px;
  padding: 0 11px;
}

.aixiamo-support-widget__body textarea {
  min-height: 96px;
  resize: vertical;
  padding: 10px 11px;
}

.aixiamo-support-widget__body input:focus,
.aixiamo-support-widget__body textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.aixiamo-support-widget__trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.aixiamo-support-widget__submit {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #111827;
  font-size: 14px;
  font-weight: 900;
}

.aixiamo-support-widget__submit:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.aixiamo-support-widget__feedback {
  min-height: 18px;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.aixiamo-support-widget__feedback.is-success {
  color: #047857;
}

.aixiamo-support-widget__feedback.is-error {
  color: #b91c1c;
}

@media (max-width: 575.98px) {
  .enterprise-product-card__brand {
    min-height: 24px;
    gap: 6px;
    margin-bottom: 6px;
    padding: 3px 8px 3px 4px;
    font-size: 10px;
  }

  .enterprise-product-card__brand-mark {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    font-size: 7px;
  }

  .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark::after {
    inset: 6px;
  }

  .aixiamo-support-widget {
    right: 14px;
    bottom: 78px;
  }

  .aixiamo-favorite-tip {
    right: 14px;
    bottom: 138px;
    max-width: min(286px, calc(100vw - 28px));
  }

  .aixiamo-support-widget__button {
    min-width: 48px;
    min-height: 48px;
    padding: 0 13px;
  }

  .aixiamo-support-widget__button span {
    display: none;
  }
}

/* Mobile storefront polish: keep desktop unchanged and restore purchase signals on small screens. */
@media (max-width: 575.98px) {
  html {
    scroll-padding-top: 108px;
  }

  .aixiamo-body {
    background: #f6f8fb;
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .enterprise-nav {
    min-height: 54px;
    border-bottom: 1px solid rgba(226, 232, 240, .9);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  }

  .enterprise-nav__inner {
    min-height: 54px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .enterprise-brand__text {
    font-size: 15px;
    font-weight: 950;
  }

  .enterprise-auth {
    gap: 8px;
  }

  .enterprise-auth__ghost,
  .enterprise-auth__solid {
    min-height: 34px;
    border-radius: 10px;
    font-size: 13px;
  }

  .enterprise-hero {
    padding: 20px 0 18px;
    border-bottom: 1px solid #e8edf5;
    background:
      linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)),
      radial-gradient(circle at 92% 0%, rgba(79, 70, 229, .10), transparent 35%);
  }

  .enterprise-hero .container,
  .enterprise-products .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .enterprise-hero h1 {
    max-width: 340px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 1.12;
  }

  .enterprise-hero__lead {
    max-width: 350px;
    color: #526071;
    font-size: 14px;
    line-height: 1.62;
  }

  .enterprise-hero__actions {
    margin-top: 17px;
  }

  .enterprise-hero__actions .enterprise-button--dark {
    min-height: 48px;
    border-radius: 14px;
    font-size: 15px;
    box-shadow: 0 14px 30px rgba(79, 70, 229, .22);
  }

  .enterprise-products {
    padding-top: 20px;
    background: linear-gradient(180deg, #f6f8fb 0%, #f8fafc 100%);
  }

  .enterprise-section-head {
    margin-bottom: 12px;
    padding: 0 2px;
  }

  .enterprise-section-head h2::after {
    font-size: 22px;
    font-weight: 950;
  }

  .enterprise-category-wrap {
    position: sticky;
    top: 54px;
    z-index: 18;
    margin: 0 -2px 13px;
    padding: 8px 0 9px;
    background: rgba(246, 248, 251, .94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .enterprise-category-list {
    width: 100%;
    gap: 8px;
    padding: 2px 2px 4px;
    border: 0;
    background: transparent;
    scroll-padding-left: 2px;
  }

  .enterprise-category-chip {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #dfe6f0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .045);
    font-size: 12.5px;
    font-weight: 900;
  }

  .enterprise-category-chip.is-primary,
  .enterprise-category-chip:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #4f46e5, #6d5dfc);
    box-shadow: 0 10px 22px rgba(79, 70, 229, .22);
  }

  .enterprise-product-link {
    margin-bottom: 13px !important;
    padding-left: 0;
    padding-right: 0;
  }

  .enterprise-product-card--market {
    min-height: 0;
    display: block;
    padding: 15px;
    border: 1px solid rgba(218, 225, 235, .95);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.96)),
      radial-gradient(circle at 100% 0%, var(--card-soft), transparent 40%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
  }

  .enterprise-product-card--market::before {
    display: block !important;
    height: 4px;
    background: linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 58%, #ffffff));
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin: 0;
  }

  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: 100%;
  }

  .enterprise-product-card__brand {
    min-height: 28px;
    margin-bottom: 8px;
    padding: 3px 10px 3px 5px;
    font-size: 11px;
  }

  .enterprise-product-card__brand-mark {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
    font-size: 8px;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 0;
    margin: 0 0 8px;
    color: #0b1220;
    font-size: 18px;
    line-height: 1.34;
    font-weight: 950;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    width: fit-content;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 24px;
    font-weight: 900;
  }

  .enterprise-product-card--market .enterprise-product-card__status {
    position: static;
    min-height: 0;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 1px;
  }

  .enterprise-product-card__delivery-badge,
  .enterprise-product-card__badge,
  .enterprise-product-card__soldout {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
  }

  .enterprise-product-card__delivery-badge {
    padding: 0 10px 0 8px;
    color: #047857;
    background: linear-gradient(135deg, #ecfdf5, #dcfce7);
    box-shadow: inset 0 0 0 1px #bbf7d0;
  }

  .enterprise-product-card__delivery-badge i {
    width: 15px;
    height: 15px;
  }

  .enterprise-product-card--market .enterprise-product-card__body {
    display: block !important;
    margin-top: 10px;
    padding: 0;
  }

  .enterprise-product-card--market .enterprise-product-card__desc {
    min-height: 0;
    display: -webkit-box !important;
    overflow: hidden;
    margin: 0;
    color: #475569;
    font-size: 12.5px;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .enterprise-product-card--market .enterprise-product-card__pills {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    margin: 9px 0 0;
  }

  .enterprise-product-card--market .enterprise-product-card__pills span {
    max-width: 100%;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding: 0 8px;
    border-radius: 999px;
    color: var(--card-ink);
    background: color-mix(in srgb, var(--card-soft) 82%, #ffffff);
    font-size: 10.5px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .enterprise-product-card--market .enterprise-product-card__pills span:nth-child(n+4),
  .enterprise-product-card--market .enterprise-product-card__features {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__foot {
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px solid #e9eef5;
  }

  .enterprise-product-card--market .enterprise-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span,
  .enterprise-product-card--market .enterprise-product-card__meta span:first-child,
  .enterprise-product-card--market .enterprise-product-card__meta span:nth-child(3) {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid #e5eaf2;
    border-radius: 999px;
    color: #526071;
    background: #fff;
    font-size: 11px;
    font-weight: 850;
  }

  .enterprise-product-card--market .enterprise-product-card__meta .is-auto-delivery {
    color: #047857;
    background: #ecfdf5;
    border-color: #bbf7d0;
    font-weight: 950;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 40%);
    column-gap: 12px;
    align-items: end;
  }

  .enterprise-product-card--market .enterprise-product-card__original-price {
    grid-column: 1;
    min-height: 18px;
    margin: 0 0 2px;
    font-size: 11px;
  }

  .enterprise-product-card__price-row {
    grid-column: 1;
    margin: 0;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0;
    color: #0b1220;
    font-size: 36px;
    line-height: 1;
    font-weight: 950;
  }

  .enterprise-product-card__price small {
    font-size: 16px;
  }

  .enterprise-product-card__price em {
    margin-left: 4px;
    color: #64748b;
    font-size: 12px;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--card-accent) 24%, transparent);
  }

  .enterprise-product-card--market.is-ios-hot,
  .enterprise-product-card--market.is-grok-featured {
    box-shadow: 0 18px 42px rgba(15, 23, 42, .09);
  }

  .enterprise-product-card--market.is-ios-hot .enterprise-product-card__badge.is-bestseller,
  .enterprise-product-card--market.is-grok-featured .enterprise-product-card__badge.is-new,
  .enterprise-product-card--market.is-main-hot .enterprise-product-card__badge.is-hot {
    min-height: 26px;
    padding: 0 10px;
    font-size: 11px;
  }

  .enterprise-step-list article {
    border-radius: 14px;
  }

  .enterprise-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enterprise-help-grid a {
    min-height: 88px;
    padding: 12px;
    border-radius: 14px;
  }

  .aixiamo-support-widget {
    display: none;
  }

  .aixiamo-support-widget__button {
    min-width: 42px;
    min-height: 42px;
    padding: 0 11px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .22);
  }

  .aixiamo-support-widget__panel {
    right: auto;
    left: 0;
    width: min(340px, calc(100vw - 28px));
  }

  .aixiamo-favorite-tip {
    top: 70px;
    right: 10px;
    bottom: auto;
    left: auto;
    max-width: 46px;
    min-width: 46px;
    min-height: 46px;
    justify-content: center;
    padding: 6px;
    overflow: hidden;
    border-radius: 999px;
    transform: translateY(-6px);
  }

  .aixiamo-favorite-tip.is-visible {
    transform: translateY(0);
  }

  .aixiamo-favorite-tip__body i {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 13px;
  }

  .aixiamo-favorite-tip__body {
    padding: 0;
  }

  .aixiamo-favorite-tip__body span,
  .aixiamo-favorite-tip__close {
    display: none;
  }

  .aixiamo-favorite-tip__body strong {
    font-size: 12px;
  }

  .aixiamo-favorite-tip__body em {
    display: none;
  }
}

@media (max-width: 374px) {
  .enterprise-product-card--market {
    padding: 13px;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    font-size: 17px;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    grid-template-columns: minmax(0, 1fr) 124px;
    column-gap: 10px;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    font-size: 32px;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    min-height: 46px;
    font-size: 13px;
  }
}



@media (max-width: 575.98px) {
  .aixiamo-body .aixiamo-support-widget.is-share-offer-open,
  body .aixiamo-support-widget.is-share-offer-open {
    display: block !important;
    right: 14px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    z-index: 1090;
  }

  .aixiamo-body .aixiamo-support-widget.is-share-offer-open .aixiamo-support-widget__button,
  body .aixiamo-support-widget.is-share-offer-open .aixiamo-support-widget__button {
    display: none !important;
  }

  .aixiamo-body .aixiamo-support-widget.is-share-offer-open .aixiamo-support-widget__panel,
  body .aixiamo-support-widget.is-share-offer-open .aixiamo-support-widget__panel {
    position: fixed;
    right: 12px;
    left: 12px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: auto;
    max-height: calc(100vh - 122px);
    overflow-y: auto;
  }
}

/* Mobile 1:1 app redesign final override 20260512 */
@media (max-width: 575.98px) {
  html {
    scroll-padding-bottom: 96px;
  }

  .aixiamo-body {
    min-width: 0 !important;
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    background: #f6f8fb !important;
    color: #0b1220 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-nav {
    min-height: 58px !important;
    background: #020817 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .enterprise-nav__inner {
    min-height: 58px !important;
    padding: 0 20px !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  .enterprise-brand__mark {
    position: relative !important;
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    border-radius: 7px !important;
    background: linear-gradient(145deg, #2563eb 0%, #4f8bff 46%, #7c3aed 100%) !important;
    color: transparent !important;
    font-size: 0 !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .38) !important;
    transform: rotate(-8deg);
  }

  .enterprise-brand__mark::before {
    content: "A";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    line-height: 1;
    transform: rotate(8deg);
  }

  .enterprise-brand__text {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  }

  .enterprise-nav__toggle,
  .enterprise-nav__collapse,
  .enterprise-search {
    display: none !important;
  }

  .enterprise-auth {
    display: none !important;
  }

  .enterprise-auth__ghost,
  .enterprise-auth__solid {
    min-height: 32px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }

  .enterprise-auth__ghost {
    color: rgba(255, 255, 255, .86) !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
  }

  .enterprise-auth__solid,
  .enterprise-auth__solid:hover {
    color: #fff !important;
    background: #2563eb !important;
    border-color: transparent !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .28) !important;
  }

  .enterprise-store {
    overflow: hidden !important;
    background: #020817 !important;
  }

  .enterprise-hero {
    min-height: 0 !important;
    padding: 18px 0 2px !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 80% 18%, rgba(37, 99, 235, .28), transparent 28%), radial-gradient(circle at 46% 42%, rgba(59, 130, 246, .18), transparent 34%), linear-gradient(180deg, #020817 0%, #061226 100%) !important;
    color: #fff !important;
  }

  .enterprise-hero::before,
  .enterprise-hero::after {
    display: none !important;
  }

  .enterprise-hero .container {
    padding: 0 20px !important;
  }

  .enterprise-hero__inner {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .enterprise-hero__copy {
    order: 1 !important;
    max-width: none !important;
    padding: 7px 0 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .enterprise-eyebrow,
  .enterprise-hero__actions,
  .enterprise-hero__meta,
  .enterprise-first-tip,
  .enterprise-live-card {
    display: none !important;
  }

  .enterprise-hero h1 {
    max-width: 330px !important;
    margin: 10px 0 9px !important;
    color: #fff !important;
    font-size: 0 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span {
    display: block !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span:first-child::before {
    content: "全球优质AI服务";
    display: block;
    color: #fff;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.16;
  }

  .enterprise-hero h1 span:last-child::before {
    content: "轻松";
    color: #fff;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.16;
  }

  .enterprise-hero h1 span:last-child::after {
    content: "开通使用";
    color: #2f7cff;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.16;
  }

  .enterprise-hero__lead {
    max-width: 328px !important;
    margin: 0 0 12px !important;
    color: #aab8ce !important;
    font-size: 12px !important;
    line-height: 1.72 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero__visual {
    order: 2 !important;
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    min-height: 154px !important;
    height: 154px !important;
    margin: -4px 0 0 !important;
    display: flex !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
  }

  .enterprise-hero__visual::before {
    content: "";
    position: absolute;
    inset: -16px -24px -18px auto;
    width: 360px;
    height: 210px;
    border: 0;
    border-radius: 0;
    background: var(--aixiamo-mobile-hero-image) right center / contain no-repeat;
    box-shadow: none;
    transform: none;
  }

  .enterprise-hero__visual::after {
    content: none !important;
    position: absolute;
    right: 40px;
    top: 14px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(37, 99, 235, .18), transparent 64%);
    filter: blur(2px);
  }

  .enterprise-hero__image {
    display: none !important;
  }

  .enterprise-logo-card {
    display: none !important;
  }

  .enterprise-logo-card__mark {
    position: absolute !important;
    left: 76px !important;
    top: 22px !important;
    width: 82px !important;
    height: 108px !important;
    display: block !important;
    color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: rotate(12deg) !important;
    filter: drop-shadow(0 18px 24px rgba(37, 99, 235, .42));
  }

  .enterprise-logo-card__mark svg {
    display: none !important;
  }

  .enterprise-logo-card__mark::before {
    content: "A";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: transparent;
    background: linear-gradient(160deg, #60a5fa 4%, #2563eb 48%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 5px rgba(96, 165, 250, .92);
    font-size: 112px;
    font-weight: 1000;
    line-height: .9;
  }

  .enterprise-logo-card__wave {
    position: absolute !important;
    inset: 18px 9px 15px 4px !important;
    border: 1px solid rgba(96, 165, 250, .16) !important;
    border-radius: 50% !important;
    background: transparent !important;
    transform: rotate(-12deg) !important;
    box-shadow: 0 0 42px rgba(37, 99, 235, .22) !important;
  }

  .enterprise-logo-card__badges {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
  }

  .enterprise-logo-card__badges span,
  .enterprise-logo-card__badges::after {
    position: absolute !important;
    width: 42px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .26) !important;
  }

  .enterprise-logo-card__badges span b,
  .enterprise-logo-card__badges span em,
  .enterprise-logo-card__badges span i {
    display: none !important;
  }

  .enterprise-logo-card__badges span:nth-child(1) {
    left: 34px !important;
    top: 11px !important;
    background: linear-gradient(145deg, #10a37f, #0f766e) !important;
    transform: rotate(13deg);
  }

  .enterprise-logo-card__badges span:nth-child(1)::before {
    content: "AI";
  }

  .enterprise-logo-card__badges span:nth-child(2) {
    right: 11px !important;
    top: 22px !important;
    color: #2563eb !important;
    background: #fff !important;
    transform: rotate(13deg);
  }

  .enterprise-logo-card__badges span:nth-child(2)::before {
    content: "✦";
    font-size: 24px;
  }

  .enterprise-logo-card__badges span:nth-child(3) {
    left: 24px !important;
    bottom: 23px !important;
    background: #fff !important;
    color: #ef4444 !important;
    transform: rotate(-12deg);
  }

  .enterprise-logo-card__badges span:nth-child(3)::before {
    content: "▶";
    font-size: 18px;
  }

  .enterprise-logo-card__badges::after {
    content: "X";
    right: 20px;
    bottom: 20px;
    background: #05070a;
    transform: rotate(-18deg);
  }

  .enterprise-trust-strip {
    margin: 0 !important;
    padding: 10px 0 9px !important;
    background: #020817 !important;
  }

  .enterprise-trust-strip .container {
    padding: 0 20px !important;
  }

  .enterprise-trust-strip__inner {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .enterprise-trust-strip__inner div {
    min-width: 0 !important;
    display: grid !important;
    place-items: center !important;
    gap: 5px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .enterprise-trust-strip__inner div:nth-child(n+5) {
    display: none !important;
  }

  .enterprise-trust-strip__inner i {
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: #3b82f6 !important;
    background: rgba(37, 99, 235, .14) !important;
    font-size: 15px !important;
  }

  .enterprise-trust-strip__inner strong {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
  }

  .enterprise-trust-strip__inner span {
    display: none !important;
  }

  .enterprise-plus-line {
    margin: 0 !important;
    padding: 8px 0 16px !important;
    background: #020817 !important;
  }

  .enterprise-plus-line .container {
    padding: 0 20px !important;
  }

  .enterprise-plus-line p {
    position: relative !important;
    width: auto !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 38px 0 42px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid rgba(59, 130, 246, .16) !important;
    border-radius: 10px !important;
    color: transparent !important;
    background: rgba(10, 26, 61, .92) !important;
    font-size: 0 !important;
    line-height: 1.4 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  }

  .enterprise-plus-line p i {
    position: absolute !important;
    left: 14px !important;
    color: #60a5fa !important;
    font-size: 14px !important;
  }

  .enterprise-plus-line p::after {
    content: "支持 GPT-5.5、Codex 额度，支付后自动发货";
    color: #d8e7ff;
    font-size: 12px;
    font-weight: 650;
  }

  .enterprise-plus-line p::before {
    content: "›";
    position: absolute;
    right: 14px;
    color: #93a4c0;
    font-size: 20px;
    line-height: 1;
  }

  .enterprise-share-offer,
  .enterprise-product-finder,
  .enterprise-category-wrap {
    display: none !important;
  }

  .enterprise-products {
    margin: 0 !important;
    padding: 0 12px 18px !important;
    background: #020817 !important;
  }

  .enterprise-products > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 14px 11px 16px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  }

  .enterprise-section-head {
    min-height: 26px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  .enterprise-section-head::after {
    content: "查看全部";
    color: #667085;
    font-size: 11px;
    font-weight: 750;
  }

  .enterprise-section-head h2 {
    margin: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .enterprise-section-head h2::before {
    content: none !important;
  }

  .enterprise-section-head h2 {
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-section-head h2::before {
    content: none !important;
  }

  .enterprise-section-head h2::after {
    content: none !important;
    color: #111827;
    font-size: 16px;
    font-weight: 950;
  }

  .enterprise-section-head p {
    display: none !important;
  }

  .enterprise-product-grid.row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 1px 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .enterprise-product-grid.row::-webkit-scrollbar {
    display: none;
  }

  .enterprise-product-link,
  .enterprise-product-link.col-12,
  .enterprise-product-link.col-md-6,
  .enterprise-product-link.col-xl-4 {
    width: 107px !important;
    max-width: 107px !important;
    flex: 0 0 107px !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }

  .enterprise-product-card--market {
    position: relative !important;
    min-height: 192px !important;
    height: 192px !important;
    padding: 12px 8px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #edf1f7 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .enterprise-product-card--market::before {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__top,
  .enterprise-product-card--market .enterprise-product-card__identity {
    min-height: 0 !important;
    display: block !important;
    max-width: none !important;
    text-align: center !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand {
    min-height: 0 !important;
    display: block !important;
    margin: 0 auto 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand > span:last-child {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    background: #fff var(--product-cover) center / cover no-repeat !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .1) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark::before {
    content: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    background: #fff var(--product-cover) center / cover no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark::before {
    content: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background: #fff var(--product-cover) center / cover no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark::before {
    content: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background: #fff var(--product-cover) center / cover no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark::before {
    content: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background: #fff var(--product-cover) center / cover no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark::before {
    content: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background: #fff var(--product-cover) center / cover no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark::before {
    content: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    width: 100% !important;
    min-height: 15px !important;
    margin: 5px 0 7px !important;
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background: transparent !important;
    color: #667085 !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    line-height: 15px !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .enterprise-product-card--market .enterprise-product-card__status,
  .enterprise-product-card--market .enterprise-product-card__body,
  .enterprise-product-card--market .enterprise-product-card__meta,
  .enterprise-product-card--market .enterprise-product-card__original-price {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 0 !important;
    margin: auto 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    align-items: center !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0 !important;
    color: #2563eb !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price small {
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price em {
    margin-left: 2px !important;
    color: #667085 !important;
    font-size: 10px !important;
    font-weight: 750 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    width: 76px !important;
    min-height: 28px !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: #2563eb !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 8px 16px rgba(37, 99, 235, .24) !important;
  }

  .enterprise-product-card--market.soldout .enterprise-product-card__button {
    background: #94a3b8 !important;
    box-shadow: none !important;
  }

  .enterprise-steps,
  .enterprise-help,
  .enterprise-feedback,
  .enterprise-final-cta,
  .enterprise-footer {
    background: #f6f8fb !important;
  }

  .enterprise-final-cta {
    margin-top: 0 !important;
    padding: 16px 12px 24px !important;
  }

  .enterprise-floating-help,
  .enterprise-mobile-dock {
    display: none !important;
  }

  .enterprise-mobile-shopbar {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    z-index: 1080 !important;
    min-height: 64px !important;
    padding: 7px 8px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 2px !important;
    border: 1px solid rgba(226, 232, 240, .9) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .16) !important;
    backdrop-filter: blur(18px);
  }

  .enterprise-mobile-shopbar a,
  .enterprise-mobile-shopbar a:hover {
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 4px 0 !important;
    display: grid !important;
    place-items: center !important;
    gap: 3px !important;
    border-radius: 10px !important;
    color: #111827 !important;
    background: transparent !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .enterprise-mobile-shopbar a:first-child,
  .enterprise-mobile-shopbar a:first-child:hover {
    color: #2563eb !important;
  }

  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover {
    color: #111827 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .enterprise-mobile-shopbar i {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .enterprise-mobile-shopbar span {
    font-size: 10px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
  }

  .aixiamo-support-widget {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .enterprise-hero h1 span:first-child::before,
  .enterprise-hero h1 span:last-child::before,
  .enterprise-hero h1 span:last-child::after {
    font-size: 29px !important;
  }

  .enterprise-product-link,
  .enterprise-product-link.col-12,
  .enterprise-product-link.col-md-6,
  .enterprise-product-link.col-xl-4 {
    width: 102px !important;
    max-width: 102px !important;
    flex-basis: 102px !important;
  }
}

@media (max-width: 575.98px) {
  body:has(.enterprise-item-page) {
    padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    background: #f6f8fb !important;
  }

  body:has(.enterprise-item-page) .enterprise-nav {
    background: rgba(255, 255, 255, .98) !important;
    border-bottom: 1px solid rgba(226, 232, 240, .86) !important;
  }

  body:has(.enterprise-item-page) .enterprise-brand__text {
    color: #111827 !important;
  }

  body:has(.enterprise-item-page) .enterprise-auth__ghost {
    color: #111827 !important;
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
  }

  body:has(.enterprise-item-page) .enterprise-mobile-shopbar {
    display: none !important;
  }

  .enterprise-item-page {
    padding: 8px 0 calc(92px + env(safe-area-inset-bottom)) !important;
    background: #f6f8fb !important;
  }

  .enterprise-item-page .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .enterprise-item-shell,
  .enterprise-item-detail {
    margin-top: 10px !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
  }

  .enterprise-item-shell__body {
    padding: 12px !important;
  }

  .enterprise-item-media-col {
    display: none !important;
  }

  .enterprise-item-back {
    min-height: 32px !important;
    margin-bottom: 8px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #2563eb !important;
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  .enterprise-item-title {
    margin: 0 0 10px !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-item-badges {
    gap: 6px !important;
    margin-bottom: 8px !important;
  }

  .enterprise-item-badges .badge-soft {
    min-height: 24px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
  }

  .enterprise-item-price-row {
    margin: 10px 0 12px !important;
  }

  .enterprise-item-price-row .price {
    color: #2563eb !important;
    font-size: 30px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  .enterprise-item-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .enterprise-item-promise span {
    min-height: 38px !important;
    justify-content: flex-start !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .enterprise-item-form {
    padding: 12px !important;
    border-radius: 12px !important;
    background: #fbfdff !important;
  }

  .enterprise-item-form .form-control,
  .enterprise-item-form .optional-card,
  .enterprise-item-form .sku {
    min-height: 44px !important;
    border-radius: 10px !important;
  }

  .enterprise-item-form .form-label {
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
  }

  .enterprise-item-detail .panel-header {
    padding: 14px !important;
    border-bottom: 1px solid #eef2f7 !important;
  }

  .enterprise-item-detail .panel-title {
    font-size: 16px !important;
    font-weight: 950 !important;
  }

  .enterprise-item-detail .panel-body {
    padding: 15px 14px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .enterprise-mobile-buy-dock {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    min-height: 64px !important;
    padding: 8px 9px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .16) !important;
    backdrop-filter: blur(18px);
  }

  .enterprise-mobile-buy-dock__meta span {
    color: #64748b !important;
    font-size: 11px !important;
  }

  .enterprise-mobile-buy-dock__meta strong {
    color: #2563eb !important;
    font-size: 20px !important;
    font-weight: 950 !important;
  }

  .enterprise-mobile-buy-dock a {
    min-height: 48px !important;
    border-radius: 12px !important;
    background: #2563eb !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .24) !important;
  }
}

/* AIXiamo mobile final visual layer 20260512 mobile6 EOF */
@media (max-width: 575.98px) {
  .enterprise-hero {
    position: relative !important;
    min-height: 332px !important;
    padding: 18px 0 0 !important;
    background:
      radial-gradient(circle at 80% 18%, rgba(37, 99, 235, .22), transparent 30%),
      radial-gradient(circle at 50% 46%, rgba(59, 130, 246, .14), transparent 34%),
      linear-gradient(180deg, #020817 0%, #061226 100%) !important;
    overflow: hidden !important;
  }

  .enterprise-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: -30px !important;
    top: 142px !important;
    width: 292px !important;
    height: 292px !important;
    background: var(--aixiamo-mobile-hero-image) center / contain no-repeat !important;
    opacity: 1 !important;
    transform: none !important;
    filter: drop-shadow(0 18px 32px rgba(37, 99, 235, .28)) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  .enterprise-hero__copy {
    position: relative !important;
    z-index: 2 !important;
    min-height: 210px !important;
  }

  .enterprise-hero__visual {
    display: none !important;
  }

  .enterprise-products {
    position: relative !important;
    z-index: 3 !important;
    margin-top: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto !important;
    display: block !important;
    background-color: transparent !important;
    background-image: url('/assets/static/images/aixiamo-brand-icon-ai-20260512.png?v=20260512mobile6') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark::before,
  .enterprise-product-card--market .enterprise-product-card__brand-mark::after,
  .enterprise-product-card__brand-mark::before,
  .enterprise-product-card__brand-mark::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-gemini-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-grok-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-claude-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-ios-20260512.png?v=20260512mobile6') !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
    background-image: url('/assets/static/images/aixiamo-brand-icon-api-20260512.png?v=20260512mobile6') !important;
  }
}

/* AIXiamo mobile7 final image shorthand fix */
@media (max-width: 575.98px) {
  .enterprise-hero::after {
    right: -22px !important;
    top: 118px !important;
    width: 315px !important;
    height: 236px !important;
    background: var(--aixiamo-mobile-hero-image) center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-ai-20260512.png?v=20260512mobile7') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile7') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-gemini-20260512.png?v=20260512mobile7') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-grok-20260512.png?v=20260512mobile7') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-claude-20260512.png?v=20260512mobile7') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-ios-20260512.png?v=20260512mobile7') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-api-20260512.png?v=20260512mobile7') center / contain no-repeat !important;
  }
}

/* AIXiamo mobile8 product rail start alignment */
@media (max-width: 575.98px) {
  .enterprise-product-grid.row {
    justify-content: flex-start !important;
    align-items: stretch !important;
    scroll-padding-left: 1px !important;
  }

  .enterprise-product-link,
  .enterprise-product-link.col-12,
  .enterprise-product-link.col-md-6,
  .enterprise-product-link.col-xl-4 {
    flex: 0 0 107px !important;
    width: 107px !important;
    max-width: 107px !important;
    transform: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-ai-20260512.png?v=20260512mobile8') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile8') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-gemini-20260512.png?v=20260512mobile8') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-grok-20260512.png?v=20260512mobile8') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-claude-20260512.png?v=20260512mobile8') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-ios-20260512.png?v=20260512mobile8') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-api-20260512.png?v=20260512mobile8') center / contain no-repeat !important;
  }
}

/* AIXiamo mobile9 detail image + iOS Plus icon correction */
@media (max-width: 575.98px) {
  .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark,
  .enterprise-product-card--market .enterprise-product-card__brand.is-ios-plus .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile9') center / contain no-repeat !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-media-col {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    order: 1 !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-layout > .col-12.col-lg-6.d-flex:not(.enterprise-item-media-col) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    order: 2 !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-media-card {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-cover {
    width: 100% !important;
    height: auto !important;
    max-height: 210px !important;
    display: block !important;
    object-fit: contain !important;
    background: #f8fafc !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-media-note {
    display: none !important;
  }
}

/* AIXiamo mobile10 item cover layout fix */
@media (max-width: 575.98px) {
  .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark,
  .enterprise-product-card--market .enterprise-product-card__brand.is-ios-plus .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile10') center / contain no-repeat !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-shell__body {
    padding: 10px !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-media-col {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 210px !important;
    min-height: 210px !important;
    flex: 0 0 210px !important;
    padding: 0 !important;
    order: 1 !important;
    overflow: hidden !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-media-card {
    position: relative !important;
    width: 100% !important;
    height: 210px !important;
    min-height: 210px !important;
    padding: 0 !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-cover {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    background: #f8fafc !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-layout > .col-12.col-lg-6.d-flex:not(.enterprise-item-media-col) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    order: 2 !important;
  }
}

/* AIXiamo mobile11 readable shop grid + bottom nav feedback */
@media (max-width: 575.98px) {
  .enterprise-products {
    margin: 0 !important;
    padding: 0 10px 22px !important;
    background: #020817 !important;
  }

  .enterprise-products > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 15px 11px 18px !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  }

  .enterprise-section-head {
    min-height: 0 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    display: block !important;
    text-align: left !important;
  }

  .enterprise-section-head::after,
  .enterprise-section-head h2::before,
  .enterprise-section-head h2::after {
    content: none !important;
    display: none !important;
  }

  .enterprise-section-head h2 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-section-head p {
    display: block !important;
    margin: 6px 0 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
  }

  .enterprise-product-grid.row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 0 3px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .enterprise-product-grid.row::-webkit-scrollbar {
    display: none !important;
  }

  .enterprise-product-link,
  .enterprise-product-link.col-12,
  .enterprise-product-link.col-md-6,
  .enterprise-product-link.col-xl-4 {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: none !important;
  }

  .enterprise-product-card--market {
    position: relative !important;
    min-height: 226px !important;
    height: 100% !important;
    padding: 13px 10px 11px !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #e8edf5 !important;
    border-radius: 14px !important;
    background:
      linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: 0 12px 25px rgba(15, 23, 42, .08) !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .enterprise-product-card--market::before {
    display: block !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 42%, #ffffff)) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__top,
  .enterprise-product-card--market .enterprise-product-card__identity {
    min-height: 0 !important;
    display: block !important;
    max-width: none !important;
    text-align: left !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand {
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand > span:last-child {
    display: block !important;
    overflow: hidden !important;
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    margin: 0 !important;
    display: block !important;
    border-radius: 10px !important;
    background: transparent url('/assets/static/images/aixiamo-brand-icon-ai-20260512.png?v=20260512mobile11') center / contain no-repeat !important;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .08) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-openai .enterprise-product-card__brand-mark,
  .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark,
  .enterprise-product-card--market .enterprise-product-card__brand.is-ios-plus .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-chatgpt-20260512.png?v=20260512mobile11') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-gemini .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-gemini-20260512.png?v=20260512mobile11') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-grok .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-grok-20260512.png?v=20260512mobile11') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-claude .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-claude-20260512.png?v=20260512mobile11') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-apple .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-ios-20260512.png?v=20260512mobile11') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand.is-api .enterprise-product-card__brand-mark {
    background: transparent url('/assets/static/images/aixiamo-brand-icon-api-20260512.png?v=20260512mobile11') center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark::before,
  .enterprise-product-card--market .enterprise-product-card__brand-mark::after,
  .enterprise-product-card__brand-mark::before,
  .enterprise-product-card__brand-mark::after {
    content: none !important;
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 40px !important;
    height: auto !important;
    margin: 0 0 7px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.42 !important;
    text-align: left !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 21px !important;
    margin: 0 0 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 8px !important;
    overflow: hidden !important;
    border: 1px solid color-mix(in srgb, var(--card-accent) 18%, #e2e8f0) !important;
    border-radius: 999px !important;
    background: color-mix(in srgb, var(--card-soft) 72%, #ffffff) !important;
    color: var(--card-ink) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 21px !important;
    text-align: left !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .enterprise-product-card--market .enterprise-product-card__status {
    position: static !important;
    min-height: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin: 0 0 7px !important;
  }

  .enterprise-product-card__delivery-badge,
  .enterprise-product-card__badge,
  .enterprise-product-card__soldout {
    min-height: 21px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 21px !important;
  }

  .enterprise-product-card__delivery-badge i {
    width: 13px !important;
    height: 13px !important;
  }

  .enterprise-product-card--market .enterprise-product-card__body,
  .enterprise-product-card--market .enterprise-product-card__features {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 0 !important;
    margin: auto 0 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid #edf2f7 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__meta {
    min-height: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin: 0 0 9px !important;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span,
  .enterprise-product-card--market .enterprise-product-card__meta span:first-child,
  .enterprise-product-card--market .enterprise-product-card__meta span:nth-child(3) {
    min-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 7px !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 999px !important;
    color: #526071 !important;
    background: #fff !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    line-height: 20px !important;
  }

  .enterprise-product-card--market .enterprise-product-card__meta span:nth-child(2) {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__meta .is-auto-delivery {
    color: #047857 !important;
    background: #ecfdf5 !important;
    border-color: #bbf7d0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__buy {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  .enterprise-product-card--market .enterprise-product-card__original-price {
    display: none !important;
  }

  .enterprise-product-card__price-row {
    grid-column: 1 !important;
    margin: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0 !important;
    color: #2563eb !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-align: left !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price small {
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price em {
    margin-left: 2px !important;
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 800 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    width: 100% !important;
    min-height: 35px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #6d5dfc) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    box-shadow: 0 10px 18px rgba(37, 99, 235, .22) !important;
  }

  .enterprise-product-card--market.soldout .enterprise-product-card__button {
    background: #94a3b8 !important;
    box-shadow: none !important;
  }

  .enterprise-mobile-shopbar {
    z-index: 12000 !important;
    pointer-events: auto !important;
  }

  .enterprise-mobile-shopbar a {
    position: relative !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    transition: transform .14s ease, background-color .14s ease, color .14s ease !important;
  }

  .enterprise-mobile-shopbar a:active,
  .enterprise-mobile-shopbar a.is-tapping,
  .enterprise-mobile-shopbar a:hover {
    color: #2563eb !important;
    background: #eff6ff !important;
    transform: translateY(-1px) !important;
  }

  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar__primary.is-tapping {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #6d5dfc) !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .22) !important;
  }
}

@media (max-width: 359.98px) {
  .enterprise-product-grid.row {
    grid-template-columns: 1fr !important;
  }

  .enterprise-product-card--market {
    min-height: 204px !important;
  }
}

/* AIXiamo mobile12 restore badge micro-icons */
@media (max-width: 575.98px) {
  .enterprise-product-card__delivery-badge,
  .enterprise-product-card__badge,
  .enterprise-product-card__soldout {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .enterprise-product-card--market .enterprise-product-card__badge.is-hot::before,
  .enterprise-product-card--market .enterprise-product-card__badge.is-bestseller::before,
  .enterprise-product-card--market .enterprise-product-card__badge.is-new::before {
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    flex: 0 0 12px !important;
    display: inline-block !important;
    border-radius: 0 !important;
    background: currentColor !important;
    box-shadow: none !important;
    opacity: .98 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__badge.is-hot::before {
    color: #fff7ed !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M13.5 2.4c.3 2.9 1.7 4.3 3 5.6 1.5 1.5 2.9 3.1 2.9 6 0 4-3.2 7.3-7.4 7.3S4.6 18 4.6 14c0-3.2 1.8-5.6 4.1-7.7.2 2.2.9 3.6 2 4.5.5-3.1 1.5-5.8 2.8-8.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M13.5 2.4c.3 2.9 1.7 4.3 3 5.6 1.5 1.5 2.9 3.1 2.9 6 0 4-3.2 7.3-7.4 7.3S4.6 18 4.6 14c0-3.2 1.8-5.6 4.1-7.7.2 2.2.9 3.6 2 4.5.5-3.1 1.5-5.8 2.8-8.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__badge.is-bestseller::before {
    color: #111827 !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 7.2 8.2 11 12 4.3 15.8 11 20 7.2l-1.6 10.5H5.6L4 7.2Zm2.1 12.1h11.8v1.9H6.1v-1.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 7.2 8.2 11 12 4.3 15.8 11 20 7.2l-1.6 10.5H5.6L4 7.2Zm2.1 12.1h11.8v1.9H6.1v-1.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .enterprise-product-card--market .enterprise-product-card__badge.is-new::before {
    color: #ecfeff !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m12 2 2.1 6 6 2.1-6 2.1-2.1 6-2.1-6-6-2.1 6-2.1L12 2Zm6.4 12.2.9 2.5 2.5.9-2.5.9-.9 2.5-.9-2.5-2.5-.9 2.5-.9.9-2.5Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m12 2 2.1 6 6 2.1-6 2.1-2.1 6-2.1-6-6-2.1 6-2.1L12 2Zm6.4 12.2.9 2.5 2.5.9-2.5.9-.9 2.5-.9-2.5-2.5-.9 2.5-.9.9-2.5Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .enterprise-product-card__delivery-badge i {
    position: relative !important;
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
    border-radius: 999px !important;
    background: #bbf7d0 !important;
  }

  .enterprise-product-card__delivery-badge i::before {
    content: "" !important;
    position: absolute !important;
    inset: 3px !important;
    display: block !important;
    background: #16a34a !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M13 2 4 14h7l-1 8 10-13h-7l0-7Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M13 2 4 14h7l-1 8 10-13h-7l0-7Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }
}

/* AIXiamo mobile13 app-style bottom tab bar */
@media (max-width: 575.98px) {
  .enterprise-mobile-shopbar {
    left: 14px !important;
    right: 14px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    min-height: 72px !important;
    padding: 7px 7px 8px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: end !important;
    gap: 4px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 24px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96)) !important;
    box-shadow:
      0 20px 46px rgba(15, 23, 42, .20),
      inset 0 1px 0 rgba(255, 255, 255, .95) !important;
    backdrop-filter: blur(20px) saturate(1.15) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.15) !important;
  }

  .enterprise-mobile-shopbar::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 5px !important;
    width: 36px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: rgba(148, 163, 184, .34) !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
  }

  .enterprise-mobile-shopbar a,
  .enterprise-mobile-shopbar a:hover {
    min-width: 0 !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 7px 2px 5px !important;
    display: grid !important;
    grid-template-rows: 25px 15px !important;
    place-items: center !important;
    align-content: center !important;
    gap: 3px !important;
    border: 0 !important;
    border-radius: 16px !important;
    color: #64748b !important;
    background: transparent !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .enterprise-mobile-shopbar i {
    width: 25px !important;
    height: 25px !important;
    display: grid !important;
    place-items: center !important;
    color: currentColor !important;
    font-size: 21px !important;
    line-height: 1 !important;
  }

  .enterprise-mobile-shopbar span {
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    color: currentColor !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 15px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .enterprise-mobile-shopbar a.is-current,
  .enterprise-mobile-shopbar a.is-tapping,
  .enterprise-mobile-shopbar a:active,
  .enterprise-mobile-shopbar a:hover {
    color: #2563eb !important;
    background: rgba(37, 99, 235, .08) !important;
    transform: translateY(-1px) !important;
  }

  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar__primary.is-tapping {
    position: relative !important;
    min-height: 64px !important;
    height: 64px !important;
    margin-top: -19px !important;
    padding: 5px 2px 4px !important;
    grid-template-rows: 39px 15px !important;
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .enterprise-mobile-shopbar__primary::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #2563eb 0%, #635bff 54%, #7c3aed 100%) !important;
    box-shadow:
      0 14px 25px rgba(37, 99, 235, .34),
      inset 0 1px 0 rgba(255, 255, 255, .34) !important;
    transform: translateX(-50%) rotate(0.001deg) !important;
    z-index: -1 !important;
  }

  .enterprise-mobile-shopbar__primary::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 4px !important;
    width: 19px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .56) !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
  }

  .enterprise-mobile-shopbar__primary i {
    width: 48px !important;
    height: 48px !important;
    color: #fff !important;
    font-size: 24px !important;
  }

  .enterprise-mobile-shopbar__primary span {
    color: #2563eb !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    line-height: 15px !important;
  }

  .enterprise-mobile-shopbar__primary:active,
  .enterprise-mobile-shopbar__primary.is-tapping {
    transform: translateY(-2px) !important;
  }
}

/* AIXiamo mobile14 bottom tab polish after visual QA */
@media (max-width: 575.98px) {
  .enterprise-mobile-shopbar a:first-child,
  .enterprise-mobile-shopbar a:first-child:hover {
    color: #64748b !important;
  }

  .enterprise-mobile-shopbar a.is-current,
  .enterprise-mobile-shopbar a.is-tapping,
  .enterprise-mobile-shopbar a:active,
  .enterprise-mobile-shopbar a:hover {
    color: #2563eb !important;
  }

  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar__primary.is-tapping {
    min-height: 68px !important;
    height: 68px !important;
    margin-top: -22px !important;
    padding: 0 2px 2px !important;
    grid-template-rows: 50px 16px !important;
    align-content: start !important;
    gap: 0 !important;
  }

  .enterprise-mobile-shopbar__primary::before {
    top: 0 !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 17px !important;
  }

  .enterprise-mobile-shopbar__primary::after {
    top: 4px !important;
    width: 18px !important;
  }

  .enterprise-mobile-shopbar__primary i {
    width: 46px !important;
    height: 46px !important;
    font-size: 23px !important;
    align-self: start !important;
  }

  .enterprise-mobile-shopbar__primary span {
    align-self: end !important;
    margin-top: 0 !important;
    color: #2563eb !important;
    background: transparent !important;
    text-shadow: none !important;
  }
}

/* AIXiamo mobile15 split center tab icon and label */
@media (max-width: 575.98px) {
  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar__primary.is-tapping {
    display: block !important;
    position: relative !important;
    height: 64px !important;
    min-height: 64px !important;
    margin-top: -18px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .enterprise-mobile-shopbar__primary::before {
    left: 50% !important;
    top: 0 !important;
    width: 46px !important;
    height: 46px !important;
    transform: translateX(-50%) !important;
  }

  .enterprise-mobile-shopbar__primary::after {
    top: 4px !important;
  }

  .enterprise-mobile-shopbar__primary i {
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    width: 46px !important;
    height: 46px !important;
    display: grid !important;
    place-items: center !important;
    color: #fff !important;
    font-size: 23px !important;
    line-height: 1 !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important;
  }

  .enterprise-mobile-shopbar__primary span {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 16px !important;
    display: block !important;
    color: #2563eb !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    line-height: 16px !important;
    text-align: center !important;
    z-index: 2 !important;
  }
}

/* AIXiamo mobile16 compact center tab for clean label gap */
@media (max-width: 575.98px) {
  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar__primary.is-tapping {
    margin-top: -14px !important;
  }

  .enterprise-mobile-shopbar__primary::before {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }

  .enterprise-mobile-shopbar__primary::after {
    top: 4px !important;
    width: 15px !important;
    height: 2px !important;
  }

  .enterprise-mobile-shopbar__primary i {
    top: 0 !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
  }

  .enterprise-mobile-shopbar__primary span {
    bottom: 4px !important;
  }
}

/* AIXiamo mobile17 generated hero + mobile simplification QA */
@media (max-width: 575.98px) {
  .enterprise-hero {
    padding: 18px 0 14px !important;
    background:
      radial-gradient(circle at 80% 12%, rgba(37, 99, 235, .22), transparent 28%),
      linear-gradient(180deg, #020817 0%, #061226 100%) !important;
  }

  .enterprise-hero__lead {
    margin-bottom: 14px !important;
  }

  .enterprise-hero__visual {
    width: calc(100% + 4px) !important;
    min-height: 178px !important;
    height: 178px !important;
    margin: 0 -2px 0 !important;
    display: block !important;
    overflow: hidden !important;
    border: 1px solid rgba(96, 165, 250, .18) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, .18), rgba(2, 8, 23, .08)),
      var(--aixiamo-mobile-hero-image) center center / cover no-repeat !important;
    box-shadow:
      0 18px 42px rgba(15, 23, 42, .34),
      inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  }

  .enterprise-hero__visual::before,
  .enterprise-hero__visual::after {
    content: none !important;
    display: none !important;
  }

  .enterprise-help {
    display: none !important;
  }

  .enterprise-mobile-shopbar__primary::before {
    width: 36px !important;
    height: 36px !important;
    border-radius: 13px !important;
  }

  .enterprise-mobile-shopbar__primary::after {
    width: 14px !important;
  }

  .enterprise-mobile-shopbar__primary i {
    width: 36px !important;
    height: 36px !important;
    font-size: 19px !important;
  }

  .enterprise-mobile-shopbar__primary span {
    bottom: 3px !important;
    font-size: 10.5px !important;
  }
}

/* AIXiamo mobile18 remove legacy hero triangle overlay */
@media (max-width: 575.98px) {
  .enterprise-hero::before,
  .enterprise-hero::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    clip-path: none !important;
  }

  .enterprise-hero__copy {
    padding-bottom: 0 !important;
  }

  .enterprise-hero__visual {
    order: 2 !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 6px !important;
    margin-left: -2px !important;
    margin-right: -2px !important;
    transform: none !important;
    translate: none !important;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, .08), rgba(2, 8, 23, .02)),
      var(--aixiamo-mobile-hero-image) center center / cover no-repeat !important;
  }
}

/* AIXiamo mobile20 unify lower mobile sections */
@media (max-width: 575.98px) {
  .enterprise-steps,
  .enterprise-video-guide,
  .enterprise-footer {
    background: #020817 !important;
  }

  .enterprise-steps {
    margin: 0 !important;
    padding: 12px 10px 16px !important;
  }

  .enterprise-steps > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 14px 12px 15px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22) !important;
  }

  .enterprise-section-head--compact {
    margin: 0 0 10px !important;
    padding: 0 !important;
    display: block !important;
    text-align: left !important;
  }

  .enterprise-section-head--compact h2 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
  }

  .enterprise-step-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .enterprise-step-list article {
    min-height: 106px !important;
    padding: 10px 7px !important;
    display: grid !important;
    justify-items: center !important;
    align-content: center !important;
    gap: 6px !important;
    border: 1px solid #e8edf5 !important;
    border-radius: 14px !important;
    background:
      linear-gradient(180deg, #fff, #f8fbff) !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05) !important;
  }

  .enterprise-step-list article span {
    width: 38px !important;
    height: 38px !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #6d5dfc) !important;
    font-size: 17px !important;
    box-shadow: 0 10px 18px rgba(37, 99, 235, .22) !important;
  }

  .enterprise-step-list article strong {
    color: #0f172a !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
  }

  .enterprise-step-list article p {
    color: #64748b !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
  }

  .enterprise-step-arrow {
    display: none !important;
  }

  .enterprise-video-guide {
    margin: 0 !important;
    padding: 0 10px 18px !important;
  }

  .enterprise-video-guide > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .enterprise-video-guide__shell {
    display: block !important;
    padding: 14px 12px 13px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22) !important;
  }

  .enterprise-video-guide__copy {
    padding: 0 !important;
  }

  .enterprise-video-guide__eyebrow {
    min-height: 26px !important;
    padding: 0 10px !important;
    color: #2563eb !important;
    background: #eff6ff !important;
    border-color: #dbeafe !important;
    font-size: 11px !important;
  }

  .enterprise-video-guide h2 {
    margin: 10px 0 7px !important;
    color: #0f172a !important;
    font-size: 21px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
  }

  .enterprise-video-guide p {
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.62 !important;
  }

  .enterprise-video-guide__points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 11px !important;
  }

  .enterprise-video-guide__points span {
    min-height: 30px !important;
    justify-content: center !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .enterprise-video-guide__media {
    margin-top: 12px !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .14) !important;
  }

  .enterprise-footer {
    margin: 0 !important;
    padding: 0 10px calc(96px + env(safe-area-inset-bottom)) !important;
    color: #64748b !important;
  }

  .enterprise-footer > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 16px 12px 18px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 18px 18px 0 0 !important;
    background: #f8fafc !important;
    box-shadow: 0 -10px 34px rgba(15, 23, 42, .08) !important;
  }

  .enterprise-footer__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .enterprise-footer__grid > div:first-child {
    grid-column: 1 / -1 !important;
    padding: 0 0 8px !important;
    border-bottom: 1px solid #e5eaf2 !important;
  }

  .enterprise-footer__brand {
    margin-bottom: 8px !important;
  }

  .enterprise-footer__brand span:first-child {
    width: 32px !important;
    height: 32px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
  }

  .enterprise-footer__brand span:last-child {
    color: #4f46e5 !important;
    font-size: 23px !important;
    font-weight: 950 !important;
  }

  .enterprise-footer p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .enterprise-footer h4 {
    margin: 0 0 7px !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 950 !important;
  }

  .enterprise-footer ul {
    display: grid !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  .enterprise-footer li:nth-child(n+4) {
    display: none !important;
  }

  .enterprise-footer a {
    display: block !important;
    overflow: hidden !important;
    color: #64748b !important;
    font-size: 11.5px !important;
    font-weight: 760 !important;
    line-height: 1.28 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-footer__disclaimer {
    margin: 13px 0 0 !important;
    padding: 11px !important;
    border-radius: 12px !important;
    background: #fff !important;
    border-color: #e5eaf2 !important;
  }

  .enterprise-footer__disclaimer strong {
    margin-bottom: 4px !important;
    color: #0f172a !important;
    font-size: 12px !important;
  }

  .enterprise-footer__disclaimer span {
    color: #64748b !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .enterprise-footer__bottom {
    margin-top: 12px !important;
    padding-top: 10px !important;
    display: block !important;
    color: #94a3b8 !important;
    font-size: 11px !important;
    line-height: 1.7 !important;
  }
}

/* AIXiamo mobile21 unified inner mobile pages */
@media (max-width: 575.98px) {
  .aixiamo-body:has(.enterprise-item-page),
  .aixiamo-body:has(.order-query-form) {
    background: #020817 !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-nav,
  .aixiamo-body:has(.order-query-form) .enterprise-nav {
    min-height: 58px !important;
    padding: 8px 0 !important;
    background: #020817 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-nav__inner,
  .aixiamo-body:has(.order-query-form) .enterprise-nav__inner {
    min-height: 46px !important;
    padding: 0 18px !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-brand,
  .aixiamo-body:has(.order-query-form) .enterprise-brand {
    gap: 9px !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-brand__mark,
  .aixiamo-body:has(.order-query-form) .enterprise-brand__mark {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    font-size: 20px !important;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .24) !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-brand__text,
  .aixiamo-body:has(.order-query-form) .enterprise-brand__text {
    color: #fff !important;
    font-size: 27px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-auth,
  .aixiamo-body:has(.order-query-form) .enterprise-auth,
  .aixiamo-body:has(.enterprise-item-page) .enterprise-search,
  .aixiamo-body:has(.order-query-form) .enterprise-search,
  .aixiamo-body:has(.enterprise-item-page) .enterprise-nav__toggle,
  .aixiamo-body:has(.order-query-form) .enterprise-nav__toggle,
  .aixiamo-body:has(.enterprise-item-page) .enterprise-nav__collapse,
  .aixiamo-body:has(.order-query-form) .enterprise-nav__collapse {
    display: none !important;
  }

  .enterprise-item-page {
    margin: 0 !important;
    padding: 0 10px calc(92px + env(safe-area-inset-bottom)) !important;
    background: #020817 !important;
  }

  .enterprise-item-page .container,
  .aixiamo-body:has(.order-query-form) > .container.py-4 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 10px !important;
  }

  .enterprise-item-shell,
  .enterprise-item-detail,
  .aixiamo-body:has(.order-query-form) .panel {
    margin: 10px 0 0 !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22) !important;
    overflow: hidden !important;
  }

  .enterprise-item-shell__body {
    padding: 12px !important;
  }

  .enterprise-item-media-col {
    display: block !important;
    height: 188px !important;
    min-height: 188px !important;
    flex: 0 0 188px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
  }

  .enterprise-item-media-card {
    height: 188px !important;
    min-height: 188px !important;
    border: 1px solid #e8edf5 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    box-shadow: none !important;
  }

  .enterprise-item-cover {
    object-fit: contain !important;
    background: #f8fafc !important;
  }

  .enterprise-item-buy-card {
    padding: 0 !important;
  }

  .enterprise-item-back {
    display: inline-flex !important;
    min-height: 31px !important;
    margin: 0 0 9px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    color: #2563eb !important;
    background: #eff6ff !important;
    border: 1px solid #dbeafe !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .enterprise-item-title {
    margin: 0 0 9px !important;
    color: #0f172a !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
  }

  .enterprise-item-badges {
    margin-bottom: 9px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  .enterprise-item-badges .badge-soft {
    min-height: 26px !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .enterprise-item-price-row {
    margin: 8px 0 12px !important;
  }

  .enterprise-item-price-row .price {
    color: #2563eb !important;
    font-size: 34px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  .enterprise-item-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 13px !important;
  }

  .enterprise-item-promise span {
    min-height: 42px !important;
    justify-content: flex-start !important;
    padding: 0 10px !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .enterprise-item-form {
    padding: 12px !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 16px !important;
    background: #fbfdff !important;
  }

  .enterprise-item-form .form-label {
    margin-bottom: 7px !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .enterprise-item-form .form-control,
  .enterprise-item-form .optional-card,
  .enterprise-item-form .sku,
  .enterprise-item-form .input-group,
  .enterprise-item-form .buy-counter {
    border-radius: 13px !important;
  }

  .enterprise-item-form .form-control {
    min-height: 46px !important;
    border-color: #dbe3ef !important;
    color: #334155 !important;
    font-size: 14px !important;
  }

  .enterprise-item-form .captcha-img {
    min-height: 46px !important;
    border-radius: 0 13px 13px 0 !important;
  }

  .enterprise-item-detail .panel-header,
  .aixiamo-body:has(.order-query-form) .panel-header {
    padding: 14px !important;
    border-bottom: 1px solid #edf1f7 !important;
    background: linear-gradient(180deg, #fff, #f8fbff) !important;
  }

  .enterprise-item-detail .panel-title,
  .aixiamo-body:has(.order-query-form) .panel-title {
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 950 !important;
  }

  .enterprise-item-detail .panel-body,
  .aixiamo-body:has(.order-query-form) .panel-body {
    padding: 15px 14px !important;
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
  }

  .gpt-disclaimer-panel,
  .ios-verify-panel {
    margin: 10px 0 0 !important;
    padding: 14px !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08) !important;
  }

  .gpt-disclaimer-panel h2,
  .ios-verify-panel h2 {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .gpt-disclaimer-grid,
  .plan-service-note {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .ios-verify-panel__actions {
    display: grid !important;
    gap: 9px !important;
  }

  .ios-verify-panel__button {
    width: 100% !important;
    justify-content: center !important;
  }

  .enterprise-mobile-buy-dock {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    min-height: 66px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(226, 232, 240, .95) !important;
    border-radius: 17px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .18) !important;
    backdrop-filter: blur(18px) !important;
  }

  .enterprise-mobile-buy-dock__meta span {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .enterprise-mobile-buy-dock__meta strong {
    color: #2563eb !important;
    font-size: 22px !important;
    font-weight: 950 !important;
  }

  .enterprise-mobile-buy-dock a {
    min-height: 50px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2563eb, #5b5ff7) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 26px rgba(37, 99, 235, .28) !important;
  }

  .aixiamo-body:has(.order-query-form) > .container.py-4 {
    background: #020817 !important;
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }

  .aixiamo-body:has(.order-query-form) .order-query-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .aixiamo-body:has(.order-query-form) .order-query-form .form-control {
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 15px !important;
  }

  .aixiamo-body:has(.order-query-form) .btn-search-query {
    width: 100% !important;
    min-height: 52px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2563eb, #6d5dfc) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 26px rgba(37, 99, 235, .25) !important;
  }

  .aixiamo-body:has(.order-query-form) .panel:first-of-type .panel-body {
    padding-top: 13px !important;
  }

  .query-seo-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 10px 0 0 !important;
  }

  .query-seo-card {
    padding: 14px !important;
    border: 1px solid rgba(226, 232, 240, .95) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14) !important;
  }

  .query-seo-card h2 {
    margin-bottom: 8px !important;
    color: #0f172a !important;
    font-size: 17px !important;
    font-weight: 950 !important;
  }

  .query-seo-card p,
  .query-seo-item span {
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .query-seo-list,
  .query-seo-links {
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .query-seo-item,
  .query-seo-links a {
    padding: 11px !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 13px !important;
    background: #f8fafc !important;
  }

  .query-seo-item strong {
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 950 !important;
  }
}

/* AIXiamo mobile22 overflow and dock spacing fix */
@media (max-width: 575.98px) {
  .aixiamo-body:has(.order-query-form) .panel-body {
    overflow: hidden !important;
  }

  .aixiamo-body:has(.order-query-form) .order-query-form,
  .aixiamo-body:has(.order-query-form) .order-query-form.d-flex {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 10px !important;
  }

  .aixiamo-body:has(.order-query-form) .order-query-form > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .aixiamo-body:has(.order-query-form) .btn-search-query {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
  }

  .aixiamo-body:has(.order-query-form) .btn-search-query i {
    flex: 0 0 auto !important;
    margin-right: 6px !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-footer {
    padding-bottom: calc(186px + env(safe-area-inset-bottom)) !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-footer > .container {
    margin-bottom: 0 !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-mobile-buy-dock {
    z-index: 1200 !important;
  }
}

/* AIXiamo mobile23 premium mobile purchase flow */
@media (max-width: 575.98px) {
  .aixiamo-body {
    background: #020817 !important;
    padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  .enterprise-hero {
    padding: 12px 0 10px !important;
    min-height: 0 !important;
  }

  .enterprise-hero .container {
    padding: 0 18px !important;
  }

  .enterprise-hero__copy {
    padding: 4px 0 0 !important;
  }

  .enterprise-hero h1 {
    margin-bottom: 10px !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero__lead {
    max-width: 100% !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    color: rgba(226, 232, 240, .78) !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-hero__visual {
    min-height: 0 !important;
    height: 188px !important;
    margin-top: 18px !important;
    border-radius: 19px !important;
  }

  .enterprise-hero__image {
    min-height: 0 !important;
    height: 188px !important;
    border-radius: 19px !important;
    background-position: center center !important;
  }

  .enterprise-hero__meta--live {
    min-height: 48px !important;
    margin-top: 16px !important;
    padding: 0 13px !important;
    border-radius: 15px !important;
  }

  .enterprise-hero__ticker {
    min-width: 0 !important;
    font-size: 13px !important;
  }

  .enterprise-hero__ticker em {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-products {
    padding: 0 10px 14px !important;
  }

  .enterprise-products > .container {
    padding: 15px 12px 17px !important;
    border-radius: 22px !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .24) !important;
  }

  .enterprise-section-head {
    margin-bottom: 12px !important;
  }

  .enterprise-section-head h2 {
    font-size: 23px !important;
    line-height: 1.2 !important;
  }

  .enterprise-section-head p {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .enterprise-product-finder {
    display: none !important;
  }

  .enterprise-category-wrap {
    margin: 0 0 12px !important;
  }

  .enterprise-category-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    overflow-x: auto !important;
    padding: 4px !important;
    border-radius: 15px !important;
    background: #eef4ff !important;
    scrollbar-width: none !important;
  }

  .enterprise-category-list::-webkit-scrollbar {
    display: none !important;
  }

  .enterprise-category-chip {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .enterprise-product-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  .enterprise-product-link {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .enterprise-product-card--market {
    min-height: 0 !important;
    height: auto !important;
    padding: 14px !important;
    border: 1px solid #e5ebf5 !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .075) !important;
  }

  .enterprise-product-card--market::before {
    display: block !important;
    width: 92px !important;
    height: 3px !important;
    inset: 0 auto auto 16px !important;
    border-radius: 0 0 999px 999px !important;
    opacity: .72 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    margin: 0 0 9px !important;
  }

  .enterprise-product-card--market .enterprise-product-card__identity {
    max-width: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand {
    min-height: 38px !important;
    gap: 10px !important;
    margin-bottom: 9px !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .10) !important;
  }

  .enterprise-product-card--market .enterprise-product-card__brand > span:last-child {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 0 !important;
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    -webkit-line-clamp: 2 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__tag {
    display: none !important;
  }

  .enterprise-product-card__status {
    align-items: flex-end !important;
    gap: 6px !important;
    max-width: 118px !important;
  }

  .enterprise-product-card__delivery-badge,
  .enterprise-product-card__badge,
  .enterprise-product-card__soldout {
    min-height: 25px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .enterprise-product-card__body {
    display: block !important;
    padding: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__desc {
    display: -webkit-box !important;
    min-height: 0 !important;
    margin: 0 0 9px !important;
    color: #536173 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-product-card--market .enterprise-product-card__pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 9px !important;
  }

  .enterprise-product-card--market .enterprise-product-card__pills span {
    min-height: 24px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__pills span:nth-child(n+4) {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__features {
    display: none !important;
  }

  .enterprise-product-card__foot {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 9px 10px !important;
    margin: 0 !important;
    padding-top: 11px !important;
  }

  .enterprise-product-card__meta {
    grid-column: 1 / -1 !important;
    display: flex !important;
    gap: 6px !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .enterprise-product-card__meta span {
    min-height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    color: #475569 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  .enterprise-product-card__meta span:nth-child(2) {
    display: none !important;
  }

  .enterprise-product-card__meta span:first-child.is-auto-delivery {
    color: #047857 !important;
    background: #dcfce7 !important;
    border-color: #bbf7d0 !important;
  }

  .enterprise-product-card__sold-count {
    color: #334155 !important;
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
  }

  .enterprise-product-card__buy {
    display: contents !important;
  }

  .enterprise-product-card__original-price,
  .enterprise-product-card__value-note {
    display: none !important;
  }

  .enterprise-product-card__price-row {
    grid-column: 1 !important;
    display: block !important;
    margin: 0 !important;
  }

  .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0 !important;
    color: #2563eb !important;
    font-size: 31px !important;
    line-height: 1 !important;
  }

  .enterprise-product-card__price small {
    margin-right: 2px !important;
    color: #2563eb !important;
    font-size: 15px !important;
  }

  .enterprise-product-card__price em {
    display: none !important;
  }

  .enterprise-product-card--market .enterprise-product-card__button {
    grid-column: 2 !important;
    min-width: 124px !important;
    min-height: 43px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 26px rgba(37, 99, 235, .22) !important;
  }

  .enterprise-steps {
    padding: 8px 10px 12px !important;
  }

  .enterprise-steps > .container {
    padding: 13px 12px 14px !important;
    border-radius: 18px !important;
  }

  .enterprise-section-head--compact h2 {
    font-size: 18px !important;
  }

  .enterprise-step-list {
    gap: 7px !important;
  }

  .enterprise-step-list article {
    min-height: 88px !important;
    padding: 9px 6px !important;
    border-radius: 13px !important;
  }

  .enterprise-step-list article span {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
  }

  .enterprise-step-list article p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-video-guide {
    padding: 0 10px 13px !important;
  }

  .enterprise-video-guide__shell {
    padding: 13px 12px !important;
    border-radius: 18px !important;
  }

  .enterprise-video-guide h2 {
    margin: 9px 0 6px !important;
    font-size: 19px !important;
    line-height: 1.26 !important;
  }

  .enterprise-video-guide p {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 12.5px !important;
    line-height: 1.58 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-video-guide__points {
    margin-top: 9px !important;
  }

  .enterprise-video-guide__media {
    max-height: 158px !important;
    margin-top: 10px !important;
    border-radius: 13px !important;
    overflow: hidden !important;
  }

  .enterprise-video-guide__media video {
    height: 158px !important;
    object-fit: cover !important;
  }

  .enterprise-footer {
    padding: 0 10px calc(82px + env(safe-area-inset-bottom)) !important;
  }

  .enterprise-footer > .container {
    padding: 13px 12px 14px !important;
    border-radius: 18px 18px 0 0 !important;
  }

  .enterprise-footer__grid {
    display: block !important;
  }

  .enterprise-footer__grid > div:not(:first-child) {
    display: none !important;
  }

  .enterprise-footer__brand {
    margin-bottom: 7px !important;
  }

  .enterprise-footer p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-footer__disclaimer {
    display: none !important;
  }

  .enterprise-footer__disclaimer.enterprise-footer__disclaimer--service-scope {
    display: flex !important;
  }

  .enterprise-footer__bottom {
    margin-top: 9px !important;
    padding-top: 8px !important;
  }

  .enterprise-mobile-shopbar {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    min-height: 66px !important;
    padding: 6px !important;
    border-radius: 24px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .18) !important;
  }

  .enterprise-mobile-shopbar::before,
  .enterprise-mobile-shopbar__primary::before,
  .enterprise-mobile-shopbar__primary::after {
    display: none !important;
  }

  .enterprise-mobile-shopbar a,
  .enterprise-mobile-shopbar a:hover {
    min-height: 54px !important;
    gap: 2px !important;
    padding: 5px 2px !important;
    border-radius: 18px !important;
    transform: none !important;
  }

  .enterprise-mobile-shopbar i {
    font-size: 21px !important;
    line-height: 1 !important;
  }

  .enterprise-mobile-shopbar span {
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar__primary.is-tapping {
    min-height: 56px !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 26px rgba(79, 70, 229, .26) !important;
  }

  body:has(.enterprise-item-page),
  body:has(.order-query-form) {
    padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-page {
    padding: 0 10px calc(88px + env(safe-area-inset-bottom)) !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-media-col,
  body:has(.enterprise-item-page) .enterprise-item-media-card {
    height: 172px !important;
    min-height: 172px !important;
    flex-basis: 172px !important;
  }

  body:has(.enterprise-item-page) .enterprise-item-cover {
    max-height: none !important;
  }

  .enterprise-item-title {
    font-size: 21px !important;
    line-height: 1.22 !important;
  }

  .enterprise-item-price-row .price {
    font-size: 32px !important;
  }

  .enterprise-item-promise span {
    min-height: 39px !important;
    border-radius: 11px !important;
    font-size: 11.5px !important;
  }

  .enterprise-item-form {
    padding: 11px !important;
  }

  .enterprise-item-detail .panel-body {
    font-size: 13px !important;
    line-height: 1.62 !important;
  }

  .gpt-disclaimer-panel {
    max-height: 560px !important;
    overflow: auto !important;
    overscroll-behavior: contain !important;
  }

  .gpt-disclaimer-panel__head {
    margin-bottom: 9px !important;
  }

  .gpt-disclaimer-grid {
    gap: 8px !important;
  }

  .gpt-disclaimer-card,
  .plan-service-note__item {
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .enterprise-mobile-buy-dock {
    min-height: 62px !important;
    padding: 7px 9px !important;
    border-radius: 18px !important;
  }

  .enterprise-mobile-buy-dock__meta strong {
    font-size: 20px !important;
  }

  .enterprise-mobile-buy-dock a {
    min-height: 48px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-footer,
  .aixiamo-body:has(.order-query-form) .enterprise-footer {
    display: none !important;
  }

  .aixiamo-body:has(.order-query-form) > .container.py-4 {
    padding: 10px 10px calc(84px + env(safe-area-inset-bottom)) !important;
  }

  .aixiamo-body:has(.order-query-form) .order-query-form,
  .aixiamo-body:has(.order-query-form) .order-query-form.d-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
  }

  .aixiamo-body:has(.order-query-form) .order-query-form .form-control {
    min-height: 48px !important;
    font-size: 15px !important;
  }

  .aixiamo-body:has(.order-query-form) .btn-search-query {
    min-height: 50px !important;
    font-size: 16px !important;
  }

  .query-seo-grid {
    gap: 9px !important;
  }

  .query-seo-grid .query-seo-card:nth-child(n+2) {
    display: none !important;
  }

  .query-seo-card {
    padding: 13px !important;
  }

  .query-seo-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  .query-seo-item:nth-child(n+3) {
    display: none !important;
  }
}

/* AIXiamo mobile24 design alignment and checkout clarity */
.recharge-eligibility-note,
.enterprise-checkout-callout {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 185, 129, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(236, 253, 245, .92), rgba(255, 255, 255, .84));
  color: #0f5132;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.recharge-eligibility-note i {
  margin-top: 3px;
  color: #10b981;
}

.enterprise-checkout-callout {
  display: grid;
  gap: 4px;
  margin-bottom: 2px;
  border-color: rgba(99, 102, 241, .18);
  background: linear-gradient(135deg, rgba(238, 242, 255, .96), rgba(255, 255, 255, .88));
  color: #1e293b;
}

.enterprise-checkout-callout strong {
  color: #111827;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}

.enterprise-checkout-callout span,
.enterprise-pay-card__hint {
  color: #64748b;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.6;
}

.enterprise-pay-card {
  border: 1px solid rgba(99, 102, 241, .22) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 255, .94)) !important;
  box-shadow: 0 14px 34px rgba(99, 102, 241, .10), inset 0 0 0 1px rgba(255, 255, 255, .86) !important;
}

.enterprise-pay-card.is-pay-attention {
  animation: aixiamo-pay-attention .9s ease both;
}

@keyframes aixiamo-pay-attention {
  0%, 100% {
    box-shadow: 0 14px 34px rgba(99, 102, 241, .10), inset 0 0 0 1px rgba(255, 255, 255, .86) !important;
  }
  35% {
    box-shadow: 0 0 0 5px rgba(37, 99, 235, .12), 0 18px 40px rgba(37, 99, 235, .22) !important;
  }
}

.enterprise-pay-card .form-label {
  width: 100%;
  min-height: 36px;
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0 0 7px !important;
  color: #4f46e5 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}

.enterprise-pay-card .form-label::after {
  content: "点击付款";
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 10px 20px rgba(79, 70, 229, .22);
}

.enterprise-pay-card__hint {
  margin: -2px 0 11px;
}

.enterprise-pay-card .pay-list .pay {
  min-height: 48px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

@media (max-width: 575.98px) {
  .enterprise-products .enterprise-product-grid.row,
  .enterprise-product-grid.row.item-list.store-product-grid,
  .row.item-list.store-product-grid.enterprise-product-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 11px !important;
    margin: 0 !important;
    padding: 0 0 3px !important;
  }

  .enterprise-products .enterprise-product-link,
  .enterprise-products .enterprise-product-link.col-12,
  .enterprise-products .enterprise-product-link.col-md-6,
  .enterprise-products .enterprise-product-link.col-xl-4 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 10px 12px !important;
    padding: 13px !important;
    border-radius: 17px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,255,.96)) !important;
  }

  .enterprise-products .enterprise-product-card--market::before {
    width: 76px !important;
    left: 72px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__top {
    display: contents !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__identity {
    grid-column: 1 / 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 0 12px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__identity > div {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 0 12px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand {
    grid-column: 1 / 3 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 0 12px !important;
    margin: 0 0 4px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand-mark {
    grid-row: 1 / 3 !important;
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px !important;
    border-radius: 14px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand > span:last-child {
    align-self: end !important;
    width: 100% !important;
    min-width: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__title {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    color: #0f172a !important;
    font-size: 17px !important;
    line-height: 1.32 !important;
    font-weight: 950 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__status {
    grid-column: 1 / 3 !important;
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 2px 0 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__body {
    grid-column: 1 / 3 !important;
    display: block !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__desc {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__pills,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__features {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    grid-column: 1 / 3 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 8px 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 10px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta {
    grid-column: 1 / 3 !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__buy {
    display: contents !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price-row {
    grid-column: 1 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price {
    font-size: 28px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button {
    grid-column: 2 !important;
    min-width: 116px !important;
    min-height: 42px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
  }

  .recharge-eligibility-note {
    margin: 0 0 12px !important;
    padding: 11px 12px !important;
    border-radius: 14px !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  .enterprise-checkout-callout {
    padding: 12px !important;
    border-radius: 14px !important;
  }

  .enterprise-checkout-callout strong {
    font-size: 14px !important;
  }

  .enterprise-pay-card {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .enterprise-pay-card .form-label {
    font-size: 15px !important;
  }

  .enterprise-mobile-buy-dock a span {
    font-size: 16px !important;
    font-weight: 950 !important;
  }
}

/* AIXiamo mobile25 product title width fix */
@media (max-width: 575.98px) {
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__identity > div {
    grid-column: 1 / 3 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__title {
    width: auto !important;
    max-width: 100% !important;
  }
}

/* AIXiamo mobile26 compact premium product list */
@media (max-width: 575.98px) {
  .enterprise-products > .container {
    padding: 14px 11px 16px !important;
    border-radius: 22px !important;
  }

  .enterprise-products .enterprise-product-grid.row,
  .enterprise-product-grid.row.item-list.store-product-grid,
  .row.item-list.store-product-grid.enterprise-product-grid {
    gap: 10px !important;
  }

  .enterprise-products .enterprise-product-card--market {
    position: relative !important;
    min-height: 152px !important;
    height: auto !important;
    display: block !important;
    padding: 13px 12px 12px 76px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 250, 255, .94)) !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .08) !important;
    overflow: hidden !important;
  }

  .enterprise-products .enterprise-product-card--market::before {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__top,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__identity,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__identity > div,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: block !important;
    grid-template-columns: none !important;
    grid-column: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand-mark {
    position: absolute !important;
    left: 13px !important;
    top: 16px !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .11) !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand > span:last-child {
    width: auto !important;
    max-width: calc(100% - 92px) !important;
    display: block !important;
    overflow: hidden !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__title {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 4px 0 0 !important;
    color: #0f172a !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.28 !important;
    text-align: left !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__tag {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__status {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin: 8px 0 0 !important;
  }

  .enterprise-products .enterprise-product-card__delivery-badge,
  .enterprise-products .enterprise-product-card__badge,
  .enterprise-products .enterprise-product-card__soldout {
    min-height: 23px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
    line-height: 23px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__body {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 7px 10px !important;
    align-items: end !important;
    margin: 10px 0 0 !important;
    padding: 9px 0 0 !important;
    border-top: 1px solid #edf2f7 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta {
    grid-column: 1 / 3 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta span,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta span:first-child,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta span:nth-child(3) {
    min-height: 22px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    line-height: 22px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__buy {
    display: contents !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price-row {
    grid-column: 1 !important;
    align-self: center !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price {
    margin: 0 !important;
    color: #2563eb !important;
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price small {
    font-size: 13px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price em {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button {
    grid-column: 2 !important;
    min-width: 108px !important;
    min-height: 40px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button::after {
    content: "  >";
    font-weight: 950;
  }
}

/* AIXiamo mobile27 final override: self-service entry stays after details */
.activation-entry--afterpay {
  max-width: 1180px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px auto 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(203, 213, 225, .78) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(248, 250, 252, .88)) !important;
  color: #334155;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06) !important;
}

.activation-entry--afterpay .activation-entry__main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.activation-entry--afterpay .activation-entry__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  font-size: 17px;
}

.activation-entry--afterpay .activation-entry__eyebrow {
  margin-bottom: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.activation-entry--afterpay .activation-entry__title {
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.activation-entry--afterpay .activation-entry__desc {
  margin-top: 3px;
  color: #64748b;
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.55;
}

.activation-entry--afterpay .activation-entry__actions {
  flex: 0 0 auto;
}

.activation-entry--afterpay .activation-entry__button,
.activation-entry--afterpay .activation-entry__button:hover {
  min-height: 40px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px !important;
  border: 1px solid rgba(37, 99, 235, .22) !important;
  border-radius: 12px !important;
  color: #1d4ed8 !important;
  background: rgba(37, 99, 235, .06) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.activation-entry--afterpay.is-pro .activation-entry__icon {
  color: #7c3aed;
  background: rgba(124, 58, 237, .09);
}

.activation-entry--afterpay.is-pro .activation-entry__button,
.activation-entry--afterpay.is-pro .activation-entry__button:hover {
  border-color: rgba(124, 58, 237, .22) !important;
  color: #6d28d9 !important;
  background: rgba(124, 58, 237, .06) !important;
}

@media (max-width: 575.98px) {
  .activation-entry--afterpay {
    display: block;
    margin: 12px 10px 0 !important;
    padding: 12px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05) !important;
  }

  .activation-entry--afterpay .activation-entry__main {
    align-items: flex-start;
    gap: 10px;
  }

  .activation-entry--afterpay .activation-entry__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
    font-size: 15px;
  }

  .activation-entry--afterpay .activation-entry__title {
    font-size: 15px;
  }

  .activation-entry--afterpay .activation-entry__desc {
    font-size: 12px;
  }

  .activation-entry--afterpay .activation-entry__actions {
    margin-top: 10px;
  }

  .activation-entry--afterpay .activation-entry__button,
  .activation-entry--afterpay .activation-entry__button:hover {
    width: 100%;
    min-height: 42px !important;
    border-radius: 13px !important;
  }
}

/* AIXiamo mobile28: restore compact customer-service message button */
@media (max-width: 575.98px) {
  .aixiamo-body .aixiamo-support-widget,
  body .aixiamo-support-widget {
    position: fixed !important;
    right: 12px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    z-index: 1092 !important;
    display: block !important;
    font-family: inherit;
  }

  .aixiamo-body .aixiamo-support-widget__button,
  body .aixiamo-support-widget__button {
    min-width: 64px !important;
    width: 64px !important;
    min-height: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(255, 255, 255, .78) !important;
    border-radius: 16px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #111827 0%, #2563eb 100%) !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .20), inset 0 1px 0 rgba(255, 255, 255, .20) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  .aixiamo-body .aixiamo-support-widget__button i,
  body .aixiamo-support-widget__button i {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .aixiamo-body .aixiamo-support-widget__button span,
  body .aixiamo-support-widget__button span {
    display: inline-block !important;
    overflow: hidden !important;
    width: 24px !important;
    color: transparent !important;
    font-size: 0 !important;
    white-space: nowrap !important;
  }

  .aixiamo-body .aixiamo-support-widget__button span::after,
  body .aixiamo-support-widget__button span::after {
    content: "客服";
    color: #fff;
    font-size: 12px;
    font-weight: 950;
  }

  .aixiamo-body .aixiamo-support-widget__panel,
  body .aixiamo-support-widget__panel {
    position: fixed !important;
    right: 12px !important;
    left: 12px !important;
    bottom: calc(136px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-height: calc(100vh - 164px) !important;
    overflow-y: auto !important;
    border: 1px solid rgba(226, 232, 240, .95) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .22) !important;
    z-index: 1093 !important;
  }

  .aixiamo-body .aixiamo-support-widget__head,
  body .aixiamo-support-widget__head {
    padding: 15px 16px 13px !important;
    border-radius: 21px 21px 0 0 !important;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #7c3aed 100%) !important;
  }

  .aixiamo-body .aixiamo-support-widget__body,
  body .aixiamo-support-widget__body {
    gap: 9px !important;
    padding: 13px !important;
  }

  .aixiamo-body .aixiamo-support-widget__body input,
  .aixiamo-body .aixiamo-support-widget__body textarea,
  body .aixiamo-support-widget__body input,
  body .aixiamo-support-widget__body textarea {
    border-radius: 13px !important;
    font-size: 14px !important;
  }

  .aixiamo-body .aixiamo-support-widget__body textarea,
  body .aixiamo-support-widget__body textarea {
    min-height: 82px !important;
  }

  .aixiamo-body .aixiamo-support-widget__submit,
  body .aixiamo-support-widget__submit {
    min-height: 44px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .20) !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget,
  body:has(.enterprise-item-page) .aixiamo-support-widget {
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget__panel,
  body:has(.enterprise-item-page) .aixiamo-support-widget__panel {
    bottom: calc(136px + env(safe-area-inset-bottom)) !important;
  }
}

/* AIXiamo mobile29: highlight primary iOS Turkey Plus recommendation card */
@media (max-width: 575.98px) {
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market {
    border-color: rgba(37, 99, 235, .46) !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .99) 0%, rgba(247, 250, 255, .98) 52%, rgba(248, 245, 255, .96) 100%) !important;
    box-shadow:
      0 18px 42px rgba(37, 99, 235, .16),
      0 8px 22px rgba(124, 58, 237, .08),
      inset 0 0 0 1px rgba(255, 255, 255, .92) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    display: block !important;
    width: auto !important;
    height: 4px !important;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 58%, #06b6d4 100%) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market::after {
    content: "主推土区 Plus";
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 3;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 10px 20px rgba(37, 99, 235, .22);
    font-size: 10px;
    font-weight: 950;
    line-height: 22px;
    white-space: nowrap;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark {
    box-shadow:
      0 12px 24px rgba(37, 99, 235, .16),
      0 0 0 3px rgba(37, 99, 235, .08) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__tag {
    color: #1d4ed8 !important;
    background: rgba(37, 99, 235, .08) !important;
    border-color: rgba(37, 99, 235, .18) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button {
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .25) !important;
  }
}

/* AIXiamo mobile30: replace mobile video with premium review marquee */
@media (max-width: 575.98px) {
  .enterprise-video-guide {
    display: none !important;
  }

  .enterprise-feedback--wall {
    display: block !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 10px 14px !important;
    overflow: visible !important;
    background: #020817 !important;
  }

  .enterprise-feedback--wall > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 15px 12px 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(248, 250, 255, .96)) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .24) !important;
  }

  .enterprise-feedback--wall .enterprise-section-head {
    min-height: 0 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    display: grid !important;
    gap: 6px !important;
    text-align: left !important;
  }

  .enterprise-feedback-kicker {
    width: fit-content !important;
    min-height: 26px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 1px solid rgba(37, 99, 235, .16) !important;
    border-radius: 999px !important;
    color: #1d4ed8 !important;
    background: rgba(37, 99, 235, .07) !important;
    font-size: 11px !important;
    font-weight: 950 !important;
  }

  .enterprise-feedback-kicker i {
    color: #22c55e !important;
    font-size: 7px !important;
  }

  .enterprise-feedback--wall .enterprise-section-head h2 {
    max-width: none !important;
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-feedback--wall .enterprise-section-head h2 span {
    color: #2563eb !important;
  }

  .enterprise-feedback--wall .enterprise-section-head p {
    max-width: none !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    line-height: 1.5 !important;
  }

  .enterprise-feedback-wall {
    width: 100% !important;
    margin: 0 !important;
    padding: 2px 0 1px !important;
    overflow: visible !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%) !important;
  }

  .enterprise-feedback-lane {
    width: max-content !important;
  }

  .enterprise-feedback-lane + .enterprise-feedback-lane {
    margin-top: 9px !important;
  }

  .enterprise-feedback-track {
    gap: 10px !important;
    padding-right: 10px !important;
    animation-duration: 42s !important;
  }

  .enterprise-feedback-lane--reverse .enterprise-feedback-track {
    animation-duration: 48s !important;
  }

  .enterprise-feedback-card {
    width: 270px !important;
    min-height: 142px !important;
    flex-basis: 270px !important;
    gap: 9px !important;
    padding: 13px !important;
    border: 1px solid rgba(226, 232, 240, .92) !important;
    border-radius: 17px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(248, 250, 252, .96)) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08) !important;
  }

  .enterprise-feedback-card .enterprise-feedback-card__head {
    min-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .enterprise-feedback-card .enterprise-feedback-card__head span {
    color: #f59e0b !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
  }

  .enterprise-feedback-card .enterprise-feedback-card__head i {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #2563eb !important;
    background: rgba(37, 99, 235, .08) !important;
    font-size: 16px !important;
  }

  .enterprise-feedback-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    color: #334155 !important;
    font-size: 12.5px !important;
    font-weight: 760 !important;
    line-height: 1.58 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .enterprise-feedback-card__profile {
    grid-template-columns: 32px minmax(0, 1fr) auto !important;
    gap: 9px !important;
    padding-top: 8px !important;
    border-top: 1px solid #edf2f7 !important;
  }

  .enterprise-feedback-card__profile b {
    width: 32px !important;
    height: 32px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
  }

  .enterprise-feedback-card__profile strong {
    color: #0f172a !important;
    font-size: 12.5px !important;
    font-weight: 950 !important;
  }

  .enterprise-feedback-card__profile small {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 760 !important;
  }

  .enterprise-feedback-card__profile em {
    grid-column: auto !important;
    min-height: 22px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 1px solid rgba(34, 197, 94, .18) !important;
    color: #047857 !important;
    background: rgba(34, 197, 94, .08) !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    line-height: 22px !important;
  }

  .enterprise-feedback-assurance {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
  }

  .enterprise-feedback-assurance span {
    min-height: 34px !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 6px !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 12px !important;
    color: #475569 !important;
    background: #fff !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  .enterprise-feedback-assurance i {
    color: #2563eb !important;
    font-size: 12px !important;
  }
}

/* AIXiamo mobile32: unify non-product mobile sections with the dark hero system */
@media (max-width: 575.98px) {
  .aixiamo-body,
  .enterprise-store {
    background: #020817 !important;
  }

  .enterprise-trust-strip,
  .enterprise-plus-line,
  .enterprise-share-offer,
  .enterprise-steps,
  .enterprise-help,
  .enterprise-feedback--wall,
  .enterprise-final-cta,
  .enterprise-footer {
    background: #020817 !important;
  }

  .enterprise-trust-strip {
    margin: 0 !important;
    padding: 4px 10px 12px !important;
  }

  .enterprise-trust-strip__inner,
  .enterprise-plus-line p,
  .enterprise-share-offer__inner,
  .enterprise-steps > .container,
  .enterprise-help > .container,
  .enterprise-feedback--wall > .container,
  .enterprise-footer > .container {
    border: 1px solid rgba(148, 163, 184, .28) !important;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, .94), rgba(8, 13, 28, .96)) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28) !important;
  }

  .enterprise-trust-strip__inner {
    gap: 7px !important;
    padding: 10px !important;
    border-radius: 20px !important;
  }

  .enterprise-trust-strip__inner div {
    border-color: rgba(148, 163, 184, .18) !important;
    background: rgba(255, 255, 255, .055) !important;
  }

  .enterprise-trust-strip__inner i,
  .enterprise-plus-line i,
  .enterprise-share-offer__icon i,
  .enterprise-help-grid i,
  .enterprise-feedback-kicker i {
    color: #60a5fa !important;
  }

  .enterprise-trust-strip__inner strong,
  .enterprise-plus-line p,
  .enterprise-share-offer strong,
  .enterprise-section-head h2,
  .enterprise-step-list article strong,
  .enterprise-help-grid span,
  .enterprise-footer__brand span:first-child,
  .enterprise-footer h4,
  .enterprise-footer__disclaimer strong {
    color: #f8fafc !important;
  }

  .enterprise-trust-strip__inner span,
  .enterprise-share-offer p,
  .enterprise-section-head p,
  .enterprise-step-list article p,
  .enterprise-footer p,
  .enterprise-footer a,
  .enterprise-footer button,
  .enterprise-footer__disclaimer span,
  .enterprise-footer__copy span {
    color: #94a3b8 !important;
  }

  .enterprise-plus-line {
    padding: 0 10px 12px !important;
  }

  .enterprise-plus-line .container {
    padding: 0 !important;
  }

  .enterprise-plus-line p {
    min-height: auto !important;
    margin: 0 !important;
    padding: 12px 13px !important;
    border-radius: 18px !important;
    color: #dbeafe !important;
    line-height: 1.55 !important;
  }

  .enterprise-share-offer {
    padding: 0 10px 12px !important;
  }

  .enterprise-share-offer__inner {
    padding: 13px !important;
    border-radius: 20px !important;
  }

  .enterprise-share-offer__icon {
    background: rgba(37, 99, 235, .18) !important;
  }

  .enterprise-share-offer__button {
    border-color: rgba(148, 163, 184, .26) !important;
    color: #e2e8f0 !important;
    background: rgba(255, 255, 255, .08) !important;
  }

  .enterprise-share-offer__button--primary,
  .enterprise-share-offer__button--support {
    border-color: rgba(96, 165, 250, .34) !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  }

  .enterprise-steps,
  .enterprise-help {
    padding: 12px 10px 14px !important;
  }

  .enterprise-steps > .container,
  .enterprise-help > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 14px 12px 15px !important;
    border-radius: 20px !important;
  }

  .enterprise-step-list article,
  .enterprise-help-grid a {
    border-color: rgba(148, 163, 184, .22) !important;
    background: rgba(255, 255, 255, .07) !important;
    box-shadow: none !important;
  }

  .enterprise-step-list article > span,
  .enterprise-help-grid i {
    color: #bfdbfe !important;
    background: rgba(37, 99, 235, .20) !important;
  }

  .enterprise-step-arrow {
    color: rgba(148, 163, 184, .36) !important;
  }

  .enterprise-feedback--wall {
    padding: 0 10px 14px !important;
  }

  .enterprise-feedback--wall > .container {
    padding: 15px 12px 16px !important;
    border-radius: 22px !important;
  }

  .enterprise-feedback-kicker {
    border-color: rgba(96, 165, 250, .32) !important;
    color: #dbeafe !important;
    background: rgba(37, 99, 235, .16) !important;
  }

  .enterprise-feedback--wall .enterprise-section-head h2,
  .enterprise-feedback--wall .enterprise-section-head h2 span {
    color: #f8fafc !important;
  }

  .enterprise-feedback--wall .enterprise-section-head p {
    color: #94a3b8 !important;
  }

  .enterprise-feedback-card {
    border-color: rgba(226, 232, 240, .92) !important;
    background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .16) !important;
  }

  .enterprise-feedback-assurance span {
    border-color: rgba(148, 163, 184, .24) !important;
    color: #dbeafe !important;
    background: rgba(255, 255, 255, .08) !important;
  }

  .enterprise-footer {
    padding: 0 10px calc(96px + env(safe-area-inset-bottom)) !important;
  }

  .enterprise-footer > .container {
    padding: 18px 14px 16px !important;
    border-radius: 22px !important;
  }

  .enterprise-footer__brand span:first-child {
    background: rgba(37, 99, 235, .20) !important;
  }

  .enterprise-footer__disclaimer {
    border-color: rgba(148, 163, 184, .20) !important;
    background: rgba(255, 255, 255, .055) !important;
  }
}

/* AIXiamo mobile36: share link card, no homepage guide hero */
@media (max-width: 575.98px) {
  .aixiamo-mobile-guide {
    display: none !important;
  }

  .enterprise-share-offer {
    display: block !important;
    padding: 10px 10px 12px !important;
    background: #020817 !important;
  }

  .enterprise-share-offer__inner {
    position: relative;
    width: 100% !important;
    min-height: 188px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 108px !important;
    gap: 10px !important;
    overflow: hidden !important;
    padding: 14px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(147, 197, 253, .26) !important;
    background:
      linear-gradient(135deg, rgba(238, 245, 255, .98), rgba(234, 242, 255, .94)),
      radial-gradient(circle at 86% 32%, rgba(96, 165, 250, .34), transparent 38%) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .26) !important;
  }

  .enterprise-share-offer__inner::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 20px;
    width: 160px;
    height: 160px;
    border-radius: 36px;
    background: url('/assets/static/images/aixiamo-mobile-bear-guide-visual35.webp?v=20260512mobile36') center / cover no-repeat;
    opacity: .98;
    filter: drop-shadow(0 16px 28px rgba(37, 99, 235, .18));
    pointer-events: none;
  }

  .enterprise-share-offer__copy {
    position: relative !important;
    z-index: 1 !important;
    grid-column: 1 / -1 !important;
    display: block !important;
    padding-right: 120px !important;
  }

  .enterprise-share-offer__icon {
    width: auto !important;
    height: 26px !important;
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    color: #1e3a8a !important;
    background: rgba(255, 255, 255, .82) !important;
    box-shadow: none !important;
  }

  .enterprise-share-offer__icon::after {
    content: "Share Card";
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
  }

  .enterprise-share-offer__icon i {
    color: #4f46e5 !important;
    font-size: 12px !important;
  }

  .enterprise-share-offer strong {
    max-width: 195px !important;
    color: #07133a !important;
    font-size: 20px !important;
    line-height: 1.22 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-share-offer p {
    max-width: 210px !important;
    margin-top: 7px !important;
    color: #475569 !important;
    font-size: 12px !important;
    line-height: 1.48 !important;
    font-weight: 800 !important;
  }

  .enterprise-share-offer__actions {
    position: relative !important;
    z-index: 1 !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 0 !important;
  }

  .enterprise-share-offer__button {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 10px !important;
    border-radius: 14px !important;
    border-color: rgba(79, 70, 229, .18) !important;
    color: #1e2a78 !important;
    background: rgba(255, 255, 255, .78) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 20px rgba(37, 99, 235, .10) !important;
  }

  .enterprise-share-offer__button--primary {
    color: #fff !important;
    border-color: transparent !important;
    background: linear-gradient(135deg, #4f46e5, #2563eb) !important;
    box-shadow: 0 14px 26px rgba(37, 99, 235, .24) !important;
  }

  .enterprise-share-offer__button--support {
    grid-column: 1 / -1 !important;
    color: #0f766e !important;
    border-color: rgba(20, 184, 166, .20) !important;
    background: rgba(240, 253, 250, .86) !important;
  }
}

/* AIXiamo mobile37: compact share reward and dark premium shopbar */
@media (max-width: 575.98px) {
  .enterprise-products {
    padding-bottom: 12px !important;
  }

  .enterprise-share-offer {
    display: block !important;
    padding: 0 10px 14px !important;
    background: #020817 !important;
  }

  .enterprise-share-offer__inner {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    overflow: hidden !important;
    padding: 12px !important;
    border: 1px solid rgba(96, 165, 250, .20) !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 12% 0%, rgba(96, 165, 250, .16), transparent 42%),
      linear-gradient(135deg, rgba(15, 23, 42, .98), rgba(9, 16, 37, .98)) !important;
    box-shadow:
      0 18px 40px rgba(0, 0, 0, .22),
      inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  }

  .enterprise-share-offer__inner::after {
    content: "" !important;
    position: absolute !important;
    right: -24px !important;
    top: -18px !important;
    width: 112px !important;
    height: 112px !important;
    border-radius: 28px !important;
    background: url('/assets/static/images/aixiamo-mobile-bear-guide-visual35.webp?v=20260513mobile37') center / cover no-repeat !important;
    opacity: .20 !important;
    filter: saturate(.9) !important;
    pointer-events: none !important;
  }

  .enterprise-share-offer__copy {
    position: relative !important;
    z-index: 1 !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 9px !important;
    padding-right: 0 !important;
  }

  .enterprise-share-offer__copy > div {
    min-width: 0 !important;
  }

  .enterprise-share-offer__icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    flex: 0 0 34px !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(147, 197, 253, .32) !important;
    border-radius: 12px !important;
    color: #bfdbfe !important;
    background: rgba(37, 99, 235, .16) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  }

  .enterprise-share-offer__icon::after {
    content: none !important;
  }

  .enterprise-share-offer__icon i {
    color: currentColor !important;
    font-size: 15px !important;
  }

  .enterprise-share-offer strong {
    max-width: none !important;
    display: block !important;
    overflow: hidden !important;
    color: #f8fafc !important;
    font-size: 14px !important;
    line-height: 1.32 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .enterprise-share-offer p {
    max-width: none !important;
    display: block !important;
    overflow: hidden !important;
    margin: 3px 0 0 !important;
    color: #94a3b8 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .enterprise-share-offer__actions {
    position: relative !important;
    z-index: 1 !important;
    grid-column: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
  }

  .enterprise-share-offer__button {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid rgba(148, 163, 184, .22) !important;
    border-radius: 12px !important;
    color: #dbeafe !important;
    background: rgba(255, 255, 255, .08) !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .enterprise-share-offer__button i {
    color: currentColor !important;
    font-size: 14px !important;
  }

  .enterprise-share-offer__button span {
    display: none !important;
  }

  .enterprise-share-offer__button--primary {
    color: #fff !important;
    border-color: rgba(96, 165, 250, .36) !important;
    background: linear-gradient(135deg, #2563eb, #6d5dfc) !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .28) !important;
  }

  .enterprise-share-offer__button--support {
    color: #99f6e4 !important;
    border-color: rgba(45, 212, 191, .25) !important;
    background: rgba(20, 184, 166, .12) !important;
  }

  .enterprise-mobile-shopbar {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    z-index: 12000 !important;
    min-height: 64px !important;
    height: 64px !important;
    padding: 6px !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 4px !important;
    overflow: visible !important;
    border: 1px solid rgba(148, 163, 184, .24) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, .92), rgba(7, 13, 31, .90)) !important;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, .38),
      inset 0 1px 0 rgba(255, 255, 255, .12) !important;
    backdrop-filter: blur(20px) saturate(1.15) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.15) !important;
  }

  .enterprise-mobile-shopbar::before {
    content: none !important;
  }

  .enterprise-mobile-shopbar a,
  .enterprise-mobile-shopbar a:hover {
    position: relative !important;
    min-width: 0 !important;
    min-height: 52px !important;
    height: 52px !important;
    display: grid !important;
    grid-template-rows: 25px 14px !important;
    place-items: center !important;
    align-content: center !important;
    gap: 3px !important;
    padding: 6px 2px 5px !important;
    border: 0 !important;
    border-radius: 17px !important;
    color: #94a3b8 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
  }

  .enterprise-mobile-shopbar i {
    position: static !important;
    width: 24px !important;
    height: 24px !important;
    display: grid !important;
    place-items: center !important;
    color: currentColor !important;
    font-size: 19px !important;
    line-height: 1 !important;
    transform: none !important;
    z-index: 1 !important;
  }

  .enterprise-mobile-shopbar span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    color: currentColor !important;
    background: transparent !important;
    font-size: 10.5px !important;
    font-weight: 900 !important;
    line-height: 14px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-shadow: none !important;
    z-index: 1 !important;
  }

  .enterprise-mobile-shopbar a:first-child,
  .enterprise-mobile-shopbar a:first-child:hover {
    color: #94a3b8 !important;
  }

  .enterprise-mobile-shopbar a.is-current,
  .enterprise-mobile-shopbar a.is-tapping,
  .enterprise-mobile-shopbar a:active,
  .enterprise-mobile-shopbar a:hover {
    color: #eff6ff !important;
    background:
      linear-gradient(180deg, rgba(37, 99, 235, .24), rgba(37, 99, 235, .10)) !important;
    transform: translateY(-1px) !important;
  }

  .enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar__primary.is-tapping {
    min-height: 52px !important;
    height: 52px !important;
    margin-top: 0 !important;
    display: grid !important;
    grid-template-rows: 25px 14px !important;
    align-content: center !important;
    gap: 3px !important;
    padding: 6px 2px 5px !important;
    color: #fff !important;
    background:
      radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .24), transparent 42%),
      linear-gradient(135deg, #2563eb 0%, #6d5dfc 100%) !important;
    box-shadow:
      0 12px 24px rgba(37, 99, 235, .34),
      inset 0 1px 0 rgba(255, 255, 255, .26) !important;
    transform: none !important;
  }

  .enterprise-mobile-shopbar__primary::before,
  .enterprise-mobile-shopbar__primary::after {
    content: none !important;
  }

  .enterprise-mobile-shopbar__primary i {
    position: static !important;
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
    font-size: 19px !important;
    transform: none !important;
  }

  .enterprise-mobile-shopbar__primary span {
    position: static !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
    line-height: 14px !important;
  }

  .aixiamo-body .aixiamo-support-widget,
  body .aixiamo-support-widget {
    right: 12px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    z-index: 12001 !important;
  }

  .aixiamo-body .aixiamo-support-widget__button,
  body .aixiamo-support-widget__button {
    min-width: 56px !important;
    width: 56px !important;
    min-height: 40px !important;
    height: 40px !important;
    border-radius: 15px !important;
    border-color: rgba(147, 197, 253, .45) !important;
    background: linear-gradient(135deg, #1d4ed8, #0f172a) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  }
}

/* AIXiamo mobile38: clarify shopbar hierarchy after device QA */
@media (max-width: 575.98px) {
  .enterprise-mobile-shopbar a.is-current,
  .enterprise-mobile-shopbar a.is-tapping,
  .enterprise-mobile-shopbar a:active,
  .enterprise-mobile-shopbar a:hover {
    color: #dbeafe !important;
    background:
      linear-gradient(180deg, rgba(37, 99, 235, .18), rgba(37, 99, 235, .08)) !important;
  }

  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary.is-tapping {
    color: #fff !important;
    background:
      radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .26), transparent 44%),
      linear-gradient(135deg, #2563eb 0%, #6d5dfc 100%) !important;
    box-shadow:
      0 12px 24px rgba(37, 99, 235, .34),
      inset 0 1px 0 rgba(255, 255, 255, .26) !important;
  }

  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary i,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary span {
    color: #fff !important;
  }
}

/* AIXiamo mobile39: reduce floating support obstruction */
@media (max-width: 575.98px) {
  .enterprise-store,
  .enterprise-item-page {
    padding-bottom: 96px !important;
  }

  .enterprise-mobile-shopbar {
    min-height: 60px !important;
    height: 60px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    padding: 5px !important;
  }

  .enterprise-mobile-shopbar a,
  .enterprise-mobile-shopbar a:hover,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary:hover,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary.is-current,
  .enterprise-mobile-shopbar a.enterprise-mobile-shopbar__primary.is-tapping {
    min-height: 50px !important;
    height: 50px !important;
    grid-template-rows: 24px 14px !important;
    padding: 5px 2px 4px !important;
  }

  .aixiamo-body .aixiamo-support-widget,
  body .aixiamo-support-widget {
    right: 14px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  .aixiamo-body .aixiamo-support-widget__button,
  body .aixiamo-support-widget__button {
    min-width: 44px !important;
    width: 44px !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 16px !important;
  }

  .aixiamo-body .aixiamo-support-widget__button i,
  body .aixiamo-support-widget__button i {
    font-size: 18px !important;
  }

  .aixiamo-body .aixiamo-support-widget__button span,
  .aixiamo-body .aixiamo-support-widget__button span::after,
  body .aixiamo-support-widget__button span,
  body .aixiamo-support-widget__button span::after {
    content: none !important;
    display: none !important;
  }

  .aixiamo-body .aixiamo-support-widget__panel,
  body .aixiamo-support-widget__panel {
    bottom: calc(132px + env(safe-area-inset-bottom)) !important;
  }
}

/* AIXiamo mobile40: edge-dock support button to avoid covering buy CTA */
@media (max-width: 575.98px) {
  .aixiamo-body .aixiamo-support-widget,
  body .aixiamo-support-widget {
    right: -7px !important;
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
  }

  .aixiamo-body .aixiamo-support-widget__button,
  body .aixiamo-support-widget__button {
    min-width: 40px !important;
    width: 40px !important;
    min-height: 42px !important;
    height: 42px !important;
    border-radius: 15px 0 0 15px !important;
    border-right: 0 !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
  }

  .aixiamo-body .aixiamo-support-widget__button i,
  body .aixiamo-support-widget__button i {
    font-size: 17px !important;
    transform: translateX(-2px) !important;
  }

  .aixiamo-body .aixiamo-support-widget__panel,
  body .aixiamo-support-widget__panel {
    right: 12px !important;
    left: 12px !important;
  }
}

/* AIXiamo mobile41: make favorite reminder a quiet edge chip */
@media (max-width: 575.98px) {
  .aixiamo-favorite-tip {
    top: 104px !important;
    right: -8px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1040 !important;
    max-width: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(147, 197, 253, .34) !important;
    border-right: 0 !important;
    border-radius: 15px 0 0 15px !important;
    background: rgba(15, 23, 42, .72) !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .14) !important;
    backdrop-filter: blur(16px) saturate(1.15) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.15) !important;
  }

  .aixiamo-favorite-tip__body {
    width: 40px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
  }

  .aixiamo-favorite-tip__body i {
    width: 40px !important;
    height: 42px !important;
    flex-basis: 40px !important;
    border-radius: 0 !important;
    color: #bfdbfe !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px !important;
    transform: translateX(-2px) !important;
  }

  .aixiamo-favorite-tip__body span,
  .aixiamo-favorite-tip__close {
    display: none !important;
  }
}

/* AIXiamo mobile42: tighten shopping path and unify checkout dock */
@media (max-width: 575.98px) {
  .enterprise-hero {
    padding-top: 14px !important;
    padding-bottom: 10px !important;
  }

  .enterprise-hero__copy {
    margin-bottom: 10px !important;
  }

  .enterprise-hero h1 {
    margin-bottom: 12px !important;
    font-size: clamp(27px, 7.3vw, 30px) !important;
    line-height: 1.17 !important;
  }

  .enterprise-hero__lead {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    -webkit-line-clamp: 2 !important;
  }

  .enterprise-hero__visual {
    min-height: 164px !important;
    height: 164px !important;
    border-radius: 17px !important;
  }

  .enterprise-plus-line p {
    min-height: 46px !important;
    padding: 0 16px !important;
  }

  .enterprise-products {
    padding-top: 10px !important;
  }

  .enterprise-products > .container {
    padding-top: 12px !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .enterprise-mobile-buy-dock,
  body:has(.enterprise-item-page) .enterprise-mobile-buy-dock,
  .enterprise-mobile-buy-dock {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    min-height: 62px !important;
    height: 62px !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 8px !important;
    padding: 7px !important;
    border: 1px solid rgba(148, 163, 184, .24) !important;
    border-radius: 22px !important;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, .94), rgba(7, 13, 31, .92)) !important;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, .38),
      inset 0 1px 0 rgba(255, 255, 255, .12) !important;
    backdrop-filter: blur(20px) saturate(1.15) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.15) !important;
  }

  .enterprise-mobile-buy-dock__meta {
    padding-left: 8px !important;
  }

  .enterprise-mobile-buy-dock__meta span {
    color: #94a3b8 !important;
    font-size: 11px !important;
    font-weight: 850 !important;
  }

  .enterprise-mobile-buy-dock__meta strong {
    color: #dbeafe !important;
    font-size: 22px !important;
    font-weight: 950 !important;
  }

  .enterprise-mobile-buy-dock a {
    min-height: 48px !important;
    height: 48px !important;
    border-radius: 17px !important;
    color: #fff !important;
    background:
      radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .24), transparent 44%),
      linear-gradient(135deg, #2563eb 0%, #6d5dfc 100%) !important;
    box-shadow:
      0 12px 24px rgba(37, 99, 235, .34),
      inset 0 1px 0 rgba(255, 255, 255, .26) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
  }

  .enterprise-mobile-buy-dock a i {
    font-size: 18px !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget,
  body:has(.enterprise-item-page) .aixiamo-support-widget {
    right: -9px !important;
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  .aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget__button,
  body:has(.enterprise-item-page) .aixiamo-support-widget__button {
    min-width: 36px !important;
    width: 36px !important;
    min-height: 40px !important;
    height: 40px !important;
    opacity: .92 !important;
  }
}

/* AIXiamo mobile43: product-specific hero title, encoded as ASCII for CSS safety */
@media (max-width: 575.98px) {
  .enterprise-hero h1 {
    max-width: 350px !important;
    margin: 8px 0 10px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span:first-child::before {
    content: "ChatGPT Plus" !important;
    display: block !important;
    color: #ffffff !important;
    font-size: 29px !important;
    font-weight: 950 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span:last-child::before {
    content: "\5168\7403\6B63\89C4\5F00\901A" !important;
    display: block !important;
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 950 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span:last-child::after {
    content: "\65E0\9700\94F6\884C\5361\0020\81EA\52A8\79D2\5145" !important;
    display: block !important;
    margin-top: 2px !important;
    color: #2f7cff !important;
    font-size: 26px !important;
    font-weight: 950 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .enterprise-hero__lead {
    max-width: 350px !important;
    font-size: 12px !important;
    line-height: 1.56 !important;
    -webkit-line-clamp: 3 !important;
  }

  .aixiamo-favorite-tip,
  .aixiamo-favorite-tip.is-visible,
  .aixiamo-favorite-tip.is-hinting {
    top: 112px !important;
    right: -8px !important;
    bottom: auto !important;
    left: auto !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .aixiamo-favorite-tip__body {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
  }

  .aixiamo-favorite-tip__body span,
  .aixiamo-favorite-tip__close {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .enterprise-hero h1 span:first-child::before {
    font-size: 27px !important;
  }

  .enterprise-hero h1 span:last-child::before {
    font-size: 28px !important;
  }

  .enterprise-hero h1 span:last-child::after {
    font-size: 23px !important;
  }
}

/* AIXiamo mobile43: keep first product price and CTA above bottom navigation */
@media (max-width: 575.98px) {
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 112px !important;
    grid-template-areas:
      "meta meta"
      "price button" !important;
    align-items: center !important;
    gap: 7px 10px !important;
    margin-top: 8px !important;
    padding-top: 8px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta {
    grid-area: meta !important;
    grid-column: auto !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__buy {
    display: contents !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price-row {
    grid-area: price !important;
    grid-column: auto !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 25px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button {
    grid-area: button !important;
    grid-column: auto !important;
    min-width: 112px !important;
    width: 112px !important;
    min-height: 38px !important;
    height: 38px !important;
    align-self: center !important;
  }
}

/* AIXiamo mobile44: stable one-row product CTA on home cards */
@media (max-width: 575.98px) {
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 48px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 112px !important;
    grid-template-areas: "price button" !important;
    align-items: center !important;
    gap: 9px !important;
    margin-top: 8px !important;
    padding-top: 8px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta {
    position: absolute !important;
    top: 63px !important;
    right: 12px !important;
    z-index: 2 !important;
    width: auto !important;
    max-width: 104px !important;
    min-height: 0 !important;
    grid-area: unset !important;
    grid-column: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta span {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta .enterprise-product-card__sold-count,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta span:nth-child(3) {
    min-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 7px !important;
    overflow: hidden !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 999px !important;
    color: #526071 !important;
    background: rgba(255, 255, 255, .92) !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    line-height: 20px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price-row {
    grid-area: price !important;
    grid-column: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button {
    grid-area: button !important;
    grid-column: auto !important;
    width: 112px !important;
    min-width: 112px !important;
    height: 38px !important;
    min-height: 38px !important;
    align-self: center !important;
  }
}

/* AIXiamo conversion pass 20260513: keep first Plus card actionable above mobile nav */
@media (max-width: 575.98px) {
  .enterprise-products {
    padding-bottom: 96px !important;
  }

  .enterprise-products > .container {
    padding-top: 10px !important;
  }

  .enterprise-products .enterprise-section-head {
    min-height: 0 !important;
    margin-bottom: 7px !important;
  }

  .enterprise-products .enterprise-section-head h2::before {
    font-size: 14px !important;
  }

  .enterprise-products .enterprise-section-head p {
    display: block !important;
    max-width: 210px !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #7b8aa0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-section-head::after {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market {
    min-height: 128px !important;
    height: 128px !important;
    padding: 9px 11px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__body,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__pills,
  .enterprise-products .enterprise-product-card--market .enterprise-product-card__features {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__title {
    -webkit-line-clamp: 2 !important;
    min-height: 34px !important;
    margin-top: 4px !important;
    padding-right: 98px !important;
    font-size: 14px !important;
    line-height: 1.22 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__tag {
    display: none !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    margin-top: auto !important;
    padding-top: 5px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 58px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand-mark {
    width: 34px !important;
    height: 34px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand {
    min-height: 20px !important;
    font-size: 10px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__status {
    top: 10px !important;
    right: 10px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__badge {
    min-height: 22px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta {
    top: 45px !important;
    right: 10px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 42px !important;
    grid-template-columns: minmax(0, 1fr) 118px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price {
    min-height: 34px !important;
    font-size: 22px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button {
    width: 118px !important;
    min-width: 118px !important;
    height: 34px !important;
    min-height: 34px !important;
    font-size: 13px !important;
  }
}

/* AIXiamo mobile45: product cards must not be clipped on small phones */
@media (max-width: 575.98px) {
  .enterprise-products {
    padding-bottom: 118px !important;
  }

  .enterprise-products > .container {
    padding-bottom: 18px !important;
  }

  .enterprise-products .enterprise-product-grid.row,
  .enterprise-product-grid.row.item-list.store-product-grid,
  .row.item-list.store-product-grid.enterprise-product-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .enterprise-products .enterprise-product-card--market {
    height: auto !important;
    min-height: 168px !important;
    padding: 13px 12px 13px 78px !important;
    overflow: visible !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand-mark {
    position: absolute !important;
    left: 14px !important;
    top: 16px !important;
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
    margin: 0 !important;
    border-radius: 15px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 74px !important;
    display: block !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand {
    min-height: 16px !important;
    margin: 0 !important;
    display: block !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__brand > span:last-child {
    max-width: calc(100% - 106px) !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 42px !important;
    margin: 5px 0 0 !important;
    padding-right: 112px !important;
    overflow: hidden !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    -webkit-line-clamp: 2 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__status {
    position: absolute !important;
    top: 14px !important;
    right: 12px !important;
    width: auto !important;
    max-width: 112px !important;
    justify-content: flex-end !important;
    margin: 0 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__meta {
    position: absolute !important;
    top: 48px !important;
    right: 12px !important;
    max-width: 112px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 50px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 126px !important;
    grid-template-areas: "price button" !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 11px 0 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid #edf2f7 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price {
    min-height: 40px !important;
    overflow: visible !important;
    font-size: 27px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price small {
    flex: 0 0 auto !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button {
    width: 126px !important;
    min-width: 126px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* AIXiamo mobile46: undo fixed-card clipping from compact pass */
@media (max-width: 575.98px) {
  .enterprise-products .enterprise-product-card--market {
    height: auto !important;
    min-height: 166px !important;
    padding: 13px 12px 13px 78px !important;
    overflow: visible !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__top {
    min-height: 76px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__title {
    min-height: 42px !important;
    padding-right: 116px !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__foot {
    min-height: 50px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__price {
    font-size: 26px !important;
  }

  .enterprise-products .enterprise-product-card--market .enterprise-product-card__button {
    width: 126px !important;
    min-width: 126px !important;
    height: 42px !important;
    min-height: 42px !important;
    font-size: 14px !important;
  }
}

/* AIXiamo mobile47: make account entry obvious without stealing product focus */
.enterprise-auth__solid small {
  display: none;
}

@media (max-width: 575.98px) {
  .aixiamo-body .enterprise-nav {
    overflow: visible !important;
  }

  .aixiamo-body .enterprise-nav__inner {
    padding: 0 12px !important;
    gap: 8px !important;
  }

  .aixiamo-body .enterprise-brand {
    flex: 0 1 auto !important;
    max-width: 128px !important;
  }

  .aixiamo-body .enterprise-brand__mark {
    width: 26px !important;
    height: 26px !important;
    flex-basis: 26px !important;
  }

  .aixiamo-body .enterprise-brand__text {
    max-width: 92px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 18px !important;
  }

  .aixiamo-body .enterprise-auth--guest {
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex: 0 0 auto !important;
  }

  .aixiamo-body .enterprise-auth--guest .enterprise-auth__ghost,
  .aixiamo-body .enterprise-auth--guest .enterprise-auth__solid {
    min-height: 38px !important;
    border-radius: 999px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .aixiamo-body .enterprise-auth--guest .enterprise-auth__ghost {
    width: 72px !important;
    padding: 0 10px !important;
    color: rgba(255, 255, 255, .92) !important;
    background: rgba(255, 255, 255, .10) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  }

  .aixiamo-body .enterprise-auth--guest .enterprise-auth__solid,
  .aixiamo-body .enterprise-auth--guest .enterprise-auth__solid:hover {
    width: 94px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2f7cff 0%, #6d5dfc 58%, #9b5cff 100%) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    box-shadow: 0 12px 26px rgba(47, 124, 255, .42), inset 0 1px 0 rgba(255, 255, 255, .24) !important;
  }

  .aixiamo-body .enterprise-auth--guest .enterprise-auth__solid span {
    font-size: 13px !important;
    font-weight: 950 !important;
  }

  .aixiamo-body .enterprise-auth--guest .enterprise-auth__solid small {
    display: block !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    color: rgba(255, 255, 255, .82) !important;
    transform: scale(.92);
    transform-origin: center;
  }

  .aixiamo-body .enterprise-account {
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }

  .aixiamo-body .enterprise-account__button {
    min-height: 38px !important;
    padding: 3px 9px 3px 4px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .10) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    color: #fff !important;
  }

  .aixiamo-body .enterprise-account__avatar {
    width: 30px !important;
    height: 30px !important;
  }

  .aixiamo-body .enterprise-account__button > i {
    color: rgba(255, 255, 255, .82) !important;
    font-size: 12px !important;
  }

}

@media (max-width: 374px) {
  .aixiamo-body .enterprise-brand {
    max-width: 112px !important;
  }

  .aixiamo-body .enterprise-brand__text {
    max-width: 76px !important;
    font-size: 17px !important;
  }

  .aixiamo-body .enterprise-auth--guest {
    gap: 5px !important;
  }

  .aixiamo-body .enterprise-auth--guest .enterprise-auth__ghost {
    width: 62px !important;
    padding: 0 8px !important;
  }

  .aixiamo-body .enterprise-auth--guest .enterprise-auth__solid,
  .aixiamo-body .enterprise-auth--guest .enterprise-auth__solid:hover {
    width: 82px !important;
    padding: 0 9px !important;
  }
}

/* AIXiamo mobile48: final prominence pass for primary Plus product */
@media (max-width: 575.98px) {
  .enterprise-products .enterprise-product-link[data-id="10"] {
    margin-bottom: 18px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market {
    min-height: 204px !important;
    padding: 18px 14px 15px 88px !important;
    border: 2px solid rgba(73, 105, 255, .72) !important;
    border-radius: 23px !important;
    overflow: visible !important;
    background:
      radial-gradient(circle at 88% 0%, rgba(124, 92, 255, .18), transparent 36%),
      linear-gradient(145deg, #ffffff 0%, #f7fbff 48%, #f7f2ff 100%) !important;
    box-shadow:
      0 18px 42px rgba(37, 99, 235, .20),
      0 8px 24px rgba(124, 58, 237, .12),
      inset 0 0 0 1px rgba(255, 255, 255, .95) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market::before {
    content: "今日主推 · 自动发货 · 土区 Plus" !important;
    position: absolute !important;
    top: -12px !important;
    left: 14px !important;
    right: auto !important;
    z-index: 5 !important;
    width: auto !important;
    height: 26px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb 0%, #6d5dfc 58%, #9b5cff 100%) !important;
    border: 1px solid rgba(255, 255, 255, .82) !important;
    box-shadow: 0 10px 22px rgba(61, 96, 255, .28) !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market::after {
    content: "首选" !important;
    top: 14px !important;
    right: 12px !important;
    min-height: 30px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff7a18 0%, #ff3d71 100%) !important;
    box-shadow: 0 10px 22px rgba(255, 61, 113, .22) !important;
    font-size: 13px !important;
    line-height: 30px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark {
    left: 16px !important;
    top: 24px !important;
    width: 56px !important;
    height: 56px !important;
    flex-basis: 56px !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 28px rgba(16, 185, 129, .24) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand {
    padding-right: 94px !important;
    min-height: 20px !important;
    color: #44536a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand > span:last-child {
    max-width: calc(100% - 94px) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__top {
    min-height: 98px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__title {
    min-height: 62px !important;
    margin-top: 6px !important;
    padding-right: 94px !important;
    color: #071126 !important;
    font-size: 20px !important;
    line-height: 1.22 !important;
    font-weight: 950 !important;
    -webkit-line-clamp: 3 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__status {
    top: 50px !important;
    right: 12px !important;
    max-width: 96px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__badge {
    min-height: 28px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    color: #4f2aff !important;
    background: rgba(124, 92, 255, .10) !important;
    border: 1px solid rgba(124, 92, 255, .25) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__meta {
    top: 84px !important;
    right: 12px !important;
    max-width: 96px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__meta span:first-child,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__meta span:nth-child(2) {
    display: none !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__sold-count {
    display: inline-flex !important;
    min-height: 26px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    color: #8a4b00 !important;
    background: #fff8df !important;
    border: 1px solid rgba(245, 158, 11, .34) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__foot {
    min-height: 58px !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    grid-template-areas: "price button" !important;
    border-top: 1px solid rgba(99, 102, 241, .14) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__buy {
    display: contents !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price-row {
    grid-area: price !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price {
    width: auto !important;
    min-width: 0 !important;
    color: #ef4444 !important;
    font-size: 29px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price small {
    color: #ef4444 !important;
    font-size: 15px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button:hover {
    grid-area: button !important;
    width: 132px !important;
    min-width: 132px !important;
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 16px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb 0%, #6d5dfc 100%) !important;
    box-shadow: 0 14px 26px rgba(37, 99, 235, .30) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
  }
}

@media (max-width: 374px) {
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market {
    padding-left: 82px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market::before {
    font-size: 10px !important;
    padding: 0 10px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__title {
    font-size: 18px !important;
    padding-right: 88px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__foot {
    grid-template-columns: minmax(0, 1fr) 120px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price {
    font-size: 27px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button:hover {
    width: 120px !important;
    min-width: 120px !important;
    font-size: 13px !important;
  }
}

/* AIXiamo mobile49: remove overlap-prone featured card treatment */
@media (max-width: 575.98px) {
  .enterprise-products {
    margin-top: -44px !important;
  }

  .aixiamo-body .aixiamo-support-widget {
    top: 156px !important;
    right: 6px !important;
    bottom: auto !important;
    transform: none !important;
  }

  .aixiamo-body:has(.enterprise-products) .aixiamo-support-widget {
    display: none !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] {
    margin-bottom: 14px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market {
    min-height: 178px !important;
    padding: 16px 12px 13px 78px !important;
    border: 2px solid rgba(80, 110, 255, .62) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 88% 0%, rgba(124, 92, 255, .14), transparent 34%),
      linear-gradient(145deg, #ffffff 0%, #f8fbff 52%, #f8f4ff 100%) !important;
    box-shadow:
      0 14px 34px rgba(37, 99, 235, .16),
      0 6px 18px rgba(124, 58, 237, .10),
      inset 0 0 0 1px rgba(255, 255, 255, .92) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2 !important;
    width: auto !important;
    height: 4px !important;
    padding: 0 !important;
    display: block !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 58%, #06b6d4 100%) !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 0 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market::after {
    content: "主推" !important;
    top: 14px !important;
    right: 12px !important;
    z-index: 4 !important;
    min-height: 28px !important;
    height: 28px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff7a18 0%, #ff3d71 100%) !important;
    border: 1px solid rgba(255, 255, 255, .70) !important;
    box-shadow: 0 10px 20px rgba(255, 61, 113, .18) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    line-height: 28px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark {
    left: 14px !important;
    top: 18px !important;
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 24px rgba(16, 185, 129, .22) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__top {
    min-height: 82px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand {
    min-height: 18px !important;
    padding-right: 72px !important;
    display: block !important;
    color: #5b6880 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand > span:last-child {
    max-width: calc(100% - 76px) !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__title {
    min-height: 44px !important;
    margin: 5px 0 0 !important;
    padding-right: 102px !important;
    color: #071126 !important;
    font-size: 17px !important;
    line-height: 1.26 !important;
    font-weight: 950 !important;
    -webkit-line-clamp: 2 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__tag {
    display: none !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__status {
    top: 48px !important;
    right: 12px !important;
    max-width: 96px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__delivery-badge {
    display: none !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__badge {
    display: none !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__meta {
    top: 52px !important;
    right: 12px !important;
    max-width: 102px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__meta span:first-child,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__meta span:nth-child(2) {
    display: none !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__sold-count {
    min-height: 24px !important;
    padding: 0 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #8a4b00 !important;
    background: #fff8df !important;
    border: 1px solid rgba(245, 158, 11, .34) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__meta::before {
    content: "自动发货";
    margin-bottom: 5px !important;
    min-height: 22px !important;
    padding: 0 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #047857 !important;
    background: #ecfdf5 !important;
    border: 1px solid rgba(16, 185, 129, .25) !important;
    font-size: 11px !important;
    font-weight: 950 !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__body,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__pills,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__features {
    display: none !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__foot {
    min-height: 52px !important;
    margin: 8px 0 0 !important;
    padding: 10px 0 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 128px !important;
    grid-template-areas: "price button" !important;
    align-items: center !important;
    gap: 10px !important;
    border-top: 1px solid rgba(99, 102, 241, .14) !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__buy {
    display: contents !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price-row {
    grid-area: price !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price {
    width: auto !important;
    min-width: 0 !important;
    color: #ef4444 !important;
    font-size: 28px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price small {
    color: #ef4444 !important;
    font-size: 14px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button:hover {
    grid-area: button !important;
    width: 128px !important;
    min-width: 128px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 15px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb 0%, #6d5dfc 100%) !important;
    box-shadow: 0 12px 22px rgba(37, 99, 235, .26) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
  }
}

@media (max-width: 374px) {
  .enterprise-products {
    margin-top: -52px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card--market {
    min-height: 174px !important;
    padding-left: 76px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__brand-mark {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__title {
    font-size: 16px !important;
    padding-right: 98px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__foot {
    grid-template-columns: minmax(0, 1fr) 120px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__price {
    font-size: 26px !important;
  }

  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button,
  .enterprise-products .enterprise-product-link[data-id="10"] .enterprise-product-card__button:hover {
    width: 120px !important;
    min-width: 120px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 575.98px) and (max-height: 720px) {
  .enterprise-products {
    margin-top: 32px !important;
  }
}

/* AIXiamo footer cooperation polish */
.enterprise-footer__cooperation {
  display: grid;
  align-content: start;
  gap: 9px;
}

.enterprise-footer__cooperation-title {
  margin-bottom: 4px;
}

.enterprise-footer__cooperation p {
  max-width: 360px;
}

.enterprise-footer__cooperation-mail {
  width: fit-content;
  min-height: 36px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.enterprise-footer__cooperation-mail::before {
  content: "@";
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #4f46e5;
  font-size: 11px;
  font-weight: 950;
}

.enterprise-footer__cooperation-mail:hover {
  border-color: rgba(79, 70, 229, .32);
  color: #05070a !important;
  background: #fff;
}

.enterprise-footer__cooperation-note {
  color: #8a919b !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

@media (max-width: 575.98px) {
  .enterprise-footer {
    padding: 0 10px calc(82px + env(safe-area-inset-bottom)) !important;
    background: #020817 !important;
  }

  .enterprise-footer > .container {
    padding: 14px 14px 13px !important;
    border: 1px solid rgba(148, 163, 184, .22) !important;
    border-radius: 18px 18px 0 0 !important;
    background: linear-gradient(180deg, rgba(13, 20, 38, .92), rgba(7, 12, 25, .96)) !important;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, .18) !important;
  }

  .enterprise-footer__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .enterprise-footer .enterprise-footer__grid > div:not(:first-child):not(.enterprise-footer__cooperation) {
    display: none !important;
  }

  .enterprise-footer .enterprise-footer__grid > div.enterprise-footer__cooperation {
    display: grid !important;
  }

  .enterprise-footer__grid > div:first-child {
    display: block !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid rgba(148, 163, 184, .16) !important;
  }

  .enterprise-footer__brand {
    margin-bottom: 6px !important;
  }

  .enterprise-footer__brand span:first-child {
    background: rgba(37, 99, 235, .22) !important;
  }

  .enterprise-footer__brand span:last-child {
    color: #7c6dff !important;
  }

  .enterprise-footer p {
    display: block !important;
    overflow: visible !important;
    color: #94a3b8 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
  }

  .enterprise-footer .enterprise-footer__cooperation {
    display: grid !important;
    gap: 7px !important;
    padding: 0 !important;
  }

  .enterprise-footer__cooperation-title {
    margin: 0 !important;
    color: #f8fafc !important;
    font-size: 13px !important;
    font-weight: 950 !important;
  }

  .enterprise-footer .enterprise-footer__cooperation-mail,
  .enterprise-footer .enterprise-footer__cooperation-mail:hover,
  .enterprise-footer .enterprise-footer__cooperation-mail:visited,
  .enterprise-footer .enterprise-footer__cooperation-mail:active {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 38px !important;
    margin-top: 2px !important;
    padding: 0 13px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    border-color: rgba(148, 163, 184, .18) !important;
    border-radius: 14px !important;
    color: #dbeafe !important;
    background: rgba(255, 255, 255, .06) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  .enterprise-footer .enterprise-footer__cooperation-mail::before {
    flex: 0 0 auto !important;
    background: rgba(96, 165, 250, .18) !important;
    color: #e0f2fe !important;
  }

  .enterprise-footer__cooperation-note {
    color: #64748b !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  .enterprise-footer__bottom {
    display: block !important;
    margin-top: 10px !important;
    padding-top: 9px !important;
    border-top: 1px solid rgba(148, 163, 184, .16) !important;
    color: #64748b !important;
    font-size: 11px !important;
    line-height: 1.7 !important;
  }
}


/* v20260523 brand/contact restore */
.enterprise-brand__image {
  display: block;
  width: auto;
  height: 34px;
  max-width: 340px;
  object-fit: contain;
}

.enterprise-footer__brand--image {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.enterprise-footer__brand-image {
  height: 30px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .enterprise-brand__image {
    height: 26px;
    max-width: min(44vw, 230px);
  }
}

@media (max-width: 991.98px) {
  .aixiamo-body .enterprise-floating-help,
  .aixiamo-body .enterprise-floating-help:hover {
    display: grid !important;
    width: 80px;
    min-height: 80px;
    right: 14px;
    bottom: 96px;
    padding: 8px;
    gap: 4px;
    z-index: 1001;
  }

  .enterprise-floating-help i {
    font-size: 20px;
  }

  .enterprise-floating-help span {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media (max-width: 575.98px) {
  .aixiamo-body .enterprise-floating-help,
  .aixiamo-body .enterprise-floating-help:hover {
    width: 76px;
    min-height: 76px;
    padding: 7px;
  }
}

/* AIXiamo mobile support/logo final override */
@media (max-width: 575.98px) {
  .aixiamo-body .aixiamo-support-widget,
  body .aixiamo-support-widget {
    display: block !important;
    right: 12px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    z-index: 12050 !important;
  }

  .aixiamo-body .aixiamo-support-widget__button,
  body .aixiamo-support-widget__button {
    display: inline-flex !important;
    min-width: 86px !important;
    width: auto !important;
    padding: 0 12px !important;
    gap: 6px !important;
    border-radius: 999px !important;
  }

  .aixiamo-body .aixiamo-support-widget__button span,
  body .aixiamo-support-widget__button span {
    display: inline-block !important;
    width: auto !important;
    color: #fff !important;
    font-size: 12px !important;
  }

  .aixiamo-body .aixiamo-support-widget__button span::after,
  body .aixiamo-support-widget__button span::after {
    content: none !important;
  }

  .aixiamo-body .aixiamo-support-widget__panel,
  body .aixiamo-support-widget__panel {
    display: block !important;
  }

  .aixiamo-body .aixiamo-support-widget[hidden],
  body .aixiamo-support-widget[hidden] {
    display: block !important;
  }

  .aixiamo-body .enterprise-brand__image,
  body .enterprise-brand__image {
    height: 30px !important;
    max-width: min(56vw, 260px) !important;
    width: auto !important;
  }
}

/* AIXiamo mobile support final visibility restore */
@media (max-width: 575.98px) {
  body.aixiamo-body:has(.enterprise-products) .aixiamo-support-widget,
  body.aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget {
    display: block !important;
    position: fixed !important;
    right: 12px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    z-index: 12080 !important;
  }

  body.aixiamo-body:has(.enterprise-products) .aixiamo-support-widget__button,
  body.aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget__button {
    display: inline-flex !important;
  }

  body.aixiamo-body:has(.enterprise-products) .aixiamo-support-widget__panel[hidden],
  body.aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget__panel[hidden] {
    display: none !important;
  }
}

/* AIXiamo mobile support button polish v2 */
@media (max-width: 575.98px) {
  .aixiamo-body .aixiamo-support-widget,
  body .aixiamo-support-widget {
    right: 12px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    z-index: 12090 !important;
  }

  .aixiamo-body .aixiamo-support-widget__button,
  body .aixiamo-support-widget__button {
    position: relative !important;
    min-width: 118px !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    gap: 8px !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #6366f1 100%) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .28) !important;
    overflow: hidden !important;
    align-items: center !important;
    justify-content: center !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
  }

  .aixiamo-body .aixiamo-support-widget__button::before,
  body .aixiamo-support-widget__button::before {
    content: '' !important;
    position: absolute !important;
    inset: 1px !important;
    border-radius: inherit !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0) 58%) !important;
    pointer-events: none !important;
  }

  .aixiamo-body .aixiamo-support-widget__button i,
  body .aixiamo-support-widget__button i {
    position: relative !important;
    z-index: 1 !important;
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .14) !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .12) !important;
    font-size: 13px !important;
  }

  .aixiamo-body .aixiamo-support-widget__button span,
  body .aixiamo-support-widget__button span {
    position: relative !important;
    z-index: 1 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .aixiamo-body .aixiamo-support-widget__button:hover,
  .aixiamo-body .aixiamo-support-widget__button:focus-visible,
  body .aixiamo-support-widget__button:hover,
  body .aixiamo-support-widget__button:focus-visible {
    transform: translateY(-1px) !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .32) !important;
  }

  .aixiamo-body .aixiamo-support-widget__button:active,
  body .aixiamo-support-widget__button:active {
    transform: translateY(0) scale(.99) !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .24) !important;
  }
}

/* AIXiamo mobile support button position fix v3 */
@media (max-width: 575.98px) {
  html body.aixiamo-body .aixiamo-support-widget,
  html body .aixiamo-support-widget,
  html body.aixiamo-body:has(.enterprise-products) .aixiamo-support-widget,
  html body.aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    left: auto !important;
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    width: 46px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    overflow: visible !important;
    z-index: 12090 !important;
  }

  html body.aixiamo-body .aixiamo-support-widget__button,
  html body .aixiamo-support-widget__button,
  html body.aixiamo-body:has(.enterprise-products) .aixiamo-support-widget__button,
  html body.aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget__button {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    padding: 0 16px !important;
  }

  html body.aixiamo-body .aixiamo-support-widget__panel,
  html body .aixiamo-support-widget__panel {
    position: fixed !important;
    right: 12px !important;
    left: 12px !important;
    bottom: calc(142px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-height: min(680px, calc(100vh - 180px)) !important;
    z-index: 12089 !important;
  }
}


/* AIXiamo mobile support edge tab final */
@media (max-width: 575.98px) {
  html body.aixiamo-body .aixiamo-support-widget,
  html body .aixiamo-support-widget,
  html body.aixiamo-body:has(.enterprise-products) .aixiamo-support-widget,
  html body.aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    width: 46px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    overflow: visible !important;
    z-index: 12090 !important;
  }

  html body.aixiamo-body .aixiamo-support-widget__button,
  html body .aixiamo-support-widget__button,
  html body.aixiamo-body:has(.enterprise-products) .aixiamo-support-widget__button,
  html body.aixiamo-body:has(.enterprise-item-page) .aixiamo-support-widget__button {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    padding: 7px 0 !important;
    flex-direction: column !important;
    gap: 4px !important;
    border-radius: 22px 0 0 22px !important;
  }

  html body.aixiamo-body .aixiamo-support-widget__button i,
  html body .aixiamo-support-widget__button i {
    width: 24px !important;
    height: 24px !important;
    font-size: 13px !important;
  }

  html body.aixiamo-body .aixiamo-support-widget__button span,
  html body .aixiamo-support-widget__button span {
    display: block !important;
    width: auto !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  html body.aixiamo-body .aixiamo-support-widget__button span::after,
  html body .aixiamo-support-widget__button span::after {
    content: '??' !important;
    display: block !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* Desktop header logo size only; mobile logo rules below remain unchanged. */
@media (min-width: 768px) {
  .enterprise-nav .enterprise-brand > .enterprise-brand__image {
    height: 46px !important;
    max-width: 420px !important;
    width: auto !important;
    object-fit: contain !important;
  }
}


/* AIXiamo brand image correction: V22 is an asset version, not visible brand text. */
.enterprise-brand--aixiamo .enterprise-brand__mark--image {
  width: auto;
  min-width: 0;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  font-size: 0;
  box-shadow: none;
}

.enterprise-brand--aixiamo .enterprise-brand__image {
  height: 38px;
  max-width: 230px;
}

.enterprise-footer__brand--image .enterprise-footer__brand-image {
  height: 34px;
  max-width: 260px;
}

@media (max-width: 767.98px) {
  .enterprise-brand--aixiamo .enterprise-brand__image {
    height: 30px;
    max-width: min(58vw, 190px);
  }

  .enterprise-footer__brand--image .enterprise-footer__brand-image {
    height: 30px;
    max-width: min(68vw, 220px);
  }
}

/* AIXiamo brand image direct lockup override. */
.enterprise-nav .enterprise-brand--aixiamo {
  width: auto !important;
  min-width: 0 !important;
  max-width: 240px !important;
  height: auto !important;
  overflow: visible !important;
}

.enterprise-nav .enterprise-brand--aixiamo > .enterprise-brand__image {
  display: block !important;
  width: auto !important;
  height: 38px !important;
  max-width: 230px !important;
  object-fit: contain !important;
}

@media (max-width: 767.98px) {
  .enterprise-nav .enterprise-brand--aixiamo {
    max-width: min(58vw, 190px) !important;
  }

  .enterprise-nav .enterprise-brand--aixiamo > .enterprise-brand__image {
    height: 30px !important;
    max-width: min(58vw, 190px) !important;
  }
}


/* AIXiamo footer brand lockup: keep logo and site URL readable on desktop/mobile. */
.enterprise-footer__brand--image {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  width: fit-content !important;
  max-width: 100% !important;
}

.enterprise-footer__brand--image .enterprise-footer__brand-image {
  display: block !important;
  width: auto !important;
  height: clamp(30px, 4vw, 34px) !important;
  max-width: min(68vw, 260px) !important;
  object-fit: contain !important;
}

.enterprise-footer__site {
  display: block !important;
  color: #cbd5e1 !important;
  font-size: clamp(11px, 1.8vw, 12px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 767.98px) {
  .enterprise-footer__brand--image .enterprise-footer__brand-image {
    height: 30px !important;
    max-width: min(70vw, 220px) !important;
  }

  .enterprise-footer__site {
    font-size: 11px !important;
  }
}

/* AIXiamo brand image direct lockup override */
.enterprise-nav .enterprise-brand--aixiamo {
  width: auto !important;
  min-width: 0 !important;
  max-width: 240px !important;
  height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
}

.enterprise-nav .enterprise-brand--aixiamo > .enterprise-brand__image {
  display: block !important;
  width: auto !important;
  height: 38px !important;
  max-width: 230px !important;
  object-fit: contain !important;
}

.enterprise-footer__brand--image .enterprise-footer__brand-image {
  display: block !important;
  width: auto !important;
  height: 34px !important;
  max-width: 260px !important;
  object-fit: contain !important;
}

@media (max-width: 767.98px) {
  .enterprise-nav .enterprise-brand--aixiamo > .enterprise-brand__image {
    height: 30px !important;
    max-width: min(58vw, 190px) !important;
  }

  .enterprise-footer__brand--image .enterprise-footer__brand-image {
    height: 30px !important;
    max-width: min(68vw, 220px) !important;
  }
}


/* AIXiamo footer cooperation email copy CTA. */
.enterprise-footer__cooperation-mail--copy::before {
  content: none !important;
  display: none !important;
}

.enterprise-footer__cooperation-mail--copy {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease !important;
}

.enterprise-footer__cooperation-mail--copy:hover,
.enterprise-footer__cooperation-mail--copy:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(79, 70, 229, .34) !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12) !important;
  filter: brightness(1.02) !important;
}

.enterprise-footer__cooperation-mail--copy:active {
  transform: translateY(0) scale(.99) !important;
}

.enterprise-footer__cooperation-mail--copy .enterprise-footer__cooperation-mail-text,
.enterprise-footer__cooperation-mail--copy .enterprise-footer__cooperation-mail-action {
  white-space: nowrap !important;
}

@media (max-width: 575.98px) {
  .enterprise-footer__cooperation-mail--copy {
    min-height: 44px !important;
    gap: 10px !important;
    padding-right: 10px !important;
  }

  .enterprise-footer__cooperation-mail--copy .enterprise-footer__cooperation-mail-text {
    font-size: 12px !important;
  }

  .enterprise-footer__cooperation-mail--copy .enterprise-footer__cooperation-mail-action {
    padding: 5px 8px !important;
    font-size: 9px !important;
  }
}


/* AIXiamo copy toast visible polish. */
.enterprise-copy-toast {
  z-index: 13000 !important;
  min-width: 148px !important;
  max-width: calc(100vw - 40px) !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  background: rgba(15, 23, 42, .94) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .28) !important;
  text-align: center !important;
}

@media (max-width: 575.98px) {
  .enterprise-copy-toast {
    bottom: calc(34px + env(safe-area-inset-bottom)) !important;
    font-size: 13px !important;
  }
}

/* AIXiamo mobile homepage order-query dock restore. */
@media (max-width: 767.98px) {
  .enterprise-store .enterprise-mobile-dock {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    z-index: 12000 !important;
    min-height: 62px !important;
    display: grid !important;
    grid-template-columns: 1fr 1.28fr !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px !important;
    border: 1px solid rgba(148, 163, 184, .26) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow:
      0 18px 40px rgba(15, 23, 42, .18),
      inset 0 1px 0 rgba(255, 255, 255, .9) !important;
    backdrop-filter: blur(18px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
  }

  .enterprise-store .enterprise-mobile-dock a,
  .enterprise-store .enterprise-mobile-dock a:hover,
  .enterprise-store .enterprise-mobile-dock a:focus-visible {
    min-width: 0 !important;
    min-height: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 10px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .enterprise-store .enterprise-mobile-dock i {
    width: 18px !important;
    height: 18px !important;
    display: inline-grid !important;
    place-items: center !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .enterprise-store .enterprise-mobile-dock span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .enterprise-store .enterprise-mobile-dock__item,
  .enterprise-store .enterprise-mobile-dock__item:hover,
  .enterprise-store .enterprise-mobile-dock__item:focus-visible {
    color: #1d4ed8 !important;
    border: 1px solid rgba(37, 99, 235, .20) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95) !important;
  }

  .enterprise-store .enterprise-mobile-dock__primary,
  .enterprise-store .enterprise-mobile-dock__primary:hover,
  .enterprise-store .enterprise-mobile-dock__primary:focus-visible {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .26), transparent 44%),
      linear-gradient(135deg, #2563eb 0%, #6d5dfc 100%) !important;
    box-shadow:
      0 12px 24px rgba(37, 99, 235, .30),
      inset 0 1px 0 rgba(255, 255, 255, .25) !important;
  }
}

/* AIXiamo support widget close-state guard for mobile order/detail pages. */
html body .aixiamo-support-widget__panel[hidden],
html body .aixiamo-support-widget:not(.is-open) .aixiamo-support-widget__panel {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .aixiamo-support-widget.is-open .aixiamo-support-widget__panel:not([hidden]) {
  visibility: visible !important;
  pointer-events: auto !important;
}

/* AIXiamo desktop hero polish: calmer headline, focused actions, cleaner first viewport. */
@media (min-width: 1200px) {
  .enterprise-hero__copy {
    max-width: 760px !important;
  }

  .enterprise-hero h1 {
    max-width: 680px !important;
    font-size: clamp(44px, 2.55vw, 48px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  .enterprise-hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  .enterprise-hero h1 span + span {
    margin-top: 4px !important;
  }

  .enterprise-hero__lead {
    max-width: 680px !important;
  }

  .enterprise-hero__actions--focused {
    gap: 18px !important;
    margin-top: 28px !important;
  }

  .enterprise-hero__actions--focused .enterprise-button {
    min-width: 178px !important;
    min-height: 58px !important;
    padding: 0 24px !important;
    font-size: 16px !important;
  }

  .enterprise-hero__actions--focused .enterprise-button--dark {
    min-width: 236px !important;
  }

  .enterprise-hero__actions--focused .enterprise-button--light {
    min-width: 158px !important;
    background: rgba(255, 255, 255, .94) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .enterprise-hero h1 {
    font-size: 42px !important;
  }
}

/* AIXiamo desktop live ticker: make the activity proof easier to notice. */
@media (min-width: 768px) {
  .enterprise-hero__meta--live {
    min-height: 44px !important;
    margin-top: 26px !important;
    padding: 0 19px 0 15px !important;
    gap: 13px !important;
    color: #334155 !important;
    background: rgba(255, 255, 255, .9) !important;
    border: 1px solid rgba(203, 213, 225, .9) !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .1), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
  }

  .enterprise-hero__pulse {
    width: 11px !important;
    height: 11px !important;
    flex-basis: 11px !important;
    background: #22c55e !important;
    box-shadow: 0 0 0 7px rgba(34, 197, 94, .14), 0 0 18px rgba(34, 197, 94, .35) !important;
  }

  .enterprise-hero__pulse::after {
    inset: -9px !important;
    border-color: rgba(34, 197, 94, .32) !important;
  }

  .enterprise-hero__ticker {
    gap: 10px !important;
    color: #334155 !important;
    font-size: 15px !important;
    font-weight: 820 !important;
    line-height: 1.35 !important;
  }

  .enterprise-hero__ticker b {
    color: #0f172a !important;
    font-weight: 930 !important;
  }

  .enterprise-hero__ticker b::after {
    margin-left: 10px !important;
    color: #94a3b8 !important;
  }

  .enterprise-hero__ticker em {
    color: #334155 !important;
    font-weight: 760 !important;
  }
}
