/* ---------------------------------------------------------------------
   PRICING HERO / PAGE HEADER
   --------------------------------------------------------------------- */
.pricing-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 60% 40%, rgba(252,204,71,.10) 0%, transparent 55%),
    var(--bg);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(48px, 8vw, 96px);
  text-align: center;
}

/* Decorative background layer — crossing spotlight beams + bokeh + floor grid
   (same treatment as events.html, mirrored for a centered hero) */
.pricing-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 30%, transparent 35%, rgba(34,36,42,.5) 100%);
}

.pricing-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(140px 140px at 14% 26%, rgba(252,204,71,.10), transparent 70%),
    radial-gradient(180px 180px at 84% 16%, rgba(218,68,68,.09), transparent 72%),
    radial-gradient(150px 150px at 70% 74%, rgba(252,204,71,.08), transparent 70%),
    radial-gradient(110px 110px at 30% 84%, rgba(246,243,233,.05), transparent 70%),
    radial-gradient(100px 100px at 94% 60%, rgba(252,204,71,.07), transparent 70%);
  animation: priceBokeh 10s ease-in-out infinite;
}

.pricing-hero__bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  background-image: repeating-linear-gradient(
    to top,
    rgba(246,243,233,.05) 0px,
    rgba(246,243,233,.05) 1px,
    transparent 1px,
    transparent 34px
  );
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,.85), transparent);
          mask-image: linear-gradient(to top, rgba(0,0,0,.85), transparent);
}

.pricing-hero__beams {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.pricing-hero__beams .beam--a { animation: priceBeamGlow 7s ease-in-out infinite; }
.pricing-hero__beams .beam--b { animation: priceBeamGlow 8.5s ease-in-out infinite 1.2s; }
.pricing-hero__beams .beam--c { animation: priceBeamGlow 6.8s ease-in-out infinite .6s; }

@keyframes priceBokeh {
  0%, 100% { opacity: .8; }
  50%      { opacity: 1; }
}
@keyframes priceBeamGlow {
  0%, 100% { opacity: .7; }
  50%      { opacity: 1; }
}

/* Text sits above every layer of .pricing-hero__bg */
.pricing-hero__content {
  position: relative;
  z-index: 1;
}

.pricing-hero__eyebrow { margin-bottom: .9rem; }

.pricing-hero__title {
  font-size: clamp(2.4rem, 6vw, 4rem);
  color: var(--paper);
  max-width: 18ch;
  margin-inline: auto;
  line-height: 1.05;
}

.pricing-hero__sub {
  color: var(--paper);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  max-width: 52ch;
  margin: 1rem auto 0;
  line-height: 1.55;
}

.pricing-hero__discount {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  margin-top: 2rem;
  padding: .9rem 1.4rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: .97rem;
  color: var(--paper);
  max-width: 620px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing-hero__discount .discount-badge { width: 52px; height: 52px; flex-shrink: 0; }

/* Gold rule below hero */
.pricing-hero__rule {
  height: 4px;
  background: var(--gold);
  margin: 0;
  border: none;
}

/* ---------------------------------------------------------------------
   PRICING TABLE — desktop comparison
   --------------------------------------------------------------------- */
.pricing-section {
  padding-block: var(--section-y);
}

.pricing__head {
  text-align: center;
  display: grid;
  justify-items: center;
}
.pricing__head .section-title { max-width: none; }
.pricing__head .section-sub   { text-align: center; }

.pricing__table-wrap {
  margin-top: clamp(2rem, 4vw, 3rem);
  overflow-x: auto;
  border-radius: var(--radius);
  -webkit-overflow-scrolling: touch;
}

.ptable {
  width: 100%;
  min-width: 880px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg);
}
.ptable th, .ptable td {
  padding: .85rem 1rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.ptable thead th { vertical-align: top; padding-block: 1.4rem; }

/* sticky feature label column */
.ptable .feat {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--surface-2);
  color: var(--paper);
  font-weight: 600;
  min-width: 220px;
}
.ptable thead .feat { background: var(--surface-2); }

.pkg-name  { display: block; font-family: var(--font-heading); font-size: 1.25rem; color: var(--paper); }
.pkg-price { display: block; font-family: var(--font-heading); font-size: 1.9rem; color: var(--gold); line-height: 1; margin: .25rem 0; }
.pkg-meta  { display: block; color: var(--paper-dim); font-size: .82rem; line-height: 1.35; }
.pkg-meta b { color: var(--paper); }
.ptable thead th .btn { margin-top: .8rem; padding: .6em 1.2em; font-size: .82rem; }

.yes { color: var(--gold); font-weight: 700; font-size: 1.15rem; }
.no  { color: var(--paper-dim); }
.val { color: var(--paper); font-weight: 600; font-size: .92rem; }
.addon-tag {
  display: block;
  font-family: var(--font-label);
  font-size: .64rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper-dim);
  margin-top: .15rem;
}

/* Zebra striping for readability */
.ptable tbody tr:nth-child(even) td:not(.pop),
.ptable tbody tr:nth-child(even) th:not(.pop) { background: rgba(255,255,255,.025); }

