/* Hero estilo PandoraKeys — oferta Compre 2, leve 3 */

.coupon-promo-hero {
  position: relative;
  width: 100%;
  padding: 1.1rem 0 0.2rem;
}

.coupon-promo-hero__shell {
  max-width: 80rem;
}

.pack-hero {
  --pack-accent: #c084fc;
  --pack-accent-strong: #e9d5ff;
  --pack-ink: #fff;
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 0;
  padding: clamp(1.3rem, 2.8vw, 2.1rem);
  border-radius: 1.4rem;
  background: #0b0d13;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: inherit;
}

.pack-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.pack-hero-slides::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 7, 11, 0.82) 0%, rgba(6, 7, 11, 0.62) 42%, rgba(6, 7, 11, 0.3) 75%, rgba(6, 7, 11, 0.42) 100%),
    linear-gradient(0deg, rgba(6, 7, 11, 0.35) 0%, transparent 45%),
    rgba(18, 8, 32, 0.22);
}

.pack-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.pack-hero-bg--active {
  opacity: 1;
}

.pack-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  max-width: 34rem;
}

.pack-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.4);
  background: rgba(168, 85, 247, 0.1);
  color: var(--pack-accent-strong);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pack-hero__badge i,
.pack-hero__badge svg {
  width: 0.85rem;
  height: 0.85rem;
}

.pack-hero__title {
  margin: 0.1rem 0 0;
  font-family: Kanit, Geist, sans-serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  color: #fff;
}

