:root {
  --deep: #003d78;
  --blue: #0069c8;
  --bright: #0b7fe3;
  --text: #101928;
  --muted: #667085;
  --line: #e4edf6;
  --container: 1440px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.site-header {
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: 0 3px 14px rgba(15, 69, 121, .08);
}

.topbar {
  height: 28px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(90deg, #00356b 0%, #005394 52%, #00386e 100%);
}

.bar-inner,
.nav-inner,
.hero-inner {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
}

.bar-inner p {
  margin: 0;
  opacity: .96;
}

.bar-right {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}

.bar-right span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.bar-right svg {
  font-size: 14px;
}

.lang {
  margin-left: 10px;
}

.navbar {
  height: 68px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .98);
}

.nav-inner {
  display: grid;
  grid-template-columns: 330px 1fr auto;
  align-items: center;
  height: 68px;
  gap: 22px;
}

.brand img {
  width: 238px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.05vw, 42px);
  height: 100%;
  color: #18283a;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 6px 6px 0 0;
  background: #006ed1;
  transform: translateX(-50%);
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #1a2b3d;
}

.nav-tools a:not(.quote) {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 40px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.nav-tools svg {
  color: #101d2d;
  font-size: 20px;
  stroke-width: 2.2;
}

.quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 36px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 18px;
  background: linear-gradient(180deg, #0879df 0%, #0056ba 100%);
  box-shadow: 0 8px 18px rgba(0, 96, 190, .22);
}

.hero-banner {
  position: relative;
  --hero-fit-height: clamp(520px, calc(100vh - 180px), min(var(--xq-banner-height, 640px), 640px));
  width: 100%;
  height: var(--hero-fit-height);
  min-height: var(--hero-fit-height);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(1, 16, 36, .86) 0%, rgba(3, 24, 53, .72) 34%, rgba(3, 20, 45, .18) 62%, rgba(2, 13, 31, .35) 100%),
    url("./assets/banner-placeholder.png") center center / cover no-repeat,
    #061224;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 34%),
    radial-gradient(ellipse at 30% 42%, rgba(20, 129, 239, .18), transparent 38%);
  pointer-events: none;
}

.hero-bg {
  display: none;
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 7%;
  top: 44px;
  height: 2px;
  background: rgba(255,255,255,.86);
  transform: rotate(-4deg);
}

.hero-bg::after {
  top: 73px;
  left: 14%;
  opacity: .45;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  min-height: var(--hero-fit-height);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 24px 0 46px 10px;
}

.hero-copy .hero-heading {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3.25vw, 52px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 8px 24px rgba(0, 0, 0, .32);
}

.hero-copy .hero-heading span {
  display: block;
  color: #39a7ff;
}

.hero-copy p {
  margin: 16px 0 26px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  font-weight: 600;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  gap: 30px;
  margin-bottom: 24px;
}

.feature-row div {
  display: grid;
  grid-template-columns: 34px auto;
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-items: center;
}

.feature-row svg {
  grid-row: 1 / 3;
  color: #47b7ff;
  font-size: 33px;
}

.feature-row strong {
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.15;
}

.feature-row em {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 54px;
  font-size: 18px;
  font-weight: 900;
  border-radius: 5px;
}

