.hero {
  flex-direction: column;
}

.tube-package-showcase {
  position: relative;
  z-index: 6;
  width: 100%;
  margin-top: clamp(56px, 7vw, 92px);
  padding: 0 0 clamp(28px, 5vw, 54px);
}

.tube-package-showcase[hidden] {
  display: none !important;
}

.tube-package-showcase::before {
  content: "";
  position: absolute;
  inset: -42px 0 auto 50%;
  width: min(760px, 86vw);
  height: 190px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 22, 22, .2), transparent 68%);
  filter: blur(24px);
  pointer-events: none;
}

.tube-package-heading {
  position: relative;
  width: min(760px, calc(100% - 28px));
  margin: 0 auto 26px;
  text-align: center;
}

.tube-package-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #ff8d8d;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.tube-package-kicker::before,
.tube-package-kicker::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.tube-package-kicker::after {
  transform: rotate(180deg);
}

.tube-package-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 4vw, 2.7rem);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.tube-package-heading h2 span {
  color: #ff2b2b;
  text-shadow: 0 0 30px rgba(255, 22, 22, .38);
}

.tube-package-heading p {
  margin: 10px 0 0;
  color: #aeb4c1;
  font-size: clamp(.82rem, 1.8vw, .98rem);
  font-weight: 650;
}

.tube-package-service-title {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 28px));
  margin: 34px auto 0;
  color: #fff;
  font-size: clamp(1.45rem, 3.5vw, 2.15rem);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 0 28px rgba(255, 22, 22, .34);
}

.tube-package-service-title i {
  margin-right: 8px;
  color: #ff3838;
  font-size: .82em;
  filter: drop-shadow(0 0 13px rgba(255, 34, 34, .48));
}

.tube-package-service-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #8f0000, #ff2b2b, #8f0000);
  box-shadow: 0 0 20px rgba(255, 22, 22, .5);
}

.tube-package-sections {
  display: grid;
  gap: clamp(32px, 5vw, 58px);
}

.tube-package-service-block {
  min-width: 0;
}

.tube-package-service-block + .tube-package-service-block {
  padding-top: clamp(4px, 1vw, 12px);
}

.tube-package-carousel {
  --tube-package-side-space: clamp(22px, 3vw, 56px);
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 24px 0 30px;
  cursor: grab;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  scroll-snap-type: x proximity;
  scroll-padding-inline: var(--tube-package-side-space);
}

.tube-package-carousel::-webkit-scrollbar {
  display: none;
}

.tube-package-carousel.is-user-scrolling {
  cursor: grabbing;
  scroll-behavior: auto;
}

.tube-package-track {
  display: flex;
  align-items: stretch;
  width: max-content;
}

.tube-package-group {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  min-width: max-content;
  padding-inline: var(--tube-package-side-space);
}

.tube-package-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(245px, 25vw, 300px);
  min-height: 292px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 24px 24px;
  border: 1px solid transparent;
  border-radius: 24px;
  background:
    linear-gradient(155deg, rgba(20, 20, 25, .98), rgba(6, 6, 8, .99)) padding-box,
    conic-gradient(from var(--tube-card-angle, 0deg), transparent 0 18%, #ff1919 27%, #ff7474 34%, transparent 43% 68%, #741010 78%, transparent 88%) border-box;
  box-shadow:
    0 26px 55px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  isolation: isolate;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  animation: tubeCardBorder 4.2s linear infinite;
}

.tube-package-card:nth-child(2n) { animation-delay: -1.35s; }
.tube-package-card:nth-child(3n) { animation-delay: -2.7s; }

.tube-package-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 165px;
  height: 165px;
  top: -90px;
  right: -70px;
  border-radius: 50%;
  background: rgba(255, 22, 22, .2);
  filter: blur(32px);
  transition: transform .35s ease, opacity .35s ease;
}

.tube-package-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 22px;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, .08) 38%, transparent 54%);
  background-size: 220% 100%;
  animation: tubeCardShine 4.8s ease-in-out infinite;
}

.tube-package-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 32px 72px rgba(0, 0, 0, .58),
    0 0 34px rgba(255, 22, 22, .18),
    inset 0 1px 0 rgba(255, 255, 255, .1);
}

.tube-package-card:hover::before {
  opacity: .9;
  transform: scale(1.2);
}

