.ns-combo-page {
  --ns-combo-purple: #9333ea;
  --ns-combo-purple-2: #7c3aed;
  --ns-combo-green: #4ade80;
  --ns-combo-bg: #07070b;
  background:
    radial-gradient(1200px 480px at 12% -10%, rgba(147, 51, 234, 0.22), transparent 60%),
    radial-gradient(900px 420px at 90% 0%, rgba(37, 99, 235, 0.12), transparent 55%),
    var(--ns-combo-bg);
  color: #f4f4f5;
  padding-bottom: 7.5rem;
}

.ns-combo-shell {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
}

.ns-combo-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  align-items: stretch;
  overflow: hidden;
  height: 32rem;
  min-height: 32rem;
  max-height: 32rem;
  padding: clamp(1.15rem, 2.6vw, 1.9rem);
  border-radius: 1.25rem;
  background:
    radial-gradient(ellipse at 72% 42%, rgba(124, 58, 237, 0.32), transparent 58%),
    radial-gradient(ellipse at 12% 80%, rgba(88, 28, 135, 0.22), transparent 50%),
    #0b0d13;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ns-combo-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ns-combo-hero__slides::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 8, 28, 0.92) 0%, rgba(14, 8, 26, 0.62) 40%, rgba(18, 8, 32, 0.28) 72%, rgba(16, 8, 28, 0.48) 100%),
    linear-gradient(0deg, rgba(12, 6, 22, 0.45) 0%, transparent 50%),
    linear-gradient(180deg, rgba(88, 28, 135, 0.18), transparent 42%);
}

.ns-combo-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: none;
  transition: opacity 1.35s ease;
  animation: none;
}

.ns-combo-hero__slide.is-active {
  opacity: 1;
  transform: none;
  animation: none;
}

@keyframes ns-combo-ken {
  from { transform: none; }
  to { transform: none; }
}

.ns-combo-hero__copy,
.ns-combo-sim {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
}

.ns-combo-hero__copy {
  overflow: hidden;
}

.ns-combo-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.ns-combo-back:hover {
  color: #fff;
}

.ns-combo-hero__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 0.85rem;
  margin-bottom: 0.7rem;
}

.ns-combo-hero__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(147, 51, 234, 0.22);
  color: #d8b4fe;
}

.ns-combo-hero__heading h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.ns-combo-hero__heading h1 span {
  background: linear-gradient(90deg, #c084fc, #818cf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ns-combo-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  height: 1.7rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(74, 222, 128, 0.35);
  color: #86efac;
  font-size: 0.72rem;
  font-weight: 700;
}

.ns-combo-pill svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ns-combo-hero__lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.ns-combo-hero__lead strong {
  color: #fff;
}

.ns-combo-hero__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  padding: 0;
  margin: 0 0 1.15rem;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
}

.ns-combo-hero__perks li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ns-combo-hero__perks svg {
  width: 0.95rem;
  height: 0.95rem;
  color: #c084fc;
}

.ns-combo-steps {
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 32rem;
  list-style: none;
}

.ns-combo-steps li {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  padding: 0 0.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.73rem;
  font-weight: 500;
  line-height: 1.3;
}

.ns-combo-steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 1.175rem;
  left: calc(50% + 1.85rem);
  right: calc(-50% + 1.85rem);
  height: 2px;
  margin-top: -1px;
  border-radius: 9999px;
  background: linear-gradient(to right, rgba(168, 85, 247, 0.55), rgba(168, 85, 247, 0.12));
}

.ns-combo-steps b {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  font-size: 0.86rem;
  font-weight: 800;
  font-style: normal;
  color: #1a0528;
  background: radial-gradient(circle at 50% 30%, #c084fc 0%, #a855f7 55%, #7c3aed 100%);
  box-shadow: 0 8px 20px -8px rgba(168, 85, 247, 0.6), 0 0 0 5px rgba(168, 85, 247, 0.07);
}

.ns-combo-sim {
  justify-self: end;
  align-self: stretch;
  width: 360px;
  height: 100%;
}

.ns-combo-sim__win {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  background: linear-gradient(#12141a, #0a0b0f);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 34px 80px -30px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ns-combo-sim__view {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  overflow: hidden;
}

.ns-combo-sim__steps {
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 0.55rem 0 0.8rem;
}

.ns-combo-sim__steps span {
  width: 22px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.ns-combo-sim__steps span.is-active {
  background: linear-gradient(90deg, #34d399, #a855f7);
}

.ns-combo-sim__cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  z-index: 30;
  pointer-events: none;
  transform: translate(80px, 90px);
  transition: transform 0.62s cubic-bezier(0.45, 0.5, 0.15, 1);
  opacity: 0;
}

.ns-combo-sim__cursor.is-on {
  opacity: 1;
}

.ns-combo-sim__cursor-tip {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left top;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.6));
}

.ns-combo-sim__cursor.is-click .ns-combo-sim__cursor-tip {
  transform: scale(0.78);
}

.ns-sim-scr {
  padding: 0.95rem 0.95rem 0.2rem;
}

.ns-sim-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}

