:root {
  --ucl-orange: #f37f30;
  --ucl-orange-soft: #fbf1ea;
  --ucl-ink: #1a1825;
  --ucl-ink-2: #242130;
  --ucl-text: #333;
  --ucl-muted: #636172;
  --ucl-line: #e8e6e4;
  --ucl-paper: #fff;
  --ucl-soft: #f7f7f7;
}

.ucl-home,
.ucl-home * {
  box-sizing: border-box;
}

.elementor-widget-uscnlaw-page,
.elementor-widget-uscnlaw-page > .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Native Elementor migration compatibility. The approved visual classes now
 * live on native containers/widgets, while text, image and button controls
 * remain individually selectable in Elementor's Navigator. */
.ucl-native,
.ucl-native .elementor-element {
  --widgets-spacing: 0px;
  --widgets-spacing-row: 0px;
  --widgets-spacing-column: 0px;
}

.ucl-native .elementor-widget {
  min-width: 0;
  margin-block-end: 0;
}

.ucl-native .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.ucl-native .elementor-widget-image img { display: block; max-width: 100%; }
body .ucl-native .ucl-native-hidden,
body.elementor-editor-active .ucl-native .ucl-native-hidden { display: none !important; }

html.ucl-video-modal-open { overflow: hidden; }
.ucl-video-modal[hidden] { display: none !important; }
.ucl-video-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  padding: 32px;
  place-items: center;
  background: rgba(10, 9, 15, .84);
}
.ucl-video-modal__dialog {
  position: relative;
  width: min(1120px, 92vw);
  border-radius: 12px;
  background: #080808;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
}
.ucl-video-modal button.ucl-video-modal__close {
  appearance: none;
  position: absolute !important;
  z-index: 2 !important;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  inset-inline-start: auto !important;
  inset-inline-end: 14px !important;
  display: grid !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: rgba(17, 17, 17, .76);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .28);
  box-sizing: border-box;
  overflow: visible;
  font-size: 24px !important;
  font-weight: 300;
  line-height: 1 !important;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.ucl-video-modal button.ucl-video-modal__close:hover { background: #f37f30; transform: rotate(90deg); }
.ucl-video-modal button.ucl-video-modal__close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.ucl-video-modal__stage { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; }
.ucl-video-modal__stage iframe,
.ucl-video-modal__stage video { display: block; width: 100%; height: 100%; border: 0; background: #000; object-fit: contain; }
@media (max-width: 767px) {
  .ucl-video-modal { padding: 18px; }
  .ucl-video-modal__dialog { width: 100%; }
  .ucl-video-modal button.ucl-video-modal__close { top: 10px !important; right: 10px !important; inset-inline-end: 10px !important; width: 34px !important; height: 34px !important; }
}

.ucl-native .ucl-native-button > .elementor-widget-container,
.ucl-native .ucl-native-button .elementor-button,
.ucl-native .ucl-native-button .elementor-button-content-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ucl-native .ucl-native-button .elementor-button {
  display: flex; flex-direction: row;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: inherit;
  color: inherit;
  background: transparent !important;
  box-shadow: none;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.ucl-native .ucl-native-button .elementor-button:hover,
.ucl-native .ucl-native-button .elementor-button:focus { color: inherit; background: transparent; }

body.elementor-editor-active .ucl-native .ucl-native-button .elementor-button {
  background: transparent !important;
  color: inherit !important;
}
body.elementor-editor-active .ucl-native .ucl-native-link > .elementor-widget-text-editor,
body.elementor-editor-active .ucl-native .ucl-button > .elementor-widget-text-editor {
  color: inherit !important;
}
body.elementor-editor-active .ucl-native .ucl-actions .ucl-button--dark > .ucl-native-span {
  color: var(--ucl-ink) !important;
}
body.elementor-editor-active .ucl-native .ucl-actions .ucl-button--orange > .ucl-native-span {
  color: var(--ucl-orange) !important;
}

.ucl-native .ucl-native-link > .elementor-widget-text-editor,
.ucl-native .ucl-native-link > .elementor-widget-image,
.ucl-native .ucl-button > .elementor-widget-text-editor {
  width: auto;
  flex: 0 0 auto;
}

/* Elementor gives every nested Text Editor its own global typography and
 * color. Links assembled from multiple editable widgets must inherit the
 * approved button/link styling from their native container. */
.ucl-native .ucl-native-link > .elementor-widget-text-editor,
.ucl-native .ucl-native-link > .elementor-widget-text-editor > .elementor-widget-container,
.ucl-native .ucl-native-link > .elementor-widget-text-editor * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.ucl-native .ucl-native-link > .elementor-widget-text-editor > .elementor-widget-container,
.ucl-native .ucl-native-link > .elementor-widget-text-editor p,
.ucl-native .ucl-native-link > .elementor-widget-text-editor span {
  margin: 0;
}

.ucl-native .ucl-state-icon > .elementor-widget-image {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .2s ease;
}

.ucl-native .ucl-state-icon > .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ucl-native .ucl-state-icon > .is-highlight { opacity: 0; }

.ucl-native .ucl-service-card:hover .ucl-state-icon > .is-default,
.ucl-native .ucl-service-card:focus-visible .ucl-state-icon > .is-default,
.ucl-native .ucl-service-card.is-active .ucl-state-icon > .is-default,
.ucl-native .ucl-intel-card:hover .ucl-state-icon > .is-default,
.ucl-native .ucl-intel-card:focus-visible .ucl-state-icon > .is-default,
.ucl-native .ucl-intel-card.is-active .ucl-state-icon > .is-default,
.ucl-native .ucl-process__grid article:hover .ucl-state-icon > .is-default,
.ucl-native .ucl-process__grid article:focus-visible .ucl-state-icon > .is-default,
.ucl-native .ucl-china__services .ucl-native-link:hover .ucl-state-icon > .is-default,
.ucl-native .ucl-china__services .ucl-native-link:focus-visible .ucl-state-icon > .is-default,
.ucl-native .ucl-lh-advantages__cards article:hover .ucl-state-icon > .is-default,
.ucl-native .ucl-lh-advantages__cards article:focus-visible .ucl-state-icon > .is-default,
.ucl-native .ucl-lh-advantages__cards article.is-active .ucl-state-icon > .is-default { opacity: 0; }

.ucl-native .ucl-service-card:hover .ucl-state-icon > .is-highlight,
.ucl-native .ucl-service-card:focus-visible .ucl-state-icon > .is-highlight,
.ucl-native .ucl-service-card.is-active .ucl-state-icon > .is-highlight,
.ucl-native .ucl-intel-card:hover .ucl-state-icon > .is-highlight,
.ucl-native .ucl-intel-card:focus-visible .ucl-state-icon > .is-highlight,
.ucl-native .ucl-intel-card.is-active .ucl-state-icon > .is-highlight,
.ucl-native .ucl-process__grid article:hover .ucl-state-icon > .is-highlight,
.ucl-native .ucl-process__grid article:focus-visible .ucl-state-icon > .is-highlight,
.ucl-native .ucl-china__services .ucl-native-link:hover .ucl-state-icon > .is-highlight,
.ucl-native .ucl-china__services .ucl-native-link:focus-visible .ucl-state-icon > .is-highlight,
.ucl-native .ucl-lh-advantages__cards article:hover .ucl-state-icon > .is-highlight,
.ucl-native .ucl-lh-advantages__cards article:focus-visible .ucl-state-icon > .is-highlight,
.ucl-native .ucl-lh-advantages__cards article.is-active .ucl-state-icon > .is-highlight { opacity: 1; }

.ucl-home {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-top: 0 !important;
  overflow: hidden;
  color: var(--ucl-text);
  background: #fff;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

/* The desktop Invadex header is absolutely positioned and occupies 190px.
 * Keep custom inner-page heroes below it while preserving the theme's 80px
 * mobile header flow. */
@media (min-width: 1200px) {
  body.page-id-6970 #pxl-main,
  body.page-id-4903 #pxl-main,
  body.page-id-4076 #pxl-main,
  body.postid-10361 #pxl-main,
  body.page-id-4623 #pxl-main,
  body.page-id-5117 #pxl-main,
  body.page-id-20143 #pxl-main {
    padding-top: 190px !important;
  }
}

.ucl-home h1,


.ucl-home h2,


.ucl-home h3,


.ucl-home p,


.ucl-native .ucl-home h1,


.ucl-native .ucl-home h2,


.ucl-native .ucl-home h3,


.ucl-native .ucl-home p /* native-heading-specificity */{
  margin-top: 0;
}

.ucl-home a {
  text-decoration: none;
}

.ucl-shell {
  width: min(1520px, calc(100% - 80px));
  margin-inline: auto;
}

.ucl-kicker,
.ucl-eyebrow {
  margin-bottom: 20px;
  color: var(--ucl-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Elementor applies generic editor typography directly to widget wrappers.
 * Keep component defaults shared by frontend and canvas; per-element
 * Elementor rules can still override these class defaults when the user edits
 * the widget. */
.ucl-native .ucl-kicker,
.ucl-native .ucl-eyebrow {
  color: var(--ucl-orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7333;
  letter-spacing: .14em;
}

.ucl-kicker::before {
  display: inline-block;
  width: 26px;
  height: 2px;
  margin: 0 10px 3px 0;
  background: var(--ucl-orange);
  content: "";
}

.ucl-button {
  display: inline-flex; flex-direction: row;
  min-height: 52px;
  padding: 0 27px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ucl-button:hover,
.ucl-button:focus-visible {
  color: #fff;
  transform: none;
  box-shadow: 0 12px 24px rgb(20 18 30 / 18%);
}

.ucl-button--dark { background: var(--ucl-ink); }
.ucl-button--orange { background: var(--ucl-orange); }
.ucl-center { margin-top: 42px; text-align: center; }

.ucl-state-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}

.ucl-state-icon > img {
  grid-area: 1 / 1;
  opacity: 1;
  transition: opacity .2s ease;
}

.ucl-state-icon > img.is-highlight { opacity: 0; }

.ucl-service-card:hover .ucl-state-icon > img.is-default,
.ucl-service-card:focus-visible .ucl-state-icon > img.is-default,
.ucl-service-card.is-active .ucl-state-icon > img.is-default,
.ucl-intel-card:hover .ucl-state-icon > img.is-default,
.ucl-intel-card:focus-visible .ucl-state-icon > img.is-default,
.ucl-intel-card.is-active .ucl-state-icon > img.is-default,
.ucl-process__grid article:hover .ucl-state-icon > img.is-default,
.ucl-process__grid article:focus-visible .ucl-state-icon > img.is-default,
.ucl-china__services a:hover .ucl-state-icon > img.is-default,
.ucl-china__services a:focus-visible .ucl-state-icon > img.is-default,
.ucl-lh-advantages__cards article:hover .ucl-state-icon > img.is-default,
.ucl-lh-advantages__cards article:focus-visible .ucl-state-icon > img.is-default,
.ucl-lh-advantages__cards article.is-active .ucl-state-icon > img.is-default { opacity: 0; }

.ucl-service-card:hover .ucl-state-icon > img.is-highlight,
.ucl-service-card:focus-visible .ucl-state-icon > img.is-highlight,
.ucl-service-card.is-active .ucl-state-icon > img.is-highlight,
.ucl-intel-card:hover .ucl-state-icon > img.is-highlight,
.ucl-intel-card:focus-visible .ucl-state-icon > img.is-highlight,
.ucl-intel-card.is-active .ucl-state-icon > img.is-highlight,
.ucl-process__grid article:hover .ucl-state-icon > img.is-highlight,
.ucl-process__grid article:focus-visible .ucl-state-icon > img.is-highlight,
.ucl-china__services a:hover .ucl-state-icon > img.is-highlight,
.ucl-china__services a:focus-visible .ucl-state-icon > img.is-highlight,
.ucl-lh-advantages__cards article:hover .ucl-state-icon > img.is-highlight,
.ucl-lh-advantages__cards article:focus-visible .ucl-state-icon > img.is-highlight,
.ucl-lh-advantages__cards article.is-active .ucl-state-icon > img.is-highlight { opacity: 1; }

.ucl-hero {
  position: relative;
  display: grid;
  min-height: 930px;
  place-items: start center;
  background-color: #fbeee5;
}

.ucl-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(255 248 243 / 24%), transparent 65%);
  pointer-events: none;
  content: "";
}

.ucl-hero__content {
  position: relative;
  z-index: 1;
  padding-top: clamp(245px, 16vw, 320px);
  text-align: center;
}

.ucl-hero h1,


.ucl-native .ucl-hero h1 /* native-heading-specificity */{
  max-width: 1350px;
  margin: 0 auto 30px;
  color: #111;
  font-size: clamp(40px, 4.1vw, 78px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.18;
}

.ucl-hero__lead {
  color: #666;
  font-size: 17px;
  line-height: 2;
}
.ucl-native .ucl-hero__lead { color: #666; font-size: 17px; line-height: 2; }

.ucl-hero__meta {
  margin-bottom: 38px;
  color: #999;
  font-size: 13px;
  letter-spacing: .04em;
}
.ucl-native .ucl-hero__meta { color: #999; font-size: 13px; line-height: 1.7333; }

body.elementor-editor-active .ucl-native .ucl-hero .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-risk .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-intelligence .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-process .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-journal .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-china .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-contact-card .elementor-heading-title {
  color: #111 !important;
}
body.elementor-editor-active .ucl-native .ucl-services__heading .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-faq .elementor-heading-title {
  color: #fff !important;
}
body.elementor-editor-active .ucl-native .ucl-service-card .elementor-heading-title {
  color: var(--ucl-orange) !important;
}
body.elementor-editor-active .ucl-native .ucl-service-card:hover .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-service-card:focus-within .elementor-heading-title,
body.elementor-editor-active .ucl-native .ucl-service-card.is-active .elementor-heading-title {
  color: #fff !important;
}

.ucl-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 28px;
}

/* In the native Elementor tree the meta paragraph is a Text Editor widget,
 * so its original paragraph margin no longer separates the CTA row. Keep the
 * Lanhu spacing on the editable actions container itself. */
.ucl-native .ucl-hero__content > .ucl-hero__meta { margin-bottom: 0; }
.ucl-native .ucl-hero__content > .ucl-actions { margin-top: 38px; }

.ucl-actions .ucl-button {
  min-width: 190px;
  border-radius: 30px;
}

.ucl-native .ucl-actions > .ucl-button {
  flex: 0 0 auto;
  flex-direction: row;
}

/* Lanhu hero CTA: white circular arrow chip, with its arrow matching the
 * button color. The arrow remains a separate editable Elementor layer. */
.ucl-actions .ucl-button > span,
.ucl-native .ucl-actions .ucl-button > .ucl-native-span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  font-size: 15px;
  line-height: 1;
}

.ucl-actions .ucl-button--dark > span,
.ucl-native .ucl-actions .ucl-button--dark > .ucl-native-span { color: var(--ucl-ink); }
.ucl-actions .ucl-button--orange > span,
.ucl-native .ucl-actions .ucl-button--orange > .ucl-native-span { color: var(--ucl-orange); }

.ucl-native .ucl-actions .ucl-button > .ucl-native-span > .elementor-widget-container,
.ucl-native .ucl-actions .ucl-button > .ucl-native-span span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.ucl-native .ucl-tabs > .elementor-widget-button {
  position: relative;
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
  color: #777;
  cursor: pointer;
  font: inherit;
  line-height: 1.4;
  white-space: nowrap;
}

.ucl-native .ucl-tabs > .elementor-widget-button:hover,
.ucl-native .ucl-tabs > .elementor-widget-button:focus-within { color: var(--ucl-orange); }

.ucl-native .ucl-tabs > .elementor-widget-button.is-active { color: #111; font-weight: 700; }
.ucl-native .ucl-tabs > .elementor-widget-button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background: var(--ucl-orange);
  content: "";
}

.ucl-risk {
  position: relative;
  z-index: 2;
  padding: 90px 0 110px;
  background: #fff;
}

.ucl-risk__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr);
  gap: clamp(60px, 8vw, 150px);
  align-items: center;
}

.ucl-risk__copy { max-width: 760px; }
.ucl-risk h2,

.ucl-section-heading h2,

.ucl-china h2,

.ucl-faq h2,

.ucl-native .ucl-risk h2,

.ucl-native .ucl-section-heading h2,

.ucl-native .ucl-china h2,

.ucl-native .ucl-faq h2 /* native-heading-specificity */{
  color: #111;
  font-size: clamp(38px, 3.1vw, 60px);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.ucl-risk__copy > p:not(.ucl-kicker) {
  color: #676572;
  font-size: 16px;
  line-height: 1.9;
}

.ucl-mail {
  display: inline-flex; flex-direction: row;
  margin-top: 18px;
  align-items: center;
  gap: 12px;
  color: var(--ucl-text);
  font-weight: 600;
}

.ucl-mail span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--ucl-orange);
  color: #fff;
}

.ucl-contact-card {
  margin-top: -145px;
  padding: 44px 48px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(25 21 35 / 14%);
}

.ucl-contact-card h3,


.ucl-native .ucl-contact-card h3 /* native-heading-specificity */{
  margin-bottom: 6px;
  color: #111;
  font-size: 25px;
}

.ucl-contact-card > p { color: #7b7982; font-size: 14px; }
.ucl-contact-card .wpcf7-form > p { margin-bottom: 12px; }
.ucl-contact-card input:not([type="submit"]),
.ucl-contact-card select,
.ucl-contact-card textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #eee;
  border-radius: 0;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
}

.ucl-contact-card textarea { min-height: 110px; resize: vertical; }
body.elementor-editor-active .ucl-contact-card select.wpcf7-select { height: 48px !important; min-height: 48px !important; }
.ucl-contact-card input[type="submit"],
.ucl-contact-card button.wpcf7-submit {
  display: flex !important; flex-direction: row;
  width: 148px !important;
  min-width: 148px !important;
  min-height: 52px !important;
  margin: 28px auto 0 !important;
  padding: 0 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--ucl-ink) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.ucl-contact-card button.wpcf7-submit .btn-submit--arrow {
  display: none !important;
}

.ucl-services {
  position: relative;
  min-height: 780px;
  padding-top: 80px;
  background: var(--ucl-ink) url("../images/slice-1094.webp") center / cover no-repeat;
  color: #fff;
}

.ucl-services::before {
  position: absolute;
  inset: 0;
  background: rgb(10 8 20 / 57%);
  content: "";
}

.ucl-services__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 55px;
  text-align: center;
}

.ucl-services__heading h2,


.ucl-native .ucl-services__heading h2 /* native-heading-specificity */{
  color: #fff;
  font-size: 52px;
}

.ucl-services__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 540px;
}

