/* xima Drive Series */
.xima-ds-page {
  min-height: 100vh;
  background: #fff;
  padding: 32px 16px 74px;
  color: #111827;
  overflow-x: hidden;
}
.xima-ds-page * {
  box-sizing: border-box;
}
.xima-ds-page > section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.xima-ds-page-banner {
  max-width: 1280px;
  margin: 0 auto 24px;
  border-radius: 32px;
  background: #f6f7f9;
  overflow: hidden;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xima-ds-page-banner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 24px;
}
.xima-ds-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.055);
  padding: 34px;
}
.xima-ds-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #e9fbf8;
  color: #249e91;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}
.xima-ds-hero__banner {
  width: 100%;
  max-width: 1280px;
  height: 310px;
  margin: 0 auto 20px;
  border-radius: 32px;
  overflow: hidden;
  display: block;
  background: #f6f7f9;
}
.xima-ds-hero__banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
@media (max-width: 720px) {
  .xima-ds-hero__banner {
    height: 200px;
    border-radius: 24px;
    margin-bottom: 16px;
  }
}
.xima-ds-hero h1 {
  margin: 18px 0 14px;
  color: #111827;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.55;
}
.xima-ds-description {
  color: #6b7280;
  font-size: 15px;
  line-height: 2.2;
}
.xima-ds-description p {
  margin: 0 0 14px;
}
.xima-ds-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.xima-ds-tags span {
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}
.xima-ds-summary {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.xima-ds-summary__image {
  flex: 1;
  min-height: 230px;
  background: #f6f7f9;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.xima-ds-summary__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 18px;
}
.xima-ds-summary__head {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f6f7f9;
  border-radius: 18px;
  padding: 14px 16px;
}
.xima-ds-summary__head > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #e9fbf8;
  color: #32bcad;
  flex-shrink: 0;
}
.xima-ds-summary__head h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}
.xima-ds-summary__head p {
  margin: 2px 0 0;
  color: #6b7280;
  font-size: 13px;
}
.xima-ds-summary__items {
  display: grid;
  gap: 8px;
  background: #f6f7f9;
  border-radius: 18px;
  padding: 12px;
}
.xima-ds-summary__items div {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.xima-ds-summary__items svg {
  color: #32bcad;
  flex-shrink: 0;
}
.xima-ds-card-section {
  margin-top: 24px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.055);
  padding: 34px;
}
.xima-ds-section-head {
  margin-bottom: 24px;
}
.xima-ds-section-head h2 {
  margin: 14px 0 0;
  color: #111827;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
.xima-ds-section-head p {
  max-width: 840px;
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 2.1;
}
.xima-ds-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.xima-ds-feature-card {
  border-radius: 22px;
  background: #f6f7f9;
  padding: 18px 20px;
  transition: 0.25s ease;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  border: 1.5px solid transparent;
}
.xima-ds-feature-card:hover {
  background: #e9fbf8;
  transform: translateY(-3px);
  border-color: #c4ede8;
}
.xima-ds-feature-card > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  color: #32bcad;
  box-shadow: 0 6px 18px rgba(50, 188, 173, 0.13);
  flex-shrink: 0;
}
.xima-ds-feature-card h3 {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  flex: 1;
  min-width: 0;
}
.xima-ds-feature-card p {
  width: 100%;
  margin: 4px 0 0;
  padding-right: 62px;
  color: #6b7280;
  font-size: 13px;
  line-height: 2;
}
.xima-ds-split {
  max-width: 1280px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 24px;
}
.xima-ds-split .xima-ds-card-section {
  margin-top: 0;
}
.xima-ds-split__box--wide:first-child {
  grid-column: 1/-1;
}
.xima-ds-list-cards {
  display: grid;
  gap: 10px;
}
.xima-ds-list-cards div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 18px;
  background: #f6f7f9;
  padding: 13px;
}
.xima-ds-list-cards svg {
  color: #32bcad;
  flex-shrink: 0;
  margin-top: 3px;
}
.xima-ds-list-cards p {
  margin: 0;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}
