.xcmg-inner-page {
  margin: 0;
  padding: 0 !important;
  min-width: 320px;
  overflow-x: hidden;
  background: #ffffff;
  color: #20252b;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.xcmg-inner-page *,
.xcmg-inner-page *::before,
.xcmg-inner-page *::after {
  box-sizing: border-box;
}

.xcmg-inner-page img {
  display: block;
  max-width: 100%;
}

.xcmg-inner-page a {
  color: inherit;
  text-decoration: none;
}

.xcmg-inner-page button,
.xcmg-inner-page input,
.xcmg-inner-page textarea {
  font: inherit;
}

.xcmg-inner-main {
  overflow: clip;
  background: #ffffff;
}

.xcmg-inner-shell {
  width: min(80%, 1536px);
  margin: 0 auto;
}

.xcmg-breadcrumbs {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7a838d;
  font-size: 0.72rem;
}

.xcmg-breadcrumbs a:hover {
  color: var(--xcmg-accent);
}

.xcmg-inner-hero {
  height: 440px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #202a34;
  color: #ffffff;
}

.xcmg-inner-hero__image,
.xcmg-inner-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.xcmg-inner-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 58%;
  transform: scale(1.01);
}

.xcmg-inner-hero--about .xcmg-inner-hero__image {
  object-position: 50% 64%;
}

.xcmg-inner-hero--products .xcmg-inner-hero__image {
  object-position: 50% 66%;
}

.xcmg-inner-hero--news .xcmg-inner-hero__image {
  object-position: 50% 56%;
}

.xcmg-inner-hero--contact .xcmg-inner-hero__image {
  object-position: 50% 62%;
}

.xcmg-inner-hero__shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(11, 20, 29, 0.88) 0%, rgba(11, 20, 29, 0.68) 38%, rgba(11, 20, 29, 0.12) 76%);
}

.xcmg-inner-hero__shell {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.xcmg-inner-hero__copy {
  width: min(640px, 72%);
  position: relative;
  padding: 18px 0 18px 34px;
}

.xcmg-inner-hero__copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f0c400;
}

.xcmg-inner-hero__eyebrow,
.xcmg-inner-heading span,
.xcmg-section-label {
  display: block;
  margin: 0 0 14px;
  color: #58a5e7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.xcmg-inner-hero h1 {
  margin: 0;
  max-width: 620px;
  color: #ffffff;
  font-size: 3.45rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.xcmg-inner-hero h1 strong {
  display: block;
  color: #ffffff;
}

.xcmg-inner-hero p {
  max-width: 570px;
  margin: 22px 0 0;
  color: #d8e0e7;
  font-size: 0.94rem;
  line-height: 1.8;
}

.xcmg-inner-hero__index {
  position: absolute;
  right: 0;
  bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xcmg-inner-section {
  padding: 84px 0;
}

.xcmg-inner-section.is-muted {
  background: #f3f5f6;
}

.xcmg-inner-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  gap: 64px;
}

.xcmg-inner-heading span {
  color: var(--xcmg-accent);
}

.xcmg-inner-heading h2 {
  max-width: 680px;
  margin: 0;
  color: #202a33;
  font-size: 2.45rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.xcmg-inner-heading > p {
  margin: 0;
  color: #6f7881;
  font-size: 0.9rem;
  line-height: 1.85;
}

.xcmg-inner-heading.is-light h2,
.xcmg-inner-heading.is-light > p {
  color: #ffffff;
}

.xcmg-inner-heading.is-light > p {
  color: #b8c3cc;
}

.xcmg-inner-heading.is-light span {
  color: #f0c400;
}

.xcmg-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 72px;
}

.xcmg-about-story__copy h2 {
  margin: 0 0 24px;
  color: #1d2731;
  font-size: 2.55rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.xcmg-about-story__copy p {
  margin: 0 0 16px;
  color: #69737c;
  font-size: 0.94rem;
  line-height: 1.9;
}

.xcmg-about-story__media {
  margin: 0;
  position: relative;
}

.xcmg-about-story__media::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -18px;
  width: 96px;
  height: 96px;
  border-left: 3px solid #f0c400;
  border-top: 3px solid #f0c400;
}

.xcmg-about-story__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 65%;
}