.tube-package-card.has-package-image {
  min-height: 0;
  justify-content: flex-start;
  padding: 10px 14px 16px;
}

.tube-package-card-content {
  display: flex;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
}

.tube-package-image-frame {
  position: relative;
  z-index: 1;
  appearance: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 17px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 37, 37, .16), transparent 60%),
    linear-gradient(145deg, #17171b, #08080a);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .09);
  cursor: pointer;
  isolation: isolate;
}

.tube-package-image-frame:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 3px;
}

.tube-package-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 23%, rgba(255, 255, 255, .26) 43%, transparent 62%);
  background-size: 230% 100%;
  animation: tubeImageShine 4.8s ease-in-out infinite;
}

.tube-package-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity .25s ease, transform .35s ease, filter .35s ease;
}

.tube-package-card.is-image-loaded .tube-package-image {
  opacity: 1;
}

.tube-package-card:hover .tube-package-image {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.tube-package-card.is-image-unavailable {
  display: none;
}

.tube-package-card.is-package-locked {
  min-height: 0;
  isolation: isolate;
}

.tube-package-card.is-package-locked .tube-package-card-content {
  filter: blur(7px) saturate(.65) brightness(.5);
  opacity: .72;
  pointer-events: none;
  user-select: none;
}

.tube-package-card.is-package-locked::after {
  z-index: 2;
  background:
    radial-gradient(circle at center, rgba(255, 30, 30, .18), transparent 55%),
    linear-gradient(180deg, rgba(3, 3, 5, .08), rgba(3, 3, 5, .48));
  animation: none;
}

.tube-package-more {
  position: absolute;
  z-index: 7;
  inset: 50% auto auto 50%;
  display: inline-flex;
  width: calc(100% - 34px);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 15px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 42, 42, .98), rgba(133, 0, 0, .98));
  box-shadow: 0 18px 44px rgba(0, 0, 0, .62), 0 0 34px rgba(255, 32, 32, .46);
  cursor: pointer;
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .055em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.tube-package-more i {
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.12rem;
}

.tube-package-more:hover,
.tube-package-more:focus-visible {
  transform: translate(-50%, calc(-50% - 3px)) scale(1.025);
  filter: brightness(1.12);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .7), 0 0 40px rgba(255, 32, 32, .58);
}

.tube-package-more:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.tube-package-more-note {
  position: absolute;
  z-index: 7;
  top: calc(50% + 48px);
  left: 50%;
  display: flex;
  width: calc(100% - 36px);
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 9px 10px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  color: #fff;
  background: rgba(5, 5, 7, .84);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .48);
  font-size: .69rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .9);
  pointer-events: none;
}

.tube-package-more-note i {
  flex: 0 0 auto;
  color: #ff5a5a;
  font-size: .86rem;
  filter: drop-shadow(0 0 8px rgba(255, 32, 32, .5));
}

.tube-package-discount {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: -39px;
  width: 148px;
  padding: 8px 6px;
  transform: rotate(40deg);
  color: #fff;
  background: linear-gradient(90deg, #8f0000, #ff1d1d, #8f0000);
  box-shadow: 0 7px 24px rgba(255, 22, 22, .35);
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.tube-package-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-bottom: 26px;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.tube-package-price.has-promotional-price {
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 7px;
  line-height: 1.05;
}

.tube-package-price-before,
.tube-package-price-now-label {
  flex: 0 0 100%;
  text-align: center;
  font-size: .72rem;
  font-weight: 900;
}

.tube-package-price-before {
  color: #a1a1aa;
}

.tube-package-price-before s {
  color: #d4d4d8;
  text-decoration-color: #ff3030;
  text-decoration-thickness: 2px;
}

.tube-package-price-now-label {
  color: #ff4a4a;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.tube-package-price-current {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.tube-package-card.has-package-image .tube-package-price {
  margin: 17px 0 15px;
}

.tube-package-card.has-package-image .tube-package-price strong {
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
}

.tube-package-price-current small {
  margin-top: 5px;
  color: #ff3b3b;
  font-size: .8rem;
  font-weight: 950;
}

.tube-package-price-current strong {
  font-size: clamp(2rem, 3.5vw, 2.65rem);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: 1;
}

.tube-package-buy {
  position: relative;
  width: 100%;
  min-height: 49px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff2424, #a90000);
  box-shadow: 0 13px 30px rgba(255, 22, 22, .28);
  cursor: pointer;
  font-size: .77rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.tube-package-buy::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%) skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
  animation: tubeButtonSweep 3.4s ease-in-out infinite;
}

.tube-package-buy:hover,
.tube-package-buy:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.12);
  box-shadow: 0 16px 38px rgba(255, 22, 22, .42);
}