.ns-sim-h-title {
  font-size: 0.92rem;
  font-weight: 700;
}

.ns-sim-h-count {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-variant-numeric: tabular-nums;
}

.ns-sim-chip {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(147, 51, 234, 0.22);
  color: #e9d5ff;
}

.ns-sim-bar {
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.ns-sim-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #7c3aed, #22c55e);
  transition: width 0.28s ease;
}

.ns-sim-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.ns-sim-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0;
  border: 0;
  text-align: left;
  color: inherit;
  background: transparent;
}

.ns-sim-tile-cover {
  display: block;
  width: 100%;
  height: 6.35rem;
  aspect-ratio: auto;
  border-radius: 0.55rem;
  background-size: cover;
  background-position: center;
  border: 2px solid transparent;
}

.ns-sim-tile.is-sel .ns-sim-tile-cover {
  border-color: #4ade80;
}

.ns-sim-check {
  position: absolute;
  top: 0.28rem;
  right: 0.28rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 99px;
  display: none;
  place-items: center;
  background: #22c55e;
  color: #052e16;
}

.ns-sim-check svg {
  width: 0.7rem;
  height: 0.7rem;
}

.ns-sim-tile.is-sel .ns-sim-check {
  display: grid;
}

.ns-sim-tile-name {
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ns-sim-tile-price {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.55);
}

.ns-sim-foot {
  margin-top: 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.ns-sim-foot s {
  margin-right: 0.4rem;
  color: rgba(255, 255, 255, 0.4);
}

.ns-sim-off {
  color: #86efac;
}

.ns-sim-list {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
}

.ns-sim-li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.ns-sim-li-cover {
  width: 2rem;
  height: 2.7rem;
  border-radius: 0.4rem;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.ns-sim-li-name {
  flex: 1;
  min-width: 0;
  font-size: 0.78rem;
  font-weight: 650;
}

.ns-sim-li-price {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.ns-sim-sum {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.65rem;
  margin-bottom: 0.8rem;
}

.ns-sim-sum .row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 0.28rem;
}

.ns-sim-sum .row.big {
  font-size: 1rem;
  font-weight: 800;
}

.ns-sim-sum s {
  color: rgba(255, 255, 255, 0.4);
}

.ns-sim-save {
  font-size: 0.72rem;
  color: #86efac;
}

.ns-sim-cta {
  width: 100%;
  height: 2.55rem;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: linear-gradient(180deg, #c084fc, #7c3aed);
  color: #fff;
  font-weight: 700;
}

.ns-sim-cta svg {
  width: 1rem;
  height: 1rem;
}

.ns-sim-cta.is-press {
  filter: brightness(0.92);
}

.ns-sim-lbl {
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 0.55rem 0 0.3rem;
}

.ns-sim-field {
  height: 2.35rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  font-size: 0.82rem;
}

.ns-sim-field .caret {
  width: 1px;
  height: 1em;
  background: #c084fc;
  margin-left: 1px;
  opacity: 0;
}

.ns-sim-field.is-typing .caret {
  opacity: 1;
  animation: ns-caret 0.9s steps(1) infinite;
}

@keyframes ns-caret {
  50% { opacity: 0; }
}

.ns-sim-cpn {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.08);
  opacity: 0.35;
}

.ns-sim-cpn.is-on {
  opacity: 1;
}

.ns-sim-cpn-ico {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 99px;
  display: grid;
  place-items: center;
  background: #22c55e;
  color: #052e16;
  flex-shrink: 0;
}

.ns-sim-cpn-ico svg {
  width: 0.8rem;
  height: 0.8rem;
}

.ns-sim-cpn-txt {
  flex: 1;
  min-width: 0;
}

.ns-sim-cpn-txt b {
  display: block;
  font-size: 0.78rem;
}

.ns-sim-cpn-txt small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
}

.ns-sim-cpn-off {
  color: #86efac;
  font-weight: 800;
  font-size: 0.78rem;
}

.ns-sim-keys {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ns-sim-key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(168, 85, 247, 0.28);
  background: rgba(147, 51, 234, 0.08);
  padding: 0.42rem 0.65rem;
}

.ns-sim-key span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.62);
}