.xcmg-about-story__media figcaption {
  width: min(360px, calc(100% - 34px));
  margin: -42px 0 0 auto;
  position: relative;
  padding: 22px 26px;
  background: var(--xcmg-accent);
  color: #ffffff;
}

.xcmg-about-story__media figcaption strong,
.xcmg-about-story__media figcaption span {
  display: block;
}

.xcmg-about-story__media figcaption strong {
  font-size: 0.9rem;
}

.xcmg-about-story__media figcaption span {
  margin-top: 7px;
  color: #cfe5f7;
  font-size: 0.72rem;
  line-height: 1.6;
}

.xcmg-about-metrics {
  padding: 42px 0;
  background: #18242f;
  color: #ffffff;
}

.xcmg-about-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xcmg-about-metrics article {
  min-width: 0;
  padding: 12px 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.xcmg-about-metrics article:first-child {
  border-left: 0;
}

.xcmg-about-metrics strong,
.xcmg-about-metrics span {
  display: block;
}

.xcmg-about-metrics strong {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1;
}

.xcmg-about-metrics span {
  margin-top: 10px;
  color: #aeb9c3;
  font-size: 0.76rem;
}

.xcmg-capability-grid,
.xcmg-process-grid,
.xcmg-use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xcmg-capability-grid {
  border-top: 1px solid #dfe3e6;
  border-bottom: 1px solid #dfe3e6;
}

.xcmg-capability-grid article {
  min-height: 270px;
  padding: 36px 30px;
  border-left: 1px solid #dfe3e6;
}

.xcmg-capability-grid article:first-child {
  border-left: 0;
}

.xcmg-capability-grid article > span,
.xcmg-process-grid article > span,
.xcmg-use-case-grid article > span {
  color: var(--xcmg-accent);
  font-size: 0.72rem;
  font-weight: 700;
}

.xcmg-capability-grid h3,
.xcmg-process-grid h3,
.xcmg-use-case-grid h3 {
  margin: 54px 0 14px;
  color: #25303a;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.xcmg-capability-grid p,
.xcmg-process-grid p,
.xcmg-use-case-grid p {
  margin: 0;
  color: #747d85;
  font-size: 0.8rem;
  line-height: 1.75;
}

.xcmg-process-grid {
  gap: 1px;
  background: #d9dee2;
  border: 1px solid #d9dee2;
}

.xcmg-process-grid article {
  min-height: 240px;
  padding: 34px 30px;
  background: #ffffff;
}

.xcmg-process-grid h3 {
  margin-top: 44px;
}

.xcmg-about-range {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xcmg-about-range article {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #25313c;
}

.xcmg-about-range article > a {
  display: block;
  height: 100%;
}

.xcmg-about-range img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 64%;
  transition: transform 220ms ease;
}

.xcmg-about-range article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(12, 20, 28, 0.84));
}

.xcmg-about-range article:hover img {
  transform: scale(1.025);
}

.xcmg-about-range__copy {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 25px;
  color: #ffffff;
}

.xcmg-about-range__copy span,
.xcmg-about-range__copy strong {
  display: block;
}

.xcmg-about-range__copy span {
  color: #f0c400;
  font-size: 0.68rem;
  font-weight: 700;
}

.xcmg-about-range__copy strong {
  margin-top: 8px;
  font-size: 1.45rem;
}

.xcmg-about-range__copy p {
  max-width: 300px;
  margin: 10px 0 0;
  color: #d4dce3;
  font-size: 0.74rem;
  line-height: 1.65;
}