.tube-package-buy:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .86);
  outline-offset: 3px;
}

.tube-package-buy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 10px 0 0;
  padding: 8px 9px;
  border: 1px solid rgba(255, 196, 83, .24);
  border-radius: 10px;
  color: #ffe6a6;
  background: linear-gradient(135deg, rgba(246, 196, 83, .1), rgba(255, 42, 42, .07));
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.tube-package-buy-note span {
  flex: 0 0 auto;
  color: #ffd166;
  filter: drop-shadow(0 0 7px rgba(255, 209, 102, .6));
}

.tube-package-status {
  min-height: 18px;
  margin: -12px 0 0;
  color: #9ca3af;
  font-size: .72rem;
  font-weight: 750;
  text-align: center;
}

.tube-package-redirect-notice {
  position: fixed;
  z-index: 99999;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  display: flex;
  width: min(620px, calc(100% - 28px));
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  transform: translate(-50%, 24px);
  border: 1px solid rgba(255, 94, 94, .5);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, rgba(29, 7, 10, .98), rgba(7, 7, 10, .98));
  box-shadow: 0 22px 65px rgba(0, 0, 0, .72), 0 0 34px rgba(255, 25, 25, .24);
  opacity: 0;
  pointer-events: none;
  font-size: clamp(.78rem, 2.5vw, .94rem);
  font-weight: 850;
  line-height: 1.4;
  transition: opacity .2s ease, transform .25s ease;
}

.tube-package-redirect-notice.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.tube-package-redirect-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #ff2828, #9c0000);
  box-shadow: 0 9px 22px rgba(255, 25, 25, .32);
}

.tube-other-packages {
  position: relative;
  z-index: 2;
  width: min(940px, calc(100% - 28px));
  margin: 12px auto 0;
}

.tube-other-packages-mobile {
  display: none;
}

.tube-other-packages-desktop {
  position: relative;
  overflow: hidden;
  padding: 30px clamp(24px, 5vw, 54px);
  border: 1px solid rgba(255, 67, 67, .25);
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 39, 39, .18), transparent 37%),
    linear-gradient(135deg, rgba(27, 12, 15, .98), rgba(7, 7, 10, .99));
  box-shadow:
    0 28px 76px rgba(0, 0, 0, .5),
    0 0 42px rgba(255, 22, 22, .1),
    inset 0 1px 0 rgba(255, 255, 255, .07);
  text-align: center;
}

.tube-other-packages-desktop::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: -150px;
  right: -80px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(255, 255, 255, .018), 0 0 0 64px rgba(255, 255, 255, .012);
  pointer-events: none;
}

.tube-other-packages-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: #ff8585;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tube-other-packages-desktop h3 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.tube-other-packages-desktop > p:not(.tube-other-packages-kicker) {
  position: relative;
  max-width: 650px;
  margin: 10px auto 20px;
  color: #b9bdc7;
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.5;
}

.tube-other-packages-cta {
  min-height: 52px;
  padding: 13px 25px;
  font-size: .76rem;
  letter-spacing: .045em;
}

.tube-package-controls {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: -9px auto 18px;
}

.tube-package-control {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 35, 35, .96), rgba(112, 0, 0, .98));
  box-shadow: 0 11px 28px rgba(255, 22, 22, .26), inset 0 1px 0 rgba(255, 255, 255, .22);
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.tube-package-control:hover,
.tube-package-control:focus-visible {
  transform: translateY(-2px) scale(1.06);
  filter: brightness(1.12);
  box-shadow: 0 15px 34px rgba(255, 22, 22, .38), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.tube-package-control:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .82);
  outline-offset: 3px;
}