.ns-sim-key b {
  flex-shrink: 0;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.ns-sim-copy--done {
  display: flex;
  margin: 0.7rem auto 0;
}

.ns-sim-done-ico {
  width: 3rem;
  height: 3rem;
  margin: 0.7rem auto 0.45rem;
  border-radius: 99px;
  display: grid;
  place-items: center;
  background: rgba(34, 197, 94, 0.16);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.35);
}

.ns-sim-done-ico svg {
  width: 1.35rem;
  height: 1.35rem;
}

.ns-sim-done-title {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
}

.ns-sim-done-sub {
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0.3rem 0 0.95rem;
}

.ns-sim-code {
  border-radius: 0.9rem;
  border: 1px solid rgba(168, 85, 247, 0.28);
  background: rgba(147, 51, 234, 0.08);
  padding: 0.7rem 0.75rem;
}

.ns-sim-code-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.4rem;
}

.ns-sim-code-badge {
  color: #c4b5fd;
  font-weight: 800;
}

.ns-sim-code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.ns-sim-code-val {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ns-sim-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  height: 1.85rem;
  padding: 0 0.6rem;
  border: 0;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.ns-sim-copy svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ns-sim-done-note {
  text-align: center;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.42);
  margin-top: 0.8rem;
}

.ns-combo-panel {
  position: sticky;
  top: 5.25rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 18, 0.92);
  backdrop-filter: blur(16px);
  padding: 1rem 1rem 1.05rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.ns-combo-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.ns-combo-panel__head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.ns-combo-panel__head p {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.ns-combo-slots {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.ns-combo-slot {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.8rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.ns-combo-slot.is-filled {
  border-style: solid;
  border-color: rgba(168, 85, 247, 0.35);
  background: rgba(147, 51, 234, 0.1);
}

.ns-combo-slot img {
  width: 2.2rem;
  height: 2.95rem;
  object-fit: cover;
  border-radius: 0.4rem;
  background: #121214;
}

.ns-combo-slot__placeholder {
  width: 2.2rem;
  height: 2.95rem;
  border-radius: 0.4rem;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.75rem;
  font-weight: 700;
}

.ns-combo-slot__text {
  min-width: 0;
  flex: 1;
}

.ns-combo-slot__text strong {
  display: block;
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ns-combo-slot__text span {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}

.ns-combo-slot button {
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.55);
}

.ns-combo-slot button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ns-combo-progress {
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.ns-combo-progress span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #22c55e);
  transition: width 0.28s ease;
}

.ns-combo-totals {
  display: grid;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
}

.ns-combo-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
}

.ns-combo-totals dt {
  color: rgba(255, 255, 255, 0.5);
}

.ns-combo-totals__save dd {
  color: var(--ns-combo-green);
  font-weight: 700;
}

.ns-combo-totals__total {
  padding-top: 0.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}

.ns-combo-totals__total dd {
  font-weight: 800;
}

.ns-combo-coupon {
  margin: 0 0 0.75rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.6rem;
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
  font-size: 0.72rem;
}

.ns-combo-go,
.ns-combo-dock > button {
  width: 100%;
  height: 2.7rem;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(180deg, #a855f7, #7c3aed);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.28);
}

.ns-combo-go:disabled,
.ns-combo-dock > button:disabled {
  opacity: 0.45;
  box-shadow: none;
  cursor: not-allowed;
}

.ns-combo-go:not(:disabled):hover,
.ns-combo-dock > button:not(:disabled):hover {
  filter: brightness(1.08);
}

.ns-combo-search {
  position: relative;
  margin: 1.15rem 0 0.35rem;
}

.ns-combo-search i,
.ns-combo-search svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1.05rem;
  height: 1.05rem;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.ns-combo-search input {
  width: 100%;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 24, 0.92);
  color: #fff;
  padding: 0 1.15rem 0 2.7rem;
  outline: none;
}

.ns-combo-search input:focus {
  border-color: rgba(168, 85, 247, 0.55);
  box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.18);
}

.ns-combo-search-hint {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

.ns-combo-section {
  margin-top: 1.6rem;
}

.ns-combo-section h3 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.ns-combo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.ns-combo-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.85rem;
  background: #141418;
  border: 1px solid transparent;
  text-align: left;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ns-combo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 85, 247, 0.35);
}