.pack-hero__desc {
  margin: 0;
  max-width: 30rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.pack-hero__desc strong {
  color: #fff;
}

@media (max-width: 639px) {
  .pack-hero__desc {
    display: none;
  }
}

.pack-hero__meter {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 0.8rem;
  margin-top: 0.1rem;
}

.pack-hero__meter-price {
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.pack-hero__price {
  color: var(--pack-accent);
}

.pack-hero__meter-note {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.pack-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.3rem;
  padding: 0.62rem 1.3rem;
  border-radius: 0.85rem;
  background: #a855f7;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 0.24s;
}

.pack-hero__cta:hover {
  color: #fff;
  filter: brightness(1.08);
}

.pack-hero__cta svg {
  width: 1.05rem;
  height: 1.05rem;
}

.pack-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.pack-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.pack-hero__trust strong {
  color: #fff;
  font-weight: 700;
}

.pack-hero__trust i,
.pack-hero__trust svg {
  width: 0.9rem;
  height: 0.9rem;
}

.pack-hero__trust .i-star { color: #facc15; }
.pack-hero__trust .i-zap { color: var(--pack-accent); }
.pack-hero__trust .i-shield { color: #34d399; }

.pk-sim {
  display: none;
}

@media (min-width: 1000px) {
  .pack-hero {
    grid-template-columns: minmax(0, 1fr) 428px;
    align-items: center;
    column-gap: 1.7rem;
  }

  .pk-sim {
    display: block;
    position: relative;
    z-index: 3;
    justify-self: end;
    width: 428px;
  }
}

.pk-sim__win {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  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);
}

.pk-sim__view {
  position: relative;
  min-height: 488px;
}

.pk-sim-scr {
  position: absolute;
  inset: 0;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(8px);
  animation: pkSimIn 0.35s ease forwards;
}

@keyframes pkSimIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pkSimPop {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

@keyframes pkSimCaret {
  50% { opacity: 0; }
}

.pk-sim-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

.pk-sim-h-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
}

.pk-sim-h-count {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.pk-sim-h-count b {
  color: #c084fc;
}

.pk-sim-bar {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 0.7rem;
}

.pk-sim-bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #c084fc, #a855f7);
  transition: width 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.pk-sim-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pk-sim-tile {
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 8px;
  transition: transform 0.2s;
}

.pk-sim-tile-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #140c1c;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pk-sim-tile-cover img,
.pk-sim-li-cover img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.pk-sim-tile-name {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pk-sim-tile-price {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  color: #c084fc;
}

.pk-sim-check {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #04140a;
  background: #22c55e;
  transform: scale(0);
  transition: transform 0.22s cubic-bezier(0.34, 1.5, 0.6, 1);
}

.pk-sim-check svg {
  width: 12px;
  height: 12px;
}

.pk-sim-tile.is-sel {
  transform: translateY(-2px);
}

.pk-sim-tile.is-sel .pk-sim-tile-cover {
  box-shadow: 0 0 0 2px #22c55e, 0 0 14px rgba(34, 197, 94, 0.55);
}

.pk-sim-tile.is-sel .pk-sim-check {
  transform: scale(1);
}

.pk-sim-tile.is-free .pk-sim-tile-price {
  color: #34d399;
}

.pk-sim-foot {
  margin-top: auto;
  padding-top: 0.6rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.pk-sim-price {
  font-size: 0.9rem;
  font-weight: 800;
  color: #34d399;
}

.pk-sim-price s {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  margin-right: 0.35rem;
}

.pk-sim__steps {
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 0.55rem 0 0.8rem;
}

.pk-sim__steps span {
  width: 22px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.pk-sim__steps span.is-active {
  background: linear-gradient(90deg, #c084fc, #a855f7);
}

.pk-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;
}

.pk-sim__cursor.is-on {
  opacity: 1;
}

.pk-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));
}

.pk-sim__cursor-tip svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pk-sim__cursor.is-click .pk-sim__cursor-tip {
  transform: scale(0.78);
}

.pk-sim__cursor.is-click::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(168, 85, 247, 0.9);
  animation: pkSimRipple 0.42s ease-out;
}

@keyframes pkSimRipple {
  0% { transform: scale(0.3); opacity: 0.9; }
  100% { transform: scale(2.3); opacity: 0; }
}

.pk-sim-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pk-sim-li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pk-sim-li-cover {
  position: relative;
  width: 64px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #140c1c;
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pk-sim-li-name {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pk-sim-li-price {
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}

.pk-sim-li.is-free .pk-sim-li-price {
  color: #34d399;
}

.pk-sim-sum {
  margin-top: 0.7rem;
  padding: 0.6rem 0.7rem;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.pk-sim-sum .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.6);
}

.pk-sim-sum .row s { color: rgba(255, 255, 255, 0.4); }

.pk-sim-sum .row.big {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 800;
}

.pk-sim-sum .row.big b { color: #34d399; }

.pk-sim-save {
  margin-top: 0.4rem;
  font-size: 0.66rem;
  font-weight: 700;
  color: #34d399;
  text-align: center;
}

.pk-sim-chip {
  margin-left: auto;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  color: #c084fc;
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.28);
}

.pk-sim-cta {
  margin-top: auto;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 2.5rem;
  border: 0;
  border-radius: 11px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(120deg, #c084fc, #a855f7);
}

.pk-sim-cta svg { width: 16px; height: 16px; }
.pk-sim-cta.is-press { transform: scale(0.96); filter: brightness(1.08); }

.pk-sim-lbl {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin: 0.55rem 0 0.28rem;
}

.pk-sim-field {
  display: flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0 0.6rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  color: #fff;
}

.pk-sim-field .caret {
  width: 1.5px;
  height: 15px;
  background: #c084fc;
  margin-left: 1px;
  opacity: 0;
  flex: 0 0 auto;
}

.pk-sim-field.is-typing .caret {
  opacity: 1;
  animation: pkSimCaret 0.8s steps(1) infinite;
}

.pk-sim-cpn {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.28);
  opacity: 1;
  transform: none;
  transition: opacity 0.35s, transform 0.35s;
}

.pk-sim-cpn.is-on {
  opacity: 1;
  transform: none;
}

.pk-sim-cpn-ico {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #04140a;
  background: #22c55e;
}

.pk-sim-cpn-ico svg { width: 13px; height: 13px; }

.pk-sim-cpn-txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.pk-sim-cpn-txt b {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dcffe8;
}

.pk-sim-cpn-txt small {
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(52, 211, 153, 0.85);
}

.pk-sim-cpn-off {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  color: #34d399;
}

.pk-sim-scr[data-scr="done"] {
  align-items: center;
  text-align: center;
  justify-content: center;
}

.pk-sim-done-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #04140a;
  background: linear-gradient(120deg, #c084fc, #34d399);
  box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.14);
  animation: pkSimPop 0.4s cubic-bezier(0.34, 1.5, 0.6, 1);
}

.pk-sim-done-ico svg { width: 26px; height: 26px; }

.pk-sim-done-title {
  margin-top: 0.7rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.pk-sim-done-sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.15rem;
}

.pk-sim-code {
  position: relative;
  width: 100%;
  margin-top: 0.9rem;
  padding: 0.8rem 0.85rem;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(168, 85, 247, 0.05) 55%, rgba(10, 15, 24, 0.4));
  border: 1px solid rgba(168, 85, 247, 0.28);
  text-align: left;
}

.pk-sim-code-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.55rem;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(190, 214, 255, 0.72);
}

.pk-sim-code-badge {
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.16rem 0.44rem;
  border-radius: 6px;
  color: #cfe4ff;
  background: rgba(168, 85, 247, 0.16);
  border: 1px solid rgba(168, 85, 247, 0.34);
}

.pk-sim-code-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pk-sim-code-val {
  flex: 1;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #dcebfb;
}

.pk-sim-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.48rem 0.74rem;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(120deg, #c084fc, #a855f7);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.pk-sim-copy svg { width: 13px; height: 13px; }
.pk-sim-copy.is-press { transform: scale(0.94); }

.pk-sim-done-note {
  margin-top: 0.8rem;
  font-size: 0.61rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 639px) {
  .pack-hero {
    border-radius: 1.15rem;
    padding: 1.05rem 0.95rem 1.15rem;
    min-height: 0;
  }

  .pack-hero__content {
    max-width: none;
    gap: 0.4rem;
  }

  .pack-hero__trust {
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pack-hero-bg {
    transition: none;
  }

  .pk-sim__cursor {
    display: none;
  }
}