.tube-package-control:disabled,
.tube-package-control[aria-disabled="true"] {
  opacity: .34;
  cursor: default;
  transform: none;
  filter: grayscale(.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.tube-package-control-hint {
  color: #c9cbd2;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tube-packages-jump {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 12px;
  color: #fff;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 42, 42, .7);
}

.tube-packages-jump span {
  animation: tubeJumpTextBlink 1.25s ease-in-out infinite;
}

.tube-packages-jump i {
  color: #ffd21c;
  font-size: 1.35rem;
  filter:
    drop-shadow(0 0 6px rgba(255, 210, 28, 1))
    drop-shadow(0 0 15px rgba(255, 181, 0, .82));
  animation: tubeJumpArrow 1s ease-in-out infinite;
}

.tube-packages-jump-mobile {
  display: inline-flex;
}

.tube-packages-jump-desktop {
  display: none;
}

.tube-packages-jump:hover,
.tube-packages-jump:focus-visible {
  color: #ff7a7a;
}

.tube-packages-jump:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .8);
  outline-offset: 6px;
  border-radius: 6px;
}

@property --tube-card-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes tubeCardBorder {
  to { --tube-card-angle: 360deg; }
}

@keyframes tubeCardShine {
  0%, 55% { background-position: 180% 0; opacity: 0; }
  70% { opacity: 1; }
  100% { background-position: -60% 0; opacity: 0; }
}

@keyframes tubeImageShine {
  0%, 56% { background-position: 180% 0; opacity: 0; }
  70% { opacity: .88; }
  100% { background-position: -70% 0; opacity: 0; }
}

@keyframes tubeButtonSweep {
  0%, 52% { transform: translateX(-130%) skewX(-22deg); }
  78%, 100% { transform: translateX(150%) skewX(-22deg); }
}

@keyframes tubeJumpTextBlink {
  0%, 100% { opacity: .48; }
  50% { opacity: 1; }
}

@keyframes tubeJumpArrow {
  0%, 100% { opacity: .68; transform: translateY(-2px); }
  50% { opacity: 1; transform: translateY(6px); }
}

@media (min-width: 621px) {
  .tube-package-showcase[data-preview-packages="true"] .tube-package-track {
    width: 100%;
    min-width: 100%;
    justify-content: center;
  }

  .tube-package-showcase[data-preview-packages="true"] .tube-package-group {
    justify-content: center;
  }
}

@media (max-width: 968px) {
  .tube-package-showcase {
    margin-top: 68px;
  }

  .tube-package-service-title {
    margin-top: 25px;
    padding-inline: 14px;
  }

  .tube-package-card {
    width: clamp(242px, 42vw, 290px);
  }
}

