.offer-cta[data-astro-cid-2xbomesb] {
  display: block;
}

.offer-cta__btn[data-astro-cid-2xbomesb] {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  overflow: hidden;
  border-radius: 9999px;
  padding: .8rem 1.5rem;
  font-size: .8125rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1;
  color: var(--offer-cta-fg, #0a0a0a);
  background: linear-gradient(120deg, #c9bfa8 0%, #f0e4c4 45%, #c9bfa8 100%);
  box-shadow: 0 8px 24px -8px #c9bfa8a6;
  animation: 2.8s ease-in-out infinite offer-cta-pulse;
  transition: transform .2s, box-shadow .2s;
}

@media (width >= 640px) {
  .offer-cta__btn[data-astro-cid-2xbomesb] {
    width: auto;
    padding: .85rem 2rem;
    font-size: .875rem;
  }
}

.offer-cta__btn[data-astro-cid-2xbomesb]:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 12px 30px -8px #c9bfa8d9;
}

.offer-cta__btn[data-astro-cid-2xbomesb]:active {
  transform: scale(.98);
}

.offer-cta__label[data-astro-cid-2xbomesb] {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.offer-cta__btn[data-astro-cid-2xbomesb] svg[data-astro-cid-2xbomesb] {
  position: relative;
  z-index: 1;
  flex: none;
}

.offer-cta__shine[data-astro-cid-2xbomesb] {
  position: absolute;
  top: 0;
  left: -60%;
  z-index: 0;
  height: 100%;
  width: 45%;
  background: linear-gradient(100deg, #0000, #ffffffbf, #0000);
  transform: skewX(-20deg);
  animation: 3.4s ease-in-out infinite offer-cta-shine;
}

@keyframes offer-cta-shine {
  0% {
    left: -60%;
  }

  55% {
    left: 130%;
  }

  100% {
    left: 130%;
  }
}

@keyframes offer-cta-pulse {
  0%, 100% {
    box-shadow: 0 8px 24px -8px #c9bfa88c;
  }

  50% {
    box-shadow: 0 8px 34px -6px #c9bfa8f2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-cta__btn[data-astro-cid-2xbomesb] {
    animation: none;
  }

  .offer-cta__shine[data-astro-cid-2xbomesb] {
    animation: none;
    display: none;
  }
}
.packages-showcase[data-astro-cid-2bkl4x4j] {
  --pkg-gold-1: #c9bfa8;
  --pkg-gold-2: #f0e4c4;
  --pkg-gold-3: #a89778;
}

.pkg-heading[data-astro-cid-2bkl4x4j] {
  background: linear-gradient(100deg, var(--pkg-gold-2) 0%, var(--pkg-gold-1) 45%, var(--pkg-gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
}

.pkg-card[data-astro-cid-2bkl4x4j] {
  border-color: #c9bfa838;
  background-image: radial-gradient(120% 90% at 50% -20%, #f0e4c41a 0%, #0000 62%);
  box-shadow: 0 10px 30px -22px #c9bfa88c;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}

.pkg-card[data-astro-cid-2bkl4x4j]:hover {
  border-color: #f0e4c48c;
  box-shadow: 0 18px 40px -18px #c9bfa899;
}

@media (hover: hover) and (width >= 768px) {
  .pkg-card[data-astro-cid-2bkl4x4j]:hover {
    transform: translateY(-3px);
  }
}

.pkg-card[data-astro-cid-2bkl4x4j]:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, #0000 0%, #f0e4c4bf 50%, #0000 100%);
  pointer-events: none;
}

.pkg-card[data-astro-cid-2bkl4x4j][data-pkg-owned="1"] {
  border-color: #34d39959;
  box-shadow: 0 10px 30px -22px #34d3998c;
}

.pkg-card__sheen[data-astro-cid-2bkl4x4j] {
  position: absolute;
  top: -60%;
  left: -70%;
  width: 55%;
  height: 220%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, #0000 0%, #ffffff0f 35%, #f0e4c438 50%, #ffffff0f 65%, #0000 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

@media (hover: hover) {
  .pkg-card[data-astro-cid-2bkl4x4j]:hover .pkg-card__sheen[data-astro-cid-2bkl4x4j] {
    opacity: 1;
    animation: 1.15s ease-out pkgSheen;
  }
}

@keyframes pkgSheen {
  from {
    left: -70%;
  }

  to {
    left: 130%;
  }
}

.pkg-pill--gold[data-astro-cid-2bkl4x4j] {
  border-color: #f0e4c473;
  background: #f0e4c41f;
  color: var(--pkg-gold-2);
}

.pkg-price[data-astro-cid-2bkl4x4j]:not(:empty) {
  background: linear-gradient(100deg, var(--pkg-gold-2) 0%, var(--pkg-gold-1) 50%, var(--pkg-gold-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0000;
  text-shadow: 0 0 26px #f0e4c429;
}

.pkg-tier[data-astro-cid-2bkl4x4j] {
  border-color: #c9bfa829;
}

.pkg-cta[data-astro-cid-2bkl4x4j] {
  overflow: hidden;
  color: #0a0a0a;
  background: linear-gradient(120deg, var(--pkg-gold-1) 0%, var(--pkg-gold-2) 45%, var(--pkg-gold-1) 100%);
  box-shadow: 0 8px 22px -10px #c9bfa8bf;
  animation: 2.8s ease-in-out infinite pkgCtaPulse;
  transition: transform .2s, box-shadow .2s;
}

.pkg-cta[data-astro-cid-2bkl4x4j]:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px -10px #f0e4c4e6;
}

.pkg-cta[data-astro-cid-2bkl4x4j]:active {
  transform: scale(.985);
}

.pkg-cta[data-astro-cid-2bkl4x4j]:focus-visible {
  outline: 2px solid var(--pkg-gold-2);
  outline-offset: 2px;
}

.pkg-cta[data-astro-cid-2bkl4x4j] svg[data-astro-cid-2bkl4x4j], .pkg-cta[data-astro-cid-2bkl4x4j] span[data-astro-cid-2bkl4x4j][data-pkg-cta-label] {
  position: relative;
  z-index: 1;
}

.pkg-cta--own[data-astro-cid-2bkl4x4j], .pkg-cta--own[data-astro-cid-2bkl4x4j]:hover {
  background: #ffffff0f;
  color: #e9e6df80;
  box-shadow: none;
  transform: none;
  animation: none;
  cursor: default;
}

.pkg-cta--own[data-astro-cid-2bkl4x4j] .pkg-cta__shine[data-astro-cid-2bkl4x4j] {
  display: none;
}

.pkg-cta--owned[data-astro-cid-2bkl4x4j], .pkg-cta--owned[data-astro-cid-2bkl4x4j]:hover {
  background: #34d3991f;
  border: 1px solid #34d39973;
  color: #a7f3d0;
  box-shadow: none;
  transform: none;
  animation: none;
  cursor: pointer;
}

.pkg-cta--owned[data-astro-cid-2bkl4x4j]:hover {
  background: #34d39933;
}

.pkg-cta--owned[data-astro-cid-2bkl4x4j] .pkg-cta__shine[data-astro-cid-2bkl4x4j] {
  display: none;
}

.pkg-cta__shine[data-astro-cid-2bkl4x4j] {
  position: absolute;
  top: 0;
  left: -140%;
  width: 60%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, #0000, #ffffff8c, #0000);
  animation: 3.4s ease-in-out infinite pkgCtaShine;
  pointer-events: none;
  z-index: 0;
}

@keyframes pkgCtaShine {
  0%, 55% {
    left: -140%;
  }

  100% {
    left: 160%;
  }
}

@keyframes pkgCtaPulse {
  0%, 100% {
    box-shadow: 0 8px 22px -10px #c9bfa8bf;
  }

  50% {
    box-shadow: 0 10px 30px -8px #f0e4c4f2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pkg-card[data-astro-cid-2bkl4x4j], .pkg-card[data-astro-cid-2bkl4x4j]:hover {
    transform: none;
  }

  .pkg-card__sheen[data-astro-cid-2bkl4x4j], .pkg-cta__shine[data-astro-cid-2bkl4x4j] {
    animation: none;
    display: none;
  }

  .pkg-cta[data-astro-cid-2bkl4x4j] {
    animation: none;
  }
}