.hero-actions .primary {
  color: #fff;
  background: linear-gradient(180deg, #0a7ee3 0%, #0063c9 100%);
  box-shadow: 0 10px 24px rgba(0, 95, 198, .22);
}

.hero-actions .ghost {
  color: #fff;
  border: 2px solid rgba(255,255,255,.58);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
}

.hero-product {
  display: none;
}

@media (max-width: 1240px) {
  .nav-inner {
    grid-template-columns: 290px 1fr auto;
    gap: 14px;
  }

  .brand img {
    width: 220px;
  }

  .nav-links {
    gap: 16px;
    font-size: 13px;
  }

  .nav-tools {
    gap: 10px;
  }

  .hero-product {
    width: 620px;
  }
}

@media (max-width: 980px) {
  .bar-inner,
  .nav-inner,
  .hero-inner {
    width: min(100% - 32px, var(--container));
  }

  .topbar {
    height: auto;
    padding: 6px 0;
  }

  .bar-inner {
    height: auto;
    gap: 8px;
    flex-wrap: wrap;
  }

  .navbar {
    height: auto;
  }

  .nav-inner {
    display: flex;
    flex-wrap: wrap;
    min-height: 72px;
    height: auto;
    padding: 10px 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    height: 42px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-tools {
    margin-left: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 50px 0 0;
  }

  .hero-copy {
    padding: 0 0 22px;
  }

  .feature-row {
    grid-template-columns: repeat(2, auto);
    gap: 18px 32px;
  }

  .hero-product {
    width: min(100%, 680px);
    justify-self: center;
    margin: 0 0 -2px;
  }

  .hero-bg {
    width: 86vw;
    height: 290px;
  }
}

@media (max-width: 640px) {
  .bar-right {
    gap: 12px;
    flex-wrap: wrap;
  }

  .brand img {
    width: 220px;
  }

  .nav-tools a:not(.quote) span {
    display: none;
  }

  .quote {
    width: 76px;
    height: 32px;
    font-size: 12px;
  }

  .hero-banner {
    --hero-fit-height: max(430px, min(560px, calc(100vh - 220px)));
    height: auto;
    min-height: var(--hero-fit-height);
  }

  .hero-copy .hero-heading {
    font-size: 35px;
    white-space: normal;
  }

  .hero-copy p {
    font-size: 14px;
  }

  .feature-row {
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions a {
    width: 148px;
    height: 46px;
    font-size: 15px;
  }
}

.xq-home .hero-banner {
  --hero-fit-height: clamp(520px, calc(100vh - 180px), min(var(--xq-banner-height, 640px), 640px));
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(250, 253, 255, .98) 42%, rgba(239, 247, 255, .92) 67%, rgba(255, 255, 255, .96) 100%);
}

.xq-home .hero-banner::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 38%, rgba(255, 255, 255, .12) 68%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(135deg, rgba(1, 105, 213, .08) 0%, rgba(1, 105, 213, 0) 36%);
  content: "";
  pointer-events: none;
}

.xq-home .hero-banner::after {
  position: absolute;
  top: -18%;
  right: -7%;
  width: 58vw;
  height: 58vw;
  border: 2px solid rgba(36, 128, 224, .14);
  border-radius: 50%;
  transform: rotate(-16deg);
  content: "";
  pointer-events: none;
}

.xq-home .hero-carousel,
.xq-home .hero-track,
.xq-home .hero-slide {
  position: relative;
  min-height: var(--hero-fit-height);
}

.xq-home .hero-carousel {
  z-index: 1;
}

.xq-home .hero-track {
  overflow: hidden;
}

.xq-home .hero-slide {
  display: none;
}

.xq-home .hero-slide.is-active {
  display: block;
}

.xq-home .hero-slide.has-bg-image {
  background-image: var(--hero-slide-image);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 981px) {
  .xq-home .hero-slide.has-bg-image {
    background-position: 55% center;
  }
}

.xq-home .hero-slide.is-dark.has-bg-image {
  background-color: #061224;
}

.xq-home .hero-banner .hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 46%) minmax(0, 54%);
  align-items: center;
  gap: clamp(24px, 4vw, 70px);
  width: min(var(--container), 100%);
  height: var(--hero-fit-height);
  min-height: var(--hero-fit-height);
  margin: 0 auto;
}

.xq-home .hero-banner .hero-carousel .hero-inner {
  width: min(var(--container), 100%);
}

.xq-home .hero-slide.has-no-visual .hero-inner {
  grid-template-columns: minmax(520px, 46%) minmax(0, 54%);
}

.xq-home .hero-banner .hero-copy {
  z-index: 2;
  max-width: 650px;
  min-height: 447px;
  padding: 0 0 0 8px;
  color: #101928;
}

.xq-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 36px;
  margin-bottom: 26px;
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid #d6e4f4;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
  color: #40526c;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.xq-home .hero-kicker span {
  display: inline-flex;
  align-items: center;
}

.xq-home .hero-kicker span + span::before {
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 16px;
  background: #ccd9e8;
  content: "";
}

