/* Shared template styles. Generated from the former inline page styles. */

/* Shared rules */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

a {
  color: inherit;
  text-decoration: none;
}

img, video {
  display: block;
  max-width: 100%;
}

.xmdsite-template-detail button, .xmdsite-template-detail-product button {
  font: inherit;
}

.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px 0;
}

.xmdsite-brand-logo {
  width: auto;
  max-width: 156px;
  max-height: 42px;
  object-fit: contain;
}

.xmdsite-nav-toggle:hover, .xmdsite-nav-toggle:focus-visible {
  border-color: var(--xmdsite-border-strong);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
}

.xmdsite-nav-toggle-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
}

.xmdsite-nav-toggle-icon::before, .xmdsite-nav-toggle-icon::after, .xmdsite-nav-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.xmdsite-nav-toggle-icon::before {
  top: 0;
}

.xmdsite-nav-toggle-line {
  top: 5px;
}

.xmdsite-nav-toggle-icon::after {
  bottom: 0;
}

.xmdsite-header.is-nav-open .xmdsite-nav-toggle-icon::before {
  transform: translateY(5px) rotate(45deg);
}

.xmdsite-header.is-nav-open .xmdsite-nav-toggle-line {
  opacity: 0;
}

.xmdsite-header.is-nav-open .xmdsite-nav-toggle-icon::after {
  transform: translateY(-5px) rotate(-45deg);
}

.xmdsite-template-list .xmdsite-nav-list,
.xmdsite-template-list .xmdsite-nav-sublist,
.xmdsite-template-list .xmdsite-breadcrumb-list,
.xmdsite-template-list .xmdsite-category-list,
.xmdsite-template-list .xmdsite-item-grid,
.xmdsite-template-list .xmdsite-footer-list,
.xmdsite-template-list .xmdsite-footer-sublist,
.xmdsite-template-list-product .xmdsite-nav-list,
.xmdsite-template-list-product .xmdsite-nav-sublist,
.xmdsite-template-list-product .xmdsite-breadcrumb-list,
.xmdsite-template-list-product .xmdsite-category-list,
.xmdsite-template-list-product .xmdsite-item-grid,
.xmdsite-template-list-product .xmdsite-footer-list,
.xmdsite-template-list-product .xmdsite-footer-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xmdsite-template-detail .xmdsite-nav-list,
.xmdsite-template-detail .xmdsite-nav-sublist,
.xmdsite-template-detail .xmdsite-breadcrumb-list,
.xmdsite-template-detail .xmdsite-footer-list,
.xmdsite-template-detail .xmdsite-footer-sublist,
.xmdsite-template-detail-product .xmdsite-nav-list,
.xmdsite-template-detail-product .xmdsite-nav-sublist,
.xmdsite-template-detail-product .xmdsite-breadcrumb-list,
.xmdsite-template-detail-product .xmdsite-footer-list,
.xmdsite-template-detail-product .xmdsite-footer-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xmdsite-nav-item {
  position: relative;
}

.xmdsite-nav-sublist {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--xmdsite-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.xmdsite-nav-item:hover .xmdsite-nav-sublist, .xmdsite-nav-item:focus-within .xmdsite-nav-sublist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.xmdsite-template-detail .xmdsite-article-head::after, .xmdsite-template-detail-product .xmdsite-article-head::after {
  position: absolute;
  right: max(24px, calc((100vw - 1280px) / 2));
  bottom: -72px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.07);
  content: "";
  pointer-events: none;
}

.xmdsite-template-list .xmdsite-hero-subtitle, .xmdsite-template-list-product .xmdsite-hero-subtitle {
  margin: 16px 0 0;
  max-width: 820px;
  color: rgba(255,255,255,0.82);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.xmdsite-template-list .xmdsite-breadcrumb-item,
.xmdsite-template-detail .xmdsite-breadcrumb-item,
.xmdsite-template-list-product .xmdsite-breadcrumb-item,
.xmdsite-template-detail-product .xmdsite-breadcrumb-item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.xmdsite-template-list .xmdsite-breadcrumb-current-item,
.xmdsite-template-detail .xmdsite-breadcrumb-current-item,
.xmdsite-template-list-product .xmdsite-breadcrumb-current-item,
.xmdsite-template-detail-product .xmdsite-breadcrumb-current-item {
  flex: 1 1 auto;
  overflow: hidden;
}

.xmdsite-template-list .xmdsite-breadcrumb-item + .xmdsite-breadcrumb-item::before,
.xmdsite-template-detail .xmdsite-breadcrumb-item + .xmdsite-breadcrumb-item::before,
.xmdsite-template-list-product .xmdsite-breadcrumb-item + .xmdsite-breadcrumb-item::before,
.xmdsite-template-detail-product .xmdsite-breadcrumb-item + .xmdsite-breadcrumb-item::before {
  color: rgba(17, 24, 39, 0.28);
  content: "/";
}

.xmdsite-template-list .xmdsite-breadcrumb-link,
.xmdsite-template-detail .xmdsite-breadcrumb-link,
.xmdsite-template-list-product .xmdsite-breadcrumb-link,
.xmdsite-template-detail-product .xmdsite-breadcrumb-link {
  color: var(--xmdsite-muted);
  transition: color 180ms ease;
}

.xmdsite-template-list .xmdsite-breadcrumb-link:hover,
.xmdsite-template-list .xmdsite-breadcrumb-link:focus-visible,
.xmdsite-template-detail .xmdsite-breadcrumb-link:hover,
.xmdsite-template-detail .xmdsite-breadcrumb-link:focus-visible,
.xmdsite-template-list-product .xmdsite-breadcrumb-link:hover,
.xmdsite-template-list-product .xmdsite-breadcrumb-link:focus-visible,
.xmdsite-template-detail-product .xmdsite-breadcrumb-link:hover,
.xmdsite-template-detail-product .xmdsite-breadcrumb-link:focus-visible {
  color: var(--xmdsite-accent);
  outline: none;
}

.xmdsite-template-list .xmdsite-breadcrumb-current,
.xmdsite-template-detail .xmdsite-breadcrumb-current,
.xmdsite-template-list-product .xmdsite-breadcrumb-current,
.xmdsite-template-detail-product .xmdsite-breadcrumb-current {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-detail-tabs, .xmdsite-template-detail-product .xmdsite-detail-tabs {
  display: grid;
  gap: 28px;
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 80ms;
}

.xmdsite-template-detail .xmdsite-tab:hover,
.xmdsite-template-detail .xmdsite-tab:focus-visible,
.xmdsite-template-detail .xmdsite-tab.is-active,
.xmdsite-template-detail-product .xmdsite-tab:hover,
.xmdsite-template-detail-product .xmdsite-tab:focus-visible,
.xmdsite-template-detail-product .xmdsite-tab.is-active {
  border-bottom-color: var(--xmdsite-accent);
  color: var(--xmdsite-accent);
  outline: none;
}

.xmdsite-template-detail .xmdsite-tab-panel[hidden], .xmdsite-template-detail-product .xmdsite-tab-panel[hidden] {
  display: none;
}

.xmdsite-template-detail .xmdsite-detail-grid, .xmdsite-template-detail-product .xmdsite-detail-grid {
  display: grid;
  gap: 30px;
  align-items: start;
}

.xmdsite-template-detail .xmdsite-article > :where(h1, h2, h3, h4):first-child,
.xmdsite-template-detail-product .xmdsite-article > :where(h1, h2, h3, h4):first-child {
  margin-top: 0;
}

.xmdsite-template-list .xmdsite-item-card, .xmdsite-template-list-product .xmdsite-item-card {
  min-width: 0;
}

.xmdsite-template-detail .xmdsite-article :where(a), .xmdsite-template-detail-product .xmdsite-article :where(a) {
  color: var(--xmdsite-accent);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.xmdsite-template-detail .xmdsite-article :where(table), .xmdsite-template-detail-product .xmdsite-article :where(table) {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.xmdsite-template-detail .xmdsite-article :where(th, td), .xmdsite-template-detail-product .xmdsite-article :where(th, td) {
  border-bottom: 1px solid var(--xmdsite-border);
  padding: 10px 12px;
  text-align: left;
}

.xmdsite-template-list .xmdsite-card-date, .xmdsite-template-list-product .xmdsite-card-date {
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: var(--xmdsite-muted);
  font-variant-numeric: tabular-nums;
}

.xmdsite-template-detail .xmdsite-empty-article, .xmdsite-template-detail-product .xmdsite-empty-article {
  color: var(--xmdsite-muted);
  text-align: center;
}

.xmdsite-template-list .xmdsite-pagination-status, .xmdsite-template-list-product .xmdsite-pagination-status {
  color: var(--xmdsite-muted);
  font-size: 14px;
}

.xmdsite-template-list .xmdsite-pagination-actions, .xmdsite-template-list-product .xmdsite-pagination-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.xmdsite-template-list .xmdsite-pagination-link, .xmdsite-template-list-product .xmdsite-pagination-link {
  cursor: pointer;
}

.xmdsite-template-list .xmdsite-pagination-current, .xmdsite-template-list-product .xmdsite-pagination-current {
  border-color: rgba(37, 99, 235, 0.36);
  background: var(--xmdsite-accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
}

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

.xmdsite-template-list .xmdsite-pagination-ellipsis, .xmdsite-template-list-product .xmdsite-pagination-ellipsis {
  min-width: 32px;
  border-color: transparent;
  background: transparent;
  color: var(--xmdsite-soft);
  padding: 0 4px;
}

.xmdsite-template-detail .xmdsite-gallery-trigger, .xmdsite-template-detail-product .xmdsite-gallery-trigger {
  appearance: none;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: var(--xmdsite-surface-soft);
  cursor: zoom-in;
}

.xmdsite-template-detail .xmdsite-gallery-image, .xmdsite-template-detail-product .xmdsite-gallery-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  transition: transform 240ms ease;
}

.xmdsite-template-list .xmdsite-pagination-link:hover,
.xmdsite-template-list .xmdsite-pagination-link:focus-visible,
.xmdsite-template-list-product .xmdsite-pagination-link:hover,
.xmdsite-template-list-product .xmdsite-pagination-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.34);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
  transform: translateY(-1px);
}

.xmdsite-template-detail .xmdsite-gallery-trigger:hover .xmdsite-gallery-image,
.xmdsite-template-detail .xmdsite-gallery-trigger:focus-visible .xmdsite-gallery-image,
.xmdsite-template-detail-product .xmdsite-gallery-trigger:hover .xmdsite-gallery-image,
.xmdsite-template-detail-product .xmdsite-gallery-trigger:focus-visible .xmdsite-gallery-image {
  transform: scale(1.03);
}

.xmdsite-template-detail .xmdsite-gallery-trigger:focus-visible, .xmdsite-template-detail-product .xmdsite-gallery-trigger:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.18);
  outline-offset: 3px;
}

.xmdsite-template-list .xmdsite-pagination-jump-label, .xmdsite-template-list-product .xmdsite-pagination-jump-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--xmdsite-muted);
  font-size: 14px;
}

.xmdsite-template-detail .xmdsite-gallery-modal, .xmdsite-template-detail-product .xmdsite-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(16, 19, 25, 0.82);
}

.xmdsite-template-detail .xmdsite-gallery-modal[hidden], .xmdsite-template-detail-product .xmdsite-gallery-modal[hidden] {
  display: none;
}

.xmdsite-template-list .xmdsite-pagination-jump-input::-webkit-inner-spin-button,
.xmdsite-template-list .xmdsite-pagination-jump-input::-webkit-outer-spin-button,
.xmdsite-template-list-product .xmdsite-pagination-jump-input::-webkit-inner-spin-button,
.xmdsite-template-list-product .xmdsite-pagination-jump-input::-webkit-outer-spin-button {
  opacity: 1;
}

.xmdsite-template-detail .xmdsite-gallery-dialog, .xmdsite-template-detail-product .xmdsite-gallery-dialog {
  position: relative;
  max-width: min(1100px, 100%);
  max-height: 100%;
}

.xmdsite-template-list .xmdsite-pagination-jump-input:focus, .xmdsite-template-list-product .xmdsite-pagination-jump-input:focus {
  border-color: var(--xmdsite-accent);
  outline: none;
}

.xmdsite-template-detail .xmdsite-gallery-preview, .xmdsite-template-detail-product .xmdsite-gallery-preview {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 112px);
  object-fit: contain;
}

.xmdsite-template-list .xmdsite-pagination-jump-btn, .xmdsite-template-list-product .xmdsite-pagination-jump-btn {
  font-family: inherit;
}

.xmdsite-template-detail .xmdsite-gallery-caption, .xmdsite-template-detail-product .xmdsite-gallery-caption {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.xmdsite-template-list .xmdsite-empty-state, .xmdsite-template-list-product .xmdsite-empty-state {
  border: 1px dashed var(--xmdsite-border-strong);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.74);
  padding: 44px 24px;
  text-align: center;
}