.xcmg-about-range__action {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

.xcmg-about-range__action a {
  padding: 12px 0 8px;
  border-bottom: 1px solid var(--xcmg-accent);
  color: var(--xcmg-accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.xcmg-about-faq {
  background: #ffffff;
}

.xcmg-about-faq__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 9%;
}

.xcmg-about-faq__layout header h2 {
  margin: 0;
  max-width: 560px;
  color: #202a33;
  font-size: 2.35rem;
  line-height: 1.18;
}

.xcmg-about-faq__layout header > p {
  max-width: 540px;
  margin: 23px 0 0;
  color: #6f7881;
  font-size: 0.88rem;
  line-height: 1.85;
}

.xcmg-about-faq__questions {
  border-top: 1px solid #dce2e7;
}

.xcmg-about-faq__questions details {
  border-bottom: 1px solid #dce2e7;
}

.xcmg-about-faq__questions summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: #25313c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.xcmg-about-faq__questions summary::-webkit-details-marker {
  display: none;
}

.xcmg-about-faq__questions summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--xcmg-accent);
  font-size: 1.7rem;
  font-weight: 400;
}

.xcmg-about-faq__questions details[open] summary::after {
  content: "−";
}

.xcmg-about-faq__questions p {
  margin: -5px 48px 24px 0;
  color: #6d7781;
  font-size: 0.84rem;
  line-height: 1.85;
}

.xcmg-about-related {
  margin-top: 42px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 34px;
  border-top: 1px solid #dfe4e8;
  border-bottom: 1px solid #dfe4e8;
}

.xcmg-about-related strong {
  color: #27323c;
  font-size: 0.82rem;
}

.xcmg-about-related a {
  color: #69737d;
  font-size: 0.75rem;
}

.xcmg-about-related a:hover {
  color: var(--xcmg-accent);
}

.xcmg-inner-cta {
  padding: 62px 0;
  background: var(--xcmg-accent);
  color: #ffffff;
}

.xcmg-inner-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.xcmg-inner-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.25;
}

.xcmg-inner-cta p {
  max-width: 650px;
  margin: 12px 0 0;
  color: #cfe5f7;
  font-size: 0.88rem;
  line-height: 1.7;
}

.xcmg-inner-cta a {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
}

.xcmg-products-page [data-products-page] {
  min-height: 360px;
}

.xcmg-product-list {
  display: grid;
  gap: 92px;
}

.xcmg-product-card {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 76px;
  padding-bottom: 92px;
  border-bottom: 1px solid #dfe3e6;
}

.xcmg-product-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.xcmg-product-card.is-reverse .xcmg-product-card__media {
  order: 2;
}

.xcmg-product-card.is-reverse .xcmg-product-card__body {
  order: 1;
}

.xcmg-product-card__media {
  margin: 0;
  position: relative;
}

.xcmg-product-card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 65%;
}

.xcmg-product-card__media > span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 18px;
  background: #ffffff;
  color: #27313a;
  font-size: 0.68rem;
  font-weight: 700;
}

.xcmg-product-card__eyebrow {
  color: var(--xcmg-accent);
  font-size: 0.7rem;
  font-weight: 700;
}

.xcmg-product-card__body h2 {
  margin: 16px 0 0;
  color: #18212a;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}

.xcmg-product-card__body h3 {
  margin: 20px 0 18px;
  color: #2c343c;
  font-size: 1.2rem;
  line-height: 1.45;
}

.xcmg-product-card__body > p {
  margin: 0;
  color: #727b83;
  font-size: 0.88rem;
  line-height: 1.85;
}

.xcmg-product-card dl {
  margin: 28px 0 0;
  border-top: 1px solid #dfe3e6;
}

.xcmg-product-card dl div {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid #dfe3e6;
  font-size: 0.76rem;
}

.xcmg-product-card dt {
  color: #78818a;
}

.xcmg-product-card dd {
  margin: 0;
  color: #27313a;
  font-weight: 700;
}

.xcmg-product-card__body > a {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--xcmg-accent);
  font-size: 0.76rem;
  font-weight: 700;
}

.xcmg-product-use-cases {
  padding: 94px 0 104px;
  background: #192531;
  color: #ffffff;
}