/* Most Popular column highlight */
.ptable .pop { background: rgba(252,204,71,.07); }
.ptable thead th.pop { position: relative; }
.pop-badge {
  display: inline-block;
  background: var(--red);
  color: var(--paper);
  font-family: var(--font-label);
  font-weight: 700;
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .3em .8em;
  border-radius: var(--pill);
  margin-bottom: .5rem;
}
.ptable th.pop { border-top: 3px solid var(--gold); }

.pricing__addons {
  margin-top: 1.6rem;
  color: var(--paper-dim);
  font-size: .92rem;
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
  line-height: 1.6;
}
.pricing__addons b { color: var(--paper); }

/* ---------------------------------------------------------------------
   MOBILE PRICING CARDS — hidden on desktop, shown ≤ 880px
   --------------------------------------------------------------------- */
.pricing__cards { display: none; }

@media (max-width: 880px) {
  .pricing__table-wrap { display: none; }

  .pricing__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: clamp(1.6rem, 4vw, 2.4rem);
  }

  .pkg-card {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    text-align: center;
  }
  .pkg-card--pop {
    border-color: var(--gold);
    border-width: 2px;
    background: rgba(252,204,71,.04);
    position: relative;
  }
  .pkg-card--pop .pop-badge { display: inline-block; margin-bottom: .1rem; }
  .pkg-card:not(.pkg-card--pop) .pop-badge { display: none; }

  .pkg-card__name {
    font-family: var(--font-heading);
    font-size: 2.05rem;
    color: var(--paper);
    line-height: 1.1;
  }
  .pkg-card__price {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--gold);
    line-height: 1;
  }
  .pkg-card__meta {
    font-size: 1rem;
    color: var(--paper-dim);
    line-height: 1.35;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--line);
  }
  .pkg-card__meta b { color: var(--paper); }
  .pkg-card__list {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    flex: 1;
    margin-bottom: .4rem;
  }
  .pkg-card__item {
    font-size: 1rem;
    line-height: 1.35;
    display: flex;
    align-items: flex-start;
    gap: .45rem;
    color: var(--paper-dim);
  }
  .pkg-card__item::before {
    content: "✕";
    font-size: .7rem;
    flex-shrink: 0;
    margin-top: .1rem;
  }
  .pkg-card__item--yes { color: var(--paper); }
  .pkg-card__item--yes::before { content: "✓"; color: var(--gold); font-weight: 700; }
  .pkg-card__item--addon { color: var(--paper-dim); }
  .pkg-card__item--addon::before { content: "+"; color: var(--paper-dim); font-weight: 700; }
  .pkg-card .addon-tag { font-size: .6rem; }
  .pkg-card .btn { width: 100%; justify-content: center; font-size: .78rem; padding: .7em 1em; margin-top: auto; }

  .pricing__addons { font-size: .85rem; }
}

/* Tablet: 2-column card grid */
@media (min-width: 560px) and (max-width: 880px) {
  .pricing__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .pkg-card--pop {
    grid-column: 1 / -1;
    max-width: 480px;
    justify-self: center;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------
   WHAT'S INCLUDED BREAKDOWN — feature highlight strip
   --------------------------------------------------------------------- */
.features {
  background: var(--surface);
  border-block: 1px solid var(--line);
  padding-block: var(--section-y);
}
.features__head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.features__head .section-sub { margin-inline: auto; text-align: center; }

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
}
.feature-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.feature-card__icon {
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--gold);
  flex-shrink: 0;
}
.feature-card__icon svg { width: 26px; height: 26px; }
.feature-card__title {
  font-size: 1.1rem;
  color: var(--paper);
  line-height: 1.2;
}
.feature-card__body {
  color: var(--paper-dim);
  font-size: .93rem;
  line-height: 1.5;
  flex: 1;
}

@media (max-width: 860px) { .features__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .features__grid { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------------
   FAQ
   --------------------------------------------------------------------- */
.faq {
  padding-block: var(--section-y);
}
.faq__head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.faq__head .section-sub { margin-inline: auto; text-align: center; }

.faq__list {
  max-width: 780px;
  margin-inline: auto;
  display: grid;
  gap: .6rem;
}
.faq__item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq__q {
  width: 100%;
  text-align: left;
  padding: 1.1rem 1.3rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  line-height: 1.4;
}
.faq__q:hover { color: var(--gold); }
.faq__icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  transition: transform .25s ease;
}
.faq__item.is-open .faq__icon { transform: rotate(45deg); }
.faq__a {
  display: none;
  padding: 0 1.3rem 1.1rem;
  color: var(--paper-dim);
  font-size: .97rem;
  line-height: 1.6;
  border-top: 1px solid var(--line);
  padding-top: .9rem;
}
.faq__item.is-open .faq__a { display: block; }

/* ---------------------------------------------------------------------
   FINAL CTA
   --------------------------------------------------------------------- */
.final {
  text-align: center;
  background:
    radial-gradient(ellipse at center, rgba(252,204,71,.10), transparent 62%),
    var(--bg);
}
.final__title {
  font-size: clamp(1.8rem, 5.5vw, 3.8rem);
  max-width: 18ch;
  margin: 0 auto 2rem;
  color: var(--paper);
  line-height: 1.08;
}
.final .bulbs { max-width: 260px; margin: 0 auto 2.2rem; }
.final__btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .final__title { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .final__btns { flex-direction: column; align-items: center; }
  .final__btns .btn--lg { width: 100%; justify-content: center; }
}