.xmdsite-template-detail .xmdsite-gallery-close, .xmdsite-template-detail-product .xmdsite-gallery-close {
  position: absolute;
  top: -52px;
  right: 0;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.xmdsite-template-list .xmdsite-empty-state h2, .xmdsite-template-list-product .xmdsite-empty-state h2 {
  margin: 0;
  font-size: 24px;
}

.xmdsite-template-detail .xmdsite-gallery-close:hover,
.xmdsite-template-detail .xmdsite-gallery-close:focus-visible,
.xmdsite-template-detail-product .xmdsite-gallery-close:hover,
.xmdsite-template-detail-product .xmdsite-gallery-close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.xmdsite-template-list .xmdsite-empty-state p, .xmdsite-template-list-product .xmdsite-empty-state p {
  margin: 12px auto 0;
  max-width: 620px;
  color: var(--xmdsite-muted);
}

.xmdsite-template-detail .xmdsite-adjacent-card-previous, .xmdsite-template-detail-product .xmdsite-adjacent-card-previous {
  grid-column: 1;
}

.xmdsite-template-detail .xmdsite-adjacent-card-next, .xmdsite-template-detail-product .xmdsite-adjacent-card-next {
  grid-column: 2;
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-brand,
.xmdsite-template-detail .xmdsite-brand,
.xmdsite-template-list-product .xmdsite-brand,
.xmdsite-template-detail-product .xmdsite-brand {
    flex: 1 1 auto;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-nav-toggle,
.xmdsite-template-detail .xmdsite-nav-toggle,
.xmdsite-template-list-product .xmdsite-nav-toggle,
.xmdsite-template-detail-product .xmdsite-nav-toggle {
    display: grid;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-nav,
.xmdsite-template-detail .xmdsite-nav,
.xmdsite-template-list-product .xmdsite-nav,
.xmdsite-template-detail-product .xmdsite-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: fit-content;
    min-width: 124px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    border: 1px solid var(--xmdsite-border);
    border-radius: var(--xmdsite-radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--xmdsite-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-header.is-nav-open .xmdsite-nav,
.xmdsite-template-detail .xmdsite-header.is-nav-open .xmdsite-nav,
.xmdsite-template-list-product .xmdsite-header.is-nav-open .xmdsite-nav,
.xmdsite-template-detail-product .xmdsite-header.is-nav-open .xmdsite-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-nav-list,
.xmdsite-template-detail .xmdsite-nav-list,
.xmdsite-template-list-product .xmdsite-nav-list,
.xmdsite-template-detail-product .xmdsite-nav-list {
    display: grid;
    justify-items: center;
    gap: 4px;
    width: max-content;
    max-width: 100%;
    padding: 10px 14px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-nav-link,
.xmdsite-template-detail .xmdsite-nav-link,
.xmdsite-template-list-product .xmdsite-nav-link,
.xmdsite-template-detail-product .xmdsite-nav-link {
    justify-content: center;
    width: max-content;
    min-width: 96px;
    max-width: calc(100vw - 64px);
    min-height: 42px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-nav-sublist,
.xmdsite-template-detail .xmdsite-nav-sublist,
.xmdsite-template-list-product .xmdsite-nav-sublist,
.xmdsite-template-detail-product .xmdsite-nav-sublist {
    position: static;
    display: grid;
    justify-items: center;
    min-width: 0;
    padding: 2px 0 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-hero-subtitle, .xmdsite-template-list-product .xmdsite-hero-subtitle {
    font-size: 17px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-footer-inner,
.xmdsite-template-detail .xmdsite-footer-inner,
.xmdsite-template-list-product .xmdsite-footer-inner,
.xmdsite-template-detail-product .xmdsite-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-detail .xmdsite-item-title, .xmdsite-template-detail-product .xmdsite-item-title {
    font-size: 34px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-detail .xmdsite-intro-panel, .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    padding: 18px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-detail .xmdsite-cover, .xmdsite-template-detail-product .xmdsite-cover {
    width: 220px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-detail .xmdsite-facts, .xmdsite-template-detail-product .xmdsite-facts {
    padding-left: 20px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-detail .xmdsite-fact-list, .xmdsite-template-detail-product .xmdsite-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .xmdsite-template-detail .xmdsite-gallery-grid, .xmdsite-template-detail-product .xmdsite-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-hero-subtitle, .xmdsite-template-list-product .xmdsite-hero-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-section-description, .xmdsite-template-list-product .xmdsite-section-description {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-pagination, .xmdsite-template-list-product .xmdsite-pagination {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-pagination-actions,
.xmdsite-template-list .xmdsite-pagination-jump,
.xmdsite-template-list-product .xmdsite-pagination-actions,
.xmdsite-template-list-product .xmdsite-pagination-jump {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-footer-list,
.xmdsite-template-detail .xmdsite-footer-list,
.xmdsite-template-list-product .xmdsite-footer-list,
.xmdsite-template-detail-product .xmdsite-footer-list {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-publish-date, .xmdsite-template-detail-product .xmdsite-publish-date {
    padding-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-facts, .xmdsite-template-detail-product .xmdsite-facts {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    border-left: 0;
    padding-top: 18px;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-tabs-list, .xmdsite-template-detail-product .xmdsite-tabs-list {
    gap: 22px;
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-tab, .xmdsite-template-detail-product .xmdsite-tab {
    flex: 0 0 auto;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-gallery-grid, .xmdsite-template-detail-product .xmdsite-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-gallery-modal, .xmdsite-template-detail-product .xmdsite-gallery-modal {
    padding: 24px 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-adjacent-card-previous,
.xmdsite-template-detail .xmdsite-adjacent-card-next,
.xmdsite-template-detail-product .xmdsite-adjacent-card-previous,
.xmdsite-template-detail-product .xmdsite-adjacent-card-next {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-item:last-child,
.xmdsite-template-detail-product .xmdsite-contact-strip-item:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-eyebrow, .xmdsite-template-detail-product .xmdsite-eyebrow {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-title-block:not(:has(.xmdsite-item-summary)) .xmdsite-item-title,
.xmdsite-template-detail .xmdsite-title-block:not(:has(.xmdsite-item-summary)) .xmdsite-publish-date,
.xmdsite-template-detail-product .xmdsite-title-block:not(:has(.xmdsite-item-summary)) .xmdsite-item-title,
.xmdsite-template-detail-product .xmdsite-title-block:not(:has(.xmdsite-item-summary)) .xmdsite-publish-date {
    grid-column: 1 / -1;
  }
}

.xmdsite-template-detail .xmdsite-intro-panel-no-cover, .xmdsite-template-detail-product .xmdsite-intro-panel-no-cover {
  grid-template-columns: 1fr;
}

.xmdsite-template-detail .xmdsite-intro-panel-no-cover::before, .xmdsite-template-detail-product .xmdsite-intro-panel-no-cover::before {
  display: none;
}

.xmdsite-template-detail .xmdsite-facts-title::before, .xmdsite-template-detail-product .xmdsite-facts-title::before {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--xmdsite-accent);
  box-shadow: 0 0 0 7px rgba(37, 99, 235, 0.1);
  content: "";
}

.xmdsite-template-detail .xmdsite-article :where(strong, b), .xmdsite-template-detail-product .xmdsite-article :where(strong, b) {
  color: #0f172a;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-title-block, .xmdsite-template-detail-product .xmdsite-title-block {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-intro-panel::before, .xmdsite-template-detail-product .xmdsite-intro-panel::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-facts-title, .xmdsite-template-detail-product .xmdsite-facts-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-fact-item, .xmdsite-template-detail-product .xmdsite-fact-item {
    padding: 11px 12px;
  }
}

.xmdsite-template-detail .xmdsite-item-title,
.xmdsite-template-detail .xmdsite-item-summary,
.xmdsite-template-detail-product .xmdsite-item-title,
.xmdsite-template-detail-product .xmdsite-item-summary {
  width: 100%;
  max-width: none;
}

.xmdsite-template-detail .xmdsite-article :where(p),
.xmdsite-template-detail .xmdsite-article :where(ul, ol),
.xmdsite-template-detail-product .xmdsite-article :where(p),
.xmdsite-template-detail-product .xmdsite-article :where(ul, ol) {
  max-width: none;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-eyebrow,
.xmdsite-template-detail .xmdsite-item-title,
.xmdsite-template-detail .xmdsite-item-summary,
.xmdsite-template-detail .xmdsite-publish-date,
.xmdsite-template-detail-product .xmdsite-eyebrow,
.xmdsite-template-detail-product .xmdsite-item-title,
.xmdsite-template-detail-product .xmdsite-item-summary,
.xmdsite-template-detail-product .xmdsite-publish-date {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-cover img, .xmdsite-template-detail-product .xmdsite-cover img {
    aspect-ratio: 16 / 9;
    min-height: 330px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-facts-title, .xmdsite-template-detail-product .xmdsite-facts-title {
    margin-bottom: 12px;
    font-size: 17px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-fact-list, .xmdsite-template-detail-product .xmdsite-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-article, .xmdsite-template-detail-product .xmdsite-article {
    max-width: 1160px;
    padding: clamp(32px, 4vw, 58px) clamp(30px, 4.4vw, 68px);
  }
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-intro-panel, .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: minmax(460px, 54%) minmax(280px, 1fr);
  }
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-intro-panel::before, .xmdsite-template-detail-product .xmdsite-intro-panel::before {
    left: calc(54% + 12px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand-cn,
.xmdsite-template-home .xmdsite-brand-en,
.xmdsite-template-list .xmdsite-brand-cn,
.xmdsite-template-list .xmdsite-brand-en,
.xmdsite-template-list-product .xmdsite-brand-cn,
.xmdsite-template-list-product .xmdsite-brand-en {
    font-size: 1em;
    font-weight: inherit;
  }
}

.xmdsite-template-detail .xmdsite-eyebrow,
.xmdsite-template-detail .xmdsite-item-title,
.xmdsite-template-detail .xmdsite-item-summary,
.xmdsite-template-detail .xmdsite-publish-date,
.xmdsite-template-detail-product .xmdsite-eyebrow,
.xmdsite-template-detail-product .xmdsite-item-title,
.xmdsite-template-detail-product .xmdsite-item-summary,
.xmdsite-template-detail-product .xmdsite-publish-date {
  grid-column: 1 / -1 !important;
}

.xmdsite-template-detail .xmdsite-item-summary::before, .xmdsite-template-detail-product .xmdsite-item-summary::before {
  margin-bottom: 6px;
  font-size: 12px;
}

.xmdsite-template-detail .xmdsite-detail-tabs,
.xmdsite-template-detail .xmdsite-detail-grid,
.xmdsite-template-detail-product .xmdsite-detail-tabs,
.xmdsite-template-detail-product .xmdsite-detail-grid {
  gap: 20px;
}

.xmdsite-template-detail .xmdsite-article :where(h4), .xmdsite-template-detail-product .xmdsite-article :where(h4) {
  font-size: 17px;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-cover, .xmdsite-template-detail-product .xmdsite-cover {
    justify-self: start;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-article-head, .xmdsite-template-detail-product .xmdsite-article-head {
    padding: 26px 0 34px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-article, .xmdsite-template-detail-product .xmdsite-article {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .xmdsite-template-detail .xmdsite-intro-panel, .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .xmdsite-template-detail .xmdsite-cover, .xmdsite-template-detail-product .xmdsite-cover {
    width: 100%;
    max-width: 520px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .xmdsite-template-detail .xmdsite-cover img, .xmdsite-template-detail-product .xmdsite-cover img {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-detail-tabs,
.xmdsite-template-detail .xmdsite-detail-grid,
.xmdsite-template-detail-product .xmdsite-detail-tabs,
.xmdsite-template-detail-product .xmdsite-detail-grid {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-adjacent-card, .xmdsite-template-detail-product .xmdsite-adjacent-card {
    min-height: 76px;
    border-radius: 8px;
    padding: 12px;
  }
}

.xmdsite-template-detail .xmdsite-article-with-cover, .xmdsite-template-detail-product .xmdsite-article-with-cover {
  display: flow-root;
}

.xmdsite-template-detail .xmdsite-article-cover, .xmdsite-template-detail-product .xmdsite-article-cover {
  display: block;
  overflow: hidden;
  width: min(100%, 440px);
  max-width: 440px;
  margin: 0 auto 20px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.xmdsite-template-detail .xmdsite-article-cover img, .xmdsite-template-detail-product .xmdsite-article-cover img {
  width: 100%;
  min-height: 0 !important;
  max-height: 250px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.xmdsite-template-detail .xmdsite-adjacent-card:hover .xmdsite-adjacent-title,
.xmdsite-template-detail .xmdsite-adjacent-card:focus-visible .xmdsite-adjacent-title,
.xmdsite-template-detail-product .xmdsite-adjacent-card:hover .xmdsite-adjacent-title,
.xmdsite-template-detail-product .xmdsite-adjacent-card:focus-visible .xmdsite-adjacent-title {
  color: rgba(15, 23, 42, 0.74);
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-list, .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-article-cover, .xmdsite-template-detail-product .xmdsite-article-cover {
    width: min(100%, 380px);
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-article-cover img, .xmdsite-template-detail-product .xmdsite-article-cover img {
    max-height: 220px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts, .xmdsite-template-detail-product .xmdsite-title-facts {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article-cover, .xmdsite-template-detail-product .xmdsite-article-cover {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article-cover img, .xmdsite-template-detail-product .xmdsite-article-cover img {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-adjacent-title, .xmdsite-template-detail-product .xmdsite-adjacent-title {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-value, .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-value {
    width: 100%;
    font-size: 12.5px;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) :where(span, strong, b, em),
.xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) :where(span, strong, b, em) {
    display: inline;
  }
}

@media (max-width: 640px) {
  html.xmdsite-template-detail,
body.xmdsite-template-detail.xmdsite-page,
html.xmdsite-template-detail-product,
body.xmdsite-template-detail-product.xmdsite-page {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-header-inner,
.xmdsite-template-detail .xmdsite-title-block,
.xmdsite-template-detail .xmdsite-detail-tabs,
.xmdsite-template-detail .xmdsite-detail-grid,
.xmdsite-template-detail .xmdsite-tab-panel,
.xmdsite-template-detail .xmdsite-article,
.xmdsite-template-detail .xmdsite-adjacent-card,
.xmdsite-template-detail-product .xmdsite-header-inner,
.xmdsite-template-detail-product .xmdsite-title-block,
.xmdsite-template-detail-product .xmdsite-detail-tabs,
.xmdsite-template-detail-product .xmdsite-detail-grid,
.xmdsite-template-detail-product .xmdsite-tab-panel,
.xmdsite-template-detail-product .xmdsite-article,
.xmdsite-template-detail-product .xmdsite-adjacent-card {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-nav, .xmdsite-template-detail-product .xmdsite-nav {
    right: 0;
    left: auto;
    width: auto;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-nav-list, .xmdsite-template-detail-product .xmdsite-nav-list {
    width: 100%;
    min-width: 124px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-nav-link, .xmdsite-template-detail-product .xmdsite-nav-link {
    width: 100%;
    max-width: calc(100vw - 56px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) :where(span, strong, b, em, a),
.xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) :where(span, strong, b, em, a) {
    display: inline;
    white-space: normal;
    word-break: inherit;
    overflow-wrap: inherit;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(p, li, blockquote, th, td),
.xmdsite-template-detail .xmdsite-adjacent-title,
.xmdsite-template-detail .xmdsite-fact-value,
.xmdsite-template-detail-product .xmdsite-article :where(p, li, blockquote, th, td),
.xmdsite-template-detail-product .xmdsite-adjacent-title,
.xmdsite-template-detail-product .xmdsite-fact-value {
    word-break: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(table, iframe, embed, object),
.xmdsite-template-detail-product .xmdsite-article :where(table, iframe, embed, object) {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(pre, code), .xmdsite-template-detail-product .xmdsite-article :where(pre, code) {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
  }
}

@media (max-width: 380px) {
  .xmdsite-template-detail .xmdsite-container, .xmdsite-template-detail-product .xmdsite-container {
    width: calc(100% - 20px);
  }
}

@media (max-width: 380px) {
  .xmdsite-template-detail .xmdsite-article, .xmdsite-template-detail-product .xmdsite-article {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 380px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2), .xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
    padding-left: 7px;
    font-size: 17px;
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-article-head > .xmdsite-container,
.xmdsite-template-detail-product .xmdsite-article-head > .xmdsite-container {
    width: min(1080px, calc(100% - 40px));
    max-width: 1080px;
  }
}

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

.xmdsite-nav,
.xmdsite-nav-list,
.xmdsite-nav-link,
.xmdsite-nav-sublist,
.xmdsite-nav-toggle {
  border-radius: 0 !important;
}

.xmdsite-nav-link:hover::after, .xmdsite-nav-link:focus-visible::after {
  opacity: 0.42;
  transform: scaleX(1);
}

.xmdsite-contact-strip-address {
  margin-right: auto;
}

.xmdsite-contact-strip-consult {
  margin-left: auto;
  text-align: right;
}

.xmdsite-footer-info-label::after {
  content: "：";
  letter-spacing: 0;
}

.xmdsite-footer-link:hover, .xmdsite-footer-link:focus-visible {
  color: #ffffff;
  outline: none;
}

@media (max-width: 1180px) {
  .xmdsite-nav-list {
    gap: 6px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand-en, .xmdsite-template-list-product .xmdsite-brand-en {
    font-size: 0.72em;
  }
}

@media (max-width: 980px) {
  .xmdsite-header {
    isolation: isolate;
  }
}

@media (max-width: 980px) {
  .xmdsite-header.is-nav-open .xmdsite-nav-toggle {
    border-color: rgba(37, 99, 235, 0.26);
    background: #eff6ff;
    color: #1d4ed8;
  }
}

@media (max-width: 980px) {
  .xmdsite-nav-toggle-icon {
    position: relative;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 14px;
  }
}

@media (max-width: 980px) {
  .xmdsite-nav-toggle-icon::before, .xmdsite-nav-toggle-icon::after, .xmdsite-nav-toggle-line {
    position: absolute;
    left: 0;
    right: auto;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    border-radius: 999px;
    background: currentColor;
    box-sizing: border-box;
    transform-origin: center;
  }
}

@media (max-width: 980px) {
  .xmdsite-nav-toggle-icon::before {
    top: 0;
    bottom: auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-nav-toggle-line {
    top: 6px;
    bottom: auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-nav-toggle-icon::after {
    top: 12px;
    bottom: auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-header.is-nav-open .xmdsite-nav-toggle-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-primary, .xmdsite-template-list-product .xmdsite-footer-primary {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-header.is-nav-open .xmdsite-nav-toggle-line,
.xmdsite-template-detail .xmdsite-header.is-nav-open .xmdsite-nav-toggle-line,
.xmdsite-template-list-product .xmdsite-header.is-nav-open .xmdsite-nav-toggle-line,
.xmdsite-template-detail-product .xmdsite-header.is-nav-open .xmdsite-nav-toggle-line {
    opacity: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-summary, .xmdsite-template-list-product .xmdsite-footer-summary {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .xmdsite-header.is-nav-open .xmdsite-nav-toggle-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (max-width: 980px) {
  .xmdsite-nav::before {
    position: absolute;
    top: -1px;
    right: 26px;
    width: 46px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.16), rgba(14, 165, 233, 0.20));
    content: "";
  }
}

@media (max-width: 980px) {
  .xmdsite-nav-link:hover, .xmdsite-nav-link:focus-visible {
    border-color: rgba(37, 99, 235, 0.20);
    background: linear-gradient(180deg, #eff6ff, #ffffff);
    color: #1d4ed8;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-footer-info-row,
.xmdsite-template-detail .xmdsite-footer-info-row,
.xmdsite-template-list-product .xmdsite-footer-info-row {
    display: grid;
    gap: 2px;
  }
}

@media (max-width: 980px) {
  .xmdsite-nav-sublist .xmdsite-nav-link::after {
    flex-basis: 6px;
    width: 6px;
    height: 6px;
    border-top-width: 1.25px;
    border-right-width: 1.25px;
    opacity: 0.34;
  }
}

@media (max-width: 980px) {
  .xmdsite-footer-primary {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-footer-info-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .xmdsite-nav-list {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 7px;
  }
}

@media (max-width: 720px) {
  .xmdsite-contact-strip {
    background: rgba(248, 251, 255, 0.98);
  }
}

@media (max-width: 720px) {
  .xmdsite-contact-strip-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-contact-strip-icon svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-footer .xmdsite-footer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .xmdsite-nav-list {
    gap: 6px;
    padding: 6px;
  }
}

@media (max-width: 420px) {
  .xmdsite-nav-toggle-icon {
    flex-basis: 18px;
    width: 18px;
    height: 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-nav-toggle-line {
    top: 5.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-nav-toggle-icon::after {
    top: 11px;
  }
}

@media (max-width: 420px) {
  .xmdsite-header.is-nav-open .xmdsite-nav-toggle-icon::before {
    transform: translateY(5.5px) rotate(45deg);
  }
}

@media (max-width: 420px) {
  .xmdsite-header.is-nav-open .xmdsite-nav-toggle-icon::after {
    transform: translateY(-5.5px) rotate(-45deg);
  }
}

/* home scoped rules */
:root.xmdsite-template-home {
  --xmdsite-accent: #2563eb;
  --xmdsite-accent-hover: #1d4ed8;
  --xmdsite-accent-soft: #eff6ff;
  --xmdsite-cyan: #0ea5e9;
  --xmdsite-deep: #0f2a52;
  --xmdsite-bg: #f6faff;
  --xmdsite-border: rgba(15, 23, 42, 0.10);
  --xmdsite-border-strong: rgba(37, 99, 235, 0.22);
  --xmdsite-ink: #0f172a;
  --xmdsite-muted: rgba(15, 23, 42, 0.68);
  --xmdsite-soft: rgba(15, 23, 42, 0.5);
  --xmdsite-surface: #ffffff;
  --xmdsite-surface-soft: #f1f7ff;
  --xmdsite-footer: #07111f;
  --xmdsite-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  --xmdsite-shadow-hover: 0 28px 64px rgba(37, 99, 235, 0.17);
  --xmdsite-radius: 8px;
  color-scheme: light;
}

body.xmdsite-template-home {
  margin: 0;
  background:
    radial-gradient(circle at 12% -8%, rgba(37, 99, 235, 0.09), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(14, 165, 233, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--xmdsite-bg) 46%, #ffffff 100%);
  color: var(--xmdsite-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.xmdsite-template-home .xmdsite-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.xmdsite-template-home .xmdsite-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.xmdsite-template-home .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-home .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--xmdsite-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.xmdsite-template-home .xmdsite-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-nav-toggle {
  display: none;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-ink);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.xmdsite-template-home .xmdsite-nav-list,
.xmdsite-template-home .xmdsite-nav-sublist,
.xmdsite-template-home .xmdsite-feature-list,
.xmdsite-template-home .xmdsite-operation-list,
.xmdsite-template-home .xmdsite-news-grid,
.xmdsite-template-home .xmdsite-service-grid,
.xmdsite-template-home .xmdsite-footer-list,
.xmdsite-template-home .xmdsite-footer-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xmdsite-template-home .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.xmdsite-template-home .xmdsite-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: var(--xmdsite-radius);
  padding: 0 12px;
  color: var(--xmdsite-muted);
  font-size: 14px;
  font-weight: 600;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.xmdsite-template-home .xmdsite-nav-link:hover, .xmdsite-template-home .xmdsite-nav-link:focus-visible {
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
}

.xmdsite-template-home .xmdsite-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  background:
    radial-gradient(circle at 82% 16%, rgba(37, 99, 235, 0.18) 0%, rgba(37, 99, 235, 0.1) 28%, transparent 56%),
    radial-gradient(circle at 92% 84%, rgba(14, 165, 233, 0.14) 0%, rgba(14, 165, 233, 0.07) 32%, transparent 60%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 44%, rgba(247, 250, 255, 0.94) 68%, rgba(240, 249, 255, 0.96) 100%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.xmdsite-template-home .xmdsite-hero::before, .xmdsite-template-home .xmdsite-hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.xmdsite-template-home .xmdsite-hero::before {
  inset: 0;
  background:
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  background-size: 68px 68px;
  opacity: 0.2;
}

.xmdsite-template-home .xmdsite-hero::after {
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0%, rgba(37, 99, 235, 0.035) 42%, rgba(37, 99, 235, 0.08) 72%, rgba(14, 165, 233, 0.08) 100%);
  opacity: 0.86;
}

.xmdsite-template-home .xmdsite-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: 76px;
  align-items: center;
  min-height: 688px;
  padding: 88px 0 98px;
}

.xmdsite-template-home .xmdsite-hero-copy {
  min-width: 0;
  max-width: 760px;
  animation: xmdsite-fade-up-home 560ms ease both;
}

.xmdsite-template-home .xmdsite-eyebrow {
  margin: 0 0 18px;
  color: var(--xmdsite-accent-hover);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 999px;
  background: #dbeafe;
  padding: 7px 14px;
  color: #1d4ed8;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
}

.xmdsite-template-home .xmdsite-hero-eyebrow svg {
  flex: 0 0 auto;
}

.xmdsite-template-home .xmdsite-page-title {
  margin: 0;
  max-width: 760px;
  font-size: 64px;
  font-weight: 850;
  line-height: 1.04;
}

.xmdsite-template-home .xmdsite-page-title span {
  color: var(--xmdsite-accent);
}

.xmdsite-template-home .xmdsite-hero-description {
  margin: 24px 0 0;
  max-width: 720px;
  color: var(--xmdsite-muted);
  font-size: 18px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.xmdsite-template-home .xmdsite-hero-title-product {
  display: grid;
  gap: 4px;
  max-width: 880px;
  font-size: clamp(38px, 4vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-line {
  display: block;
  color: #0f172a;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-emphasis {
  color: var(--xmdsite-accent);
  font-size: 1.04em;
  letter-spacing: -0.025em;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-title-brand, .xmdsite-template-home .xmdsite-page-title .xmdsite-title-normal {
  display: inline-block;
  color: #0f172a;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-title-brand {
  letter-spacing: -0.035em;
}

.xmdsite-template-home .xmdsite-hero-intro {
  display: grid;
  gap: 18px;
  max-width: 790px;
}

.xmdsite-template-home .xmdsite-hero-intro p {
  margin: 0;
  max-width: 760px;
}

.xmdsite-template-home .xmdsite-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  max-width: 760px;
  list-style: none;
}

.xmdsite-template-home .xmdsite-capability-list li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.86));
  padding: 8px 16px;
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.045);
}

.xmdsite-template-home .xmdsite-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  margin-top: 34px;
  color: rgba(15, 23, 42, 0.58);
  font-size: 14px;
  font-weight: 750;
}

.xmdsite-template-home .xmdsite-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.xmdsite-template-home .xmdsite-hero-badge svg {
  color: var(--xmdsite-accent);
  flex: 0 0 auto;
}

.xmdsite-template-home .xmdsite-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
}

.xmdsite-template-home .xmdsite-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 28px;
  background: var(--xmdsite-accent);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-home .xmdsite-button svg {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.xmdsite-template-home .xmdsite-button:hover svg, .xmdsite-template-home .xmdsite-button:focus-visible svg {
  transform: translateX(3px);
}

.xmdsite-template-home .xmdsite-button:hover, .xmdsite-template-home .xmdsite-button:focus-visible {
  background: var(--xmdsite-accent-hover);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.3);
  outline: none;
  transform: translateY(-2px);
}

.xmdsite-template-home .xmdsite-hero-board {
  position: relative;
  min-height: 492px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 36px 96px rgba(15, 23, 42, 0.16);
  transform: rotate(1deg);
  animation: xmdsite-fade-up-home 560ms ease 100ms both;
  transition: transform 420ms ease;
}

.xmdsite-template-home .xmdsite-hero-board:hover {
  transform: rotate(0deg) translateY(-2px);
}

.xmdsite-template-home .xmdsite-hero-board::before {
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.1), transparent 42%),
    #f8fbff;
  content: "";
}

.xmdsite-template-home .xmdsite-browser-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #f8fbff;
}

.xmdsite-template-home .xmdsite-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #eaf2fb;
  padding: 0 18px;
}

.xmdsite-template-home .xmdsite-browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.xmdsite-template-home .xmdsite-browser-dot-red {
  background: #f87171;
}

.xmdsite-template-home .xmdsite-browser-dot-yellow {
  background: #fbbf24;
}

.xmdsite-template-home .xmdsite-browser-dot-green {
  background: #34d399;
}

.xmdsite-template-home .xmdsite-hero-dashboard {
  display: grid;
  gap: 24px;
  padding: 32px 32px 30px;
}

.xmdsite-template-home .xmdsite-hero-metric {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.xmdsite-template-home .xmdsite-hero-metric-label,
.xmdsite-template-home .xmdsite-mini-card-label,
.xmdsite-template-home .xmdsite-floating-query-label {
  color: var(--xmdsite-muted);
  font-size: 14px;
  font-weight: 750;
}

.xmdsite-template-home .xmdsite-hero-metric-value {
  margin-top: 6px;
  color: #172033;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.xmdsite-template-home .xmdsite-hero-growth {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: var(--xmdsite-radius);
  background: #dbeafe;
  padding: 7px 10px;
  color: var(--xmdsite-accent);
  font-size: 15px;
  font-weight: 850;
}

.xmdsite-template-home .xmdsite-hero-chart {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 140px;
  margin-top: 8px;
}

.xmdsite-template-home .xmdsite-hero-chart-column {
  position: relative;
  flex: 1 1 0;
  height: 100%;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: #dbeafe;
}

.xmdsite-template-home .xmdsite-hero-chart-column span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
  background: #2563eb;
  transition: background 180ms ease;
}

.xmdsite-template-home .xmdsite-hero-chart-column:hover span {
  background: #3b82f6;
}

.xmdsite-template-home .xmdsite-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.xmdsite-template-home .xmdsite-mini-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--xmdsite-radius);
  background: rgba(255, 255, 255, 0.86);
  padding: 18px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.xmdsite-template-home .xmdsite-mini-card-value {
  margin-top: 8px;
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.xmdsite-template-home .xmdsite-mini-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
  margin-top: 12px;
}

.xmdsite-template-home .xmdsite-mini-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
}

.xmdsite-template-home .xmdsite-mini-progress-blue span {
  background: #3b82f6;
}

.xmdsite-template-home .xmdsite-floating-query {
  position: absolute;
  top: -46px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 320px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  padding: 16px 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  animation: xmdsite-float 3.2s ease-in-out infinite;
}

.xmdsite-template-home .xmdsite-floating-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--xmdsite-accent);
}

.xmdsite-template-home .xmdsite-floating-query-text {
  margin-top: 2px;
  color: #172033;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.xmdsite-template-home .xmdsite-section {
  position: relative;
  border-top: 1px solid rgba(37, 99, 235, 0.12);
  padding: 92px 0;
}

.xmdsite-template-home .xmdsite-section-blue {
  border-top: 1px solid rgba(37, 99, 235, 0.16);
  border-bottom: 1px solid rgba(37, 99, 235, 0.16);
  background:
    linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
}

.xmdsite-template-home .xmdsite-section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.xmdsite-template-home .xmdsite-section-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.16;
}

.xmdsite-template-home .xmdsite-section-description {
  margin: 16px 0 0;
  color: var(--xmdsite-muted);
  font-size: 17px;
  line-height: 1.9;
}

.xmdsite-template-home .xmdsite-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.xmdsite-template-home .xmdsite-feature-item {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 260px;
  border-top: 3px solid rgba(37, 99, 235, 0.34);
  padding: 26px 0 0;
}

.xmdsite-template-home .xmdsite-feature-item h3,
.xmdsite-template-home .xmdsite-operation-card h3,
.xmdsite-template-home .xmdsite-service-card-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.32;
}

.xmdsite-template-home .xmdsite-feature-item p,
.xmdsite-template-home .xmdsite-operation-card p,
.xmdsite-template-home .xmdsite-service-card-summary {
  margin: 0;
  color: var(--xmdsite-muted);
  font-size: 15px;
  line-height: 1.85;
}

.xmdsite-template-home .xmdsite-insight-list {
  gap: 48px;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item {
  min-height: 0;
  border-top: 0;
  padding: 0 6px;
  gap: 22px;
}

.xmdsite-template-home .xmdsite-feature-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
}

.xmdsite-template-home .xmdsite-feature-icon-red {
  background: #fef2f2;
  color: #ef4444;
}

.xmdsite-template-home .xmdsite-feature-icon-green {
  background: #eff6ff;
  color: #2563eb;
}

.xmdsite-template-home .xmdsite-feature-icon-blue {
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent);
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item h3 {
  font-size: 23px;
  line-height: 1.34;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item p {
  color: rgba(15, 23, 42, 0.66);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.xmdsite-template-home .xmdsite-operation-section {
  overflow: hidden;
  border-top: 1px solid rgba(96, 165, 250, 0.26);
  border-bottom: 1px solid rgba(96, 165, 250, 0.18);
  background:
    radial-gradient(circle at 12% 4%, rgba(56, 189, 248, 0.28), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(37, 99, 235, 0.3), transparent 32%),
    linear-gradient(135deg, #071226 0%, #0b1d3a 48%, #0f2a52 100%);
  color: #ffffff;
}

.xmdsite-template-home .xmdsite-operation-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 92%);
  content: "";
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-container {
  position: relative;
  z-index: 1;
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-heading {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-title {
  color: #ffffff;
  letter-spacing: -0.03em;
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-description {
  color: rgba(226, 232, 240, 0.82);
}

.xmdsite-template-home .xmdsite-operation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.xmdsite-template-home .xmdsite-operation-card {
  --op-accent: #60a5fa;
  --op-accent-rgb: 96 165 250;
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(15, 23, 42, 0.62);
  padding: 30px;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.28);
  backdrop-filter: blur(18px);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background 220ms ease;
}

.xmdsite-template-home .xmdsite-operation-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--op-accent), transparent);
  opacity: 0.9;
  content: "";
}

.xmdsite-template-home .xmdsite-operation-card::after {
  position: absolute;
  right: -72px;
  top: -78px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgb(var(--op-accent-rgb) / 0.18);
  filter: blur(10px);
  content: "";
}

.xmdsite-template-home .xmdsite-operation-card:hover, .xmdsite-template-home .xmdsite-operation-card:focus-within {
  border-color: rgb(var(--op-accent-rgb) / 0.55);
  box-shadow: 0 30px 90px rgba(2, 6, 23, 0.36), 0 0 0 1px rgb(var(--op-accent-rgb) / 0.16) inset;
  transform: translateY(-6px);
}

.xmdsite-template-home .xmdsite-operation-card-head, .xmdsite-template-home .xmdsite-operation-card-body {
  position: relative;
  z-index: 1;
}

.xmdsite-template-home .xmdsite-operation-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.xmdsite-template-home .xmdsite-operation-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: rgb(var(--op-accent-rgb) / 0.98);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.xmdsite-template-home .xmdsite-operation-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(var(--op-accent-rgb) / 0.38);
  border-radius: 999px;
  background: rgb(var(--op-accent-rgb) / 0.13);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-operation-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border: 1px solid rgb(var(--op-accent-rgb) / 0.32);
  border-radius: 18px;
  background: rgb(var(--op-accent-rgb) / 0.12);
  color: var(--op-accent);
  box-shadow: 0 12px 32px rgb(var(--op-accent-rgb) / 0.12);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-home .xmdsite-operation-card:hover .xmdsite-operation-icon,
.xmdsite-template-home .xmdsite-operation-card:focus-within .xmdsite-operation-icon {
  background: var(--op-accent);
  color: #071226;
  transform: scale(1.04) rotate(-2deg);
}

.xmdsite-template-home .xmdsite-operation-card-emerald {
  --op-accent: #34d399;
  --op-accent-rgb: 52 211 153;
}

.xmdsite-template-home .xmdsite-operation-card-sky {
  --op-accent: #38bdf8;
  --op-accent-rgb: 56 189 248;
}

.xmdsite-template-home .xmdsite-operation-card-violet {
  --op-accent: #a78bfa;
  --op-accent-rgb: 167 139 250;
}

.xmdsite-template-home .xmdsite-operation-card-amber {
  --op-accent: #fbbf24;
  --op-accent-rgb: 251 191 36;
}

.xmdsite-template-home .xmdsite-operation-card-rose {
  --op-accent: #fb7185;
  --op-accent-rgb: 251 113 133;
}

.xmdsite-template-home .xmdsite-operation-card-cyan {
  --op-accent: #22d3ee;
  --op-accent-rgb: 34 211 238;
}

.xmdsite-template-home .xmdsite-operation-card-indigo {
  --op-accent: #818cf8;
  --op-accent-rgb: 129 140 248;
}

.xmdsite-template-home .xmdsite-operation-card-lime {
  --op-accent: #a3e635;
  --op-accent-rgb: 163 230 53;
}

.xmdsite-template-home .xmdsite-operation-card h3 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.xmdsite-template-home .xmdsite-operation-lead {
  margin: 8px 0 0;
  color: rgba(191, 219, 254, 0.94);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
}

.xmdsite-template-home .xmdsite-operation-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(226, 232, 240, 0.12);
  list-style: none;
}

.xmdsite-template-home .xmdsite-operation-points li {
  position: relative;
  padding-left: 18px;
  color: rgba(226, 232, 240, 0.82);
  font-size: 15px;
  line-height: 1.72;
}

.xmdsite-template-home .xmdsite-operation-points li::before {
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--op-accent);
  box-shadow: 0 0 0 4px rgb(var(--op-accent-rgb) / 0.12);
  content: "";
}

.xmdsite-template-home .xmdsite-operation-section {
  border-top: 1px solid rgba(37, 99, 235, 0.14);
  border-bottom: 1px solid rgba(37, 99, 235, 0.14);
  background:
    radial-gradient(circle at 10% 0%, rgba(14, 165, 233, 0.18), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(37, 99, 235, 0.16), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(16, 185, 129, 0.10), transparent 38%),
    linear-gradient(180deg, #fafdff 0%, #f2f7ff 46%, #ffffff 100%);
  color: #0f172a;
}

.xmdsite-template-home .xmdsite-operation-section::before {
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.052) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.22) 72%, transparent 100%);
}

.xmdsite-template-home .xmdsite-operation-section::after {
  position: absolute;
  inset: 70px 5% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.13), transparent 66%);
  filter: blur(4px);
  pointer-events: none;
  content: "";
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-title {
  color: #10203f;
  text-shadow: 0 12px 34px rgba(37, 99, 235, 0.10);
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-description {
  color: rgba(30, 41, 59, 0.72);
}

.xmdsite-template-home .xmdsite-operation-card {
  border: 1px solid rgb(var(--op-accent-rgb) / 0.20);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.86)),
    radial-gradient(circle at 100% 0%, rgb(var(--op-accent-rgb) / 0.12), transparent 42%);
  box-shadow:
    0 24px 58px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 0 0 1px rgba(255, 255, 255, 0.62) inset;
  backdrop-filter: blur(18px);
}

.xmdsite-template-home .xmdsite-operation-card::before {
  height: 5px;
  background: linear-gradient(90deg, rgb(var(--op-accent-rgb) / 0.10), var(--op-accent), rgba(37, 99, 235, 0.28));
  opacity: 0.86;
}

.xmdsite-template-home .xmdsite-operation-card::after {
  background:
    radial-gradient(circle, rgb(var(--op-accent-rgb) / 0.17) 0%, rgb(var(--op-accent-rgb) / 0.07) 42%, transparent 72%);
  filter: blur(4px);
  opacity: 0.95;
}

.xmdsite-template-home .xmdsite-operation-card:hover, .xmdsite-template-home .xmdsite-operation-card:focus-within {
  border-color: rgb(var(--op-accent-rgb) / 0.42);
  box-shadow:
    0 30px 76px rgba(37, 99, 235, 0.14),
    0 12px 30px rgb(var(--op-accent-rgb) / 0.11),
    0 0 0 1px rgb(var(--op-accent-rgb) / 0.18) inset;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(247, 251, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgb(var(--op-accent-rgb) / 0.16), transparent 44%);
}

.xmdsite-template-home .xmdsite-operation-kicker {
  color: rgb(var(--op-accent-rgb) / 0.96);
}

.xmdsite-template-home .xmdsite-operation-number {
  border-color: rgb(var(--op-accent-rgb) / 0.28);
  background: linear-gradient(180deg, #ffffff, rgb(var(--op-accent-rgb) / 0.10));
  color: #0f2a52;
  box-shadow: 0 8px 22px rgb(var(--op-accent-rgb) / 0.12);
}

.xmdsite-template-home .xmdsite-operation-icon {
  border-color: rgb(var(--op-accent-rgb) / 0.24);
  background:
    linear-gradient(180deg, #ffffff, rgb(var(--op-accent-rgb) / 0.09));
  color: var(--op-accent);
  box-shadow: 0 14px 30px rgb(var(--op-accent-rgb) / 0.14);
}

.xmdsite-template-home .xmdsite-operation-card:hover .xmdsite-operation-icon,
.xmdsite-template-home .xmdsite-operation-card:focus-within .xmdsite-operation-icon {
  background: linear-gradient(135deg, var(--op-accent), rgb(var(--op-accent-rgb) / 0.74));
  color: #ffffff;
  box-shadow: 0 18px 38px rgb(var(--op-accent-rgb) / 0.22);
}

.xmdsite-template-home .xmdsite-operation-card h3 {
  color: #12213f;
}

.xmdsite-template-home .xmdsite-operation-lead {
  color: rgba(30, 64, 175, 0.88);
}

.xmdsite-template-home .xmdsite-operation-points {
  border-top: 1px solid rgba(37, 99, 235, 0.11);
}

.xmdsite-template-home .xmdsite-operation-points li {
  color: rgba(15, 23, 42, 0.72);
}

.xmdsite-template-home .xmdsite-operation-points li::before {
  box-shadow: 0 0 0 4px rgb(var(--op-accent-rgb) / 0.13);
}

.xmdsite-template-home .xmdsite-operation-section {
  padding: 76px 0;
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
}

.xmdsite-template-home .xmdsite-operation-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.xmdsite-template-home .xmdsite-operation-card {
  gap: 12px;
  min-height: 0;
  border-radius: 22px;
  padding: 20px;
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 0 0 1px rgba(255, 255, 255, 0.56) inset;
}

.xmdsite-template-home .xmdsite-operation-card:hover, .xmdsite-template-home .xmdsite-operation-card:focus-within {
  box-shadow:
    0 22px 54px rgba(37, 99, 235, 0.13),
    0 10px 24px rgb(var(--op-accent-rgb) / 0.10),
    0 0 0 1px rgb(var(--op-accent-rgb) / 0.18) inset;
  transform: translateY(-3px);
}

.xmdsite-template-home .xmdsite-operation-card::before {
  height: 4px;
}

.xmdsite-template-home .xmdsite-operation-card::after {
  right: -96px;
  top: -104px;
  width: 176px;
  height: 176px;
  opacity: 0.72;
}

.xmdsite-template-home .xmdsite-operation-card-head {
  align-items: flex-start;
  gap: 12px;
}

.xmdsite-template-home .xmdsite-operation-kicker {
  gap: 7px;
  margin-bottom: 9px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.xmdsite-template-home .xmdsite-operation-number {
  width: 28px;
  height: 28px;
  font-size: 12px;
}

.xmdsite-template-home .xmdsite-operation-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
}

.xmdsite-template-home .xmdsite-operation-icon svg {
  width: 23px;
  height: 23px;
}

.xmdsite-template-home .xmdsite-operation-card h3 {
  font-size: 19px;
  line-height: 1.25;
}

.xmdsite-template-home .xmdsite-operation-lead {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.45;
}

.xmdsite-template-home .xmdsite-operation-points {
  gap: 6px;
  margin-top: 0;
  padding-top: 12px;
}

.xmdsite-template-home .xmdsite-operation-points li {
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.52;
}

.xmdsite-template-home .xmdsite-operation-points li::before {
  top: 0.68em;
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 3px rgb(var(--op-accent-rgb) / 0.12);
}

.xmdsite-template-home .xmdsite-operation-card,
.xmdsite-template-home .xmdsite-operation-card-emerald,
.xmdsite-template-home .xmdsite-operation-card-sky,
.xmdsite-template-home .xmdsite-operation-card-violet,
.xmdsite-template-home .xmdsite-operation-card-amber,
.xmdsite-template-home .xmdsite-operation-card-rose,
.xmdsite-template-home .xmdsite-operation-card-cyan,
.xmdsite-template-home .xmdsite-operation-card-indigo,
.xmdsite-template-home .xmdsite-operation-card-lime {
  --op-accent: var(--xmdsite-accent);
  --op-accent-rgb: 37 99 235;
}

.xmdsite-template-home .xmdsite-operation-section {
  border-top: 1px solid rgba(37, 99, 235, 0.12);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(14, 165, 233, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
  color: var(--xmdsite-ink);
}

.xmdsite-template-home .xmdsite-operation-section::before {
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.14) 62%, transparent 100%);
}

.xmdsite-template-home .xmdsite-operation-section::after {
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08), transparent 68%);
  opacity: 0.8;
}

.xmdsite-template-home .xmdsite-operation-card {
  border-color: rgba(37, 99, 235, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.075), transparent 42%);
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
}

.xmdsite-template-home .xmdsite-operation-card::before {
  height: 3px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), var(--xmdsite-accent), rgba(37, 99, 235, 0.08));
  opacity: 0.72;
}

.xmdsite-template-home .xmdsite-operation-card::after {
  background: radial-gradient(circle, rgba(37, 99, 235, 0.10), rgba(37, 99, 235, 0.04) 44%, transparent 72%);
  opacity: 0.62;
}

.xmdsite-template-home .xmdsite-operation-card:hover, .xmdsite-template-home .xmdsite-operation-card:focus-within {
  border-color: rgba(37, 99, 235, 0.30);
  background:
    linear-gradient(180deg, #ffffff, #f8fbff),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.09), transparent 44%);
  box-shadow:
    0 22px 54px rgba(37, 99, 235, 0.12),
    0 0 0 1px rgba(37, 99, 235, 0.10) inset;
}

.xmdsite-template-home .xmdsite-operation-kicker {
  color: var(--xmdsite-accent);
}

.xmdsite-template-home .xmdsite-operation-number {
  border-color: rgba(37, 99, 235, 0.24);
  background: #ffffff;
  color: #0f2a52;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.09);
}

.xmdsite-template-home .xmdsite-operation-icon {
  border-color: rgba(37, 99, 235, 0.22);
  background: linear-gradient(180deg, #ffffff, var(--xmdsite-accent-soft));
  color: var(--xmdsite-accent);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.10);
}

.xmdsite-template-home .xmdsite-operation-card:hover .xmdsite-operation-icon,
.xmdsite-template-home .xmdsite-operation-card:focus-within .xmdsite-operation-icon {
  background: var(--xmdsite-accent);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.18);
}

.xmdsite-template-home .xmdsite-operation-card h3 {
  color: #10203f;
}

.xmdsite-template-home .xmdsite-operation-lead {
  color: rgba(15, 42, 82, 0.76);
}

.xmdsite-template-home .xmdsite-operation-points {
  border-top-color: rgba(37, 99, 235, 0.10);
}

.xmdsite-template-home .xmdsite-operation-points li {
  color: rgba(15, 23, 42, 0.68);
}

.xmdsite-template-home .xmdsite-operation-points li::before {
  background: var(--xmdsite-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.10);
}

.xmdsite-template-home .xmdsite-product-section {
  overflow: hidden;
  border-top: 1px solid rgba(37, 99, 235, 0.12);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(14, 165, 233, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
  color: var(--xmdsite-ink);
}

.xmdsite-template-home .xmdsite-product-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.13) 62%, transparent 100%);
  content: "";
}

.xmdsite-template-home .xmdsite-product-section::after {
  position: absolute;
  inset: 70px 5% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08), transparent 68%);
  filter: blur(4px);
  opacity: 0.8;
  pointer-events: none;
  content: "";
}

.xmdsite-template-home .xmdsite-product-section .xmdsite-container {
  position: relative;
  z-index: 1;
}

.xmdsite-template-home .xmdsite-product-section .xmdsite-section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.xmdsite-template-home .xmdsite-product-section .xmdsite-section-title {
  color: #10203f;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 34px rgba(37, 99, 235, 0.10);
}

.xmdsite-template-home .xmdsite-product-section .xmdsite-section-description {
  color: rgba(30, 41, 59, 0.72);
}

.xmdsite-template-home .xmdsite-product-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.xmdsite-template-home .xmdsite-product-card,
.xmdsite-template-home .xmdsite-product-card-0,
.xmdsite-template-home .xmdsite-product-card-1,
.xmdsite-template-home .xmdsite-product-card-2,
.xmdsite-template-home .xmdsite-product-card-3,
.xmdsite-template-home .xmdsite-product-card-4,
.xmdsite-template-home .xmdsite-product-card-5,
.xmdsite-template-home .xmdsite-product-card-6,
.xmdsite-template-home .xmdsite-product-card-7,
.xmdsite-template-home .xmdsite-product-card-8,
.xmdsite-template-home .xmdsite-product-card-9 {
  --op-accent: var(--xmdsite-accent);
  --op-accent-rgb: 37 99 235;
}

.xmdsite-template-home .xmdsite-product-link {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.965)),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.055), transparent 44%);
  padding: 20px;
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background 220ms ease;
}

.xmdsite-template-home .xmdsite-product-link::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), var(--xmdsite-accent), rgba(37, 99, 235, 0.08));
  opacity: 0.72;
  content: "";
}

.xmdsite-template-home .xmdsite-product-link::after {
  position: absolute;
  right: -96px;
  top: -104px;
  width: 176px;
  height: 176px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.10), rgba(37, 99, 235, 0.04) 44%, transparent 72%);
  opacity: 0.62;
  content: "";
}

.xmdsite-template-home .xmdsite-product-link:hover, .xmdsite-template-home .xmdsite-product-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.30);
  background:
    linear-gradient(180deg, #ffffff, #f8fbff),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.09), transparent 44%);
  box-shadow:
    0 22px 54px rgba(37, 99, 235, 0.12),
    0 0 0 1px rgba(37, 99, 235, 0.10) inset;
  transform: translateY(-3px);
}

.xmdsite-template-home .xmdsite-product-card-head,
.xmdsite-template-home .xmdsite-product-summary,
.xmdsite-template-home .xmdsite-product-action {
  position: relative;
  z-index: 1;
}

.xmdsite-template-home .xmdsite-product-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.xmdsite-template-home .xmdsite-product-title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.xmdsite-template-home .xmdsite-product-number {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: #0f2a52;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.09);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-product-title {
  margin: 0;
  color: #10203f;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.xmdsite-template-home .xmdsite-product-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff, var(--xmdsite-accent-soft));
  color: var(--xmdsite-accent);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.10);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.xmdsite-template-home .xmdsite-product-link:hover .xmdsite-product-icon,
.xmdsite-template-home .xmdsite-product-link:focus-visible .xmdsite-product-icon {
  background: var(--xmdsite-accent);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.18);
  transform: scale(1.04) rotate(-2deg);
}

.xmdsite-template-home .xmdsite-product-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 4px 0 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 13px;
  line-height: 1.52;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.xmdsite-template-home .xmdsite-product-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(37, 99, 235, 0.10);
  color: rgba(30, 64, 175, 0.88);
  font-size: 13px;
  font-weight: 780;
}

.xmdsite-template-home .xmdsite-product-empty {
  grid-column: 1 / -1;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 28px;
  color: rgba(15, 23, 42, 0.64);
  text-align: center;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.xmdsite-template-home .xmdsite-news-section {
  overflow: hidden;
  border-top: 1px solid rgba(37, 99, 235, 0.10);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(14, 165, 233, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 52%, #ffffff 100%);
}

.xmdsite-template-home .xmdsite-news-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.032) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.38) 24%, transparent 100%);
  content: "";
}

.xmdsite-template-home .xmdsite-news-section .xmdsite-container {
  position: relative;
  z-index: 1;
}

.xmdsite-template-home .xmdsite-news-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.xmdsite-template-home .xmdsite-news-heading .xmdsite-section-heading {
  max-width: 790px;
  margin-bottom: 0;
}

.xmdsite-template-home .xmdsite-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.86);
  padding: 7px 13px;
  color: var(--xmdsite-accent-hover);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.xmdsite-template-home .xmdsite-section-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--xmdsite-accent), var(--xmdsite-cyan));
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.10);
  content: "";
}

.xmdsite-template-home .xmdsite-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 46px;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0 22px;
  color: var(--xmdsite-accent-hover);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.xmdsite-template-home .xmdsite-news-more:hover, .xmdsite-template-home .xmdsite-news-more:focus-visible {
  border-color: rgba(37, 99, 235, 0.34);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.13);
  outline: none;
  transform: translateY(-2px);
}

.xmdsite-template-home .xmdsite-news-more svg {
  margin-left: 8px;
  transition: transform 180ms ease;
}

.xmdsite-template-home .xmdsite-news-more:hover svg, .xmdsite-template-home .xmdsite-news-more:focus-visible svg {
  transform: translateX(3px);
}

.xmdsite-template-home .xmdsite-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.xmdsite-template-home .xmdsite-news-card {
  min-width: 0;
  height: 100%;
}

.xmdsite-template-home .xmdsite-news-link {
  position: relative;
  display: grid;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.06), transparent 46%);
  box-shadow:
    0 14px 36px rgba(15, 23, 42, 0.055),
    0 1px 0 rgba(255, 255, 255, 0.90) inset;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.xmdsite-template-home .xmdsite-news-link::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), var(--xmdsite-accent), rgba(14, 165, 233, 0.50));
  opacity: 0.76;
  content: "";
}

.xmdsite-template-home .xmdsite-news-link:hover, .xmdsite-template-home .xmdsite-news-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow:
    0 20px 48px rgba(37, 99, 235, 0.12),
    0 0 0 1px rgba(37, 99, 235, 0.08) inset;
  outline: none;
  transform: translateY(-4px);
}

.xmdsite-template-home .xmdsite-news-media, .xmdsite-template-home .xmdsite-news-placeholder {
  display: none;
}

.xmdsite-template-home .xmdsite-news-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 24px 22px;
}

.xmdsite-template-home .xmdsite-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  color: rgba(15, 23, 42, 0.50);
  font-size: 13px;
  font-weight: 760;
}

.xmdsite-template-home .xmdsite-news-meta time {
  color: rgba(30, 41, 59, 0.56);
}

.xmdsite-template-home .xmdsite-news-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.72);
  padding: 0 10px;
  color: var(--xmdsite-accent-hover);
  font-size: 12px;
  font-weight: 900;
}

.xmdsite-template-home .xmdsite-news-title {
  margin: 0;
  color: #10203f;
  font-size: 20px;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.xmdsite-template-home .xmdsite-news-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(15, 23, 42, 0.66);
  font-size: 15px;
  line-height: 1.82;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xmdsite-template-home .xmdsite-news-readmore {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  color: var(--xmdsite-accent-hover);
  font-size: 14px;
  font-weight: 850;
}

.xmdsite-template-home .xmdsite-news-readmore::after {
  content: "→";
  transition: transform 180ms ease;
}

.xmdsite-template-home .xmdsite-news-link:hover .xmdsite-news-readmore::after,
.xmdsite-template-home .xmdsite-news-link:focus-visible .xmdsite-news-readmore::after {
  transform: translateX(3px);
}

.xmdsite-template-home .xmdsite-news-empty {
  grid-column: 1 / -1;
  border: 1px dashed rgba(37, 99, 235, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  padding: 34px;
  color: var(--xmdsite-muted);
  text-align: center;
}

.xmdsite-template-home .xmdsite-service-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.xmdsite-template-home .xmdsite-service-heading .xmdsite-section-heading {
  margin-bottom: 0;
}

.xmdsite-template-home .xmdsite-service-section {
  border-top: 1px solid rgba(37, 99, 235, 0.18);
  border-bottom: 1px solid rgba(37, 99, 235, 0.18);
  background: #ffffff;
}

.xmdsite-template-home .xmdsite-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.xmdsite-template-home .xmdsite-service-card {
  height: 100%;
}

.xmdsite-template-home .xmdsite-service-card-link {
  display: grid;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: var(--xmdsite-radius);
  background: var(--xmdsite-surface);
  box-shadow: var(--xmdsite-shadow);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-home .xmdsite-service-card-link:hover, .xmdsite-template-home .xmdsite-service-card-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: var(--xmdsite-shadow-hover);
  outline: none;
  transform: translateY(-4px);
}

.xmdsite-template-home .xmdsite-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--xmdsite-surface-soft);
}

.xmdsite-template-home .xmdsite-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.xmdsite-template-home .xmdsite-service-card-link:hover .xmdsite-card-media img,
.xmdsite-template-home .xmdsite-service-card-link:focus-visible .xmdsite-card-media img {
  transform: scale(1.035);
}

.xmdsite-template-home .xmdsite-card-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 24px;
  background:
    linear-gradient(135deg, #f8fafc 0%, #dbeafe 100%);
  color: var(--xmdsite-soft);
  font-size: 13px;
  font-weight: 800;
}

.xmdsite-template-home .xmdsite-service-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.xmdsite-template-home .xmdsite-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--xmdsite-soft);
  font-size: 13px;
}

.xmdsite-template-home .xmdsite-service-card-summary {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.xmdsite-template-home .xmdsite-final-cta {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(37, 99, 235, 0.24);
  background:
    radial-gradient(circle at 16% 0%, rgba(96, 165, 250, 0.38), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(14, 165, 233, 0.26), transparent 30%),
    linear-gradient(135deg, #13234a 0%, #1e3a8a 54%, #2563eb 100%);
  color: #ffffff;
  text-align: center;
}

.xmdsite-template-home .xmdsite-final-cta::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  pointer-events: none;
}

.xmdsite-template-home .xmdsite-final-cta::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.xmdsite-template-home .xmdsite-final-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 960px;
  padding: clamp(56px, 7vw, 86px) 0;
}

.xmdsite-template-home .xmdsite-final-cta h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.16;
}

.xmdsite-template-home .xmdsite-final-cta p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.65vw, 18px);
  line-height: 1.85;
}

.xmdsite-template-home .xmdsite-final-cta .xmdsite-button {
  background: #ffffff;
  color: var(--xmdsite-accent-hover);
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-final-cta .xmdsite-button:hover, .xmdsite-template-home .xmdsite-final-cta .xmdsite-button:focus-visible {
  background: var(--xmdsite-accent-soft);
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-footer {
  background: var(--xmdsite-footer);
  color: rgba(255, 255, 255, 0.78);
}

.xmdsite-template-home .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  padding: 48px 0;
}

.xmdsite-template-home .xmdsite-footer-brand {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
}

.xmdsite-template-home .xmdsite-footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 42px;
}

.xmdsite-template-home .xmdsite-footer-item {
  min-width: 120px;
}

.xmdsite-template-home .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.xmdsite-template-home .xmdsite-footer-sublist {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.xmdsite-template-home .xmdsite-footer-sublist .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
}

.xmdsite-template-home .xmdsite-footer-aside {
  display: grid;
  justify-items: end;
  gap: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  text-align: right;
}

.xmdsite-template-home .xmdsite-footer-qrcode {
  width: 104px;
  height: 104px;
  border-radius: var(--xmdsite-radius);
  background: #ffffff;
  object-fit: cover;
}

.xmdsite-template-home .xmdsite-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.xmdsite-template-home .xmdsite-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.xmdsite-template-home .xmdsite-section {
  position: relative;
}

.xmdsite-template-home main > .xmdsite-section:first-child {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #ffffff;
}