.ucl-service-card {
  display: flex;
  min-width: 0;
  padding: 70px 48px 48px;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid rgb(255 255 255 / 20%);
  background: rgb(13 11 23 / 35%);
  text-align: center;
  cursor: pointer;
  outline: 0;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.ucl-service-card:hover,
.ucl-service-card:focus-visible,
.ucl-service-card.is-active {
  background: linear-gradient(135deg, rgb(243 127 48 / 96%), rgb(173 65 7 / 90%));
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 16%);
}
.ucl-service-card > .ucl-state-icon { width: 90px; height: 60px; margin-bottom: 51px; }
.ucl-service-card .ucl-state-icon img { width: auto; height: 60px; margin: 0; object-fit: contain; }
.ucl-service-card h3,

.ucl-native .ucl-service-card h3 /* native-heading-specificity */{ margin: 0; color: var(--ucl-orange); font-size: clamp(22px, 2vw, 36px); line-height: 1.25; }
.ucl-service-card > h3,
.ucl-native .ucl-service-card > .ucl-native-heading {
  margin-bottom: 39px !important;
  margin-block-end: 39px !important;
}
.ucl-service-card:hover h3,

.ucl-service-card:focus-visible h3,

.ucl-service-card.is-active h3,

.ucl-native .ucl-service-card:hover h3,

