/* U2C Mega Header v1.4.5
 * Scoped, dependency-free styles. No global typography rules are changed.
 */
.u2c-mega-header {
  --u2c-navy: #071a45;
  --u2c-blue: #2f5cff;
  --u2c-text: #0b1733;
  --u2c-muted: #20283a;
  --u2c-border: #e3e8f1;
  --u2c-soft: #f4f7ff;
  --u2c-shadow: 0 20px 52px rgba(13, 29, 67, .13);
  position: relative;
  z-index: 9990;
  width: 100%;
  color: var(--u2c-text);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.45;
  background: #fff;
  isolation: isolate;
}
.u2c-mega-header *,
.u2c-mega-header *::before,
.u2c-mega-header *::after { box-sizing: border-box; }
.u2c-mega-header a { text-decoration: none; }
.u2c-mega-header button { font: inherit; }
.u2c-mega-header .screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.u2c-mega-header :focus-visible { outline: 2px solid var(--u2c-blue); outline-offset: 2px; }
.u2c-mega-header-error { padding: 12px; border: 1px solid #d63638; background: #fff; color: #8a2424; }
body.u2c-mobile-menu-open { overflow: hidden; }

/* ---------- top bar ---------- */
.u2c-mega-header__bar {
  width: min(100%, 1360px);
  min-height: 64px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-bottom: 1px solid var(--u2c-border);
  transition: background-color .2s ease, border-color .2s ease;
}
.u2c-mega-header__logo {
  flex: 0 0 96px;
  width: 96px;
  min-width: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.u2c-mega-header__logo .custom-logo-link,
.u2c-mega-header__logo-link { display: inline-flex; align-items: center; justify-content: flex-start; }
.u2c-mega-header__logo img,
.u2c-mega-header__logo-image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 76px !important;
  max-height: 48px !important;
  object-fit: contain;
  /* Any monochrome source (white or dark) becomes a reliable dark logo on solid header. */
  filter: brightness(0);
  transition: filter .18s ease, opacity .18s ease;
}
.u2c-mega-header__wordmark {
  display: inline-flex; flex-direction: column; color: #050505; line-height: 1;
}
.u2c-mega-header__wordmark span { font-size: 31px; letter-spacing: -.06em; font-weight: 500; }
.u2c-mega-header__wordmark small { margin-top: 5px; font-size: 8px; letter-spacing: .2em; }

.u2c-mega-header__desktop-nav { flex: 1 1 auto; min-width: 0; transform: translateX(28px); }
.u2c-mega-header__menu {
  list-style: none; margin: 0; padding: 0;
  display: flex; justify-content: center; align-items: stretch; gap: 10px;
}
.u2c-mega-header__item { position: static; display: flex; align-items: stretch; }
.u2c-mega-header__toplink-wrap { display: flex; align-items: center; position: relative; }
.u2c-mega-header__toplink {
  display: inline-flex; align-items: center; min-height: 64px; padding: 0 3px;
  color: var(--u2c-text); font-weight: 700; font-size: 17px; white-space: nowrap;
  transition: color .15s ease;
}
.u2c-mega-header__toggle {
  border: 0; background: transparent; color: var(--u2c-text); cursor: pointer;
  width: 22px; height: 40px; padding: 0; display: grid; place-items: center;
}
.u2c-mega-header__toggle svg { transition: transform .16s ease; }
.u2c-mega-header__item.is-open .u2c-mega-header__toplink,
.u2c-mega-header__toplink:hover,
.u2c-mega-header__toplink:focus-visible { color: var(--u2c-blue); }
.u2c-mega-header__item.is-open .u2c-mega-header__toplink-wrap::after {
  content: ""; position: absolute; left: 4px; right: 1px; bottom: 0;
  height: 3px; background: var(--u2c-blue); border-radius: 3px 3px 0 0;
}
.u2c-mega-header__item.is-open .u2c-mega-header__toggle svg { transform: rotate(180deg); }

.u2c-mega-header__contact {
  flex: 0 0 auto; margin-left: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-width: 140px; min-height: 42px; padding: 9px 16px; border-radius: 6px;
  background: var(--u2c-navy); color: #fff; border: 1px solid var(--u2c-navy);
  font-weight: 700; font-size: 13.5px; white-space: nowrap;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}
.u2c-mega-header__contact:hover,
.u2c-mega-header__contact:focus-visible {
  background: #0d2d70; color: #fff; transform: translateY(-1px); box-shadow: 0 9px 22px rgba(6,26,69,.18);
}

/* ---------- panel positioning ---------- */
.u2c-mega-header__panel-wrap {
  position: absolute; left: 50%; right: auto; top: 100%;
  width: min(1180px, calc(100vw - 80px));
  transform: translateX(-50%); padding-top: 6px;
}
.u2c-mega-header__panel-wrap[hidden] { display: none !important; }
.u2c-mega-header__item--about,
.u2c-mega-header__item--resources,
.u2c-mega-header__item--default { position: relative; }
.u2c-mega-header__item--about .u2c-mega-header__panel-wrap,
.u2c-mega-header__item--resources .u2c-mega-header__panel-wrap,
.u2c-mega-header__item--default .u2c-mega-header__panel-wrap {
  left: 50%; width: 250px; transform: translateX(-50%); padding-top: 8px;
}
.u2c-mega-panel {
  background: #fff; border: 1px solid var(--u2c-border); border-radius: 9px; box-shadow: var(--u2c-shadow);
  overflow: hidden;
}
.u2c-mega-panel--wide,
.u2c-mega-panel--b2b {
  display: grid; grid-template-columns: 176px 1px minmax(0,1fr); gap: 18px; padding: 22px 20px;
}
.u2c-mega-panel--wide { min-height: 264px; }
.u2c-mega-panel--b2b { min-height: 250px; }
.u2c-mega-panel__divider { width: 1px; background: var(--u2c-border); }
.u2c-mega-panel__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; }

