/* DS600 BT homepage hero refresh — 2026-07-28 */
.home-hero--premium .premium-home-slide--ds600 {
  --ds600-red: #ef233c;
  --ds600-red-dark: #c8102e;
  --ds600-ink: #07131f;
  --ds600-panel: #0d1d2c;
  --ds600-muted: #b9c7d4;
  position: relative !important;
  height: 590px !important;
  min-height: 590px !important;
  padding: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(239, 35, 60, .24), transparent 29%),
    radial-gradient(circle at 46% 96%, rgba(30, 176, 188, .14), transparent 31%),
    linear-gradient(135deg, #07131f 0%, #102335 58%, #0a1825 100%) !important;
}

.home-hero--premium .premium-home-slide--ds600::before {
  opacity: .7;
  background-image:
    linear-gradient(rgba(255, 255, 255, .027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .027) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .55) 54%, transparent 76%);
}

.home-hero--premium .premium-home-slide--ds600.is-active {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr) !important;
  align-items: stretch !important;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
  position: relative !important;
  z-index: 3;
  inset: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 48px 26px 78px 46px;
  pointer-events: auto;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__eyebrow,
.home-hero--premium .premium-home-slide--ds600 h1,
.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__lead,
.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price,
.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions {
  position: relative !important;
  inset: auto !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px !important;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #f7c5cb !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .13em;
  backdrop-filter: blur(8px);
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__eyebrow::before {
  width: 7px;
  height: 7px;
  background: var(--ds600-red);
  box-shadow: 0 0 0 5px rgba(239, 35, 60, .14);
}

.home-hero--premium .premium-home-slide--ds600 h1 {
  max-width: 620px !important;
  max-height: none !important;
  overflow: visible !important;
  color: #fff !important;
  font-size: clamp(40px, 4.7vw, 62px) !important;
  font-weight: 900;
  line-height: .92 !important;
  letter-spacing: -.055em;
  text-shadow: none;
  -webkit-line-clamp: unset !important;
}

.home-hero--premium .premium-home-slide--ds600 h1 span {
  display: block;
  margin-bottom: 7px;
  color: #ff5368;
  font-size: .31em;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .22em;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__lead {
  display: block;
  max-width: 610px !important;
  min-height: 0;
  max-height: none;
  margin-top: 15px !important;
  overflow: visible;
  color: #d4dee7 !important;
  font-size: 14px !important;
  font-weight: 540;
  line-height: 1.56 !important;
  -webkit-line-clamp: unset;
}

.ds600-hero__stats {
  display: grid;
  grid-template-columns: .92fr .92fr 1.16fr;
  gap: 8px;
  width: min(100%, 610px);
  margin-top: 19px;
}

.ds600-hero__stat {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 0;
  min-height: 67px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  background: rgba(255, 255, 255, .065);
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.ds600-hero__stat i {
  grid-row: 1 / 3;
  margin-right: 9px;
  color: #43c6bc;
  font-size: 17px;
}

.ds600-hero__stat strong {
  min-width: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.025em;
}

.ds600-hero__stat span {
  min-width: 0;
  margin-top: 4px;
  color: var(--ds600-muted);
  font-size: 9.5px;
  font-weight: 720;
  line-height: 1.2;
}

.ds600-hero__protocols {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.ds600-hero__protocols span {
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(67, 198, 188, .12);
  color: #9ce3de;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .04em;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price {
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-areas:
    "label label"
    "total monthly";
  align-items: end !important;
  gap: 4px 13px !important;
  min-height: 0 !important;
  margin-top: 18px !important;
  overflow: visible !important;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price span {
  grid-area: label;
  color: #8fa1b2 !important;
  font-size: 8.5px;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price strong {
  grid-area: total;
  color: #fff;
  font-size: clamp(29px, 3vw, 38px) !important;
  line-height: .95;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price small {
  grid-area: monthly;
  align-self: end;
  padding-bottom: 3px;
  color: #ffabb5 !important;
  font-size: 10.5px;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions {
  z-index: 5;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: min(100%, 430px) !important;
  margin-top: 17px !important;
  pointer-events: auto;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions a {
  min-height: 44px !important;
  padding: 0 13px !important;
  border-radius: 11px;
  font-size: 11px;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions a:first-child {
  border-color: var(--ds600-red);
  background: linear-gradient(135deg, var(--ds600-red), var(--ds600-red-dark));
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions a:nth-child(2) {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media {
  position: relative !important;
  z-index: 2;
  inset: auto !important;
  display: grid;
  place-items: center;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 20px 20px 76px 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 73% 21%, rgba(239, 35, 60, .12), transparent 24%),
    linear-gradient(145deg, #fff 0%, #f2f5f8 58%, #e7edf2 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .8);
  isolation: isolate;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -75px;
  width: 230px;
  height: 230px;
  border: 34px solid rgba(239, 35, 60, .08);
  border-radius: 50%;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 8% 7% 8%;
  display: block !important;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(14, 27, 41, .22), transparent 70%) !important;
  box-shadow: none;
  pointer-events: none;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media img {
  position: absolute !important;
  z-index: 1;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  padding: 42px 24px 28px !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
  transform: scale(1.06) !important;
  transform-origin: center;
  filter: saturate(1.04) contrast(1.03);
}

.ds600-hero__media-kicker,
.ds600-hero__media-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  font-weight: 850;
}

.ds600-hero__media-kicker {
  top: 16px;
  left: 16px;
  min-height: 30px;
  padding: 0 11px;
  background: #0c1a27;
  color: #fff;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ds600-hero__media-kicker i {
  color: #47d0c6;
}

.ds600-hero__media-badge {
  right: 16px;
  bottom: 16px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .88);
  color: #102031;
  font-size: 10px;
  box-shadow: 0 10px 26px rgba(31, 49, 67, .13);
  backdrop-filter: blur(10px);
}

.ds600-hero__media-badge i {
  color: var(--ds600-red);
}

@media (max-width: 1100px) and (min-width: 681px) {
  .home-hero--premium .premium-home-slide--ds600.is-active {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr) !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
    padding-left: 32px;
  }

  .ds600-hero__stat {
    padding-inline: 9px;
  }
}

@media (max-width: 680px) {
  .home-hero--premium .premium-showcase-stage,
  .home-hero--premium .premium-home-slide--ds600 {
    height: 648px !important;
    min-height: 648px !important;
  }

  .home-hero--premium .premium-home-slide--ds600.is-active {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media {
    order: 0;
    flex: 0 0 244px;
    width: auto !important;
    height: 244px !important;
    min-height: 244px !important;
    margin: 10px 10px 0;
    border-radius: 15px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media img {
    padding: 27px 14px 20px !important;
    transform: scale(1.30) !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
    order: 1;
    display: block !important;
    flex: 1 1 auto;
    padding: 15px 14px 78px;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__eyebrow {
    min-height: 23px;
    margin-bottom: 9px !important;
    padding-inline: 9px;
    font-size: 8px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 h1 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: .94 !important;
  }

  .home-hero--premium .premium-home-slide--ds600 h1 span {
    margin-bottom: 5px;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__lead {
    margin-top: 9px !important;
    font-size: 11.5px !important;
    line-height: 1.42 !important;
  }

  .ds600-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }

  .ds600-hero__stat {
    min-height: 57px;
    padding: 8px;
    border-radius: 10px;
  }

  .ds600-hero__stat i {
    margin-right: 6px;
    font-size: 14px;
  }

  .ds600-hero__stat strong {
    font-size: 16px;
  }

  .ds600-hero__stat span {
    font-size: 7.8px;
  }

  .ds600-hero__protocols {
    margin-top: 8px;
  }

  .ds600-hero__protocols span {
    padding: 4px 7px;
    font-size: 7.5px;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap;
    gap: 3px 8px !important;
    margin-top: 11px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price span {
    flex: 0 0 100%;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price strong {
    font-size: 27px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price small {
    padding-bottom: 2px;
    font-size: 9px;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    margin-top: 10px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions a {
    min-height: 40px !important;
    font-size: 10px;
  }

  .ds600-hero__media-kicker {
    top: 10px;
    left: 10px;
    min-height: 25px;
    padding-inline: 9px;
    font-size: 7.5px;
  }

  .ds600-hero__media-badge {
    right: 10px;
    bottom: 10px;
    min-height: 29px;
    padding-inline: 10px;
    font-size: 8.5px;
  }

  .home-hero--premium .premium-showcase-nav {
    top: auto !important;
    bottom: 12px !important;
    left: 12px !important;
    right: auto !important;
  }

  .home-hero--premium .premium-showcase-timer {
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    min-height: 30px;
  }
}

/* V5: compact mobile hero so the rest of the homepage starts earlier */
@media (max-width: 680px) {
  .home-page .home-hero--premium {
    margin-top: 8px !important;
  }

  .home-page .home-hero--premium .premium-showcase-stage,
  .home-page .home-hero--premium .premium-home-slide--ds600 {
    height: 520px !important;
    min-height: 520px !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media {
    flex: 0 0 175px;
    flex-basis: 175px;
    height: 175px !important;
    min-height: 175px !important;
    margin: 0 2px;
    overflow: hidden;
    border-radius: 15px 15px 0 0 !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media img {
    inset: 0 4% !important;
    width: 92% !important;
    height: 100% !important;
  }

  .home-page .home-hero--premium .premium-home-slide--anj600 .premium-home-slide__media img {
    inset: -2% 15% !important;
    width: 70% !important;
    height: 104% !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
    padding: 10px 12px 36px !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__eyebrow {
    min-height: 20px;
    margin-bottom: 5px !important;
    padding-inline: 8px;
    font-size: 7px !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 :is(h1, h2) {
    font-size: clamp(28px, 8.6vw, 35px) !important;
    line-height: .93 !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 :is(h1, h2) span {
    margin-bottom: 4px;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__lead {
    display: -webkit-box;
    margin-top: 6px !important;
    overflow: hidden;
    font-size: 10.5px !important;
    line-height: 1.32 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-page .home-hero--premium .ds600-hero__stats {
    gap: 5px;
    margin-top: 8px;
  }

  .home-page .home-hero--premium .ds600-hero__stat {
    min-height: 49px;
    padding: 6px;
    border-radius: 9px;
  }

  .home-page .home-hero--premium .ds600-hero__stat i {
    margin-right: 5px;
    font-size: 12px;
  }

  .home-page .home-hero--premium .ds600-hero__stat strong {
    font-size: 14px;
  }

  .home-page .home-hero--premium .ds600-hero__stat span {
    margin-top: 2px;
    font-size: 7px;
  }

  .home-page .home-hero--premium .ds600-hero__protocols {
    gap: 4px;
    margin-top: 6px;
  }

  .home-page .home-hero--premium .ds600-hero__protocols span {
    padding: 3px 5px;
    font-size: 6.8px;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price {
    gap: 2px 7px !important;
    margin-top: 7px !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price span {
    font-size: 7px !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price strong {
    font-size: 24px !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price small {
    font-size: 8px;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions {
    gap: 6px !important;
    margin-top: 7px !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__actions a {
    min-height: 36px !important;
    padding: 0 8px !important;
    border-radius: 9px;
    font-size: 9px;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .ds600-hero__media-kicker {
    top: 8px;
    left: 8px;
    min-height: 22px;
    padding-inline: 8px;
    font-size: 6.8px;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .ds600-hero__media-badge {
    right: 8px;
    bottom: 8px;
    min-height: 24px;
    padding-inline: 8px;
    font-size: 7.2px;
  }

  .home-page .home-hero--premium .premium-showcase-stage > .premium-showcase-timer {
    bottom: 6px !important;
    width: 132px;
    min-height: 14px;
    padding: 4px 7px;
  }

  .home-page .home-hero--premium .premium-showcase-timer__track {
    height: 4px;
  }
}

.home-page .home-hero--premium .premium-showcase-stage > .premium-showcase-timer {
  right: 0 !important;
  left: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  transform: none !important;
}

@media (max-width: 430px) {
  .home-hero--premium .premium-showcase-stage,
  .home-hero--premium .premium-home-slide--ds600 {
    height: 690px !important;
    min-height: 690px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media {
    flex-basis: 222px;
    height: 222px !important;
    min-height: 222px !important;
  }

  .ds600-hero__stat strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media img {
    transition: none;
  }
}

/* V2: open cutout composition and simplified slider controls */
.home-hero--premium .premium-showcase-nav,
.home-hero--premium .premium-showcase-timer {
  display: none !important;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
  padding-bottom: 48px;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media {
  margin: 14px 4px 14px -18px;
  overflow: visible;
  border: 0;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 51% 50%, rgba(239, 35, 60, .21) 0%, rgba(239, 35, 60, .08) 29%, transparent 56%),
    radial-gradient(circle at 78% 24%, rgba(67, 198, 188, .14), transparent 27%),
    linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, .025) 100%);
  box-shadow: none;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(88%, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(255, 255, 255, .08) 50%, transparent 50.4%),
    linear-gradient(transparent 49.6%, rgba(255, 255, 255, .08) 50%, transparent 50.4%);
  box-shadow:
    0 0 0 34px rgba(239, 35, 60, .025),
    0 0 0 68px rgba(255, 255, 255, .016);
  transform: translate(-50%, -50%);
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 4%;
  bottom: 18%;
  left: 2%;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, .48), transparent 68%) !important;
  filter: blur(6px);
  opacity: .72;
}

.home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media img {
  z-index: 2;
  inset: 2% -12% !important;
  width: 124% !important;
  height: 96% !important;
  padding: 0 !important;
  object-fit: contain !important;
  mix-blend-mode: normal;
  transform: none !important;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .32)) saturate(1.04) contrast(1.02);
}

.home-hero--premium .premium-home-slide--ds600 .ds600-hero__media-kicker {
  top: 25px;
  left: 26px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(7, 19, 31, .72);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
  backdrop-filter: blur(9px);
}

.home-hero--premium .premium-home-slide--ds600 .ds600-hero__media-badge {
  right: 18px;
  bottom: 28px;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(7, 19, 31, .74);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

@media (max-width: 680px) {
  .home-hero--premium .premium-showcase-stage,
  .home-hero--premium .premium-home-slide--ds600 {
    height: 610px !important;
    min-height: 610px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media {
    flex-basis: 248px;
    height: 248px !important;
    min-height: 248px !important;
    margin: 0 2px;
    overflow: hidden;
    border-radius: 16px 16px 0 0 !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media img {
    inset: 0 3% !important;
    width: 94% !important;
    height: 100% !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
    padding-bottom: 16px;
  }

  .home-hero--premium .premium-home-slide--ds600 .ds600-hero__media-kicker {
    top: 12px;
    left: 12px;
  }

  .home-hero--premium .premium-home-slide--ds600 .ds600-hero__media-badge {
    right: 12px;
    bottom: 10px;
  }
}

@media (max-width: 430px) {
  .home-hero--premium .premium-showcase-stage,
  .home-hero--premium .premium-home-slide--ds600 {
    height: 650px !important;
    min-height: 650px !important;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__media {
    flex-basis: 218px;
    height: 218px !important;
    min-height: 218px !important;
  }
}

/* V3: draggable slider and centered duration indicator */
.home-hero--premium .premium-showcase-stage {
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.home-hero--premium .premium-showcase-stage.is-dragging {
  cursor: grabbing;
}

.home-hero--premium .premium-showcase-stage img,
.home-hero--premium .premium-showcase-stage a {
  -webkit-user-drag: none;
}

.home-hero--premium .premium-showcase-stage.is-dragging .home-slide.is-active {
  opacity: var(--yektek-slider-drag-opacity, 1) !important;
  transform: translate3d(var(--yektek-slider-drag-x, 0), 0, 0) !important;
  transition: none !important;
  will-change: transform, opacity;
}

.home-hero--premium .premium-showcase-nav {
  display: none !important;
}

.home-hero--premium .premium-showcase-timer {
  position: absolute !important;
  z-index: 8;
  right: 0 !important;
  bottom: 14px !important;
  left: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: clamp(148px, 20vw, 188px);
  min-height: 18px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(5, 14, 23, .78);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
  margin-right: auto !important;
  margin-left: auto !important;
  transform: none;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.home-hero--premium .premium-showcase-timer__next,
.home-hero--premium .premium-showcase-timer strong {
  display: none !important;
}

.home-hero--premium .premium-showcase-timer__track {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, .25);
}

.home-hero--premium .premium-showcase-timer__track i {
  background: linear-gradient(90deg, #ef233c, #ff5d72);
  box-shadow: 0 0 10px rgba(239, 35, 60, .7);
}

@media (max-width: 680px) {
  .home-hero--premium .premium-showcase-timer {
    bottom: 10px !important;
    width: 152px;
    min-height: 16px;
    padding: 5px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero--premium .premium-showcase-stage.is-dragging .home-slide.is-active {
    transition: none !important;
  }
}

/* V4: shared premium format for every homepage showcase slide */
.home-hero--premium .premium-home-slide--ds600 :is(h1, h2) {
  position: relative !important;
  inset: auto !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: 620px !important;
  max-height: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: visible !important;
  color: #fff !important;
  font-size: clamp(40px, 4.7vw, 62px) !important;
  font-weight: 900;
  line-height: .92 !important;
  letter-spacing: -.055em;
  text-shadow: none;
  -webkit-line-clamp: unset !important;
}

.home-hero--premium .premium-home-slide--ds600 :is(h1, h2) span {
  display: block;
  margin-bottom: 7px;
  color: var(--ds600-red);
  font-size: .31em;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .22em;
}

.home-hero--premium .premium-home-slide--mt310 {
  --ds600-red: #ff9f1c;
  --ds600-red-dark: #df7600;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 159, 28, .25), transparent 29%),
    radial-gradient(circle at 47% 96%, rgba(255, 193, 74, .13), transparent 31%),
    linear-gradient(135deg, #10151d 0%, #202837 58%, #111923 100%) !important;
}

.home-hero--premium .premium-home-slide--anj600 {
  --ds600-red: #24c6b7;
  --ds600-red-dark: #11877e;
  background:
    radial-gradient(circle at 8% 8%, rgba(36, 198, 183, .24), transparent 29%),
    radial-gradient(circle at 47% 96%, rgba(84, 225, 211, .13), transparent 31%),
    linear-gradient(135deg, #07191b 0%, #102b31 58%, #091c21 100%) !important;
}

.home-hero--premium .premium-home-slide--obdeleven {
  --ds600-red: #7b8cff;
  --ds600-red-dark: #4e5fd8;
  background:
    radial-gradient(circle at 8% 8%, rgba(123, 140, 255, .25), transparent 29%),
    radial-gradient(circle at 47% 96%, rgba(128, 202, 255, .13), transparent 31%),
    linear-gradient(135deg, #0c1121 0%, #192443 58%, #10182c 100%) !important;
}

.home-hero--premium .premium-home-slide--mt310 .premium-home-slide__media img {
  inset: 4% -8% !important;
  width: 116% !important;
  height: 92% !important;
}

.home-hero--premium .premium-home-slide--anj600 .premium-home-slide__media img {
  inset: -2% 5% !important;
  width: 90% !important;
  height: 104% !important;
}

.home-hero--premium .premium-home-slide--obdeleven .premium-home-slide__media img {
  inset: 0 -5% !important;
  width: 110% !important;
  height: 100% !important;
}

.home-hero--premium .premium-home-slide--mt310 .premium-home-slide__actions a:first-child {
  border-color: #ff9f1c;
  background: linear-gradient(135deg, #ff9f1c, #df7600);
}

.home-hero--premium .premium-home-slide--anj600 .premium-home-slide__actions a:first-child {
  border-color: #24c6b7;
  background: linear-gradient(135deg, #24c6b7, #11877e);
}

.home-hero--premium .premium-home-slide--obdeleven .premium-home-slide__actions a:first-child {
  border-color: #7b8cff;
  background: linear-gradient(135deg, #7b8cff, #4e5fd8);
}

@media (max-width: 680px) {
  .home-hero--premium .premium-home-slide--ds600 :is(h1, h2) {
    font-size: clamp(31px, 10vw, 42px) !important;
    line-height: .94 !important;
  }

  .home-hero--premium .premium-home-slide--ds600 :is(h1, h2) span {
    margin-bottom: 5px;
    font-size: .32em;
  }

  .home-hero--premium .premium-home-slide--mt310 .premium-home-slide__media img {
    inset: 3% 0 !important;
    width: 100% !important;
    height: 94% !important;
  }

  .home-hero--premium .premium-home-slide--anj600 .premium-home-slide__media img {
    inset: -2% 12% !important;
    width: 76% !important;
    height: 104% !important;
  }

  .home-hero--premium .premium-home-slide--obdeleven .premium-home-slide__media img {
    inset: 0 3% !important;
    width: 94% !important;
    height: 100% !important;
  }
}

@media (max-width: 680px) {
  html body main.home-page section.home-hero.home-hero--premium .premium-showcase-stage,
  html body main.home-page section.home-hero.home-hero--premium .premium-showcase-stage > .premium-home-slide--ds600 {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
  }

  html body main.home-page section.home-hero.home-hero--premium > .premium-product-rail {
    display: none !important;
  }
}

/* V6: keep every product's typography aligned to the ANJ600 reference */
@media (min-width: 681px) {
  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
    justify-content: flex-start !important;
    padding-top: 64px;
  }

  .home-hero--premium .premium-home-slide--ds600 :is(h1, h2) {
    min-height: 83px;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__lead {
    width: 100% !important;
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
  }

  .home-hero--premium .ds600-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    height: 71px;
    min-height: 71px;
    max-height: 71px;
    overflow: hidden;
  }

  .home-hero--premium .ds600-hero__stat {
    height: 71px;
    min-height: 71px;
    max-height: 71px;
    padding: 9px;
    overflow: hidden;
  }

  .home-hero--premium .ds600-hero__stat i {
    margin-right: 5px;
    font-size: 14px;
  }

  .home-hero--premium .ds600-hero__stat strong {
    overflow: hidden;
    font-size: 18px;
    white-space: nowrap;
  }

  .home-hero--premium
    .premium-home-slide--ds600:not(.premium-home-slide--anj600)
    .ds600-hero__stat strong {
    font-size: 16px;
  }

  .home-hero--premium
    .premium-home-slide--mt310
    .ds600-hero__stat strong {
    font-size: 14px;
  }

  .home-hero--premium .ds600-hero__stat span {
    overflow: hidden;
    font-size: 8.8px;
  }

  .home-hero--premium .ds600-hero__protocols {
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    overflow: hidden;
  }

  .home-hero--premium .ds600-hero__protocols span {
    flex: 0 0 auto;
    padding: 5px 6px;
    font-size: 8.2px;
    white-space: nowrap;
  }

  .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price {
    min-height: 53px !important;
    max-height: 53px;
  }
}

@media (max-width: 680px) {
  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__copy {
    overflow: hidden;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 :is(h1, h2),
  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__lead,
  .home-page .home-hero--premium .ds600-hero__stats,
  .home-page .home-hero--premium .ds600-hero__protocols,
  .home-page .home-hero--premium .premium-home-slide__price,
  .home-page .home-hero--premium .premium-home-slide__actions {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__lead {
    height: 28px;
    min-height: 28px;
    max-height: 28px;
  }

  .home-page .home-hero--premium .ds600-hero__stats,
  .home-page .home-hero--premium .ds600-hero__stat {
    height: 49px;
    min-height: 49px;
    max-height: 49px;
    overflow: hidden;
  }

  .home-page .home-hero--premium .ds600-hero__stat strong,
  .home-page .home-hero--premium .ds600-hero__stat span {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .home-page .home-hero--premium .ds600-hero__protocols {
    flex-wrap: nowrap;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    overflow: hidden;
  }

  .home-page .home-hero--premium .ds600-hero__protocols span {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price {
    min-height: 40px !important;
    max-height: 40px;
    overflow: hidden !important;
  }

  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price strong,
  .home-page .home-hero--premium .premium-home-slide--ds600 .premium-home-slide__price small {
    line-height: 1 !important;
    white-space: nowrap;
  }

  .home-page .home-hero--premium .premium-home-slide--obdeleven :is(h1, h2) {
    font-size: clamp(29px, 9.2vw, 34px) !important;
  }
}

/* V7: keep feature-card labels inside their boxes at every viewport width */
.home-page .home-hero--premium .ds600-hero__stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.home-page .home-hero--premium .ds600-hero__stat i {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: 0;
  transform: translateY(-50%);
}

.home-page .home-hero--premium .ds600-hero__stat strong {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 6px;
  box-sizing: border-box;
  overflow: visible;
  font-size: clamp(11px, 1.35vw, 18px);
  line-height: 1.05;
  white-space: normal;
  overflow-wrap: normal;
  text-align: center;
}

.home-page .home-hero--premium .ds600-hero__stat span {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 6px;
  box-sizing: border-box;
  overflow: visible;
  font-size: clamp(7px, .68vw, 9.5px);
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 1100px) and (min-width: 681px) {
  .home-page .home-hero--premium .ds600-hero__stat {
    padding-inline: 6px;
  }

  .home-page .home-hero--premium .ds600-hero__stat i {
    left: 6px;
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .home-page .home-hero--premium .ds600-hero__stat strong {
    font-size: clamp(10px, 3.6vw, 14px);
  }

  .home-page .home-hero--premium .ds600-hero__stat span {
    font-size: clamp(6.5px, 2.15vw, 8px);
  }

  .home-page .home-hero--premium .ds600-hero__stat strong,
  .home-page .home-hero--premium .ds600-hero__stat span {
    padding-left: 20px;
    padding-right: 4px;
  }
}

.home-page
  .home-hero--premium
  .premium-home-slide--obdeleven
  .ds600-hero__stat
  span {
  padding-left: 22px;
  padding-right: 4px;
  font-size: clamp(6.5px, .58vw, 8px);
  line-height: 1.08;
  overflow-wrap: normal;
}

/* V10: center the icon/title pair and give the subtitle the full card width */
.home-page .home-hero--premium .ds600-hero__stat {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  row-gap: 3px;
}

.home-page .home-hero--premium .ds600-hero__stat i {
  position: static;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  transform: none;
}

.home-page .home-hero--premium .ds600-hero__stat strong {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}

.home-page .home-hero--premium .ds600-hero__stat span,
.home-page
  .home-hero--premium
  .premium-home-slide--obdeleven
  .ds600-hero__stat
  span {
  grid-column: 1 / 3;
  grid-row: 2;
  width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 680px) {
  .home-page .home-hero--premium .ds600-hero__stat {
    column-gap: 3px;
    row-gap: 2px;
  }

  .home-page .home-hero--premium .ds600-hero__stat span {
    padding-inline: 2px;
  }
}

@media (max-width: 1100px) and (min-width: 681px) {
  .home-page .home-hero--premium .ds600-hero__stats {
    grid-template-columns:
      minmax(0, .9fr)
      minmax(0, .9fr)
      minmax(0, 1.2fr);
  }

  .home-page .home-hero--premium .ds600-hero__stat {
    column-gap: 3px;
  }

  .home-page .home-hero--premium .ds600-hero__stat i {
    font-size: 11px;
  }

  .home-page .home-hero--premium .ds600-hero__stat strong {
    font-size: clamp(9.5px, 1.1vw, 15px);
    letter-spacing: -.035em;
  }
}

/* V11: card width, not browser width, is the limiting dimension */
.home-page .home-hero--premium .ds600-hero__stat strong {
  font-size: clamp(10px, .9vw, 14px) !important;
  width: max-content;
  min-width: max-content;
  max-width: none;
  overflow: visible !important;
  letter-spacing: -.03em;
}