.xq-home .hero-copy .hero-heading {
  max-width: none;
  margin: 0;
  color: #101928;
  font-size: clamp(36px, 3.05vw, 48px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
  white-space: normal;
  text-shadow: none;
}

.xq-home .hero-copy .hero-heading span,
.xq-home .hero-copy .hero-heading strong {
  display: block;
}

.xq-home .hero-title-accent {
  margin-bottom: 8px;
  color: #056bd8;
}

.xq-home .hero-slide.is-dark .hero-copy,
.xq-home .hero-slide.is-dark .hero-copy .hero-heading {
  color: #fff;
}

.xq-home .hero-slide.is-dark .hero-title-accent {
  color: #fff;
}

.xq-home .hero-slide.is-dark .hero-copy p {
  color: rgba(255, 255, 255, .84);
}

.xq-home .hero-slide.is-dark .hero-kicker,
.xq-home .hero-slide.is-dark .hero-actions .ghost {
  background: rgba(255, 255, 255, .12);
}

.xq-home .hero-slide.is-dark .hero-kicker {
  border-color: rgba(255, 255, 255, .46);
  box-shadow: none;
}

.xq-home .hero-slide.is-dark .hero-kicker span + span::before {
  background: rgba(255, 255, 255, .32);
}

.xq-home .hero-slide.is-dark .hero-kicker,
.xq-home .hero-slide.is-dark .hero-feature b {
  color: #fff;
}

.xq-home .hero-slide.is-dark .hero-feature em {
  color: #fff;
}

.xq-home .hero-copy p {
  max-width: 740px;
  margin: 24px 0 28px;
  color: #5f6f86;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.xq-home .feature-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  width: min(100%, 660px);
  margin: 0 0 34px;
}

.xq-home .hero-feature {
  display: grid;
  grid-template-columns: 34px minmax(0, max-content);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xq-home .hero-feature-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #8fb3e4;
  border-radius: 8px;
  color: #005bb8;
  background: rgba(255, 255, 255, .58);
}

.xq-home .hero-feature-icon svg {
  width: 20px;
  height: 20px;
  color: inherit;
  stroke: currentColor;
  stroke-width: 2;
}

.xq-home .hero-feature b,
.xq-home .hero-feature em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xq-home .hero-feature b {
  color: #17345b;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.xq-home .hero-feature em {
  margin-top: 4px;
  color: #667a96;
  font-size: 11px;
  line-height: 1.15;
  font-style: normal;
  font-weight: 600;
}

.xq-home .hero-slide.is-dark .hero-feature-icon {
  color: #fff;
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .14);
}

.xq-home .hero-slide.is-dark .hero-feature-icon svg,
.xq-home .hero-slide.is-dark .hero-feature b,
.xq-home .hero-slide.is-dark .hero-feature em {
  color: #fff;
}

.xq-home .hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.xq-home .hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 166px;
  height: 46px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.xq-home .hero-actions a svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.xq-home .hero-actions .primary {
  color: #fff;
  border: 1px solid #056bd8;
  background: linear-gradient(180deg, #087cea 0%, #0068d7 100%);
  box-shadow: 0 10px 20px rgba(0, 99, 210, .18);
}

.xq-home .hero-actions .ghost {
  color: #09509f;
  border: 1px solid #c8d8ec;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 18px rgba(14, 74, 135, .08);
}

.xq-home .hero-slide.is-dark .hero-actions .primary {
  box-shadow: 0 10px 20px rgba(0, 99, 210, .24);
}

.xq-home .hero-slide.is-dark .hero-actions .ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .38);
}

.xq-home .hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  min-height: calc(var(--hero-fit-height) - 60px);
}

.xq-home .hero-visual::before {
  position: absolute;
  top: 6%;
  right: -12%;
  width: min(760px, 58vw);
  height: min(500px, 42vw);
  border: 28px solid rgba(32, 126, 224, .08);
  border-radius: 50%;
  transform: rotate(-14deg);
  content: "";
}

.xq-home .hero-visual::after {
  position: absolute;
  right: -8%;
  bottom: 3%;
  width: min(780px, 60vw);
  height: 40%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(2, 112, 216, .12) 45%, rgba(2, 112, 216, .2) 100%);
  clip-path: polygon(10% 0, 100% 0, 92% 100%, 0 100%);
  content: "";
}

.xq-home .hero-banner .hero-product {
  position: relative;
  z-index: 2;
  display: block;
  width: min(720px, 55vw);
  max-width: none;
  margin-right: -18px;
  filter: drop-shadow(0 28px 34px rgba(11, 50, 94, .16));
}

.xq-home .hero-dots {
  position: absolute;
  right: max(24px, calc((100% - var(--container)) / 2));
  bottom: 26px;
  z-index: 5;
  display: flex;
  gap: 10px;
}

.xq-home .hero-dots button {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 94, 196, .24);
  cursor: pointer;
}

.xq-home .hero-dots button.is-active {
  background: #0068d7;
}

.xq-home .hero-side-nav {
  display: none;
}