/* ---------- left intro ---------- */
.u2c-mega-panel__intro { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.u2c-mega-panel__intro-icon { color: var(--u2c-blue); margin-bottom: 10px; }
.u2c-mega-panel__intro-icon svg { width: 31px; height: 31px; }
.u2c-mega-panel__intro-title { font-size: 17px; line-height: 1.18; font-weight: 760; margin-bottom: 12px; }
.u2c-mega-panel__intro p { margin: 0 0 10px; color: var(--u2c-text); font-size: 12px; line-height: 1.46; }
.u2c-mega-panel__outline-cta {
  margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
  min-height: 34px; padding: 6px 10px; border: 1px solid var(--u2c-blue); border-radius: 5px;
  color: var(--u2c-navy); font-size: 11.5px; line-height: 1.35; font-weight: 700;
}
.u2c-mega-panel__outline-cta:hover,
.u2c-mega-panel__outline-cta:focus-visible { background: var(--u2c-soft); color: var(--u2c-blue); }

/* ---------- E-commerce, approved design ---------- */
.u2c-mega-ecommerce {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  gap: 14px;
  align-items: stretch;
}
.u2c-mega-ecommerce__platforms {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 30px 18px;
  align-content: center;
}
.u2c-mega-ecommerce__side {
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid var(--u2c-border);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.u2c-mega-ecommerce__item {
  min-width: 0; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 10px;
  align-items: start; padding: 4px 2px; border-radius: 7px; color: var(--u2c-text);
  transition: background .14s ease, transform .14s ease;
}
.u2c-mega-ecommerce__item:hover,
.u2c-mega-ecommerce__item:focus-visible { background: var(--u2c-soft); color: var(--u2c-text); transform: translateY(-1px); }
.u2c-mega-ecommerce__copy { min-width: 0; display: block; }
.u2c-mega-ecommerce__copy strong { display: block; margin: 0 0 4px; font-size: 13.5px; font-weight: 750; line-height: 1.3; }
.u2c-mega-ecommerce__copy small { display: block; color: var(--u2c-text); font-size: 11.5px; line-height: 1.44; }
.u2c-brand-icon {
  width: 52px; height: 52px; border-radius: 10px; display: grid; place-items: center;
  flex: 0 0 52px; overflow: hidden;
}
.u2c-brand-icon svg { display: block; width: 52px; height: 52px; }
.u2c-brand-icon--xiaohongshu { background: #ff2442; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: -.06em; }
.u2c-brand-icon--xiaohongshu span { transform: scaleX(.92); white-space: nowrap; }
.u2c-brand-icon--jd { background: #fff; border: 1px solid var(--u2c-border); color: #e5242a; font-size: 20px; font-weight: 900; letter-spacing: -.08em; }
.u2c-brand-icon--data,
.u2c-brand-icon--default { background: #fff; border: 1px solid var(--u2c-border); color: var(--u2c-blue); }
.u2c-brand-icon--data svg,
.u2c-brand-icon--default svg { width: 30px; height: 30px; }

/* ---------- generic service cards / Digital Marketing ---------- */
.u2c-mega-services { min-width: 0; display: grid; gap: 12px 10px; align-content: center; }
.u2c-mega-services--digital { grid-template-columns: repeat(4, minmax(0,1fr)); align-items: start; }
.u2c-mega-service {
  min-width: 0; display: grid; grid-template-columns: 1fr; gap: 8px;
  padding: 10px 7px; border-radius: 7px; color: var(--u2c-text);
  transition: background .14s ease, transform .14s ease;
}
.u2c-mega-service:hover,
.u2c-mega-service:focus-visible { background: var(--u2c-soft); transform: translateY(-1px); color: var(--u2c-text); }
.u2c-mega-service__icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--u2c-blue); margin: 0 auto 2px 0; }
.u2c-mega-service__icon svg { width: 36px; height: 36px; }
.u2c-mega-service__body { min-width: 0; display: block; }
.u2c-mega-service__body strong { display: block; font-size: 14px; line-height: 1.26; margin-bottom: 4px; font-weight: 760; }
.u2c-mega-service__body small { display: block; color: var(--u2c-text); font-size: 11px; line-height: 1.42; }

.u2c-mega-wide-cta,
.u2c-mega-promo {
  display: grid; align-items: center; color: var(--u2c-text); background: var(--u2c-soft); border-radius: 8px;
  transition: transform .14s ease, background .14s ease;
}
.u2c-mega-wide-cta:hover,
.u2c-mega-wide-cta:focus-visible,
.u2c-mega-promo:hover,
.u2c-mega-promo:focus-visible { color: var(--u2c-text); background: #edf1ff; transform: translateY(-1px); }
.u2c-mega-wide-cta {
  grid-template-columns: 32px minmax(0,1fr) auto; gap: 10px;
  margin: 16px 4px 0; padding: 10px 12px;
}
.u2c-mega-wide-cta > span:first-child { color: var(--u2c-blue); }
.u2c-mega-wide-cta svg { width: 24px; height: 24px; }
.u2c-mega-promo { grid-template-columns: 44px minmax(0,1fr) auto; gap: 10px; width: 100%; padding: 9px 10px; margin-top: auto; }
.u2c-mega-promo__icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--u2c-blue); }
.u2c-mega-promo__icon svg { width: 32px; height: 32px; }
.u2c-mega-promo strong,
.u2c-mega-wide-cta strong { display: block; font-size: 12.5px; line-height: 1.26; }
.u2c-mega-promo small,
.u2c-mega-wide-cta small { display: block; margin-top: 3px; color: var(--u2c-blue); font-size: 11px; font-weight: 650; }
.u2c-mega-promo b,
.u2c-mega-wide-cta b { color: var(--u2c-blue); font-size: 15px; }

/* ---------- B2B ---------- */
.u2c-mega-b2b-feature { min-width: 0; display: flex; flex-direction: column; justify-content: flex-start; min-height: 100%; padding: 0 6px; }
.u2c-mega-b2b-feature__heading { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; align-items: start; }
.u2c-mega-b2b-feature__heading > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: var(--u2c-blue); background: var(--u2c-soft); }
.u2c-mega-b2b-feature__heading > span svg { width: 25px; height: 25px; }
.u2c-mega-b2b-feature__heading strong { font-size: 17px; }
.u2c-mega-b2b-feature__heading p { margin: 4px 0 0; color: var(--u2c-text); font-size: 12px; line-height: 1.44; max-width: 520px; }
.u2c-mega-b2b-feature__points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 20px 0 16px; }
.u2c-mega-b2b-feature__points span { position: relative; padding-left: 21px; color: #31405d; font-size: 10.5px; font-weight: 650; }
.u2c-mega-b2b-feature__points span::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 15px; height: 15px;
  border: 1px solid #7da0ff; border-radius: 50%; color: var(--u2c-blue); display: grid; place-items: center; font-size: 9px;
}
.u2c-mega-b2b-feature__cta {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px;
  border-radius: 6px; background: var(--u2c-soft); color: var(--u2c-blue); font-weight: 700; font-size: 12px;
}
.u2c-mega-b2b-feature__cta:hover,
.u2c-mega-b2b-feature__cta:focus-visible { background: #edf1ff; }

/* ---------- simple About / Resources dropdowns ---------- */
.u2c-mega-panel--simple { padding: 8px; }
.u2c-mega-simple-list { list-style: none; margin: 0; padding: 0; }
.u2c-mega-simple-list li + li { margin-top: 8px; }
.u2c-mega-simple-list a {
  display: grid; grid-template-columns: 24px minmax(0,1fr); align-items: center; gap: 9px;
  padding: 11px 10px; border-radius: 6px; color: var(--u2c-text); font-size: 14.5px; font-weight: 650;
}
.u2c-mega-simple-list a:hover,
.u2c-mega-simple-list a:focus-visible { background: var(--u2c-soft); color: var(--u2c-blue); }
.u2c-mega-simple-list__icon { color: #61708e; }
.u2c-mega-simple-list__icon svg { width: 20px; height: 20px; display: block; }

/* ---------- mobile ---------- */
.u2c-mega-header__mobile-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 10px; color: var(--u2c-text); }
.u2c-mega-header__mobile-button span:not(.screen-reader-text) { display: block; height: 2px; background: currentColor; margin: 5px 0; border-radius: 2px; }
.u2c-mega-mobile, .u2c-mega-mobile__backdrop { display: none; }

/* ---------- global takeover / transparent state ---------- */
.u2c-legacy-header-hidden { display: none !important; }
.u2c-mega-header--sticky { position: sticky; top: 0; }
.admin-bar .u2c-mega-header--sticky { top: 32px; }
.u2c-mega-header--auto {
  position: fixed !important; left: 0; right: 0; top: 0; z-index: 99990;
  margin: 0; max-width: none; background: #fff;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.admin-bar .u2c-mega-header--auto { top: 32px; }
.u2c-mega-header--auto,
.u2c-mega-header--auto .u2c-mega-header__bar { font-size: 15px; line-height: 1.45; }

.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) { background: transparent; box-shadow: none; }
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__bar { background: transparent; border-bottom-color: transparent; }
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__toplink,
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__toggle,
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__wordmark,
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__mobile-button { color: #fff; }
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__logo img,
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__logo-image { filter: brightness(0) invert(1); }
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__contact {
  color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.8); box-shadow: none;
}
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__contact:hover,
.u2c-mega-header--transparent-top:not(.is-scrolled):not(.has-open-menu) .u2c-mega-header__contact:focus-visible { color: var(--u2c-navy); background: #fff; }

.u2c-mega-header--auto.is-scrolled,
.u2c-mega-header--auto.has-open-menu { background: #fff; box-shadow: 0 8px 26px rgba(10,27,69,.09); }
.u2c-mega-header--auto.is-scrolled .u2c-mega-header__bar,
.u2c-mega-header--auto.has-open-menu .u2c-mega-header__bar { background: #fff; border-bottom-color: var(--u2c-border); }
.u2c-mega-header--auto.is-scrolled .u2c-mega-header__logo img,
.u2c-mega-header--auto.has-open-menu .u2c-mega-header__logo img,
.u2c-mega-header--auto.is-scrolled .u2c-mega-header__logo-image,
.u2c-mega-header--auto.has-open-menu .u2c-mega-header__logo-image { filter: brightness(0); }
.u2c-mega-header--auto.u2c-mega-header--sticky { position: fixed !important; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .u2c-mega-header__desktop-nav { transform: translateX(14px); }
  .u2c-mega-header__bar { padding-left: 14px; padding-right: 22px; gap: 14px; }
  .u2c-mega-header__logo { flex-basis: 88px; width: 88px; min-width: 88px; }
  .u2c-mega-header__menu { gap: 11px; }
  .u2c-mega-header__toplink { font-size: 15.5px; }
  .u2c-mega-header__panel-wrap { width: min(1120px, calc(100vw - 36px)); }
  .u2c-mega-panel--wide, .u2c-mega-panel--b2b { grid-template-columns: 190px 1px minmax(0,1fr); gap: 18px; padding: 22px 18px; }
  .u2c-mega-ecommerce { grid-template-columns: minmax(0,1fr) 260px; gap: 16px; }
  .u2c-mega-ecommerce__side { padding-left: 16px; }
}

@media (max-width: 980px) {
  .u2c-mega-header__desktop-nav { transform: none; }
  .u2c-mega-header__desktop-nav, .u2c-mega-header__contact { display: none; }
  .u2c-mega-header__bar { min-height: 64px; padding: 0 18px; }
  .u2c-mega-header__logo { flex-basis: auto; width: auto; min-width: 0; }
  .u2c-mega-header__logo img, .u2c-mega-header__logo-image { max-height: 44px !important; max-width: 74px !important; }
  .u2c-mega-header__mobile-button { display: block; margin-left: auto; }
  .u2c-mega-mobile {
    display: block; position: fixed; z-index: 10002; top: 0; right: 0; bottom: 0;
    width: min(90vw, 410px); overflow-y: auto; background: #fff;
    box-shadow: -20px 0 45px rgba(0,0,0,.14); padding: 20px 22px 26px;
  }
  .u2c-mega-mobile[hidden], .u2c-mega-mobile__backdrop[hidden] { display: none !important; }
  .u2c-mega-mobile__backdrop { display: block; position: fixed; z-index: 10001; inset: 0; border: 0; background: rgba(4,13,35,.38); cursor: pointer; }
  .u2c-mega-mobile__top { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--u2c-border); }
  .u2c-mega-mobile__logo img, .u2c-mega-mobile__logo-image { filter: brightness(0); max-height: 42px !important; width: auto !important; }
  .u2c-mega-mobile__close { width: 42px; height: 42px; border: 0; background: transparent; font-size: 34px; line-height: 1; cursor: pointer; color: var(--u2c-text); }
  .u2c-mega-mobile__items { padding: 12px 0 16px; }
  .u2c-mega-mobile__item { border-bottom: 1px solid #edf0f5; }
  .u2c-mega-mobile__row { display: flex; align-items: center; min-height: 54px; }
  .u2c-mega-mobile__row > a { flex: 1; color: var(--u2c-text); font-weight: 700; padding: 14px 0; }
  .u2c-mega-mobile__row > button { flex: 0 0 52px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; color: var(--u2c-text); }
  .u2c-mega-mobile__row > button[aria-expanded="true"] svg { transform: rotate(180deg); }
  .u2c-mega-mobile__sub { padding: 0 0 12px 14px; }
  .u2c-mega-mobile__sub[hidden] { display: none !important; }
  .u2c-mega-mobile__sub a { display: block; padding: 9px 0; color: #44516a; font-size: 14px; }
  .u2c-mega-mobile__sub a:hover, .u2c-mega-mobile__sub a:focus-visible { color: var(--u2c-blue); }
  .u2c-mega-mobile__contact { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; width: 100%; margin-top: 6px; border-radius: 6px; background: var(--u2c-navy); color: #fff; font-weight: 700; }
}

@media (max-width: 782px) {
  .admin-bar .u2c-mega-header--sticky,
  .admin-bar .u2c-mega-header--auto { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  .u2c-mega-header *, .u2c-mega-header *::before, .u2c-mega-header *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* v1.4.1 visual refinements: closer to approved design */
.u2c-brand-icon--data,
.u2c-brand-icon--default {
  border: 1px solid #dfe5f0;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(18,42,85,.04);
}
.u2c-mega-promo__icon {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.u2c-mega-panel__intro p,
.u2c-mega-ecommerce__copy small,
.u2c-mega-service__body small,
.u2c-mega-b2b-feature__heading p { color: #111827; }
.u2c-mega-service__body strong { color: #0b1733; }


/* v1.4.2 compact layout refinements */
.u2c-mega-services--digital .u2c-mega-service {
  align-items: start;
}
.u2c-mega-services--digital .u2c-mega-service__icon {
  justify-content: flex-start;
}
.u2c-mega-services--digital .u2c-mega-service__body {
  display: block;
}
@media (max-width: 1180px) {
  .u2c-mega-header__bar { padding-left: 18px; padding-right: 20px; gap: 16px; }
  .u2c-mega-header__panel-wrap { width: min(1120px, calc(100vw - 36px)); }
  .u2c-mega-panel--wide, .u2c-mega-panel--b2b { grid-template-columns: 172px 1px minmax(0,1fr); gap: 16px; padding: 20px 16px; }
  .u2c-mega-ecommerce { grid-template-columns: minmax(0,1fr) 238px; gap: 14px; }
  .u2c-mega-ecommerce__platforms { gap: 22px 12px; }
  .u2c-mega-ecommerce__side { padding-left: 12px; }
}


.u2c-mega-ecommerce__platforms .u2c-mega-ecommerce__item:nth-child(n+3) {
  margin-top: 8px;
}
.u2c-mega-b2b-feature__promo {
  margin-top: auto;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--u2c-soft);
  color: var(--u2c-text);
  transition: transform .14s ease, background .14s ease;
}
.u2c-mega-b2b-feature__promo:hover,
.u2c-mega-b2b-feature__promo:focus-visible {
  background: #edf1ff;
  transform: translateY(-1px);
  color: var(--u2c-text);
}
.u2c-mega-b2b-feature__promo-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--u2c-blue);
}
.u2c-mega-b2b-feature__promo-icon svg {
  width: 32px;
  height: 32px;
}
.u2c-mega-b2b-feature__promo strong {
  display: block;
  font-size: 12.5px;
  line-height: 1.26;
}
.u2c-mega-b2b-feature__promo small {
  display: block;
  margin-top: 3px;
  color: var(--u2c-blue);
  font-size: 11px;
  font-weight: 650;
}
.u2c-mega-b2b-feature__promo b {
  color: var(--u2c-blue);
  font-size: 15px;
}


/* v1.4.5 link/icon refinements */
.u2c-brand-icon--tmall {
  background: #7b42df;
  border: 0;
}
.u2c-brand-icon--tmall img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.u2c-mega-b2b-feature__heading-link {
  color: var(--u2c-text);
  text-decoration: none;
  border-radius: 7px;
  transition: background .14s ease;
}
.u2c-mega-b2b-feature__heading-link:hover,
.u2c-mega-b2b-feature__heading-link:focus-visible {
  color: var(--u2c-text);
  background: var(--u2c-soft);
}