.ns-combo-card.is-selected {
  border-color: #a855f7;
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.45);
}

.ns-combo-card__cover {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #0d0d12;
}

.ns-combo-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ns-combo-card.is-soldout {
  cursor: default;
}

.ns-combo-card.is-soldout .ns-combo-card__cover img {
  filter: blur(1px);
  opacity: 0.8;
}

.ns-combo-card__soldout {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0.35rem 0.55rem;
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}

.ns-combo-card.is-soldout .ns-combo-card__add {
  opacity: 0.4;
  cursor: not-allowed;
}

.ns-combo-card__check {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: none;
  place-items: center;
  background: #7c3aed;
  color: #fff;
}

.ns-combo-card.is-selected .ns-combo-card__check {
  display: none;
}

.ns-combo-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.65rem 0.7rem 0.75rem;
  min-height: 6.4rem;
}

.ns-combo-card__name {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.95rem;
}

.ns-combo-card__meta {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.4rem;
}

.ns-combo-card__price {
  font-size: 0.92rem;
  font-weight: 800;
  color: #4ade80;
}

.ns-combo-card__pix {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.42);
}

.ns-combo-card__add {
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  background: #7c3aed;
  color: #fff;
  flex-shrink: 0;
}

.ns-combo-card.is-selected .ns-combo-card__add {
  background: #16a34a;
}

.ns-order-combo {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(168, 85, 247, 0.32);
  background:
    linear-gradient(180deg, rgba(88, 28, 135, 0.18), rgba(12, 12, 18, 0.92));
}

.ns-order-combo__covers {
  display: flex;
  flex-shrink: 0;
}

.ns-order-combo__covers img,
.ns-order-combo__covers span {
  width: 3.35rem;
  height: 4.5rem;
  object-fit: cover;
  border-radius: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #121214;
  margin-left: -0.65rem;
}

.ns-order-combo__covers img:first-child,
.ns-order-combo__covers span:first-child {
  margin-left: 0;
}

.ns-order-combo__copy {
  flex: 1;
  min-width: 0;
}

.ns-order-combo__kicker {
  margin: 0 0 0.15rem;
  color: #c4b5fd;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ns-order-combo__copy strong {
  display: block;
  font-size: 0.95rem;
}