@media (min-width: 1281px) {
  .xq-home .hero-side-nav {
    --hero-side-card-height: 96px;
    --hero-side-gap: 10px;
    position: absolute;
    top: 50%;
    right: max(16px, calc((100% - var(--container)) / 2 + 12px));
    z-index: 7;
    display: grid;
    justify-items: center;
    gap: 10px;
    width: 186px;
    opacity: .68;
    transform: translateY(-50%);
    transition: opacity .24s ease;
  }

  .xq-home .hero-carousel:hover .hero-side-nav,
  .xq-home .hero-carousel:focus-within .hero-side-nav {
    opacity: 1;
  }

  .xq-home .hero-side-control {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(160, 214, 255, .42);
    border-radius: 50%;
    color: #e8f6ff;
    background: rgba(5, 23, 42, .62);
    box-shadow: 0 8px 20px rgba(1, 15, 29, .2);
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
  }

  .xq-home .hero-side-control:hover,
  .xq-home .hero-side-control:focus-visible {
    border-color: #2ea8ff;
    background: rgba(5, 77, 133, .82);
    transform: translateY(-1px);
  }

  .xq-home .hero-carousel[data-hero-theme="light"] .hero-side-control {
    border-color: rgba(125, 181, 221, .56);
    color: #f4fbff;
    background: rgba(52, 93, 126, .48);
    box-shadow: 0 6px 16px rgba(24, 65, 98, .15);
  }

  .xq-home .hero-carousel[data-hero-theme="light"] .hero-side-control:hover,
  .xq-home .hero-carousel[data-hero-theme="light"] .hero-side-control:focus-visible {
    border-color: #269ae9;
    background: rgba(40, 112, 163, .7);
  }

  .xq-home .hero-side-control svg {
    width: 17px;
    height: 17px;
  }

  .xq-home .hero-side-control--next svg {
    transform: rotate(180deg);
  }

  .xq-home .hero-side-window {
    position: relative;
    width: 100%;
    height: 308px;
    padding: 0 8px 0 22px;
    overflow: hidden;
  }

  .xq-home .hero-side-nav[data-hero-visible-count="2"] .hero-side-window {
    height: 202px;
  }

  .xq-home .hero-side-window::before {
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 8px;
    width: 1px;
    background: rgba(128, 207, 255, .46);
    content: "";
  }

  .xq-home .hero-side-list {
    display: grid;
    gap: var(--hero-side-gap);
    transition: transform .32s ease;
    will-change: transform;
  }

  .xq-home .hero-side-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 3px;
    width: 100%;
    height: var(--hero-side-card-height);
    padding: 10px 11px;
    border: 1px solid rgba(198, 226, 246, .34);
    border-radius: 7px;
    color: #fff;
    background-color: #315b7a;
    background-image: var(--hero-preview-image);
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 24px rgba(2, 18, 34, .2);
    text-align: left;
    cursor: pointer;
    isolation: isolate;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .xq-home .hero-side-card::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 6px;
    background: rgba(4, 28, 49, .18);
    content: "";
    pointer-events: none;
    transition: background .2s ease;
  }

  .xq-home .hero-side-card::before {
    position: absolute;
    top: 50%;
    left: -19px;
    width: 7px;
    height: 7px;
    border: 2px solid #9bd9ff;
    border-radius: 50%;
    background: #08233d;
    box-shadow: 0 0 0 3px rgba(6, 34, 59, .62);
    transform: translateY(-50%);
    content: "";
  }

  .xq-home .hero-carousel[data-hero-theme="light"] .hero-side-card::before {
    border-color: #caebff;
    background: #527d9b;
    box-shadow: 0 0 0 3px rgba(226, 244, 255, .72);
  }

  .xq-home .hero-side-card:hover,
  .xq-home .hero-side-card:focus-visible {
    border-color: rgba(80, 183, 255, .88);
    transform: translateX(-2px);
  }

  .xq-home .hero-side-card:hover::after,
  .xq-home .hero-side-card:focus-visible::after,
  .xq-home .hero-side-card.is-active::after {
    background: rgba(4, 28, 49, .08);
  }

  .xq-home .hero-carousel[data-hero-theme="light"] .hero-side-card[data-hero-preview-theme="dark"]::after {
    background: rgba(142, 190, 224, .20);
  }

  .xq-home .hero-carousel[data-hero-theme="light"] .hero-side-card[data-hero-preview-theme="dark"]:hover::after,
  .xq-home .hero-carousel[data-hero-theme="light"] .hero-side-card[data-hero-preview-theme="dark"]:focus-visible::after {
    background: rgba(142, 190, 224, .12);
  }

  .xq-home .hero-side-card.is-active {
    border-color: #1098ff;
    box-shadow: 0 0 0 1px rgba(16, 152, 255, .42), 0 12px 28px rgba(1, 29, 54, .28);
  }

  .xq-home .hero-side-card.is-active::before {
    border-color: #fff;
    background: #1098ff;
  }

  .xq-home .hero-side-index,
  .xq-home .hero-side-title {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .72);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xq-home .hero-side-index {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900;
  }

  .xq-home .hero-side-title {
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
  }

  .xq-home .hero-dots {
    display: none;
  }
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .xq-home .hero-side-nav {
    --hero-side-card-height: 84px;
    --hero-side-gap: 9px;
    right: 12px;
    gap: 8px;
    width: 168px;
  }

  .xq-home .hero-side-window {
    height: 270px;
  }

  .xq-home .hero-side-nav[data-hero-visible-count="2"] .hero-side-window {
    height: 177px;
  }

  .xq-home .hero-side-control {
    width: 34px;
    height: 34px;
  }

  .xq-home .hero-side-card {
    padding: 9px 10px;
  }
}