.xcmg-use-case-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.xcmg-use-case-grid article {
  min-height: 250px;
  padding: 34px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.xcmg-use-case-grid article:first-child {
  border-left: 0;
}

.xcmg-use-case-grid article > span {
  color: #f0c400;
}

.xcmg-use-case-grid h3 {
  color: #ffffff;
}

.xcmg-use-case-grid p {
  color: #aebac4;
}

.xcmg-products-page .marketplace-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

.xcmg-products-page .marketplace-top,
.xcmg-products-page .marketplace-toolbar,
.xcmg-products-page .market-product-card,
.xcmg-products-page .marketplace-empty {
  border-radius: 0;
}

.xcmg-products-page .marketplace-promo__copy a,
.xcmg-products-page .marketplace-service > a,
.xcmg-products-page .market-product-card__consult,
.xcmg-products-page .marketplace-toolbar button {
  background: var(--xcmg-accent);
  border-color: var(--xcmg-accent);
}

.xcmg-products-page .market-category-section__head span,
.xcmg-products-page .market-product-card__trial {
  color: var(--xcmg-accent);
}

.xcmg-news-page .news-page-toolbar-band {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #dde2e6;
  box-shadow: none;
}

.xcmg-news-page .news-page-toolbar,
.xcmg-news-page .news-page-shell {
  width: min(80%, 1536px);
  max-width: none;
  margin: 0 auto;
}

.xcmg-news-page .news-page-toolbar {
  min-height: 76px;
  padding: 0;
}

.xcmg-news-page .news-page-toolbar__tabs {
  min-width: 0;
  gap: 0;
}

.xcmg-news-page .news-page-tab {
  min-height: 76px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #59636d;
  font-size: 0.76rem;
}

.xcmg-news-page .news-page-tab.is-active {
  background: var(--xcmg-accent);
  color: #ffffff;
}

.xcmg-news-page .news-page-toolbar__crumb {
  color: #7a838c;
  font-size: 0.72rem;
}

.xcmg-news-page .news-page-shell {
  padding: 88px 0 104px;
}

.xcmg-news-page .news-page-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.xcmg-news-page .news-page-feature {
  border: 0;
  border-radius: 0;
  background: #eef2f4;
  box-shadow: none;
}

.xcmg-news-page .news-page-feature.has-media {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.xcmg-news-page .news-page-feature__body {
  padding: 44px 46px;
}

.xcmg-news-page .news-page-feature__eyebrow,
.xcmg-news-page .news-page-item__category {
  color: var(--xcmg-accent);
}

.xcmg-news-page .news-page-feature__more,
.xcmg-news-page .news-page-pagination__btn.is-active {
  border-radius: 0;
  background: var(--xcmg-accent);
  border-color: var(--xcmg-accent);
  color: #ffffff;
}

.xcmg-news-page .news-page-list {
  margin-top: 42px;
  border-top: 1px solid #dce1e5;
}

.xcmg-news-page .news-page-item {
  min-height: 154px;
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid #dce1e5;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.xcmg-news-page .news-page-item:hover {
  transform: none;
  box-shadow: none;
}

.xcmg-news-page .news-page-item__date,
.xcmg-news-page .news-page-item__arrow {
  border-radius: 0;
}

.xcmg-news-page .news-page-item__arrow {
  background: #eef2f4;
  color: var(--xcmg-accent);
}

.xcmg-contact-section {
  padding: 96px 0 104px;
}

.xcmg-contact-page .contact-grid {
  width: min(1160px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  align-items: stretch;
  gap: 32px;
}

.xcmg-contact-page .contact-form {
  margin: 0;
  padding: 44px;
  border: 0;
  border-top: 4px solid var(--xcmg-accent);
  border-radius: 0;
  background: #f2f4f5;
  box-shadow: none;
}

.xcmg-contact-page .contact-form__head span {
  display: block;
  margin-bottom: 12px;
  color: var(--xcmg-accent);
  font-size: 0.7rem;
  font-weight: 700;
}

.xcmg-contact-page .contact-form__head h2 {
  margin: 0;
  color: #202a33;
  font-size: 2rem;
  line-height: 1.2;
}

.xcmg-contact-page .contact-form__head p {
  margin: 14px 0 30px;
  color: #707a83;
  font-size: 0.84rem;
  line-height: 1.75;
}

.xcmg-contact-page .field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.xcmg-contact-page .field label {
  margin-bottom: 8px;
  color: #39434c;
  font-size: 0.75rem;
  font-weight: 700;
}

.xcmg-contact-page .field input,
.xcmg-contact-page .field textarea {
  width: 100%;
  border: 1px solid #d2d8dd;
  border-radius: 0;
  background: #ffffff;
  color: #26313a;
}

.xcmg-contact-page .field input {
  min-height: 44px;
  padding: 0 13px;
}

.xcmg-contact-page .field textarea {
  min-height: 132px;
  padding: 13px;
  resize: vertical;
}

.xcmg-contact-page .field input:focus,
.xcmg-contact-page .field textarea:focus {
  outline: 2px solid rgba(232, 117, 0, 0.22);
  border-color: var(--xcmg-accent);
}

.xcmg-contact-page .contact-captcha-field {
  margin-top: 18px;
}

.xcmg-contact-page .contact-captcha-control input,
.xcmg-contact-page .contact-captcha-image,
.xcmg-contact-page .button.primary {
  border-radius: 0;
}

.xcmg-contact-page .button.primary {
  min-height: 44px;
  padding: 0 24px;
  border-color: var(--xcmg-accent);
  background: var(--xcmg-accent);
}

.xcmg-contact-page .map-panel {
  min-height: 640px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #202c36;
  box-shadow: none;
}

.xcmg-contact-page .contact-map-frame,
.xcmg-contact-page .contact-map-fallback {
  min-height: 640px;
  border-radius: 0;
}

.xcmg-contact-page .contact-map-fallback {
  padding: 42px;
  align-items: flex-start;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(17, 28, 38, 0.18), rgba(17, 28, 38, 0.82)),
    url("/assets/images/xcmg/xs600.jpg") center 65% / cover no-repeat;
  color: #ffffff;
}

.xcmg-contact-page .contact-map-fallback strong {
  color: #ffffff;
  font-size: 1.55rem;
}

.xcmg-contact-page .contact-map-fallback p,
.xcmg-contact-page .contact-map-fallback__meta {
  color: #d6dfe6;
}

.xcmg-contact-page .contact-map-link {
  right: 24px;
  bottom: 24px;
  border-radius: 0;
  background: var(--xcmg-accent);
}

.xcmg-contact-info {
  padding: 0 0 104px;
}

.xcmg-contact-page .office-grid {
  width: min(1160px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xcmg-contact-page .office-card {
  min-height: 150px;
  padding: 0;
  border: 1px solid #dfe3e6;
  border-top: 3px solid #f0c400;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.xcmg-contact-page .office-card .card-body {
  padding: 28px;
}

.xcmg-contact-page .office-card h3 {
  color: #28333c;
  font-size: 0.9rem;
}

.xcmg-contact-page .office-card p {
  color: #6d7780;
  font-size: 0.8rem;
  line-height: 1.7;
  word-break: break-word;
}

.xcmg-inner-page .xcmg-footer {
  margin: 0;
}

/* Keep legacy inner-page rules from reintroducing the previous orange theme. */
body.xcmg-inner-page .xcmg-inner-hero__eyebrow {
  color: #58a5e7;
}

body.xcmg-inner-page .xcmg-inner-hero h1,
body.xcmg-inner-page .xcmg-inner-hero p {
  width: auto;
  max-width: 620px;
  margin-inline: 0;
  text-align: left;
}

body.xcmg-contact-page .page-hero .eyebrow {
  color: #58a5e7;
}

body.xcmg-contact-page .page-hero .section-title,
body.xcmg-contact-page .page-hero .section-intro {
  width: auto;
  max-width: 620px;
  margin-inline: 0;
  text-align: left;
}

body.xcmg-news-page .news-page-toolbar-band {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 1px solid #dde2e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

body.xcmg-news-page .news-page-toolbar,
body.xcmg-news-page .news-page-shell {
  width: min(80%, 1536px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

body.xcmg-news-page .news-page-toolbar {
  min-height: 76px;
  padding: 0;
  align-items: center;
  flex-direction: row;
}

body.xcmg-news-page .news-page-toolbar__tabs {
  gap: 0;
}

body.xcmg-news-page .news-page-tab,
body.xcmg-news-page .news-page-tab.is-active {
  min-height: 76px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  font-size: 0.76rem;
}

body.xcmg-news-page .news-page-tab {
  background: transparent;
  color: #59636d;
}

body.xcmg-news-page .news-page-tab:hover,
body.xcmg-news-page .news-page-tab.is-active {
  background: var(--xcmg-accent);
  color: #ffffff;
}

body.xcmg-news-page .news-page-tab.is-active .news-page-tab__count {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

body.xcmg-news-page .news-page-toolbar__crumb {
  color: #7a838c;
  font-size: 0.72rem;
}

body.xcmg-news-page .news-page-toolbar__crumb::before {
  display: none;
}

body.xcmg-news-page .news-page-shell {
  margin-bottom: 0;
  padding: 88px 0 104px;
}

body.xcmg-news-page .news-page-panel,
body.xcmg-news-page .news-page-feature,
body.xcmg-news-page .news-page-item {
  border-radius: 0;
  box-shadow: none;
}

body.xcmg-news-page .news-page-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

body.xcmg-news-page .news-page-feature,
body.xcmg-news-page .news-page-feature--empty {
  border: 0;
  background: #eef2f4;
}

body.xcmg-news-page .news-page-feature__eyebrow,
body.xcmg-news-page .news-page-item__category {
  color: var(--xcmg-accent);
}

body.xcmg-news-page .news-page-feature__eyebrow::before,
body.xcmg-news-page .news-page-item__category::before {
  background: var(--xcmg-accent);
}

body.xcmg-news-page .news-page-feature__more,
body.xcmg-news-page .news-page-pagination__btn.is-active {
  border-color: var(--xcmg-accent);
  border-radius: 0;
  background: var(--xcmg-accent);
  color: #ffffff;
}

body.xcmg-contact-page .contact-grid {
  width: min(1160px, calc(100% - 48px)) !important;
  max-width: none;
  margin: 0 auto;
  gap: 32px;
}

body.xcmg-contact-page .contact-form {
  margin: 0;
  padding: 44px;
  border: 0;
  border-top: 4px solid var(--xcmg-accent);
  border-radius: 0;
  background: #f2f4f5;
  box-shadow: none;
}

body.xcmg-contact-page .contact-form__head h2,
body.xcmg-contact-page .contact-form__head p {
  text-align: left;
}

body.xcmg-contact-page .field input,
body.xcmg-contact-page .field textarea {
  border-color: #d2d8dd;
  border-radius: 0;
  background: #ffffff;
}

body.xcmg-contact-page .field input:focus,
body.xcmg-contact-page .field textarea:focus {
  outline: 2px solid rgba(232, 117, 0, 0.22);
  border-color: var(--xcmg-accent);
}

body.xcmg-contact-page .button.primary,
body.xcmg-contact-page .contact-map-link {
  border-color: var(--xcmg-accent);
  border-radius: 0;
  background: var(--xcmg-accent);
  box-shadow: none;
}

body.xcmg-contact-page .contact-map-link {
  top: auto;
  right: 24px;
  bottom: 24px;
  width: auto;
  height: auto;
}

body.xcmg-contact-page .map-panel,
body.xcmg-contact-page .contact-map-frame,
body.xcmg-contact-page .contact-map-fallback {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.xcmg-contact-page .map-panel {
  min-height: 640px;
  background: #202c36;
}

body.xcmg-contact-page .contact-map-frame,
body.xcmg-contact-page .contact-map-fallback {
  min-height: 640px;
}

body.xcmg-contact-page .contact-map-fallback {
  background:
    linear-gradient(180deg, rgba(17, 28, 38, 0.18), rgba(17, 28, 38, 0.82)),
    url("/assets/images/xcmg/xs600.jpg") center 65% / cover no-repeat;
  color: #ffffff;
}

body.xcmg-contact-page .office-grid {
  width: min(1160px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  gap: 18px;
}

body.xcmg-contact-page .office-card {
  border: 1px solid #dfe3e6;
  border-top: 3px solid #f0c400;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .xcmg-inner-heading,
  .xcmg-about-story,
  .xcmg-about-faq__layout,
  .xcmg-product-card,
  .xcmg-contact-page .contact-grid {
    gap: 44px;
  }

  .xcmg-inner-heading {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }

  .xcmg-about-faq__layout {
    gap: 42px;
  }

  .xcmg-capability-grid,
  .xcmg-process-grid,
  .xcmg-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xcmg-capability-grid article:nth-child(3),
  .xcmg-use-case-grid article:nth-child(3) {
    border-left: 0;
  }

  .xcmg-capability-grid article:nth-child(-n+2),
  .xcmg-use-case-grid article:nth-child(-n+2) {
    border-bottom: 1px solid #dfe3e6;
  }

  .xcmg-use-case-grid article:nth-child(-n+2) {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .xcmg-product-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  }

  .xcmg-contact-page .contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  }
}

@media (max-width: 800px) {
  .xcmg-inner-shell,
  .xcmg-news-page .news-page-toolbar,
  .xcmg-news-page .news-page-shell,
  .xcmg-contact-page .contact-grid,
  .xcmg-contact-page .office-grid,
  .xcmg-products-page .marketplace-shell {
    width: min(100% - 32px, 680px);
  }

  .xcmg-inner-hero {
    height: 410px;
  }

  .xcmg-inner-hero__copy {
    width: 86%;
  }

  .xcmg-inner-hero h1 {
    font-size: 2.7rem;
  }

  .xcmg-inner-hero__index {
    right: 16px;
  }

  .xcmg-inner-section,
  .xcmg-contact-section {
    padding: 72px 0;
  }

  .xcmg-inner-heading,
  .xcmg-about-story,
  .xcmg-product-card,
  .xcmg-contact-page .contact-grid,
  .xcmg-inner-cta__inner {
    grid-template-columns: 1fr;
  }

  .xcmg-inner-heading {
    gap: 22px;
    margin-bottom: 42px;
  }

  .xcmg-inner-heading h2,
  .xcmg-about-story__copy h2 {
    font-size: 2rem;
  }

  .xcmg-about-story__media {
    margin-top: 12px;
  }

  .xcmg-about-metrics__grid,
  .xcmg-about-range,
  .xcmg-contact-page .office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xcmg-about-metrics article:nth-child(3) {
    border-left: 0;
  }

  .xcmg-about-metrics article:nth-child(-n+2) {
    margin-bottom: 28px;
  }

  .xcmg-product-card {
    min-height: 0;
  }

  .xcmg-product-card.is-reverse .xcmg-product-card__media,
  .xcmg-product-card.is-reverse .xcmg-product-card__body {
    order: initial;
  }

  .xcmg-product-card__body h2 {
    font-size: 3rem;
  }

  .xcmg-contact-page .map-panel,
  .xcmg-contact-page .contact-map-frame,
  .xcmg-contact-page .contact-map-fallback {
    min-height: 430px;
  }

  .xcmg-news-page .news-page-feature.has-media {
    grid-template-columns: 1fr;
  }

  .xcmg-news-page .news-page-toolbar {
    display: block;
    padding: 14px 0;
  }

  .xcmg-news-page .news-page-toolbar__crumb {
    margin-top: 14px;
  }

  body.xcmg-news-page .news-page-toolbar,
  body.xcmg-news-page .news-page-shell,
  body.xcmg-contact-page .contact-grid,
  body.xcmg-contact-page .office-grid {
    width: min(100% - 32px, 680px) !important;
  }

  body.xcmg-news-page .news-page-toolbar {
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .xcmg-inner-hero {
    height: 390px;
  }

  .xcmg-inner-hero__shade {
    background: linear-gradient(90deg, rgba(11, 20, 29, 0.9), rgba(11, 20, 29, 0.54));
  }

  .xcmg-inner-hero__copy {
    width: 100%;
    padding-left: 24px;
  }

  .xcmg-inner-hero h1 {
    font-size: 2.15rem;
  }

  .xcmg-inner-hero p {
    font-size: 0.84rem;
  }

  .xcmg-inner-hero__index {
    display: none;
  }

  .xcmg-inner-section,
  .xcmg-contact-section {
    padding: 58px 0;
  }

  .xcmg-inner-heading h2,
  .xcmg-about-story__copy h2,
  .xcmg-about-faq__layout header h2 {
    font-size: 1.7rem;
  }

  .xcmg-about-related {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .xcmg-about-metrics__grid,
  .xcmg-about-range,
  .xcmg-capability-grid,
  .xcmg-process-grid,
  .xcmg-use-case-grid,
  .xcmg-contact-page .office-grid,
  .xcmg-contact-page .field-grid {
    grid-template-columns: 1fr;
  }

  .xcmg-about-metrics article,
  .xcmg-about-metrics article:nth-child(3) {
    padding: 22px 10px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .xcmg-about-metrics article:first-child {
    border-top: 0;
  }

  .xcmg-about-metrics article:nth-child(-n+2) {
    margin-bottom: 0;
  }

  .xcmg-capability-grid article,
  .xcmg-capability-grid article:nth-child(3),
  .xcmg-use-case-grid article,
  .xcmg-use-case-grid article:nth-child(3) {
    border-left: 0;
    border-bottom: 1px solid #dfe3e6;
  }

  .xcmg-use-case-grid article,
  .xcmg-use-case-grid article:nth-child(3) {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .xcmg-capability-grid article:last-child,
  .xcmg-use-case-grid article:last-child {
    border-bottom: 0;
  }

  .xcmg-about-range article {
    min-height: 300px;
  }

  .xcmg-product-list {
    gap: 62px;
  }

  .xcmg-product-card {
    gap: 34px;
    padding-bottom: 62px;
  }

  .xcmg-product-card__body h2 {
    font-size: 2.6rem;
  }

  .xcmg-inner-cta__inner {
    text-align: left;
  }

  .xcmg-inner-cta a {
    justify-self: start;
  }

  .xcmg-contact-page .contact-form {
    padding: 28px 22px;
  }

  .xcmg-contact-page .map-panel,
  .xcmg-contact-page .contact-map-frame,
  .xcmg-contact-page .contact-map-fallback {
    min-height: 360px;
  }

  .xcmg-news-page .news-page-tab {
    min-height: 48px;
    padding: 0 15px;
  }

  .xcmg-news-page .news-page-shell {
    padding: 58px 0 72px;
  }

  .xcmg-news-page .news-page-feature__body {
    padding: 30px 24px;
  }

  .xcmg-news-page .news-page-item {
    padding: 24px 0;
  }

  body.xcmg-news-page .news-page-tab,
  body.xcmg-news-page .news-page-tab.is-active {
    min-height: 48px;
    padding: 0 15px;
  }

  body.xcmg-news-page .news-page-shell {
    padding: 58px 0 72px;
  }

  body.xcmg-contact-page .contact-form {
    padding: 28px 22px;
  }

  body.xcmg-contact-page .map-panel,
  body.xcmg-contact-page .contact-map-frame,
  body.xcmg-contact-page .contact-map-fallback {
    min-height: 360px;
  }

  body.xcmg-inner-page .xcmg-capability-grid article,
  body.xcmg-inner-page .xcmg-process-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  body.xcmg-inner-page .xcmg-capability-grid h3,
  body.xcmg-inner-page .xcmg-process-grid h3 {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xcmg-about-range img {
    transition: none;
  }
}
