/* Saturno Store — extras */

.coupon-top-bar {
  background: linear-gradient(90deg, #4c1d95 0%, #7e22ce 50%, #9333ea 100%);
  border-bottom: 1px solid rgba(192, 132, 252, 0.25);
}

.coupon-top-bar-close {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
}

@media (min-width: 640px) {
  .coupon-top-bar-close {
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}

.coupon-top-bar-close:hover {
  color: white;
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.3);
}

.coupon-top-bar-close:active {
  transform: translateY(-50%) scale(0.92);
}

.coupon-top-bar-closing {
  animation: coupon-bar-out 0.28s ease forwards;
  overflow: hidden;
}

@keyframes coupon-bar-out {
  from {
    opacity: 1;
    max-height: 6rem;
  }
  to {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
  }
}

.coupon-top-bar-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fef08a;
  background: rgba(234, 179, 8, 0.15);
  border: 1px solid rgba(250, 204, 21, 0.35);
}

.coupon-copy-btn {
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px dashed rgba(250, 204, 21, 0.5);
  color: #fef08a;
  font-size: 0.8125rem;
  transition: all 0.2s ease;
}

.coupon-copy-btn:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(250, 204, 21, 0.8);
}

.coupon-info-link {
  color: rgba(233, 213, 255, 0.9);
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  transition: color 0.2s ease;
}

.coupon-info-link:hover {
  color: white;
}

.coupon-info-card {
  background: linear-gradient(135deg, #1a0a2e 0%, #2e1065 50%, #1a0a2e 100%);
}

.coupon-info-glow {
  background: radial-gradient(ellipse 60% 80% at 80% 20%, rgba(147, 51, 234, 0.25), transparent 60%);
}

.coupon-discount-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #9333ea, #7e22ce);
  border: 2px solid rgba(192, 132, 252, 0.4);
  box-shadow: 0 0 30px rgba(147, 51, 234, 0.35);
}

.coupon-step {
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(147, 51, 234, 0.08);
  border: 1px solid rgba(167, 139, 250, 0.15);
}

.coupon-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background: #9333ea;
  color: white;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.coupon-code-box {
  padding: 0.875rem 1.25rem;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.35);
  border: 2px dashed rgba(167, 139, 250, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.coupon-code-box:hover {
  border-color: rgba(192, 132, 252, 0.7);
  background: rgba(147, 51, 234, 0.1);
}

/* ── WhatsApp flutuante ── */
.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.125rem 0.75rem 0.875rem;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  background: #9333ea;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(147, 51, 234, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float svg {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
}

.whatsapp-float:hover {
  background: #7e22ce;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), 0 4px 12px rgba(147, 51, 234, 0.45);
}

.whatsapp-float:active {
  transform: translateY(0);
}

@media (min-width: 640px) {
  .whatsapp-float {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}

@media (max-width: 479px) {
  .whatsapp-float-label {
    display: none;
  }

  .whatsapp-float {
    padding: 0.875rem;
    width: 3.25rem;
    height: 3.25rem;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  body:has(.package-mobile-bar.is-visible) .whatsapp-float {
    bottom: 5.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: background 0.2s ease;
  }

  .whatsapp-float:hover {
    transform: none;
  }
}

/* ── Black Myth: Wukong — hero imersivo ── */
html.package-hero-active .site-bg-fx,
html.package-hero-active .site-bg-vignette,
html.package-hero-active body > .fixed.inset-0.-z-\[30\],
html.package-hero-active .custom-bg-mask {
  display: none !important;
}

html.package-hero-active main {
  background: transparent;
}

.package-hero-wukong {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}

.package-hero-wukong > .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .package-hero-wukong > .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(400px, 34%);
    gap: 2rem;
    align-items: start;
  }

  .package-hero-wukong .package-breadcrumb {
    grid-column: 1 / -1;
  }

  .package-hero-wukong .package-layout {
    display: contents;
  }

  .package-hero-wukong .package-main {
    grid-column: 1;
    align-self: start;
    padding-bottom: 0;
  }

  .package-hero-wukong .package-sidebar {
    grid-column: 2;
    grid-row: 2 / 6;
    position: sticky;
    top: 7rem;
    align-self: start;
    z-index: 10;
  }

  .package-hero-wukong .package-benefits,
  .package-hero-wukong .package-feedbacks-wrap,
  .package-hero-wukong .package-faq {
    grid-column: 1;
  }
}

.package-hero-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.package-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.02);
}