@media (max-width: 1280px) {
  .xq-home .hero-banner .hero-inner,
  .xq-home .hero-banner .hero-carousel .hero-inner {
    grid-template-columns: minmax(480px, 48%) minmax(0, 52%);
    gap: 22px;
    width: min(100% - 48px, var(--container));
  }

  .xq-home .hero-copy .hero-heading {
    font-size: clamp(34px, 3vw, 42px);
  }

  .xq-home .hero-banner .hero-copy {
    min-height: 482px;
  }

  .xq-home .feature-row {
    flex-wrap: wrap;
    gap: 16px 28px;
    width: min(100%, 560px);
  }

  .xq-home .hero-feature {
    flex: 0 1 calc(50% - 14px);
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .xq-home .hero-side-list,
  .xq-home .hero-side-card,
  .xq-home .hero-side-control {
    transition: none;
  }
}

@media (max-width: 980px) {
  .xq-home .hero-banner {
    height: auto;
    min-height: var(--hero-fit-height);
  }

  .xq-home .hero-carousel,
  .xq-home .hero-track,
  .xq-home .hero-slide,
  .xq-home .hero-banner .hero-inner {
    min-height: var(--hero-fit-height);
  }

  .xq-home .hero-banner .hero-inner,
  .xq-home .hero-banner .hero-carousel .hero-inner {
    grid-template-columns: 1fr;
    height: auto;
    width: min(100% - 32px, var(--container));
    padding: 42px 0 24px;
  }

  .xq-home .hero-banner .hero-copy {
    max-width: 720px;
    min-height: 0;
    padding: 0;
  }

  .xq-home .hero-copy .hero-heading {
    font-size: clamp(30px, 5.6vw, 38px);
  }

  .xq-home .hero-copy p {
    margin: 18px 0 22px;
  }

  .xq-home .feature-row {
    width: min(100%, 620px);
  }

  .xq-home .hero-visual {
    min-height: 250px;
    justify-content: center;
  }

  .xq-home .hero-banner .hero-product {
    width: min(620px, 92vw);
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .xq-home .hero-banner {
    --hero-fit-height: auto;
  }

  .xq-home .hero-carousel,
  .xq-home .hero-track,
  .xq-home .hero-slide,
  .xq-home .hero-banner .hero-inner {
    min-height: var(--xq-home-hero-height, 520px);
  }

  .xq-home .hero-slide.has-mobile-bg {
    background-image: var(--hero-slide-mobile-image);
  }

  .xq-home .hero-slide--m-series.has-bg-image {
    background-position: 43% center;
  }

  .xq-home .hero-banner .hero-inner,
  .xq-home .hero-banner .hero-carousel .hero-inner {
    width: min(100% - 24px, var(--container));
    padding: 30px 0 20px;
  }

  .xq-home .hero-kicker {
    min-height: 34px;
    margin-bottom: 18px;
    padding: 0 12px;
    font-size: 12px;
  }

  .xq-home .hero-kicker span + span::before {
    margin: 0 10px;
  }

  .xq-home .hero-copy .hero-heading {
    font-size: 28px;
  }

  .xq-home .hero-copy p {
    font-size: 13px;
    line-height: 1.65;
  }

  .xq-home .feature-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    margin-bottom: 22px;
  }

  .xq-home .hero-feature {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .xq-home .hero-actions {
    gap: 10px;
  }

  .xq-home .hero-actions a {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 44px;
    font-size: 13px;
  }

  .xq-home .hero-visual {
    min-height: 170px;
  }
}