.xmdsite-template-home .xmdsite-insight-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item {
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.055), transparent 42%);
  padding: 24px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item h3 {
  font-size: 21px;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item p {
  font-size: 15.5px;
  line-height: 1.78;
}

.xmdsite-template-home .xmdsite-operation-section,
.xmdsite-template-home .xmdsite-product-section,
.xmdsite-template-home .xmdsite-news-section,
.xmdsite-template-home .xmdsite-service-section {
  padding: 74px 0;
}

.xmdsite-template-home .xmdsite-section-heading,
.xmdsite-template-home .xmdsite-service-heading,
.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-heading,
.xmdsite-template-home .xmdsite-product-section .xmdsite-section-heading {
  margin-bottom: 34px;
}

.xmdsite-template-home .xmdsite-section-title, .xmdsite-template-home .xmdsite-final-cta h2 {
  letter-spacing: -0.035em;
}

.xmdsite-template-home .xmdsite-service-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.xmdsite-template-home .xmdsite-service-card-link {
  border-color: rgba(37, 99, 235, 0.12);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
}

.xmdsite-template-home .xmdsite-card-media {
  aspect-ratio: 16 / 9;
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-toggle {
    display: grid;
    flex: 0 0 auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: fit-content;
    min-width: 124px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    border: 1px solid var(--xmdsite-border);
    border-radius: var(--xmdsite-radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--xmdsite-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-header.is-nav-open .xmdsite-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-list {
    display: grid;
    justify-items: center;
    gap: 4px;
    width: max-content;
    max-width: 100%;
    padding: 10px 14px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    justify-content: center;
    width: max-content;
    min-width: 96px;
    max-width: calc(100vw - 64px);
    min-height: 42px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-sublist {
    position: static;
    display: grid;
    justify-items: center;
    min-width: 0;
    padding: 2px 0 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-copy,
.xmdsite-template-home .xmdsite-page-title,
.xmdsite-template-home .xmdsite-hero-description,
.xmdsite-template-home .xmdsite-hero-intro p {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    max-width: 100%;
    letter-spacing: -0.028em;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-inner {
    min-height: 0;
    gap: 36px;
    padding: 58px 0 68px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-board {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-floating-query {
    top: -28px;
    right: 12px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-feature-list,
.xmdsite-template-home .xmdsite-operation-list,
.xmdsite-template-home .xmdsite-product-list,
.xmdsite-template-home .xmdsite-news-grid,
.xmdsite-template-home .xmdsite-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-news-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-final-cta-inner {
    max-width: min(100% - 48px, 860px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-final-cta p {
    max-width: 760px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home main > .xmdsite-section:first-child,
.xmdsite-template-home .xmdsite-operation-section,
.xmdsite-template-home .xmdsite-product-section,
.xmdsite-template-home .xmdsite-news-section,
.xmdsite-template-home .xmdsite-service-section {
    padding: 64px 0;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-section-heading,
.xmdsite-template-home .xmdsite-service-heading,
.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-heading,
.xmdsite-template-home .xmdsite-product-section .xmdsite-section-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-operation-list {
    gap: 14px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-operation-card {
    min-height: 0;
    padding: 18px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-footer-aside {
    justify-items: start;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-operation-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-container {
    width: min(100% - 24px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title {
    font-size: clamp(34px, 10.2vw, 38px);
    line-height: 1.08;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    letter-spacing: -0.025em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-title-brand {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-description, .xmdsite-template-home .xmdsite-section-description {
    font-size: 15px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-intro {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-capability-list {
    gap: 8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-capability-list li {
    min-height: 32px;
    padding: 6px 11px;
    font-size: 12.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section,
.xmdsite-template-home main > .xmdsite-section:first-child,
.xmdsite-template-home .xmdsite-operation-section,
.xmdsite-template-home .xmdsite-product-section,
.xmdsite-template-home .xmdsite-news-section,
.xmdsite-template-home .xmdsite-service-section {
    padding: 54px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section-title, .xmdsite-template-home .xmdsite-final-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta::before {
    inset: 8px;
    border-radius: 20px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta-inner {
    max-width: min(100% - 28px, 680px);
    gap: 14px;
    padding: 48px 0 52px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-feature-list,
.xmdsite-template-home .xmdsite-operation-list,
.xmdsite-template-home .xmdsite-product-list,
.xmdsite-template-home .xmdsite-news-grid,
.xmdsite-template-home .xmdsite-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-heading {
    gap: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-link {
    border-radius: 20px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-body {
    padding: 22px 20px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-title {
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section-heading,
.xmdsite-template-home .xmdsite-service-heading,
.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-heading {
    margin-bottom: 24px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-list {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card {
    min-height: 0;
    border-radius: 20px;
    padding: 18px 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card-head {
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-number {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-icon svg {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card h3 {
    font-size: 19px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-lead {
    font-size: 13.5px;
    line-height: 1.45;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-points {
    gap: 6px;
    padding-top: 11px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-points li {
    font-size: 13px;
    line-height: 1.52;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-feature-item {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-board {
    min-height: 0;
    transform: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-board:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-dashboard {
    padding: 22px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-metric {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-metric-value {
    font-size: 34px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-chart {
    height: 112px;
    gap: 6px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-floating-query {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    margin: 0 10px 10px;
    animation: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-list {
    display: grid;
    grid-template-columns: 1fr;
  }
}

:root.xmdsite-template-home {
  --xmdsite-radius: 6px;
  --xmdsite-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  --xmdsite-shadow-hover: 0 16px 38px rgba(37, 99, 235, 0.12);
  --xmdsite-border: rgba(15, 23, 42, 0.09);
  --xmdsite-border-strong: rgba(37, 99, 235, 0.18);
}

body.xmdsite-template-home {
  background:
    radial-gradient(circle at 10% -6%, rgba(37, 99, 235, 0.07), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(14, 165, 233, 0.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
}

.xmdsite-template-home .xmdsite-header {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.035);
}

.xmdsite-template-home .xmdsite-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0.075) 28%, transparent 58%),
    radial-gradient(circle at 92% 84%, rgba(14, 165, 233, 0.11) 0%, rgba(14, 165, 233, 0.055) 32%, transparent 62%),
    linear-gradient(112deg, #ffffff 0%, #fbfdff 46%, #f4f9ff 100%);
}

.xmdsite-template-home .xmdsite-hero::before,
.xmdsite-template-home .xmdsite-product-section::before,
.xmdsite-template-home .xmdsite-news-section::before {
  opacity: 0.14;
}

.xmdsite-template-home .xmdsite-button, .xmdsite-template-home .xmdsite-news-more {
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
}

.xmdsite-template-home .xmdsite-hero-board {
  border-radius: 12px;
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
  transform: rotate(0.45deg);
}

.xmdsite-template-home .xmdsite-hero-board::before, .xmdsite-template-home .xmdsite-browser-window {
  border-radius: 9px;
}

.xmdsite-template-home .xmdsite-mini-card, .xmdsite-template-home .xmdsite-floating-query {
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-operation-card,
.xmdsite-template-home .xmdsite-product-link,
.xmdsite-template-home .xmdsite-product-empty,
.xmdsite-template-home .xmdsite-news-link,
.xmdsite-template-home .xmdsite-news-empty,
.xmdsite-template-home .xmdsite-service-card-link {
  border-radius: 10px;
  border-color: rgba(37, 99, 235, 0.11);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-news-link,
.xmdsite-template-home .xmdsite-service-card-link {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.04), transparent 46%);
}

.xmdsite-template-home .xmdsite-operation-card, .xmdsite-template-home .xmdsite-product-link {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.965)),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.055), transparent 44%);
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item:hover,
.xmdsite-template-home .xmdsite-operation-card:hover,
.xmdsite-template-home .xmdsite-operation-card:focus-within,
.xmdsite-template-home .xmdsite-product-link:hover,
.xmdsite-template-home .xmdsite-product-link:focus-visible,
.xmdsite-template-home .xmdsite-news-link:hover,
.xmdsite-template-home .xmdsite-news-link:focus-visible,
.xmdsite-template-home .xmdsite-service-card-link:hover,
.xmdsite-template-home .xmdsite-service-card-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.095);
  transform: translateY(-2px);
}

.xmdsite-template-home .xmdsite-feature-icon, .xmdsite-template-home .xmdsite-operation-icon, .xmdsite-template-home .xmdsite-product-icon {
  border-radius: 8px;
}

.xmdsite-template-home .xmdsite-operation-number,
.xmdsite-template-home .xmdsite-product-number,
.xmdsite-template-home .xmdsite-section-kicker,
.xmdsite-template-home .xmdsite-hero-eyebrow,
.xmdsite-template-home .xmdsite-news-tag {
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-operation-section,
.xmdsite-template-home .xmdsite-product-section,
.xmdsite-template-home .xmdsite-news-section,
.xmdsite-template-home .xmdsite-service-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.052), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(14, 165, 233, 0.042), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #ffffff 100%);
}

.xmdsite-template-home .xmdsite-card-placeholder {
  background: linear-gradient(135deg, #f8fbff 0%, #eaf2ff 100%);
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-board,
.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-operation-card,
.xmdsite-template-home .xmdsite-product-link,
.xmdsite-template-home .xmdsite-product-empty,
.xmdsite-template-home .xmdsite-news-link,
.xmdsite-template-home .xmdsite-news-empty,
.xmdsite-template-home .xmdsite-service-card-link {
    border-radius: 9px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-feature-icon,
.xmdsite-template-home .xmdsite-operation-icon,
.xmdsite-template-home .xmdsite-product-icon,
.xmdsite-template-home .xmdsite-mini-card,
.xmdsite-template-home .xmdsite-floating-query {
    border-radius: 7px;
  }
}

:root.xmdsite-template-home {
  --xmdsite-radius: 5px;
  --xmdsite-shadow: 0 9px 24px rgba(15, 23, 42, 0.05);
  --xmdsite-shadow-hover: 0 14px 34px rgba(37, 99, 235, 0.105);
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-operation-card,
.xmdsite-template-home .xmdsite-product-link,
.xmdsite-template-home .xmdsite-product-empty,
.xmdsite-template-home .xmdsite-news-link,
.xmdsite-template-home .xmdsite-news-empty,
.xmdsite-template-home .xmdsite-service-card-link {
  border-radius: 7px;
  box-shadow: 0 9px 24px rgba(15, 23, 42, 0.043);
}

.xmdsite-template-home .xmdsite-hero-board {
  border-radius: 9px;
}

.xmdsite-template-home .xmdsite-hero-board::before,
.xmdsite-template-home .xmdsite-browser-window,
.xmdsite-template-home .xmdsite-mini-card,
.xmdsite-template-home .xmdsite-floating-query,
.xmdsite-template-home .xmdsite-feature-icon,
.xmdsite-template-home .xmdsite-operation-icon,
.xmdsite-template-home .xmdsite-product-icon {
  border-radius: 6px;
}

.xmdsite-template-home .xmdsite-operation-list {
  gap: clamp(14px, 1.35vw, 18px);
}

.xmdsite-template-home .xmdsite-product-list {
  gap: clamp(14px, 1.35vw, 18px);
}

.xmdsite-template-home .xmdsite-product-link {
  gap: 14px;
  padding: 21px;
}

.xmdsite-template-home .xmdsite-operation-card {
  gap: 14px;
  padding: 21px;
}

.xmdsite-template-home .xmdsite-operation-card-head {
  gap: 14px;
}

.xmdsite-template-home .xmdsite-operation-kicker {
  margin-bottom: 10px;
  line-height: 1.35;
}

.xmdsite-template-home .xmdsite-operation-card h3 {
  line-height: 1.34;
}

.xmdsite-template-home .xmdsite-operation-lead {
  margin-top: 7px;
  line-height: 1.62;
}

.xmdsite-template-home .xmdsite-operation-points {
  gap: 8px;
  padding-top: 14px;
}

.xmdsite-template-home .xmdsite-operation-points li {
  line-height: 1.68;
}

.xmdsite-template-home .xmdsite-news-body,
.xmdsite-template-home .xmdsite-service-card-body,
.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item {
  gap: 14px;
}

.xmdsite-template-home .xmdsite-news-summary,
.xmdsite-template-home .xmdsite-service-card-summary,
.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item p {
  line-height: 1.86;
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-operation-card,
.xmdsite-template-home .xmdsite-product-link,
.xmdsite-template-home .xmdsite-product-empty,
.xmdsite-template-home .xmdsite-news-link,
.xmdsite-template-home .xmdsite-news-empty,
.xmdsite-template-home .xmdsite-service-card-link {
    border-radius: 7px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-operation-card, .xmdsite-template-home .xmdsite-product-link {
    padding: 20px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-operation-points li {
    line-height: 1.66;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-operation-card,
.xmdsite-template-home .xmdsite-product-link,
.xmdsite-template-home .xmdsite-product-empty,
.xmdsite-template-home .xmdsite-news-link,
.xmdsite-template-home .xmdsite-news-empty,
.xmdsite-template-home .xmdsite-service-card-link {
    border-radius: 6px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-board,
.xmdsite-template-home .xmdsite-mini-card,
.xmdsite-template-home .xmdsite-floating-query,
.xmdsite-template-home .xmdsite-feature-icon,
.xmdsite-template-home .xmdsite-operation-icon,
.xmdsite-template-home .xmdsite-product-icon {
    border-radius: 5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card, .xmdsite-template-home .xmdsite-product-link {
    gap: 13px;
    padding: 18px 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card-head {
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-lead {
    line-height: 1.58;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-points {
    gap: 7px;
    padding-top: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-points li {
    line-height: 1.64;
  }
}

.xmdsite-template-home .xmdsite-insight-list {
  align-items: start;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  column-gap: 16px;
  row-gap: 14px;
  padding: 22px 24px 24px;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-icon {
  grid-column: 1;
  grid-row: 1;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  font-size: clamp(20px, 1.55vw, 22px);
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 15.5px;
  line-height: 1.74;
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-insight-list {
    gap: 16px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-icon {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-insight-list {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 12px;
    padding: 18px 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-icon {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-icon svg {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item h3 {
    font-size: 19px;
    line-height: 1.3;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item p {
    font-size: 14.5px;
    line-height: 1.7;
  }
}

.xmdsite-template-home .xmdsite-hero-inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1fr);
  gap: clamp(32px, 4.8vw, 64px);
  min-height: 620px;
  padding: clamp(52px, 6vw, 76px) 0 clamp(58px, 6.4vw, 82px);
}

.xmdsite-template-home .xmdsite-hero-eyebrow {
  margin-bottom: 20px;
  padding: 7px 13px;
  background: rgba(219, 234, 254, 0.78);
}

.xmdsite-template-home .xmdsite-hero-title-product {
  gap: 6px;
  font-size: clamp(36px, 3.72vw, 54px);
  line-height: 1.06;
}

.xmdsite-template-home .xmdsite-hero-description {
  margin-top: 22px;
  line-height: 1.55;
}

.xmdsite-template-home .xmdsite-hero-intro {
  gap: 0;
  max-width: 760px;
}

.xmdsite-template-home .xmdsite-capability-list {
  gap: 10px 12px;
  max-width: 740px;
}

.xmdsite-template-home .xmdsite-capability-list li {
  min-height: 36px;
  padding: 7px 15px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.045);
}

.xmdsite-template-home .xmdsite-hero-actions {
  margin-top: 28px;
}

.xmdsite-template-home .xmdsite-hero-board {
  min-height: 452px;
}

.xmdsite-template-home .xmdsite-floating-query {
  top: -32px;
  padding: 13px 16px;
}

.xmdsite-template-home .xmdsite-hero-dashboard {
  gap: 20px;
  padding: 28px 28px 26px;
}

.xmdsite-template-home .xmdsite-hero-chart {
  height: 126px;
  margin-top: 2px;
}

.xmdsite-template-home .xmdsite-mini-card {
  padding: 16px;
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 48px 0 58px;
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-hero-board {
    width: min(100%, 620px);
    min-height: 0;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-inner {
    gap: 26px;
    padding: 36px 0 44px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-eyebrow {
    margin-bottom: 16px;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    gap: 5px;
    font-size: clamp(31px, 8.8vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.024em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-title-emphasis {
    font-size: 1.02em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-description {
    margin-top: 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-capability-list li {
    min-height: 32px;
    padding: 6px 11px;
    font-size: 12.5px;
    font-weight: 740;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-actions {
    margin-top: 22px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-dashboard {
    gap: 16px;
    padding: 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-chart {
    height: 94px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-mini-card {
    padding: 14px;
  }
}

.xmdsite-template-home .xmdsite-hero,
.xmdsite-template-home .xmdsite-section,
.xmdsite-template-home .xmdsite-operation-section,
.xmdsite-template-home .xmdsite-news-section,
.xmdsite-template-home .xmdsite-service-section,
.xmdsite-template-home .xmdsite-final-cta {
  scroll-margin-top: 86px;
}

@media (max-width: 980px) {
  html.xmdsite-template-home, body.xmdsite-template-home {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
    position: relative;
    gap: 10px;
    min-height: 62px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 52px);
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand-name {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: calc(100vh - 84px);
    max-height: calc(100dvh - 84px);
    border-radius: 16px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-list {
    justify-items: stretch;
    width: 100%;
    padding: 10px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-item {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0 14px;
    text-align: left;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-sublist {
    justify-items: stretch;
    width: 100%;
    padding: 2px 0 6px 10px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-board {
    width: min(100%, 620px);
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero,
.xmdsite-template-home .xmdsite-section,
.xmdsite-template-home .xmdsite-operation-section,
.xmdsite-template-home .xmdsite-news-section,
.xmdsite-template-home .xmdsite-service-section,
.xmdsite-template-home .xmdsite-final-cta {
    scroll-margin-top: 72px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-container {
    width: min(100% - 28px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
    min-height: 58px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand-name {
    font-size: 14.5px;
    line-height: 1.28;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-nav {
    left: 10px;
    right: 10px;
    top: calc(100% + 6px);
    max-height: calc(100vh - 74px);
    max-height: calc(100dvh - 74px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-inner {
    gap: 22px;
    padding: 28px 0 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-eyebrow {
    max-width: 100%;
    margin-bottom: 14px;
    padding: 8px 12px;
    line-height: 1.35;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.1;
    letter-spacing: -0.018em;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-title-brand, .xmdsite-template-home .xmdsite-page-title .xmdsite-title-normal {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-description {
    margin-top: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-capability-list {
    gap: 7px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-capability-list li {
    max-width: 100%;
    min-height: 32px;
    padding: 6px 11px;
    line-height: 1.35;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-actions, .xmdsite-template-home .xmdsite-button, .xmdsite-template-home .xmdsite-news-more {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-button, .xmdsite-template-home .xmdsite-news-more {
    min-height: 46px;
    padding: 0 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-board {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
    transform: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-board:hover {
    transform: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-board::before {
    inset: 6px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-browser-window {
    margin: 6px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-floating-query {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    max-width: none;
    margin: 6px 6px 0;
    padding: 12px;
    gap: 10px;
    animation: none;
    transform: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-floating-icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-floating-query-text {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-dashboard {
    gap: 14px;
    padding: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-metric-value {
    font-size: clamp(26px, 8vw, 32px);
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-growth {
    align-self: flex-start;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-chart {
    height: 82px;
    gap: 4px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-mini-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section,
.xmdsite-template-home main > .xmdsite-section:first-child,
.xmdsite-template-home .xmdsite-operation-section,
.xmdsite-template-home .xmdsite-news-section,
.xmdsite-template-home .xmdsite-service-section {
    padding: 46px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section-title, .xmdsite-template-home .xmdsite-final-cta h2 {
    font-size: clamp(26px, 7.2vw, 30px);
    line-height: 1.2;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-feature-list,
.xmdsite-template-home .xmdsite-operation-list,
.xmdsite-template-home .xmdsite-news-grid,
.xmdsite-template-home .xmdsite-service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-heading {
    align-items: stretch;
    gap: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-body, .xmdsite-template-home .xmdsite-service-card-body {
    padding: 18px 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-title {
    font-size: 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta-inner {
    max-width: min(100% - 28px, 680px);
    padding: 44px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta::before {
    inset: 8px;
    border-radius: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta::after {
    top: -110px;
    right: -100px;
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-inner {
    gap: 24px;
    padding: 34px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-brand, .xmdsite-template-home .xmdsite-footer-aside {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-aside {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-container {
    width: calc(100% - 20px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-brand-name {
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    font-size: clamp(26px, 8.2vw, 31px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-browser-bar {
    height: 28px;
    padding: 0 12px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-browser-dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-hero-metric-value {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-hero-chart {
    height: 72px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-news-meta {
    font-size: 12px;
  }
}

body.xmdsite-template-home {
  font-size: 17px;
}

.xmdsite-template-home .xmdsite-brand {
  font-size: clamp(19px, 1.55vw, 22px);
  font-weight: 880;
  letter-spacing: -0.012em;
}

.xmdsite-template-home .xmdsite-nav-link {
  min-height: 44px;
  font-size: 15.5px;
  font-weight: 720;
}

.xmdsite-template-home .xmdsite-hero-title-product {
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.07;
}

.xmdsite-template-home .xmdsite-section-title, .xmdsite-template-home .xmdsite-final-cta h2 {
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.18;
}

.xmdsite-template-home .xmdsite-hero-description,
.xmdsite-template-home .xmdsite-section-description,
.xmdsite-template-home .xmdsite-final-cta p {
  font-size: clamp(16.5px, 1.18vw, 18px);
}

.xmdsite-template-home .xmdsite-button, .xmdsite-template-home .xmdsite-news-more {
  min-height: 52px;
  font-size: 17px;
}

.xmdsite-template-home .xmdsite-button-outline {
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(255, 255, 255, 0.92);
  color: var(--xmdsite-accent-hover);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.10);
}

.xmdsite-template-home .xmdsite-button-outline:hover, .xmdsite-template-home .xmdsite-button-outline:focus-visible {
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.16);
}

.xmdsite-template-home .xmdsite-phone-link {
  gap: 8px;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-contact-strip {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 54%, #0ea5e9 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.16);
}

.xmdsite-template-home .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 34px;
  min-height: 44px;
  padding: 8px 0;
  font-size: 15.8px;
  font-weight: 780;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.xmdsite-template-home .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-phone {
  border-radius: 999px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-home .xmdsite-contact-strip-phone:hover, .xmdsite-template-home .xmdsite-contact-strip-phone:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
  transform: translateY(-1px);
}

.xmdsite-template-home .xmdsite-footer-phone-list {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.xmdsite-template-home .xmdsite-footer-phone-link {
  display: inline-grid;
  gap: 4px;
  color: #ffffff;
  text-align: right;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-home .xmdsite-footer-phone-link:hover, .xmdsite-template-home .xmdsite-footer-phone-link:focus-visible {
  color: #bfdbfe;
  outline: none;
  transform: translateY(-1px);
}

.xmdsite-template-home .xmdsite-footer-phone-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.xmdsite-template-home .xmdsite-footer-phone-number {
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.018em;
}

@media (max-width: 980px) {
  body.xmdsite-template-home {
    font-size: 16.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand {
    font-size: clamp(17px, 2.5vw, 20px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-footer-phone-list, .xmdsite-template-home .xmdsite-footer-phone-link {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 720px) {
  body.xmdsite-template-home {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.1;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section-title, .xmdsite-template-home .xmdsite-final-cta h2 {
    font-size: clamp(27px, 7.2vw, 32px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-button, .xmdsite-template-home .xmdsite-news-more {
    min-height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-phone-link {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    display: grid;
    justify-items: start;
    gap: 4px;
    min-height: 0;
    padding: 9px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-phone {
    width: fit-content;
    padding: 3px 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-phone-number {
    font-size: clamp(23px, 7vw, 28px);
  }
}

.xmdsite-template-home .xmdsite-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  border-bottom-color: rgba(37, 99, 235, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.xmdsite-template-home .xmdsite-header-inner, .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.xmdsite-template-home .xmdsite-brand {
  flex-shrink: 0;
  max-width: min(48vw, 520px);
  font-size: clamp(26px, 2.35vw, 34px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #0f172a;
}

.xmdsite-template-home .xmdsite-brand-name {
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-nav-list {
  gap: 10px;
}

.xmdsite-template-home .xmdsite-nav-link {
  min-height: 50px;
  padding: 0 17px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 780;
  color: #334155;
}

.xmdsite-template-home .xmdsite-nav-link:hover, .xmdsite-template-home .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.xmdsite-template-home .xmdsite-contact-strip {
  border-top: 1px solid rgba(37, 99, 235, 0.06);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(14, 165, 233, 0.14), transparent 34%),
    linear-gradient(90deg, #f8fbff 0%, #eef6ff 48%, #f7fcff 100%);
  color: #1e3a8a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.xmdsite-template-home .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  min-height: 54px;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 7px 12px;
  border: 1px solid rgba(37, 99, 235, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.045);
}

.xmdsite-template-home .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.xmdsite-template-home .xmdsite-contact-strip-text {
  color: #0f2a52;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-contact-strip-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 3px 14px;
  background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.035em;
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.16);
}

.xmdsite-template-home .xmdsite-contact-strip-phone:hover, .xmdsite-template-home .xmdsite-contact-strip-phone:focus-visible {
  background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 100%);
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-brand {
    max-width: min(45vw, 430px);
    font-size: clamp(24px, 2.45vw, 30px);
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-nav-link {
    padding: 0 12px;
    font-size: 15.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-header-inner, .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
    min-height: 78px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 58px);
    font-size: clamp(22px, 4.4vw, 29px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand-name {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-toggle {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav {
    top: calc(100% + 10px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    min-height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    justify-content: center;
    gap: 10px;
    min-height: 0;
    font-size: 15.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-header-inner, .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
    min-height: 72px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand {
    max-width: calc(100% - 54px);
    font-size: clamp(20px, 6.2vw, 27px);
    line-height: 1.12;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand-name {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-nav-toggle {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 8px;
    padding: 10px 0;
    font-size: 14.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 18px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-label {
    flex: 0 0 auto;
    min-width: 64px;
    min-height: 26px;
    padding: 0 10px;
    font-size: 12.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-text {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-phone {
    width: auto;
    min-height: 32px;
    padding: 4px 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-header-inner, .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
    min-height: 68px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-brand {
    font-size: clamp(19px, 6vw, 23px);
    letter-spacing: -0.03em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    align-items: flex-start;
    border-radius: 16px;
  }
}

.xmdsite-template-home .xmdsite-brand {
  max-width: min(49vw, 500px);
  font-size: clamp(25px, 2.08vw, 31px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.018em;
  color: #111827;
  text-shadow: none;
}

.xmdsite-template-home .xmdsite-brand-name {
  font-weight: inherit;
}

.xmdsite-template-home .xmdsite-contact-strip {
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.96) 0%, rgba(237, 246, 255, 0.94) 50%, rgba(248, 252, 255, 0.96) 100%);
  color: #1e293b;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.025);
}

.xmdsite-template-home .xmdsite-contact-strip-inner {
  justify-content: center;
  gap: 0;
  min-height: 42px;
  padding: 7px 0;
  font-size: 14.2px;
  font-weight: 560;
  line-height: 1.45;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-item {
  gap: 8px;
  padding: 0 24px;
  border: 0;
  border-right: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-contact-strip-item:last-child {
  border-right: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-label {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.xmdsite-template-home .xmdsite-contact-strip-label::after {
  content: "：";
  color: rgba(37, 99, 235, 0.62);
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-text {
  color: #1e293b;
  font-size: 14.2px;
  font-weight: 560;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-contact-strip-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  border-radius: 0;
  padding: 0 0 1px;
  border-bottom: 1px solid rgba(37, 99, 235, 0.34);
  background: transparent;
  color: #1d4ed8;
  font-size: 14.2px;
  font-weight: 700;
  letter-spacing: 0.025em;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-contact-strip-phone:hover, .xmdsite-template-home .xmdsite-contact-strip-phone:focus-visible {
  background: transparent;
  color: #0f4bc4;
  border-bottom-color: currentColor;
  outline: none;
  transform: none;
}

.xmdsite-template-home .xmdsite-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.20), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(14, 165, 233, 0.13), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0b1f3a 56%, #08182d 100%);
  border-top: 1px solid rgba(147, 197, 253, 0.18);
  color: rgba(255, 255, 255, 0.76);
}

.xmdsite-template-home .xmdsite-footer-inner {
  grid-template-columns: minmax(280px, 1.16fr) minmax(190px, 0.68fr) minmax(250px, 0.88fr);
  align-items: start;
  gap: 42px;
  padding: 54px 0 42px;
}

.xmdsite-template-home .xmdsite-footer-primary {
  min-width: 0;
}

.xmdsite-template-home .xmdsite-footer-brand {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(22px, 1.8vw, 27px);
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.xmdsite-template-home .xmdsite-footer-summary {
  max-width: 560px;
  margin: 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: 14.5px;
  line-height: 1.82;
}

.xmdsite-template-home .xmdsite-footer-info-list {
  display: grid;
  gap: 9px;
  max-width: 560px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-home .xmdsite-footer-info-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
}

.xmdsite-template-home .xmdsite-footer-info-label {
  flex: 0 0 auto;
  color: rgba(147, 197, 253, 0.90);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.08em;
}

.xmdsite-template-home .xmdsite-footer-info-text, .xmdsite-template-home .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 560;
}

.xmdsite-template-home .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.42);
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-home .xmdsite-footer-inline-phone:hover, .xmdsite-template-home .xmdsite-footer-inline-phone:focus-visible {
  color: #bfdbfe;
  border-bottom-color: currentColor;
  outline: none;
}

.xmdsite-template-home .xmdsite-footer-title {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.10em;
}

.xmdsite-template-home .xmdsite-footer .xmdsite-footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
  gap: 12px 22px;
}

.xmdsite-template-home .xmdsite-footer-item {
  min-width: 0;
}

.xmdsite-template-home .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
}

.xmdsite-template-home .xmdsite-footer-link::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: rgba(96, 165, 250, 0.70);
}

.xmdsite-template-home .xmdsite-footer-aside {
  justify-items: stretch;
  gap: 16px;
  color: rgba(226, 232, 240, 0.72);
  text-align: left;
}

.xmdsite-template-home .xmdsite-footer-contact-card {
  position: relative;
  padding: 22px 22px 20px;
  border: 1px solid rgba(147, 197, 253, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 34px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.xmdsite-template-home .xmdsite-footer-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #60a5fa, #22d3ee);
}

.xmdsite-template-home .xmdsite-footer-phone-list {
  justify-items: stretch;
  gap: 0;
}

.xmdsite-template-home .xmdsite-footer-phone-link {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #ffffff;
  text-align: left;
}

.xmdsite-template-home .xmdsite-footer-phone-link:first-child {
  border-top: 0;
  padding-top: 0;
}

.xmdsite-template-home .xmdsite-footer-phone-label {
  color: rgba(191, 219, 254, 0.82);
  font-size: 12.5px;
  font-weight: 680;
  letter-spacing: 0.06em;
}

.xmdsite-template-home .xmdsite-footer-phone-number {
  font-size: clamp(21px, 1.65vw, 26px);
  font-weight: 760;
  line-height: 1.16;
  letter-spacing: 0.018em;
}

.xmdsite-template-home .xmdsite-footer-hint {
  display: block;
  margin-top: 4px;
  color: rgba(226, 232, 240, 0.56);
  font-size: 13px;
  line-height: 1.65;
}

.xmdsite-template-home .xmdsite-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.10);
}

.xmdsite-template-home .xmdsite-footer-bottom-inner {
  padding: 16px 0;
  color: rgba(226, 232, 240, 0.50);
  font-size: 12.5px;
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-brand {
    max-width: min(45vw, 430px);
    font-size: clamp(23px, 2.35vw, 28px);
    font-weight: 750;
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-footer-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(230px, 0.92fr);
    gap: 34px;
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-footer-primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(21px, 4vw, 27px);
    font-weight: 740;
    letter-spacing: -0.016em;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    font-size: 13.8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    padding: 0 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand {
    max-width: calc(100% - 54px);
    font-size: clamp(19px, 5.4vw, 24px);
    font-weight: 730;
    line-height: 1.16;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 0;
    padding: 6px 0;
    font-size: 13.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
    padding: 7px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 0;
    background: transparent;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-label {
    min-width: 4.9em;
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    font-size: 13.5px;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0 34px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-contact-card {
    padding: 20px 18px 18px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-brand {
    font-size: clamp(18px, 5.5vw, 22px);
    letter-spacing: -0.014em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-label {
    min-width: 4.6em;
    font-size: 11.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-footer .xmdsite-footer-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-footer-phone-number {
    font-size: 22px;
  }
}

.xmdsite-template-home .xmdsite-hero-title-product {
  max-width: 780px;
  gap: clamp(4px, 0.55vw, 8px);
  font-size: clamp(32px, 3.35vw, 48px);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -0.022em;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-line {
  color: #111827;
  font-weight: 560;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.24em 0.34em;
  color: #334155;
  font-size: 0.66em;
  font-weight: 420;
  letter-spacing: 0;
  line-height: 1.22;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-title-brand {
  color: #0f172a;
  font-size: 1.24em;
  font-weight: 680;
  letter-spacing: -0.028em;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-title-normal {
  color: #475569;
  font-size: 0.92em;
  font-weight: 420;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-main {
  color: #111827;
  font-size: min(0.96em, 5.45vw);
  font-weight: 520;
  letter-spacing: -0.018em;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-emphasis {
  color: #2563eb;
  font-size: 1.08em;
  font-weight: 650;
  letter-spacing: -0.026em;
}

.xmdsite-template-home .xmdsite-hero-actions {
  gap: 14px;
}

.xmdsite-template-home .xmdsite-nav-link {
  position: relative;
  min-height: 50px;
  padding: 0 18px;
  background: transparent;
  color: #334155;
  font-weight: 520;
  letter-spacing: 0.01em;
}

.xmdsite-template-home .xmdsite-nav-link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-home .xmdsite-nav-link:hover, .xmdsite-template-home .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.055);
  color: #1d4ed8;
}

.xmdsite-template-home .xmdsite-nav-toggle {
  background: #ffffff;
}

.xmdsite-template-home .xmdsite-contact-strip {
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(248, 251, 255, 0.98) 0%, rgba(239, 246, 255, 0.92) 52%, rgba(247, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-contact-strip-label {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 430;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-contact-strip-label::after {
  content: "：";
  color: rgba(37, 99, 235, 0.54);
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.xmdsite-template-home .xmdsite-contact-strip-text {
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.26);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-contact-strip-phone:hover, .xmdsite-template-home .xmdsite-contact-strip-phone:focus-visible {
  background: transparent;
  color: #1d4ed8;
  border-bottom-color: currentColor;
  outline: none;
  transform: none;
}

.xmdsite-template-home .xmdsite-footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
}

.xmdsite-template-home .xmdsite-footer-inner {
  grid-template-columns: minmax(0, 1.36fr) minmax(220px, 0.64fr);
  align-items: start;
  gap: clamp(24px, 4vw, 46px);
  padding: 38px 0 28px;
}

.xmdsite-template-home .xmdsite-footer-primary {
  min-width: 0;
  grid-column: auto;
}

.xmdsite-template-home .xmdsite-footer-brand {
  margin-bottom: 10px;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 620;
  letter-spacing: -0.012em;
}

.xmdsite-template-home .xmdsite-footer-summary {
  max-width: 720px;
  color: rgba(226, 232, 240, 0.70);
  font-size: 14px;
  line-height: 1.7;
}

.xmdsite-template-home .xmdsite-footer-info-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  max-width: 860px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-home .xmdsite-footer-info-row {
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-home .xmdsite-footer-info-label {
  color: rgba(147, 197, 253, 0.82);
  font-size: 11.5px;
  font-weight: 430;
  letter-spacing: 0.08em;
}

.xmdsite-template-home .xmdsite-footer-info-text, .xmdsite-template-home .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
}

.xmdsite-template-home .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.34);
}

.xmdsite-template-home .xmdsite-footer-title {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 460;
  letter-spacing: 0.12em;
}

.xmdsite-template-home .xmdsite-footer .xmdsite-footer-list {
  grid-template-columns: repeat(2, minmax(76px, 1fr));
  gap: 10px 18px;
}

.xmdsite-template-home .xmdsite-footer-link {
  font-size: 13.5px;
  font-weight: 400;
}

.xmdsite-template-home .xmdsite-footer-link::before {
  width: 4px;
  height: 4px;
  margin-right: 7px;
}

.xmdsite-template-home .xmdsite-footer-aside, .xmdsite-template-home .xmdsite-footer-contact-card {
  border-radius: 0 !important;
}

.xmdsite-template-home .xmdsite-footer-qrcode {
  border-radius: 0 !important;
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    max-width: 680px;
    font-size: clamp(30px, 6vw, 42px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav {
    border-radius: 0 !important;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    min-height: 46px;
    font-size: 15px;
    font-weight: 480;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    gap: 18px;
    font-size: 13.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    max-width: 100%;
    gap: 5px;
    font-size: clamp(27px, 7.4vw, 34px);
    line-height: 1.12;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-kicker {
    gap: 0.18em 0.32em;
    font-size: 0.68em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-emphasis {
    font-size: 1.04em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6px 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.09);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-text {
    max-width: min(70vw, 360px);
    white-space: normal;
    text-align: right;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 26px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    font-size: clamp(25px, 7.6vw, 31px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-kicker {
    font-size: 0.70em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-label {
    font-size: 11.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    font-size: 12.8px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-footer .xmdsite-footer-list {
    grid-template-columns: 1fr 1fr;
  }
}

.xmdsite-template-home .xmdsite-brand {
  gap: 10px;
  font-family: var(--xmdsite-font-sans);
  font-size: clamp(23px, 1.92vw, 29px);
  font-weight: 500;
  letter-spacing: -0.018em;
}

.xmdsite-template-home .xmdsite-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-weight: inherit;
  line-height: 1.12;
}

.xmdsite-template-home .xmdsite-brand-cn {
  font-weight: 560;
  letter-spacing: -0.015em;
  color: #0f172a;
}

.xmdsite-template-home .xmdsite-brand-en {
  font-size: 0.78em;
  font-weight: 420;
  letter-spacing: 0.015em;
  color: #2563eb;
}

.xmdsite-template-home .xmdsite-contact-strip {
  border-top: 1px solid rgba(37, 99, 235, 0.045);
  border-bottom: 1px solid rgba(37, 99, 235, 0.085);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(241, 247, 255, 0.94) 52%, rgba(248, 252, 255, 0.98) 100%);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.018);
}

.xmdsite-template-home .xmdsite-contact-strip-inner {
  min-height: 34px;
  padding: 4px 0;
  gap: 18px;
  font-size: 13px;
  line-height: 1.35;
}

.xmdsite-template-home .xmdsite-contact-strip-item {
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2f6fd6;
  font-size: 11.5px;
  font-weight: 430;
  letter-spacing: 0.045em;
}

.xmdsite-template-home .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  background: rgba(255, 255, 255, 0.74);
  color: #2563eb;
  font-size: 10px;
  line-height: 1;
}

.xmdsite-template-home .xmdsite-contact-strip-label::after {
  content: "：";
  margin-left: -2px;
  color: rgba(37, 99, 235, 0.44);
}

.xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
  color: #24324a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.004em;
}

.xmdsite-template-home .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-operation-title-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.xmdsite-template-home .xmdsite-operation-title-row h3 {
  margin: 0;
}

.xmdsite-template-home .xmdsite-operation-number {
  width: 30px;
  height: 30px;
  border-color: rgba(37, 99, 235, 0.18);
  background: linear-gradient(180deg, #ffffff, rgba(239, 246, 255, 0.82));
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 640;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.08);
}

.xmdsite-template-home .xmdsite-operation-icon {
  width: 48px;
  height: 48px;
  border-color: rgba(37, 99, 235, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, rgba(239, 246, 255, 0.74));
  color: #2563eb;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
}

.xmdsite-template-home .xmdsite-operation-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.75;
}

.xmdsite-template-home .xmdsite-operation-card-head {
  align-items: flex-start;
  gap: 14px;
}

.xmdsite-template-home .xmdsite-operation-card h3 {
  font-size: clamp(18px, 1.42vw, 21px);
  line-height: 1.24;
  letter-spacing: -0.018em;
}

.xmdsite-template-home .xmdsite-operation-lead {
  margin-top: 5px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.58;
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(21px, 4.2vw, 28px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    min-height: 32px;
    gap: 14px;
    font-size: 12.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand {
    font-size: clamp(19px, 5.4vw, 25px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand-name {
    flex-wrap: wrap;
    row-gap: 1px;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 3px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.07);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-label {
    flex: 0 0 auto;
    min-width: 5.8em;
    font-size: 11.3px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-text {
    max-width: min(68vw, 380px);
    text-align: right;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    font-size: 12.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card-head {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-title-row {
    gap: 8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-number {
    width: 28px;
    height: 28px;
    font-size: 11.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-lead {
    padding-left: 36px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-brand {
    font-size: clamp(18px, 5.6vw, 22px);
    letter-spacing: -0.012em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    font-size: 12.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-title-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-lead {
    padding-left: 0;
  }
}

body.xmdsite-template-home {
  font-size: 15.8px;
  line-height: 1.68;
}

.xmdsite-template-home .xmdsite-brand {
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  letter-spacing: -0.012em;
}

.xmdsite-template-home .xmdsite-brand-name {
  align-items: center;
  gap: 0.2em;
  font-weight: inherit;
  line-height: 1.1;
}

.xmdsite-template-home .xmdsite-brand-cn, .xmdsite-template-home .xmdsite-brand-en {
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #0f172a;
}

.xmdsite-template-home .xmdsite-nav-link {
  min-height: 48px;
  padding: 0 16px;
  font-size: 14.5px;
  font-weight: 500;
}

.xmdsite-template-home .xmdsite-hero-eyebrow {
  font-size: 13.5px;
  font-weight: 650;
}

.xmdsite-template-home .xmdsite-hero-title-product {
  font-size: clamp(31px, 3.05vw, 44px);
  font-weight: 560;
  line-height: 1.12;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-title-brand, .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-emphasis {
  font-weight: 620;
}

.xmdsite-template-home .xmdsite-hero-description, .xmdsite-template-home .xmdsite-section-description {
  font-size: clamp(15px, 1.15vw, 16.5px);
  line-height: 1.78;
}

.xmdsite-template-home .xmdsite-section-title, .xmdsite-template-home .xmdsite-final-cta h2 {
  font-size: clamp(29px, 2.55vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.012em;
}

.xmdsite-template-home .xmdsite-feature-item h3,
.xmdsite-template-home .xmdsite-operation-card h3,
.xmdsite-template-home .xmdsite-news-title,
.xmdsite-template-home .xmdsite-service-card-title {
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.34;
}

.xmdsite-template-home .xmdsite-feature-item p,
.xmdsite-template-home .xmdsite-operation-card p,
.xmdsite-template-home .xmdsite-service-card-summary,
.xmdsite-template-home .xmdsite-news-summary {
  font-size: 14.5px;
  line-height: 1.74;
}

.xmdsite-template-home .xmdsite-contact-strip {
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 50%, rgba(249, 252, 255, 0.98) 100%);
}

.xmdsite-template-home .xmdsite-contact-strip-inner {
  min-height: 40px;
  padding: 6px 0;
  gap: 20px;
  font-size: 13.5px;
}

.xmdsite-template-home .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.04em;
}

.xmdsite-template-home .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #2563eb;
  font-size: 0;
  line-height: 1;
}

.xmdsite-template-home .xmdsite-contact-strip-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
  color: #24324a;
  font-size: 13.5px;
  font-weight: 420;
  letter-spacing: 0.004em;
}

.xmdsite-template-home .xmdsite-contact-strip-phone {
  color: #1d4ed8;
  font-weight: 520;
  border-bottom-color: rgba(37, 99, 235, 0.24);
}

@media (max-width: 980px) {
  body.xmdsite-template-home {
    font-size: 15.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-brand {
    font-size: clamp(20px, 3.7vw, 25px);
    font-weight: 560;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    min-height: 44px;
    font-size: 14.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    font-size: clamp(29px, 5.5vw, 38px);
  }
}

@media (max-width: 720px) {
  body.xmdsite-template-home {
    font-size: 15px;
    line-height: 1.64;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-container {
    width: min(100% - 30px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-header-inner {
    min-height: 62px;
    padding: 9px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand {
    max-width: calc(100% - 50px);
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.12;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-brand-name {
    gap: 0.16em;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-nav {
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-nav-link {
    min-height: 43px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 5px 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-label {
    min-width: 5.3em;
    gap: 6px;
    font-size: 11.5px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
    border-color: rgba(37, 99, 235, 0.20);
    color: #2563eb;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    max-width: none;
    justify-self: end;
    text-align: right;
    font-size: 12.8px;
    line-height: 1.5;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-contact-strip-phone {
    min-height: 26px;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-inner {
    min-height: auto;
    padding: 52px 0 58px;
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-eyebrow {
    margin-bottom: 18px;
    padding: 6px 11px;
    font-size: 12.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    gap: 4px;
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.14;
    letter-spacing: -0.018em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-kicker {
    font-size: 0.68em;
    line-height: 1.25;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-hero-description, .xmdsite-template-home .xmdsite-section-description {
    font-size: 14.5px;
    line-height: 1.72;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section, .xmdsite-template-home .xmdsite-news-section, .xmdsite-template-home .xmdsite-service-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section-heading {
    margin-bottom: 24px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-section-title, .xmdsite-template-home .xmdsite-final-cta h2 {
    font-size: clamp(24px, 6vw, 29px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-feature-item h3,
.xmdsite-template-home .xmdsite-operation-card h3,
.xmdsite-template-home .xmdsite-news-title,
.xmdsite-template-home .xmdsite-service-card-title {
    font-size: 17px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-feature-item p,
.xmdsite-template-home .xmdsite-operation-card p,
.xmdsite-template-home .xmdsite-service-card-summary,
.xmdsite-template-home .xmdsite-news-summary {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-container {
    width: min(100% - 26px, 1280px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-brand {
    font-size: clamp(17px, 5.1vw, 20px);
    letter-spacing: -0.01em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-label {
    min-width: 5.1em;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-contact-strip-text, .xmdsite-template-home .xmdsite-contact-strip-phone {
    font-size: 12.4px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-hero-title-product {
    font-size: clamp(23px, 7.2vw, 28px);
  }
}

.xmdsite-template-home .xmdsite-news-section {
  font-size: 15.5px;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-news-heading {
  margin-bottom: 32px;
}

.xmdsite-template-home .xmdsite-news-section .xmdsite-section-kicker {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.09em;
}

.xmdsite-template-home .xmdsite-news-section .xmdsite-section-title {
  letter-spacing: -0.02em;
}

.xmdsite-template-home .xmdsite-news-section .xmdsite-section-description {
  max-width: 720px;
  color: rgba(15, 23, 42, 0.64);
  font-size: 15.5px;
  line-height: 1.78;
}

.xmdsite-template-home .xmdsite-news-more {
  min-height: 42px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: 0.01em;
}

.xmdsite-template-home .xmdsite-news-body {
  gap: 10px;
  padding: 22px 22px 21px;
}

.xmdsite-template-home .xmdsite-news-meta {
  gap: 7px 9px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.5;
}

.xmdsite-template-home .xmdsite-news-tag {
  min-height: 24px;
  padding: 0 9px;
  font-size: 11.5px;
  font-weight: 720;
  letter-spacing: 0.02em;
}

.xmdsite-template-home .xmdsite-news-title {
  display: -webkit-box;
  overflow: hidden;
  color: #14213d;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xmdsite-template-home .xmdsite-news-summary {
  color: rgba(15, 23, 42, 0.63);
  font-size: 14.5px;
  line-height: 1.76;
}

.xmdsite-template-home .xmdsite-news-readmore {
  margin-top: 0;
  font-size: 13.5px;
  font-weight: 720;
  letter-spacing: 0.01em;
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-heading {
    gap: 16px;
    margin-bottom: 22px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-section .xmdsite-section-kicker {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-section .xmdsite-section-title {
    font-size: clamp(23px, 5.8vw, 27px);
    line-height: 1.2;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-section .xmdsite-section-description {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-more {
    min-height: 38px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 680;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-body {
    gap: 8px;
    padding: 18px 16px 17px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-meta {
    gap: 6px 8px;
    font-size: 12px;
    font-weight: 560;
    line-height: 1.45;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-tag {
    min-height: 22px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 680;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-title {
    font-size: 16.5px;
    font-weight: 650;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-summary {
    font-size: 13.5px;
    line-height: 1.68;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-news-readmore {
    font-size: 12.8px;
    font-weight: 680;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-news-section .xmdsite-section-title {
    font-size: clamp(22px, 6vw, 25px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-news-body {
    padding: 17px 15px 16px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-news-title {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-news-summary {
    font-size: 13.2px;
    line-height: 1.66;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-header-inner, .xmdsite-template-home .xmdsite-container.xmdsite-header-inner {
    position: relative;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav {
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-header.is-nav-open .xmdsite-nav {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    padding: 8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-item {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link::after {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    opacity: 0.42;
    transform: rotate(45deg);
    content: "";
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-sublist {
    width: 100%;
    padding: 6px 0 0;
    gap: 6px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    border-radius: 13px;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    border-radius: 20px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-nav-link {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 15px;
    font-size: 13.8px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-nav {
    left: 10px;
    right: 10px;
    border-radius: 18px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 13.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    line-height: 1;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-list, .xmdsite-template-home .xmdsite-nav-item, .xmdsite-template-home .xmdsite-nav-link {
    box-sizing: border-box;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    border-radius: 0;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-nav-link:hover::after, .xmdsite-template-home .xmdsite-nav-link:focus-visible::after {
    opacity: 0.68;
    transform: rotate(45deg) translate(1px, -1px);
  }
}

.xmdsite-template-home .xmdsite-operation-section {
  padding: clamp(58px, 6vw, 86px) 0;
}

.xmdsite-template-home .xmdsite-operation-section .xmdsite-section-heading {
  max-width: 860px;
  margin: 0 auto clamp(28px, 3vw, 40px);
  text-align: center;
}

.xmdsite-template-home .xmdsite-operation-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.xmdsite-template-home .xmdsite-operation-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-width: 0;
  min-height: 100%;
  border-radius: 20px;
  padding: 20px 20px 18px;
}

.xmdsite-template-home .xmdsite-operation-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: start;
  gap: 14px;
  min-height: 108px;
}

.xmdsite-template-home .xmdsite-operation-card-head > div {
  min-width: 0;
}

.xmdsite-template-home .xmdsite-operation-title-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0 0 8px;
}

.xmdsite-template-home .xmdsite-operation-number {
  width: 30px;
  height: 30px;
  margin-top: 1px;
  font-size: 12px;
  line-height: 1;
}

.xmdsite-template-home .xmdsite-operation-card h3 {
  margin: 0;
  min-width: 0;
  font-size: clamp(18px, 1.25vw, 20px);
  line-height: 1.32;
  letter-spacing: -0.018em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.xmdsite-template-home .xmdsite-operation-lead {
  display: block;
  min-height: 46px;
  margin: 0;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.xmdsite-template-home .xmdsite-operation-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.xmdsite-template-home .xmdsite-operation-icon svg {
  width: 22px;
  height: 22px;
}

.xmdsite-template-home .xmdsite-operation-points {
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 0;
  padding: 14px 0 0;
}

.xmdsite-template-home .xmdsite-operation-points li {
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.62;
}

.xmdsite-template-home .xmdsite-operation-points li::before {
  top: 0.76em;
  width: 5px;
  height: 5px;
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-operation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-operation-card {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-operation-card-head {
    min-height: 96px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-operation-lead {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-section {
    padding: 52px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-section .xmdsite-section-heading {
    margin-bottom: 24px;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card {
    gap: 12px;
    border-radius: 18px;
    padding: 18px 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card-head {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-title-row {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    margin-bottom: 7px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-card h3 {
    font-size: 19px;
    line-height: 1.3;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-lead {
    padding-left: 37px;
    font-size: 13.5px;
    line-height: 1.5;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-points {
    gap: 7px;
    padding-top: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-operation-points li {
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-card {
    padding: 17px 14px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-card-head {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-title-row {
    grid-template-columns: 27px minmax(0, 1fr);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-number {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-operation-lead {
    padding-left: 36px;
  }
}

.xmdsite-template-home .xmdsite-compliance-section .xmdsite-section-heading {
  max-width: 980px;
}

.xmdsite-template-home .xmdsite-compliance-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.78);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.07);
}

.xmdsite-template-home .xmdsite-compliance-kicker::before, .xmdsite-template-home .xmdsite-compliance-kicker::after {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.10);
  content: "";
}

.xmdsite-template-home .xmdsite-compliance-title-main {
  display: inline-block;
}

.xmdsite-template-home .xmdsite-compliance-subtitle {
  display: block;
  margin-top: 8px;
  color: #1e40af;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: -0.018em;
}

.xmdsite-template-home .xmdsite-compliance-frame {
  position: relative;
  isolation: isolate;
}

.xmdsite-template-home .xmdsite-compliance-frame::before {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 54px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.22), rgba(14, 165, 233, 0.20), transparent);
  content: "";
  z-index: -1;
}

.xmdsite-template-home .xmdsite-compliance-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  align-items: stretch;
}

.xmdsite-template-home .xmdsite-compliance-card {
  min-height: 100%;
  border-radius: 18px;
  padding: clamp(22px, 2.2vw, 30px);
}

.xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-card-head {
  grid-template-columns: minmax(0, 1fr) 54px;
  min-height: 112px;
  gap: 18px;
}

.xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-title-row {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 10px;
}

.xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-number {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #eff6ff);
  color: #1d4ed8;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

.xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
}

.xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-icon svg {
  width: 24px;
  height: 24px;
}

.xmdsite-template-home .xmdsite-compliance-card h3 {
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.36;
  letter-spacing: -0.025em;
}

.xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-lead {
  min-height: 0;
  padding-left: 48px;
  color: rgba(29, 78, 216, 0.86);
  font-size: 14.5px;
  line-height: 1.55;
}

.xmdsite-template-home .xmdsite-compliance-body {
  display: grid;
  gap: 12px;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid rgba(37, 99, 235, 0.11);
}

.xmdsite-template-home .xmdsite-compliance-body p {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: rgba(15, 23, 42, 0.72);
  font-size: 15px;
  line-height: 1.78;
}

.xmdsite-template-home .xmdsite-compliance-body p::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border: 2px solid rgba(37, 99, 235, 0.58);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
  content: "";
}

.xmdsite-template-home .xmdsite-compliance-note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: clamp(18px, 2vw, 24px);
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(15, 42, 82, 0.72);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.68;
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.06);
}

.xmdsite-template-home .xmdsite-compliance-note svg {
  margin-top: 2px;
  color: #2563eb;
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-compliance-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-compliance-card {
    padding: 22px 18px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-card-head {
    grid-template-columns: minmax(0, 1fr) 48px;
    min-height: 124px;
    gap: 14px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-lead {
    padding-left: 48px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-compliance-frame::before {
    display: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-compliance-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-card-head {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-kicker {
    justify-content: flex-start;
    max-width: 100%;
    padding: 7px 11px;
    font-size: 10.5px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-subtitle {
    margin-top: 6px;
    font-size: 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card {
    border-radius: 16px;
    padding: 18px 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-card-head {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-title-row {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-number {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-lead {
    padding-left: 42px;
    font-size: 13.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-body {
    gap: 10px;
    padding-top: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-body p {
    font-size: 13.8px;
    line-height: 1.68;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-note {
    grid-template-columns: 20px minmax(0, 1fr);
    padding: 14px 15px;
    border-radius: 14px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-card {
    padding: 17px 14px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-title-row {
    grid-template-columns: 30px minmax(0, 1fr);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-number {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-lead {
    padding-left: 40px;
  }
}

.xmdsite-template-home .xmdsite-product-section {
  padding: clamp(58px, 6vw, 86px) 0;
}

.xmdsite-template-home .xmdsite-product-section .xmdsite-section-heading {
  max-width: 860px;
  margin: 0 auto clamp(28px, 3vw, 40px);
  text-align: center;
}

.xmdsite-template-home .xmdsite-product-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.xmdsite-template-home .xmdsite-product-card {
  min-width: 0;
  min-height: 100%;
}

.xmdsite-template-home .xmdsite-product-link {
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 100%;
  border-radius: 8px;
  padding: 20px 20px 18px;
}

.xmdsite-template-home .xmdsite-product-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: start;
  gap: 14px;
  min-height: 82px;
}

.xmdsite-template-home .xmdsite-product-title-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.xmdsite-template-home .xmdsite-product-number {
  width: 30px;
  height: 30px;
  margin-top: 1px;
  font-size: 12px;
  line-height: 1;
}

.xmdsite-template-home .xmdsite-product-title {
  min-width: 0;
  font-size: clamp(18px, 1.25vw, 20px);
  line-height: 1.32;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.xmdsite-template-home .xmdsite-product-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.xmdsite-template-home .xmdsite-product-summary {
  min-height: 64px;
  font-size: 13.5px;
  line-height: 1.62;
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-product-link {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-product-card-head, .xmdsite-template-home .xmdsite-product-summary {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-section {
    padding: 52px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-section .xmdsite-section-heading {
    margin-bottom: 24px;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-link {
    gap: 12px;
    border-radius: 8px;
    padding: 18px 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-card-head {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-title-row {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-number {
    width: 28px;
    height: 28px;
    font-size: 11.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-title {
    font-size: 19px;
    line-height: 1.3;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-summary {
    font-size: 13px;
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-link {
    padding: 17px 14px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-card-head {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-title-row {
    grid-template-columns: 27px minmax(0, 1fr);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-number {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-list {
    gap: 14px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-link {
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 9px;
    padding: 18px 17px 16px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-card-head {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 10px;
    min-height: 64px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-title-row {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-number {
    width: 26px;
    height: 26px;
    margin-top: 0;
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(16.5px, 1.05vw, 18px);
    line-height: 1.28;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-icon {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-icon svg {
    width: 21px;
    height: 21px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-summary {
    min-height: 39px;
    margin-top: 0;
    font-size: 12.8px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-action {
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.35;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-section .xmdsite-section-heading {
    max-width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-section .xmdsite-section-title {
    font-size: clamp(24px, 6.25vw, 28px);
    line-height: 1.12;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-title-main {
    display: block;
    white-space: nowrap;
    transform-origin: left center;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-section .xmdsite-section-description {
    font-size: 14.5px;
    line-height: 1.72;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-list {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-card-head {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-title-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    margin-bottom: 8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-number {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-icon svg {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card h3 {
    font-size: 18px;
    line-height: 1.32;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-lead {
    padding-left: 39px;
    font-size: 13.2px;
    line-height: 1.48;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-body {
    gap: 9px;
    padding-top: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-body p {
    padding-left: 16px;
    font-size: 13.5px;
    line-height: 1.62;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-compliance-body p::before {
    top: 0.66em;
    width: 6px;
    height: 6px;
    border-width: 1.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-section .xmdsite-section-title {
    font-size: clamp(21px, 5.6vw, 23px);
    letter-spacing: -0.055em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-card-head {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-card h3 {
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-card .xmdsite-operation-icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-compliance-note {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    padding: 13px 12px;
    font-size: 13px;
    line-height: 1.62;
  }
}

:root.xmdsite-template-home {
  --xmdsite-radius: 4px;
  --xmdsite-item-radius: 5px;
  --xmdsite-item-radius-inner: 4px;
}

.xmdsite-template-home .xmdsite-hero-board,
.xmdsite-template-home .xmdsite-hero-board::before,
.xmdsite-template-home .xmdsite-browser-window,
.xmdsite-template-home .xmdsite-mini-card,
.xmdsite-template-home .xmdsite-floating-query,
.xmdsite-template-home .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-insight-list .xmdsite-feature-item,
.xmdsite-template-home .xmdsite-operation-card,
.xmdsite-template-home .xmdsite-product-link,
.xmdsite-template-home .xmdsite-product-empty,
.xmdsite-template-home .xmdsite-news-link,
.xmdsite-template-home .xmdsite-news-empty,
.xmdsite-template-home .xmdsite-service-card-link,
.xmdsite-template-home .xmdsite-card-media,
.xmdsite-template-home .xmdsite-card-placeholder,
.xmdsite-template-home .xmdsite-footer-contact-card {
  border-radius: var(--xmdsite-item-radius);
}

.xmdsite-template-home .xmdsite-feature-icon,
.xmdsite-template-home .xmdsite-operation-icon,
.xmdsite-template-home .xmdsite-product-icon,
.xmdsite-template-home .xmdsite-hero-growth,
.xmdsite-template-home .xmdsite-operation-number,
.xmdsite-template-home .xmdsite-product-number,
.xmdsite-template-home .xmdsite-news-tag,
.xmdsite-template-home .xmdsite-section-kicker,
.xmdsite-template-home .xmdsite-nav-link,
.xmdsite-template-home .xmdsite-nav-sublist .xmdsite-nav-link {
  border-radius: var(--xmdsite-item-radius-inner);
}

.xmdsite-template-home .xmdsite-hero-chart-column, .xmdsite-template-home .xmdsite-hero-chart-column span {
  border-radius: var(--xmdsite-item-radius-inner) var(--xmdsite-item-radius-inner) 0 0;
}

.xmdsite-template-home .xmdsite-card-media img {
  border-radius: 0;
}

.xmdsite-template-home .xmdsite-product-section {
  border-top-color: rgba(37, 99, 235, 0.09);
  border-bottom-color: rgba(37, 99, 235, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(245, 249, 255, 0.98) 50%, #ffffff 100%),
    radial-gradient(circle at 8% 10%, rgba(37, 99, 235, 0.09), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.075), transparent 30%);
}

.xmdsite-template-home .xmdsite-product-section .xmdsite-container {
  width: min(1280px, calc(100% - 40px));
}

.xmdsite-template-home .xmdsite-product-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xmdsite-template-home .xmdsite-product-card {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xmdsite-template-home .xmdsite-product-card::marker, .xmdsite-template-home .xmdsite-product-list > li::marker {
  content: "";
  font-size: 0;
}

.xmdsite-template-home .xmdsite-product-link {
  isolation: isolate;
  gap: 13px;
  border: 1px solid rgba(37, 99, 235, 0.135);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 251, 255, 0.97)),
    linear-gradient(135deg, rgba(37, 99, 235, 0.055), rgba(14, 165, 233, 0.018));
  padding: 20px 20px 18px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.045);
}

.xmdsite-template-home .xmdsite-product-link::before {
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.16), #2563eb 46%, rgba(56, 189, 248, 0.42));
  opacity: 0.92;
}

.xmdsite-template-home .xmdsite-product-link::after {
  right: -90px;
  top: -96px;
  width: 168px;
  height: 168px;
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.075), rgba(14, 165, 233, 0.025));
  transform: rotate(18deg);
  opacity: 0.55;
}

.xmdsite-template-home .xmdsite-product-link:hover, .xmdsite-template-home .xmdsite-product-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  background:
    linear-gradient(180deg, #ffffff, #f7fbff),
    linear-gradient(135deg, rgba(37, 99, 235, 0.075), rgba(14, 165, 233, 0.035));
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.105);
  transform: translateY(-3px);
}

.xmdsite-template-home .xmdsite-product-card-head {
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: start;
  gap: 12px;
  min-height: 0;
}

.xmdsite-template-home .xmdsite-product-title-row {
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
}

.xmdsite-template-home .xmdsite-product-number {
  width: 26px;
  height: 26px;
  margin-top: 2px;
  border-color: rgba(37, 99, 235, 0.20);
  border-radius: 2px;
  background: linear-gradient(180deg, #f5f9ff, #ffffff);
  color: #1d4ed8;
  box-shadow: none;
  font-size: 11px;
  font-weight: 850;
}

.xmdsite-template-home .xmdsite-product-title {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: #0f2a52;
  font-size: clamp(17px, 1.1vw, 19px);
  font-weight: 880;
  line-height: 1.34;
  letter-spacing: -0.018em;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xmdsite-template-home .xmdsite-product-icon {
  width: 42px;
  height: 42px;
  border-color: rgba(37, 99, 235, 0.18);
  border-radius: 2px;
  background:
    linear-gradient(180deg, #ffffff, #f0f6ff),
    linear-gradient(135deg, rgba(37, 99, 235, 0.085), transparent);
  color: #2563eb;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.085);
}

.xmdsite-template-home .xmdsite-product-icon svg {
  width: 21px;
  height: 21px;
}

.xmdsite-template-home .xmdsite-product-link:hover .xmdsite-product-icon,
.xmdsite-template-home .xmdsite-product-link:focus-visible .xmdsite-product-icon {
  background: linear-gradient(135deg, #1d4ed8, #2563eb 58%, #38bdf8);
  color: #ffffff;
  box-shadow: 0 13px 28px rgba(37, 99, 235, 0.17);
}

.xmdsite-template-home .xmdsite-product-summary {
  min-height: 66px;
  margin: 0 0 0 36px;
  color: rgba(15, 23, 42, 0.68);
  font-size: 13.2px;
  line-height: 1.66;
  letter-spacing: 0.005em;
  -webkit-line-clamp: 3;
}

.xmdsite-template-home .xmdsite-product-action {
  justify-content: space-between;
  width: calc(100% - 36px);
  margin-left: 36px;
  padding-top: 10px;
  border-top-color: rgba(37, 99, 235, 0.075);
  color: #1d4ed8;
  font-size: 12.8px;
  letter-spacing: 0.01em;
}

.xmdsite-template-home .xmdsite-product-empty {
  border-radius: 2px;
  list-style: none;
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-product-link {
    padding: 19px 18px 17px;
  }
}

@media (max-width: 1199px) {
  .xmdsite-template-home .xmdsite-product-summary {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-section {
    padding: 48px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-section .xmdsite-container {
    width: min(100% - 24px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-section .xmdsite-section-heading {
    margin-bottom: 22px;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-list {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-link {
    gap: 11px;
    border-radius: 2px;
    padding: 16px 14px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.042);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-link:hover, .xmdsite-template-home .xmdsite-product-link:focus-visible {
    transform: translateY(-2px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-card-head {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 10px;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-title-row {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-number {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    font-size: 10.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-title {
    font-size: 17px;
    line-height: 1.33;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-icon svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-summary {
    min-height: 0;
    margin-left: 33px;
    font-size: 12.8px;
    line-height: 1.62;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-product-action {
    width: calc(100% - 33px);
    margin-left: 33px;
    padding-top: 9px;
    font-size: 12.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-link {
    padding: 15px 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-card-head {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 9px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-title-row {
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-number {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-title {
    font-size: 16.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-product-summary, .xmdsite-template-home .xmdsite-product-action {
    margin-left: 31px;
    width: calc(100% - 31px);
  }
}

.xmdsite-template-home .xmdsite-product-link {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow:
    0 15px 38px rgba(15, 23, 42, 0.052),
    0 0 0 1px rgba(37, 99, 235, 0.045) inset;
}

.xmdsite-template-home .xmdsite-product-link::before {
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.22), #1d4ed8 46%, rgba(56, 189, 248, 0.58));
  opacity: 0.96;
}

.xmdsite-template-home .xmdsite-product-action {
  border-top-width: 1.5px;
  border-top-color: rgba(37, 99, 235, 0.13);
}

.xmdsite-template-home .xmdsite-product-number, .xmdsite-template-home .xmdsite-product-icon {
  border-width: 1.5px;
  border-color: rgba(37, 99, 235, 0.24);
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-section .xmdsite-section-heading {
    margin-bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    grid-auto-rows: 1fr;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-link {
    grid-template-rows: auto minmax(48px, 1fr) auto;
    gap: 9px;
    padding: 18px 17px 16px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-card-head {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 10px;
    min-height: 58px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-title-row {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 8px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-number {
    width: 25px;
    height: 25px;
    margin-top: 0;
    font-size: 10.5px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-title {
    font-size: clamp(16px, 0.98vw, 18px);
    line-height: 1.24;
    letter-spacing: -0.014em;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-icon svg {
    width: 19.5px;
    height: 19.5px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-summary {
    min-height: 44px;
    margin-left: 33px;
    padding-bottom: 3px;
    color: rgba(15, 23, 42, 0.66);
    font-size: 12.7px;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-action {
    width: calc(100% - 33px);
    margin-left: 33px;
    padding-top: 9px;
    font-size: 12.5px;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-link {
    grid-template-rows: auto 42px auto;
  }
}

@media (min-width: 1200px) {
  .xmdsite-template-home .xmdsite-product-summary {
    box-sizing: border-box;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    margin: 0 0 0 33px;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 21px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid rgba(37, 99, 235, 0.22);
    border-right: 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.22);
    border-left: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 18% 0%, rgba(125, 211, 252, 0.28), transparent 34%),
      radial-gradient(circle at 92% 18%, rgba(96, 165, 250, 0.2), transparent 32%),
      linear-gradient(145deg, #17315f 0%, #1e40af 58%, #2563eb 100%);
    box-shadow: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta::before {
    inset: 8px 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta::after {
    top: -78px;
    right: -72px;
    width: 168px;
    height: 168px;
    background: rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta-inner {
    max-width: min(100% - 28px, 680px);
    gap: 12px;
    padding: 34px 0 36px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta h2 {
    max-width: 13.5em;
    font-size: clamp(22px, 6.3vw, 26px);
    line-height: 1.26;
    letter-spacing: -0.018em;
    text-wrap: balance;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta p {
    max-width: 30em;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.68;
    text-wrap: pretty;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-final-cta .xmdsite-button {
    min-height: 42px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-final-cta {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-final-cta-inner {
    max-width: min(100% - 24px, 680px);
    padding: 30px 0 32px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-final-cta h2 {
    max-width: 12.5em;
    font-size: clamp(21px, 6.1vw, 24px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-final-cta p {
    font-size: 13.5px;
  }
}

.xmdsite-template-home .xmdsite-hero-title-product, .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-line {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

.xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-main {
  white-space: normal;
  text-wrap: balance;
  line-height: 1.18;
}

.xmdsite-template-home .xmdsite-hero-board {
  overflow: visible;
  isolation: isolate;
}

.xmdsite-template-home .xmdsite-floating-query {
  box-sizing: border-box;
  min-width: 0;
}

.xmdsite-template-home .xmdsite-floating-query > div:last-child {
  min-width: 0;
}

.xmdsite-template-home .xmdsite-floating-query-label, .xmdsite-template-home .xmdsite-floating-query-text {
  overflow-wrap: anywhere;
}

@media (min-width: 1181px) {
  .xmdsite-template-home .xmdsite-hero-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: clamp(28px, 3.4vw, 48px);
  }
}

@media (min-width: 1181px) {
  .xmdsite-template-home .xmdsite-hero-copy {
    max-width: 100%;
  }
}

@media (min-width: 1181px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-main {
    font-size: clamp(30px, 2.72vw, 39px);
  }
}

@media (min-width: 1181px) {
  .xmdsite-template-home .xmdsite-hero-board {
    min-width: 0;
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 1181px) {
  .xmdsite-template-home .xmdsite-floating-query {
    top: -30px;
    right: clamp(10px, 1.4vw, 18px);
    max-width: min(340px, calc(100% - 28px));
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-main {
    font-size: 1em;
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-hero-board {
    width: min(100%, 640px);
    max-width: 100%;
    min-height: 0;
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-hero-board:hover {
    transform: none;
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-home .xmdsite-floating-query {
    position: relative;
    top: auto;
    right: auto;
    z-index: 3;
    display: flex;
    width: calc(100% - 20px);
    max-width: none;
    margin: 10px 10px 0;
    animation: none;
    transform: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-main {
    display: block;
    max-width: 100%;
    font-size: clamp(17px, 5.45vw, 22px);
    line-height: 1.16;
    letter-spacing: -0.065em;
    white-space: nowrap;
    text-wrap: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-floating-query {
    width: calc(100% - 12px);
    margin: 6px 6px 0;
    align-items: flex-start;
    padding: 12px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-page-title .xmdsite-hero-title-main {
    font-size: clamp(17px, 5.15vw, 19px);
    letter-spacing: -0.075em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-home .xmdsite-floating-query {
    gap: 9px;
  }
}

/* model list scoped rules */
:root.xmdsite-template-list {
  --xmdsite-accent: #2563eb;
  --xmdsite-accent-hover: #1d4ed8;
  --xmdsite-accent-soft: #eff6ff;
  --xmdsite-cyan: #0ea5e9;
  --xmdsite-deep: #0f2a52;
  --xmdsite-bg: #f6faff;
  --xmdsite-border: rgba(15, 23, 42, 0.10);
  --xmdsite-border-strong: rgba(37, 99, 235, 0.22);
  --xmdsite-ink: #0f172a;
  --xmdsite-muted: rgba(15, 23, 42, 0.68);
  --xmdsite-soft: rgba(15, 23, 42, 0.5);
  --xmdsite-surface: #ffffff;
  --xmdsite-surface-soft: #f1f7ff;
  --xmdsite-footer: #07111f;
  --xmdsite-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  --xmdsite-shadow-hover: 0 28px 64px rgba(37, 99, 235, 0.17);
  --xmdsite-radius: 8px;
  color-scheme: light;
}

body.xmdsite-template-list {
  margin: 0;
  background:
    radial-gradient(circle at 12% -8%, rgba(37, 99, 235, 0.09), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(14, 165, 233, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--xmdsite-bg) 46%, #ffffff 100%);
  color: var(--xmdsite-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.xmdsite-template-list .xmdsite-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.xmdsite-template-list .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-list .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.xmdsite-template-list .xmdsite-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-nav-toggle {
  display: none;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-ink);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.xmdsite-template-list .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.xmdsite-template-list .xmdsite-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: var(--xmdsite-radius);
  padding: 0 12px;
  color: var(--xmdsite-muted);
  font-size: 14px;
  font-weight: 600;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.xmdsite-template-list .xmdsite-nav-link:hover, .xmdsite-template-list .xmdsite-nav-link:focus-visible {
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
}

.xmdsite-template-list .xmdsite-page-hero {
  position: relative;
  min-height: clamp(220px, 28vw, 360px);
  overflow: hidden;
  border-bottom: 1px solid rgba(147, 197, 253, 0.18);
  background:
    radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.30), transparent 32%),
    radial-gradient(circle at 78% 22%, rgba(99, 102, 241, 0.36), transparent 34%),
    linear-gradient(135deg, #071a3b 0%, #12318b 48%, #2454df 100%);
  isolation: isolate;
}

.xmdsite-template-list .xmdsite-page-hero::before, .xmdsite-template-list .xmdsite-page-hero::after {
  position: absolute;
  inset: auto;
  pointer-events: none;
  content: "";
}

.xmdsite-template-list .xmdsite-page-hero::before {
  top: -78px;
  right: -46px;
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  border: 1px solid rgba(191, 219, 254, 0.20);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 60%);
  filter: blur(0.2px);
  opacity: 0.86;
  z-index: -1;
}

.xmdsite-template-list .xmdsite-page-hero::after {
  right: 9%;
  bottom: -88px;
  width: 310px;
  height: 180px;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.16);
  filter: blur(42px);
  z-index: -1;
}

.xmdsite-template-list .xmdsite-page-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  min-height: inherit;
  padding: clamp(52px, 8vw, 92px) 0 clamp(44px, 6vw, 76px);
  animation: xmdsite-fade-up 560ms ease both;
}

.xmdsite-template-list .xmdsite-page-title {
  margin: 0;
  max-width: 1120px;
  color: #ffffff;
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 860;
  line-height: 1.14;
  letter-spacing: -0.035em;
  text-shadow: 0 18px 46px rgba(2, 6, 23, 0.34);
  text-wrap: balance;
}

.xmdsite-template-list .xmdsite-ai-message-title {
  padding: 0 8px;
  word-break: keep-all;
  overflow-wrap: normal;
}

.xmdsite-template-list .xmdsite-title-line {
  display: inline;
}

.xmdsite-template-list .xmdsite-title-highlight {
  position: relative;
  display: inline-block;
  padding: 0 0.04em;
  color: #dbeafe;
  white-space: nowrap;
  text-shadow: 0 0 28px rgba(125, 211, 252, 0.46);
}

.xmdsite-template-list .xmdsite-title-highlight::after {
  position: absolute;
  right: 0.02em;
  bottom: 0.03em;
  left: 0.02em;
  height: 0.26em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.34), rgba(191, 219, 254, 0.16));
  content: "";
  z-index: -1;
}

@media (min-width: 760px) {
  .xmdsite-template-list .xmdsite-title-line {
    display: block;
  }
}

.xmdsite-template-list .xmdsite-section-description {
  margin: 18px 0 0;
  max-width: 720px;
  color: var(--xmdsite-muted);
  font-size: 16px;
  line-height: 1.9;
}

.xmdsite-template-list .xmdsite-page-hero .xmdsite-section-description {
  color: rgba(255,255,255,0.72);
}

.xmdsite-template-list .xmdsite-main {
  display: grid;
  gap: 32px;
  padding: 36px 0 88px;
}

.xmdsite-template-list .xmdsite-breadcrumb {
  animation: xmdsite-fade-up 520ms ease both;
}

.xmdsite-template-list .xmdsite-breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  color: var(--xmdsite-soft);
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  animation: xmdsite-fade-up 520ms ease both;
  animation-delay: 40ms;
}

.xmdsite-template-list .xmdsite-category-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--xmdsite-border);
  border-radius: 4px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-muted);
  font-size: 14px;
  font-weight: 650;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list .xmdsite-category-link:hover, .xmdsite-template-list .xmdsite-category-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
  transform: translateY(-1px);
}

.xmdsite-template-list .xmdsite-category-link.is-active {
  border-color: rgba(37, 99, 235, 0.34);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
}

.xmdsite-template-list .xmdsite-list-section {
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 80ms;
}

.xmdsite-template-list .xmdsite-item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.xmdsite-template-list .xmdsite-item-card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 226px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list .xmdsite-item-card-link::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--xmdsite-accent), rgba(59, 130, 246, 0.18));
  content: "";
  opacity: 0.78;
}

.xmdsite-template-list .xmdsite-item-card-link::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.78);
  color: var(--xmdsite-accent);
  content: "→";
  font-size: 17px;
  font-weight: 800;
  line-height: 31px;
  text-align: center;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list .xmdsite-item-card-link:hover, .xmdsite-template-list .xmdsite-item-card-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
  outline: none;
  transform: translateY(-4px);
}

.xmdsite-template-list .xmdsite-item-card-link:hover::after, .xmdsite-template-list .xmdsite-item-card-link:focus-visible::after {
  background: var(--xmdsite-accent);
  color: #fff;
  transform: translateX(3px);
}

.xmdsite-template-list .xmdsite-card-body {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 26px 72px 28px 26px;
}

.xmdsite-template-list .xmdsite-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: var(--xmdsite-soft);
  font-size: 13px;
}

.xmdsite-template-list .xmdsite-card-category, .xmdsite-template-list .xmdsite-card-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  border-radius: 4px;
  padding: 0 11px;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-card-category {
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  font-weight: 750;
}

.xmdsite-template-list .xmdsite-card-title {
  margin: 0;
  color: var(--xmdsite-ink);
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.xmdsite-template-list .xmdsite-card-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--xmdsite-muted);
  font-size: 15px;
  line-height: 1.85;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.xmdsite-template-list .xmdsite-pagination {
  display: grid;
  grid-template-columns: minmax(180px, auto) 1fr;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--xmdsite-border);
  padding-top: 26px;
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 120ms;
}

.xmdsite-template-list .xmdsite-pagination-link,
.xmdsite-template-list .xmdsite-pagination-current,
.xmdsite-template-list .xmdsite-pagination-disabled,
.xmdsite-template-list .xmdsite-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: 6px;
  padding: 0 14px;
  background: var(--xmdsite-surface);
  color: var(--xmdsite-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list .xmdsite-pagination-disabled {
  cursor: not-allowed;
  color: var(--xmdsite-soft);
  background: rgba(248, 250, 252, 0.72);
}

.xmdsite-template-list .xmdsite-pagination-jump {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 2px;
}

.xmdsite-template-list .xmdsite-pagination-jump-input {
  width: 72px;
  min-height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: 6px;
  padding: 0 10px;
  background: var(--xmdsite-surface);
  color: var(--xmdsite-ink);
  font-size: 14px;
  text-align: center;
  transition: border-color 180ms ease;
  -moz-appearance: textfield;
}

.xmdsite-template-list .xmdsite-footer {
  background: var(--xmdsite-footer);
  color: rgba(255, 255, 255, 0.82);
}

.xmdsite-template-list .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  padding: 48px 0;
}

.xmdsite-template-list .xmdsite-footer-brand {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.xmdsite-template-list .xmdsite-footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
}

.xmdsite-template-list .xmdsite-footer-item {
  min-width: 120px;
}

.xmdsite-template-list .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.xmdsite-template-list .xmdsite-footer-sublist {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.xmdsite-template-list .xmdsite-footer-sublist .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.xmdsite-template-list .xmdsite-footer-aside {
  display: grid;
  align-content: start;
  gap: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.8;
}

.xmdsite-template-list .xmdsite-footer-qrcode {
  width: 96px;
  height: 96px;
  border-radius: var(--xmdsite-radius);
  object-fit: cover;
}

.xmdsite-template-list .xmdsite-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.xmdsite-template-list .xmdsite-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-container.xmdsite-header-inner {
    position: relative;
    align-items: center;
    gap: 12px;
    min-height: 64px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-page-title {
    font-size: clamp(27px, 5.4vw, 42px);
    line-height: 1.18;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-page-hero-content {
    padding: 48px 0 40px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-container {
    width: min(100% - 24px, 1280px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-page-hero {
    min-height: 238px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-page-hero::before {
    top: -44px;
    right: -104px;
    width: 260px;
    height: 260px;
    opacity: 0.62;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-page-hero-content {
    padding: 42px 0 34px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-page-title {
    max-width: 24em;
    font-size: clamp(25px, 7.2vw, 34px);
    line-height: 1.25;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-title-line {
    display: block;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-title-highlight {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-main {
    padding: 28px 0 64px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-item-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-card-body {
    padding: 22px 22px 66px;
  }
}

body.xmdsite-template-list {
  background:
    radial-gradient(circle at 12% -8%, rgba(37, 99, 235, 0.09), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(14, 165, 233, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 46%, #ffffff 100%);
  color: #0f172a;
  font-size: 15.8px;
  line-height: 1.68;
}

.xmdsite-template-list .xmdsite-container {
  width: min(1280px, calc(100% - 40px));
}

.xmdsite-template-list .xmdsite-brand {
  gap: 10px;
  color: #0f172a;
  font-size: clamp(23px, 1.92vw, 29px);
  font-weight: 500;
  letter-spacing: -0.018em;
}

.xmdsite-template-list .xmdsite-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-weight: inherit;
  line-height: 1.12;
}

.xmdsite-template-list .xmdsite-brand-cn {
  color: #0f172a;
  font-weight: 560;
  letter-spacing: -0.015em;
}

.xmdsite-template-list .xmdsite-brand-en {
  color: #2563eb;
  font-size: 0.78em;
  font-weight: 420;
  letter-spacing: 0.015em;
}

.xmdsite-template-list .xmdsite-nav-link {
  position: relative;
  min-height: 50px;
  padding: 0 18px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 520;
  letter-spacing: 0.01em;
}

.xmdsite-template-list .xmdsite-nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-list .xmdsite-nav-link:hover, .xmdsite-template-list .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.055);
  color: #1d4ed8;
}

.xmdsite-template-list .xmdsite-nav-toggle {
  background: #ffffff;
}

.xmdsite-template-list .xmdsite-contact-strip {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(37, 99, 235, 0.045);
  border-bottom: 1px solid rgba(37, 99, 235, 0.085);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(241, 247, 255, 0.94) 52%, rgba(248, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.018);
}

.xmdsite-template-list .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 34px;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.004em;
}

.xmdsite-template-list .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-list .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2f6fd6;
  font-size: 11.5px;
  font-weight: 430;
  line-height: 1.4;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-contact-strip-label::after {
  margin-left: -2px;
  color: rgba(37, 99, 235, 0.44);
  content: "：";
  letter-spacing: 0;
}

.xmdsite-template-list .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: #2563eb;
  font-size: 0;
  line-height: 1;
}

.xmdsite-template-list .xmdsite-contact-strip-icon svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
  color: #24324a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.004em;
}

.xmdsite-template-list .xmdsite-contact-strip-text {
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 0;
  background: transparent;
  color: #1d4ed8;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-contact-strip-phone:hover, .xmdsite-template-list .xmdsite-contact-strip-phone:focus-visible {
  background: transparent;
  color: #1d4ed8;
  border-bottom-color: currentColor;
  outline: none;
  transform: none;
}

.xmdsite-template-list .xmdsite-category-link, .xmdsite-template-list .xmdsite-item-card-link, .xmdsite-template-list .xmdsite-empty-state {
  border-radius: 4px;
}

.xmdsite-template-list .xmdsite-card-category,
.xmdsite-template-list .xmdsite-card-date,
.xmdsite-template-list .xmdsite-pagination-link,
.xmdsite-template-list .xmdsite-pagination-current,
.xmdsite-template-list .xmdsite-pagination-ellipsis,
.xmdsite-template-list .xmdsite-pagination-jump-input {
  border-radius: 4px;
}

.xmdsite-template-list .xmdsite-footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
  color: rgba(255, 255, 255, 0.82);
}

.xmdsite-template-list .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(220px, 0.64fr);
  align-items: start;
  gap: clamp(24px, 4vw, 46px);
  padding: 38px 0 28px;
}

.xmdsite-template-list .xmdsite-footer-primary {
  min-width: 0;
}

.xmdsite-template-list .xmdsite-footer-brand {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -0.012em;
}

.xmdsite-template-list .xmdsite-footer-summary {
  margin: 0;
  max-width: 720px;
  color: rgba(226, 232, 240, 0.70);
  font-size: 14px;
  line-height: 1.7;
}

.xmdsite-template-list .xmdsite-footer-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  justify-content: start;
  gap: 8px 22px;
  margin-top: 18px;
}

.xmdsite-template-list .xmdsite-footer-info-row {
  display: inline-flex;
  align-items: baseline;
  min-width: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-list .xmdsite-footer-info-label {
  flex: 0 0 auto;
  color: rgba(147, 197, 253, 0.90);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.08em;
}

.xmdsite-template-list .xmdsite-footer-info-text, .xmdsite-template-list .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 560;
}

.xmdsite-template-list .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.42);
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-list .xmdsite-footer-inline-phone:hover, .xmdsite-template-list .xmdsite-footer-inline-phone:focus-visible {
  color: #bfdbfe;
  border-bottom-color: currentColor;
  outline: none;
}

.xmdsite-template-list .xmdsite-footer-title {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.10em;
}

.xmdsite-template-list .xmdsite-footer .xmdsite-footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
  gap: 12px 22px;
}

.xmdsite-template-list .xmdsite-footer-item {
  min-width: 0;
}

.xmdsite-template-list .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
}

.xmdsite-template-list .xmdsite-footer-link::before {
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-list .xmdsite-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.10);
  padding: 0;
}

.xmdsite-template-list .xmdsite-footer-bottom-inner {
  padding: 16px 0;
  color: rgba(226, 232, 240, 0.50);
  font-size: 12.5px;
}

@media (max-width: 980px) {
  body.xmdsite-template-list {
    font-size: 15.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(21px, 4vw, 27px);
    font-weight: 560;
    letter-spacing: -0.016em;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav {
    left: auto;
    right: 0;
    width: min(520px, calc(100vw - 32px));
    min-width: 0;
    max-width: calc(100vw - 32px);
    max-height: min(calc(100vh - 88px), 460px);
    max-height: min(calc(100dvh - 88px), 460px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px !important;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-header.is-nav-open .xmdsite-nav {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    padding: 8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-item, .xmdsite-template-list .xmdsite-nav-link {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link {
    display: flex;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14.5px;
    font-weight: 560;
    line-height: 1.35;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link::after {
    position: static;
    display: block;
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    content: "";
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-sublist {
    width: 100%;
    padding: 6px 0 0;
    gap: 6px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    border-radius: 6px !important;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-container {
    width: min(100% - 30px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-brand {
    max-width: calc(100% - 54px);
    font-size: clamp(19px, 5.4vw, 24px);
    font-weight: 560;
    line-height: 1.16;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    width: auto;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    border-radius: 8px !important;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav-link {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 6px !important;
    font-size: 13.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 18px;
    min-height: 0;
    padding: 6px 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-item {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    gap: 6px;
    padding: 1px 0;
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-address, .xmdsite-template-list .xmdsite-contact-strip-consult {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-label {
    min-width: 0;
    font-size: 11.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
    max-width: min(78vw, 420px);
    font-size: 12.8px;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-page-hero {
    min-height: 236px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-page-title {
    max-width: 24em;
    font-size: clamp(25px, 7.1vw, 34px);
    line-height: 1.25;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-title-line {
    display: block;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-main {
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-item-grid {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-item-card-link {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-card-body {
    gap: 12px;
    padding: 20px 54px 22px 20px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-pagination {
    gap: 12px;
    overflow-x: hidden;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-pagination-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 7px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-pagination-link,
.xmdsite-template-list .xmdsite-pagination-current,
.xmdsite-template-list .xmdsite-pagination-ellipsis {
    min-width: 36px;
    min-height: 36px;
    padding: 0 11px;
    border-radius: 4px;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-pagination-jump {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-pagination-jump-input {
    border-radius: 4px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 26px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-container {
    width: min(100% - 26px, 1280px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-brand {
    font-size: clamp(17px, 5.1vw, 20px);
    letter-spacing: -0.01em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 10px;
    right: 10px;
    border-radius: 8px !important;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 6px !important;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-contact-strip-label {
    min-width: 5.1em;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
    font-size: 12.4px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-contact-strip-inner {
    gap: 3px 12px;
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-contact-strip-item {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
    max-width: calc(100vw - 118px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-page-hero {
    min-height: 250px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-page-hero-content {
    padding: 40px 0 34px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-page-title {
    max-width: 15.2em;
    font-size: clamp(24px, 7.6vw, 31px);
    line-height: 1.28;
    letter-spacing: -0.016em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-title-highlight {
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-category-list {
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-category-link {
    min-height: 34px;
    padding: 0 11px;
    border-radius: 4px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-pagination-status {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-pagination-actions {
    gap: 6px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-pagination-link,
.xmdsite-template-list .xmdsite-pagination-current,
.xmdsite-template-list .xmdsite-pagination-ellipsis {
    min-width: 34px;
    min-height: 34px;
    padding: 0 9px;
    border-radius: 4px;
    font-size: 12.6px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-pagination-jump-label {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-pagination-jump-input {
    width: 62px;
    min-height: 34px;
    border-radius: 4px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-card-body {
    padding: 18px 48px 20px 18px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-card-title {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-footer .xmdsite-footer-list {
    grid-template-columns: 1fr 1fr;
  }
}

.xmdsite-template-list .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-list .xmdsite-header-inner, .xmdsite-template-list .xmdsite-container.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px 0;
}

.xmdsite-template-list .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #0f172a;
  font-size: clamp(23px, 1.92vw, 29px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.xmdsite-template-list .xmdsite-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 18px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 520;
  letter-spacing: 0.01em;
  transition: background-color 180ms ease, color 180ms ease;
}

.xmdsite-template-list .xmdsite-nav-link:hover, .xmdsite-template-list .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.055);
  color: #1d4ed8;
  outline: none;
}

.xmdsite-template-list .xmdsite-contact-strip {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(248, 251, 255, 0.98) 0%, rgba(239, 246, 255, 0.92) 52%, rgba(247, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: none;
}

.xmdsite-template-list .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.xmdsite-template-list .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-list .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 430;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-contact-strip-label::after {
  margin-left: -2px;
  color: rgba(37, 99, 235, 0.54);
  content: "：";
  letter-spacing: 0;
}

.xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.xmdsite-template-list .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.26);
  border-radius: 0;
  background: transparent;
  color: #1d4ed8;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-footer-info-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  max-width: 860px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-list .xmdsite-footer-info-row {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-list .xmdsite-footer-info-label {
  flex: 0 0 auto;
  color: rgba(147, 197, 253, 0.82);
  font-size: 11.5px;
  font-weight: 430;
  letter-spacing: 0.08em;
}

.xmdsite-template-list .xmdsite-footer-info-text, .xmdsite-template-list .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
}

.xmdsite-template-list .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.34);
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-list .xmdsite-footer-title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 460;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.xmdsite-template-list .xmdsite-footer .xmdsite-footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(76px, 1fr));
  gap: 10px 18px;
}

.xmdsite-template-list .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  transition: color 180ms ease;
}

.xmdsite-template-list .xmdsite-footer-link::before {
  width: 4px;
  height: 4px;
  margin-right: 7px;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-list .xmdsite-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  padding: 16px 0;
  color: rgba(226, 232, 240, 0.50);
  font-size: 12.5px;
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-header-inner, .xmdsite-template-list .xmdsite-container.xmdsite-header-inner {
    position: relative;
    align-items: center;
    min-height: 64px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav {
    left: auto;
    right: 0;
    top: calc(100% + 9px);
    width: min(520px, calc(100vw - 32px));
    min-width: 0;
    max-width: calc(100vw - 32px);
    max-height: min(calc(100vh - 88px), 460px);
    max-height: min(calc(100dvh - 88px), 460px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-header.is-nav-open .xmdsite-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 15px;
    font-weight: 480;
    line-height: 1.35;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    border-radius: 0;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
    content: "";
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link:hover::after, .xmdsite-template-list .xmdsite-nav-link:focus-visible::after {
    opacity: 0.68;
    transform: rotate(45deg) translate(1px, -1px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    border-radius: 0 !important;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    width: auto;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    border-radius: 0 !important;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav-link {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 0 !important;
    font-size: 13.8px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 10px;
    right: 10px;
    border-radius: 0 !important;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 0 !important;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
    max-width: calc(100vw - 118px);
    font-size: 12.4px;
  }
}

.xmdsite-template-list .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
  isolation: auto;
}

.xmdsite-template-list .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #0f172a;
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  line-height: 1.3;
  letter-spacing: -0.012em;
}

.xmdsite-template-list .xmdsite-brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-weight: inherit;
  line-height: 1.1;
}

.xmdsite-template-list .xmdsite-brand-cn, .xmdsite-template-list .xmdsite-brand-en {
  color: #0f172a;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.xmdsite-template-list .xmdsite-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border-radius: var(--xmdsite-item-radius-inner, 4px) !important;
  padding: 0 16px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: background-color 180ms ease, color 180ms ease;
}

.xmdsite-template-list .xmdsite-nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  width: auto;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-list .xmdsite-contact-strip {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 50%, rgba(249, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: none;
}

.xmdsite-template-list .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  padding: 6px 0;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.xmdsite-template-list .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #2563eb;
  font-size: 0;
  line-height: 1;
}

.xmdsite-template-list .xmdsite-contact-strip-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
  color: #24324a;
  font-size: 13.5px;
  font-weight: 420;
  letter-spacing: 0.004em;
}

.xmdsite-template-list .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 0;
  background: transparent;
  color: #1d4ed8;
  font-weight: 520;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-footer-primary {
  min-width: 0;
  grid-column: auto;
}

.xmdsite-template-list .xmdsite-footer-title {
  margin: 0 0 12px;
  color: rgba(147, 197, 253, 0.88);
  font-size: 12px;
  font-weight: 460;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xmdsite-template-list .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13.5px;
  font-weight: 400;
  transition: color 180ms ease;
}

.xmdsite-template-list .xmdsite-footer-link::before {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.82);
  content: "";
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-header-inner, .xmdsite-template-list .xmdsite-container.xmdsite-header-inner {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(20px, 3.7vw, 25px);
    font-weight: 560;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 22px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.35;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    border-radius: 0;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    border-radius: var(--xmdsite-item-radius-inner, 4px) !important;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    gap: 18px;
    font-size: 13.5px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-header-inner, .xmdsite-template-list .xmdsite-container.xmdsite-header-inner {
    min-height: 62px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-brand {
    max-width: calc(100% - 50px);
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.12;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-brand-name {
    gap: 0.16em;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    width: auto;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav-link {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 5px 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-address, .xmdsite-template-list .xmdsite-contact-strip-consult {
    margin-right: 0;
    margin-left: 0;
    text-align: initial;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-label {
    min-width: 5.3em;
    gap: 6px;
    font-size: 11.5px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
    border-color: rgba(37, 99, 235, 0.20);
    color: #2563eb;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
    max-width: none;
    justify-self: end;
    text-align: right;
    font-size: 12.8px;
    line-height: 1.5;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-phone {
    min-height: 26px;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 10px;
    right: 10px;
    border-radius: 18px !important;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13.5px;
  }
}

.xmdsite-template-list .xmdsite-page-hero {
  min-height: clamp(190px, 24vw, 310px);
}

.xmdsite-template-list .xmdsite-page-hero-content {
  align-items: center;
  justify-content: center;
  padding: clamp(42px, 6vw, 72px) 0 clamp(38px, 5vw, 62px);
  text-align: center;
}

.xmdsite-template-list .xmdsite-ai-message-title {
  width: 100%;
  max-width: min(880px, 92vw);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: clamp(24px, 3.1vw, 42px);
  font-weight: 720;
  line-height: 1.42;
  letter-spacing: -0.018em;
  text-align: center;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.xmdsite-template-list .xmdsite-ai-message-title .xmdsite-title-line {
  display: block;
}

.xmdsite-template-list .xmdsite-ai-message-title .xmdsite-title-highlight {
  padding: 0 0.025em;
  font-weight: 760;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(125, 211, 252, 0.34);
}

.xmdsite-template-list .xmdsite-ai-message-title .xmdsite-title-highlight::after {
  bottom: 0.02em;
  height: 0.22em;
  opacity: 0.78;
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-page-hero {
    min-height: 220px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-page-hero-content {
    padding: 40px 0 34px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list .xmdsite-ai-message-title {
    max-width: min(760px, 90vw);
    font-size: clamp(22px, 4.6vw, 34px);
    line-height: 1.52;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-page-hero {
    min-height: 198px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-page-hero-content {
    padding: 32px 0 30px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-ai-message-title {
    max-width: min(100%, 20em);
    font-size: clamp(20px, 5.55vw, 24px);
    font-weight: 660;
    line-height: 1.7;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list .xmdsite-ai-message-title .xmdsite-title-line {
    display: inline;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-page-hero {
    min-height: 186px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-page-hero-content {
    padding: 30px 0 28px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-ai-message-title {
    max-width: 18.8em;
    font-size: clamp(18px, 5.15vw, 22px);
    line-height: 1.78;
  }
}

.xmdsite-template-list .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-list .xmdsite-header-inner, .xmdsite-template-list .xmdsite-container.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.xmdsite-template-list .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  max-width: min(49vw, 500px);
  color: #111827;
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.012em;
  text-shadow: none;
}

.xmdsite-template-list .xmdsite-brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  overflow: visible;
  color: #0f172a;
  font-weight: inherit;
  line-height: 1.1;
  text-overflow: clip;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-nav-list {
  gap: 10px;
}

.xmdsite-template-list .xmdsite-nav-link {
  position: relative;
  min-height: 48px;
  padding: 0 16px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.xmdsite-template-list .xmdsite-nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  width: auto;
  height: 1px;
  border: 0;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-list .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-list .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-contact-strip-label::after {
  margin-left: 0;
  color: rgba(37, 99, 235, 0.54);
  content: "：";
  letter-spacing: 0;
}

.xmdsite-template-list .xmdsite-contact-strip-text, .xmdsite-template-list .xmdsite-contact-strip-phone {
  white-space: nowrap;
}

.xmdsite-template-list .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  background: transparent;
  color: #1d4ed8;
  font-weight: 520;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-list .xmdsite-footer {
  border-top: 1px solid rgba(147, 197, 253, 0.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
  color: rgba(255, 255, 255, 0.76);
}

.xmdsite-template-list .xmdsite-footer-brand {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 620;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

.xmdsite-template-list .xmdsite-footer-summary {
  max-width: 720px;
  margin: 0;
  color: rgba(226, 232, 240, 0.70);
  font-size: 14px;
  line-height: 1.7;
}

.xmdsite-template-list .xmdsite-footer-info-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-list .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
}

.xmdsite-template-list .xmdsite-footer-link::before {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 0;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-list .xmdsite-footer-bottom {
  padding: 0;
  border-top-color: rgba(255, 255, 255, 0.10);
}

@media (max-width: 1180px) {
  .xmdsite-template-list .xmdsite-brand {
    max-width: min(45vw, 430px);
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-list .xmdsite-nav-link {
    padding: 0 12px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-header-inner, .xmdsite-template-list .xmdsite-container.xmdsite-header-inner {
    position: relative;
    min-height: 78px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(20px, 3.7vw, 25px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    overflow: hidden;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list .xmdsite-nav {
    left: 10px;
    right: 10px;
  }
}

/* model detail scoped rules */
:root.xmdsite-template-detail {
  --xmdsite-accent: #2563eb;
  --xmdsite-accent-hover: #1d4ed8;
  --xmdsite-accent-soft: #eff6ff;
  --xmdsite-bg: #f7f8fb;
  --xmdsite-border: rgba(17, 24, 39, 0.1);
  --xmdsite-border-strong: rgba(17, 24, 39, 0.16);
  --xmdsite-ink: #111827;
  --xmdsite-muted: rgba(17, 24, 39, 0.68);
  --xmdsite-soft: rgba(17, 24, 39, 0.5);
  --xmdsite-surface: #ffffff;
  --xmdsite-surface-soft: #f2f4f7;
  --xmdsite-footer: #101319;
  --xmdsite-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
  --xmdsite-shadow-hover: 0 20px 44px rgba(17, 24, 39, 0.12);
  --xmdsite-radius: 8px;
  color-scheme: light;
}

body.xmdsite-template-detail {
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--xmdsite-bg) 48%, #ffffff 100%);
  color: var(--xmdsite-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.xmdsite-template-detail .xmdsite-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.xmdsite-template-detail .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-detail .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.xmdsite-template-detail .xmdsite-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-nav-toggle {
  display: none;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-ink);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.xmdsite-template-detail .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.xmdsite-template-detail .xmdsite-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: var(--xmdsite-radius);
  padding: 0 12px;
  color: var(--xmdsite-muted);
  font-size: 14px;
  font-weight: 600;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.xmdsite-template-detail .xmdsite-nav-link:hover, .xmdsite-template-detail .xmdsite-nav-link:focus-visible {
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
}

.xmdsite-template-detail .xmdsite-article-head {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 58%, #eef3f9 100%);
  border-bottom: 1px solid rgba(37, 99, 235, 0.13);
  padding: 42px 0 50px;
}

.xmdsite-template-detail .xmdsite-breadcrumb {
  position: relative;
  z-index: 1;
  animation: xmdsite-fade-up 520ms ease both;
}

.xmdsite-template-detail .xmdsite-breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  color: var(--xmdsite-soft);
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-title-block {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 980px;
  padding-top: 30px;
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 60ms;
}

.xmdsite-template-detail .xmdsite-eyebrow {
  justify-self: start;
  margin: 0;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-accent);
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.xmdsite-template-detail .xmdsite-item-title {
  margin: 0;
  max-width: 100%;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.16;
  text-wrap: balance;
}

.xmdsite-template-detail .xmdsite-item-summary {
  margin: 0;
  max-width: 820px;
  color: rgba(15, 23, 42, 0.68);
  font-size: 17px;
  line-height: 1.88;
  text-wrap: pretty;
}

.xmdsite-template-detail .xmdsite-publish-date {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 4px 0 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: var(--xmdsite-soft);
  padding-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.xmdsite-template-detail .xmdsite-main {
  display: grid;
  gap: 34px;
  padding: 36px 0 88px;
}

.xmdsite-template-detail .xmdsite-cover {
  width: min(280px, 100%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: calc(var(--xmdsite-radius) + 8px);
  background: var(--xmdsite-surface-soft);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  animation: xmdsite-fade-up 560ms ease both;
}

.xmdsite-template-detail .xmdsite-cover img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.xmdsite-template-detail .xmdsite-tabs-list {
  display: flex;
  gap: 34px;
  border-bottom: 1px solid var(--xmdsite-border);
}

.xmdsite-template-detail .xmdsite-tab {
  appearance: none;
  position: relative;
  min-height: 54px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--xmdsite-soft);
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.xmdsite-template-detail .xmdsite-intro-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  gap: 26px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: calc(var(--xmdsite-radius) + 10px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
  padding: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.xmdsite-template-detail .xmdsite-article {
  width: 100%;
  max-width: none;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: calc(var(--xmdsite-radius) + 10px);
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(22px, 3.2vw, 42px);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.055);
  animation: xmdsite-fade-up 560ms ease both;
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) {
  margin: 1.75em 0 0.75em;
  color: #0f172a;
  font-weight: 760;
  letter-spacing: -0.018em;
  line-height: 1.32;
  text-wrap: balance;
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2) {
  font-size: clamp(24px, 2.4vw, 30px);
}

.xmdsite-template-detail .xmdsite-article :where(h3) {
  font-size: clamp(20px, 1.8vw, 23px);
}

.xmdsite-template-detail .xmdsite-article :where(p) {
  margin: 0 0 1.2em;
  color: rgba(15, 23, 42, 0.72);
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: justify;
  text-wrap: pretty;
}

.xmdsite-template-detail .xmdsite-article :where(img, video) {
  width: auto;
  height: auto;
  margin: 30px auto;
  border-radius: calc(var(--xmdsite-radius) + 6px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.xmdsite-template-detail .xmdsite-article :where(blockquote) {
  margin: 28px 0;
  border-left: 3px solid var(--xmdsite-accent);
  border-radius: 0 var(--xmdsite-radius) var(--xmdsite-radius) 0;
  background: rgba(37, 99, 235, 0.045);
  padding: 14px 18px;
  color: rgba(15, 23, 42, 0.72);
}

.xmdsite-template-detail .xmdsite-article :where(ul, ol) {
  margin: 0 0 1.25em 1.35em;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.95;
}

.xmdsite-template-detail .xmdsite-article :where(li) {
  margin: 0.35em 0;
  padding-left: 0.12em;
}

.xmdsite-template-detail .xmdsite-facts {
  min-width: 0;
  border-left: 1px solid rgba(17, 24, 39, 0.08);
  padding-left: 26px;
}

.xmdsite-template-detail .xmdsite-facts-title {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.xmdsite-template-detail .xmdsite-fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
}

.xmdsite-template-detail .xmdsite-fact-item {
  min-width: 0;
  border-bottom: 1px dashed rgba(17, 24, 39, 0.1);
  padding: 0 0 12px;
  margin: 0;
}

.xmdsite-template-detail .xmdsite-fact-item:last-child, .xmdsite-template-detail .xmdsite-fact-item:nth-last-child(2):nth-child(odd) {
  border-bottom-color: transparent;
}

.xmdsite-template-detail .xmdsite-fact-label {
  color: rgba(15, 23, 42, 0.48);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.xmdsite-template-detail .xmdsite-fact-value {
  margin: 5px 0 0;
  color: rgba(15, 23, 42, 0.74);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.xmdsite-template-detail .xmdsite-adjacent-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 120ms;
}

.xmdsite-template-detail .xmdsite-adjacent-card {
  display: grid;
  gap: 8px;
  min-height: 112px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: var(--xmdsite-surface);
  padding: 18px;
  box-shadow: var(--xmdsite-shadow);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-detail .xmdsite-adjacent-card:hover, .xmdsite-template-detail .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: var(--xmdsite-shadow-hover);
  outline: none;
  transform: translateY(-3px);
}

.xmdsite-template-detail .xmdsite-adjacent-label {
  color: var(--xmdsite-soft);
  font-size: 13px;
  font-weight: 700;
}

.xmdsite-template-detail .xmdsite-adjacent-title {
  color: var(--xmdsite-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
}

.xmdsite-template-detail .xmdsite-footer {
  background: var(--xmdsite-footer);
  color: rgba(255, 255, 255, 0.82);
}

.xmdsite-template-detail .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  padding: 48px 0;
}

.xmdsite-template-detail .xmdsite-footer-brand {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.xmdsite-template-detail .xmdsite-footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
}

.xmdsite-template-detail .xmdsite-footer-item {
  min-width: 120px;
}

.xmdsite-template-detail .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.xmdsite-template-detail .xmdsite-footer-sublist {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.xmdsite-template-detail .xmdsite-footer-sublist .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.xmdsite-template-detail .xmdsite-footer-aside {
  display: grid;
  align-content: start;
  gap: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.8;
}

.xmdsite-template-detail .xmdsite-footer-qrcode {
  width: 96px;
  height: 96px;
  border-radius: var(--xmdsite-radius);
  object-fit: cover;
}

.xmdsite-template-detail .xmdsite-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.xmdsite-template-detail .xmdsite-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}

@media (max-width: 960px) {
  .xmdsite-template-detail .xmdsite-container.xmdsite-header-inner {
    position: relative;
    align-items: center;
    gap: 12px;
    min-height: 64px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-container {
    width: min(100% - 24px, 1280px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article-head {
    padding: 28px 0 36px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-block {
    gap: 12px;
    padding-top: 24px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-title {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.28;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    font-size: 14px;
    line-height: 1.78;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-main {
    gap: 22px;
    padding: 28px 0 62px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-cover {
    width: min(100%, 260px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article {
    padding: 18px;
    font-size: 14px;
    line-height: 1.82;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2) {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h3) {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h4) {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(p), .xmdsite-template-detail .xmdsite-article :where(ul, ol) {
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(img, video) {
    margin: 22px auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-adjacent-nav {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-article-head {
    padding: 46px 0 58px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-title-block {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    column-gap: clamp(36px, 5vw, 76px);
    row-gap: 18px;
    max-width: none;
    align-items: start;
    padding-top: 34px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-title {
    grid-column: 1;
    max-width: 820px;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.08;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    grid-column: 2;
    max-width: none;
    align-self: stretch;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(239, 246, 255, 0.72));
    padding: 22px 24px 24px;
    box-shadow: 0 22px 56px rgba(37, 99, 235, 0.09);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-summary::before {
    display: block;
    margin-bottom: 10px;
    color: var(--xmdsite-accent);
    content: "文章概述";
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-publish-date {
    grid-column: 1;
    justify-self: start;
    border-top: 0;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    padding: 8px 14px;
  }
}

.xmdsite-template-detail .xmdsite-main {
  gap: 42px;
}

.xmdsite-template-detail .xmdsite-intro-panel {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(340px, 42%) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  border-color: rgba(37, 99, 235, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 6% 0%, rgba(37, 99, 235, 0.1), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  padding: clamp(22px, 3vw, 36px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.xmdsite-template-detail .xmdsite-intro-panel::before {
  position: absolute;
  inset: 16px auto auto 50%;
  width: 1px;
  height: calc(100% - 32px);
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.2), transparent);
  content: "";
}

.xmdsite-template-detail .xmdsite-cover {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  border-radius: 20px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.xmdsite-template-detail .xmdsite-cover img {
  aspect-ratio: 16 / 10;
  min-height: 280px;
  object-fit: cover;
}

.xmdsite-template-detail .xmdsite-facts {
  position: relative;
  z-index: 1;
  border-left: 0;
  padding-left: 0;
}

.xmdsite-template-detail .xmdsite-facts-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 850;
}

.xmdsite-template-detail .xmdsite-fact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.xmdsite-template-detail .xmdsite-fact-item {
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 13px 14px;
}

.xmdsite-template-detail .xmdsite-fact-item:last-child, .xmdsite-template-detail .xmdsite-fact-item:nth-last-child(2):nth-child(odd) {
  border-bottom-color: rgba(17, 24, 39, 0.07);
}

.xmdsite-template-detail .xmdsite-fact-label {
  color: rgba(15, 23, 42, 0.45);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.xmdsite-template-detail .xmdsite-fact-value {
  margin-top: 4px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.xmdsite-template-detail .xmdsite-article {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  border-color: rgba(37, 99, 235, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  padding: clamp(26px, 4vw, 56px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.xmdsite-template-detail .xmdsite-article::before {
  position: absolute;
  top: 0;
  right: 36px;
  left: 36px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.72), transparent);
  content: "";
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) {
  position: relative;
  color: #0b1220;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2) {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2em;
  margin-bottom: 0.9em;
  font-size: clamp(25px, 2.2vw, 34px);
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2)::before {
  flex: 0 0 auto;
  width: 6px;
  height: 1.15em;
  border-radius: 999px;
  background: linear-gradient(180deg, #60a5fa, var(--xmdsite-accent));
  content: "";
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.xmdsite-template-detail .xmdsite-article :where(h3) {
  margin-top: 1.75em;
  color: #102a56;
  font-size: clamp(20px, 1.7vw, 25px);
}

.xmdsite-template-detail .xmdsite-article :where(h3)::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 9px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.28);
  content: "";
}

.xmdsite-template-detail .xmdsite-article :where(p) {
  max-width: 72em;
  margin-bottom: 1.35em;
  color: rgba(15, 23, 42, 0.76);
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 2.05;
}

.xmdsite-template-detail .xmdsite-article :where(ul, ol) {
  max-width: 72em;
  margin-bottom: 1.4em;
  color: rgba(15, 23, 42, 0.76);
  font-size: 16.5px;
  line-height: 1.95;
}

.xmdsite-template-detail .xmdsite-article :where(img, video) {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 22px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-cover {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-cover img {
    min-height: 240px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article-head {
    padding: 28px 0 38px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-block {
    padding-top: 22px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-title {
    font-size: clamp(24px, 7vw, 32px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    max-width: none;
    border-left: 3px solid rgba(37, 99, 235, 0.55);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.58);
    padding: 12px 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-main {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-cover {
    width: 100%;
    justify-self: stretch;
    border-radius: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-cover img {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article {
    max-width: none;
    border-radius: 18px;
    padding: 22px 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article::before {
    right: 18px;
    left: 18px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2) {
    gap: 9px;
    font-size: 21px;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2)::before {
    width: 5px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h3) {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(p), .xmdsite-template-detail .xmdsite-article :where(ul, ol) {
    font-size: 15px;
    line-height: 1.9;
  }
}

.xmdsite-template-detail .xmdsite-title-block {
  width: 100%;
  max-width: none;
}

.xmdsite-template-detail .xmdsite-item-summary {
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-left: 4px solid rgba(37, 99, 235, 0.62);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(239, 246, 255, 0.62));
  padding: clamp(14px, 1.8vw, 22px) clamp(16px, 2.2vw, 28px);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.07);
}

.xmdsite-template-detail .xmdsite-cover {
  width: 100%;
  max-width: none;
}

.xmdsite-template-detail .xmdsite-cover img {
  width: 100%;
}

.xmdsite-template-detail .xmdsite-fact-list {
  gap: 10px;
}

.xmdsite-template-detail .xmdsite-fact-item {
  padding: 11px 12px;
}

.xmdsite-template-detail .xmdsite-fact-value {
  margin-top: 2px;
  line-height: 1.38;
}

.xmdsite-template-detail .xmdsite-article {
  width: min(100%, 1160px);
  max-width: 1160px;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-article-head {
    padding: 42px 0 54px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-title-block {
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-top: 30px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-title {
    max-width: 1160px;
    font-size: clamp(42px, 4.35vw, 60px);
    line-height: 1.08;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    align-self: auto;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.92;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-summary::before {
    display: inline-flex;
    align-items: center;
    margin: 0 12px 0 0;
    vertical-align: baseline;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-publish-date {
    justify-self: start;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    grid-template-columns: minmax(520px, 58%) minmax(300px, 1fr);
    gap: clamp(24px, 3.2vw, 42px);
    padding: clamp(20px, 2.4vw, 30px);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-intro-panel::before {
    inset: 18px auto auto calc(58% + 14px);
    height: calc(100% - 36px);
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    line-height: 1.84;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    grid-template-columns: minmax(360px, 52%) minmax(0, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-cover img {
    aspect-ratio: 16 / 10;
    min-height: 260px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-fact-list {
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-cover img {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article {
    padding: 22px 16px;
  }
}

.xmdsite-template-detail .xmdsite-article-head {
  padding: clamp(28px, 3.2vw, 38px) 0 clamp(34px, 3.8vw, 46px);
}

.xmdsite-template-detail .xmdsite-title-block {
  grid-template-columns: 1fr !important;
  width: 100%;
  max-width: none;
  gap: 10px;
  padding-top: clamp(18px, 2vw, 24px);
}

.xmdsite-template-detail .xmdsite-item-title {
  width: 100%;
  max-width: none !important;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.028em;
  text-wrap: auto;
}

.xmdsite-template-detail .xmdsite-item-summary {
  width: 100%;
  max-width: none !important;
  border-radius: 10px;
  padding: clamp(12px, 1.35vw, 16px) clamp(14px, 1.7vw, 20px);
  font-size: 15.5px;
  line-height: 1.72;
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.055);
  text-wrap: auto;
}

.xmdsite-template-detail .xmdsite-publish-date {
  margin-top: 2px;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12.5px;
}

.xmdsite-template-detail .xmdsite-main {
  gap: 24px;
  padding: 28px 0 64px;
}

.xmdsite-template-detail .xmdsite-tabs-list {
  gap: 22px;
}

.xmdsite-template-detail .xmdsite-tab {
  min-height: 44px;
  font-size: 15px;
}

.xmdsite-template-detail .xmdsite-intro-panel {
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  gap: clamp(16px, 2.2vw, 26px);
  align-items: center;
  border-radius: 10px;
  padding: clamp(14px, 1.9vw, 22px);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.xmdsite-template-detail .xmdsite-intro-panel::before {
  inset: 14px auto auto calc(42% + 12px);
  height: calc(100% - 28px);
}

.xmdsite-template-detail .xmdsite-cover {
  width: min(100%, 440px);
  max-width: 440px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.xmdsite-template-detail .xmdsite-cover img {
  width: 100%;
  min-height: 0 !important;
  max-height: 250px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.xmdsite-template-detail .xmdsite-facts {
  padding-left: 0;
}

.xmdsite-template-detail .xmdsite-facts-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.xmdsite-template-detail .xmdsite-fact-list {
  gap: 8px;
}

.xmdsite-template-detail .xmdsite-fact-item {
  border-radius: 8px;
  padding: 9px 10px;
}

.xmdsite-template-detail .xmdsite-fact-value {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.36;
}

.xmdsite-template-detail .xmdsite-article {
  width: min(100%, 1080px);
  max-width: 1080px;
  border-radius: 10px;
  padding: clamp(22px, 2.8vw, 38px) clamp(20px, 3.1vw, 44px);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
}

.xmdsite-template-detail .xmdsite-article::before {
  right: 24px;
  left: 24px;
  height: 3px;
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) {
  margin: 1.3em 0 0.52em;
  line-height: 1.32;
  letter-spacing: -0.018em;
  text-wrap: auto;
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2) {
  gap: 9px;
  margin-top: 1.45em;
  margin-bottom: 0.55em;
  font-size: clamp(21px, 1.55vw, 26px);
}

.xmdsite-template-detail .xmdsite-article :where(h1, h2)::before {
  width: 4px;
  height: 1em;
  box-shadow: none;
}

.xmdsite-template-detail .xmdsite-article :where(h3) {
  margin-top: 1.25em;
  font-size: clamp(18px, 1.28vw, 21px);
}

.xmdsite-template-detail .xmdsite-article :where(h3)::after {
  width: 34px;
  height: 2px;
  margin-top: 6px;
}

.xmdsite-template-detail .xmdsite-article :where(p) {
  max-width: none;
  margin-bottom: 0.85em;
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: 0;
  text-align: left;
}

.xmdsite-template-detail .xmdsite-article :where(ul, ol) {
  max-width: none;
  margin-bottom: 0.9em;
  font-size: 15.5px;
  line-height: 1.72;
}

.xmdsite-template-detail .xmdsite-article :where(li) {
  margin: 0.22em 0;
}

.xmdsite-template-detail .xmdsite-article :where(blockquote) {
  margin: 18px 0;
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
}

.xmdsite-template-detail .xmdsite-article :where(img, video) {
  width: auto;
  max-width: min(100%, 760px);
  margin: 18px auto;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

.xmdsite-template-detail .xmdsite-adjacent-nav {
  gap: 14px;
}

.xmdsite-template-detail .xmdsite-adjacent-card {
  min-height: 86px;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-title-block {
    row-gap: 11px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-title {
    font-size: clamp(32px, 3vw, 42px);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    font-size: 15.5px;
    line-height: 1.68;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    grid-template-columns: minmax(340px, 40%) minmax(0, 1fr);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-intro-panel::before {
    left: calc(40% + 12px);
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    grid-template-columns: minmax(260px, 40%) minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-cover {
    width: min(100%, 380px);
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail .xmdsite-cover img {
    max-height: 220px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-block {
    gap: 9px;
    padding-top: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-title {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.24;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-summary {
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.68;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-main {
    gap: 18px;
    padding: 22px 0 50px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-intro-panel {
    border-radius: 8px;
    padding: 12px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-cover {
    border-radius: 8px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article {
    border-radius: 8px;
    padding: 18px 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article::before {
    right: 14px;
    left: 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2) {
    gap: 7px;
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(p), .xmdsite-template-detail .xmdsite-article :where(ul, ol) {
    font-size: 14px;
    line-height: 1.68;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(img, video) {
    max-width: 100%;
    margin: 14px auto;
    border-radius: 8px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-adjacent-nav {
    gap: 10px;
  }
}

.xmdsite-template-detail .xmdsite-title-facts {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
  border-left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.42);
  padding: 0;
  box-shadow: none;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-facts-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 780;
  color: rgba(15, 23, 42, 0.74);
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-facts-title::before {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.09);
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  width: 100%;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-item {
  min-height: 52px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  padding: 8px 10px;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-label {
  color: rgba(15, 23, 42, 0.44);
  font-size: 11.5px;
  line-height: 1.2;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-value {
  margin-top: 3px;
  color: rgba(15, 23, 42, 0.76);
  font-size: 13.5px;
  line-height: 1.35;
}

.xmdsite-template-detail .xmdsite-adjacent-card {
  border-color: rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.045);
}

.xmdsite-template-detail .xmdsite-adjacent-label {
  color: rgba(15, 23, 42, 0.42);
}

.xmdsite-template-detail .xmdsite-adjacent-title {
  color: rgba(15, 23, 42, 0.62);
  font-weight: 680;
}

.xmdsite-template-detail .xmdsite-adjacent-card:hover, .xmdsite-template-detail .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);
  transform: translateY(-2px);
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-facts-title {
    margin-bottom: 7px;
    font-size: 13.5px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-item {
    min-height: 0;
    padding: 8px 9px;
  }
}

.xmdsite-template-detail .xmdsite-item-summary {
  border-radius: 0 !important;
}

.xmdsite-template-detail .xmdsite-title-facts {
  margin-top: 0;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-facts-title {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-facts-title::before {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-list {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 6px;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  border-radius: 6px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.68);
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-label {
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-value {
  min-width: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.28;
  text-align: right;
  overflow-wrap: anywhere;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-facts-title {
    margin-bottom: 5px;
    font-size: 12.5px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    min-height: 0;
    padding: 6px 7px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) {
    text-wrap: auto !important;
    word-break: normal;
    overflow-wrap: normal;
    line-break: auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2) {
    display: block;
    padding-left: 10px;
    border-left: 4px solid var(--xmdsite-accent);
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1.42;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2)::before {
    display: none;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-item-title {
    color: rgba(30, 41, 59, 0.88);
    font-size: clamp(28px, 2.45vw, 36px);
    font-weight: 760;
    letter-spacing: -0.018em;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-break: loose;
    hyphens: none;
    text-wrap: wrap !important;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-container {
    width: calc(100% - 24px);
    max-width: 1280px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-brand-name {
    min-width: 0;
    max-width: calc(100vw - 92px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-right: 14px;
    padding-left: 14px;
    padding-right: clamp(14px, 4.5vw, 18px);
    padding-left: clamp(14px, 4.5vw, 18px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) {
    display: block;
    clear: both;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    white-space: normal;
    word-break: normal;
    word-break: auto-phrase;
    overflow-wrap: break-word;
    line-break: strict;
    hyphens: manual;
    text-wrap: auto !important;
    letter-spacing: -0.006em;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2) {
    padding-left: 8px;
    border-left: 3px solid var(--xmdsite-accent);
    font-size: 18px;
    font-size: clamp(17px, 4.55vw, 19px);
    line-height: 1.48;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h1, h2)::before {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h3) {
    font-size: 17px;
    font-size: clamp(16px, 4.2vw, 17.5px);
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-article :where(h4) {
    font-size: 15.5px;
    line-height: 1.55;
  }
}

.xmdsite-template-detail .xmdsite-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  border-bottom-color: rgba(37, 99, 235, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.xmdsite-template-detail .xmdsite-header-inner, .xmdsite-template-detail .xmdsite-container.xmdsite-header-inner {
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.xmdsite-template-detail .xmdsite-brand {
  flex-shrink: 0;
  max-width: min(48vw, 520px);
  gap: 10px;
  color: #0f172a;
  font-family: var(--xmdsite-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  line-height: 1.1;
  letter-spacing: -0.012em;
}

.xmdsite-template-detail .xmdsite-brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-weight: inherit;
  line-height: 1.1;
}

.xmdsite-template-detail .xmdsite-brand-cn, .xmdsite-template-detail .xmdsite-brand-en {
  color: #0f172a;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.xmdsite-template-detail .xmdsite-nav-list {
  gap: 10px;
}

.xmdsite-template-detail .xmdsite-nav-link {
  position: relative;
  min-height: 48px;
  padding: 0 16px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.xmdsite-template-detail .xmdsite-nav-link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-detail .xmdsite-nav-link:hover, .xmdsite-template-detail .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.055);
  color: #1d4ed8;
}

.xmdsite-template-detail .xmdsite-nav-toggle {
  background: #ffffff;
}

.xmdsite-template-detail .xmdsite-contact-strip {
  border-top: 1px solid rgba(37, 99, 235, 0.045);
  border-bottom: 1px solid rgba(37, 99, 235, 0.085);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 50%, rgba(249, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.018);
}

.xmdsite-template-detail .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  padding: 6px 0;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.xmdsite-template-detail .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-detail .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #2563eb;
  font-size: 0;
  line-height: 1;
}

.xmdsite-template-detail .xmdsite-contact-strip-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xmdsite-template-detail .xmdsite-contact-strip-label::after {
  content: "：";
  margin-left: -2px;
  color: rgba(37, 99, 235, 0.44);
  letter-spacing: 0;
}

.xmdsite-template-detail .xmdsite-contact-strip-text, .xmdsite-template-detail .xmdsite-contact-strip-phone {
  color: #24324a;
  font-size: 13.5px;
  font-weight: 420;
  letter-spacing: 0.004em;
}

.xmdsite-template-detail .xmdsite-contact-strip-text {
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 0;
  background: transparent;
  color: #1d4ed8;
  font-weight: 520;
  box-shadow: none;
}

.xmdsite-template-detail .xmdsite-contact-strip-phone:hover, .xmdsite-template-detail .xmdsite-contact-strip-phone:focus-visible {
  background: transparent;
  color: #1d4ed8;
  border-bottom-color: currentColor;
  outline: none;
  transform: none;
}

.xmdsite-template-detail .xmdsite-footer {
  border-top: 1px solid rgba(147, 197, 253, 0.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
  color: rgba(255, 255, 255, 0.76);
}

.xmdsite-template-detail .xmdsite-footer-inner {
  grid-template-columns: minmax(0, 1.36fr) minmax(220px, 0.64fr);
  align-items: start;
  gap: clamp(24px, 4vw, 46px);
  padding: 38px 0 28px;
}

.xmdsite-template-detail .xmdsite-footer-primary {
  min-width: 0;
  grid-column: auto;
}

.xmdsite-template-detail .xmdsite-footer-brand {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 620;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

.xmdsite-template-detail .xmdsite-footer-summary {
  max-width: 720px;
  margin: 0;
  color: rgba(226, 232, 240, 0.70);
  font-size: 14px;
  line-height: 1.7;
}

.xmdsite-template-detail .xmdsite-footer-info-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  max-width: 860px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-detail .xmdsite-footer-info-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-detail .xmdsite-footer-info-label {
  flex: 0 0 auto;
  color: rgba(147, 197, 253, 0.82);
  font-size: 11.5px;
  font-weight: 430;
  letter-spacing: 0.08em;
}

.xmdsite-template-detail .xmdsite-footer-info-text, .xmdsite-template-detail .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
}

.xmdsite-template-detail .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.34);
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-detail .xmdsite-footer-inline-phone:hover, .xmdsite-template-detail .xmdsite-footer-inline-phone:focus-visible {
  color: #bfdbfe;
  border-bottom-color: currentColor;
  outline: none;
}

.xmdsite-template-detail .xmdsite-footer-title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 460;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.xmdsite-template-detail .xmdsite-footer .xmdsite-footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(76px, 1fr));
  gap: 10px 18px;
}

.xmdsite-template-detail .xmdsite-footer-item {
  min-width: 0;
}

.xmdsite-template-detail .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
}

.xmdsite-template-detail .xmdsite-footer-link::before {
  width: 4px;
  height: 4px;
  margin-right: 7px;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-detail .xmdsite-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.10);
  padding: 0;
}

.xmdsite-template-detail .xmdsite-footer-bottom-inner {
  padding: 16px 0;
  color: rgba(226, 232, 240, 0.50);
  font-size: 12.5px;
}

@media (max-width: 1180px) {
  .xmdsite-template-detail .xmdsite-brand {
    max-width: min(45vw, 430px);
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-detail .xmdsite-nav-link {
    padding: 0 12px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-header-inner, .xmdsite-template-detail .xmdsite-container.xmdsite-header-inner {
    position: relative;
    min-height: 78px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(20px, 3.7vw, 25px);
    font-weight: 560;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-toggle {
    display: inline-grid;
    place-items: center;
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    padding: 0;
    overflow: hidden;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav {
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-header.is-nav-open .xmdsite-nav {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-item {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-link {
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14.5px;
    font-weight: 560;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-link::after {
    position: static;
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    content: "";
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-link:hover::after, .xmdsite-template-detail .xmdsite-nav-link:focus-visible::after {
    transform: rotate(45deg);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-sublist {
    width: 100%;
    padding: 6px 0 0;
    gap: 6px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    border-radius: 0 !important;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-contact-strip-inner {
    min-height: 32px;
    gap: 14px;
    font-size: 12.8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-container {
    width: min(100% - 30px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-header-inner, .xmdsite-template-detail .xmdsite-container.xmdsite-header-inner {
    min-height: 62px;
    padding: 9px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-brand {
    max-width: calc(100% - 50px);
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.12;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-brand-name {
    gap: 0.16em;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-nav-link {
    min-height: 43px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 5px 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-label {
    min-width: 5.3em;
    gap: 6px;
    font-size: 11.5px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
    border-color: rgba(37, 99, 235, 0.20);
    color: #2563eb;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-text, .xmdsite-template-detail .xmdsite-contact-strip-phone {
    max-width: none;
    justify-self: end;
    text-align: right;
    font-size: 12.8px;
    line-height: 1.5;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-phone {
    min-height: 26px;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 26px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-nav {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-brand {
    font-size: clamp(18px, 5.6vw, 22px);
    letter-spacing: -0.012em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-contact-strip-label {
    font-size: 11.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-contact-strip-text, .xmdsite-template-detail .xmdsite-contact-strip-phone {
    font-size: 12.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-footer .xmdsite-footer-list {
    grid-template-columns: 1fr 1fr;
  }
}

.xmdsite-template-detail .xmdsite-eyebrow,
.xmdsite-template-detail .xmdsite-title-facts,
.xmdsite-template-detail .xmdsite-title-facts .xmdsite-fact-item,
.xmdsite-template-detail .xmdsite-article,
.xmdsite-template-detail .xmdsite-adjacent-card {
  border-radius: 2px;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-container.xmdsite-main {
    width: min(1080px, calc(100% - 40px));
    max-width: 1080px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-detail-tabs,
.xmdsite-template-detail .xmdsite-tabs-list,
.xmdsite-template-detail .xmdsite-tab-panel,
.xmdsite-template-detail .xmdsite-detail-grid,
.xmdsite-template-detail .xmdsite-article {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-title, .xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) {
    display: block;
    width: 100%;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: auto;
    hyphens: none;
    text-wrap: wrap !important;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail .xmdsite-item-title :where(span, strong, b, em, a),
.xmdsite-template-detail .xmdsite-article :where(h1, h2, h3, h4) :where(span, strong, b, em, a) {
    display: inline;
    white-space: inherit !important;
    word-break: inherit;
    overflow-wrap: inherit;
    text-wrap: inherit !important;
  }
}

.xmdsite-template-detail .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-detail .xmdsite-header-inner, .xmdsite-template-detail .xmdsite-container.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.xmdsite-template-detail .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  max-width: min(49vw, 500px);
  color: #111827;
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.012em;
  text-shadow: none;
}

.xmdsite-template-detail .xmdsite-brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  overflow: visible;
  color: #0f172a;
  font-weight: inherit;
  line-height: 1.1;
  text-overflow: clip;
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  width: auto;
  height: 1px;
  border: 0;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-detail .xmdsite-nav-link:hover, .xmdsite-template-detail .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.055);
  color: #1d4ed8;
  outline: none;
}

.xmdsite-template-detail .xmdsite-contact-strip {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 50%, rgba(249, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: none;
}

.xmdsite-template-detail .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-detail .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-contact-strip-label::after {
  margin-left: 0;
  color: rgba(37, 99, 235, 0.54);
  content: "：";
  letter-spacing: 0;
}

.xmdsite-template-detail .xmdsite-contact-strip-text, .xmdsite-template-detail .xmdsite-contact-strip-phone {
  white-space: nowrap;
}

.xmdsite-template-detail .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  background: transparent;
  color: #1d4ed8;
  font-weight: 520;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-detail .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(220px, 0.64fr);
  align-items: start;
  gap: clamp(24px, 4vw, 46px);
  padding: 38px 0 28px;
}

.xmdsite-template-detail .xmdsite-footer-link::before {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 0;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-detail .xmdsite-footer-bottom {
  padding: 0;
  border-top-color: rgba(255, 255, 255, 0.10);
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-header-inner, .xmdsite-template-detail .xmdsite-container.xmdsite-header-inner {
    position: relative;
    min-height: 78px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(20px, 3.7vw, 25px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    overflow: hidden;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-item, .xmdsite-template-detail .xmdsite-nav-link {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.35;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-link:hover::after, .xmdsite-template-detail .xmdsite-nav-link:focus-visible::after {
    opacity: 0.68;
    transform: rotate(45deg) translate(1px, -1px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-header-inner, .xmdsite-template-detail .xmdsite-container.xmdsite-header-inner {
    min-height: 62px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-nav-link {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-address, .xmdsite-template-detail .xmdsite-contact-strip-consult {
    margin-right: 0;
    margin-left: 0;
    text-align: initial;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-container {
    width: min(100% - 26px, 1280px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-brand {
    font-size: clamp(17px, 5.1vw, 20px);
    letter-spacing: -0.01em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-contact-strip-label {
    min-width: 5.1em;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail .xmdsite-contact-strip-text, .xmdsite-template-detail .xmdsite-contact-strip-phone {
    font-size: 12.4px;
  }
}

/* product list scoped rules */
:root.xmdsite-template-list-product {
  --xmdsite-accent: #2563eb;
  --xmdsite-accent-hover: #1d4ed8;
  --xmdsite-accent-soft: #eff6ff;
  --xmdsite-cyan: #0ea5e9;
  --xmdsite-deep: #0f2a52;
  --xmdsite-bg: #f6faff;
  --xmdsite-border: rgba(15, 23, 42, 0.10);
  --xmdsite-border-strong: rgba(37, 99, 235, 0.22);
  --xmdsite-ink: #0f172a;
  --xmdsite-muted: rgba(15, 23, 42, 0.68);
  --xmdsite-soft: rgba(15, 23, 42, 0.5);
  --xmdsite-surface: #ffffff;
  --xmdsite-surface-soft: #f1f7ff;
  --xmdsite-footer: #07111f;
  --xmdsite-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  --xmdsite-shadow-hover: 0 28px 64px rgba(37, 99, 235, 0.17);
  --xmdsite-radius: 8px;
  color-scheme: light;
}

body.xmdsite-template-list-product {
  margin: 0;
  background:
    radial-gradient(circle at 12% -8%, rgba(37, 99, 235, 0.09), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(14, 165, 233, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--xmdsite-bg) 46%, #ffffff 100%);
  color: var(--xmdsite-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.xmdsite-template-list-product .xmdsite-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.xmdsite-template-list-product .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-list-product .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--xmdsite-ink);
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  line-height: 1.1;
  letter-spacing: -0.012em;
}

.xmdsite-template-list-product .xmdsite-brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: inherit;
  line-height: inherit;
}

.xmdsite-template-list-product .xmdsite-brand-cn, .xmdsite-template-list-product .xmdsite-brand-en {
  color: #0f172a;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.xmdsite-template-list-product .xmdsite-nav-toggle {
  display: none;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-ink);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.xmdsite-template-list-product .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.xmdsite-template-list-product .xmdsite-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: var(--xmdsite-radius);
  padding: 0 12px;
  color: var(--xmdsite-muted);
  font-size: 14px;
  font-weight: 600;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.xmdsite-template-list-product .xmdsite-nav-link:hover, .xmdsite-template-list-product .xmdsite-nav-link:focus-visible {
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
}

.xmdsite-template-list-product .xmdsite-contact-strip {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 50%, rgba(249, 252, 255, 0.98) 100%);
  color: #24324a;
}

.xmdsite-template-list-product .xmdsite-contact-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  padding: 6px 0;
  font-size: 13.5px;
  line-height: 1.45;
}

.xmdsite-template-list-product .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.xmdsite-template-list-product .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.04em;
}

.xmdsite-template-list-product .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #2563eb;
  font-size: 0;
  line-height: 1;
}

.xmdsite-template-list-product .xmdsite-contact-strip-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
  min-width: 0;
  color: #24324a;
  font-size: 13.5px;
  font-weight: 420;
  letter-spacing: 0.004em;
}

.xmdsite-template-list-product .xmdsite-contact-strip-phone {
  color: #1d4ed8;
  font-weight: 520;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-page-hero {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 99, 235, 0.1);
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #1e40af 58%, #2563eb 100%);
}

.xmdsite-template-list-product .xmdsite-page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 54px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(247,248,251,0.08));
  content: "";
  pointer-events: none;
}

.xmdsite-template-list-product .xmdsite-page-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  align-items: end;
  gap: 24px;
  min-height: inherit;
  padding: 28px 0 24px;
  animation: xmdsite-fade-up 560ms ease both;
}

.xmdsite-template-list-product .xmdsite-page-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin: 0;
  max-width: 1120px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.xmdsite-template-list-product .xmdsite-page-title-text {
  display: inline-flex;
  min-width: 0;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-page-title-addon {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-shadow: 0 1px 10px rgba(15, 23, 42, 0.18);
  overflow-wrap: anywhere;
}

.xmdsite-template-list-product .xmdsite-section-description {
  margin: 10px 0 0;
  max-width: 680px;
  color: var(--xmdsite-muted);
  font-size: 15px;
  line-height: 1.8;
}

.xmdsite-template-list-product .xmdsite-page-hero .xmdsite-section-description {
  color: rgba(255,255,255,0.76);
}

.xmdsite-template-list-product .xmdsite-main {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 22px 0 72px;
  align-items: start;
}

.xmdsite-template-list-product .xmdsite-content-toolbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  border: 1px solid var(--xmdsite-border);
  border-radius: 4px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
  animation: xmdsite-fade-up 520ms ease both;
}

.xmdsite-template-list-product .xmdsite-result-count {
  color: var(--xmdsite-soft);
  font-size: 13px;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-breadcrumb {
  min-width: 0;
}

.xmdsite-template-list-product .xmdsite-breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  color: var(--xmdsite-soft);
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-category-nav {
  position: sticky;
  top: 128px;
  grid-column: 1;
  border: 1px solid var(--xmdsite-border);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  overflow: hidden;
  animation: xmdsite-fade-up 520ms ease both;
  animation-delay: 40ms;
}

.xmdsite-template-list-product .xmdsite-category-list {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.xmdsite-template-list-product .xmdsite-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 12px;
  background: transparent;
  color: var(--xmdsite-muted);
  font-size: 13px;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list-product .xmdsite-category-link::after {
  color: rgba(37, 99, 235, 0.45);
  content: "›";
  font-size: 18px;
  line-height: 1;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-list-product .xmdsite-category-link:hover, .xmdsite-template-list-product .xmdsite-category-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.16);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
  transform: translateX(2px);
}

.xmdsite-template-list-product .xmdsite-category-link:hover::after,
.xmdsite-template-list-product .xmdsite-category-link:focus-visible::after,
.xmdsite-template-list-product .xmdsite-category-link.is-active::after {
  opacity: 1;
  transform: translateX(2px);
}

.xmdsite-template-list-product .xmdsite-category-link.is-active {
  border-color: rgba(37, 99, 235, 0.22);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
}

.xmdsite-template-list-product .xmdsite-list-section {
  grid-column: 2;
  min-width: 0;
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 80ms;
}

.xmdsite-template-list-product .xmdsite-item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xmdsite-template-list-product .xmdsite-item-card-link {
  position: relative;
  display: flex;
  min-height: 126px;
  height: 100%;
  border: 1px solid var(--xmdsite-border);
  border-radius: 4px;
  padding: 18px 46px 16px 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.9) 100%);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list-product .xmdsite-item-card-link::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--xmdsite-accent);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.xmdsite-template-list-product .xmdsite-item-card-link::after {
  position: absolute;
  top: 50%;
  right: 18px;
  color: rgba(37, 99, 235, 0.56);
  content: "→";
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list-product .xmdsite-item-card-link:hover, .xmdsite-template-list-product .xmdsite-item-card-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.24);
  background: var(--xmdsite-accent-soft);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.11);
  color: var(--xmdsite-accent-hover);
  outline: none;
  transform: translateY(-2px);
}

.xmdsite-template-list-product .xmdsite-item-card-link:hover::before,
.xmdsite-template-list-product .xmdsite-item-card-link:focus-visible::before {
  opacity: 1;
}

.xmdsite-template-list-product .xmdsite-item-card-link:hover::after,
.xmdsite-template-list-product .xmdsite-item-card-link:focus-visible::after {
  color: var(--xmdsite-accent);
  transform: translate(3px, -50%);
}

.xmdsite-template-list-product .xmdsite-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 0;
}

.xmdsite-template-list-product .xmdsite-card-title {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--xmdsite-ink);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 760;
  line-height: 1.42;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xmdsite-template-list-product .xmdsite-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--xmdsite-soft);
  font-size: 13px;
}

.xmdsite-template-list-product .xmdsite-card-category, .xmdsite-template-list-product .xmdsite-card-date {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  border-radius: 2px;
  padding: 0 8px;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-card-category {
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  font-weight: 720;
}

.xmdsite-template-list-product .xmdsite-pagination {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(160px, auto) 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
  border: 1px solid var(--xmdsite-border);
  border-radius: 4px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 120ms;
}

.xmdsite-template-list-product .xmdsite-list-section:only-child,
.xmdsite-template-list-product .xmdsite-list-section:first-child,
.xmdsite-template-list-product .xmdsite-content-toolbar + .xmdsite-list-section,
.xmdsite-template-list-product .xmdsite-content-toolbar + .xmdsite-list-section + .xmdsite-pagination {
  grid-column: 1 / -1;
}

.xmdsite-template-list-product .xmdsite-pagination-link,
.xmdsite-template-list-product .xmdsite-pagination-current,
.xmdsite-template-list-product .xmdsite-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid var(--xmdsite-border);
  border-radius: 3px;
  padding: 0 12px;
  background: var(--xmdsite-surface);
  color: var(--xmdsite-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-list-product .xmdsite-pagination-jump {
  grid-column: 1 / -1;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 2px;
}

.xmdsite-template-list-product .xmdsite-pagination-jump-input {
  width: 72px;
  min-height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: 3px;
  padding: 0 10px;
  background: var(--xmdsite-surface);
  color: var(--xmdsite-ink);
  font-size: 14px;
  text-align: center;
  transition: border-color 180ms ease;
  -moz-appearance: textfield;
}

.xmdsite-template-list-product .xmdsite-footer {
  background: var(--xmdsite-footer);
  color: rgba(255, 255, 255, 0.78);
}

.xmdsite-template-list-product .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  padding: 48px 0;
}

.xmdsite-template-list-product .xmdsite-footer-primary {
  min-width: 0;
}

.xmdsite-template-list-product .xmdsite-footer-brand {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
}

.xmdsite-template-list-product .xmdsite-footer-summary {
  max-width: 760px;
  margin: -8px 0 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.85;
}

.xmdsite-template-list-product .xmdsite-footer-info-list {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.xmdsite-template-list-product .xmdsite-footer-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
}

.xmdsite-template-list-product .xmdsite-footer-info-label {
  min-width: 4.5em;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 700;
}

.xmdsite-template-list-product .xmdsite-footer-info-text, .xmdsite-template-list-product .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.76);
}

.xmdsite-template-list-product .xmdsite-footer-inline-phone:hover, .xmdsite-template-list-product .xmdsite-footer-inline-phone:focus-visible {
  color: #ffffff;
  outline: none;
}

.xmdsite-template-list-product .xmdsite-footer-title {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.xmdsite-template-list-product .xmdsite-footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 42px;
}

.xmdsite-template-list-product .xmdsite-footer-item {
  min-width: 120px;
}

.xmdsite-template-list-product .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.xmdsite-template-list-product .xmdsite-footer-sublist {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.xmdsite-template-list-product .xmdsite-footer-sublist .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
}

.xmdsite-template-list-product .xmdsite-footer-aside {
  display: grid;
  justify-items: end;
  gap: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  text-align: right;
}

.xmdsite-template-list-product .xmdsite-footer-qrcode {
  width: 104px;
  height: 104px;
  border-radius: var(--xmdsite-radius);
  background: #ffffff;
  object-fit: cover;
}

.xmdsite-template-list-product .xmdsite-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.xmdsite-template-list-product .xmdsite-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner {
    position: relative;
    align-items: center;
    width: 100%;
    gap: 12px;
    min-height: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-page-title {
    gap: 9px 12px;
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-page-title-addon {
    padding: 0;
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-page-hero-content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
    padding: 32px 0 24px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-content-toolbar,
.xmdsite-template-list-product .xmdsite-category-nav,
.xmdsite-template-list-product .xmdsite-list-section,
.xmdsite-template-list-product .xmdsite-pagination {
    grid-column: 1;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-category-nav {
    position: static;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-category-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-category-link::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-inner {
    min-height: 32px;
    gap: 14px;
    font-size: 12.8px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-footer-bottom-inner {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-container {
    width: min(100% - 30px, 1280px);
  }
}

@media (max-width: 640px) {
  body.xmdsite-template-list-product {
    font-size: 15px;
    line-height: 1.64;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-header-inner {
    min-height: 62px;
    padding: 9px 0;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-brand {
    max-width: calc(100% - 50px);
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.12;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-brand-name {
    gap: 0.16em;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip {
    background: rgba(248, 251, 255, 0.98);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 5px 0;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-label {
    min-width: 5.3em;
    gap: 6px;
    font-size: 11.5px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-icon svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
    max-width: none;
    justify-self: end;
    text-align: right;
    font-size: 12.8px;
    line-height: 1.5;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-phone {
    min-height: 26px;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-page-hero {
    min-height: 120px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-page-hero-content {
    padding: 24px 0 20px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-page-title {
    display: grid;
    gap: 8px;
    font-size: 22px;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-page-title-text {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-page-title-addon {
    width: fit-content;
    max-width: 100%;
    padding: 5px 10px 6px;
    border-radius: 14px;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.45;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-main {
    gap: 16px;
    padding: 18px 0 56px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-content-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-result-count {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-item-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-item-card-link {
    padding: 12px 34px 12px 12px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-item-card-link::after {
    right: 12px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-card-body {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 7px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-card-title {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-card-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-footer-inner {
    gap: 30px;
    padding: 38px 0;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-footer-summary, .xmdsite-template-list-product .xmdsite-footer-info-list {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-footer-bottom-inner {
    gap: 8px 14px;
  }
}

body.xmdsite-template-list-product {
  font-size: 15.8px;
  line-height: 1.68;
}

.xmdsite-template-list-product .xmdsite-nav-link {
  min-height: 48px;
  padding: 0 16px;
  font-size: 14.5px;
  font-weight: 500;
}

.xmdsite-template-list-product .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  body.xmdsite-template-list-product {
    font-size: 15.5px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-header-inner, .xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner {
    position: relative;
    align-items: center;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-brand {
    font-size: clamp(20px, 3.7vw, 25px);
    font-weight: 560;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(calc(100vh - 88px), 520px);
    max-height: min(calc(100dvh - 88px), 520px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-header.is-nav-open .xmdsite-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    padding: 8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-item, .xmdsite-template-list-product .xmdsite-nav-link {
    box-sizing: border-box;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-item {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    padding: 0 13px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14.5px;
    font-weight: 560;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    border-radius: 0;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
    content: "";
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-link:hover::after, .xmdsite-template-list-product .xmdsite-nav-link:focus-visible::after {
    opacity: 0.68;
    transform: rotate(45deg) translate(1px, -1px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-sublist {
    position: static;
    display: grid;
    justify-items: stretch;
    width: 100%;
    min-width: 0;
    gap: 6px;
    padding: 6px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    border-radius: 13px;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.xmdsite-template-list-product {
    font-size: 15px;
    line-height: 1.64;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-container {
    width: min(100% - 30px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-header-inner, .xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner {
    min-height: 62px;
    padding: 9px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-brand {
    max-width: calc(100% - 50px);
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.12;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-brand-name {
    gap: 0.16em;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    overflow: hidden auto;
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    min-height: 43px;
    padding: 0 14px;
    border-radius: 15px;
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 5px 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-label {
    min-width: 5.3em;
    gap: 6px;
    font-size: 11.5px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
    border-color: rgba(37, 99, 235, 0.20);
    color: #2563eb;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
    max-width: none;
    justify-self: end;
    text-align: right;
    font-size: 12.8px;
    line-height: 1.5;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-phone {
    min-height: 26px;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-container {
    width: min(100% - 26px, 1280px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-brand {
    font-size: clamp(17px, 5.1vw, 20px);
    letter-spacing: -0.01em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-nav {
    left: 10px;
    right: 10px;
    border-radius: 18px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-label {
    min-width: 5.1em;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
    font-size: 12.4px;
  }
}

.xmdsite-template-list-product .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.035);
  transform: translateZ(0);
}

.xmdsite-template-list-product .xmdsite-header-inner, .xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px 0;
}

.xmdsite-template-list-product .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--xmdsite-ink);
  font-family: var(--xmdsite-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(23px, 1.92vw, 29px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.xmdsite-template-list-product .xmdsite-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-weight: inherit;
  line-height: 1.12;
}

.xmdsite-template-list-product .xmdsite-brand-cn {
  color: #0f172a;
  font-size: 1em;
  font-weight: 560;
  line-height: inherit;
  letter-spacing: -0.015em;
}

.xmdsite-template-list-product .xmdsite-brand-en {
  color: #2563eb;
  font-size: 0.78em;
  font-weight: 420;
  line-height: inherit;
  letter-spacing: 0.015em;
}

.xmdsite-template-list-product .xmdsite-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 18px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 520;
  letter-spacing: 0.01em;
}

.xmdsite-template-list-product .xmdsite-nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
  content: "";
}

.xmdsite-template-list-product .xmdsite-nav-link:hover, .xmdsite-template-list-product .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.055);
  color: #1d4ed8;
  outline: none;
}

.xmdsite-template-list-product .xmdsite-nav-toggle {
  background: #ffffff;
}

.xmdsite-template-list-product .xmdsite-contact-strip {
  position: relative;
  z-index: 80;
  border-top: 1px solid rgba(37, 99, 235, 0.045);
  border-bottom: 1px solid rgba(37, 99, 235, 0.085);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(241, 247, 255, 0.94) 52%, rgba(248, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.018);
}

.xmdsite-template-list-product .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 34px;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.xmdsite-template-list-product .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-list-product .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2f6fd6;
  font-size: 11.5px;
  font-weight: 430;
  line-height: 1.4;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-contact-strip-label::after {
  content: "：";
  margin-left: -2px;
  color: rgba(37, 99, 235, 0.44);
  letter-spacing: 0;
}

.xmdsite-template-list-product .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: #2563eb;
  font-size: 10px;
  line-height: 1;
}

.xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
  min-width: 0;
  color: #24324a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.004em;
}

.xmdsite-template-list-product .xmdsite-contact-strip-text {
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 0;
  background: transparent;
  color: #24324a;
  box-shadow: none;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-contact-strip-phone:hover, .xmdsite-template-list-product .xmdsite-contact-strip-phone:focus-visible {
  border-bottom-color: currentColor;
  background: transparent;
  color: #1d4ed8;
  outline: none;
  transform: none;
}

.xmdsite-template-list-product .xmdsite-footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
  color: rgba(255, 255, 255, 0.78);
}

.xmdsite-template-list-product .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(220px, 0.64fr);
  align-items: start;
  gap: clamp(24px, 4vw, 46px);
  padding: 38px 0 28px;
}

.xmdsite-template-list-product .xmdsite-footer-primary {
  min-width: 0;
  grid-column: auto;
}

.xmdsite-template-list-product .xmdsite-footer-brand {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 620;
  letter-spacing: -0.012em;
}

.xmdsite-template-list-product .xmdsite-footer-summary {
  max-width: 720px;
  margin: -8px 0 20px;
  color: rgba(226, 232, 240, 0.70);
  font-size: 14px;
  line-height: 1.7;
}

.xmdsite-template-list-product .xmdsite-footer-info-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  max-width: 860px;
  margin: 16px 0 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.xmdsite-template-list-product .xmdsite-footer-info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-list-product .xmdsite-footer-info-label {
  min-width: 4.5em;
  color: rgba(147, 197, 253, 0.82);
  font-size: 11.5px;
  font-weight: 430;
  letter-spacing: 0.08em;
}

.xmdsite-template-list-product .xmdsite-footer-info-text, .xmdsite-template-list-product .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
}

.xmdsite-template-list-product .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.34);
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-list-product .xmdsite-footer-inline-phone:hover, .xmdsite-template-list-product .xmdsite-footer-inline-phone:focus-visible {
  border-bottom-color: currentColor;
  color: #bfdbfe;
  outline: none;
}

.xmdsite-template-list-product .xmdsite-footer-title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 460;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.xmdsite-template-list-product .xmdsite-footer .xmdsite-footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(76px, 1fr));
  gap: 10px 18px;
}

.xmdsite-template-list-product .xmdsite-footer-item {
  min-width: 0;
}

.xmdsite-template-list-product .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  transition: color 180ms ease;
}

.xmdsite-template-list-product .xmdsite-footer-link::before {
  width: 4px;
  height: 4px;
  margin-right: 7px;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-list-product .xmdsite-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-list-product .xmdsite-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  padding: 16px 0;
  color: rgba(226, 232, 240, 0.50);
  font-size: 12.5px;
}

@media (max-width: 1180px) {
  .xmdsite-template-list-product .xmdsite-brand {
    max-width: min(45vw, 430px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(21px, 4.2vw, 28px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(calc(100vh - 88px), 520px);
    max-height: min(calc(100dvh - 88px), 520px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 46px;
    padding: 0 13px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-inner {
    min-height: 32px;
    gap: 14px;
    font-size: 12.8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-brand {
    max-width: calc(100% - 54px);
    font-size: clamp(19px, 5.4vw, 25px);
    line-height: 1.16;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-brand-name {
    flex-wrap: wrap;
    row-gap: 1px;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 0;
    padding: 3px 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-item {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.07);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-label {
    flex: 0 0 auto;
    min-width: 5.8em;
    font-size: 11.3px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-text {
    max-width: min(68vw, 380px);
    text-align: right;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
    font-size: 12.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0 34px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-nav {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-footer .xmdsite-footer-list {
    grid-template-columns: 1fr;
  }
}

.xmdsite-template-list-product .xmdsite-page > .xmdsite-header, .xmdsite-template-list-product .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.035);
  transform: translateZ(0);
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

.xmdsite-template-list-product .xmdsite-main {
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 16px;
  padding-top: 18px;
}

.xmdsite-template-list-product .xmdsite-content-toolbar {
  min-height: 38px;
  padding: 7px 12px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.04);
}

.xmdsite-template-list-product .xmdsite-category-nav {
  padding: 12px;
}

.xmdsite-template-list-product .xmdsite-category-list {
  gap: 7px;
}

.xmdsite-template-list-product .xmdsite-category-link {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 13px;
}

.xmdsite-template-list-product .xmdsite-item-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.xmdsite-template-list-product .xmdsite-item-card-link {
  min-height: 92px;
  border-radius: 6px;
  padding: 12px 34px 11px 13px;
  box-shadow: 0 7px 18px rgba(17, 24, 39, 0.045);
}

.xmdsite-template-list-product .xmdsite-item-card-link::before {
  top: 12px;
  bottom: 12px;
  width: 2px;
}

.xmdsite-template-list-product .xmdsite-item-card-link::after {
  right: 12px;
  font-size: 15px;
}

.xmdsite-template-list-product .xmdsite-item-card-link:hover, .xmdsite-template-list-product .xmdsite-item-card-link:focus-visible {
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.10);
  transform: translateY(-1px);
}

.xmdsite-template-list-product .xmdsite-card-body {
  gap: 9px;
}

.xmdsite-template-list-product .xmdsite-card-title {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.35;
}

.xmdsite-template-list-product .xmdsite-card-meta {
  gap: 5px;
  font-size: 12px;
  line-height: 1.25;
}

.xmdsite-template-list-product .xmdsite-card-category, .xmdsite-template-list-product .xmdsite-card-date {
  min-height: 20px;
  padding: 0 6px;
}

.xmdsite-template-list-product .xmdsite-pagination {
  gap: 10px;
  margin-top: 0;
  padding: 10px 12px;
}

@media (max-width: 1180px) {
  .xmdsite-template-list-product .xmdsite-main {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-list-product .xmdsite-item-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-main {
    gap: 12px;
    padding-top: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-content-toolbar {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-item-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-item-card-link {
    min-height: 74px;
    padding: 10px 30px 10px 11px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-card-body {
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-card-title {
    font-size: 15px;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-list-product .xmdsite-card-meta {
    font-size: 11.5px;
  }
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr);
  align-items: start;
  column-gap: 18px;
  row-gap: 18px;
  margin-top: 0;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0;
  padding: 26px 0 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-status {
  padding-top: 12px;
  color: #6b7280;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-link,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-current,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-ellipsis,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-current {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.24);
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-disabled,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-disabled:hover,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-disabled:focus-visible {
  border-color: #e5e7eb;
  background: #fff;
  color: #9ca3af;
  cursor: not-allowed;
  transform: none;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-link:hover,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-link:focus-visible,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump-btn:hover,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump-btn:focus-visible {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #1d4ed8;
  outline: none;
  transform: none;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-ellipsis {
  min-width: 28px;
  border-color: transparent;
  background: transparent;
  color: #9ca3af;
  padding: 0 2px;
  font-weight: 700;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump {
  grid-column: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 0;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump-input {
  width: 72px;
  min-height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 0 8px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  text-align: center;
  -moz-appearance: auto;
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump-input:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.10);
}

.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump-btn {
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 760px) {
  .xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding-top: 18px;
  }
}

@media (max-width: 760px) {
  .xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-status,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-actions,
.xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump {
    grid-column: 1;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-status {
    padding-top: 0;
    line-height: 1.5;
  }
}

@media (max-width: 760px) {
  .xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination .xmdsite-pagination-jump {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.xmdsite-template-list-product .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-list-product .xmdsite-header-inner, .xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.xmdsite-template-list-product .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  max-width: min(49vw, 500px);
  color: #111827;
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.012em;
  text-shadow: none;
}

.xmdsite-template-list-product .xmdsite-brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  overflow: visible;
  color: #0f172a;
  font-weight: inherit;
  line-height: 1.1;
  text-overflow: clip;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-nav-list {
  gap: 10px;
}

.xmdsite-template-list-product .xmdsite-nav-link {
  position: relative;
  min-height: 48px;
  padding: 0 16px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.xmdsite-template-list-product .xmdsite-nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  width: auto;
  height: 1px;
  border: 0;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-list-product .xmdsite-contact-strip {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 50%, rgba(249, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: none;
}

.xmdsite-template-list-product .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  padding: 6px 0;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.xmdsite-template-list-product .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-list-product .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-contact-strip-label::after {
  margin-left: 0;
  color: rgba(37, 99, 235, 0.54);
  content: "：";
  letter-spacing: 0;
}

.xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
  color: #24324a;
  font-size: 13.5px;
  font-weight: 420;
  letter-spacing: 0.004em;
}

.xmdsite-template-list-product .xmdsite-contact-strip-text, .xmdsite-template-list-product .xmdsite-contact-strip-phone {
  white-space: nowrap;
}

.xmdsite-template-list-product .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  background: transparent;
  color: #1d4ed8;
  font-weight: 520;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-list-product .xmdsite-contact-strip-phone:hover, .xmdsite-template-list-product .xmdsite-contact-strip-phone:focus-visible {
  background: transparent;
  color: #1d4ed8;
  border-bottom-color: currentColor;
  outline: none;
  transform: none;
}

.xmdsite-template-list-product .xmdsite-footer {
  border-top: 1px solid rgba(147, 197, 253, 0.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
  color: rgba(255, 255, 255, 0.76);
}

.xmdsite-template-list-product .xmdsite-footer-brand {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 620;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

.xmdsite-template-list-product .xmdsite-footer-summary {
  max-width: 720px;
  margin: 0;
  color: rgba(226, 232, 240, 0.70);
  font-size: 14px;
  line-height: 1.7;
}

.xmdsite-template-list-product .xmdsite-footer-info-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  max-width: 860px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-list-product .xmdsite-footer-info-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-list-product .xmdsite-footer-info-label {
  flex: 0 0 auto;
  color: rgba(147, 197, 253, 0.82);
  font-size: 11.5px;
  font-weight: 430;
  letter-spacing: 0.08em;
}

.xmdsite-template-list-product .xmdsite-footer-inline-phone:hover, .xmdsite-template-list-product .xmdsite-footer-inline-phone:focus-visible {
  color: #bfdbfe;
  border-bottom-color: currentColor;
  outline: none;
}

.xmdsite-template-list-product .xmdsite-footer-title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 460;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.xmdsite-template-list-product .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
}

.xmdsite-template-list-product .xmdsite-footer-link::before {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 0;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-list-product .xmdsite-footer-bottom {
  padding: 0;
  border-top-color: rgba(255, 255, 255, 0.10);
}

.xmdsite-template-list-product .xmdsite-footer-bottom-inner {
  padding: 16px 0;
  color: rgba(226, 232, 240, 0.50);
  font-size: 12.5px;
}

@media (max-width: 1180px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    padding: 0 12px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-header-inner, .xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner {
    position: relative;
    min-height: 78px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(20px, 3.7vw, 25px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    overflow: hidden;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-header.is-nav-open .xmdsite-nav {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-item, .xmdsite-template-list-product .xmdsite-nav-link {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.35;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-nav-sublist {
    width: 100%;
    padding: 6px 0 0;
    gap: 6px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-header-inner, .xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner {
    min-height: 62px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-address, .xmdsite-template-list-product .xmdsite-contact-strip-consult {
    margin-right: 0;
    margin-left: 0;
    text-align: initial;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-list-product .xmdsite-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 26px;
  }
}

/* product detail scoped rules */
:root.xmdsite-template-detail-product {
  --xmdsite-accent: #2563eb;
  --xmdsite-accent-hover: #1d4ed8;
  --xmdsite-accent-soft: #eff6ff;
  --xmdsite-bg: #f7f8fb;
  --xmdsite-border: rgba(17, 24, 39, 0.1);
  --xmdsite-border-strong: rgba(17, 24, 39, 0.16);
  --xmdsite-ink: #111827;
  --xmdsite-muted: rgba(17, 24, 39, 0.68);
  --xmdsite-soft: rgba(17, 24, 39, 0.5);
  --xmdsite-surface: #ffffff;
  --xmdsite-surface-soft: #f2f4f7;
  --xmdsite-footer: #101319;
  --xmdsite-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
  --xmdsite-shadow-hover: 0 20px 44px rgba(17, 24, 39, 0.12);
  --xmdsite-radius: 8px;
  color-scheme: light;
}

body.xmdsite-template-detail-product {
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--xmdsite-bg) 48%, #ffffff 100%);
  color: var(--xmdsite-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.xmdsite-template-detail-product .xmdsite-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.xmdsite-template-detail-product .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-detail-product .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.xmdsite-template-detail-product .xmdsite-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-nav-toggle {
  display: none;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-ink);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.xmdsite-template-detail-product .xmdsite-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: var(--xmdsite-radius);
  padding: 0 12px;
  color: var(--xmdsite-muted);
  font-size: 14px;
  font-weight: 600;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-nav-link:hover, .xmdsite-template-detail-product .xmdsite-nav-link:focus-visible {
  background: var(--xmdsite-accent-soft);
  color: var(--xmdsite-accent-hover);
  outline: none;
}

.xmdsite-template-detail-product .xmdsite-contact-strip {
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(248, 251, 255, 0.98) 0%, rgba(239, 246, 255, 0.92) 52%, rgba(247, 252, 255, 0.98) 100%);
  color: #1e293b;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 430;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-label::after {
  content: "：";
  color: rgba(37, 99, 235, 0.54);
  letter-spacing: 0;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-icon {
  display: inline-flex;
  align-items: center;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-text, .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-text {
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.26);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-phone:hover,
.xmdsite-template-detail-product .xmdsite-contact-strip-phone:focus-visible {
  background: transparent;
  color: #1d4ed8;
  border-bottom-color: currentColor;
  outline: none;
  transform: none;
}

.xmdsite-template-detail-product .xmdsite-article-head {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 58%, #eef3f9 100%);
  border-bottom: 1px solid rgba(37, 99, 235, 0.13);
  padding: 42px 0 50px;
}

.xmdsite-template-detail-product .xmdsite-breadcrumb {
  position: relative;
  z-index: 1;
  animation: xmdsite-fade-up 520ms ease both;
}

.xmdsite-template-detail-product .xmdsite-breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  color: var(--xmdsite-soft);
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-title-block {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 980px;
  padding-top: 30px;
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 60ms;
}

.xmdsite-template-detail-product .xmdsite-eyebrow {
  justify-self: start;
  margin: 0;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--xmdsite-accent);
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.xmdsite-template-detail-product .xmdsite-item-title {
  margin: 0;
  max-width: 100%;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.16;
  text-wrap: balance;
}

.xmdsite-template-detail-product .xmdsite-item-summary {
  margin: 0;
  max-width: 820px;
  color: rgba(15, 23, 42, 0.68);
  font-size: 17px;
  line-height: 1.88;
  text-wrap: pretty;
}

.xmdsite-template-detail-product .xmdsite-publish-date {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 4px 0 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: var(--xmdsite-soft);
  padding-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.xmdsite-template-detail-product .xmdsite-main {
  display: grid;
  gap: 34px;
  padding: 36px 0 88px;
}

.xmdsite-template-detail-product .xmdsite-cover {
  width: min(280px, 100%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: calc(var(--xmdsite-radius) + 8px);
  background: var(--xmdsite-surface-soft);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  animation: xmdsite-fade-up 560ms ease both;
}

.xmdsite-template-detail-product .xmdsite-cover img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.xmdsite-template-detail-product .xmdsite-tabs-list {
  display: flex;
  gap: 34px;
  border-bottom: 1px solid var(--xmdsite-border);
}

.xmdsite-template-detail-product .xmdsite-tab {
  appearance: none;
  position: relative;
  min-height: 54px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--xmdsite-soft);
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-intro-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  gap: 26px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: calc(var(--xmdsite-radius) + 10px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
  padding: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.xmdsite-template-detail-product .xmdsite-article {
  width: 100%;
  max-width: none;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: calc(var(--xmdsite-radius) + 10px);
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(22px, 3.2vw, 42px);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.055);
  animation: xmdsite-fade-up 560ms ease both;
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) {
  margin: 1.75em 0 0.75em;
  color: #0f172a;
  font-weight: 760;
  letter-spacing: -0.018em;
  line-height: 1.32;
  text-wrap: balance;
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
  font-size: clamp(24px, 2.4vw, 30px);
}

.xmdsite-template-detail-product .xmdsite-article :where(h3) {
  font-size: clamp(20px, 1.8vw, 23px);
}

.xmdsite-template-detail-product .xmdsite-article :where(p) {
  margin: 0 0 1.2em;
  color: rgba(15, 23, 42, 0.72);
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: justify;
  text-wrap: pretty;
}

.xmdsite-template-detail-product .xmdsite-article :where(img, video) {
  width: auto;
  height: auto;
  margin: 30px auto;
  border-radius: calc(var(--xmdsite-radius) + 6px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.xmdsite-template-detail-product .xmdsite-article :where(blockquote) {
  margin: 28px 0;
  border-left: 3px solid var(--xmdsite-accent);
  border-radius: 0 var(--xmdsite-radius) var(--xmdsite-radius) 0;
  background: rgba(37, 99, 235, 0.045);
  padding: 14px 18px;
  color: rgba(15, 23, 42, 0.72);
}

.xmdsite-template-detail-product .xmdsite-article :where(ul, ol) {
  margin: 0 0 1.25em 1.35em;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.95;
}

.xmdsite-template-detail-product .xmdsite-article :where(li) {
  margin: 0.35em 0;
  padding-left: 0.12em;
}

.xmdsite-template-detail-product .xmdsite-facts {
  min-width: 0;
  border-left: 1px solid rgba(17, 24, 39, 0.08);
  padding-left: 26px;
}

.xmdsite-template-detail-product .xmdsite-facts-title {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.01em;
}

.xmdsite-template-detail-product .xmdsite-fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
}

.xmdsite-template-detail-product .xmdsite-fact-item {
  min-width: 0;
  border-bottom: 1px dashed rgba(17, 24, 39, 0.1);
  padding: 0 0 12px;
  margin: 0;
}

.xmdsite-template-detail-product .xmdsite-fact-item:last-child,
.xmdsite-template-detail-product .xmdsite-fact-item:nth-last-child(2):nth-child(odd) {
  border-bottom-color: transparent;
}

.xmdsite-template-detail-product .xmdsite-fact-label {
  color: rgba(15, 23, 42, 0.48);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.xmdsite-template-detail-product .xmdsite-fact-value {
  margin: 5px 0 0;
  color: rgba(15, 23, 42, 0.74);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.xmdsite-template-detail-product .xmdsite-adjacent-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 120ms;
}

.xmdsite-template-detail-product .xmdsite-adjacent-card {
  display: grid;
  gap: 8px;
  min-height: 112px;
  border: 1px solid var(--xmdsite-border);
  border-radius: var(--xmdsite-radius);
  background: var(--xmdsite-surface);
  padding: 18px;
  box-shadow: var(--xmdsite-shadow);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-adjacent-card:hover, .xmdsite-template-detail-product .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: var(--xmdsite-shadow-hover);
  outline: none;
  transform: translateY(-3px);
}

.xmdsite-template-detail-product .xmdsite-adjacent-label {
  color: var(--xmdsite-soft);
  font-size: 13px;
  font-weight: 700;
}

.xmdsite-template-detail-product .xmdsite-adjacent-title {
  color: var(--xmdsite-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
}

.xmdsite-template-detail-product .xmdsite-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.20), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(14, 165, 233, 0.13), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0b1f3a 56%, #08182d 100%);
  border-top: 1px solid rgba(147, 197, 253, 0.18);
  color: rgba(255, 255, 255, 0.76);
}

.xmdsite-template-detail-product .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(220px, 0.64fr);
  align-items: start;
  gap: clamp(24px, 4vw, 46px);
  padding: 38px 0 28px;
}

.xmdsite-template-detail-product .xmdsite-footer-primary {
  min-width: 0;
}

.xmdsite-template-detail-product .xmdsite-footer-brand {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(22px, 1.8vw, 27px);
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.xmdsite-template-detail-product .xmdsite-footer-summary {
  max-width: 560px;
  margin: 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: 14.5px;
  line-height: 1.82;
}

.xmdsite-template-detail-product .xmdsite-footer-info-list {
  display: grid;
  gap: 9px;
  max-width: 560px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-detail-product .xmdsite-footer-info-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
}

.xmdsite-template-detail-product .xmdsite-footer-info-label {
  flex: 0 0 auto;
  color: rgba(147, 197, 253, 0.90);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.08em;
}

.xmdsite-template-detail-product .xmdsite-footer-info-text, .xmdsite-template-detail-product .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 560;
}

.xmdsite-template-detail-product .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.42);
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-footer-inline-phone:hover,
.xmdsite-template-detail-product .xmdsite-footer-inline-phone:focus-visible {
  color: #bfdbfe;
  border-bottom-color: currentColor;
  outline: none;
}

.xmdsite-template-detail-product .xmdsite-footer-title {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.10em;
}

.xmdsite-template-detail-product .xmdsite-footer .xmdsite-footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
  gap: 12px 22px;
}

.xmdsite-template-detail-product .xmdsite-footer-item {
  min-width: 0;
}

.xmdsite-template-detail-product .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
}

.xmdsite-template-detail-product .xmdsite-footer-link::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: rgba(96, 165, 250, 0.70);
}

.xmdsite-template-detail-product .xmdsite-footer-sublist {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.xmdsite-template-detail-product .xmdsite-footer-sublist .xmdsite-footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.xmdsite-template-detail-product .xmdsite-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.xmdsite-template-detail-product .xmdsite-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}

@media (max-width: 960px) {
  .xmdsite-template-detail-product .xmdsite-container.xmdsite-header-inner {
    position: relative;
    align-items: center;
    gap: 12px;
    min-height: 64px;
  }
}

@media (max-width: 960px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-inner {
    gap: 18px;
    font-size: 13.5px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-container {
    width: min(100% - 24px, 1280px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article-head {
    padding: 28px 0 36px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-block {
    gap: 12px;
    padding-top: 24px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-item-title {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.28;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    font-size: 14px;
    line-height: 1.78;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-main {
    gap: 22px;
    padding: 28px 0 62px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-cover {
    width: min(100%, 260px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article {
    padding: 18px;
    font-size: 14px;
    line-height: 1.82;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h3) {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h4) {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(p), .xmdsite-template-detail-product .xmdsite-article :where(ul, ol) {
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(img, video) {
    margin: 22px auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-adjacent-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 6px 0;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-item {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.09);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-text {
    max-width: min(70vw, 360px);
    white-space: normal;
    text-align: right;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-text, .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
    font-size: 13px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-article-head {
    padding: 46px 0 58px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-title-block {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    column-gap: clamp(36px, 5vw, 76px);
    row-gap: 18px;
    max-width: none;
    align-items: start;
    padding-top: 34px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-title {
    grid-column: 1;
    max-width: 820px;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.08;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    grid-column: 2;
    max-width: none;
    align-self: stretch;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(239, 246, 255, 0.72));
    padding: 22px 24px 24px;
    box-shadow: 0 22px 56px rgba(37, 99, 235, 0.09);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-summary::before {
    display: block;
    margin-bottom: 10px;
    color: var(--xmdsite-accent);
    content: "文章概述";
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-publish-date {
    grid-column: 1;
    justify-self: start;
    border-top: 0;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    padding: 8px 14px;
  }
}

.xmdsite-template-detail-product .xmdsite-main {
  gap: 42px;
}

.xmdsite-template-detail-product .xmdsite-intro-panel {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(340px, 42%) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  border-color: rgba(37, 99, 235, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 6% 0%, rgba(37, 99, 235, 0.1), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  padding: clamp(22px, 3vw, 36px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.xmdsite-template-detail-product .xmdsite-intro-panel::before {
  position: absolute;
  inset: 16px auto auto 50%;
  width: 1px;
  height: calc(100% - 32px);
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.2), transparent);
  content: "";
}

.xmdsite-template-detail-product .xmdsite-cover {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  border-radius: 20px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.xmdsite-template-detail-product .xmdsite-cover img {
  aspect-ratio: 16 / 10;
  min-height: 280px;
  object-fit: cover;
}

.xmdsite-template-detail-product .xmdsite-facts {
  position: relative;
  z-index: 1;
  border-left: 0;
  padding-left: 0;
}

.xmdsite-template-detail-product .xmdsite-facts-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 850;
}

.xmdsite-template-detail-product .xmdsite-fact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.xmdsite-template-detail-product .xmdsite-fact-item {
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 13px 14px;
}

.xmdsite-template-detail-product .xmdsite-fact-item:last-child,
.xmdsite-template-detail-product .xmdsite-fact-item:nth-last-child(2):nth-child(odd) {
  border-bottom-color: rgba(17, 24, 39, 0.07);
}

.xmdsite-template-detail-product .xmdsite-fact-label {
  color: rgba(15, 23, 42, 0.45);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.xmdsite-template-detail-product .xmdsite-fact-value {
  margin-top: 4px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.xmdsite-template-detail-product .xmdsite-article {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  border-color: rgba(37, 99, 235, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  padding: clamp(26px, 4vw, 56px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.xmdsite-template-detail-product .xmdsite-article::before {
  position: absolute;
  top: 0;
  right: 36px;
  left: 36px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.72), transparent);
  content: "";
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) {
  position: relative;
  color: #0b1220;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2em;
  margin-bottom: 0.9em;
  font-size: clamp(25px, 2.2vw, 34px);
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2)::before {
  flex: 0 0 auto;
  width: 6px;
  height: 1.15em;
  border-radius: 999px;
  background: linear-gradient(180deg, #60a5fa, var(--xmdsite-accent));
  content: "";
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.xmdsite-template-detail-product .xmdsite-article :where(h3) {
  margin-top: 1.75em;
  color: #102a56;
  font-size: clamp(20px, 1.7vw, 25px);
}

.xmdsite-template-detail-product .xmdsite-article :where(h3)::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 9px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.28);
  content: "";
}

.xmdsite-template-detail-product .xmdsite-article :where(p) {
  max-width: 72em;
  margin-bottom: 1.35em;
  color: rgba(15, 23, 42, 0.76);
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 2.05;
}

.xmdsite-template-detail-product .xmdsite-article :where(ul, ol) {
  max-width: 72em;
  margin-bottom: 1.4em;
  color: rgba(15, 23, 42, 0.76);
  font-size: 16.5px;
  line-height: 1.95;
}

.xmdsite-template-detail-product .xmdsite-article :where(img, video) {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 22px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-cover {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-cover img {
    min-height: 240px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article-head {
    padding: 28px 0 38px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-block {
    padding-top: 22px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-item-title {
    font-size: clamp(24px, 7vw, 32px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    max-width: none;
    border-left: 3px solid rgba(37, 99, 235, 0.55);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.58);
    padding: 12px 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-main {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-cover {
    width: 100%;
    justify-self: stretch;
    border-radius: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-cover img {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article {
    max-width: none;
    border-radius: 18px;
    padding: 22px 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article::before {
    right: 18px;
    left: 18px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
    gap: 9px;
    font-size: 21px;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2)::before {
    width: 5px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h3) {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(p), .xmdsite-template-detail-product .xmdsite-article :where(ul, ol) {
    font-size: 15px;
    line-height: 1.9;
  }
}

.xmdsite-template-detail-product .xmdsite-title-block {
  width: 100%;
  max-width: none;
}

.xmdsite-template-detail-product .xmdsite-item-summary {
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-left: 4px solid rgba(37, 99, 235, 0.62);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(239, 246, 255, 0.62));
  padding: clamp(14px, 1.8vw, 22px) clamp(16px, 2.2vw, 28px);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.07);
}

.xmdsite-template-detail-product .xmdsite-cover {
  width: 100%;
  max-width: none;
}

.xmdsite-template-detail-product .xmdsite-cover img {
  width: 100%;
}

.xmdsite-template-detail-product .xmdsite-fact-list {
  gap: 10px;
}

.xmdsite-template-detail-product .xmdsite-fact-item {
  padding: 11px 12px;
}

.xmdsite-template-detail-product .xmdsite-fact-value {
  margin-top: 2px;
  line-height: 1.38;
}

.xmdsite-template-detail-product .xmdsite-article {
  width: min(100%, 1160px);
  max-width: 1160px;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-article-head {
    padding: 42px 0 54px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-title-block {
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-top: 30px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-title {
    max-width: 1160px;
    font-size: clamp(42px, 4.35vw, 60px);
    line-height: 1.08;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    align-self: auto;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.92;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-summary::before {
    display: inline-flex;
    align-items: center;
    margin: 0 12px 0 0;
    vertical-align: baseline;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-publish-date {
    justify-self: start;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: minmax(520px, 58%) minmax(300px, 1fr);
    gap: clamp(24px, 3.2vw, 42px);
    padding: clamp(20px, 2.4vw, 30px);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel::before {
    inset: 18px auto auto calc(58% + 14px);
    height: calc(100% - 36px);
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    line-height: 1.84;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: minmax(360px, 52%) minmax(0, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-cover img {
    aspect-ratio: 16 / 10;
    min-height: 260px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-fact-list {
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-cover img {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article {
    padding: 22px 16px;
  }
}

.xmdsite-template-detail-product .xmdsite-article-head {
  padding: clamp(28px, 3.2vw, 38px) 0 clamp(34px, 3.8vw, 46px);
}

.xmdsite-template-detail-product .xmdsite-title-block {
  grid-template-columns: 1fr !important;
  width: 100%;
  max-width: none;
  gap: 10px;
  padding-top: clamp(18px, 2vw, 24px);
}

.xmdsite-template-detail-product .xmdsite-item-title {
  width: 100%;
  max-width: none !important;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.028em;
  text-wrap: auto;
}

.xmdsite-template-detail-product .xmdsite-item-summary {
  width: 100%;
  max-width: none !important;
  border-radius: 10px;
  padding: clamp(12px, 1.35vw, 16px) clamp(14px, 1.7vw, 20px);
  font-size: 15.5px;
  line-height: 1.72;
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.055);
  text-wrap: auto;
}

.xmdsite-template-detail-product .xmdsite-publish-date {
  margin-top: 2px;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12.5px;
}

.xmdsite-template-detail-product .xmdsite-main {
  gap: 24px;
  padding: 28px 0 64px;
}

.xmdsite-template-detail-product .xmdsite-tabs-list {
  gap: 22px;
}

.xmdsite-template-detail-product .xmdsite-tab {
  min-height: 44px;
  font-size: 15px;
}

.xmdsite-template-detail-product .xmdsite-intro-panel {
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  gap: clamp(16px, 2.2vw, 26px);
  align-items: center;
  border-radius: 10px;
  padding: clamp(14px, 1.9vw, 22px);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.xmdsite-template-detail-product .xmdsite-intro-panel::before {
  inset: 14px auto auto calc(42% + 12px);
  height: calc(100% - 28px);
}

.xmdsite-template-detail-product .xmdsite-cover {
  width: min(100%, 440px);
  max-width: 440px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.xmdsite-template-detail-product .xmdsite-cover img {
  width: 100%;
  min-height: 0 !important;
  max-height: 250px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.xmdsite-template-detail-product .xmdsite-facts {
  padding-left: 0;
}

.xmdsite-template-detail-product .xmdsite-facts-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.xmdsite-template-detail-product .xmdsite-fact-list {
  gap: 8px;
}

.xmdsite-template-detail-product .xmdsite-fact-item {
  border-radius: 8px;
  padding: 9px 10px;
}

.xmdsite-template-detail-product .xmdsite-fact-value {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.36;
}

.xmdsite-template-detail-product .xmdsite-article {
  width: min(100%, 1080px);
  max-width: 1080px;
  border-radius: 10px;
  padding: clamp(22px, 2.8vw, 38px) clamp(20px, 3.1vw, 44px);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
}

.xmdsite-template-detail-product .xmdsite-article::before {
  right: 24px;
  left: 24px;
  height: 3px;
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) {
  margin: 1.3em 0 0.52em;
  line-height: 1.32;
  letter-spacing: -0.018em;
  text-wrap: auto;
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
  gap: 9px;
  margin-top: 1.45em;
  margin-bottom: 0.55em;
  font-size: clamp(21px, 1.55vw, 26px);
}

.xmdsite-template-detail-product .xmdsite-article :where(h1, h2)::before {
  width: 4px;
  height: 1em;
  box-shadow: none;
}

.xmdsite-template-detail-product .xmdsite-article :where(h3) {
  margin-top: 1.25em;
  font-size: clamp(18px, 1.28vw, 21px);
}

.xmdsite-template-detail-product .xmdsite-article :where(h3)::after {
  width: 34px;
  height: 2px;
  margin-top: 6px;
}

.xmdsite-template-detail-product .xmdsite-article :where(p) {
  max-width: none;
  margin-bottom: 0.85em;
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: 0;
  text-align: left;
}

.xmdsite-template-detail-product .xmdsite-article :where(ul, ol) {
  max-width: none;
  margin-bottom: 0.9em;
  font-size: 15.5px;
  line-height: 1.72;
}

.xmdsite-template-detail-product .xmdsite-article :where(li) {
  margin: 0.22em 0;
}

.xmdsite-template-detail-product .xmdsite-article :where(blockquote) {
  margin: 18px 0;
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
}

.xmdsite-template-detail-product .xmdsite-article :where(img, video) {
  width: auto;
  max-width: min(100%, 760px);
  margin: 18px auto;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

.xmdsite-template-detail-product .xmdsite-adjacent-nav {
  gap: 14px;
}

.xmdsite-template-detail-product .xmdsite-adjacent-card {
  min-height: 86px;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-title-block {
    row-gap: 11px;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-title {
    font-size: clamp(32px, 3vw, 42px);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    font-size: 15.5px;
    line-height: 1.68;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: minmax(340px, 40%) minmax(0, 1fr);
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel::before {
    left: calc(40% + 12px);
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    grid-template-columns: minmax(260px, 40%) minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-cover {
    width: min(100%, 380px);
  }
}

@media (max-width: 1024px) {
  .xmdsite-template-detail-product .xmdsite-cover img {
    max-height: 220px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-block {
    gap: 9px;
    padding-top: 16px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-item-title {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.24;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-item-summary {
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.68;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-main {
    gap: 18px;
    padding: 22px 0 50px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-intro-panel {
    border-radius: 8px;
    padding: 12px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-cover {
    border-radius: 8px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article {
    border-radius: 8px;
    padding: 18px 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article::before {
    right: 14px;
    left: 14px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
    gap: 7px;
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(p), .xmdsite-template-detail-product .xmdsite-article :where(ul, ol) {
    font-size: 14px;
    line-height: 1.68;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(img, video) {
    max-width: 100%;
    margin: 14px auto;
    border-radius: 8px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-adjacent-nav {
    gap: 10px;
  }
}

.xmdsite-template-detail-product .xmdsite-title-facts {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
  border-left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.42);
  padding: 0;
  box-shadow: none;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-facts-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 780;
  color: rgba(15, 23, 42, 0.74);
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-facts-title::before {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.09);
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  width: 100%;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-item {
  min-height: 52px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  padding: 8px 10px;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-label {
  color: rgba(15, 23, 42, 0.44);
  font-size: 11.5px;
  line-height: 1.2;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-value {
  margin-top: 3px;
  color: rgba(15, 23, 42, 0.76);
  font-size: 13.5px;
  line-height: 1.35;
}

.xmdsite-template-detail-product .xmdsite-adjacent-card {
  border-color: rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.045);
}

.xmdsite-template-detail-product .xmdsite-adjacent-label {
  color: rgba(15, 23, 42, 0.42);
}

.xmdsite-template-detail-product .xmdsite-adjacent-title {
  color: rgba(15, 23, 42, 0.62);
  font-weight: 680;
}

.xmdsite-template-detail-product .xmdsite-adjacent-card:hover, .xmdsite-template-detail-product .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);
  transform: translateY(-2px);
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-facts-title {
    margin-bottom: 7px;
    font-size: 13.5px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-item {
    min-height: 0;
    padding: 8px 9px;
  }
}

.xmdsite-template-detail-product .xmdsite-item-summary {
  border-radius: 0 !important;
}

.xmdsite-template-detail-product .xmdsite-title-facts {
  margin-top: 0;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-facts-title {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-facts-title::before {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-list {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 6px;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  border-radius: 6px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.68);
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-label {
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-value {
  min-width: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.28;
  text-align: right;
  overflow-wrap: anywhere;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-facts-title {
    margin-bottom: 5px;
    font-size: 12.5px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-title-facts .xmdsite-fact-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    min-height: 0;
    padding: 6px 7px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) {
    text-wrap: auto !important;
    word-break: normal;
    overflow-wrap: normal;
    line-break: auto;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
    display: block;
    padding-left: 10px;
    border-left: 4px solid var(--xmdsite-accent);
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1.42;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2)::before {
    display: none;
  }
}

@media (min-width: 1025px) {
  .xmdsite-template-detail-product .xmdsite-item-title {
    color: rgba(30, 41, 59, 0.88);
    font-size: clamp(28px, 2.45vw, 36px);
    font-weight: 760;
    letter-spacing: -0.018em;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-break: loose;
    hyphens: none;
    text-wrap: wrap !important;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-container {
    width: calc(100% - 24px);
    max-width: 1280px;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-brand-name {
    min-width: 0;
    max-width: calc(100vw - 92px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-right: 14px;
    padding-left: 14px;
    padding-right: clamp(14px, 4.5vw, 18px);
    padding-left: clamp(14px, 4.5vw, 18px);
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2, h3, h4) {
    display: block;
    clear: both;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    white-space: normal;
    word-break: normal;
    word-break: auto-phrase;
    overflow-wrap: break-word;
    line-break: strict;
    hyphens: manual;
    text-wrap: auto !important;
    letter-spacing: -0.006em;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2) {
    padding-left: 8px;
    border-left: 3px solid var(--xmdsite-accent);
    font-size: 18px;
    font-size: clamp(17px, 4.55vw, 19px);
    line-height: 1.48;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h1, h2)::before {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h3) {
    font-size: 17px;
    font-size: clamp(16px, 4.2vw, 17.5px);
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  .xmdsite-template-detail-product .xmdsite-article :where(h4) {
    font-size: 15.5px;
    line-height: 1.55;
  }
}

.xmdsite-template-detail-product .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateZ(0);
}

.xmdsite-template-detail-product .xmdsite-header-inner, .xmdsite-template-detail-product .xmdsite-container.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.xmdsite-template-detail-product .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  max-width: min(49vw, 500px);
  color: #111827;
  font-size: clamp(22px, 1.72vw, 27px);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.012em;
  text-shadow: none;
}

.xmdsite-template-detail-product .xmdsite-brand-name {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  overflow: visible;
  color: #0f172a;
  font-weight: inherit;
  line-height: 1.1;
  text-overflow: clip;
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-brand-cn, .xmdsite-template-detail-product .xmdsite-brand-en {
  color: #0f172a;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.xmdsite-template-detail-product .xmdsite-nav-list {
  gap: 10px;
}

.xmdsite-template-detail-product .xmdsite-nav-link {
  position: relative;
  min-height: 48px;
  padding: 0 16px;
  background: transparent;
  color: #334155;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.xmdsite-template-detail-product .xmdsite-nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  width: auto;
  height: 1px;
  border: 0;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 180ms ease, transform 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-nav-link:hover, .xmdsite-template-detail-product .xmdsite-nav-link:focus-visible {
  background: rgba(37, 99, 235, 0.055);
  color: #1d4ed8;
  outline: none;
}

.xmdsite-template-detail-product .xmdsite-nav-toggle {
  background: #ffffff;
}

.xmdsite-template-detail-product .xmdsite-contact-strip {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(37, 99, 235, 0.05);
  border-bottom: 1px solid rgba(37, 99, 235, 0.10);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(240, 247, 255, 0.96) 50%, rgba(249, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: none;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  padding: 6px 0;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-label::after {
  margin-left: 0;
  color: rgba(37, 99, 235, 0.54);
  content: "：";
  letter-spacing: 0;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #2563eb;
  font-size: 0;
  line-height: 1;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-text, .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
  color: #24324a;
  font-size: 13.5px;
  font-weight: 420;
  letter-spacing: 0.004em;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-text, .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
  white-space: nowrap;
}

.xmdsite-template-detail-product .xmdsite-contact-strip-phone {
  min-height: 0;
  padding: 0 0 1px;
  border: 0;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
  background: transparent;
  color: #1d4ed8;
  font-weight: 520;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-footer {
  border-top: 1px solid rgba(147, 197, 253, 0.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
  color: rgba(255, 255, 255, 0.76);
}

.xmdsite-template-detail-product .xmdsite-footer-primary {
  min-width: 0;
  grid-column: auto;
}

.xmdsite-template-detail-product .xmdsite-footer-brand {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 620;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

.xmdsite-template-detail-product .xmdsite-footer-summary {
  max-width: 720px;
  margin: 0;
  color: rgba(226, 232, 240, 0.70);
  font-size: 14px;
  line-height: 1.7;
}

.xmdsite-template-detail-product .xmdsite-footer-info-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  max-width: 860px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xmdsite-template-detail-product .xmdsite-footer-info-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.xmdsite-template-detail-product .xmdsite-footer-info-label {
  flex: 0 0 auto;
  color: rgba(147, 197, 253, 0.82);
  font-size: 11.5px;
  font-weight: 430;
  letter-spacing: 0.08em;
}

.xmdsite-template-detail-product .xmdsite-footer-info-text, .xmdsite-template-detail-product .xmdsite-footer-inline-phone {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
}

.xmdsite-template-detail-product .xmdsite-footer-inline-phone {
  border-bottom: 1px solid rgba(147, 197, 253, 0.34);
  transition: color 180ms ease, border-color 180ms ease;
}

.xmdsite-template-detail-product .xmdsite-footer-title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 460;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.xmdsite-template-detail-product .xmdsite-footer .xmdsite-footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(76px, 1fr));
  gap: 10px 18px;
}

.xmdsite-template-detail-product .xmdsite-footer-link {
  display: inline-flex;
  align-items: center;
  color: rgba(226, 232, 240, 0.78);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
}

.xmdsite-template-detail-product .xmdsite-footer-link::before {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 0;
  background: rgba(96, 165, 250, 0.70);
  content: "";
}

.xmdsite-template-detail-product .xmdsite-footer-bottom {
  padding: 0;
  border-top-color: rgba(255, 255, 255, 0.10);
}

.xmdsite-template-detail-product .xmdsite-footer-bottom-inner {
  padding: 16px 0;
  color: rgba(226, 232, 240, 0.50);
  font-size: 12.5px;
}

@media (max-width: 1180px) {
  .xmdsite-template-detail-product .xmdsite-brand {
    max-width: min(45vw, 430px);
  }
}

@media (max-width: 1180px) {
  .xmdsite-template-detail-product .xmdsite-nav-link {
    padding: 0 12px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-header-inner, .xmdsite-template-detail-product .xmdsite-container.xmdsite-header-inner {
    position: relative;
    min-height: 78px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-brand {
    max-width: calc(100% - 58px);
    font-size: clamp(20px, 3.7vw, 25px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-toggle {
    position: relative;
    z-index: 3;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    overflow: hidden;
    border-color: rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    color: #1d4ed8;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 9px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), 0 8px 18px rgba(37, 99, 235, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateY(-4px) scale(0.985);
    transform-origin: top right;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-header.is-nav-open .xmdsite-nav {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-item, .xmdsite-template-detail-product .xmdsite-nav-link {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: rgba(255, 255, 255, 0.78);
    color: #20314f;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.35;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-link::after {
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin: 0 1px 0 auto;
    border: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-link:hover::after, .xmdsite-template-detail-product .xmdsite-nav-link:focus-visible::after {
    opacity: 0.68;
    transform: rotate(45deg) translate(1px, -1px);
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-sublist {
    width: 100%;
    padding: 6px 0 0;
    gap: 6px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-nav-sublist .xmdsite-nav-link {
    min-height: 38px;
    background: rgba(239, 246, 255, 0.54);
    color: rgba(15, 23, 42, 0.66);
    font-size: 13px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-inner {
    justify-content: flex-start;
    gap: 18px;
  }
}

@media (max-width: 980px) {
  .xmdsite-template-detail-product .xmdsite-footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.72fr);
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-container {
    width: min(100% - 30px, 1280px);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-header-inner, .xmdsite-template-detail-product .xmdsite-container.xmdsite-header-inner {
    min-height: 62px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-brand {
    max-width: calc(100% - 50px);
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.12;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-brand-name {
    gap: 0.16em;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-nav-toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 7px);
    max-height: min(calc(100vh - 84px), 420px);
    max-height: min(calc(100dvh - 84px), 420px);
    padding: 7px;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-nav-link {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13.8px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 5px 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-address, .xmdsite-template-detail-product .xmdsite-contact-strip-consult {
    margin-right: 0;
    margin-left: 0;
    text-align: initial;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-label {
    min-width: 5.3em;
    gap: 6px;
    font-size: 11.5px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-text, .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
    max-width: none;
    justify-self: end;
    text-align: right;
    font-size: 12.8px;
    line-height: 1.5;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
    min-height: 26px;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (max-width: 720px) {
  .xmdsite-template-detail-product .xmdsite-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0 26px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail-product .xmdsite-container {
    width: min(100% - 26px, 1280px);
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail-product .xmdsite-brand {
    font-size: clamp(17px, 5.1vw, 20px);
    letter-spacing: -0.01em;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail-product .xmdsite-nav {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail-product .xmdsite-nav-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-label {
    min-width: 5.1em;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-detail-product .xmdsite-contact-strip-text, .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
    font-size: 12.4px;
  }
}

/* Final responsive fixes for shared header, footer, and content lists. */
.xmdsite-template-home .xmdsite-header,
.xmdsite-template-list .xmdsite-header,
.xmdsite-template-detail .xmdsite-header,
.xmdsite-template-list-product .xmdsite-header,
.xmdsite-template-detail-product .xmdsite-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid var(--xmdsite-border);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.035);
}

.xmdsite-template-home .xmdsite-header-inner,
.xmdsite-template-home .xmdsite-container.xmdsite-header-inner,
.xmdsite-template-list .xmdsite-header-inner,
.xmdsite-template-list .xmdsite-container.xmdsite-header-inner,
.xmdsite-template-detail .xmdsite-header-inner,
.xmdsite-template-detail .xmdsite-container.xmdsite-header-inner,
.xmdsite-template-list-product .xmdsite-header-inner,
.xmdsite-template-list-product .xmdsite-container.xmdsite-header-inner,
.xmdsite-template-detail-product .xmdsite-header-inner,
.xmdsite-template-detail-product .xmdsite-container.xmdsite-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px 0;
}

.xmdsite-template-home .xmdsite-brand,
.xmdsite-template-list .xmdsite-brand,
.xmdsite-template-detail .xmdsite-brand,
.xmdsite-template-list-product .xmdsite-brand,
.xmdsite-template-detail-product .xmdsite-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--xmdsite-ink);
  font-family: var(--xmdsite-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(23px, 1.92vw, 29px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.xmdsite-template-home .xmdsite-brand-name,
.xmdsite-template-list .xmdsite-brand-name,
.xmdsite-template-detail .xmdsite-brand-name,
.xmdsite-template-list-product .xmdsite-brand-name,
.xmdsite-template-detail-product .xmdsite-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-weight: inherit;
  line-height: 1.12;
}

.xmdsite-template-home .xmdsite-brand-cn,
.xmdsite-template-list .xmdsite-brand-cn,
.xmdsite-template-detail .xmdsite-brand-cn,
.xmdsite-template-list-product .xmdsite-brand-cn,
.xmdsite-template-detail-product .xmdsite-brand-cn {
  color: #0f172a;
  font-size: 1em;
  font-weight: 560;
  line-height: inherit;
  letter-spacing: -0.015em;
}

.xmdsite-template-home .xmdsite-brand-en,
.xmdsite-template-list .xmdsite-brand-en,
.xmdsite-template-detail .xmdsite-brand-en,
.xmdsite-template-list-product .xmdsite-brand-en,
.xmdsite-template-detail-product .xmdsite-brand-en {
  color: #2563eb;
  font-size: 0.78em;
  font-weight: 420;
  line-height: inherit;
  letter-spacing: 0.015em;
}

.xmdsite-template-home .xmdsite-contact-strip,
.xmdsite-template-list .xmdsite-contact-strip,
.xmdsite-template-detail .xmdsite-contact-strip,
.xmdsite-template-list-product .xmdsite-contact-strip,
.xmdsite-template-detail-product .xmdsite-contact-strip {
  position: relative;
  z-index: 80;
  border-top: 1px solid rgba(37, 99, 235, 0.045);
  border-bottom: 1px solid rgba(37, 99, 235, 0.085);
  background: linear-gradient(90deg, rgba(249, 251, 255, 0.98) 0%, rgba(241, 247, 255, 0.94) 52%, rgba(248, 252, 255, 0.98) 100%);
  color: #1e293b;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.018);
}

.xmdsite-template-home .xmdsite-contact-strip-inner,
.xmdsite-template-list .xmdsite-contact-strip-inner,
.xmdsite-template-detail .xmdsite-contact-strip-inner,
.xmdsite-template-list-product .xmdsite-contact-strip-inner,
.xmdsite-template-detail-product .xmdsite-contact-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 34px;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-item,
.xmdsite-template-list .xmdsite-contact-strip-item,
.xmdsite-template-detail .xmdsite-contact-strip-item,
.xmdsite-template-list-product .xmdsite-contact-strip-item,
.xmdsite-template-detail-product .xmdsite-contact-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xmdsite-template-home .xmdsite-contact-strip-label,
.xmdsite-template-list .xmdsite-contact-strip-label,
.xmdsite-template-detail .xmdsite-contact-strip-label,
.xmdsite-template-list-product .xmdsite-contact-strip-label,
.xmdsite-template-detail-product .xmdsite-contact-strip-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2f6fd6;
  font-size: 11.5px;
  font-weight: 430;
  line-height: 1.4;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.xmdsite-template-home .xmdsite-contact-strip-label::after,
.xmdsite-template-list .xmdsite-contact-strip-label::after,
.xmdsite-template-detail .xmdsite-contact-strip-label::after,
.xmdsite-template-list-product .xmdsite-contact-strip-label::after,
.xmdsite-template-detail-product .xmdsite-contact-strip-label::after {
  content: "：";
  margin-left: -2px;
  color: rgba(37, 99, 235, 0.44);
  letter-spacing: 0;
}

.xmdsite-template-home .xmdsite-contact-strip-text,
.xmdsite-template-home .xmdsite-contact-strip-phone,
.xmdsite-template-list .xmdsite-contact-strip-text,
.xmdsite-template-list .xmdsite-contact-strip-phone,
.xmdsite-template-detail .xmdsite-contact-strip-text,
.xmdsite-template-detail .xmdsite-contact-strip-phone,
.xmdsite-template-list-product .xmdsite-contact-strip-text,
.xmdsite-template-list-product .xmdsite-contact-strip-phone,
.xmdsite-template-detail-product .xmdsite-contact-strip-text,
.xmdsite-template-detail-product .xmdsite-contact-strip-phone {
  min-width: 0;
  color: #24324a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.004em;
}

.xmdsite-template-home .xmdsite-footer,
.xmdsite-template-list .xmdsite-footer,
.xmdsite-template-detail .xmdsite-footer,
.xmdsite-template-list-product .xmdsite-footer,
.xmdsite-template-detail-product .xmdsite-footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b32 58%, #071525 100%);
  color: rgba(255, 255, 255, 0.78);
}

.xmdsite-template-home .xmdsite-footer-inner,
.xmdsite-template-list .xmdsite-footer-inner,
.xmdsite-template-detail .xmdsite-footer-inner,
.xmdsite-template-list-product .xmdsite-footer-inner,
.xmdsite-template-detail-product .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(220px, 0.64fr);
  align-items: start;
  gap: clamp(24px, 4vw, 46px);
  padding: 38px 0 28px;
}

.xmdsite-template-home .xmdsite-footer-info-text,
.xmdsite-template-home .xmdsite-footer-inline-phone,
.xmdsite-template-list .xmdsite-footer-info-text,
.xmdsite-template-list .xmdsite-footer-inline-phone,
.xmdsite-template-detail .xmdsite-footer-info-text,
.xmdsite-template-detail .xmdsite-footer-inline-phone,
.xmdsite-template-list-product .xmdsite-footer-info-text,
.xmdsite-template-list-product .xmdsite-footer-inline-phone,
.xmdsite-template-detail-product .xmdsite-footer-info-text,
.xmdsite-template-detail-product .xmdsite-footer-inline-phone {
  min-width: 0;
  overflow-wrap: anywhere;
}

.xmdsite-template-list .xmdsite-item-card,
.xmdsite-template-list-product .xmdsite-item-card,
.xmdsite-template-list .xmdsite-item-card-link,
.xmdsite-template-list-product .xmdsite-item-card-link,
.xmdsite-template-list .xmdsite-card-body,
.xmdsite-template-list-product .xmdsite-card-body,
.xmdsite-template-list .xmdsite-card-title,
.xmdsite-template-list-product .xmdsite-card-title,
.xmdsite-template-list .xmdsite-card-summary,
.xmdsite-template-list-product .xmdsite-card-summary {
  min-width: 0;
}

.xmdsite-template-list .xmdsite-card-title,
.xmdsite-template-list-product .xmdsite-card-title,
.xmdsite-template-list .xmdsite-card-summary,
.xmdsite-template-list-product .xmdsite-card-summary {
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .xmdsite-template-home .xmdsite-footer-inner,
  .xmdsite-template-list .xmdsite-footer-inner,
  .xmdsite-template-detail .xmdsite-footer-inner,
  .xmdsite-template-list-product .xmdsite-footer-inner,
  .xmdsite-template-detail-product .xmdsite-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 34px 0 26px !important;
  }

  .xmdsite-template-home .xmdsite-footer-primary,
  .xmdsite-template-list .xmdsite-footer-primary,
  .xmdsite-template-detail .xmdsite-footer-primary,
  .xmdsite-template-list-product .xmdsite-footer-primary,
  .xmdsite-template-detail-product .xmdsite-footer-primary,
  .xmdsite-template-home .xmdsite-footer-nav,
  .xmdsite-template-list .xmdsite-footer-nav,
  .xmdsite-template-detail .xmdsite-footer-nav,
  .xmdsite-template-list-product .xmdsite-footer-nav,
  .xmdsite-template-detail-product .xmdsite-footer-nav {
    width: 100%;
    min-width: 0;
  }

  .xmdsite-template-home .xmdsite-footer-summary,
  .xmdsite-template-list .xmdsite-footer-summary,
  .xmdsite-template-detail .xmdsite-footer-summary,
  .xmdsite-template-list-product .xmdsite-footer-summary,
  .xmdsite-template-detail-product .xmdsite-footer-summary {
    max-width: none !important;
    margin-bottom: 16px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .xmdsite-template-home .xmdsite-footer-info-list,
  .xmdsite-template-list .xmdsite-footer-info-list,
  .xmdsite-template-detail .xmdsite-footer-info-list,
  .xmdsite-template-list-product .xmdsite-footer-info-list,
  .xmdsite-template-detail-product .xmdsite-footer-info-list {
    grid-template-columns: 1fr !important;
    max-width: none !important;
    gap: 10px !important;
    margin: 14px 0 0 !important;
  }

  .xmdsite-template-home .xmdsite-footer-info-row,
  .xmdsite-template-list .xmdsite-footer-info-row,
  .xmdsite-template-detail .xmdsite-footer-info-row,
  .xmdsite-template-list-product .xmdsite-footer-info-row,
  .xmdsite-template-detail-product .xmdsite-footer-info-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start !important;
    gap: 6px 10px !important;
  }

  .xmdsite-template-home .xmdsite-footer-info-label,
  .xmdsite-template-list .xmdsite-footer-info-label,
  .xmdsite-template-detail .xmdsite-footer-info-label,
  .xmdsite-template-list-product .xmdsite-footer-info-label,
  .xmdsite-template-detail-product .xmdsite-footer-info-label {
    min-width: 0 !important;
    white-space: nowrap;
  }

  .xmdsite-template-home .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-list .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-detail .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-list-product .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-detail-product .xmdsite-footer .xmdsite-footer-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 14px !important;
  }

  .xmdsite-template-home .xmdsite-footer-link,
  .xmdsite-template-list .xmdsite-footer-link,
  .xmdsite-template-detail .xmdsite-footer-link,
  .xmdsite-template-list-product .xmdsite-footer-link,
  .xmdsite-template-detail-product .xmdsite-footer-link {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .xmdsite-template-home .xmdsite-footer-bottom-inner,
  .xmdsite-template-list .xmdsite-footer-bottom-inner,
  .xmdsite-template-detail .xmdsite-footer-bottom-inner,
  .xmdsite-template-list-product .xmdsite-footer-bottom-inner,
  .xmdsite-template-detail-product .xmdsite-footer-bottom-inner {
    justify-content: flex-start !important;
    gap: 6px 12px !important;
    padding: 14px 0 !important;
    line-height: 1.55 !important;
  }

  .xmdsite-template-list .xmdsite-item-grid,
  .xmdsite-template-list-product .xmdsite-item-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .xmdsite-template-list .xmdsite-item-card-link,
  .xmdsite-template-list-product .xmdsite-item-card-link {
    width: 100%;
    min-height: 0 !important;
  }

  .xmdsite-template-list .xmdsite-card-body,
  .xmdsite-template-list-product .xmdsite-card-body {
    width: 100%;
  }

  .xmdsite-template-list .xmdsite-card-meta,
  .xmdsite-template-list-product .xmdsite-card-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    max-width: 100%;
  }

  .xmdsite-template-list .xmdsite-card-category,
  .xmdsite-template-list .xmdsite-card-date,
  .xmdsite-template-list-product .xmdsite-card-category,
  .xmdsite-template-list-product .xmdsite-card-date {
    max-width: 100%;
    min-height: 26px !important;
    white-space: normal !important;
    line-height: 1.45 !important;
  }

  .xmdsite-template-list .xmdsite-category-list,
  .xmdsite-template-list-product .xmdsite-category-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 0 0 4px !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .xmdsite-template-list .xmdsite-category-list::-webkit-scrollbar,
  .xmdsite-template-list-product .xmdsite-category-list::-webkit-scrollbar {
    display: none;
  }

  .xmdsite-template-list .xmdsite-category-link,
  .xmdsite-template-list-product .xmdsite-category-link {
    flex: 0 0 auto;
    min-height: 36px !important;
    white-space: nowrap;
  }

  .xmdsite-template-list .xmdsite-pagination,
  .xmdsite-template-list-product .xmdsite-pagination {
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 12px !important;
    overflow: visible !important;
  }

  .xmdsite-template-list .xmdsite-pagination-actions,
  .xmdsite-template-list-product .xmdsite-pagination-actions,
  .xmdsite-template-list .xmdsite-pagination-jump,
  .xmdsite-template-list-product .xmdsite-pagination-jump {
    width: 100%;
    justify-content: flex-start !important;
  }
}

@media (max-width: 520px) {
  .xmdsite-template-home .xmdsite-contact-strip-inner,
  .xmdsite-template-list .xmdsite-contact-strip-inner,
  .xmdsite-template-detail .xmdsite-contact-strip-inner,
  .xmdsite-template-list-product .xmdsite-contact-strip-inner,
  .xmdsite-template-detail-product .xmdsite-contact-strip-inner {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0 !important;
    min-height: 0 !important;
    padding: 5px 0 !important;
  }

  .xmdsite-template-home .xmdsite-contact-strip-item,
  .xmdsite-template-list .xmdsite-contact-strip-item,
  .xmdsite-template-detail .xmdsite-contact-strip-item,
  .xmdsite-template-list-product .xmdsite-contact-strip-item,
  .xmdsite-template-detail-product .xmdsite-contact-strip-item {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    border-bottom: 1px solid rgba(37, 99, 235, 0.08) !important;
    text-align: left !important;
  }

  .xmdsite-template-home .xmdsite-contact-strip-item:last-child,
  .xmdsite-template-list .xmdsite-contact-strip-item:last-child,
  .xmdsite-template-detail .xmdsite-contact-strip-item:last-child,
  .xmdsite-template-list-product .xmdsite-contact-strip-item:last-child,
  .xmdsite-template-detail-product .xmdsite-contact-strip-item:last-child {
    border-bottom: 0 !important;
  }

  .xmdsite-template-home .xmdsite-contact-strip-label,
  .xmdsite-template-list .xmdsite-contact-strip-label,
  .xmdsite-template-detail .xmdsite-contact-strip-label,
  .xmdsite-template-list-product .xmdsite-contact-strip-label,
  .xmdsite-template-detail-product .xmdsite-contact-strip-label {
    min-width: 5.4em !important;
    white-space: nowrap;
  }

  .xmdsite-template-home .xmdsite-contact-strip-text,
  .xmdsite-template-home .xmdsite-contact-strip-phone,
  .xmdsite-template-list .xmdsite-contact-strip-text,
  .xmdsite-template-list .xmdsite-contact-strip-phone,
  .xmdsite-template-detail .xmdsite-contact-strip-text,
  .xmdsite-template-detail .xmdsite-contact-strip-phone,
  .xmdsite-template-list-product .xmdsite-contact-strip-text,
  .xmdsite-template-list-product .xmdsite-contact-strip-phone,
  .xmdsite-template-detail-product .xmdsite-contact-strip-text,
  .xmdsite-template-detail-product .xmdsite-contact-strip-phone {
    max-width: none !important;
    justify-self: end;
    min-width: 0;
    text-align: right !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .xmdsite-template-home .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-list .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-detail .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-list-product .xmdsite-footer .xmdsite-footer-list,
  .xmdsite-template-detail-product .xmdsite-footer .xmdsite-footer-list {
    grid-template-columns: 1fr !important;
  }

  .xmdsite-template-home .xmdsite-footer-info-row,
  .xmdsite-template-list .xmdsite-footer-info-row,
  .xmdsite-template-detail .xmdsite-footer-info-row,
  .xmdsite-template-list-product .xmdsite-footer-info-row,
  .xmdsite-template-detail-product .xmdsite-footer-info-row {
    grid-template-columns: 1fr;
    gap: 2px !important;
  }

  .xmdsite-template-list .xmdsite-card-body {
    padding: 18px 18px 58px !important;
  }

  .xmdsite-template-list-product .xmdsite-item-card-link {
    padding: 14px 36px 14px 14px !important;
  }

  .xmdsite-template-list .xmdsite-card-title,
  .xmdsite-template-list-product .xmdsite-card-title {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .xmdsite-template-list .xmdsite-card-summary,
  .xmdsite-template-list-product .xmdsite-card-summary {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .xmdsite-template-list .xmdsite-pagination-link,
  .xmdsite-template-list .xmdsite-pagination-current,
  .xmdsite-template-list .xmdsite-pagination-ellipsis,
  .xmdsite-template-list-product .xmdsite-pagination-link,
  .xmdsite-template-list-product .xmdsite-pagination-current,
  .xmdsite-template-list-product .xmdsite-pagination-ellipsis {
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
  }

  .xmdsite-template-list .xmdsite-pagination-jump-label,
  .xmdsite-template-list-product .xmdsite-pagination-jump-label {
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  .xmdsite-template-list .xmdsite-card-body {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .xmdsite-template-list-product .xmdsite-item-card-link {
    padding-right: 30px !important;
    padding-left: 12px !important;
  }

  .xmdsite-template-list .xmdsite-pagination-actions,
  .xmdsite-template-list-product .xmdsite-pagination-actions {
    gap: 6px !important;
  }
}

/* Targeted mobile compatibility fixes */
@media (max-width: 760px) {
  .xmdsite-template-list-product .xmdsite-category-nav {
    overflow: visible !important;
  }

  .xmdsite-template-list-product .xmdsite-category-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  .xmdsite-template-list-product .xmdsite-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(50% - 8px) !important;
    box-sizing: border-box;
    min-width: 0;
    min-height: 38px !important;
    padding: 8px 10px !important;
    white-space: normal !important;
    text-align: center;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
  }

  .xmdsite-template-list-product .xmdsite-item-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .xmdsite-template-list-product .xmdsite-item-card,
  .xmdsite-template-list-product .xmdsite-item-card-link {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
  }

  .xmdsite-template-list-product .xmdsite-item-card-link {
    min-height: 100% !important;
    padding: 12px 10px !important;
  }

  .xmdsite-template-list-product .xmdsite-item-card-link::before,
  .xmdsite-template-list-product .xmdsite-item-card-link::after {
    display: none !important;
  }

  .xmdsite-template-list-product .xmdsite-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 0 !important;
  }

  .xmdsite-template-list-product .xmdsite-card-title {
    display: -webkit-box;
    min-height: calc(1.42em * 2);
    overflow: hidden;
    font-size: 15px !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xmdsite-template-list-product .xmdsite-card-meta {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 5px !important;
  }

  .xmdsite-template-list-product .xmdsite-card-date,
  .xmdsite-template-list-product .xmdsite-card-category {
    min-height: 0 !important;
    padding: 4px 6px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .xmdsite-template-list .xmdsite-nav {
    border-radius: 0 !important;
  }

  .xmdsite-template-list .xmdsite-nav-link,
  .xmdsite-template-list .xmdsite-nav-sublist .xmdsite-nav-link {
    border-radius: 0 !important;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-item-grid {
    gap: 8px !important;
  }

  .xmdsite-template-list-product .xmdsite-item-card-link {
    padding: 10px 8px !important;
  }

  .xmdsite-template-list-product .xmdsite-card-title {
    font-size: 14px !important;
  }

  .xmdsite-template-list-product .xmdsite-card-date,
  .xmdsite-template-list-product .xmdsite-card-category {
    font-size: 10.5px !important;
  }
}

.xmdsite-template-detail .xmdsite-article-cover {
  display: block;
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 0 !important;
  overflow: hidden;
}

.xmdsite-template-detail .xmdsite-article-cover img {
  display: block;
  width: 100% !important;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 !important;
}

@media (min-width: 1025px) {
  .xmdsite-template-detail .xmdsite-news-article-cover {
    width: 450px !important;
    max-width: 450px !important;
  }
}

.xmdsite-template-detail .xmdsite-news-article-cover img {
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

/* Final mobile layout guard for product list pages. */
@media (max-width: 960px) {
  .xmdsite-template-list-product .xmdsite-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100% - 24px, 1280px) !important;
    gap: 14px !important;
    padding-top: 16px !important;
  }

  .xmdsite-template-list-product .xmdsite-content-toolbar,
  .xmdsite-template-list-product .xmdsite-category-nav,
  .xmdsite-template-list-product .xmdsite-list-section,
  .xmdsite-template-list-product .xmdsite-main > .xmdsite-pagination {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .xmdsite-template-list-product .xmdsite-category-nav {
    position: static !important;
    top: auto !important;
    padding: 10px !important;
  }
}

@media (max-width: 760px) {
  .xmdsite-template-list-product .xmdsite-page-hero {
    min-height: 114px !important;
  }

  .xmdsite-template-list-product .xmdsite-page-hero-content {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
  }

  .xmdsite-template-list-product .xmdsite-content-toolbar {
    padding: 8px 10px !important;
  }

  .xmdsite-template-list-product .xmdsite-item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .xmdsite-template-list-product .xmdsite-main {
    width: min(100% - 16px, 1280px) !important;
    gap: 10px !important;
  }

  .xmdsite-template-list-product .xmdsite-category-nav {
    padding: 8px !important;
  }

  .xmdsite-template-list-product .xmdsite-category-list {
    gap: 6px !important;
  }

  .xmdsite-template-list-product .xmdsite-category-link {
    flex-basis: calc(50% - 6px) !important;
    padding: 7px 8px !important;
    font-size: 12px !important;
  }
}

.xmdsite-template-detail .xmdsite-detail-map {
  display: grid;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
  animation: xmdsite-fade-up 560ms ease both;
  animation-delay: 100ms;
}

.xmdsite-template-detail .xmdsite-detail-map-head {
  display: grid;
  gap: 8px;
  padding: 24px 26px 0;
}

.xmdsite-template-detail .xmdsite-detail-map-kicker {
  margin: 0;
  color: var(--xmdsite-accent);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.xmdsite-template-detail .xmdsite-detail-map-title {
  margin: 0;
  color: var(--xmdsite-ink);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 760;
  line-height: 1.25;
}

.xmdsite-template-detail .xmdsite-detail-map-detail {
  max-width: 760px;
  margin: 0;
  color: var(--xmdsite-muted);
  font-size: 15px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.xmdsite-template-detail .xmdsite-detail-map-body {
  min-height: 360px;
  overflow: hidden;
  border-top: 1px solid rgba(37, 99, 235, 0.10);
  background: #eef4ff;
}

.xmdsite-template-detail .xmdsite-detail-map-body > * {
  width: 100%;
}

@media (max-width: 720px) {
  .xmdsite-template-detail .xmdsite-detail-map {
    gap: 14px;
  }

  .xmdsite-template-detail .xmdsite-detail-map-head {
    padding: 18px 18px 0;
  }

  .xmdsite-template-detail .xmdsite-detail-map-title {
    font-size: 21px;
  }

  .xmdsite-template-detail .xmdsite-detail-map-detail {
    font-size: 14px;
  }

  .xmdsite-template-detail .xmdsite-detail-map-body {
    min-height: 320px;
  }
}

/* Keyframes */
@keyframes xmdsite-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes xmdsite-fade-up-home {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes xmdsite-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}