@media (hover: none), (pointer: coarse) {
  .tube-package-card:hover {
    transform: none;
  }

  .tube-package-card:hover::before {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 969px) {
  .tube-packages-jump-mobile {
    display: none;
  }

  .tube-packages-jump-desktop {
    display: inline-flex;
    margin-top: 8px;
    font-size: .78rem;
  }

  .tube-packages-jump-desktop i {
    font-size: 1.55rem;
  }
}

@media (max-width: 620px) {
  .tube-package-showcase {
    margin-top: 72px;
    padding-bottom: 24px;
  }

  .tube-package-heading {
    margin-bottom: 17px;
  }

  .tube-package-heading p {
    padding: 0 8px;
  }

  .tube-package-carousel {
    --tube-package-side-space: 14px;
    padding: 20px 0 26px;
  }

  .tube-package-group {
    gap: 14px;
  }

  .tube-package-card {
    width: min(78vw, 278px);
    min-height: 276px;
    padding: 40px 20px 21px;
    border-radius: 21px;
  }

  .tube-package-card.has-package-image {
    min-height: 0;
    padding: 9px 12px 14px;
  }

  .tube-package-more {
    width: calc(100% - 26px);
    min-height: 54px;
    padding-inline: 12px;
    font-size: .69rem;
  }

  .tube-package-more-note {
    top: calc(50% + 44px);
    width: calc(100% - 28px);
    padding: 8px 9px;
    font-size: .63rem;
  }

  .tube-package-image-frame {
    border-radius: 15px;
  }

  .tube-package-card::after {
    border-radius: 19px;
  }

  .tube-package-controls {
    margin-top: -6px;
    gap: 10px;
  }

  .tube-package-control {
    width: 44px;
    height: 44px;
  }

  .tube-package-control-hint {
    max-width: 155px;
    font-size: .62rem;
    line-height: 1.25;
    text-align: center;
  }

  .tube-package-buy-note {
    align-items: center;
    font-size: .59rem;
  }

  .tube-other-packages {
    width: 100%;
    margin-top: 8px;
  }

  .tube-other-packages-desktop {
    display: none;
  }

  .tube-other-packages-mobile {
    display: block;
  }

  .tube-other-packages-mobile h3 {
    width: min(350px, calc(100% - 30px));
    margin: 0 auto 4px;
    color: #fff;
    font-size: clamp(1.25rem, 6.3vw, 1.62rem);
    font-weight: 950;
    letter-spacing: -.035em;
    line-height: 1.12;
    text-align: center;
    text-wrap: balance;
  }

  .tube-other-packages-mobile h3::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #8d0000, #ff3838, #ffd166);
    box-shadow: 0 0 18px rgba(255, 43, 43, .45);
  }

  .tube-other-packages-track {
    display: flex;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    padding: 24px max(24px, calc((100vw - 324px) / 2)) 28px;
    scroll-padding-inline: max(24px, calc((100vw - 324px) / 2));
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .tube-other-packages-track::-webkit-scrollbar {
    display: none;
  }

  .tube-other-package-slide {
    position: relative;
    flex: 0 0 min(83vw, 324px);
    aspect-ratio: 2 / 1;
    overflow: hidden;
    border: 1px solid rgba(255, 87, 87, .4);
    border-radius: 20px;
    background: #08080a;
    box-shadow:
      0 24px 48px rgba(0, 0, 0, .62),
      0 0 32px rgba(255, 23, 23, .2),
      0 0 0 6px rgba(255, 255, 255, .025),
      inset 0 1px 0 rgba(255, 255, 255, .12);
    transform: perspective(900px) rotateX(1.2deg) translateZ(0);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    isolation: isolate;
  }

  .tube-other-package-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .72) 100%),
      linear-gradient(112deg, transparent 25%, rgba(255, 255, 255, .15) 43%, transparent 58%);
    background-size: 100% 100%, 230% 100%;
    animation: tubeImageShine 4.8s ease-in-out infinite;
  }

  .tube-other-package-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.01);
    transition: transform .28s ease, filter .28s ease;
  }

  .tube-other-package-slide:active img {
    transform: scale(1.035);
    filter: saturate(1.14) contrast(1.06);
  }

  .tube-other-package-button {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 4;
    min-width: 132px;
    padding: 10px 17px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 248, 193, .95);
    border-radius: 999px;
    color: #171103;
    background: linear-gradient(135deg, #fff176 0%, #ffd43b 48%, #ffbd00 100%);
    box-shadow:
      0 13px 30px rgba(255, 190, 0, .45),
      0 0 0 4px rgba(255, 215, 59, .12),
      inset 0 1px 0 rgba(255, 255, 255, .78),
      inset 0 -2px 0 rgba(120, 77, 0, .18);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .055em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .42);
    transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
  }

  .tube-other-package-slide:hover .tube-other-package-button,
  .tube-other-package-slide:focus-visible .tube-other-package-button {
    transform: translateX(-50%) translateY(-2px);
    filter: brightness(1.06) saturate(1.08);
    box-shadow:
      0 17px 36px rgba(255, 190, 0, .56),
      0 0 0 5px rgba(255, 215, 59, .15),
      inset 0 1px 0 rgba(255, 255, 255, .82),
      inset 0 -2px 0 rgba(120, 77, 0, .18);
  }

  .tube-other-package-slide:active .tube-other-package-button {
    transform: translateX(-50%) scale(.97);
  }

  .tube-other-packages-swipe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: -12px 0 0;
    color: #bfc2ca;
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .tube-packages-jump {
    margin-top: 10px;
    font-size: .7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tube-package-track {
    transform: none !important;
  }

  .tube-package-card,
  .tube-package-card::after,
  .tube-package-image-frame::after,
  .tube-package-buy::after,
  .tube-packages-jump span,
  .tube-packages-jump i {
    animation: none !important;
  }

  .tube-package-carousel {
    scroll-snap-type: x mandatory;
  }

  .tube-package-card {
    scroll-snap-align: center;
  }

  .tube-package-image {
    transform: none !important;
    transition: none !important;
  }
}