.ns-order-combo__copy ul {
  margin: 0.35rem 0 0;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.ns-order-combo__hint {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  line-height: 1.4;
}

.ns-combo-empty {
  padding: 2.5rem 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.ns-combo-dock {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: min(calc(100% - 1.5rem), 720px);
  transform: translateX(-50%);
  padding: 0.7rem 0.75rem 0.7rem 0.9rem;
  border-radius: 1.15rem;
  background: rgba(12, 12, 18, 0.96);
  border: 1px solid rgba(168, 85, 247, 0.32);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.ns-combo-dock.is-ready {
  border-color: rgba(74, 222, 128, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(74, 222, 128, 0.12);
}

.ns-combo-dock__games {
  display: flex;
  gap: 0.45rem;
  flex-shrink: 0;
}

.ns-combo-dock__cover {
  position: relative;
  width: 2.15rem;
  height: 2.85rem;
  border-radius: 0.4rem;
  overflow: visible;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  font-weight: 700;
}

.ns-combo-dock__cover.is-filled {
  border: 1px solid rgba(168, 85, 247, 0.45);
  background: #141418;
}

.ns-combo-dock__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.ns-combo-pick-x {
  position: absolute;
  top: -0.32rem;
  right: -0.32rem;
  z-index: 3;
  width: 0.92rem;
  height: 0.92rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(10, 10, 14, 0.92);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
  cursor: pointer;
  line-height: 0;
}

.ns-combo-pick-x:hover {
  background: #111118;
  color: #fff;
}

.ns-combo-pick-x svg {
  width: 0.58rem;
  height: 0.58rem;
  stroke-width: 2.6;
}

.ns-combo-card__cover .ns-combo-pick-x {
  top: 0.35rem;
  right: 0.35rem;
  width: 1.15rem;
  height: 1.15rem;
}

.ns-combo-card__cover .ns-combo-pick-x svg {
  width: 0.7rem;
  height: 0.7rem;
}

.ns-combo-dock__info {
  min-width: 0;
  flex: 1;
}

.ns-combo-dock__info strong {
  display: block;
  font-size: 0.8rem;
}

.ns-combo-dock__prices {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
}

.ns-combo-dock__prices s {
  color: rgba(255, 255, 255, 0.38);
  font-weight: 600;
}

.ns-combo-dock__prices b {
  color: #4ade80;
  font-weight: 800;
}

.ns-combo-dock.is-ready > button {
  animation: ns-combo-dock-pulse 1.8s ease-in-out infinite;
}

@keyframes ns-combo-dock-pulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(124, 58, 237, 0.28); }
  50% { box-shadow: 0 8px 28px rgba(168, 85, 247, 0.55); }
}

.ns-combo-dock > button {
  width: auto;
  min-width: 11.5rem;
  padding: 0 1.1rem;
  height: 2.55rem;
  flex-shrink: 0;
}

.ns-combo-dock > button svg {
  width: 1rem;
  height: 1rem;
}

.ns-combo-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.5rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.55);
  background: rgba(88, 28, 135, 0.22);
  color: #e9d5ff;
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.ns-combo-nav:hover,
.ns-combo-nav.is-active,
body[data-pack-page='1'] .ns-combo-nav {
  border-color: #a855f7;
  background: rgba(147, 51, 234, 0.28);
  color: #fff;
}

.ns-combo-nav svg {
  width: 1rem;
  height: 1rem;
  color: #c084fc;
}

.ns-combo-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.62);
}

.ns-combo-modal[hidden] {
  display: none;
}

.ns-combo-modal__box {
  width: min(420px, 100%);
  border-radius: 1rem;
  background: #121218;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

.ns-combo-modal__box h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.ns-combo-edition {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  margin-bottom: 0.45rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  text-align: left;
}

.ns-combo-edition:hover {
  border-color: rgba(168, 85, 247, 0.4);
}

@media (max-width: 1023px) {
  .ns-combo-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .ns-combo-sim,
  .ns-combo-sim__win {
    width: min(360px, 100%);
    height: 28rem;
    max-height: 28rem;
    justify-self: start;
  }

  .ns-combo-sim__view {
    height: 25.25rem;
    min-height: 25.25rem;
    max-height: 25.25rem;
  }

  .ns-combo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ns-combo-shell {
    width: min(100% - 1.25rem, 1280px);
  }

  .ns-combo-steps li:not(:last-child)::after {
    display: none;
  }

  .ns-combo-sim,
  .ns-combo-sim__win {
    width: 100%;
    height: 28rem;
    max-height: 28rem;
  }

  .ns-combo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ns-combo-panel {
    display: none;
  }
}

@media (max-width: 479px) {
  .ns-combo-dock {
    left: 0.6rem;
    right: 0.6rem;
    width: auto;
    transform: none;
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .ns-combo-dock > button {
    width: 100%;
    min-width: 0;
  }

  .ns-combo-nav {
    width: 2.5rem;
    padding: 0;
    justify-content: center;
  }

  .ns-combo-nav span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ns-combo-hero__slide,
  .ns-combo-hero__slide.is-active {
    animation: none;
    transition: none;
    transform: none;
  }

  .ns-combo-sim__cursor {
    transition: none;
  }

  .ns-combo-dock.is-ready > button {
    animation: none;
  }
}

/* Trava definitiva: o card grande do combo não muda de tamanho. */
.ns-combo-hero {
  overflow: hidden !important;
}
.ns-combo-hero__slides,
.ns-combo-hero__slides img,
.ns-combo-hero__slide,
.ns-combo-hero__slide.is-active {
  animation: none !important;
  transform: none !important;
}
.ns-combo-hero__slide,
.ns-combo-hero__slides img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
.ns-combo-sim__view {
  overflow: hidden !important;
}
.ns-combo-hero > .ns-combo-panel[hidden] {
  display: none !important;
}
