:root {
  --xlq-ink: #0a1d2d;
  --xlq-ink-2: #123047;
  --xlq-blue: #08749a;
  --xlq-blue-dark: #055b7b;
  --xlq-cyan: #21a7a0;
  --xlq-accent: #f0a43b;
  --xlq-paper: #ffffff;
  --xlq-mist: #f3f7f9;
  --xlq-page-bg: #e4ebed;
  --xlq-page-warm: #f3eee5;
  --xlq-page-cool: #dbe7eb;
  --xlq-line: #dfe8ed;
  --xlq-muted: #60717f;
  --xlq-shadow: 0 22px 60px rgba(10, 29, 45, .10);
  --xlq-shadow-soft: 0 16px 44px rgba(10, 29, 45, .075);
  --xlq-shadow-frame: 0 0 0 5px rgba(255, 255, 255, .68), 0 22px 58px rgba(10, 29, 45, .13);
  --xlq-surface: rgba(255, 255, 255, .84);
  --xlq-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--xlq-ink);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  background: var(--xlq-page-bg);
  -webkit-font-smoothing: antialiased;
}

body,
.body-inner {
  overflow-x: hidden;
}

a {
  color: inherit;
  transition: color .25s ease, opacity .25s ease, transform .25s ease, background-color .25s ease, border-color .25s ease;
}

a:hover {
  color: var(--xlq-blue);
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1240px;
}

.btn {
  min-height: 48px;
  padding: 12px 24px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(10, 29, 45, .07), inset 0 1px rgba(255, 255, 255, .32);
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background-color .25s ease, border-color .25s ease;
}

.btn::before {
  position: absolute;
  z-index: -1;
  inset: 1px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: inherit;
  pointer-events: none;
}