.xima-ds-images-grid {
  display: grid;
  /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
  gap: 16px;
}
.xima-ds-image-card {
  border-radius: 24px;
  border: 1px solid #edf0f3;
  background: #f6f7f9;
  padding: 16px;
}
.xima-ds-image-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}
.xima-ds-image-card__media {
  height: 260px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.xima-ds-image-card__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 12px;
}
.xima-ds-image-card p {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 2;
}
.xima-ds-image-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.xima-ds-image-card li {
  font-size: 13px;
  color: #374151;
}
.xima-ds-image-card li:before {
  content: "✓";
  color: #32bcad;
  font-weight: 700;
  margin-left: 6px;
}
.xima-ds-tables {
  display: grid;
  gap: 16px;
}
.xima-ds-table {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #edf0f3;
  background: #fff;
}
.xima-ds-table summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  background: #f6f7f9;
  padding: 17px 20px;
}
.xima-ds-table summary::-webkit-details-marker {
  display: none;
}
.xima-ds-table summary h3 {
  margin: 0;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}
.xima-ds-table summary p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.8;
}
.xima-ds-table summary > span {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background: #fff;
  color: #32bcad;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.25s ease;
}
.xima-ds-table[open] summary > span {
  transform: rotate(180deg);
}
.xima-ds-table__wrap {
  overflow: auto;
  max-height: 560px;
}
.xima-ds-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.xima-ds-table th,
.xima-ds-table td {
  border-bottom: 1px solid #edf0f3;
  text-align: right;
  padding: 15px 18px;
  font-size: 13px;
  line-height: 2;
}
.xima-ds-table th {
  width: 34%;
  background: #fafafa;
  color: #374151;
  font-weight: 700;
  position: sticky;
  right: 0;
  z-index: 1;
}
.xima-ds-table td {
  color: #6b7280;
}
.xima-ds-table--multi table {
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
}
.xima-ds-table--multi thead th {
  background: #e9fbf8;
  color: #111827;
  font-weight: 700;
  font-size: 12.5px;
  padding: 12px 16px;
  position: sticky;
  top: 0;
  right: auto;
  white-space: nowrap;
  border-bottom: 2px solid #c4ede8;
  text-align: center;
  z-index: 3;
}
.xima-ds-table--multi tbody th {
  width: auto;
  background: #fafafa;
  color: #111827;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  position: sticky;
  right: 0;
  z-index: 1;
}
.xima-ds-table--multi tbody td {
  text-align: center;
  color: #374151;
  white-space: nowrap;
}
.xima-ds-apps-section {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 28px;
}
.xima-ds-highlight {
  border-radius: 24px;
  background: #e9fbf8;
  padding: 20px;
}
.xima-ds-highlight h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
}
.xima-ds-highlight p {
  margin: 8px 0 0;
  color: #374151;
  font-size: 13px;
  line-height: 2;
}
.xima-ds-apps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.xima-ds-table--multi thead th:first-child {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 5;
}
.xima-ds-apps-grid div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 22px;
  background: #f6f7f9;
  padding: 18px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s ease;
}
.xima-ds-apps-grid div:hover {
  background: #e9fbf8;
}
.xima-ds-apps-grid svg {
  color: #32bcad;
  flex-shrink: 0;
}
.xima-ds-cta {
  max-width: 1280px;
  margin: 24px auto 0;
  border-radius: 32px;
  background: #1f2937;
  color: #fff;
  padding: 34px;
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 24px;
  align-items: center;
}
.xima-ds-cta > div > span {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #32bcad;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.xima-ds-cta h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
}
.xima-ds-cta p {
  margin: 10px 0 0;
  color: #d1d5db;
  font-size: 14px;
  line-height: 2;
}
.xima-ds-cta aside {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
}
.xima-ds-cta aside h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.xima-ds-archive-head {
  border-radius: 32px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.055);
}
.xima-ds-archive-head h1 {
  font-size: 38px;
  margin: 18px 0 8px;
}
.xima-ds-archive-head p {
  color: #6b7280;
}
.xima-ds-archive-grid {
  max-width: 1280px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.xima-ds-archive-card {
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.055);
  transition: 0.25s ease;
}
.xima-ds-archive-card:hover {
  transform: translateY(-4px);
}
.xima-ds-archive-card__img {
  height: 190px;
  background: #f6f7f9;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.xima-ds-archive-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 12px;
}
.xima-ds-archive-card h2 {
  font-size: 20px;
  margin: 14px 0 8px;
}
.xima-ds-archive-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 2;
  margin: 0;
}
/* Hotspot interactive image */
.xima-ds-hotspot-section {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: start;
}
.xima-ds-hotspot-wrap {
  position: relative;
  line-height: 0;
}
.xima-ds-hotspot-wrap > img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.xima-ds-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #32bcad;
  outline: 2.5px solid #fff;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  font-family: Georgia, Times, serif;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 14px rgba(50, 188, 173, 0.45);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.xima-ds-hotspot:hover,