.package-hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 2, 12, 0.35) 0%, rgba(4, 2, 12, 0.15) 35%, rgba(4, 2, 12, 0.55) 72%, rgba(4, 2, 12, 0.92) 100%),
    linear-gradient(90deg, rgba(4, 2, 12, 0.65) 0%, rgba(4, 2, 12, 0.08) 42%, rgba(4, 2, 12, 0.75) 100%);
}

.package-hero-wukong .package-breadcrumb-link,
.package-hero-wukong .package-breadcrumb-current {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}

.package-hero-wukong .package-related-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.package-hero-wukong .package-related-section .container {
  display: block;
  width: 100%;
  max-width: 100%;
}

.package-hero-wukong .package-gallery-card {
  display: block;
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  overflow: visible;
}

.package-hero-wukong .package-gallery-main {
  border: none;
  background: transparent;
  border-radius: 0.875rem;
  overflow: hidden;
}

.package-hero-wukong .package-trailer-wrap {
  max-height: min(52vh, 520px);
  min-height: 200px;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(168, 85, 247, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.package-hero-wukong .package-trailer-badge {
  background: rgba(147, 51, 234, 0.9);
}

@media (max-width: 1023px) {
  .package-hero-wukong .package-sidebar {
    display: none;
  }
}

.package-hero-wukong .package-glass-card {
  position: relative;
  background: rgba(8, 4, 20, 0.28) !important;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(168, 85, 247, 0.28) !important;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.package-hero-wukong .package-glass-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(192, 132, 252, 0.85),
    rgba(147, 51, 234, 0.25) 35%,
    rgba(216, 180, 254, 0.7) 65%,
    rgba(126, 34, 206, 0.85)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.85;
  animation: package-hero-ring-pulse 3.5s ease-in-out infinite;
}

.package-hero-wukong .package-glass-card::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: calc(1.25rem + 6px);
  pointer-events: none;
  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.45),
    0 0 36px rgba(147, 51, 234, 0.25),
    0 0 64px rgba(126, 34, 206, 0.12);
  animation: package-hero-glow-pulse 3.5s ease-in-out infinite;
}

@keyframes package-hero-ring-pulse {
  0%, 100% { opacity: 0.65; filter: brightness(1); }
  50% { opacity: 1; filter: brightness(1.15); }
}

@keyframes package-hero-glow-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 0.95; }
}

.package-hero-wukong .package-glass-card > * {
  position: relative;
  z-index: 1;
}

.package-hero-wukong .package-buy-card {
  overflow: visible;
}

.package-hero-wukong .package-buy-glow {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.22) 0%, transparent 55%);
}

.package-hero-wukong .package-about-card:hover,
.package-hero-wukong .package-buy-card:hover {
  border-color: rgba(192, 132, 252, 0.45) !important;
}

.package-hero-wukong .package-section-head {
  border-bottom-color: rgba(168, 85, 247, 0.18);
}

.package-hero-wukong .package-description,
.package-hero-wukong .package-description p {
  color: rgba(255, 255, 255, 0.88);
}

.package-hero-wukong .package-benefit-card,
.package-hero-wukong .package-faq-item {
  background: rgba(8, 4, 20, 0.32);
  backdrop-filter: blur(12px);
  border-color: rgba(168, 85, 247, 0.18);
}

.package-hero-wukong .package-mobile-bar {
  background: rgba(8, 4, 20, 0.82);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(168, 85, 247, 0.35);
  box-shadow: 0 -8px 32px rgba(147, 51, 234, 0.2);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .package-hero-wukong .package-glass-card::before,
  .package-hero-wukong .package-glass-card::after {
    animation: none;
  }
}

@keyframes checkout-border-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* ── Raspadinha checkout ── */
@keyframes scratch-teaser-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.04); }
}

@keyframes scratch-modal-in {
  from { opacity: 0; transform: scale(0.94) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

#checkout .scratch-teaser {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px dashed rgba(147, 51, 234, 0.35);
  background: linear-gradient(135deg, rgba(250, 245, 255, 0.95), rgba(255, 255, 255, 0.9));
}

#checkout .scratch-teaser-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(168, 85, 247, 0.12) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  animation: checkout-border-shimmer 3s linear infinite;
  pointer-events: none;
}

#checkout .scratch-teaser-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem;
}

#checkout .scratch-teaser-icon {
  font-size: 1.75rem;
  line-height: 1;
  animation: scratch-teaser-pulse 2.5s ease-in-out infinite;
}

#checkout .scratch-teaser-text {
  flex: 1;
  min-width: 0;
}