.btn i {
  transition: transform .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:hover i {
  transform: translateX(3px);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  border-color: rgba(8, 116, 154, .72);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 58%, #15959b);
  box-shadow: 0 13px 28px rgba(8, 116, 154, .22), inset 0 1px rgba(255, 255, 255, .28);
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  border-color: var(--xlq-blue-dark);
  background: linear-gradient(135deg, #044d69, var(--xlq-blue-dark) 52%, #0d7f88);
  box-shadow: 0 18px 34px rgba(8, 116, 154, .28), inset 0 1px rgba(255, 255, 255, .24);
}

.btn-outline-primary {
  color: var(--xlq-blue);
  border-color: rgba(8, 116, 154, .30);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 26px rgba(10, 29, 45, .07), inset 0 0 0 1px rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
}

.btn-outline-primary::before {
  border-color: rgba(8, 116, 154, .08);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 58%, #15959b);
  box-shadow: 0 16px 32px rgba(8, 116, 154, .24), inset 0 1px rgba(255, 255, 255, .26);
}

.section-space,
.project-area.section-space {
  padding: 104px 0;
}

.section-space-sm {
  padding: 76px 0;
}

.solid-bg {
  background: var(--xlq-mist);
}

/* Layered homepage sections */
body.home-page {
  background: var(--xlq-page-bg);
}

.home-about,
.home-product,
.home-cases,
.home-why,
.home-news {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(10, 29, 45, .055);
  border-bottom: 1px solid rgba(255, 255, 255, .78);
  box-shadow: inset 0 1px rgba(255, 255, 255, .82), 0 -22px 60px rgba(10, 29, 45, .035);
}

.home-about > .container,
.home-product > .container,
.home-cases > .container,
.home-why > .container,
.home-news > .container {
  position: relative;
  z-index: 1;
}

.home-about {
  background:
    radial-gradient(circle at 12% 84%, rgba(240, 164, 59, .09), transparent 25%),
    linear-gradient(145deg, #f5f1e9 0%, #eaf0f1 58%, #d9e6ea 100%);
}

.home-product {
  background:
    radial-gradient(circle at 8% 18%, rgba(33, 167, 160, .14), transparent 27%),
    linear-gradient(155deg, #d9e6ea 0%, #e8eef0 54%, #f2eee6 100%);
}

.home-cases {
  background:
    radial-gradient(circle at 92% 8%, rgba(8, 116, 154, .13), transparent 27%),
    linear-gradient(155deg, #f4efe7 0%, #e8edef 53%, #dbe7eb 100%);
}

.home-why {
  background:
    radial-gradient(circle at 8% 14%, rgba(240, 164, 59, .11), transparent 25%),
    radial-gradient(circle at 94% 84%, rgba(33, 167, 160, .13), transparent 28%),
    linear-gradient(145deg, #dbe7eb 0%, #edf1ef 50%, #f3eee5 100%);
}

.home-news {
  background:
    radial-gradient(circle at 85% 90%, rgba(240, 164, 59, .13), transparent 27%),
    linear-gradient(145deg, #dce8eb 0%, #e9eeec 54%, #f3ede4 100%);
}

.home-about::before,
.home-product::before,
.home-cases::before,
.home-why::before,
.home-news::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(10, 29, 45, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 29, 45, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.home-about::after,
.home-product::after,
.home-cases::after,
.home-why::after,
.home-news::after {
  width: 430px;
  height: 430px;
  position: absolute;
  z-index: 0;
  content: "";
  border: 1px solid rgba(8, 116, 154, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(8, 116, 154, .03), 0 0 0 116px rgba(240, 164, 59, .018);
  pointer-events: none;
}

.home-about::after {
  top: -250px;
  right: -145px;
}

.home-product::after {
  bottom: -280px;
  left: -165px;
}

.home-cases::after {
  top: -270px;
  right: 14%;
}

.home-why::after {
  right: -170px;
  bottom: -275px;
}

.home-news::after {
  right: -180px;
  bottom: -270px;
}

.eyebrow {
  color: var(--xlq-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  content: "";
  background: var(--xlq-accent);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 46px;
}

.section-heading.text-center {
  margin-right: auto;
  margin-left: auto;
}

.section-heading.text-center .eyebrow {
  justify-content: center;
}

.section-heading h2 {
  margin: 12px 0 14px;
  color: var(--xlq-ink);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-shadow: 0 1px rgba(255, 255, 255, .72);
}

.section-heading p {
  max-width: 600px;
  margin: 0;
  color: var(--xlq-muted);
  font-size: 16px;
}

.section-heading-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading-row > div:first-child {
  max-width: 610px;
}

/* Header */
.xlq-header {
  position: relative;
  z-index: 100;
  padding: 0;
  background: #fff;
  box-shadow: none;
}

.header-topline {
  color: rgba(255, 255, 255, .74);
  background: var(--xlq-ink);
  font-size: 12px;
  letter-spacing: .02em;
}

.header-topline-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-topline p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.topline-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--xlq-accent);
  box-shadow: 0 0 0 5px rgba(240, 164, 59, .12);
}

.topline-contact {
  display: flex;
  align-items: center;
  gap: 26px;
}

.topline-contact a {
  color: rgba(255, 255, 255, .82);
}

.topline-contact a:hover {
  color: #fff;
}

.topline-contact i {
  margin-right: 7px;
  color: var(--xlq-accent);
}

.site-navigation {
  min-height: 88px;
  border-bottom: 1px solid rgba(223, 232, 237, .7);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 5px 22px rgba(10, 29, 45, .03);
}

.site-navigation .navbar {
  min-height: 88px;
}

.site-navigation.navbar-fixed {
  z-index: 999;
  border-bottom-color: transparent;
  box-shadow: 0 12px 36px rgba(10, 29, 45, .10);
}

.xlq-header .logo {
  flex: 0 0 auto;
  margin-right: 38px;
}

.xlq-header .logo img {
  width: auto;
  max-width: 160px;
  max-height: 54px;
  object-fit: contain;
}

.xlq-header .navbar-nav > li {
  position: relative;
}

.xlq-header ul.navbar-nav > li > .nav-link {
  min-height: 88px;
  padding: 0 16px !important;
  color: var(--xlq-ink);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.xlq-header ul.navbar-nav > li > .nav-link::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  content: "";
  background: var(--xlq-blue);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .25s ease;
}

.xlq-header .navbar-nav > li.active > .nav-link,
.xlq-header .navbar-nav > li:hover > .nav-link {
  color: var(--xlq-blue);
}

.xlq-header .navbar-nav > li.active > .nav-link::after,
.xlq-header .navbar-nav > li:hover > .nav-link::after {
  transform: scaleX(1);
  transform-origin: left center;
}

@media (min-width: 1200px) {
  .xlq-header ul.navbar-nav.mr-auto > li > .nav-link {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .xlq-header ul.navbar-nav.mr-auto > li > .nav-link::after {
    right: 20px;
    left: 20px;
  }
}

.xlq-header .dropdown-toggle::after {
  display: none;
}

.xlq-header .dropdown-menu {
  width: 180px;
  min-width: 180px;
  max-width: calc(100vw - 32px);
  padding: 5px;
  border: 1px solid rgba(23, 86, 112, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 34px rgba(10, 29, 45, .15);
  backdrop-filter: blur(14px);
}

.xlq-header .navbar-nav > .dropdown > .dropdown-menu {
  width: 180px;
  min-width: 180px;
  left: 50%;
  transform: translateX(-50%);
}

.xlq-header .dropdown-menu li a {
  min-height: 32px;
  padding: 5px 8px;
  border: 0 !important;
  border-radius: 8px;
  color: var(--xlq-ink-2);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.xlq-header .dropdown-menu li a::before {
  width: 3px;
  height: 14px;
  flex: 0 0 3px;
  border-radius: 999px;
  content: "";
  background: var(--xlq-accent);
  opacity: 0;
  transform: scaleY(.35);
  transition: opacity .18s ease, transform .18s ease;
}

.xlq-header .dropdown-menu li a > span {
  min-width: 0;
  flex: 1 1 auto;
}

.xlq-header .dropdown-menu li a > i {
  width: 14px;
  flex: 0 0 14px;
  color: #78909c;
  font-size: 10px;
  text-align: center;
}

.xlq-header .dropdown-menu li + li {
  position: relative;
  margin-top: 1px;
}

.xlq-header .dropdown-menu > li + li::before {
  height: 1px;
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 14px;
  left: 14px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(50, 105, 128, .18) 16%, rgba(50, 105, 128, .18) 84%, transparent);
  pointer-events: none;
}

.xlq-lang-en .xlq-header .dropdown-menu li a,
.xlq-lang-ms .xlq-header .dropdown-menu li a {
  font-size: 11.5px;
}

.xlq-header .dropdown-menu li.active > a,
.xlq-header .dropdown-menu a.is-active,
.xlq-header .dropdown-menu li:hover > a,
.xlq-header .dropdown-menu li:focus-within > a {
  color: var(--xlq-blue);
  background: var(--xlq-mist);
  box-shadow: inset 0 0 0 1px rgba(8, 116, 154, .08);
  transform: translateX(4px);
}

.xlq-header .dropdown-menu li.active > a::before,
.xlq-header .dropdown-menu a.is-active::before,
.xlq-header .dropdown-menu li:hover > a::before,
.xlq-header .dropdown-menu li:focus-within > a::before {
  opacity: 1;
  transform: scaleY(1);
}

.xlq-header .dropdown-menu a.is-active::after {
  content: "\2713";
  margin-left: 4px;
  color: var(--xlq-blue);
  font-weight: 800;
}

.xlq-header .xlq-dropdown-all-products > a {
  color: var(--xlq-blue-dark);
  font-weight: 800;
}

.xlq-header .xlq-dropdown-all-products > a > i {
  color: var(--xlq-blue);
}

@media (min-width: 992px) {
  .xlq-header .navbar-nav > .dropdown > .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px) scale(.985);
    transform-origin: 50% 0;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }

  .xlq-header .navbar-nav > .dropdown:hover > .dropdown-menu,
  .xlq-header .navbar-nav > .dropdown:focus-within > .dropdown-menu,
  .xlq-header .navbar-nav > .dropdown > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .xlq-header .dropdown-submenu > .dropdown-menu {
    display: block !important;
    left: calc(100% + 6px) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(8px) scale(.985);
    transform-origin: 0 0;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }

  .xlq-header .dropdown-submenu:hover > .dropdown-menu,
  .xlq-header .dropdown-submenu:focus-within > .dropdown-menu,
  .xlq-header .dropdown-submenu > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) scale(1);
  }

  .xlq-header .language-switch > .dropdown-menu {
    width: 148px;
    min-width: 148px;
    right: auto;
    left: 50%;
  }

  .xlq-header .language-switch > .dropdown-menu li a {
    min-height: 34px;
    position: relative;
    padding: 6px 27px;
    justify-content: center;
    text-align: center;
  }

  .xlq-header .language-switch > .dropdown-menu li a::before {
    display: none;
  }

  .xlq-header .language-switch > .dropdown-menu li.active > a,
  .xlq-header .language-switch > .dropdown-menu a.is-active,
  .xlq-header .language-switch > .dropdown-menu li:hover > a,
  .xlq-header .language-switch > .dropdown-menu li:focus-within > a {
    transform: none;
  }

  .xlq-header .language-switch > .dropdown-menu a.is-active::after {
    position: absolute;
    right: 10px;
    margin-left: 0;
  }
}

.nav-utility {
  gap: 5px;
}

.nav-utility .language-switch .nav-link span {
  max-width: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xlq-lang-ms .nav-utility .language-switch .nav-link span {
  max-width: 112px;
}

.theme-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--xlq-line);
  border-radius: 50%;
  color: var(--xlq-ink);
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px rgba(255, 255, 255, .9);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
  box-shadow: 0 10px 24px rgba(8, 116, 154, .22);
  outline: 0;
  transform: translateY(-2px);
}

.theme-icon-light {
  display: none;
}

.theme-toggle-mobile {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border-radius: 9px;
  gap: 9px;
}

.theme-toggle-text {
  font-size: 13px;
  font-weight: 700;
}

.xlq-header .nav-contact {
  margin-left: 8px;
}

.xlq-header .nav-contact .btn {
  min-height: 42px;
  padding: 9px 17px !important;
  font-size: 13px;
  line-height: 1.5;
}

.mobile-tools-wrap {
  display: none;
}

/* Hero */
.home-banner {
  height: min(740px, calc(100vh - 126px));
  min-height: 590px;
  padding: 0;
  background: var(--xlq-ink);
}

.home-banner .swiper-slide {
  position: relative;
  will-change: opacity;
}

.home-banner.swiper-container-fade .swiper-slide {
  transition-property: opacity !important;
}

.hero-static-layer {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.hero-static-layer .container {
  height: 100%;
}

.hero-static-layer .box-slider-text {
  pointer-events: none;
}

.hero-static-layer .hero-actions,
.hero-static-layer .hero-actions a {
  pointer-events: auto;
}

.hero-shade {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 19, 30, .88) 0%, rgba(5, 19, 30, .64) 42%, rgba(5, 19, 30, .18) 72%, rgba(5, 19, 30, .08) 100%),
    linear-gradient(0deg, rgba(5, 19, 30, .28), transparent 45%);
}

.home-banner .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-banner .box-slider-content {
  height: 100%;
  padding: 70px 0 105px;
  display: flex;
  align-items: center;
}

.home-banner .box-slider-text {
  max-width: 780px;
  padding: 0;
  color: #fff;
  background: transparent;
}

.hero-kicker {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-kicker span {
  width: 34px;
  height: 2px;
  background: var(--xlq-accent);
}

.home-banner .box-slide-sub-title {
  max-width: 780px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.035em;
  text-shadow: 0 6px 30px rgba(0, 0, 0, .18);
}

.home-banner .box-slide-description {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-actions .btn {
  min-height: 54px;
  padding: 14px 28px;
}

.btn-hero-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.btn-hero-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .14);
}

.home-banner .swiper-pagination {
  z-index: 6;
  bottom: 34px;
  text-align: left;
  padding-left: max(calc((100% - 1210px) / 2), 30px);
}

.home-banner .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  margin: 0 6px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 1px 4px rgba(3, 18, 30, .22);
  opacity: 1;
  transition: width .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.home-banner .swiper-pagination-bullet-active {
  width: 64px;
  background: var(--xlq-accent);
  box-shadow: 0 0 12px rgba(244, 161, 39, .38);
}

/* Capability strip */
.capability-strip {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  padding: 0;
  color: var(--xlq-ink);
  border-bottom: 1px solid rgba(10, 29, 45, .08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 18px 42px rgba(10, 29, 45, .08), inset 0 1px rgba(255, 255, 255, .92);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.capability-item {
  min-height: 126px;
  padding: 28px 30px;
  border-right: 1px solid rgba(10, 29, 45, .10);
  display: flex;
  align-items: center;
  gap: 18px;
}

.capability-item:first-child {
  border-left: 1px solid rgba(10, 29, 45, .10);
}

.capability-item > div {
  min-width: 0;
}

.capability-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid rgba(8, 116, 154, .18);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--xlq-blue);
  background: linear-gradient(145deg, rgba(8, 116, 154, .11), rgba(42, 168, 189, .04));
  box-shadow: inset 0 1px rgba(255, 255, 255, .92);
  font-size: 19px;
}

.capability-item strong,
.capability-item small {
  display: block;
}

.capability-item strong {
  margin-bottom: 3px;
  color: var(--xlq-ink);
  font-size: 17px;
  font-weight: 700;
}

.capability-item small {
  color: #687d88;
  font-size: 12px;
  line-height: 1.55;
}

/* About */
.home-about {
  position: relative;
}

.about-visual {
  min-height: 540px;
  margin-right: 35px;
  padding: 8px;
  position: relative;
}

.about-visual::before {
  position: absolute;
  z-index: 0;
  top: -18px;
  right: -18px;
  width: 55%;
  height: 55%;
  content: "";
  border: 1px solid rgba(8, 116, 154, .12);
  border-radius: calc(var(--xlq-radius) + 6px);
  background:
    linear-gradient(rgba(8, 116, 154, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 116, 154, .055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(8, 116, 154, .16), rgba(33, 167, 160, .025));
  background-size: 24px 24px, 24px 24px, auto;
}

.about-visual::after {
  position: absolute;
  z-index: 2;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: calc(var(--xlq-radius) - 5px);
  box-shadow: inset 0 0 0 1px rgba(10, 29, 45, .05);
  pointer-events: none;
}

.about-visual img {
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: var(--xlq-radius);
  object-fit: cover;
  box-shadow: var(--xlq-shadow-frame);
}

.about-badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 22px;
  min-width: 210px;
  max-width: calc(100% - 36px);
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, rgba(5, 91, 123, .96), rgba(8, 116, 154, .94) 58%, rgba(33, 167, 160, .92));
  box-shadow: 0 18px 42px rgba(8, 116, 154, .28), inset 0 1px rgba(255, 255, 255, .25);
  backdrop-filter: blur(12px);
}

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

.about-badge strong {
  font-size: 19px;
  letter-spacing: .13em;
}

.about-badge span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

.about-copy {
  padding-left: 35px;
}

.about-copy .section-heading {
  margin-bottom: 22px;
}

.about-copy .content {
  max-height: 150px;
  margin-bottom: 25px;
  overflow: hidden;
  color: var(--xlq-muted);
}

.about-copy .content p:last-child {
  margin-bottom: 0;
}

.about-points {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

.about-points span {
  color: var(--xlq-ink-2);
  font-size: 13px;
  font-weight: 700;
}

.about-points i {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border-radius: 50%;
  color: var(--xlq-blue);
  background: rgba(8, 116, 154, .10);
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Product tabs and cards */
.property-controls {
  max-width: 650px;
}

.property-controls .nav-tabs,
.shuffle-btn-group.nav-tabs {
  border: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.property-controls .nav-tabs li,
.shuffle-btn-group.nav-tabs li {
  margin: 0;
}

.property-controls .nav-tabs li::after {
  display: none;
}

.property-controls .nav-tabs a,
.shuffle-btn-group.nav-tabs a {
  padding: 9px 16px;
  border: 1px solid var(--xlq-line);
  border-radius: 999px;
  color: var(--xlq-muted);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 7px 18px rgba(10, 29, 45, .055), inset 0 1px rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.property-controls .nav-tabs a.active,
.property-controls .nav-tabs a:hover,
.shuffle-btn-group.nav-tabs a.active,
.shuffle-btn-group.nav-tabs a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 62%, #15959b);
  box-shadow: 0 10px 22px rgba(8, 116, 154, .21), inset 0 1px rgba(255, 255, 255, .24);
}

.property-filter {
  row-gap: 30px;
}

.home-product .property-filter,
.home-cases .shuffle-wrapper {
  margin-right: -12px;
  margin-left: -12px;
  row-gap: 24px;
}

.home-product .property-filter > [class*="col-"],
.home-cases .shuffle-wrapper > .shuffle-item {
  padding-right: 12px;
  padding-left: 12px;
}

.home-product .property-filter > .mix,
.home-cases .shuffle-wrapper > .shuffle-item {
  display: flex;
}

.home-product .property-item,
.home-cases .shuffle-item .project-img-container {
  width: 100%;
}

.property-item {
  height: 100%;
  margin: 0;
  border: 1px solid rgba(10, 29, 45, .085);
  border-radius: var(--xlq-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .55), var(--xlq-shadow-soft);
  backdrop-filter: blur(10px);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.property-item:hover {
  border-color: rgba(8, 116, 154, .23);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .72), var(--xlq-shadow);
  transform: translateY(-7px);
}

.property-item .pi-pic {
  height: 278px;
  margin: 8px 8px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: calc(var(--xlq-radius) - 7px);
  background-color: #eaf0f3;
  background-position: center;
  background-size: cover;
  display: block;
}

.home-product .property-item .pi-pic {
  height: 300px;
  margin: 10px 10px 0;
}

.property-item .pi-pic::before {
  position: absolute;
  z-index: 1;
  inset: 8px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: calc(var(--xlq-radius) - 12px);
  pointer-events: none;
}

.property-item .pi-pic::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(10, 29, 45, .25));
  opacity: 0;
  transition: opacity .3s ease;
}

.property-item:hover .pi-pic::after {
  opacity: 1;
}

.property-item .label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 29, 45, .80);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(6px);
}

.product-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  border-radius: 50%;
  color: var(--xlq-ink);
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(10, 29, 45, .16), inset 0 1px #fff;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px) rotate(45deg);
  transition: opacity .3s ease, transform .3s ease;
}

.property-item:hover .product-arrow {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}

.property-item .pi-text {
  padding: 24px 25px 25px;
}

.product-meta {
  margin-bottom: 12px;
  color: var(--xlq-muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.product-meta strong {
  color: var(--xlq-accent);
  font-size: 12px;
}

.property-item .pi-text h3,
.property-item .pi-text h5 {
  margin: 0 0 10px;
  color: var(--xlq-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.property-item .pi-text .desc {
  height: 46px;
  margin: 0;
  overflow: hidden;
  color: var(--xlq-muted);
  font-size: 13px;
  line-height: 23px;
}

.general-btn {
  margin-top: 46px;
}

.xlq-empty-state {
  width: 100%;
  min-height: 220px;
  padding: 34px;
  border: 1px dashed rgba(8, 116, 154, .28);
  border-radius: var(--xlq-radius);
  color: var(--xlq-muted);
  background:
    radial-gradient(circle at 85% 15%, rgba(8, 116, 154, .08), transparent 28%),
    rgba(255, 255, 255, .62);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: left;
  box-shadow: inset 0 1px rgba(255, 255, 255, .88);
}

.xlq-empty-state > i {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 1px solid rgba(8, 116, 154, .18);
  border-radius: 16px;
  color: var(--xlq-blue);
  background: rgba(8, 116, 154, .08);
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xlq-empty-state strong,
.xlq-empty-state span {
  display: block;
}

.xlq-empty-state strong {
  margin-bottom: 4px;
  color: var(--xlq-ink);
  font-size: 16px;
  font-weight: 800;
}

.xlq-empty-state span {
  font-size: 13px;
}

.xlq-empty-state.is-compact {
  min-height: 155px;
  margin: 0;
  padding: 24px;
}

/* Cases */
.home-cases {
  overflow: hidden;
}

.home-cases .shuffle-item .project-img-container {
  height: 100%;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: var(--xlq-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .58), 0 18px 46px rgba(10, 29, 45, .10);
  backdrop-filter: blur(10px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.home-cases .shuffle-item .project-img-container:hover {
  border-color: rgba(8, 116, 154, .18);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .74), 0 26px 62px rgba(10, 29, 45, .15);
  transform: translateY(-6px);
}

.home-cases .shuffle-item .project-img-container::after {
  display: none;
}

.home-cases .project-img-container .gallery-popup {
  height: 300px;
  margin: 10px 10px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 29, 45, .075);
  border-radius: calc(var(--xlq-radius) - 7px);
  display: block;
}

.home-cases .project-img-container img,
.home-cases .shuffle-item .project-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .55s ease;
}

.home-cases .project-img-container:hover img,
.home-cases .shuffle-item .project-img-container:hover img {
  transform: scale(1.06);
}

.case-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(10, 29, 45, .22));
  pointer-events: none;
}

.case-index {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 42px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 29, 45, .34);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-align: center;
}

.home-cases .shuffle-item .project-img-container .project-item-info {
  min-height: 82px;
  position: static;
  inset: auto;
  margin: 0;
  padding: 14px 20px 16px;
  border-top: 1px solid rgba(10, 29, 45, .055);
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(247, 250, 251, .96));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-cases .project-img-container .project-cat {
  margin: 0 0 2px;
  color: var(--xlq-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.home-cases .project-img-container .project-item-title {
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-cases .project-img-container .project-item-title a {
  color: var(--xlq-ink);
}

.home-cases .project-img-container .project-item-title a:hover {
  color: var(--xlq-blue);
}

/* News */
.home-news .section-heading {
  margin-bottom: 48px;
}

.news-column {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: var(--xlq-radius);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .48), var(--xlq-shadow-soft);
  backdrop-filter: blur(12px);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.news-column:hover {
  border-color: rgba(8, 116, 154, .17);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .66), 0 24px 58px rgba(10, 29, 45, .12);
  transform: translateY(-5px);
}

.news-column-head {
  margin-bottom: 23px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--xlq-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-column-head h3 {
  margin: 0;
  color: var(--xlq-ink);
  font-size: 21px;
  font-weight: 800;
}

.news-column-head h3 a,
.news-featured-copy h4,
.news-featured-copy h4 a,
.news-item strong {
  color: var(--xlq-ink);
}

.news-column-head > a {
  color: var(--xlq-blue);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.news-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-featured {
  margin-bottom: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--xlq-line);
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
}

.news-image {
  min-height: 122px;
  padding: 4px;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: 11px;
  overflow: hidden;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 26px rgba(10, 29, 45, .09);
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  transition: transform .35s ease;
}

.news-image:hover img {
  transform: scale(1.05);
}

.news-featured-copy > span {
  color: var(--xlq-blue);
  font-size: 11px;
  font-weight: 700;
}

.news-featured-copy h4 {
  margin: 6px 0 7px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.news-featured-copy p {
  height: 42px;
  margin: 0;
  overflow: hidden;
  color: var(--xlq-muted);
  font-size: 12px;
  line-height: 21px;
}

.news-item {
  min-height: 58px;
  border-bottom: 1px solid rgba(223, 232, 237, .75);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.news-item:last-child {
  border-bottom: 0;
}

.news-item > a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.news-no {
  color: #9aabb6;
  font-size: 11px;
  font-weight: 800;
}

.news-item strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item time {
  flex: 0 0 auto;
  color: #95a4ae;
  font-size: 11px;
}

/* Footer */
.footer-cta {
  position: relative;
  z-index: 2;
  margin-bottom: -82px;
  padding: 0;
}

.footer-cta-card {
  min-height: 210px;
  padding: 46px 54px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, .18), transparent 26%),
    linear-gradient(125deg, var(--xlq-blue-dark), var(--xlq-blue) 55%, var(--xlq-cyan));
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .10), 0 28px 70px rgba(8, 116, 154, .25), inset 0 1px rgba(255, 255, 255, .24);
  outline: 1px solid rgba(255, 255, 255, .18);
  outline-offset: -9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-cta .eyebrow {
  color: rgba(255, 255, 255, .76);
}

.footer-cta-card h2 {
  margin: 9px 0 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.footer-cta-card p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.footer-cta-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-cta .btn-light {
  color: var(--xlq-blue-dark);
  background: #fff;
}

.footer-cta .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.footer {
  padding-top: 82px;
  color: rgba(255, 255, 255, .62);
  background: #071725;
}

.footer-main {
  padding: 95px 0 66px;
  background: transparent;
}

.footer-logo {
  width: auto;
  max-width: 180px;
  max-height: 60px;
  margin-bottom: 24px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff;
}

.footer-description {
  max-width: 480px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.9;
}

.footer-contact-list {
  margin: 18px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-contact-list i {
  color: var(--xlq-accent);
}

.footer-kicker {
  min-height: 14px;
  margin-bottom: 8px;
  color: var(--xlq-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  display: block;
}

.footer .widget-title {
  min-height: 28px;
  position: relative;
  margin: 4px 0 22px;
  padding: 0 0 0 16px;
  border-left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}

.footer .widget-title::before {
  width: 3px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 999px;
  content: "";
  background: var(--xlq-accent);
  display: block;
  transform: translateY(-50%);
}

.footer .list-arrow li {
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .list-arrow li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  position: static;
  content: "";
  border-top: 1px solid var(--xlq-accent);
  border-right: 1px solid var(--xlq-accent);
  display: block;
  opacity: .78;
  transform: rotate(45deg);
}

.footer .list-arrow li a {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 600;
}

.footer .list-arrow li a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-social ul {
  display: flex;
  gap: 9px;
}

.footer-social ul li a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social ul li a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
  transform: translateY(-2px);
}

.copyright {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .43);
  background: transparent;
  font-size: 11px;
}

.copyright-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.copyright a {
  color: rgba(255, 255, 255, .5);
}

.copyright a:hover {
  color: #fff;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.back-to-top {
  right: 24px;
  bottom: 24px;
}

.back-to-top .btn {
  width: 46px;
  min-height: 46px;
  padding: 0;
  border-radius: 50%;
}

/* Inner page hero */
.banner-area {
  min-height: 270px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.banner-area::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 23, 37, .82), rgba(7, 23, 37, .34));
}

.banner-area .banner-text,
.banner-area .container,
.banner-area .row {
  min-height: 270px;
}

.banner-area .row {
  align-items: center;
}

.banner-area .banner-text {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  transform: none;
}

.banner-area .banner-heading {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}

.banner-area .banner-heading::before {
  width: 46px;
  height: 3px;
  margin: 0 auto 16px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--xlq-accent), #ffd07a);
  display: block;
  box-shadow: 0 5px 18px rgba(240, 164, 59, .28);
}

.banner-area .banner-title {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-transform: none;
  text-wrap: balance;
  white-space: normal;
  overflow-wrap: anywhere;
  text-shadow: 0 7px 24px rgba(2, 15, 25, .24);
}

.xlq-lang-en .banner-area .banner-title,
.xlq-lang-ms .banner-area .banner-title {
  font-size: clamp(29px, 3vw, 44px);
  letter-spacing: -.015em;
}

.banner-area .breadcrumb,
.banner-area nav {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
}

.banner-area nav a {
  color: rgba(255, 255, 255, .78);
}

.main-container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 0 90px;
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 116, 154, .10), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(240, 164, 59, .075), transparent 23%),
    linear-gradient(145deg, #f3eee6 0%, #e7edef 52%, #dbe7eb 100%);
}

.main-container::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(10, 29, 45, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 29, 45, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.main-container > .container {
  position: relative;
  z-index: 1;
}

.sidebar .widget,
.content-inner-page,
.main-content,
.ts-service-box-bg {
  border-radius: 14px;
}

.sidebar .widget {
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--xlq-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  box-shadow: 0 12px 34px rgba(10, 29, 45, .065), inset 0 1px rgba(255, 255, 255, .88);
}

.sidebar.sidebar-left {
  display: grid;
  align-content: start;
  gap: 24px;
}

.sidebar-left .widget {
  margin-right: 0;
}

.sidebar .widget-title {
  min-height: 30px;
  position: relative;
  margin: 0 0 18px;
  padding: 2px 0 14px 14px;
  border-left: 0;
  border-bottom: 1px solid var(--xlq-line);
  color: var(--xlq-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.sidebar .widget-title::before {
  width: 3px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 999px;
  content: "";
  background: var(--xlq-accent);
  display: block;
}

.sidebar ul.service-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 10px;
}

.sidebar ul.service-menu li {
  width: 100%;
  margin: 0;
}

.sidebar ul.service-menu li a {
  min-height: 48px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid var(--xlq-line);
  border-radius: 10px;
  color: var(--xlq-muted);
  background: var(--xlq-mist);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li a:hover,
.sidebar ul.service-menu li a:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 64%, #15959b);
  box-shadow: 0 9px 20px rgba(8, 116, 154, .18), inset 0 1px rgba(255, 255, 255, .22);
  transform: translateY(-1px);
}

.sidebar .widget.recent-posts .widget-title {
  margin-bottom: 18px;
}

.sidebar .widget.recent-posts ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget.recent-posts ul li {
  min-width: 0;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--xlq-line);
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center !important;
  gap: 12px;
}

.sidebar .widget.recent-posts ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar .widget.recent-posts .posts-thumb,
.sidebar .widget.recent-posts .posts-thumb a {
  width: 78px;
  height: 62px;
  display: block;
}

.sidebar .widget.recent-posts .posts-thumb img {
  width: 78px;
  height: 62px;
  margin: 0;
  border: 1px solid var(--xlq-line);
  border-radius: 9px;
  background: var(--xlq-mist);
  object-fit: cover;
}

.sidebar .widget.recent-posts .post-info {
  min-width: 0;
}

.sidebar .widget.recent-posts .post-info .entry-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.sidebar .widget.recent-posts .post-info .entry-title a {
  color: var(--xlq-ink);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar .widget.recent-posts .post-info .entry-title a:hover {
  color: var(--xlq-blue);
}

/* Sidebar tag cloud: flex layout prevents floated tags escaping the card. */
.widget-tags .widget-title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.widget-tags .widget-title .float-right {
  flex: 0 0 auto;
  float: none !important;
  margin: 0 !important;
}

.widget-tags .widget-title .float-right a {
  padding: 5px 9px;
  border: 1px solid rgba(8, 116, 154, .16);
  border-radius: 999px;
  color: var(--xlq-blue);
  background: rgba(8, 116, 154, .055);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.widget-tags .widget-title .float-right a:hover,
.widget-tags .widget-title .float-right a:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.widget-tags ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 9px 8px;
  margin: 0;
  padding: 0;
}

.widget-tags ul > li {
  float: none;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0;
}

.sidebar .widget-tags ul > li a {
  display: block;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid #cad8de;
  border-radius: 999px;
  color: #36505d;
  background: #f3f7f8;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: inset 0 1px rgba(255, 255, 255, .9);
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sidebar .widget-tags ul > li.active > a,
.sidebar .widget-tags ul > li a.active,
.sidebar .widget-tags ul > li a[aria-current="page"],
.sidebar .widget-tags ul > li a:hover,
.sidebar .widget-tags ul > li a:focus-visible {
  color: #fff !important;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 68%, #15959b);
  box-shadow: 0 8px 18px rgba(8, 116, 154, .18), inset 0 1px rgba(255, 255, 255, .20);
  transform: translateY(-2px);
}

.content-inner-page {
  padding: 6px 0 20px 22px;
}

.column-title {
  margin-bottom: 25px;
  color: var(--xlq-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.column-title.xlq-inner-section-title {
  margin: 0;
  color: var(--xlq-ink);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: -.035em;
  text-align: center;
}

.column-title.xlq-inner-section-title {
  width: 100%;
  margin: 0 auto 46px;
}

.main-content {
  color: #435764;
  font-size: 15px;
  line-height: 1.95;
}

.main-content img {
  height: auto !important;
  border-radius: 10px;
}

.main-content table {
  width: 100% !important;
  overflow: hidden;
  border-radius: 10px;
}

/* Category/list/search pages */
.project-area:not(.home-product):not(.home-cases):not(.home-news) .section-title h4,
.section-title h4 {
  margin: 0;
  color: var(--xlq-ink);
  font-size: 27px;
  font-weight: 800;
}

.category-product .property-item,
.product-list .property-item {
  margin-bottom: 30px;
}

.job-item {
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  color: var(--xlq-ink);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 36px rgba(10, 29, 45, .065);
}

.job-item small,
.job-item .text-truncate {
  color: var(--xlq-muted);
}

.pagination {
  margin-top: 42px;
  gap: 7px;
}

.pagination li a,
.pagination li span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--xlq-line);
  border-radius: 9px !important;
  color: var(--xlq-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li.active span,
.pagination li a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-client-pagination {
  margin-top: 42px;
}

.xlq-client-pagination .pagination {
  margin-top: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.xlq-client-pagination .pagination li.disabled span {
  color: #9aaab2;
  cursor: default;
  opacity: .62;
}

.post {
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  background: #fff;
  transition: box-shadow .25s ease, transform .25s ease;
}

.post:hover {
  box-shadow: var(--xlq-shadow);
  transform: translateY(-3px);
}

.post-title {
  color: var(--xlq-ink);
  font-weight: 800;
}

/* Article lists and detail pages */
.blog-item-list {
  display: grid;
  gap: 22px;
}

.blog-item,
.post-content.post-single {
  border: 1px solid var(--xlq-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 38px rgba(10, 29, 45, .065), inset 0 1px rgba(255, 255, 255, .82);
}

.blog-item,
.blog-item.large-blog {
  margin: 0;
  padding: 22px;
  border-bottom: 1px solid var(--xlq-line);
}

.blog-item .bi-pic,
.blog-item.large-blog .bi-pic {
  overflow: hidden;
  border: 1px solid var(--xlq-line);
  border-radius: 12px;
  background: var(--xlq-mist);
}

.blog-item.large-blog .bi-pic {
  margin-bottom: 22px;
}

.blog-item .bi-pic img,
.blog-item.large-blog .bi-pic img {
  border-radius: 11px;
}

.blog-item .bi-text {
  min-width: 0;
}

.blog-item .bi-text h4 {
  margin: 0 0 10px;
}

.blog-item .bi-text h4 a {
  color: var(--xlq-ink) !important;
  font-weight: 800;
  text-transform: none;
}

.blog-item .bi-text h4 a:hover,
.blog-item .bi-text h4 a:focus-visible {
  color: var(--xlq-blue) !important;
}

.blog-item .bi-text ul {
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 20px;
}

.blog-item .bi-text ul li {
  margin-right: 0;
  color: var(--xlq-muted);
  font-size: 13px;
}

.blog-item .bi-text ul li i {
  margin-right: 4px;
  color: var(--xlq-blue);
}

.blog-item .bi-text .desc {
  color: var(--xlq-muted);
}

.post-content.post-single {
  padding: 30px;
}

.post-single .post-body {
  padding: 0;
}

.entry-header .entry-title,
.entry-header .entry-title a {
  color: var(--xlq-ink);
  text-transform: none;
}

.post-single .entry-header .entry-title {
  margin-top: 0;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.35;
}

.post-meta,
.post-meta a {
  color: var(--xlq-muted);
}

.post-meta span {
  border-color: var(--xlq-line);
}

.post-meta i {
  color: var(--xlq-blue);
}

.post-single .entry-content {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--xlq-line);
}

.post-content .pagination-block,
.content-inner-page .pagination-block {
  width: 100%;
  margin: 24px 0 0;
  float: none !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center !important;
  gap: 10px;
}

.pagination_info {
  margin: 0 8px;
  float: none !important;
  color: var(--xlq-muted);
  justify-content: center;
  white-space: nowrap;
}

.tags-area {
  gap: 18px;
  flex-wrap: wrap;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-tags a {
  margin: 0;
  padding: 6px 11px;
  border-color: var(--xlq-line);
  border-radius: 999px;
  color: var(--xlq-muted);
  background: var(--xlq-mist);
}

.share-items,
.social-icons-head {
  color: var(--xlq-muted);
}

.bc-related-post {
  margin: 0;
  padding: 14px;
  clear: both;
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bc-related-post .previous-post,
.bc-related-post .next-post {
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  float: none;
  border: 1px solid var(--xlq-line);
  border-radius: 10px;
  color: var(--xlq-ink);
  background: var(--xlq-mist);
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: none;
  overflow-wrap: anywhere;
}

.bc-related-post .next-post {
  justify-content: flex-end;
  text-align: right;
}

.bc-related-post .previous-post:hover,
.bc-related-post .next-post:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

/* Contact & form */
.ts-service-box-bg {
  padding: 35px 25px;
  border: 1px solid var(--xlq-line);
  background: #fff;
  box-shadow: 0 8px 28px rgba(10, 29, 45, .05);
}

.ts-service-icon.icon-round {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--xlq-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-service-box-content h4 {
  color: var(--xlq-ink);
  font-size: 17px;
  font-weight: 800;
}

.xlq-contact-action {
  min-height: 228px;
  padding: 30px 24px 28px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  color: var(--xlq-ink);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.xlq-contact-action::before {
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
}

.xlq-contact-tiktok::before {
  background: linear-gradient(90deg, #25f4ee 0 33%, #111820 33% 66%, #fe2c55 66% 100%);
}

.xlq-contact-gmail::before {
  background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc04 50% 75%, #34a853 75% 100%);
}

.xlq-contact-whatsapp::before {
  background: linear-gradient(90deg, var(--xlq-blue), var(--xlq-cyan));
}

.xlq-contact-wechat::before {
  background: linear-gradient(90deg, #07c160, #32d583);
}

.xlq-contact-action:hover,
.xlq-contact-action:focus {
  color: var(--xlq-ink);
  text-decoration: none;
  border-color: rgba(8, 116, 154, .28);
  box-shadow: 0 16px 38px rgba(10, 29, 45, .12);
  transform: translateY(-4px);
}

.xlq-contact-action:focus-visible {
  outline: 3px solid rgba(42, 168, 189, .30);
  outline-offset: 4px;
}

.xlq-contact-action .ts-service-box-content {
  margin-top: 0;
}

.xlq-contact-action .ts-service-box-content h4 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.xlq-contact-action .ts-service-box-content p {
  margin-bottom: 0;
  color: var(--xlq-muted);
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.xlq-contact-brand-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 20px;
  border: 1px solid rgba(10, 29, 45, .09);
  border-radius: 50%;
  background: #f4f7f8;
  box-shadow: 0 10px 24px rgba(10, 29, 45, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.xlq-contact-brand-icon--whatsapp {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
  box-shadow: 0 10px 24px rgba(8, 116, 154, .18);
}

.xlq-contact-brand-icon--whatsapp i {
  font-size: 29px;
}

.xlq-contact-brand-icon--wechat {
  color: #fff;
  border-color: #07c160;
  background: #07c160;
  box-shadow: 0 10px 24px rgba(7, 193, 96, .20);
}

.xlq-contact-brand-icon--wechat i {
  font-size: 30px;
}

.xlq-brand-image {
  display: block;
  object-fit: contain;
}

.xlq-brand-image--tiktok {
  width: 54px;
  height: 54px;
}

.xlq-brand-image--gmail {
  width: 43px;
  height: auto;
}

.footer-social ul li a.tiktok-social-link,
.footer-social ul li a.gmail-social-link {
  padding: 0;
}

.xlq-footer-brand-image {
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.xlq-footer-brand-image--tiktok {
  width: 25px;
  height: 25px;
}

.xlq-footer-brand-image--gmail {
  width: 23px;
  height: auto;
}

.map-con,
.map-con .map {
  min-height: 430px;
  border-radius: var(--xlq-radius);
  overflow: hidden;
}

.xlq-location-card {
  min-height: 430px;
  padding: 42px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(8, 116, 154, .16);
  border-radius: var(--xlq-radius);
  background:
    radial-gradient(circle at 25% 50%, rgba(33, 167, 160, .18), transparent 27%),
    linear-gradient(135deg, #eaf3f3 0%, #dfecee 52%, #d5e5e9 100%);
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 42px;
}

.xlq-location-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(10, 29, 45, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 29, 45, .045) 1px, transparent 1px);
  background-size: 48px 48px;
}

.xlq-location-card::after {
  width: 360px;
  height: 360px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 21%;
  content: "";
  border: 1px solid rgba(8, 116, 154, .15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 58px rgba(8, 116, 154, .045), 0 0 0 116px rgba(8, 116, 154, .025);
}

.xlq-location-visual {
  min-height: 270px;
  position: relative;
  display: grid;
  place-items: center;
}

.xlq-location-ring {
  width: 220px;
  height: 220px;
  position: absolute;
  border: 1px dashed rgba(8, 116, 154, .32);
  border-radius: 50%;
}

.xlq-location-ring::before,
.xlq-location-ring::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.xlq-location-ring::before {
  inset: 35px;
  border: 1px solid rgba(8, 116, 154, .22);
}

.xlq-location-ring::after {
  width: 9px;
  height: 9px;
  top: 24px;
  right: 36px;
  background: var(--xlq-accent);
  box-shadow: 0 0 0 6px rgba(240, 164, 59, .15);
}

.xlq-location-pin {
  width: 78px;
  height: 78px;
  position: relative;
  z-index: 1;
  border: 7px solid rgba(255, 255, 255, .76);
  border-radius: 50% 50% 50% 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 62%, #15959b);
  display: grid;
  place-items: center;
  font-size: 25px;
  transform: rotate(-45deg);
  box-shadow: 0 20px 44px rgba(8, 116, 154, .28);
}

.xlq-location-pin i {
  transform: rotate(45deg);
}

.xlq-location-copy {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 58px rgba(10, 29, 45, .11), inset 0 1px rgba(255, 255, 255, .84);
  backdrop-filter: blur(12px);
}

.xlq-location-copy h2 {
  margin: 12px 0 17px;
  color: var(--xlq-ink);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: -.035em;
}

.xlq-location-address {
  margin: 0;
  color: #36505d;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
}

.xlq-location-address i {
  margin-top: 5px;
  color: var(--xlq-accent);
}

.xlq-location-note {
  margin: 12px 0 24px;
  color: var(--xlq-muted);
  font-size: 13px;
}

.form-group label {
  margin-bottom: 7px;
  color: var(--xlq-ink-2);
  font-size: 13px;
  font-weight: 700;
}

.form-control {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--xlq-line);
  border-radius: 9px;
  color: var(--xlq-ink);
  background: #fff;
}

.form-control:focus {
  border-color: var(--xlq-blue);
  box-shadow: 0 0 0 3px rgba(8, 116, 154, .10);
}

textarea.form-control {
  min-height: 150px;
}

/* Product detail */
.product__details__pic {
  padding: 18px;
  border: 1px solid var(--xlq-line);
  border-radius: var(--xlq-radius);
  background: #fff;
}

.product__details__pic__item img {
  border-radius: 12px;
}

.product__details__text {
  padding: 20px 0 20px 34px;
}

.product__details__text h3 {
  color: var(--xlq-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.3;
}

.product__details__rating {
  color: var(--xlq-muted);
}

.product__details__price {
  margin: 24px 0 16px;
  color: var(--xlq-accent);
  font-size: 25px;
  font-weight: 800;
}

.product__details__text > ul {
  margin-top: 28px;
  padding: 22px;
  border-radius: 12px;
  background: var(--xlq-mist);
}

.product__details__text > ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--xlq-line);
}

.product__details__text > ul li:last-child {
  border-bottom: 0;
}

.product__details__tab {
  padding-top: 70px;
}

.product__details__tab .nav-tabs {
  border-bottom: 1px solid var(--xlq-line);
}

.product__details__tab .nav-tabs .nav-link {
  padding: 12px 0;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--xlq-muted);
  font-weight: 800;
}

.product__details__tab .nav-tabs .nav-link.active {
  color: var(--xlq-blue);
  border-bottom-color: var(--xlq-blue);
  background: transparent;
}

.product__details__tab__desc {
  padding: 34px 0;
}

/* Product category overview */
.xlq-category-overview {
  padding: 74px 0 94px;
}

.project-area.xlq-inner-content-section {
  padding-top: 48px;
}

.xlq-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.xlq-category-showcase {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(8, 116, 154, .14);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(42, 168, 189, .06), transparent 45%),
    #fff;
  box-shadow: 0 16px 42px rgba(10, 29, 45, .075);
}

.xlq-category-showcase__header {
  min-height: 68px;
  margin-bottom: 19px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--xlq-line);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.xlq-category-showcase__header .eyebrow {
  color: var(--xlq-accent);
}

.xlq-category-showcase__header h2 {
  margin: 7px 0 0;
  color: var(--xlq-ink);
  font-size: clamp(23px, 2.2vw, 30px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.xlq-category-more {
  min-width: max-content;
  padding: 9px 13px;
  border: 1px solid var(--xlq-line);
  border-radius: 999px;
  color: var(--xlq-muted);
  background: rgba(255, 255, 255, .78);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
}

.xlq-category-more:hover,
.xlq-category-more:focus {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-category-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xlq-category-product {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--xlq-line);
  border-radius: 15px;
  color: var(--xlq-ink);
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 29, 45, .045);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.xlq-category-product:hover,
.xlq-category-product:focus {
  color: var(--xlq-ink);
  border-color: rgba(42, 168, 189, .50);
  box-shadow: 0 15px 30px rgba(10, 29, 45, .11);
  transform: translateY(-4px);
}

.xlq-category-product__media {
  height: 176px;
  position: relative;
  overflow: hidden;
  background-color: #e8eef0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xlq-category-product__media::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 8px solid rgba(255, 255, 255, .56);
  pointer-events: none;
}

.xlq-category-product__label {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(9, 48, 59, .88);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.xlq-category-product__copy {
  padding: 16px;
}

.xlq-category-product__meta {
  color: var(--xlq-accent);
  font-size: 12px;
  font-weight: 850;
}

.xlq-category-product__copy h3 {
  margin: 7px 0 6px;
  color: var(--xlq-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.xlq-category-product__copy p {
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  color: var(--xlq-muted);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Product category content: keep the existing sidebar, refine the main column */
.xlq-category-product-main {
  min-width: 0;
}

.main-container.xlq-product-category-main {
  padding-top: 48px;
}

.xlq-category-featured {
  margin-bottom: 26px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(8, 116, 154, .16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 29, 45, .065);
}

.xlq-category-featured__row {
  min-height: 220px;
  padding: 16px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(8, 116, 154, .07), rgba(42, 168, 189, .025)),
    #f5f8f9;
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.xlq-category-featured__row--text-only {
  min-height: 164px;
  grid-template-columns: 1fr;
}

.xlq-category-featured__image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .84);
  border-radius: 13px;
  background: #e8eef0;
  box-shadow: 0 14px 30px rgba(10, 29, 45, .11);
}

.xlq-category-featured__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.xlq-category-featured__copy {
  min-width: 0;
  padding: 12px 34px 12px 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  align-content: center;
  column-gap: 8px;
  row-gap: 0;
  transform: translateY(-32px);
}

.xlq-category-featured__row--text-only .xlq-category-featured__copy {
  padding: 24px 34px;
}

.xlq-category-featured__copy h2 {
  margin: 0;
  grid-column: 2;
  color: var(--xlq-ink);
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.04em;
  transform: translateY(-8px);
}

.xlq-category-featured__intro {
  min-width: 0;
  min-height: 0;
  padding-top: 4px;
  grid-column: 2;
  border-top: 1px solid rgba(8, 116, 154, .18);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.xlq-category-featured__intro-label {
  margin-bottom: 8px;
  color: var(--xlq-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.xlq-category-featured__intro p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--xlq-muted);
  font-size: 14px;
  line-height: 1.75;
}

.xlq-category-featured__intro [data-xlq-lang-copy] {
  display: none;
}

html[data-xlq-language="zh-cn"] .xlq-category-featured__intro [data-xlq-lang-copy="zh-cn"],
html[data-xlq-language="en"] .xlq-category-featured__intro [data-xlq-lang-copy="en"],
html[data-xlq-language="ms"] .xlq-category-featured__intro [data-xlq-lang-copy="ms"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.xlq-category-product-grid__heading {
  margin-bottom: 18px;
  padding: 0 2px 15px;
  border-bottom: 1px solid var(--xlq-line);
}

.xlq-category-product-grid__heading h2 {
  margin: 7px 0 0;
  color: var(--xlq-ink);
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.xlq-category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xlq-category-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  color: var(--xlq-ink);
  background: #fff;
  box-shadow: 0 9px 24px rgba(10, 29, 45, .05);
  transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}

.xlq-category-product-card:hover,
.xlq-category-product-card:focus {
  color: var(--xlq-ink);
  border-color: rgba(42, 168, 189, .48);
  box-shadow: 0 16px 32px rgba(10, 29, 45, .11);
  transform: translateY(-4px);
}

.xlq-category-product-card:focus-visible {
  outline: 3px solid rgba(42, 168, 189, .28);
  outline-offset: 3px;
}

.xlq-category-product-card__image {
  height: 154px;
  position: relative;
  overflow: hidden;
  background-color: #e8eef0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xlq-category-product-card__image::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 7px solid rgba(255, 255, 255, .58);
  pointer-events: none;
}

.xlq-category-product-card__image > span {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(9, 48, 59, .84);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.xlq-category-product-card__body {
  min-height: 146px;
  padding: 15px;
}

.xlq-category-product-card__meta {
  margin-bottom: 7px;
  color: var(--xlq-muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  font-weight: 750;
}

.xlq-category-product-card__meta span:first-child {
  color: var(--xlq-accent);
  font-weight: 900;
}

.xlq-category-product-card__body h3 {
  margin: 0 0 7px;
  color: var(--xlq-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.42;
}

.xlq-category-product-card__body p {
  margin: 0;
  overflow: hidden;
  color: var(--xlq-muted);
  display: -webkit-box;
  font-size: 11px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xlq-category-product-grid__pagination {
  margin-top: 30px;
  text-align: center;
}

/* Product detail workbench */
.xlq-product-detail-page {
  padding: 56px 0 44px;
}

.xlq-product-detail-header {
  position: relative;
  padding: 24px 30px 26px;
  overflow: hidden;
  border: 1px solid rgba(8, 116, 154, .16);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(8, 116, 154, .08), rgba(42, 168, 189, .03) 62%, transparent),
    #fff;
  box-shadow: 0 14px 40px rgba(10, 29, 45, .065);
}

.xlq-product-detail-header::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 5px;
  content: "";
  border-radius: 0 5px 5px 0;
  background: var(--xlq-accent);
}

.xlq-product-detail-meta {
  margin-bottom: 12px;
  color: var(--xlq-muted);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  font-weight: 700;
}

.xlq-product-detail-meta a {
  color: var(--xlq-blue);
}

.xlq-product-detail-meta i {
  margin-right: 6px;
}

.xlq-product-detail-header h1 {
  max-width: 880px;
  margin: 0;
  color: var(--xlq-ink);
  font-size: clamp(29px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.045em;
}

.xlq-product-workbench {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  align-items: stretch;
  gap: 18px;
}

.xlq-product-gallery,
.xlq-product-overview {
  min-width: 0;
  border: 1px solid var(--xlq-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 29, 45, .07);
}

.xlq-product-gallery {
  padding: 14px;
}

.xlq-product-gallery-main {
  height: 400px;
  overflow: hidden;
  border-radius: 13px;
  background:
    linear-gradient(rgba(8, 116, 154, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 116, 154, .035) 1px, transparent 1px),
    #edf3f4;
  background-size: 28px 28px;
}

.xlq-product-gallery-main .swiper-slide {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xlq-product-gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: contain;
}

.xlq-product-gallery-main .swiper-button-next,
.xlq-product-gallery-main .swiper-button-prev {
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 1px solid rgba(255, 255, 255, .70);
  border-radius: 50%;
  color: #fff;
  background: rgba(9, 48, 59, .78);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.xlq-product-gallery-main .swiper-button-next::after,
.xlq-product-gallery-main .swiper-button-prev::after {
  display: none;
}

.xlq-product-gallery-main .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: .45;
  background: var(--xlq-ink);
}

.xlq-product-gallery-main .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
  border-radius: 999px;
  background: var(--xlq-accent);
}

.xlq-product-gallery-thumbs {
  height: 82px;
  margin-top: 12px;
}

.xlq-product-gallery-thumbs .swiper-slide {
  padding: 5px;
  overflow: hidden;
  opacity: .58;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #edf3f4;
  cursor: pointer;
}

.xlq-product-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--xlq-blue);
}

.xlq-product-gallery-thumbs img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: contain;
}

.xlq-product-overview {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border-top: 4px solid var(--xlq-accent);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 182, 0, .10), transparent 36%),
    #fff;
  display: flex;
  flex-direction: column;
}

.xlq-product-overview::after {
  width: 86px;
  height: 86px;
  position: absolute;
  top: -42px;
  right: -42px;
  border: 1px solid rgba(8, 116, 154, .10);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 16px rgba(8, 116, 154, .025);
  pointer-events: none;
}

.xlq-product-overview__head {
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--xlq-line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.xlq-product-overview h2 {
  margin: 7px 0 0;
  color: var(--xlq-ink);
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.xlq-product-category-line {
  margin-top: 17px;
  padding: 10px 12px;
  border: 1px solid rgba(8, 116, 154, .10);
  border-radius: 10px;
  color: var(--xlq-muted);
  background: rgba(8, 116, 154, .045);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.xlq-product-category-line i {
  color: var(--xlq-blue);
}

.xlq-product-category-line strong {
  margin-left: auto;
  color: var(--xlq-ink-2);
  font-weight: 800;
  text-align: right;
}

.xlq-product-view-stat {
  min-width: 96px;
  padding: 8px 10px;
  border: 1px solid rgba(8, 116, 154, .15);
  border-radius: 12px;
  color: var(--xlq-blue-dark);
  background: rgba(8, 116, 154, .055);
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .72);
}

.xlq-product-view-stat > i {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 6px 14px rgba(8, 116, 154, .18);
}

.xlq-product-view-stat span,
.xlq-product-view-stat b,
.xlq-product-view-stat small {
  display: block;
}

.xlq-product-view-stat b {
  color: var(--xlq-ink);
  font-size: 15px;
  line-height: 1.05;
}

.xlq-product-view-stat small {
  margin-top: 3px;
  color: var(--xlq-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .04em;
}

.xlq-product-price {
  width: fit-content;
  margin: 18px 0 0;
  padding: 5px 10px;
  border: 1px solid rgba(240, 164, 59, .24);
  border-radius: 999px;
  color: var(--xlq-accent);
  background: rgba(240, 164, 59, .07);
  font-size: 17px;
  font-weight: 900;
}

.xlq-product-lead {
  margin: 17px 0 0;
  padding: 14px 15px;
  border-left: 3px solid var(--xlq-accent);
  border-radius: 0 10px 10px 0;
  color: var(--xlq-muted);
  background: rgba(239, 245, 247, .72);
  font-size: 14px;
  line-height: 1.75;
}

.xlq-product-lead--fallback {
  color: var(--xlq-ink-2);
  font-weight: 650;
}

.xlq-product-support-note {
  margin-top: 15px;
  padding: 14px 15px;
  border: 1px solid rgba(8, 116, 154, .11);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 116, 154, .07), rgba(42, 168, 189, .025));
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.xlq-product-support-note > i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(8, 116, 154, .18);
}

.xlq-product-support-note span,
.xlq-product-support-note b,
.xlq-product-support-note small {
  display: block;
}

.xlq-product-support-note b {
  color: var(--xlq-ink);
  font-size: 13px;
  line-height: 1.3;
}

.xlq-product-support-note small {
  margin-top: 4px;
  color: var(--xlq-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.xlq-product-actions {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.xlq-product-actions .btn {
  min-width: 0;
  flex: 1 1 170px;
}

.xlq-product-attributes {
  margin: 15px 0 0;
  padding: 15px 17px;
  border-radius: 12px;
  background: var(--xlq-mist);
}

.xlq-product-attributes:empty {
  display: none;
}

.xlq-product-attributes li {
  padding: 9px 0;
  border-bottom: 1px solid var(--xlq-line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}

.xlq-product-attributes li:last-child {
  border-bottom: 0;
}

.xlq-product-attributes li span {
  color: var(--xlq-muted);
  text-align: right;
}

.xlq-product-story {
  margin-top: 22px;
  padding: 34px;
  border: 1px solid var(--xlq-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 29, 45, .06);
}

.xlq-product-section-heading {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--xlq-line);
}

.xlq-product-section-heading h2 {
  margin: 7px 0 0;
  color: var(--xlq-ink);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.xlq-product-section-heading--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.xlq-product-story__content {
  padding: 0;
  color: var(--xlq-ink-2);
}

.xlq-product-story__content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 12px;
}

.xlq-related-products {
  padding: 38px 0 94px;
}

.xlq-related-product-card {
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  color: var(--xlq-ink);
  background: #fff;
  display: block;
  box-shadow: 0 10px 26px rgba(10, 29, 45, .055);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.xlq-related-product-card:hover,
.xlq-related-product-card:focus {
  color: var(--xlq-ink);
  border-color: rgba(42, 168, 189, .48);
  box-shadow: 0 17px 34px rgba(10, 29, 45, .11);
  transform: translateY(-4px);
}

.xlq-related-product-card__media {
  height: 154px;
  position: relative;
  background-color: #e8eef0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xlq-related-product-card__media span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(9, 48, 59, .86);
  font-size: 10px;
  font-weight: 800;
}

.xlq-related-product-card__copy {
  min-height: 96px;
  padding: 14px 15px 16px;
}

.xlq-related-product-card__copy > span {
  color: var(--xlq-accent);
  font-size: 11px;
  font-weight: 850;
}

.xlq-related-product-card__copy h3 {
  margin: 6px 0 0;
  color: var(--xlq-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.38;
}

/* Desktop full-page scroll */
.xlq-screen-nav {
  position: fixed;
  z-index: 700;
  top: 50%;
  right: auto;
  left: 18px;
  display: none;
  flex-direction: column;
  gap: 7px;
  transform: translateY(-50%);
}

.xlq-screen-nav button {
  width: 132px;
  height: 36px;
  position: relative;
  padding: 0;
  border: 0;
  color: var(--xlq-ink);
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: 132px;
  align-items: center;
  justify-content: start;
  column-gap: 0;
}

.xlq-screen-nav-dot {
  display: none;
}

.xlq-screen-nav-label {
  width: 132px;
  min-height: 30px;
  box-sizing: border-box;
  position: relative;
  order: 1;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 29, 45, .78);
  box-shadow: 0 6px 18px rgba(5, 20, 32, .14);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.xlq-screen-nav button:hover .xlq-screen-nav-label,
.xlq-screen-nav button:focus-visible .xlq-screen-nav-label {
  background: rgba(10, 29, 45, .94);
  box-shadow: 0 8px 22px rgba(5, 20, 32, .22);
  transform: translateX(2px);
}

.xlq-screen-nav button.is-active .xlq-screen-nav-label {
  background: rgba(8, 116, 154, .94);
  box-shadow: 0 8px 24px rgba(8, 116, 154, .25);
}

.xlq-screen-nav button.is-active .xlq-screen-nav-label::before {
  width: 3px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 9px;
  border-radius: 999px;
  content: "";
  background: var(--xlq-accent);
  box-shadow: 0 0 0 3px rgba(240, 164, 59, .12);
  transform: translateY(-50%);
}

.xlq-screen-hero {
  position: relative;
}

.xlq-scroll-cue {
  position: absolute;
  z-index: 8;
  right: max(calc((100vw - 1210px) / 2), 30px);
  bottom: 151px;
  color: rgba(255, 255, 255, .70);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
  display: none;
  align-items: center;
  gap: 9px;
}

.xlq-scroll-cue::after {
  width: 1px;
  height: 38px;
  content: "";
  background: linear-gradient(var(--xlq-accent), rgba(255, 255, 255, .18));
}

@media (min-width: 992px) and (min-height: 560px) and (pointer: fine) {
  html.xlq-fullpage-active {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
  }

  .xlq-fullpage-active body.home-page {
    overscroll-behavior-y: none;
  }

  .xlq-fullpage-active .xlq-header {
    height: 88px;
    margin-bottom: 0 !important;
  }

  .xlq-fullpage-active .header-topline {
    display: none;
  }

  .xlq-fullpage-active .site-navigation,
  .xlq-fullpage-active .site-navigation.navbar-fixed {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }

  .xlq-fullpage-active .xlq-screen-nav,
  .xlq-fullpage-active .xlq-scroll-cue {
    display: flex;
  }

  .xlq-fullpage-active .xlq-screen {
    height: calc(100vh - 88px);
    min-height: 592px;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 88px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .xlq-fullpage-active .xlq-screen:not(.xlq-screen-hero):not(.xlq-screen-footer) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    display: flex;
    align-items: center;
  }

  .xlq-fullpage-active .xlq-screen:not(.xlq-screen-hero):not(.xlq-screen-footer) > .container {
    width: 100%;
  }

  .xlq-fullpage-active .xlq-screen-hero {
    height: calc(100vh - 88px);
    min-height: 592px;
  }

  .xlq-fullpage-active .xlq-screen-hero .home-banner {
    height: calc(100% - 126px);
    min-height: 466px;
  }

  .xlq-fullpage-active .home-banner .box-slider-content {
    padding: 28px 0 42px;
  }

  .xlq-fullpage-active .home-banner .box-slide-sub-title {
    margin-bottom: 15px;
    font-size: clamp(42px, 4.6vw, 64px);
  }

  .xlq-fullpage-active .home-banner .box-slide-description {
    max-width: 620px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .xlq-fullpage-active .hero-kicker {
    margin-bottom: 13px;
  }

  .xlq-fullpage-active .hero-actions .btn {
    min-height: 48px;
    padding: 11px 24px;
  }

  .xlq-fullpage-active .section-heading {
    margin-bottom: 24px;
  }

  .xlq-fullpage-active .section-heading h2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: clamp(30px, 2.65vw, 40px);
  }

  .xlq-fullpage-active .section-heading p {
    font-size: 14px;
  }

  .xlq-fullpage-active .about-visual {
    min-height: 0;
  }

  .xlq-fullpage-active .about-visual img {
    height: min(58vh, 440px);
    min-height: 360px;
  }

  .xlq-fullpage-active .about-copy .content {
    max-height: 112px;
    margin-bottom: 18px;
    line-height: 1.75;
  }

  .xlq-fullpage-active .about-points {
    margin-bottom: 22px;
    gap: 10px 18px;
  }

  .xlq-fullpage-active .home-product .property-item .pi-pic,
  .xlq-fullpage-active .home-cases .project-img-container .gallery-popup {
    height: min(31vh, 250px);
    min-height: 220px;
  }

  .xlq-fullpage-active .property-item .pi-text {
    padding: 17px 20px 19px;
  }

  .xlq-fullpage-active .property-item .pi-text h3,
  .xlq-fullpage-active .property-item .pi-text h5 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .xlq-fullpage-active .property-item .pi-text .desc {
    height: 40px;
    line-height: 20px;
  }

  .xlq-fullpage-active .general-btn {
    margin-top: 12px;
  }

  .xlq-fullpage-active .home-cases .shuffle-item .project-img-container .project-item-info {
    min-height: 108px;
    padding: 17px 20px 19px;
  }

  .xlq-fullpage-active .home-news .section-heading {
    margin-bottom: 24px;
  }

  .xlq-fullpage-active .news-column {
    padding: 22px 24px;
  }

  .xlq-fullpage-active .news-column-head {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }

  .xlq-fullpage-active .news-featured {
    padding-bottom: 15px;
  }

  .xlq-fullpage-active .news-item {
    min-height: 48px;
  }

  .xlq-fullpage-active .xlq-screen-footer {
    height: auto;
    min-height: calc(100vh - 88px);
    padding-top: 38px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .xlq-fullpage-active .xlq-screen-footer .footer-cta-card {
    min-height: 154px;
    padding: 26px 38px;
  }

  .xlq-fullpage-active .xlq-screen-footer .footer-main {
    padding-top: 54px;
    padding-bottom: 20px;
  }

  .xlq-fullpage-active .xlq-screen-footer .footer-description {
    line-height: 1.7;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) and (min-height: 560px) and (pointer: fine) {
  .xlq-fullpage-active .home-banner .box-slider-text {
    margin-left: 168px;
  }
}

/* Utility animation */
.xlq-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

.xlq-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .xlq-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Keep long English navigation labels on one desktop row */
@media (min-width: 992px) {
  .site-navigation > .container {
    width: calc(100% - 40px);
    max-width: 1560px;
  }

  .site-navigation .navbar,
  .xlq-header .navbar-collapse,
  .xlq-header .navbar-collapse > .navbar-nav,
  .xlq-header .nav-utility {
    flex-wrap: nowrap;
  }

  .xlq-header .navbar-collapse {
    min-width: 0;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child {
    min-width: 0;
    max-width: none;
    margin-right: auto !important;
    flex: 0 1 auto;
    column-gap: 7px;
  }

  .xlq-header .navbar-nav > li,
  .xlq-header .nav-utility {
    flex: 0 0 auto;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child > li {
    min-width: 0;
    flex: 0 0 auto;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child > li:first-child {
    margin-right: 11px;
    margin-left: 10px;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 13px;
    justify-content: flex-start;
    text-align: center;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link::after {
    right: 12px;
    left: 12px;
  }

  .xlq-header .nav-contact .btn {
    width: 150px;
    justify-content: center;
  }

  .xlq-header ul.navbar-nav > li > .nav-link,
  .xlq-header .nav-contact .btn {
    white-space: nowrap;
  }
}

@media (min-width: 1400px) {
  .xlq-header .logo,
  .xlq-lang-en .xlq-header .logo,
  .xlq-lang-zh .xlq-header .logo {
    margin-right: 28px;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link,
  .xlq-lang-en .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link,
  .xlq-lang-zh .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 13px;
    letter-spacing: 0;
    gap: 5px;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link::after,
  .xlq-lang-en .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link::after,
  .xlq-lang-zh .xlq-header .navbar-collapse > .navbar-nav:first-child > li > .nav-link::after {
    right: 12px;
    left: 12px;
  }

  .xlq-header .nav-utility,
  .xlq-lang-en .nav-utility,
  .xlq-lang-zh .nav-utility {
    gap: 9px;
  }

  .xlq-header .nav-contact .btn {
    width: 164px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .site-navigation > .container {
    width: calc(100% - 24px);
  }

  .xlq-header .logo {
    margin-right: 16px;
  }

  .xlq-header .logo img {
    max-width: 128px;
  }

  .xlq-header ul.navbar-nav > li > .nav-link {
    padding: 0 8px !important;
    font-size: 12px;
  }

  .xlq-header .navbar-nav > li > .nav-link::after {
    right: 8px;
    left: 8px;
  }

  .nav-utility .language-switch .nav-link span {
    display: none;
  }

  .xlq-header .nav-contact {
    margin-left: 4px;
  }

  .xlq-header .nav-contact .btn {
    padding: 8px 12px !important;
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 1100px;
  }

  .xlq-header .logo {
    margin-right: 18px;
  }

  .xlq-header .logo img {
    max-width: 138px;
  }

  .xlq-header ul.navbar-nav > li > .nav-link {
    padding: 0 10px !important;
    font-size: 13px;
  }

  .xlq-header .navbar-nav > li > .nav-link::after {
    right: 10px;
    left: 10px;
  }

  .nav-utility .language-switch .nav-link span {
    display: none;
  }

  .about-copy {
    padding-left: 20px;
  }

  .about-visual {
    margin-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-space,
  .project-area.section-space {
    padding: 78px 0;
  }

  .xlq-category-grid {
    grid-template-columns: 1fr;
  }

  .xlq-product-workbench {
    grid-template-columns: 1fr;
  }

  .xlq-product-gallery-main {
    height: 390px;
  }

  .header-topline {
    display: none;
  }

  .site-navigation,
  .site-navigation .navbar {
    min-height: 74px;
  }

  .xlq-header .logo img {
    max-width: 142px;
    max-height: 48px;
  }

  .xlq-header .navbar-toggler {
    width: 46px;
    height: 42px;
    padding: 8px;
    border: 1px solid var(--xlq-line);
    border-radius: 9px;
  }

  .xlq-header .navbar-collapse {
    width: 100%;
    max-height: calc(100vh - 74px);
    position: absolute;
    z-index: 1000;
    top: 74px;
    right: 0;
    left: 0;
    padding: 12px 20px 22px;
    overflow-y: auto;
    border-top: 1px solid var(--xlq-line);
    background: #fff;
    box-shadow: 0 20px 40px rgba(10, 29, 45, .12);
  }

  .xlq-header .navbar-nav {
    align-items: stretch !important;
  }

  .xlq-header ul.navbar-nav > li > .nav-link {
    min-height: 48px;
    padding: 0 12px !important;
    border-bottom: 1px solid var(--xlq-line);
  }

  .xlq-header .navbar-nav > li > .nav-link::after {
    display: none;
  }

  .xlq-header .dropdown-menu {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0 0 8px;
    padding: 8px 8px 8px 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .xlq-header .navbar-nav > .dropdown > .dropdown-menu {
    width: auto;
    left: auto;
    transform: none;
  }

  .nav-utility {
    display: none;
  }

  .mobile-tools-wrap {
    margin-top: 16px;
    display: block;
  }

  .mobile-phone-link {
    margin-top: 10px;
    padding: 11px 14px;
    border-radius: 9px;
    color: #fff;
    background: var(--xlq-blue);
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-align: center;
  }

  .home-banner {
    height: 640px;
    min-height: 640px;
  }

  .home-banner .box-slider-content {
    padding: 70px 0 95px;
  }

  .home-banner .box-slide-sub-title {
    font-size: 52px;
  }

  .capability-item {
    padding: 26px 20px;
    gap: 14px;
  }

  .capability-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
    font-size: 18px;
  }

  .about-visual {
    min-height: auto;
    margin: 0 18px 50px 0;
  }

  .about-visual img {
    height: 480px;
  }

  .about-copy {
    padding-left: 0;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .property-controls {
    max-width: 100%;
  }

  .property-controls .nav-tabs,
  .shuffle-btn-group.nav-tabs {
    justify-content: flex-start;
  }

  .home-news .row {
    row-gap: 24px;
  }

  .footer-cta-card {
    padding: 40px;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta-actions {
    flex-wrap: wrap;
  }

  .content-inner-page {
    padding-left: 0;
  }

  .column-title.xlq-inner-section-title {
    margin-bottom: 34px;
  }

  .sidebar {
    margin-bottom: 38px;
  }

  .xlq-location-card {
    padding: 32px;
    grid-template-columns: minmax(210px, .8fr) minmax(340px, 1.2fr);
    gap: 28px;
  }

  .xlq-location-copy {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }

  .xlq-category-featured__row {
    min-height: 0;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .xlq-category-featured__image {
    width: min(190px, 100%);
    margin: 0 auto;
  }

  .xlq-category-featured__copy {
    padding: 4px 10px 14px;
    grid-template-columns: 1fr;
    gap: 8px;
    transform: none;
    text-align: left;
  }

  .xlq-category-featured__copy h2,
  .xlq-category-featured__intro {
    grid-column: 1;
  }

  .xlq-category-featured__copy h2 {
    transform: none;
  }

  .xlq-category-featured__row--text-only .xlq-category-featured__copy {
    padding: 22px 14px;
  }

  .xlq-category-featured__intro {
    min-height: 0;
    padding: 8px 0 0;
  }

  .xlq-category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xlq-category-overview {
    padding: 58px 0 76px;
  }

  .xlq-product-detail-page {
    padding: 58px 0 34px;
  }

  .xlq-product-detail-header {
    padding: 24px 25px 26px;
  }

  .xlq-product-gallery-main {
    height: 340px;
  }

  .xlq-product-story,
  .xlq-product-overview {
    padding: 28px;
  }

  .xlq-related-products {
    padding: 30px 0 76px;
  }

  .section-space,
  .project-area.section-space {
    padding: 64px 0;
  }

  .section-space-sm {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .home-banner {
    height: 590px;
    min-height: 590px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 19, 30, .88), rgba(5, 19, 30, .48));
  }

  .home-banner .box-slider-content {
    padding: 55px 0 84px;
  }

  .home-banner .box-slide-sub-title {
    font-size: 42px;
  }

  .home-banner .box-slide-description {
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .home-banner .swiper-pagination {
    bottom: 24px;
    padding-left: 15px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-item,
  .capability-item:first-child {
    min-height: 92px;
    padding: 20px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 29, 45, .10);
    border-left: 0;
  }

  .capability-item:last-child {
    border-bottom: 0;
  }

  .about-visual {
    margin-right: 0;
  }

  .about-visual::before {
    display: none;
  }

  .about-visual img {
    height: 390px;
  }

  .about-badge {
    right: 14px;
    bottom: 14px;
    min-width: 190px;
    padding: 17px 20px;
  }

  .about-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .property-controls .nav-tabs,
  .shuffle-btn-group.nav-tabs {
    margin: 0 -15px;
    padding: 0 15px 5px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .property-controls .nav-tabs li,
  .shuffle-btn-group.nav-tabs li {
    flex: 0 0 auto;
  }

  .home-product .property-item .pi-pic,
  .home-cases .project-img-container .gallery-popup {
    height: 270px;
  }

  .news-column {
    padding: 22px;
  }

  .news-featured {
    grid-template-columns: 1fr;
  }

  .news-image {
    height: 190px;
  }

  .news-item {
    align-items: flex-start;
    padding: 12px 0;
    flex-direction: column;
    gap: 3px;
  }

  .footer-cta {
    margin-bottom: -62px;
  }

  .footer-cta-card {
    min-height: 0;
    padding: 32px 24px;
    border-radius: 17px;
  }

  .footer-cta-actions,
  .footer-cta-actions .btn {
    width: 100%;
  }

  .footer {
    padding-top: 62px;
  }

  .footer-main {
    padding: 75px 0 50px;
  }

  .copyright-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .banner-area,
  .banner-area .banner-text,
  .banner-area .container,
  .banner-area .row {
    min-height: 220px;
  }

  .banner-area .banner-title {
    font-size: 38px;
  }

  .main-container {
    padding: 36px 0 68px;
  }

  .project-area.xlq-inner-content-section {
    padding-top: 36px;
  }

  .xlq-contact-action {
    min-height: 210px;
    margin-bottom: 22px;
  }

  .product__details__text {
    padding: 34px 0 10px;
  }

  .xlq-location-card {
    padding: 28px;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .xlq-location-card::after {
    top: 25%;
    left: 50%;
  }

  .xlq-location-visual {
    min-height: 220px;
  }
}

/* 2.4.9 light capability strip and high-contrast hero typography */
.home-banner .box-slider-text {
  position: relative;
  isolation: isolate;
}

.home-banner .box-slider-text::before {
  position: absolute;
  z-index: -1;
  top: -34px;
  right: -70px;
  bottom: -34px;
  left: -38px;
  content: "";
  pointer-events: none;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 18% 48%, rgba(3, 17, 29, .70) 0%, rgba(3, 17, 29, .44) 38%, rgba(3, 17, 29, .16) 64%, transparent 79%);
  filter: blur(2px);
}

.home-banner .box-slide-sub-title {
  color: #fff;
  -webkit-text-stroke: .65px rgba(1, 12, 22, .38);
  text-shadow:
    0 2px 0 rgba(1, 12, 22, .72),
    0 7px 18px rgba(1, 12, 22, .64),
    0 20px 46px rgba(1, 12, 22, .38);
  filter: drop-shadow(0 2px 1px rgba(1, 12, 22, .42));
}

.home-banner .box-slide-description {
  color: rgba(248, 252, 253, .94);
  font-weight: 600;
  text-shadow: 0 2px 3px rgba(1, 12, 22, .92), 0 8px 22px rgba(1, 12, 22, .62);
}

.hero-kicker {
  width: fit-content;
  padding: 7px 13px 7px 0;
  color: rgba(244, 250, 252, .92);
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(1, 12, 22, .88), 0 8px 20px rgba(1, 12, 22, .48);
}

.capability-strip {
  color: var(--xlq-ink);
  border-top: 1px solid rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(8, 116, 154, .12);
  background:
    radial-gradient(circle at 88% -30%, rgba(42, 168, 189, .16), transparent 34%),
    radial-gradient(circle at 10% 125%, rgba(240, 164, 59, .09), transparent 31%),
    linear-gradient(112deg, #fbfdfe 0%, #eef6f8 49%, #f8fbfb 100%);
  box-shadow: 0 20px 46px rgba(10, 48, 66, .11), inset 0 1px rgba(255, 255, 255, .96);
}

.capability-strip::after {
  border-color: rgba(8, 116, 154, .10);
  box-shadow: 0 0 0 46px rgba(42, 168, 189, .025), 0 0 0 92px rgba(240, 164, 59, .018);
}

.capability-item,
.capability-item:first-child {
  border-color: rgba(8, 74, 103, .11);
}

.capability-item::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
}

.capability-item:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(218, 240, 243, .68));
  box-shadow: inset 0 0 0 1px rgba(8, 116, 154, .08), 0 14px 28px rgba(10, 67, 89, .08);
}

.capability-icon {
  color: var(--xlq-blue);
  border-color: rgba(8, 116, 154, .20);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(217, 239, 243, .88));
  box-shadow: inset 0 1px rgba(255, 255, 255, 1), 0 10px 24px rgba(8, 116, 154, .12);
}

.capability-item strong {
  color: var(--xlq-ink);
}

.capability-item small {
  color: #647b87;
}

.xlq-dark .capability-strip {
  color: #fff;
  border-top-color: rgba(125, 210, 221, .09);
  border-bottom-color: transparent;
  background:
    radial-gradient(circle at 10% 0%, rgba(33, 167, 160, .13), transparent 27%),
    linear-gradient(104deg, #04121b 0%, #071d29 48%, #082832 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .capability-item,
.xlq-dark .capability-item:first-child {
  border-color: rgba(151, 195, 210, .15);
}

.xlq-dark .capability-item:hover {
  background: linear-gradient(135deg, rgba(18, 99, 123, .24), rgba(33, 167, 160, .08));
  box-shadow: none;
}

.xlq-dark .capability-icon {
  color: #8fe0e9;
  border-color: rgba(125, 210, 221, .28);
  background: linear-gradient(145deg, rgba(17, 94, 119, .62), rgba(20, 61, 76, .70));
  box-shadow: inset 0 1px rgba(255, 255, 255, .13), 0 10px 24px rgba(0, 0, 0, .14);
}

.xlq-dark .capability-item strong {
  color: #fff;
}

.xlq-dark .capability-item small {
  color: rgba(221, 237, 242, .66);
}

@media (max-width: 767.98px) {
  .home-banner .box-slider-text::before {
    top: -22px;
    right: -16px;
    bottom: -24px;
    left: -18px;
    border-radius: 20px;
  }

  .capability-item,
  .capability-item:first-child {
    border-bottom-color: rgba(8, 74, 103, .11);
  }

  .xlq-dark .capability-item,
  .xlq-dark .capability-item:first-child {
    border-bottom-color: rgba(151, 195, 210, .15);
  }
}

/* 2.5.1 remove visual noise and refine vertical rhythm */
.home-banner .box-slider-text::before {
  display: none;
}

.home-banner .box-slide-sub-title {
  text-shadow: 0 2px 12px rgba(2, 14, 24, .32);
}

.home-banner .box-slide-description {
  color: rgba(250, 253, 254, .94);
  text-shadow: 0 1px 7px rgba(2, 14, 24, .42);
}

.hero-kicker {
  text-shadow: 0 1px 6px rgba(2, 14, 24, .42);
}

.xlq-dark .capability-strip {
  background:
    radial-gradient(circle at 88% -38%, rgba(42, 168, 189, .08), transparent 34%),
    linear-gradient(104deg, #061824 0%, #08212f 50%, #092934 100%);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .capability-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, .018), transparent 58%);
}

.xlq-dark .capability-item::after {
  right: -135px;
  background: linear-gradient(90deg, transparent, rgba(143, 224, 233, .10), transparent);
  opacity: 0;
  transition: right .48s ease, opacity .18s ease;
}

.xlq-dark .capability-item:hover::after {
  right: 105%;
  opacity: .7;
}

.xlq-why-heading {
  transform: translateY(-18px);
}

@media (max-width: 767.98px) {
  .home-banner .box-slide-sub-title {
    text-shadow: 0 2px 9px rgba(2, 14, 24, .34);
  }

  .xlq-why-heading {
    transform: translateY(-8px);
  }
}

/* 2.4.5 homepage assurance section */
.xlq-why-heading .section-heading {
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
}

.xlq-why-heading .section-heading p {
  margin-right: auto;
  margin-left: auto;
}

.xlq-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.xlq-why-card {
  min-height: 440px;
  padding: 44px 40px 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 29, 45, .09);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 44px rgba(10, 29, 45, .09), inset 0 1px rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.xlq-why-card::after {
  width: 122px;
  height: 122px;
  position: absolute;
  right: -54px;
  bottom: -56px;
  content: "";
  border: 1px solid rgba(8, 116, 154, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(8, 116, 154, .035);
  pointer-events: none;
}

.xlq-why-card:hover {
  border-color: rgba(8, 116, 154, .26);
  box-shadow: 0 24px 56px rgba(10, 29, 45, .14), inset 0 1px rgba(255, 255, 255, .94);
  transform: translateY(-6px);
}

.xlq-why-card__top {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.xlq-why-icon {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  position: relative;
  border: 1px solid rgba(8, 116, 154, .20);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, var(--xlq-blue-dark), var(--xlq-blue) 58%, var(--xlq-cyan));
  box-shadow: 0 13px 26px rgba(8, 116, 154, .20), inset 0 1px rgba(255, 255, 255, .25);
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xlq-why-icon::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 14px;
}

.xlq-why-card h3 {
  margin: 0 0 24px;
  color: var(--xlq-ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.xlq-why-card__copy p {
  margin: 0;
  color: var(--xlq-muted);
  font-size: 16px;
  line-height: 1.85;
}

.xlq-why-card__copy p + p {
  margin-top: 16px;
}

.xlq-dark .home-why {
  background:
    radial-gradient(circle at 8% 14%, rgba(240, 164, 59, .08), transparent 25%),
    radial-gradient(circle at 94% 84%, rgba(33, 167, 160, .10), transparent 28%),
    linear-gradient(145deg, #0b1b25 0%, #102630 52%, #132b34 100%);
}

.xlq-dark .xlq-why-card {
  border-color: rgba(108, 151, 167, .20);
  background: rgba(13, 31, 41, .88);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .04);
}

.xlq-dark .xlq-why-card:hover {
  border-color: rgba(89, 196, 210, .34);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .34);
}

.xlq-dark .xlq-why-card__copy p {
  color: #d5e3e8;
}

@media (min-width: 992px) and (min-height: 560px) and (pointer: fine) {
  .xlq-fullpage-active .home-why.xlq-screen {
    height: auto;
    min-height: calc(100vh - 88px);
  }

  .xlq-fullpage-active .home-why .xlq-why-heading .section-heading {
    margin-bottom: 30px;
  }

  .xlq-fullpage-active .home-why .xlq-why-card {
    min-height: 390px;
    padding: 34px 34px 31px;
  }

  .xlq-fullpage-active .home-why .xlq-why-card__top {
    margin-bottom: 27px;
  }

  .xlq-fullpage-active .home-why .xlq-why-icon {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
    font-size: 26px;
  }

  .xlq-fullpage-active .home-why .xlq-why-card h3 {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .xlq-fullpage-active .home-why .xlq-why-card__copy p {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 991.98px) {
  .xlq-why-grid {
    grid-template-columns: 1fr;
  }

  .xlq-why-card {
    min-height: 0;
  }

}

@media (max-width: 767.98px) {
  .xlq-why-heading .section-heading {
    margin-bottom: 24px;
  }

  .xlq-why-grid {
    gap: 16px;
  }

  .xlq-why-card {
    padding: 32px 26px 30px;
    border-radius: 16px;
  }

  .xlq-why-card__top {
    margin-bottom: 25px;
  }

  .xlq-why-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    border-radius: 17px;
    font-size: 25px;
  }

  .xlq-why-card h3 {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .xlq-why-card__copy p {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-title.xlq-inner-section-title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.025em;
  }

  .xlq-category-product-grid {
    grid-template-columns: 1fr;
  }

  .xlq-category-product-card__image {
    height: 190px;
  }

  .xlq-category-showcase {
    padding: 19px;
  }

  .xlq-category-showcase__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .xlq-category-products {
    grid-template-columns: 1fr;
  }

  .xlq-category-product__media {
    height: 210px;
  }

  .xlq-product-detail-header h1 {
    font-size: 29px;
  }

  .xlq-product-gallery {
    padding: 10px;
  }

  .xlq-product-gallery-main {
    height: 280px;
  }

  .xlq-product-gallery-main .swiper-slide {
    padding: 10px;
  }

  .xlq-product-gallery-thumbs {
    height: 66px;
  }

  .xlq-product-overview,
  .xlq-product-story {
    padding: 23px;
  }

  .xlq-product-overview__head {
    gap: 12px;
  }

  .xlq-product-view-stat {
    min-width: 88px;
    padding: 7px 8px;
  }

  .xlq-product-view-stat > i {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .xlq-product-section-heading--row {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-banner .box-slide-sub-title {
    font-size: 36px;
  }

  .hero-kicker {
    font-size: 10px;
  }

  .about-visual img {
    height: 330px;
  }

  .home-product .property-item .pi-pic,
  .home-cases .project-img-container .gallery-popup {
    height: 255px;
  }

  .footer-cta-card h2 {
    font-size: 29px;
  }

  .map-con,
  .map-con .map {
    min-height: 320px;
  }

  .xlq-location-card {
    min-height: 0;
    padding: 22px;
  }

  .xlq-location-visual {
    min-height: 190px;
  }

  .xlq-location-ring {
    width: 170px;
    height: 170px;
  }

  .xlq-location-copy {
    padding: 25px 22px;
  }

  .xlq-location-copy h2 {
    font-size: 25px;
  }

  .xlq-client-pagination .pagination {
    gap: 5px;
  }

  .xlq-client-pagination .pagination li a,
  .xlq-client-pagination .pagination li span {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
  }

  .xlq-client-pagination .xlq-page-edge,
  .xlq-client-pagination .xlq-page-ellipsis {
    display: none;
  }
}

/* Dark mode */
html.xlq-dark {
  color-scheme: dark;
  --xlq-ink: #edf5f7;
  --xlq-ink-2: #d5e3e8;
  --xlq-paper: #0b1821;
  --xlq-mist: #142730;
  --xlq-line: #2b414c;
  --xlq-muted: #9fb1ba;
  --xlq-page-bg: #08141c;
  --xlq-surface: rgba(16, 35, 45, .90);
  --xlq-shadow: 0 24px 64px rgba(0, 0, 0, .32);
  --xlq-shadow-soft: 0 18px 48px rgba(0, 0, 0, .25);
  --xlq-shadow-frame: 0 0 0 5px rgba(39, 67, 79, .72), 0 24px 62px rgba(0, 0, 0, .34);
}

.xlq-dark .xlq-screen-nav button:not(.is-active) .xlq-screen-nav-label {
  color: #102832;
  border: 1px solid rgba(255, 255, 255, .76);
  background: linear-gradient(135deg, rgba(250, 253, 254, .96), rgba(207, 226, 232, .92));
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .92);
}

.xlq-dark .xlq-screen-nav button:not(.is-active):hover .xlq-screen-nav-label,
.xlq-dark .xlq-screen-nav button:not(.is-active):focus-visible .xlq-screen-nav-label {
  color: #071a23;
  background: linear-gradient(135deg, #ffffff, #dcecf0);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .30), inset 0 1px #fff;
}

.xlq-dark body,
.xlq-dark .body-inner {
  color: #dbe7eb;
  background: #08141c;
}

/* Global dark-mode guard: the legacy stylesheet assigns #303030 to all headings. */
.xlq-dark h1,
.xlq-dark h2,
.xlq-dark h3,
.xlq-dark h4,
.xlq-dark h5,
.xlq-dark h6 {
  color: #edf5f7 !important;
}

.xlq-dark h1 a,
.xlq-dark h2 a,
.xlq-dark h3 a,
.xlq-dark h4 a,
.xlq-dark h5 a,
.xlq-dark h6 a {
  color: inherit !important;
}

.xlq-dark h1 a:hover,
.xlq-dark h2 a:hover,
.xlq-dark h3 a:hover,
.xlq-dark h4 a:hover,
.xlq-dark h5 a:hover,
.xlq-dark h6 a:hover,
.xlq-dark h1 a:focus-visible,
.xlq-dark h2 a:focus-visible,
.xlq-dark h3 a:focus-visible,
.xlq-dark h4 a:focus-visible,
.xlq-dark h5 a:focus-visible,
.xlq-dark h6 a:focus-visible {
  color: #59c4d2 !important;
}

.xlq-dark .text-dark {
  color: #edf5f7 !important;
}

.xlq-dark .text-muted,
.xlq-dark .text-secondary {
  color: #9fb1ba !important;
}

.xlq-dark .bg-light,
.xlq-dark .bg-white {
  color: #dbe7eb !important;
  background-color: #10242e !important;
}

.xlq-dark .project-info-label,
.xlq-dark .featured-tab .lead,
.xlq-dark .latest-post .post-title a,
.xlq-dark .comments-list .comment-reply,
.xlq-dark .comments-list .comment-author,
.xlq-dark .comments-counter a,
.xlq-dark .sidebar ul.nav-tabs li,
.xlq-dark .sidebar ul.nav-tabs li a,
.xlq-dark .product__details__text ul li .share a {
  color: #d5e3e8;
}

.xlq-dark .search-input,
.xlq-dark .card,
.xlq-dark .list-group-item,
.xlq-dark .modal-content,
.xlq-dark .accordion-group .card {
  color: #dbe7eb;
  border-color: #304a56 !important;
  background: #10242e !important;
}

/* CMS-generated filter blocks appear on product and recruitment archives. */
.xlq-dark .filter {
  color: #dbe7eb;
  border: 1px solid #29424e;
  border-radius: 14px;
  background: rgba(15, 33, 43, .92) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .filter .option + .option {
  border-top: 1px solid #2a414c;
}

.xlq-dark .filter .option-title,
.xlq-dark .filter ul li a {
  color: #c9d9df;
}

.xlq-dark .filter ul li a.active,
.xlq-dark .filter ul li a:hover,
.xlq-dark .filter ul li a:focus-visible {
  color: #64c9d7;
}

.xlq-dark .main-content table,
.xlq-dark .main-content th,
.xlq-dark .main-content td,
.xlq-dark .table,
.xlq-dark .table th,
.xlq-dark .table td {
  color: #dbe7eb !important;
  border-color: #304a56 !important;
  background-color: transparent !important;
}

.xlq-dark .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(89, 196, 210, .045);
}

.xlq-dark a:hover,
.xlq-dark .eyebrow,
.xlq-dark .news-column-head > a,
.xlq-dark .home-cases .project-img-container .project-cat {
  color: #59c4d2;
}

.xlq-dark .xlq-header {
  background: #0b1922;
}

.xlq-dark .header-topline {
  background: #06121a;
}

.xlq-dark .site-navigation,
.xlq-dark .site-navigation.navbar-fixed {
  border-bottom-color: rgba(105, 142, 157, .18);
  background: rgba(10, 25, 34, .97);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .22);
}

.xlq-dark .xlq-header .logo a {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.xlq-dark .xlq-header .dropdown-menu,
.xlq-dark .xlq-header .navbar-collapse {
  border-color: #2b414c;
  background: #0e202a;
}

.xlq-dark .xlq-header .dropdown-menu {
  border-color: rgba(111, 160, 179, .22);
  background: rgba(14, 32, 42, .98);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .34);
}

.xlq-dark .xlq-header .dropdown-menu li a {
  color: #d7e4e9;
}

.xlq-dark .xlq-header .dropdown-menu > li + li::before {
  background: linear-gradient(90deg, transparent, rgba(124, 174, 191, .24) 16%, rgba(124, 174, 191, .24) 84%, transparent);
}

.xlq-dark .xlq-header .dropdown-menu li.active > a,
.xlq-dark .xlq-header .dropdown-menu li:hover > a,
.xlq-dark .service-menu li a,
.xlq-dark .product__details__text > ul {
  background: #142a35;
}

.xlq-dark .xlq-header .dropdown-menu li.active > a,
.xlq-dark .xlq-header .dropdown-menu li:hover > a {
  color: #67d2df;
  background: rgba(27, 93, 112, .36);
}

.xlq-dark .theme-toggle {
  color: #dce8ed;
  border-color: #314b57;
  background: rgba(17, 39, 50, .86);
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.xlq-dark .theme-toggle:hover,
.xlq-dark .theme-toggle:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-dark .theme-icon-dark {
  display: none;
}

.xlq-dark .theme-icon-light {
  display: inline-block;
}

.xlq-dark .capability-strip {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .07);
  background: #071720;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .capability-item,
.xlq-dark .capability-item:first-child {
  border-color: rgba(255, 255, 255, .11);
}

.xlq-dark .capability-item strong {
  color: #fff;
}

.xlq-dark .capability-item small {
  color: rgba(255, 255, 255, .58);
}

.xlq-dark .capability-icon {
  color: #73d7e5;
  border-color: rgba(115, 215, 229, .22);
  background: rgba(8, 116, 154, .22);
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.xlq-dark .home-about,
.xlq-dark .home-product,
.xlq-dark .home-cases,
.xlq-dark .home-news {
  border-color: rgba(105, 142, 157, .12);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 -24px 64px rgba(0, 0, 0, .14);
}

.xlq-dark .home-about {
  background:
    radial-gradient(circle at 12% 84%, rgba(240, 164, 59, .07), transparent 26%),
    linear-gradient(145deg, #112731 0%, #0d1e28 58%, #091720 100%);
}

.xlq-dark .home-product {
  background:
    radial-gradient(circle at 8% 18%, rgba(33, 167, 160, .10), transparent 28%),
    linear-gradient(155deg, #0a1821 0%, #102630 54%, #0b1c25 100%);
}

.xlq-dark .home-cases {
  background:
    radial-gradient(circle at 92% 8%, rgba(8, 116, 154, .15), transparent 28%),
    linear-gradient(155deg, #10232d 0%, #0c1b24 53%, #081720 100%);
}

.xlq-dark .home-news {
  background:
    radial-gradient(circle at 85% 90%, rgba(240, 164, 59, .065), transparent 28%),
    linear-gradient(145deg, #091821 0%, #11252e 54%, #0b1a23 100%);
}

.xlq-dark .home-about::before,
.xlq-dark .home-product::before,
.xlq-dark .home-cases::before,
.xlq-dark .home-news::before,
.xlq-dark .main-container::before {
  background-image:
    linear-gradient(rgba(156, 190, 202, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 190, 202, .035) 1px, transparent 1px);
}

.xlq-dark .home-about::after,
.xlq-dark .home-product::after,
.xlq-dark .home-cases::after,
.xlq-dark .home-news::after {
  border-color: rgba(89, 196, 210, .11);
  box-shadow: 0 0 0 58px rgba(89, 196, 210, .022), 0 0 0 116px rgba(240, 164, 59, .012);
}

.xlq-dark .btn-outline-primary,
.xlq-dark .property-controls .nav-tabs a,
.xlq-dark .shuffle-btn-group.nav-tabs a {
  color: #75cdda;
  border-color: #355360;
  background: rgba(15, 34, 44, .84);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .055);
}

.xlq-dark .property-controls .nav-tabs a.active,
.xlq-dark .property-controls .nav-tabs a:hover,
.xlq-dark .shuffle-btn-group.nav-tabs a.active,
.xlq-dark .shuffle-btn-group.nav-tabs a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 62%, #15959b);
}

.xlq-dark .property-item,
.xlq-dark .home-cases .shuffle-item .project-img-container,
.xlq-dark .news-column,
.xlq-dark .sidebar .widget,
.xlq-dark .post,
.xlq-dark .blog-item,
.xlq-dark .post-content.post-single,
.xlq-dark .job-item,
.xlq-dark .ts-service-box-bg,
.xlq-dark .product__details__pic {
  border-color: #29424e;
  background: rgba(15, 33, 43, .92);
  box-shadow: 0 0 0 4px rgba(36, 61, 72, .46), 0 20px 52px rgba(0, 0, 0, .24);
}

.xlq-dark .property-item:hover,
.xlq-dark .home-cases .shuffle-item .project-img-container:hover,
.xlq-dark .news-column:hover {
  border-color: rgba(89, 196, 210, .30);
  box-shadow: 0 0 0 5px rgba(43, 75, 88, .62), 0 28px 66px rgba(0, 0, 0, .34);
}

.xlq-dark .xlq-contact-action,
.xlq-dark .xlq-contact-action:hover,
.xlq-dark .xlq-contact-action:focus,
.xlq-dark .xlq-contact-action .ts-service-box-content h4 {
  color: #f3f7f8;
}

.xlq-dark .xlq-contact-action .ts-service-box-content p {
  color: #a9bdc5;
}

.xlq-dark .xlq-category-showcase,
.xlq-dark .xlq-category-product,
.xlq-dark .xlq-category-featured,
.xlq-dark .xlq-category-product-card,
.xlq-dark .xlq-product-detail-header,
.xlq-dark .xlq-product-gallery,
.xlq-dark .xlq-product-overview,
.xlq-dark .xlq-product-story,
.xlq-dark .xlq-related-product-card {
  color: #f3f7f8;
  border-color: #29424e;
  background: rgba(15, 33, 43, .94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
}

.xlq-dark .xlq-category-showcase__header,
.xlq-dark .xlq-product-section-heading,
.xlq-dark .xlq-product-overview__head,
.xlq-dark .xlq-product-attributes li {
  border-color: #2a414c;
}

.xlq-dark .xlq-product-view-stat {
  color: #87dce5;
  border-color: rgba(103, 210, 223, .20);
  background: rgba(20, 67, 82, .46);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.xlq-dark .xlq-product-view-stat b {
  color: #f3f7f8;
}

.xlq-dark .xlq-product-view-stat small {
  color: #9db1ba;
}

.xlq-dark .xlq-product-category-line,
.xlq-dark .xlq-product-support-note,
.xlq-dark .xlq-product-lead {
  border-color: #2a4a58;
  background: rgba(20, 53, 66, .55);
}

.xlq-dark .xlq-product-category-line strong,
.xlq-dark .xlq-product-support-note b,
.xlq-dark .xlq-product-lead--fallback {
  color: #e9f3f5;
}

.xlq-dark .xlq-product-category-line,
.xlq-dark .xlq-product-support-note small {
  color: #9db1ba;
}

.xlq-dark .xlq-category-showcase__header h2,
.xlq-dark .xlq-category-product,
.xlq-dark .xlq-category-product:hover,
.xlq-dark .xlq-category-product__copy h3,
.xlq-dark .xlq-category-featured__copy h2,
.xlq-dark .xlq-category-product-grid__heading h2,
.xlq-dark .xlq-category-product-card,
.xlq-dark .xlq-category-product-card:hover,
.xlq-dark .xlq-category-product-card__body h3,
.xlq-dark .xlq-product-detail-header h1,
.xlq-dark .xlq-product-overview h2,
.xlq-dark .xlq-product-section-heading h2,
.xlq-dark .xlq-related-product-card,
.xlq-dark .xlq-related-product-card:hover,
.xlq-dark .xlq-related-product-card__copy h3 {
  color: #f3f7f8;
}

.xlq-dark .xlq-category-product__copy p,
.xlq-dark .xlq-category-featured__copy p,
.xlq-dark .xlq-category-product-card__body p,
.xlq-dark .xlq-product-lead,
.xlq-dark .xlq-product-attributes li span {
  color: #a9bdc5;
}

.xlq-dark .xlq-category-product__media,
.xlq-dark .xlq-category-product-card__image,
.xlq-dark .xlq-related-product-card__media,
.xlq-dark .xlq-product-gallery-main,
.xlq-dark .xlq-product-gallery-thumbs .swiper-slide {
  background-color: #122731;
}

.xlq-dark .xlq-product-attributes {
  background: #122731;
}

.xlq-dark .xlq-category-featured__row {
  background: #122731;
}

.xlq-dark .xlq-category-product-grid__heading {
  border-color: #2a414c;
}

.xlq-dark .xlq-category-more {
  color: #9fb5be;
  border-color: #355360;
  background: #142b36;
}

.xlq-dark .property-item .pi-pic,
.xlq-dark .news-image,
.xlq-dark .home-cases .project-img-container .gallery-popup {
  border-color: #304b57;
  background-color: #122731;
}

.xlq-dark .property-item .pi-pic::before,
.xlq-dark .about-visual::after {
  border-color: rgba(188, 216, 226, .18);
}

.xlq-dark .product-arrow {
  color: #e7f1f4;
  border-color: #47616c;
  background: rgba(17, 38, 49, .88);
}

.xlq-dark .home-cases .shuffle-item .project-img-container .project-item-info {
  border-top-color: #29424e;
  background: linear-gradient(180deg, rgba(18, 39, 49, .98), rgba(12, 29, 38, .98));
}

.xlq-dark .news-column-head,
.xlq-dark .news-featured,
.xlq-dark .news-item,
.xlq-dark .sidebar .widget-title,
.xlq-dark .product__details__text > ul li,
.xlq-dark .product__details__tab .nav-tabs {
  border-color: #2a414c;
}

.xlq-dark .widget-tags .widget-title .float-right a {
  color: #64c9d7;
}

.xlq-dark .sidebar .widget ul li a {
  color: #d6e4e9;
}

.xlq-dark .sidebar .widget-tags ul > li a {
  color: #d6e4e9;
  border-color: #3a5662;
  background: #142b36;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .sidebar .widget-tags ul > li.active > a,
.xlq-dark .sidebar .widget-tags ul > li a.active,
.xlq-dark .sidebar .widget-tags ul > li a[aria-current="page"],
.xlq-dark .sidebar .widget-tags ul > li a:hover,
.xlq-dark .sidebar .widget-tags ul > li a:focus-visible {
  color: #08151d;
  border-color: var(--xlq-accent);
  background: var(--xlq-accent);
  box-shadow: 0 8px 18px rgba(240, 164, 59, .16);
}

.xlq-dark .main-container {
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 116, 154, .13), transparent 25%),
    radial-gradient(circle at 8% 88%, rgba(240, 164, 59, .055), transparent 24%),
    linear-gradient(145deg, #10232d 0%, #0b1b24 52%, #08161f 100%);
}

.xlq-dark .xlq-location-card {
  border-color: rgba(89, 196, 210, .18);
  background:
    radial-gradient(circle at 25% 50%, rgba(33, 167, 160, .12), transparent 27%),
    linear-gradient(135deg, #122b35 0%, #0e222c 52%, #0a1a23 100%);
}

.xlq-dark .xlq-location-card::before {
  background-image:
    linear-gradient(rgba(156, 193, 205, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 193, 205, .055) 1px, transparent 1px);
}

.xlq-dark .xlq-location-card::after,
.xlq-dark .xlq-location-ring,
.xlq-dark .xlq-location-ring::before {
  border-color: rgba(89, 196, 210, .20);
}

.xlq-dark .xlq-location-copy {
  border-color: rgba(115, 157, 171, .18);
  background: rgba(11, 27, 36, .76);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .26), inset 0 1px rgba(255, 255, 255, .045);
}

.xlq-dark .xlq-location-address {
  color: #c2d2d8;
}

.xlq-dark .xlq-location-note {
  color: #91a7b0;
}

.xlq-dark .main-content {
  color: #b7c6cc;
}

.xlq-dark .entry-header .entry-title,
.xlq-dark .entry-header .entry-title a,
.xlq-dark .blog-item .bi-text h4 a,
.xlq-dark .sidebar .widget.recent-posts .post-info .entry-title a,
.xlq-dark .home-news .imggroup .imggroup-text .title a,
.xlq-dark .home-news li.item a,
.xlq-dark .news-column-head h3,
.xlq-dark .news-column-head h3 a,
.xlq-dark .news-featured-copy h4,
.xlq-dark .news-featured-copy h4 a,
.xlq-dark .news-item strong {
  color: #edf5f7 !important;
}

.xlq-dark .home-news > [class*="col-"] {
  border-color: #2a414c !important;
}

.xlq-dark .home-news h3,
.xlq-dark .home-news .imggroup,
.xlq-dark .home-news li.item {
  border-color: #2a414c;
}

.xlq-dark .home-news h3 em a,
.xlq-dark .home-news .imggroup .imggroup-text .desc,
.xlq-dark .home-news li.item .date {
  color: #9fb1ba;
}

.xlq-dark .post-meta,
.xlq-dark .post-meta a,
.xlq-dark .blog-item .bi-text ul li,
.xlq-dark .blog-item .bi-text .desc,
.xlq-dark .pagination_info,
.xlq-dark .share-items,
.xlq-dark .social-icons-head {
  color: #aebfc7;
}

.xlq-dark .post-meta span,
.xlq-dark .post-single .entry-content,
.xlq-dark .blog-item,
.xlq-dark .blog-item .bi-pic,
.xlq-dark .blog-item.large-blog .bi-pic,
.xlq-dark .bc-related-post,
.xlq-dark .bc-related-post .previous-post,
.xlq-dark .bc-related-post .next-post {
  border-color: #304a56;
}

.xlq-dark .post-meta i,
.xlq-dark .blog-item .bi-text ul li i {
  color: #64c9d7;
}

.xlq-dark .post-tags a {
  color: #c9d9df;
  border-color: #3a5662;
  background: #142b36;
}

.xlq-dark .bc-related-post {
  background: rgba(11, 27, 36, .82);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.xlq-dark .bc-related-post .previous-post,
.xlq-dark .bc-related-post .next-post {
  color: #d8e5e9;
  background: #142b36;
}

.xlq-dark .bc-related-post .previous-post:hover,
.xlq-dark .bc-related-post .next-post:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-dark .form-control {
  color: #e5eef2;
  border-color: #304a56;
  background: #10242e;
}

.xlq-dark .form-control::placeholder {
  color: #758b96;
}

.xlq-dark .form-control:focus {
  border-color: #2aa8bd;
  background: #132b36;
  box-shadow: 0 0 0 3px rgba(42, 168, 189, .14);
}

.xlq-dark .pagination li a,
.xlq-dark .pagination li span {
  color: #b1c2c9;
  border-color: #304a56;
  background: #10242e;
}

.xlq-dark .pagination li.active span,
.xlq-dark .pagination li a:hover,
.xlq-dark .pagination li a:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-dark .footer {
  border-top: 1px solid rgba(110, 151, 166, .10);
}

.xlq-dark .xlq-empty-state {
  color: #9fb1ba;
  border-color: rgba(89, 196, 210, .25);
  background:
    radial-gradient(circle at 85% 15%, rgba(42, 168, 189, .10), transparent 30%),
    rgba(15, 34, 44, .78);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.xlq-dark .xlq-empty-state > i {
  color: #64c9d7;
  border-color: rgba(89, 196, 210, .22);
  background: rgba(42, 168, 189, .10);
}

@media (max-width: 575.98px) {
  .post-content.post-single {
    padding: 20px 16px;
  }

  .post-single .entry-header .entry-title {
    font-size: 24px;
  }

  .post-meta span {
    margin: 0 10px 8px 0;
    padding-right: 10px;
  }

  .tags-area {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .bc-related-post {
    grid-template-columns: 1fr;
  }

  .bc-related-post .next-post {
    justify-content: flex-start;
    text-align: left;
  }

  .xlq-empty-state {
    min-height: 200px;
    padding: 26px 22px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .xlq-empty-state.is-compact {
    min-height: 150px;
  }
}

/* 2.3.9 visual refinement: precise aluminium, quieter surfaces */
:root {
  --xlq-radius: 16px;
  --xlq-shadow: 0 20px 48px rgba(10, 29, 45, .11);
  --xlq-shadow-soft: 0 12px 34px rgba(10, 29, 45, .075);
}

.btn {
  min-height: 46px;
  padding: 11px 23px;
  box-shadow: 0 8px 20px rgba(10, 29, 45, .08);
  transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background-color .22s ease, border-color .22s ease;
}

.btn::before {
  display: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: 0 12px 26px rgba(8, 116, 154, .22);
}

.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 15px 30px rgba(8, 116, 154, .27);
}

.section-heading h2 {
  line-height: 1.1;
  letter-spacing: -.04em;
}

.section-heading p {
  max-width: 620px;
  line-height: 1.7;
}

.home-about,
.home-product,
.home-cases {
  box-shadow: inset 0 1px rgba(255, 255, 255, .62);
}

.home-about::before,
.home-product::before,
.home-cases::before {
  opacity: .58;
  background-size: 64px 64px;
}

.home-about::after,
.home-product::after,
.home-cases::after {
  opacity: .46;
}

.about-visual {
  padding: 0;
}

.about-visual::before {
  top: 20px;
  right: -20px;
  bottom: -20px;
  left: 20px;
  width: auto;
  height: auto;
  border-radius: 18px;
  opacity: .62;
}

.about-visual::after {
  inset: 0;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.about-visual img {
  border-radius: 16px;
  box-shadow: 0 22px 52px rgba(10, 29, 45, .14);
}

.property-controls .nav-tabs,
.shuffle-btn-group.nav-tabs {
  gap: 8px;
}

.property-controls .nav-tabs a,
.shuffle-btn-group.nav-tabs a {
  padding: 8px 14px;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

.property-controls .nav-tabs a.active,
.property-controls .nav-tabs a:hover,
.shuffle-btn-group.nav-tabs a.active,
.shuffle-btn-group.nav-tabs a:hover {
  box-shadow: 0 9px 20px rgba(8, 116, 154, .18);
}

.property-item,
.home-cases .shuffle-item .project-img-container {
  border-color: rgba(10, 29, 45, .09);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(10, 29, 45, .09);
}

.property-item:hover,
.home-cases .shuffle-item .project-img-container:hover {
  border-color: rgba(8, 116, 154, .25);
  box-shadow: 0 20px 44px rgba(10, 29, 45, .14);
  transform: translateY(-4px);
}

.property-item .pi-pic,
.home-product .property-item .pi-pic,
.home-cases .project-img-container .gallery-popup {
  margin: 0;
  border: 0;
  border-radius: 0;
}

.property-item .pi-pic::before {
  display: none;
}

.property-item .label {
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  background: rgba(7, 35, 49, .84);
}

.property-item .pi-text {
  padding: 19px 20px 21px;
}

.product-meta {
  margin-bottom: 9px;
}

.property-item .pi-text h3,
.property-item .pi-text h5 {
  font-size: 17px;
  line-height: 1.4;
}

.home-cases .shuffle-item .project-img-container .project-item-info {
  padding: 17px 20px 19px;
  border-top-color: rgba(10, 29, 45, .07);
  background: rgba(255, 255, 255, .96);
}

.case-index {
  top: 14px;
  right: 14px;
}

.footer-cta-card {
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(8, 116, 154, .22);
  outline: 0;
}

.footer-main {
  padding-bottom: 56px;
}

.footer-logo {
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

#back-to-top {
  right: 20px;
  bottom: 20px;
  z-index: 800;
}

#back-to-top .btn.btn-primary {
  width: 42px;
  height: 42px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue));
  box-shadow: 0 12px 28px rgba(5, 40, 56, .28);
  line-height: 42px;
}

#back-to-top .btn.btn-primary:hover,
#back-to-top .btn.btn-primary:focus {
  background: linear-gradient(135deg, var(--xlq-blue), var(--xlq-cyan));
  box-shadow: 0 15px 32px rgba(8, 116, 154, .32);
}

.xlq-product-detail-header,
.xlq-product-gallery,
.xlq-product-overview,
.xlq-product-story,
.xlq-category-showcase,
.sidebar .widget,
.post-content.post-single {
  border-color: rgba(10, 29, 45, .09);
  box-shadow: 0 12px 34px rgba(10, 29, 45, .07);
}

.xlq-product-overview {
  border-top-width: 3px;
}

.xlq-product-overview::after {
  opacity: .55;
}

.xlq-product-view-stat,
.xlq-product-category-line,
.xlq-product-support-note {
  box-shadow: none;
}

.xlq-related-product-card {
  box-shadow: 0 10px 28px rgba(10, 29, 45, .07);
}

.xlq-related-product-card:hover,
.xlq-related-product-card:focus {
  box-shadow: 0 16px 34px rgba(10, 29, 45, .12);
  transform: translateY(-3px);
}

.xlq-dark .home-about,
.xlq-dark .home-product,
.xlq-dark .home-cases {
  box-shadow: inset 0 1px rgba(255, 255, 255, .03);
}

.xlq-dark .property-item,
.xlq-dark .home-cases .shuffle-item .project-img-container,
.xlq-dark .xlq-product-detail-header,
.xlq-dark .xlq-product-gallery,
.xlq-dark .xlq-product-overview,
.xlq-dark .xlq-product-story,
.xlq-dark .xlq-category-showcase,
.xlq-dark .sidebar .widget,
.xlq-dark .post-content.post-single {
  border-color: rgba(108, 151, 167, .20);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .22);
}

.xlq-dark .property-item:hover,
.xlq-dark .home-cases .shuffle-item .project-img-container:hover {
  border-color: rgba(89, 196, 210, .34);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .31);
}

.xlq-dark .home-cases .shuffle-item .project-img-container .project-item-info {
  background: rgba(15, 33, 43, .98);
}

.xlq-dark .property-controls .nav-tabs a,
.xlq-dark .shuffle-btn-group.nav-tabs a {
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .btn {
    min-height: 44px;
    padding: 10px 19px;
  }

  .property-item,
  .home-cases .shuffle-item .project-img-container {
    border-radius: 14px;
  }

  .footer-cta-card {
    border-radius: 15px;
  }

  #back-to-top {
    right: 14px;
    bottom: 14px;
  }

  #back-to-top .btn.btn-primary {
    width: 38px;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
  }
}

/* 2.4.1 square product media: show complete catalogue photography */
.home-product .section-heading,
.home-product .property-filter {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.home-product .property-item .pi-pic,
.xlq-fullpage-active .home-product .property-item .pi-pic {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.xlq-category-product-card__image,
.xlq-category-product__media,
.xlq-related-product-card__media {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.xlq-category-product-card__body {
  min-height: 128px;
}

.xlq-dark .home-product .property-item .pi-pic,
.xlq-dark .xlq-category-product-card__image,
.xlq-dark .xlq-category-product__media,
.xlq-dark .xlq-related-product-card__media {
  background-color: #122731;
}

@media (min-width: 992px) and (min-height: 560px) and (pointer: fine) {
  .xlq-fullpage-active .home-product .section-heading,
  .xlq-fullpage-active .home-product .property-filter {
    max-width: clamp(900px, calc((100vh - 420px) * 3), 1160px);
  }
}

/* 2.4.2 project portfolio: editorial imagery instead of product-style cards */
.xlq-case-section-head {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.xlq-case-section-head .section-heading {
  margin: 0;
}

.xlq-case-heading-link {
  min-height: 46px;
  padding: 0 20px;
  flex: 0 0 auto;
  border: 1px solid rgba(8, 116, 154, .22);
  border-radius: 999px;
  color: var(--xlq-ink);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 12px 28px rgba(10, 29, 45, .08);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.xlq-case-heading-link:hover,
.xlq-case-heading-link:focus {
  color: #fff;
  background: var(--xlq-blue);
  box-shadow: 0 16px 34px rgba(8, 116, 154, .20);
  transform: translateY(-2px);
}

.xlq-case-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xlq-case-editorial-card {
  min-width: 0;
}

.xlq-case-editorial-media {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  color: #fff;
  background: #102735;
  box-shadow: 0 20px 48px rgba(10, 29, 45, .16);
  display: block;
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}

.xlq-case-editorial-media::after {
  width: 0;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  content: "";
  background: linear-gradient(90deg, var(--xlq-orange), #32b6bb);
  transition: width .35s ease;
}

.xlq-case-editorial-media:hover,
.xlq-case-editorial-media:focus {
  color: #fff;
  box-shadow: 0 28px 60px rgba(10, 29, 45, .23);
  transform: translateY(-6px);
}

.xlq-case-editorial-media:hover::after,
.xlq-case-editorial-media:focus::after {
  width: 100%;
}

.xlq-case-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(1.01);
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.xlq-case-editorial-media:hover img,
.xlq-case-editorial-media:focus img {
  transform: scale(1.065);
}

.xlq-case-editorial-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 24, 35, .05) 28%, rgba(6, 24, 35, .88) 100%);
}

.xlq-case-editorial-index {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  color: rgba(255, 255, 255, .88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}

.xlq-case-editorial-copy {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.xlq-case-editorial-category,
.xlq-case-portfolio-category {
  margin-bottom: 8px;
  color: #f5b047;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.xlq-case-editorial-copy strong {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
}

.xlq-case-editorial-card.is-featured .xlq-case-editorial-copy strong {
  max-width: none;
  font-size: 19px;
}

.xlq-case-editorial-action {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.xlq-case-editorial-action i,
.xlq-case-portfolio-action i {
  margin-left: 6px;
  transition: transform .25s ease;
}

.xlq-case-editorial-media:hover .xlq-case-editorial-action i,
.xlq-case-editorial-media:focus .xlq-case-editorial-action i,
.xlq-case-portfolio-media:hover .xlq-case-portfolio-action i,
.xlq-case-portfolio-media:focus .xlq-case-portfolio-action i {
  transform: translateX(5px);
}

.xlq-case-empty {
  grid-column: 1 / -1;
}

.xlq-case-portfolio-head {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(8, 116, 154, .14);
}

.xlq-case-portfolio-head h2 {
  margin: 8px 0 8px;
  color: var(--xlq-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.xlq-case-portfolio-head p {
  max-width: 680px;
  margin: 0;
  color: var(--xlq-muted);
}

.xlq-case-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.xlq-case-portfolio-card:first-of-type {
  grid-column: 1 / -1;
}

.xlq-case-portfolio-media {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background: #102735;
  box-shadow: 0 18px 44px rgba(10, 29, 45, .14);
  display: block;
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
}

.xlq-case-portfolio-card:first-of-type .xlq-case-portfolio-media {
  min-height: 430px;
}

.xlq-case-portfolio-media:hover,
.xlq-case-portfolio-media:focus {
  color: #fff;
  box-shadow: 0 26px 58px rgba(10, 29, 45, .22);
  transform: translateY(-5px);
}

.xlq-case-portfolio-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.xlq-case-portfolio-media:hover img,
.xlq-case-portfolio-media:focus img {
  transform: scale(1.055);
}

.xlq-case-portfolio-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 37, .08) 22%, rgba(7, 26, 37, .92) 100%);
}

.xlq-case-portfolio-number {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 22px;
  color: rgba(255, 255, 255, .88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-style: italic;
}

.xlq-case-portfolio-copy {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.xlq-case-portfolio-copy strong {
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.25;
}

.xlq-case-portfolio-description {
  max-width: 720px;
  margin-top: 9px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xlq-case-portfolio-description:empty {
  display: none;
}

.xlq-case-portfolio-action {
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.xlq-case-list-empty {
  grid-column: 1 / -1;
}

.xlq-case-portfolio-pagination {
  margin-top: 34px;
  text-align: center;
}

.xlq-dark .xlq-case-heading-link {
  color: #d7e8ed;
  border-color: rgba(107, 185, 204, .28);
  background: rgba(13, 34, 44, .78);
}

.xlq-dark .xlq-case-portfolio-head {
  border-bottom-color: rgba(107, 185, 204, .18);
}

.xlq-dark .xlq-case-portfolio-head h2 {
  color: #eff6f8;
}

@media (min-width: 992px) and (min-height: 560px) and (pointer: fine) {
  .xlq-fullpage-active .home-cases .xlq-case-section-head {
    margin-bottom: 18px;
  }

  .xlq-fullpage-active .home-cases .xlq-case-editorial-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 991.98px) {
  .xlq-case-editorial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xlq-case-editorial-card.is-featured {
    grid-column: auto;
  }

  .xlq-case-editorial-card.is-featured .xlq-case-editorial-media {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767.98px) {
  .xlq-case-section-head {
    margin-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .xlq-case-heading-link {
    min-height: 42px;
    padding: 0 17px;
  }

  .xlq-case-editorial-grid,
  .xlq-case-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .xlq-case-editorial-card.is-featured,
  .xlq-case-portfolio-card:first-of-type {
    grid-column: auto;
  }

  .xlq-case-editorial-media,
  .xlq-case-editorial-card.is-featured .xlq-case-editorial-media,
  .xlq-case-portfolio-media,
  .xlq-case-portfolio-card:first-of-type .xlq-case-portfolio-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .xlq-case-editorial-card.is-featured .xlq-case-editorial-copy strong,
  .xlq-case-editorial-copy strong,
  .xlq-case-portfolio-copy strong {
    font-size: 21px;
  }

  .xlq-case-editorial-copy,
  .xlq-case-portfolio-copy {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
}

/* 2.4.8 homepage hero and theme refinement */
.site-navigation {
  position: relative;
  isolation: isolate;
  background: linear-gradient(108deg, rgba(255, 255, 255, .995) 0%, rgba(248, 252, 253, .985) 62%, rgba(236, 247, 249, .97) 100%);
  box-shadow: 0 8px 30px rgba(10, 29, 45, .06);
  backdrop-filter: blur(18px) saturate(125%);
}

.site-navigation::before,
.site-navigation::after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.site-navigation::before {
  height: 2px;
  top: 0;
  background: linear-gradient(90deg, var(--xlq-blue-dark) 0 23%, var(--xlq-blue) 23% 48%, var(--xlq-cyan) 48% 72%, rgba(240, 164, 59, .88) 72% 100%);
  opacity: .74;
}

.site-navigation::after {
  height: 1px;
  bottom: -1px;
  background: linear-gradient(90deg, transparent 0%, rgba(8, 116, 154, .20) 22%, rgba(33, 167, 160, .22) 52%, rgba(240, 164, 59, .18) 78%, transparent 100%);
}

.xlq-header .logo {
  padding-right: 24px;
  position: relative;
}

.xlq-header .logo::after {
  width: 1px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: linear-gradient(transparent, rgba(8, 116, 154, .24), transparent);
  transform: translateY(-50%);
}

.xlq-header ul.navbar-nav > li > .nav-link::after {
  height: 2px;
  background: linear-gradient(90deg, var(--xlq-accent), var(--xlq-blue) 48%, var(--xlq-cyan));
  box-shadow: 0 -2px 10px rgba(8, 116, 154, .18);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 19, 30, .88) 0%, rgba(5, 19, 30, .68) 10%, rgba(5, 19, 30, .30) 20%, rgba(5, 19, 30, .08) 28%, transparent 35%),
    linear-gradient(0deg, rgba(5, 19, 30, .24), transparent 34%);
}

.home-banner .box-slide-sub-title,
.home-banner .box-slide-description,
.hero-kicker {
  text-shadow: 0 3px 22px rgba(0, 0, 0, .34);
}

.capability-strip {
  overflow: hidden;
  color: #fff;
  border-bottom: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(33, 167, 160, .20), transparent 27%),
    linear-gradient(104deg, #071b29 0%, #0a2738 48%, #0a3340 100%);
  box-shadow: 0 20px 46px rgba(5, 24, 36, .20), inset 0 1px rgba(255, 255, 255, .08);
}

.capability-strip::before,
.capability-strip::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.capability-strip::before {
  height: 2px;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, var(--xlq-accent), var(--xlq-blue) 44%, var(--xlq-cyan) 72%, transparent);
}

.capability-strip::after {
  width: 310px;
  height: 310px;
  top: -250px;
  right: 6%;
  border: 1px solid rgba(119, 211, 221, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(119, 211, 221, .025), 0 0 0 92px rgba(240, 164, 59, .018);
}

.capability-grid {
  position: relative;
  z-index: 1;
}

.capability-item,
.capability-item:first-child {
  position: relative;
  overflow: hidden;
  border-color: rgba(151, 195, 210, .15);
  transition: background-color .25s ease, transform .25s ease;
}

.capability-item::after {
  width: 110px;
  height: 180%;
  position: absolute;
  top: -40%;
  right: -88px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .055), transparent);
  transform: rotate(18deg);
  transition: right .45s ease;
}

.capability-item:hover {
  background: linear-gradient(135deg, rgba(18, 99, 123, .24), rgba(33, 167, 160, .08));
  transform: translateY(-2px);
}

.capability-item:hover::after {
  right: 105%;
}

.capability-icon {
  color: #8fe0e9;
  border-color: rgba(125, 210, 221, .28);
  background: linear-gradient(145deg, rgba(17, 94, 119, .62), rgba(20, 61, 76, .70));
  box-shadow: inset 0 1px rgba(255, 255, 255, .13), 0 10px 24px rgba(0, 0, 0, .14);
}

.capability-item strong {
  color: #fff;
}

.capability-item small {
  color: rgba(221, 237, 242, .66);
}

.xlq-why-card {
  --xlq-why-tone: 8, 116, 154;
  background:
    radial-gradient(circle at 100% 100%, rgba(var(--xlq-why-tone), .095), transparent 30%),
    rgba(255, 255, 255, .88);
}

.xlq-why-card:nth-child(2) {
  --xlq-why-tone: 33, 145, 120;
}

.xlq-why-card:nth-child(3) {
  --xlq-why-tone: 192, 127, 39;
}

.xlq-why-card::after {
  border-color: rgba(var(--xlq-why-tone), .16);
  box-shadow: 0 0 0 24px rgba(var(--xlq-why-tone), .035);
}

.xlq-why-card:hover {
  border-color: rgba(var(--xlq-why-tone), .30);
}

.xlq-why-card:nth-child(1) .xlq-why-icon {
  border-color: rgba(8, 116, 154, .24);
  background: linear-gradient(145deg, #064a67, #08749a 60%, #1a9cab);
  box-shadow: 0 13px 26px rgba(8, 116, 154, .20), inset 0 1px rgba(255, 255, 255, .25);
}

.xlq-why-card:nth-child(2) .xlq-why-icon {
  border-color: rgba(33, 145, 120, .25);
  background: linear-gradient(145deg, #12604f, #218f78 60%, #38aa94);
  box-shadow: 0 13px 26px rgba(33, 145, 120, .20), inset 0 1px rgba(255, 255, 255, .25);
}

.xlq-why-card:nth-child(3) .xlq-why-icon {
  border-color: rgba(192, 127, 39, .27);
  background: linear-gradient(145deg, #875318, #c07f27 60%, #dda044);
  box-shadow: 0 13px 26px rgba(192, 127, 39, .20), inset 0 1px rgba(255, 255, 255, .25);
}

.xlq-dark .site-navigation,
.xlq-dark .site-navigation.navbar-fixed {
  background: linear-gradient(108deg, rgba(7, 19, 28, .985), rgba(11, 31, 41, .975) 62%, rgba(9, 43, 50, .97));
}

.xlq-dark .site-navigation::after {
  background: linear-gradient(90deg, transparent, rgba(89, 196, 210, .22), rgba(240, 164, 59, .18), transparent);
}

.xlq-dark .xlq-header .logo::after {
  background: linear-gradient(transparent, rgba(113, 185, 205, .28), transparent);
}

.xlq-dark .capability-strip {
  border-bottom-color: transparent;
  background:
    radial-gradient(circle at 10% 0%, rgba(33, 167, 160, .13), transparent 27%),
    linear-gradient(104deg, #04121b 0%, #071d29 48%, #082832 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .home-why {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background:
    radial-gradient(circle at 8% 14%, rgba(240, 164, 59, .08), transparent 25%),
    radial-gradient(circle at 94% 84%, rgba(33, 167, 160, .10), transparent 28%),
    linear-gradient(145deg, #091821 0%, #102630 52%, #0d222b 100%);
  box-shadow: 0 -24px 64px rgba(0, 0, 0, .14);
}

.xlq-dark .home-why::before {
  opacity: .58;
  background-image:
    linear-gradient(rgba(156, 190, 202, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 190, 202, .035) 1px, transparent 1px);
}

.xlq-dark .home-why::after {
  border-color: rgba(89, 196, 210, .10);
  box-shadow: 0 0 0 58px rgba(89, 196, 210, .02), 0 0 0 116px rgba(240, 164, 59, .01);
}

.xlq-dark .xlq-why-card {
  border-color: rgba(var(--xlq-why-tone), .27);
  background:
    radial-gradient(circle at 100% 100%, rgba(var(--xlq-why-tone), .15), transparent 34%),
    linear-gradient(145deg, rgba(17, 40, 51, .94), rgba(10, 28, 38, .94));
}

.xlq-dark .xlq-why-card:hover {
  border-color: rgba(var(--xlq-why-tone), .48);
}

.xlq-dark .xlq-why-card::after {
  border-color: rgba(var(--xlq-why-tone), .23);
  box-shadow: 0 0 0 24px rgba(var(--xlq-why-tone), .055);
}

@media (min-width: 992px) and (max-width: 1599.98px) and (min-height: 560px) and (pointer: fine) {
  .xlq-fullpage-active .home-banner .box-slider-text {
    margin-left: 88px;
  }
}

@media (min-width: 1600px) and (min-height: 560px) and (pointer: fine) {
  .xlq-fullpage-active .home-banner .box-slider-text {
    transform: translateX(-80px);
  }
}

@media (max-width: 991.98px) {
  .xlq-header .logo {
    margin-right: 0;
    padding-right: 0;
  }

  .xlq-header .logo::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 19, 30, .86) 0%, rgba(5, 19, 30, .58) 34%, rgba(5, 19, 30, .22) 72%, rgba(5, 19, 30, .08) 100%),
      linear-gradient(0deg, rgba(5, 19, 30, .22), transparent 42%);
  }

  .capability-item,
  .capability-item:first-child {
    border-bottom-color: rgba(151, 195, 210, .15);
  }
}

/* 2.4.9 cascade finalization: keep light and dark palettes independent */
.home-banner .box-slide-sub-title {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  text-shadow:
    0 2px 0 rgba(1, 12, 22, .72),
    0 7px 18px rgba(1, 12, 22, .64),
    0 20px 46px rgba(1, 12, 22, .38);
}

.home-banner .box-slide-description {
  text-shadow: 0 2px 3px rgba(1, 12, 22, .92), 0 8px 22px rgba(1, 12, 22, .62);
}

.hero-kicker {
  text-shadow: 0 2px 4px rgba(1, 12, 22, .88), 0 8px 20px rgba(1, 12, 22, .48);
}

.capability-strip {
  color: var(--xlq-ink);
  border-top: 1px solid rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(8, 116, 154, .12);
  background:
    radial-gradient(circle at 88% -30%, rgba(42, 168, 189, .16), transparent 34%),
    radial-gradient(circle at 10% 125%, rgba(240, 164, 59, .09), transparent 31%),
    linear-gradient(112deg, #fbfdfe 0%, #eef6f8 49%, #f8fbfb 100%);
  box-shadow: 0 20px 46px rgba(10, 48, 66, .11), inset 0 1px rgba(255, 255, 255, .96);
}

.capability-strip::after {
  border-color: rgba(8, 116, 154, .10);
  box-shadow: 0 0 0 46px rgba(42, 168, 189, .025), 0 0 0 92px rgba(240, 164, 59, .018);
}

.capability-item,
.capability-item:first-child {
  border-color: rgba(8, 74, 103, .11);
}

.capability-item::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
}

.capability-item:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(218, 240, 243, .68));
  box-shadow: inset 0 0 0 1px rgba(8, 116, 154, .08), 0 14px 28px rgba(10, 67, 89, .08);
}

.capability-icon {
  color: var(--xlq-blue);
  border-color: rgba(8, 116, 154, .20);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(217, 239, 243, .88));
  box-shadow: inset 0 1px rgba(255, 255, 255, 1), 0 10px 24px rgba(8, 116, 154, .12);
}

.capability-item strong {
  color: var(--xlq-ink);
}

.capability-item small {
  color: #647b87;
}

.xlq-dark .capability-strip {
  color: #fff;
  border-top-color: rgba(125, 210, 221, .09);
  border-bottom-color: transparent;
  background:
    radial-gradient(circle at 10% 0%, rgba(33, 167, 160, .13), transparent 27%),
    linear-gradient(104deg, #04121b 0%, #071d29 48%, #082832 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .capability-item,
.xlq-dark .capability-item:first-child {
  border-color: rgba(151, 195, 210, .15);
}

.xlq-dark .capability-item:hover {
  background: linear-gradient(135deg, rgba(18, 99, 123, .24), rgba(33, 167, 160, .08));
  box-shadow: none;
}

.xlq-dark .capability-icon {
  color: #8fe0e9;
  border-color: rgba(125, 210, 221, .28);
  background: linear-gradient(145deg, rgba(17, 94, 119, .62), rgba(20, 61, 76, .70));
  box-shadow: inset 0 1px rgba(255, 255, 255, .13), 0 10px 24px rgba(0, 0, 0, .14);
}

.xlq-dark .capability-item strong {
  color: #fff;
}

.xlq-dark .capability-item small {
  color: rgba(221, 237, 242, .66);
}

@media (max-width: 767.98px) {
  .capability-item,
  .capability-item:first-child {
    border-bottom-color: rgba(8, 74, 103, .11);
  }

  .xlq-dark .capability-item,
  .xlq-dark .capability-item:first-child {
    border-bottom-color: rgba(151, 195, 210, .15);
  }
}

/* 2.5.0 restrained premium hero typography */
.home-banner .box-slider-text::before {
  top: -30px;
  right: -62px;
  bottom: -30px;
  left: -34px;
  border-radius: 30px;
  background:
    radial-gradient(ellipse at 16% 48%, rgba(3, 17, 29, .58) 0%, rgba(3, 17, 29, .34) 40%, rgba(3, 17, 29, .12) 66%, transparent 80%);
  filter: blur(5px);
}

.home-banner .box-slide-sub-title {
  max-width: 760px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0;
  font-weight: 800;
  font-kerning: normal;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-shadow:
    0 3px 8px rgba(1, 12, 22, .68),
    0 15px 36px rgba(1, 12, 22, .36);
  filter: none;
}

.home-banner .box-slide-description {
  color: rgba(250, 253, 254, .92);
  font-weight: 500;
  text-shadow: 0 2px 6px rgba(1, 12, 22, .72), 0 8px 24px rgba(1, 12, 22, .32);
}

@media (max-width: 767.98px) {
  .home-banner .box-slider-text::before {
    top: -18px;
    right: -12px;
    bottom: -22px;
    left: -15px;
    border-radius: 22px;
    filter: blur(4px);
  }

  .home-banner .box-slide-sub-title {
    letter-spacing: -.035em;
    text-shadow: 0 2px 6px rgba(1, 12, 22, .66), 0 10px 26px rgba(1, 12, 22, .34);
  }
}

/* 2.5.2 fixed navigation scroll-gap repair
 * main.js reserves the navigation height while navbar-fixed is active.
 * This final override intentionally follows every navigation appearance rule. */
.site-navigation.navbar-fixed {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
}