.xima-ds-hotspot.is-active {
  transform: translate(-50%, -50%) scale(1.3);
  box-shadow: 0 4px 22px rgba(50, 188, 173, 0.65);
  z-index: 5;
}
.xima-ds-hotspot__tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 50%;
  transform: translateX(50%);
  background: #155e55;
  color: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  min-width: 200px;
  max-width: 270px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 20;
  text-align: right;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  line-height: normal;
  white-space: normal;
}
.xima-ds-hotspot:hover .xima-ds-hotspot__tooltip,
.xima-ds-hotspot.is-active .xima-ds-hotspot__tooltip {
  opacity: 1;
}
.xima-ds-hotspot__tooltip--below {
  bottom: auto;
  top: calc(100% + 10px);
}
.xima-ds-hotspot__tooltip--left {
  right: auto;
  left: 0;
  transform: none;
}
.xima-ds-hotspot__tooltip--right {
  right: 0;
  left: auto;
  transform: none;
}
.xima-ds-hotspot__tooltip h4 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.xima-ds-hotspot__tooltip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
}
.xima-ds-hotspot-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 520px;
  overflow-y: auto;
}
.xima-ds-hotspot-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f6f7f9;
  cursor: pointer;
  transition: background 0.2s;
  border: 1.5px solid transparent;
}
.xima-ds-hotspot-item:hover,
.xima-ds-hotspot-item.is-active {
  background: #e9fbf8;
  border-color: #c4ede8;
}
.xima-ds-hotspot-item__num {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #32bcad;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  font-family: Georgia, Times, serif;
  flex-shrink: 0;
  margin-top: 2px;
}
.xima-ds-hotspot-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  line-height: 1.5;
  margin-bottom: 3px;
}
.xima-ds-hotspot-item p {
  margin: 0;
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.85;
}
@media (max-width: 1100px) {
  .xima-ds-hero,
  .xima-ds-split,
  .xima-ds-apps-section,
  .xima-ds-cta,
  .xima-ds-hotspot-section {
    grid-template-columns: 1fr;
  }
  .xima-ds-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xima-ds-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .xima-ds-page-banner {
    height: 200px;
    border-radius: 24px;
    margin-bottom: 16px;
  }
  .xima-ds-page {
    padding: 18px 12px 50px;
  }
  .xima-ds-hero,
  .xima-ds-card-section,
  .xima-ds-cta,
  .xima-ds-archive-head {
    border-radius: 24px;
    padding: 22px;
  }
  .xima-ds-hero__banner {
    height: 200px;
    border-radius: 14px;
  }
  .xima-ds-hero h1 {
    font-size: 27px;
    line-height: 1.75;
  }
  .xima-ds-description {
    font-size: 14px;
  }
  .xima-ds-feature-grid,
  .xima-ds-images-grid,
  .xima-ds-apps-grid,
  .xima-ds-archive-grid {
    grid-template-columns: 1fr;
  }
  .xima-ds-section-head h2 {
    font-size: 23px;
  }
  .xima-ds-summary__image {
    height: 200px;
  }
  .xima-ds-table table {
    min-width: 620px;
  }
  .xima-ds-cta h2 {
    font-size: 22px;
  }
  .xima-ds-hotspot {
    width: 18px;
    height: 18px;
    font-size: 8px;
    outline-width: 1.5px;
  }
  .xima-ds-hotspot:hover,
  .xima-ds-hotspot.is-active {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