#checkout .scratch-teaser-title {
  font-size: 0.875rem;
  font-weight: 800;
  color: #7e22ce;
  margin-bottom: 0.15rem;
}

#checkout .scratch-teaser-desc {
  font-size: 0.75rem;
  color: var(--checkout-text-muted);
  line-height: 1.35;
}

#checkout .scratch-teaser-desc strong {
  color: #9333ea;
}

#checkout .scratch-teaser-btn {
  flex-shrink: 0;
  padding: 0.5rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #9333ea);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(147, 51, 234, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}

#checkout .scratch-teaser-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(147, 51, 234, 0.4);
}

html.scratch-modal-open,
body.scratch-modal-open {
  overflow: hidden;
  touch-action: none;
}

body.scratch-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.scratch-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.scratch-modal[data-state="open"] {
  display: flex;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.scratch-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(26, 10, 46, 0.45);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.scratch-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 22rem;
  pointer-events: auto;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(147, 51, 234, 0.2);
  box-shadow:
    0 24px 60px rgba(147, 51, 234, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  animation: scratch-modal-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.scratch-modal-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #9333ea, #c084fc, #e9d5ff, #a855f7, #9333ea);
  background-size: 200% 100%;
  animation: checkout-border-shimmer 3s linear infinite;
}

.scratch-modal-close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  color: #6b5b7b;
  background: rgba(147, 51, 234, 0.06);
  border: 1px solid rgba(147, 51, 234, 0.12);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  z-index: 2;
}

.scratch-modal-close:hover {
  background: rgba(147, 51, 234, 0.12);
  color: #9333ea;
}

.scratch-modal-header {
  text-align: center;
  margin-bottom: 1.25rem;
  padding-top: 0.25rem;
}

.scratch-modal-badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7e22ce;
  background: rgba(147, 51, 234, 0.1);
  border: 1px solid rgba(147, 51, 234, 0.18);
}

.scratch-modal-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a0a2e;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}

.scratch-modal-subtitle {
  font-size: 0.8125rem;
  color: #6b5b7b;
}

.scratch-card-area {
  position: relative;
  height: 9.5rem;
  min-height: 152px;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid rgba(147, 51, 234, 0.2);
  box-shadow: inset 0 2px 12px rgba(147, 51, 234, 0.08);
  touch-action: none;
}

.scratch-prize-slot {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #faf5ff, #f3e8ff);
  z-index: 0;
}

.scratch-prize-waiting {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(147, 51, 234, 0.25);
  line-height: 1;
  user-select: none;
}

.scratch-prize-revealed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
  padding: 1rem;
  width: 100%;
}

.scratch-prize-revealed.hidden,
.scratch-prize-waiting.hidden {
  display: none !important;
}

.scratch-single-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9333ea;
}

.scratch-single-value {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(135deg, #7e22ce, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.scratch-single-value--lose {
  font-size: 1.1rem;
  background: none;
  color: #6b5b7b;
  -webkit-background-clip: unset;
  background-clip: unset;
  letter-spacing: 0.02em;
}

.scratch-single-code {
  font-size: 0.875rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #9333ea);
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  letter-spacing: 0.08em;
}

.scratch-single-hint {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.25rem;
}

.scratch-card-result {
  display: none;
}

.scratch-result-win,
.scratch-result-lose {
  display: none !important;
}

.scratch-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: crosshair;
  touch-action: none;
  z-index: 2;
}

.scratch-card-hint {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
}

.scratch-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.scratch-apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
  border-radius: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #9333ea);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 16px rgba(147, 51, 234, 0.35);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.scratch-apply-code {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.scratch-apply-error {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9333ea;
  text-align: center;
  line-height: 1.35;
}

.scratch-apply-btn:disabled {
  opacity: 0.75;
  cursor: wait;
}

.scratch-apply-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(147, 51, 234, 0.45);
}

.scratch-close-btn {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b5b7b;
  background: rgba(147, 51, 234, 0.06);
  border: 1px solid rgba(147, 51, 234, 0.12);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.scratch-close-btn:hover {
  background: rgba(147, 51, 234, 0.1);
  color: #9333ea;
}

@media (max-width: 480px) {
  .scratch-modal-panel {
    padding: 1.25rem;
  }

  .scratch-card-area {
    height: 8.5rem;
  }

  #checkout .scratch-teaser-inner {
    flex-wrap: wrap;
  }

  #checkout .scratch-teaser-btn {
    width: 100%;
    text-align: center;
  }
}