.ucl-native .ucl-service-card:focus-visible h3,

.ucl-native .ucl-service-card.is-active h3 /* native-heading-specificity */{ color: #fff; }
.ucl-service-card p,
.ucl-service-card li { color: rgb(255 255 255 / 84%); font-size: 14px; line-height: 1.8; }
.ucl-service-card > p,
.ucl-native .ucl-service-card > .ucl-native-p {
  margin: 0 0 18px !important;
  margin-block-end: 18px !important;
}
.ucl-service-card ul { margin: 12px 0 30px; padding-left: 18px; }
.ucl-service-card a { margin-top: auto; padding: 14px 22px; background: rgb(22 19 32 / 75%); color: #fff; font-size: 13px; font-weight: 700; }
.ucl-native .ucl-service-card .ucl-native-tag-ul,
.ucl-native .ucl-service-card .ucl-native-tag-li,
.ucl-native .ucl-service-card .ucl-native-tag-li > .elementor-widget-text-editor,
.ucl-native .ucl-service-card .ucl-native-tag-li > .elementor-widget-text-editor * {
  color: rgb(255 255 255 / 84%);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.8;
}
.ucl-native .ucl-service-card > .ucl-native-link {
  width: 170px;
  max-width: 170px;
  min-height: 52px;
  padding: 0 22px;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 0 0 52px;
}

/* Elementor inserts shape-divider, overlay and resize-control nodes as direct
 * children while editing. On native CSS Grid/Flex containers those helpers
 * otherwise become layout items and shift real content into later cells.
 * Keep every editor-only helper positioned over the container, matching the
 * frontend renderer used by all eight managed pages. */
body.elementor-editor-active .ucl-native .e-con > .elementor-element-overlay,
body.elementor-editor-active .ucl-native .e-con > .elementor-shape,
body.elementor-editor-active .ucl-native .e-con > .ui-resizable-handle {
  position: absolute !important;
  margin: 0 !important;
}
body.elementor-editor-active .ucl-native .e-con > .elementor-element-overlay,
body.elementor-editor-active .ucl-native .e-con > .elementor-shape {
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
body.elementor-editor-active .ucl-native .e-con > .elementor-shape-top { top: 0 !important; bottom: auto !important; }
body.elementor-editor-active .ucl-native .e-con > .elementor-shape-bottom { top: auto !important; bottom: 0 !important; }
body.elementor-editor-active .ucl-native .e-con > .elementor-shape { pointer-events: none; }
body.elementor-editor-active .ucl-native .e-con > .ui-resizable-e { top: 0 !important; right: 0 !important; bottom: 0 !important; left: auto !important; }
.ucl-service-card:hover a,
.ucl-service-card:focus-visible a,
.ucl-service-card.is-active a { background: #ff7b2b; }

.ucl-intelligence,
.ucl-process,
.ucl-journal {
  padding: 110px 0;
}

.ucl-section-heading {
  max-width: 980px;
  margin: 0 auto 55px;
  text-align: center;
}

.ucl-section-heading > p:last-child {
  color: var(--ucl-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ucl-tabs {
  display: flex; flex-direction: row;
  margin-bottom: 35px;
  padding-bottom: 18px;
  justify-content: center;
  gap: clamp(26px, 4.5vw, 80px);
  border-bottom: 1px solid var(--ucl-line);
  color: #777;
  font-size: 15px;
}

.ucl-tabs button {
  appearance: none !important;
  position: relative;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #777 !important;
  cursor: pointer;
  font: inherit;
  line-height: 1.4 !important;
  white-space: nowrap;
}
.ucl-tabs button:hover,
.ucl-tabs button:focus-visible {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ucl-orange) !important;
  outline: 0;
}
.ucl-tabs button::before { display: none !important; content: none !important; }
.ucl-tabs .is-active { color: #111 !important; font-weight: 700; }
.ucl-tabs .is-active::after {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background: var(--ucl-orange);
  content: "";
}

.ucl-intelligence__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  transition: max-width .25s ease;
}

.ucl-intelligence__cards[data-visible-count="1"] { max-width: 560px; margin-inline: auto; grid-template-columns: 1fr; }
.ucl-intelligence__cards[data-visible-count="2"] { max-width: 1120px; margin-inline: auto; grid-template-columns: repeat(2, 1fr); }

.ucl-intel-card {
  min-height: 365px;
  padding: 35px 38px;
  border-radius: 8px;
  background: #f6f6f6;
  cursor: pointer;
  outline: 0;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease;
}

.ucl-intel-card:hover,
.ucl-intel-card:focus-visible,
.ucl-intel-card.is-active {
  position: relative;
  background: linear-gradient(rgb(8 12 24 / 42%), rgb(8 12 24 / 75%)), url("../images/slice-1120.png") center / cover no-repeat;
  color: #fff;
  transform: none;
  box-shadow: 0 18px 40px rgb(25 21 35 / 18%);
}

.ucl-intel-card[hidden] { display: none !important; }

.ucl-intel-card__top { display: flex; flex-direction: row; min-height: 78px; align-items: center; justify-content: space-between; }
.ucl-intel-card__top > .ucl-state-icon { width: 82px; height: 78px; }
.ucl-intel-card__top .ucl-state-icon img { width: auto; max-width: 82px; height: auto; max-height: 78px; margin: 0; object-fit: contain; }
.ucl-intel-card__top strong { color: #777; font-size: 21px; }
.ucl-intel-card:hover .ucl-intel-card__top strong,
.ucl-intel-card:focus-visible .ucl-intel-card__top strong,
.ucl-intel-card.is-active .ucl-intel-card__top strong { color: #fff; }
.ucl-intel-card h3,

.ucl-native .ucl-intel-card h3 /* native-heading-specificity */{ display: flex; flex-direction: row; margin: 22px 0; align-items: center; justify-content: space-between; color: #111; font-size: 21px; }
.ucl-intel-card:hover h3,

.ucl-intel-card:focus-visible h3,

.ucl-intel-card.is-active h3,

.ucl-native .ucl-intel-card:hover h3,

.ucl-native .ucl-intel-card:focus-visible h3,

.ucl-native .ucl-intel-card.is-active h3 /* native-heading-specificity */{ color: #fff; }
.ucl-intel-card h3 em,

.ucl-native .ucl-intel-card h3 em /* native-heading-specificity */{ padding: 4px 9px; border-radius: 4px; background: #f7eae1; color: var(--ucl-orange); font-size: 12px; font-style: normal; }
.ucl-intel-card p { min-height: 82px; color: #696772; font-size: 14px; line-height: 1.8; }
.ucl-intel-card:hover p,
.ucl-intel-card:focus-visible p,
.ucl-intel-card.is-active p { color: rgb(255 255 255 / 86%); }
.ucl-intel-card:hover time,
.ucl-intel-card:focus-visible time,
.ucl-intel-card.is-active time { color: rgb(255 255 255 / 72%); }
.ucl-intel-card time { color: #999; font-size: 13px; }
.ucl-intelligence .ucl-center { margin-top: 76px; }

.ucl-process { padding-top: 80px; background: #fbfbfb; }
.ucl-process__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 338px));
  justify-content: space-between;
  gap: 24px;
}
.ucl-process__grid article {
  display: flex;
  width: 100%;
  min-height: 436px;
  padding: 72px 24px 29px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 38px rgb(0 0 0 / 7%);
  text-align: center;
  cursor: default;
  outline: 0;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.ucl-process__grid article:hover,
.ucl-process__grid article:focus-visible {
  background: var(--ucl-orange);
  color: #fff;
  transform: none;
  box-shadow: 0 8px 38px rgb(0 0 0 / 7%);
}
.ucl-process__grid article > .ucl-state-icon { width: 78px; height: 64px; }
.ucl-process__grid .ucl-state-icon img { width: auto; max-width: 78px; height: auto; max-height: 64px; margin: 0 auto; object-fit: contain; }
.ucl-native .ucl-process__grid .ucl-state-icon > .elementor-widget-image > .elementor-widget-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ucl-native .ucl-process__grid article:nth-child(1) .ucl-state-icon img { width: 52px; height: 63px; }
.ucl-native .ucl-process__grid article:nth-child(2) .ucl-state-icon img { width: 76px; height: 63px; }
.ucl-native .ucl-process__grid article:nth-child(3) .ucl-state-icon img { width: 62px; height: 64px; }
.ucl-native .ucl-process__grid article:nth-child(4) .ucl-state-icon img { width: 71px; height: 64px; }
.ucl-process__grid article > span:not(.ucl-state-icon),
.ucl-native .ucl-process__grid article > .ucl-native-span:not(.ucl-state-icon) { display: none !important; }
.ucl-process__grid h3,

.ucl-native .ucl-process__grid h3 /* native-heading-specificity */{
  margin: 28px 0 0;
  color: #111;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.ucl-process__grid p {
  display: flex;
  max-width: 240px;
  min-height: 70px;
  margin: 22px auto 0;
  align-items: flex-start;
  justify-content: center;
  color: #75737c;
  font-size: 16px;
  line-height: 2.18;
}
.ucl-process__grid article:hover h3,

.ucl-process__grid article:hover p,

.ucl-process__grid article:hover span,

.ucl-process__grid article:focus-visible h3,

.ucl-process__grid article:focus-visible p,

.ucl-process__grid article:focus-visible span,

.ucl-native .ucl-process__grid article:hover h3,

.ucl-native .ucl-process__grid article:hover p,

.ucl-native .ucl-process__grid article:hover span,

.ucl-native .ucl-process__grid article:focus-visible h3,

.ucl-native .ucl-process__grid article:focus-visible p,

.ucl-native .ucl-process__grid article:focus-visible span /* native-heading-specificity */{ color: #fff; }
.ucl-stats { display: grid; margin-top: 65px; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.ucl-stats div { text-align: center; }
.ucl-stats strong { display: block; color: #aaa; font-size: 54px; line-height: 1; }
.ucl-stats sup { margin-left: 3px; color: #bbb; font-size: 15px; }
.ucl-stats span { display: block; margin-top: 10px; color: #777; font-size: 13px; }

/* Native Elementor converts <strong>40<sup>+</sup></strong> into an editable
 * flex container with two Text Editor widgets. Restore the Lanhu number scale
 * and keep the unit on the same line. */
.ucl-native .ucl-stats > .ucl-native-container { align-items: center; }
.ucl-native .ucl-stats .ucl-native-tag-strong {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  color: #aaa;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}
.ucl-native .ucl-stats .ucl-native-tag-strong > .elementor-widget-text-editor {
  width: auto;
  flex: 0 0 auto;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.ucl-native .ucl-stats .ucl-native-tag-strong > .elementor-widget-text-editor * {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.ucl-native .ucl-stats .ucl-native-tag-strong > .ucl-native-sup,
.ucl-native .ucl-stats .ucl-native-tag-strong > .ucl-native-tag-sup {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  flex-direction: row;
  margin: 3px 0 0;
  color: #bbb;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.ucl-native .ucl-stats .ucl-native-tag-strong > .ucl-native-sup *,
.ucl-native .ucl-stats .ucl-native-tag-strong > .ucl-native-tag-sup * {
  width: auto;
  margin: 0;
  color: #bbb;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.ucl-native .ucl-stats > .ucl-native-container > .ucl-native-span {
  margin-top: 16px;
  color: #777;
  font-size: 15px;
  line-height: 1.45;
}
.ucl-native .ucl-stats > .ucl-native-container > .ucl-native-span,
.ucl-native .ucl-stats > .ucl-native-container > .ucl-native-span * { color: #777; font: inherit; line-height: inherit; }
.ucl-native .ucl-stats > .ucl-native-container > .ucl-native-span * { margin: 0; }

.ucl-china { padding: 100px 0; background: #fff; }
.ucl-china__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.ucl-china__visual { min-height: 590px; background: url("../images/slice-1177.png") center / cover no-repeat; }
.ucl-china__services { display: grid; margin: 47px 0 40px; grid-template-columns: 1fr 1fr; gap: 50px 34px; }
.ucl-china__services a { display: grid; min-height: 139px; padding: 21px 28px; grid-template-columns: 89px 1fr; grid-template-rows: auto auto; column-gap: 26px; row-gap: 17px; align-items: center; border-radius: 5px; color: #111; }
.ucl-china__services .ucl-state-icon { width: 89px; height: 89px; grid-row: 1 / 3; border-radius: 50%; background: transparent; transition: background .2s ease; }
.ucl-china__services .ucl-state-icon img { width: 89px; height: 89px; margin: 0; object-fit: contain; }
.ucl-china__services a:hover .ucl-state-icon,
.ucl-china__services a:focus-visible .ucl-state-icon { background: var(--ucl-orange); }
.ucl-china__services strong { align-self: end; font-size: 17px; font-weight: 700; line-height: 1.4; }
.ucl-native .ucl-china__services .ucl-native-strong,
.ucl-native .ucl-china__services .ucl-native-strong strong { font-weight: 700; }
.ucl-china__services small { align-self: start; color: #929099; line-height: 1.55; }

.ucl-journal { background: #fbfbfb; }
.ucl-journal__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 475px));
  justify-content: space-between;
  gap: 46px;
}
.ucl-journal__grid article {
  min-height: 535px;
  background: #fff;
  box-shadow: 0 8px 38px rgb(0 0 0 / 7%);
  cursor: pointer;
  outline: 0;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.ucl-journal__grid article:hover,
.ucl-journal__grid article:focus-visible {
  background: var(--ucl-orange);
  transform: none;
  box-shadow: 0 8px 38px rgb(0 0 0 / 18%);
}
.ucl-journal__grid img { width: 100%; height: 277px; object-fit: cover; }
.ucl-journal__grid article > div { padding: 36px 44px 58px; }
.ucl-journal__grid article > div:not(.elementor-widget-image) {
  display: flex;
  min-height: 258px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
}
.ucl-native .ucl-journal__grid article > .elementor-widget-image {
  width: 100%;
  max-width: none;
  padding: 0;
  align-self: stretch;
}
.ucl-native .ucl-journal__grid article > .elementor-widget-image > .elementor-widget-container,
.ucl-native .ucl-journal__grid article > .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 277px;
  object-fit: cover;
}
.ucl-journal__grid h3,

.ucl-native .ucl-journal__grid h3 /* native-heading-specificity */{
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
}
.ucl-journal__grid p { margin: 28px 0 0; color: #666; font-size: 16px; line-height: 1.625; }
.ucl-journal__grid a {
  display: inline-flex !important;
  width: auto !important;
  height: 15px !important;
  min-height: 0 !important;
  max-height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: flex-start !important;
  justify-content: flex-start !important;
  color: #666 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px !important;
  letter-spacing: 0;
  text-align: left !important;
}
.ucl-native .ucl-journal__grid article > div > .elementor-widget-button,
.ucl-native .ucl-journal__grid article > div > .elementor-widget-button > .elementor-widget-container {
  width: auto !important;
  max-width: none !important;
  align-self: flex-start !important;
  text-align: left !important;
}
.ucl-native .ucl-journal__grid article > div > .elementor-widget-button {
  height: 15px !important;
  min-height: 0 !important;
  margin-top: auto !important;
}
.ucl-native .ucl-journal__grid article > div > .elementor-widget-button > .elementor-widget-container,
.ucl-native .ucl-journal__grid article > div > .elementor-widget-button .elementor-button-content-wrapper {
  height: 15px !important;
  min-height: 0 !important;
  align-items: center;
}
.ucl-journal__grid article:hover h3,

.ucl-journal__grid article:hover p,

.ucl-journal__grid article:hover a,

.ucl-journal__grid article:focus-visible h3,

.ucl-journal__grid article:focus-visible p,

.ucl-journal__grid article:focus-visible a,

.ucl-native .ucl-journal__grid article:hover h3,

.ucl-native .ucl-journal__grid article:hover p,

.ucl-native .ucl-journal__grid article:hover a,

.ucl-native .ucl-journal__grid article:focus-visible h3,

.ucl-native .ucl-journal__grid article:focus-visible p,

.ucl-native .ucl-journal__grid article:focus-visible a /* native-heading-specificity */{ color: #fff !important; }

/* The theme decorates CF7 selects with a second green-highlight control and
 * absolutely hides the real field. The Lanhu forms use the browser's normal
 * select: one neutral field, one native arrow, and no duplicate option rail. */
.ucl-home .wpcf7 .pxl-select {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}
.ucl-home .wpcf7 .pxl-select::before,
.ucl-home .wpcf7 .pxl-select::after,
.ucl-home .wpcf7 .pxl-select-higthlight,
.ucl-home .wpcf7 .pxl-select-options {
  display: none !important;
  content: none !important;
}
.ucl-home .wpcf7 select.pxl-select-hidden,
.ucl-home .wpcf7 select.wpcf7-select {
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  position: static !important;
  z-index: auto !important;
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  border: 1px solid #e6e6e6 !important;
  outline: 0 !important;
  background-color: #f8f8f8 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #666 !important;
}
.ucl-home .wpcf7 select.pxl-select-hidden:hover,
.ucl-home .wpcf7 select.pxl-select-hidden:focus,
.ucl-home .wpcf7 select.wpcf7-select:hover,
.ucl-home .wpcf7 select.wpcf7-select:focus {
  border-color: #b9b9b9 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1560px) and (min-width: 1201px) {
  .ucl-process__grid,
  .ucl-journal__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ucl-journal__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .ucl-native .ucl-process__grid h3 {
    font-size: clamp(22px, 1.85vw, 28px);
    white-space: normal;
  }
  .ucl-native .ucl-journal__grid h3 { font-size: clamp(22px, 1.8vw, 27px); }
}

.ucl-faq { display: grid; grid-template-columns: 1fr 1fr; background: var(--ucl-ink); color: #fff; }
.ucl-faq__copy { display: flex; flex-direction: row; min-height: 720px; padding: 80px 8vw; align-items: center; background: url("../images/slice-1192.png") center / cover no-repeat; }
.ucl-faq__inner { max-width: 680px; margin-left: auto; }
.ucl-faq h2,

.ucl-native .ucl-faq h2 /* native-heading-specificity */{ color: #fff; }
.ucl-faq__inner > p { color: rgb(255 255 255 / 65%); }
.ucl-native .ucl-faq__inner > .ucl-native-p:not(.ucl-kicker),
.ucl-native .ucl-faq__inner > .ucl-native-p:not(.ucl-kicker) * {
  color: #fff;
}
.ucl-faq__image { position: relative; display: grid; min-height: 720px; overflow: hidden; place-items: center; background: #111; color: #fff; }
.ucl-faq__image > .ucl-faq__poster,
.ucl-native .ucl-faq__image > .elementor-widget-image.ucl-faq__poster { position: absolute; inset: 0; display: block; width: 100%; max-width: none; height: 100%; }
.ucl-faq__image > .ucl-faq__poster,
.ucl-native .ucl-faq__image > .elementor-widget-image.ucl-faq__poster img { width: 100%; height: 100%; object-fit: cover; }
.ucl-native .ucl-faq__image > .elementor-widget-image.ucl-faq__poster > .elementor-widget-container { width: 100%; height: 100%; }
.ucl-faq__play {
  position: relative;
  z-index: 2;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 82%);
  border-radius: 50%;
  background: rgb(17 15 26 / 64%);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-indent: 4px;
  transition: background-color .2s ease, transform .2s ease;
}
.ucl-faq__image:hover .ucl-faq__play,
.ucl-faq__image:focus-visible .ucl-faq__play { background: var(--ucl-orange); transform: scale(1.06); }
.ucl-native .ucl-faq__image > .ucl-faq__play { width: 110px; height: 110px; flex: 0 0 110px; }
.ucl-native .ucl-faq__image > .ucl-faq__play,
.ucl-native .ucl-faq__image > .ucl-faq__play * { color: #fff; font: inherit; line-height: 1; }
.ucl-faq__items { margin: 35px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.ucl-faq details { border-bottom: 1px solid rgb(255 255 255 / 14%); }
.ucl-faq summary { position: relative; padding: 20px 40px 20px 0; cursor: pointer; color: #fff; font-size: 15px; font-weight: 600; list-style: none; }
.ucl-faq summary::-webkit-details-marker { display: none; }
.ucl-faq summary::after { position: absolute; top: 20px; right: 4px; color: var(--ucl-orange); content: "+"; }
.ucl-faq details[open] summary::after { content: "−"; }
.ucl-faq details p { padding-right: 25px; color: rgb(255 255 255 / 62%); font-size: 14px; line-height: 1.8; }

/* The currently migrated homepage inherited the FAQ inside the preceding
 * journal shell from a missing source closing tag. Expand that existing,
 * still-editable Elementor section to full viewport width and restore the
 * designed breathing room without regenerating page data. */
.ucl-native .ucl-journal > .ucl-shell > .ucl-faq {
  width: 100vw;
  max-width: none;
  margin-top: 110px;
  margin-left: calc(50% - 50vw);
  flex: 0 0 auto;
}
.ucl-native .ucl-journal:has(> .ucl-shell > .ucl-faq) { padding-bottom: 0; }

@media (max-width: 1200px) {
  .ucl-shell { width: min(100% - 48px, 1100px); }
  .ucl-services__grid { grid-template-columns: repeat(2, 1fr); }
  .ucl-service-card { min-height: 480px; }
  .ucl-risk__grid { gap: 55px; }
  .ucl-contact-card { margin-top: -100px; }
  .ucl-process__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .ucl-hero { min-height: 790px; background-position: 58% bottom; }
  .ucl-hero__lead br { display: none; }
  .ucl-risk__grid,
  .ucl-china__grid,
  .ucl-faq { grid-template-columns: 1fr; }
  .ucl-contact-card { margin-top: 0; }
  .ucl-intelligence__cards,
  .ucl-journal__grid { grid-template-columns: 1fr; }
  .ucl-tabs { padding-bottom: 15px; justify-content: flex-start; overflow-x: auto; }
  .ucl-tabs .is-active::after { bottom: -18px; }
  .ucl-china__visual { min-height: 480px; }
  .ucl-faq__copy { min-height: auto; padding: 80px 40px; }
  .ucl-faq__inner { margin: 0; }
  .ucl-faq__image { min-height: 520px; }
}

@media (max-width: 640px) {
  .ucl-shell { width: calc(100% - 36px); }
  .ucl-hero { min-height: 690px; background-size: auto 100%; }
  .ucl-hero__content { padding-top: 145px; }
  .ucl-hero h1,

  .ucl-native .ucl-hero h1 /* native-heading-specificity */{ font-size: 38px; }
  .ucl-hero__lead { font-size: 15px; line-height: 1.8; }
  .ucl-actions,
  .ucl-native .ucl-actions { flex-direction: column; align-items: center; gap: 12px; }
  .ucl-native .ucl-hero__content > .ucl-actions { margin-top: 24px; }
  .ucl-actions .ucl-button { width: 210px; }
  .ucl-risk,
  .ucl-intelligence,
  .ucl-process,
  .ucl-journal,
  .ucl-china { padding: 75px 0; }
  .ucl-risk h2,

  .ucl-section-heading h2,

  .ucl-china h2,

  .ucl-faq h2,

  .ucl-native .ucl-risk h2,

  .ucl-native .ucl-section-heading h2,

  .ucl-native .ucl-china h2,

  .ucl-native .ucl-faq h2 /* native-heading-specificity */{ font-size: 36px; }
  .ucl-contact-card { padding: 34px 24px; }
  .ucl-services { padding-top: 65px; }
  .ucl-services__grid,
  .ucl-process__grid,
  .ucl-stats,
  .ucl-china__services { grid-template-columns: 1fr; }
  .ucl-service-card { min-height: 420px; padding: 55px 32px 35px; }
  .ucl-stats { grid-template-columns: 1fr 1fr; }
  .ucl-native .ucl-stats .ucl-native-tag-strong { font-size: 44px; }
  .ucl-native .ucl-stats > .ucl-native-container > .ucl-native-span { font-size: 14px; }
  .ucl-china__visual { min-height: 420px; }
  .ucl-journal__grid img { height: 220px; }
  .ucl-faq__copy { padding: 70px 24px; }
  .ucl-faq__image { min-height: 390px; }
  .ucl-native .ucl-journal > .ucl-shell > .ucl-faq { margin-top: 75px; }
}

@media (prefers-reduced-motion: reduce) {
  .ucl-home *,
  .ucl-home *::before,
  .ucl-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
/* The homepage header's first two contact links are intentionally removed.
 * Keep the logo, email contact and the complete navigation row unchanged. */
#pxl-header-elementor .elementor-element-9677a24 .pxl-link > .pxl-item--link:nth-child(-n + 2) {
  display: none !important;
}

/* Client batch 2026-07-28: hover-only highlights. The original 2.8.1
 * section heights, grid dimensions, header and footer columns stay intact. */
.ucl-native .ucl-service-card .ucl-state-icon > .is-default { opacity: 0 !important; }
.ucl-native .ucl-service-card .ucl-state-icon > .is-highlight { opacity: 1 !important; }

.ucl-service-card:hover,
.ucl-service-card:focus-within {
  background: linear-gradient(
    180deg,
    rgb(243 127 48 / 3%) 0%,
    rgb(243 127 48 / 22%) 38%,
    rgb(232 105 25 / 68%) 70%,
    rgb(169 62 5 / 94%) 100%
  );
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 16%);
}

.ucl-native .ucl-service-card:hover .ucl-state-icon > .is-default,
.ucl-native .ucl-service-card:focus-within .ucl-state-icon > .is-default { opacity: 1 !important; }
.ucl-native .ucl-service-card:hover .ucl-state-icon > .is-highlight,
.ucl-native .ucl-service-card:focus-within .ucl-state-icon > .is-highlight { opacity: 0 !important; }

.ucl-china__services a:hover,
.ucl-china__services a:focus-visible,
.ucl-china__services a:focus-within {
  background: var(--ucl-orange);
  color: #fff;
}

.ucl-china__services a:hover strong,
.ucl-china__services a:focus-visible strong,
.ucl-china__services a:focus-within strong {
  color: #fff;
  font-weight: 800;
}

.ucl-china__services a:hover small,
.ucl-china__services a:focus-visible small,
.ucl-china__services a:focus-within small {
  color: #fff;
}

.ucl-china__services a:hover .ucl-state-icon,
.ucl-china__services a:focus-visible .ucl-state-icon,
.ucl-china__services a:focus-within .ucl-state-icon {
  background: transparent;
}

/* The legal copy remains in its existing native Elementor widget. Only the
 * two legal paragraphs become full-width bands; no other footer widget is
 * selected or repositioned. */
#pxl-footer-elementor .ucl-legal-footer__notice,
#pxl-footer-elementor .ucl-legal-footer__copyright {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  text-align: center;
}

#pxl-footer-elementor .ucl-legal-footer__notice::before,
#pxl-footer-elementor .ucl-legal-footer__copyright::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--ucl-legal-band-background);
  content: "";
  pointer-events: none;
}

#pxl-footer-elementor .ucl-legal-footer__notice {
  --ucl-legal-band-background: #191724;
  min-height: 88px;
  padding: 18px 24px;
  background: transparent;
  color: rgba(255, 255, 255, .42);
  font-size: 14px;
  line-height: 1.7;
}

#pxl-footer-elementor .ucl-legal-footer__copyright {
  --ucl-legal-band-background: #08070d;
  min-height: 62px;
  padding: 14px 24px;
  background: transparent;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #pxl-footer-elementor .ucl-legal-footer__notice {
    min-height: 0;
    padding: 20px 10px;
    font-size: 12px;
  }

  #pxl-footer-elementor .ucl-legal-footer__copyright {
    min-height: 58px;
    padding-inline: 12px;
    font-size: 12px;
  }
}

/* Client batch 2026-07-28 (items 1-3, follow-up): Elementor keeps the
 * component class on both the text widget and its semantic paragraph. The
 * wrapper must stay visually neutral so every section renders one Lanhu pill
 * instead of two offset decorative rules. */
.ucl-native .elementor-widget.ucl-kicker {
  display: block;
  width: 100%;
  margin: 0 0 32px !important;
  margin-block-end: 32px !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.ucl-native .elementor-widget.ucl-kicker::before {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  content: none;
}

.ucl-native .ucl-kicker:not(.elementor-widget) {
  display: inline-flex;
  width: max-content;
  min-height: 28px;
  margin: 0 0 32px;
  padding: 6px 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fbf5f1;
  color: var(--ucl-orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ucl-native .ucl-faq .elementor-widget.ucl-kicker {
  margin-bottom: 44px !important;
  margin-block-end: 44px !important;
}

.ucl-faq .ucl-kicker:not(.elementor-widget) {
  margin-bottom: 44px;
}

.ucl-native .elementor-widget.ucl-kicker > .ucl-kicker {
  margin-bottom: 0;
}

.ucl-native .ucl-kicker:not(.elementor-widget)::before {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  content: none;
}

.ucl-services__heading .ucl-kicker:not(.elementor-widget),
.ucl-faq .ucl-kicker:not(.elementor-widget) {
  background: rgb(11 8 21 / 78%);
}

/* Let the existing 540px service track absorb the remaining section space.
 * The 780px section height is unchanged, while the cards now meet its bottom
 * edge at every desktop width. */
@media (min-width: 1201px) {
  .ucl-services__grid {
    flex: 0 0 auto !important;
    min-height: 540px;
    grid-auto-rows: minmax(540px, auto);
  }
}

@media (max-width: 1200px) {
  .ucl-services__grid {
    flex: 0 0 auto !important;
    height: auto !important;
    grid-auto-rows: minmax(480px, auto);
  }
}

/* Service cards must size the section, especially after the longer English
 * translation is applied. Keeping the rail content-sized prevents a card
 * from escaping the former fixed 540px desktop track. */
.ucl-services {
  height: auto;
  min-height: 780px;
}

.ucl-services__grid {
  height: auto !important;
  align-items: stretch;
}

.ucl-service-card {
  height: auto;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .ucl-services__grid {
    grid-auto-rows: minmax(420px, auto);
  }
}

/* Elementor adds 45px above and below the legal widget. Keep the designed
 * upper breathing room, but remove only the trailing space after copyright. */
#pxl-footer-elementor .ucl-legal-footer > .elementor-widget-container {
  padding-bottom: 0 !important;
}

/* Client batch 2026-08-19: move the hero CTAs clear of the portraits. */
.ucl-native .ucl-hero__content > .ucl-actions {
  margin-top: 14px;
}

/* Hide the four client-marked homepage modules only on phone layouts. */
@media (max-width: 767px) {
  .ucl-native .ucl-hero__content > .ucl-actions {
    margin-top: 0;
  }

  .ucl-home .ucl-risk,
  .ucl-home .ucl-intelligence,
  .ucl-home .ucl-stats,
  .ucl-home .ucl-china {
    display: none !important;
  }
}

/* Client batch 2026-08-19: move the hero CTAs clear of the portraits. */
.ucl-native .ucl-hero__content > .ucl-actions {
  margin-top: 14px;
}

/* Hide the four client-marked homepage modules only on phone layouts. */
@media (max-width: 767px) {
  .ucl-native .ucl-hero__content > .ucl-actions {
    margin-top: 0;
  }

  .ucl-home .ucl-risk,
  .ucl-home .ucl-intelligence,
  .ucl-home .ucl-stats,
  .ucl-home .ucl-china {
    display: none !important;
  }
}

/* Client batch 2026-08-19: move the hero CTAs clear of the portraits. */
.ucl-native .ucl-hero__content > .ucl-actions {
  margin-top: 14px;
}

/* Hide the four client-marked homepage modules only on phone layouts. */
@media (max-width: 767px) {
  .ucl-native .ucl-hero__content > .ucl-actions {
    margin-top: 0;
  }

  .ucl-home .ucl-risk,
  .ucl-home .ucl-intelligence,
  .ucl-home .ucl-stats,
  .ucl-home .ucl-china {
    display: none !important;
  }
}

/* Client follow-up 2026-08-19: preserve the form and lift the mobile hero group. */
@media (max-width: 767px) {
  .ucl-home .ucl-risk {
    display: flex !important;
  }

  .ucl-home .ucl-risk__copy {
    display: none !important;
  }

  .ucl-hero__content {
    padding-top: 105px;
  }
}

/* Client follow-up 2026-08-19: clear the mobile portraits. */
@media (max-width: 767px) {
  .ucl-hero__content {
    padding-top: 50px;
  }
}

/* Client follow-up 2026-08-19: clear the desktop portraits. */
@media (min-width: 768px) {
  .ucl-hero__content {
    transform: translateY(-40px);
  }
}

/* Native Elementor media controls: service cards and hosted video. */
.ucl-native .ucl-process__grid article > .ucl-native-container.ucl-process__more{display:flex!important;position:relative;width:100%;min-height:56px;margin-top:auto;padding-top:27px;align-items:center;justify-content:flex-start;border-top:1px solid #e3e3e3;color:#000}.ucl-native .ucl-process__more>.ucl-process__more-label{width:auto!important;color:inherit;font-size:12px;font-weight:600;line-height:1;letter-spacing:.08em}.ucl-native .ucl-process__more-label p{margin:0;color:inherit}.ucl-native .ucl-process__more>.ucl-process__arrow{position:absolute;right:27px;top:27px;width:46px!important;height:27px!important}.ucl-native .ucl-process__arrow img{width:46px!important;height:27px!important;object-fit:contain}.ucl-native .ucl-process__arrow--hover{opacity:0}.ucl-process__grid article:hover .ucl-process__more,.ucl-process__grid article:focus-visible .ucl-process__more{border-top-color:#fb947c;color:#fff}.ucl-process__grid article:hover .ucl-process__arrow--normal,.ucl-process__grid article:focus-visible .ucl-process__arrow--normal{opacity:0}.ucl-process__grid article:hover .ucl-process__arrow--hover,.ucl-process__grid article:focus-visible .ucl-process__arrow--hover{opacity:1}.ucl-native .elementor-widget-video.ucl-faq__image{display:block;min-height:720px}.ucl-native .elementor-widget-video.ucl-faq__image>.elementor-widget-container,.ucl-native .elementor-widget-video.ucl-faq__image .elementor-wrapper{width:100%;height:100%;min-height:720px}.ucl-native .elementor-widget-video.ucl-faq__image video,.ucl-native .elementor-widget-video.ucl-faq__image iframe{width:100%;height:100%;min-height:720px;object-fit:cover}.ucl-native .elementor-widget-video.ucl-faq__image .elementor-custom-embed-image-overlay{min-height:720px;background-size:cover;background-position:center}
/* Native Elementor media controls: service cards and hosted video. */
.ucl-native .ucl-process__grid article > .ucl-native-container.ucl-process__more{display:flex!important;position:relative;width:100%;min-height:56px;margin-top:auto;padding-top:27px;align-items:center;justify-content:flex-start;border-top:1px solid #e3e3e3;color:#000}.ucl-native .ucl-process__more>.ucl-process__more-label{width:auto!important;color:inherit;font-size:12px;font-weight:600;line-height:1;letter-spacing:.08em}.ucl-native .ucl-process__more-label p{margin:0;color:inherit}.ucl-native .ucl-process__more>.ucl-process__arrow{position:absolute;right:27px;top:27px;width:46px!important;height:27px!important}.ucl-native .ucl-process__arrow img{width:46px!important;height:27px!important;object-fit:contain}.ucl-native .ucl-process__arrow--hover{opacity:0}.ucl-process__grid article:hover .ucl-process__more,.ucl-process__grid article:focus-visible .ucl-process__more{border-top-color:#fb947c;color:#fff}.ucl-process__grid article:hover .ucl-process__arrow--normal,.ucl-process__grid article:focus-visible .ucl-process__arrow--normal{opacity:0}.ucl-process__grid article:hover .ucl-process__arrow--hover,.ucl-process__grid article:focus-visible .ucl-process__arrow--hover{opacity:1}.ucl-native .elementor-widget-video.ucl-faq__image{display:block;min-height:720px}.ucl-native .elementor-widget-video.ucl-faq__image>.elementor-widget-container,.ucl-native .elementor-widget-video.ucl-faq__image .elementor-wrapper{width:100%;height:100%;min-height:720px}.ucl-native .elementor-widget-video.ucl-faq__image video,.ucl-native .elementor-widget-video.ucl-faq__image iframe{width:100%;height:100%;min-height:720px;object-fit:cover}.ucl-native .elementor-widget-video.ucl-faq__image .elementor-custom-embed-image-overlay{min-height:720px;background-size:cover;background-position:center}