.cc_9w18tgsw_sCziEFPeht .ps-section {
  box-sizing: border-box;
  width: 100%;
  overflow-x: clip;
}

.cc_9w18tgsw_sCziEFPeht .ps {
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cc_9w18tgsw_sCziEFPeht .ps--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1025px) {
  .cc_9w18tgsw_sCziEFPeht .ps--split {
    grid-template-columns: minmax(0, var(--ps-panel-w, 42%)) minmax(0, 1fr);
    gap: 32px;
  }

  .cc_9w18tgsw_sCziEFPeht .ps--panel-right {
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--ps-panel-w, 42%));
  }

  .cc_9w18tgsw_sCziEFPeht .ps--panel-right .ps-panel {
    order: 2;
  }

  .cc_9w18tgsw_sCziEFPeht .ps--panel-right .ps-main {
    order: 1;
  }
}

/* ===== Feature panel ===== */
.cc_9w18tgsw_sCziEFPeht .ps-panel {
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .cc_9w18tgsw_sCziEFPeht .ps-panel {
    position: sticky;
    top: 86px;
  }
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__frame {
  position: relative;
  width: 100%;
  aspect-ratio: var(--ps-panel-ar, 3 / 4);
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__img--mobile {
  display: none;
}

@media (max-width: 768px) {
  .cc_9w18tgsw_sCziEFPeht .ps-panel__frame {
    aspect-ratio: var(--ps-panel-ar-m, var(--ps-panel-ar, 3 / 4));
  }
  .cc_9w18tgsw_sCziEFPeht .ps-panel__img--desktop {
    display: none;
  }
  .cc_9w18tgsw_sCziEFPeht .ps-panel__img--mobile {
    display: block;
  }
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__body {
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__title :is(p, h1, h2, h3) {
  margin: 0;
  font: inherit;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__title b, .cc_9w18tgsw_sCziEFPeht .ps-panel__title strong {
  font-weight: 700;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__highlights li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__highlights li:last-child::after {
  display: none;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__button {
  display: inline-block;
  margin-top: 4px;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.cc_9w18tgsw_sCziEFPeht .ps-panel__button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* ===== Showcase mode ===== */
.cc_9w18tgsw_sCziEFPeht .ps-section--showcase {
  position: relative;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-bg__overlay {
  position: absolute;
  inset: 0;
}

@media (max-width: 768px) {
  .cc_9w18tgsw_sCziEFPeht .ps-showcase-bg__img--desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .cc_9w18tgsw_sCziEFPeht .ps-showcase-bg__img--mobile {
    display: none;
  }
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-head {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 32px;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-head__title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-head__subtitle {
  margin: 8px auto 0;
  max-width: 560px;
  font-size: 14px;
  opacity: 0.9;
}

.cc_9w18tgsw_sCziEFPeht .ps--showcase {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.cc_9w18tgsw_sCziEFPeht .ps--showcase .ps-main {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-btn__icon {
  font-size: 16px;
}

.cc_9w18tgsw_sCziEFPeht .ps-showcase-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cc_9w18tgsw_sCziEFPeht .ps-arrow--dark {
  background: #101012;
  color: #fff;
  border-color: #101012;
}

.cc_9w18tgsw_sCziEFPeht .ps-arrow--dark:hover {
  background: #000;
}

@media (max-width: 768px) {
  .cc_9w18tgsw_sCziEFPeht .ps-showcase-head__title {
    font-size: 24px;
  }

  .cc_9w18tgsw_sCziEFPeht .ps--showcase .ps-main {
    padding: 20px;
    border-radius: 16px;
  }
}

/* ===== Hotspots ===== */
.cc_9w18tgsw_sCziEFPeht .ps-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* ===== Slider main ===== */
.cc_9w18tgsw_sCziEFPeht .ps-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cc_9w18tgsw_sCziEFPeht .ps-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.cc_9w18tgsw_sCziEFPeht .ps-head__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.cc_9w18tgsw_sCziEFPeht .ps-head__subtitle {
  margin: 4px 0 0;
  font-size: 14px;
  opacity: 0.7;
}

.cc_9w18tgsw_sCziEFPeht .ps-head__nav {
  display: flex;
  gap: 8px;
  flex: none;
}

.cc_9w18tgsw_sCziEFPeht .ps-arrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.cc_9w18tgsw_sCziEFPeht .ps-arrow:hover {
  background: rgba(0, 0, 0, 0.06);
}

.cc_9w18tgsw_sCziEFPeht .ps-arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.cc_9w18tgsw_sCziEFPeht .ps-arrow__icon {
  font-size: 18px;
}

.cc_9w18tgsw_sCziEFPeht .ps-track {
  display: flex;
  gap: var(--ps-gap, 16px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* room so card box-shadows are not clipped by the scroll container */
  padding: 16px;
  margin: -16px;
}

.cc_9w18tgsw_sCziEFPeht .ps-track::-webkit-scrollbar {
  display: none;
}

.cc_9w18tgsw_sCziEFPeht .ps-track__item {
  flex: 0 0
    var(
      --ps-m-width,
      calc((100% - (var(--ps-m-cols) - 1) * var(--ps-gap)) / var(--ps-m-cols))
    );
  min-width: 0;
  scroll-snap-align: start;
}

@media (min-width: 769px) {
  .cc_9w18tgsw_sCziEFPeht .ps-track__item {
    flex-basis: calc(
      (100% - (var(--ps-t-cols) - 1) * var(--ps-gap)) / var(--ps-t-cols)
    );
  }
}

@media (min-width: 1025px) {
  .cc_9w18tgsw_sCziEFPeht .ps-track__item {
    flex-basis: calc(
      (100% - (var(--ps-d-cols) - 1) * var(--ps-gap)) / var(--ps-d-cols)
    );
  }
}

/* ===== Grid layout ===== */
.cc_9w18tgsw_sCziEFPeht .ps-track--grid {
  display: grid;
  grid-template-columns: repeat(var(--ps-m-cols), minmax(0, 1fr));
  overflow: visible;
  scroll-snap-type: none;
  row-gap: var(--ps-gap, 16px);
}

@media (min-width: 769px) {
  .cc_9w18tgsw_sCziEFPeht .ps-track--grid {
    grid-template-columns: repeat(var(--ps-t-cols), minmax(0, 1fr));
  }
}

@media (min-width: 1025px) {
  .cc_9w18tgsw_sCziEFPeht .ps-track--grid {
    grid-template-columns: repeat(var(--ps-d-cols), minmax(0, 1fr));
  }
}

.cc_9w18tgsw_sCziEFPeht .ps-track--grid .ps-track__item {
  flex: none;
  scroll-snap-align: none;
}

.cc_9w18tgsw_sCziEFPeht .ps-empty {
  margin: 0;
  padding: 32px 0;
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
  .cc_9w18tgsw_sCziEFPeht .ps-track {
    scroll-behavior: auto;
  }
  .cc_9w18tgsw_sCziEFPeht .ps-arrow, .cc_9w18tgsw_sCziEFPeht .ps-panel__button {
    transition: none;
  }
}
