/* Homepage Single Song Bundle Builder */

.pratst-bundle-builder-band {
  background: #070708;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pratst-bundle-builder {
  padding: 56px 0 64px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: 'Poppins', 'Poppins-Medium', sans-serif;
}

.pratst-bundle-builder .container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
}

.pratst-bundle-builder__header {
  /* Theme sets bare `header { position: absolute }` for site chrome — keep this in flow. */
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  width: 100%;
  max-width: 720px;
  margin: 0 0 36px;
  pointer-events: auto;
}

.pratst-bundle-builder__header--center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pratst-bundle-builder__eyebrow {
  margin: 0 0 12px;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4af37;
}

.pratst-bundle-builder__title {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.2;
}

.pratst-bundle-builder__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

.pratst-bundle-plans,
.pratst-bundle-includes,
.pratst-bundle-builder__customise,
.pratst-bundle-builder__footer {
  position: relative;
  z-index: 2;
}

.pratst-bundle-plan__cta,
.pratst-bundle-builder__checkout {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

/* —— Plan cards —— */
.pratst-bundle-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 40px;
  align-items: stretch;
}

.pratst-bundle-plan {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 20px 18px 18px;
  border-radius: 16px;
  background: #141416;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.pratst-bundle-plan.is-popular {
  background: #18160f;
  box-shadow:
    inset 0 0 0 1px rgba(212, 175, 55, 0.55),
    0 0 0 1px rgba(212, 175, 55, 0.18),
    0 16px 40px rgba(212, 175, 55, 0.12);
}

.pratst-bundle-plan.is-active:not(.is-popular) {
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.4);
}

.pratst-bundle-plan__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.pratst-bundle-plan__chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.pratst-bundle-plan__chip.is-popular {
  background: rgba(212, 175, 55, 0.2);
  color: #ffe9a8;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.35);
}

.pratst-bundle-plan__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #0a0a0a;
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.pratst-bundle-plan__price {
  margin: 0 0 8px;
  color: #d4af37;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: clamp(26px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.15;
}

.pratst-bundle-plan__blurb {
  margin: 0 0 18px;
  color: rgba(255, 236, 190, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.pratst-bundle-plan:not(.is-popular) .pratst-bundle-plan__blurb {
  color: rgba(255, 255, 255, 0.62);
}

.pratst-bundle-plan__highlights {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 14px;
  flex: 1 1 auto;
}

.pratst-bundle-plan__highlights li {
  display: grid;
  gap: 2px;
}

.pratst-bundle-plan__highlights strong {
  color: #fff;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.pratst-bundle-plan__highlights span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

.pratst-bundle-plan__cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s ease, filter 0.15s ease;
}

.pratst-bundle-plan__cta:hover,
.pratst-bundle-plan__cta:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.pratst-bundle-plan__cta.is-primary {
  background: linear-gradient(135deg, #d4af37 0%, #b8891f 100%);
  color: #111;
}

.pratst-bundle-plan__cta.is-primary:hover,
.pratst-bundle-plan__cta.is-primary:focus-visible {
  filter: brightness(1.08);
  background: linear-gradient(135deg, #d4af37 0%, #b8891f 100%);
}

/* —— All bundles include —— */
.pratst-bundle-includes {
  margin: 0 0 44px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pratst-bundle-includes__title {
  margin: 0 0 22px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.pratst-bundle-includes__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}

.pratst-bundle-includes__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.4;
}

.pratst-bundle-includes__check {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.18);
  color: #d4af37;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.35);
}

/* —— Customise: summary + add-ons —— */
.pratst-bundle-builder__customise {
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.2s ease;
}

.pratst-bundle-builder__customise.is-updating {
  opacity: 0.45;
}

.pratst-bundle-builder__customise-head {
  margin: 0 0 18px;
  text-align: center;
}

.pratst-bundle-builder__customise-title {
  margin: 0 0 8px;
  color: #fff;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.pratst-bundle-builder__customise-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.pratst-bundle-summary {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.pratst-bundle-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.pratst-bundle-summary__row + .pratst-bundle-summary__row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pratst-bundle-summary__label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pratst-bundle-summary__value {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  line-height: 1.35;
}

.pratst-bundle-addons__title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.55);
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pratst-bundle-coverage-section {
  margin-top: 22px;
}

.pratst-bundle-coverage-section[hidden] {
  display: none !important;
}

.pratst-bundle-coverage-section__copy {
  margin: -4px 0 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.45;
}

.pratst-bundle-coverage-section .pratst-bundle-coverage-card {
  margin-bottom: 0;
}

.pratst-bundle-coverage {
  margin-top: 0;
}

.pratst-bundle-addon {
  margin-bottom: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #141416;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.pratst-bundle-addon[hidden] {
  display: none !important;
}

.pratst-bundle-addon__toggle {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}

.pratst-bundle-addon__toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pratst-bundle-addon__toggle::before {
  content: '';
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.35);
  background: transparent;
}

.pratst-bundle-addon__toggle.is-on::before {
  background: #d4af37;
  box-shadow: inset 0 0 0 1.5px #d4af37;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M6.2 11.4 2.8 8l1.1-1.1 2.3 2.3 5-5L12.3 5.3z'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.pratst-bundle-addon__ui {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.pratst-bundle-addon__name {
  color: #fff;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.pratst-bundle-addon__name em {
  font-style: normal;
  color: #d4af37;
  font-weight: 600;
}

.pratst-bundle-addon__desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.4;
}

.pratst-bundle-addon__panel {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pratst-bundle-addon__panel[hidden] {
  display: none !important;
}

.pratst-bundle-addon__tiers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pratst-bundle-addon__tier {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.pratst-bundle-addon__tier input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pratst-bundle-addon__tier span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.pratst-bundle-addon__tier.is-selected span {
  color: #111;
  background: #d4af37;
  box-shadow: none;
}

.pratst-bundle-coverage {
  margin-top: 0;
}

.pratst-bundle-builder .pratst-session-location {
  width: 100%;
  max-width: none;
}

.pratst-bundle-builder .pratst-session-location__field {
  position: relative;
}

.pratst-bundle-builder .pratst-session-location__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  color: #d4af37;
  transform: translateY(-50%);
  pointer-events: none;
}

.pratst-bundle-builder .pratst-session-location__input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 36px 0 34px;
  border: 1px solid #353539;
  border-radius: 8px;
  background: #111113;
  color: #f5f5f7;
  font-size: 14px;
}

.pratst-bundle-builder .pratst-session-location__input:focus {
  outline: none;
  border-color: rgba(212, 175, 55, 0.55);
}

.pratst-bundle-builder .pratst-session-location__clear {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ddd;
  transform: translateY(-50%);
  cursor: pointer;
}

.pratst-bundle-builder .pratst-session-location__clear[hidden] {
  display: none !important;
}

.pratst-bundle-coverage__result {
  margin-top: 12px;
}

.pratst-bundle-coverage__result[hidden] {
  display: none !important;
}

.pratst-bundle-coverage__status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pratst-bundle-coverage__status.is-ok {
  color: #b8f0c8;
  background: rgba(46, 204, 113, 0.1);
  box-shadow: inset 0 0 0 1px rgba(46, 204, 113, 0.28);
}

.pratst-bundle-coverage__status.is-warn {
  color: rgba(255, 236, 190, 0.92);
  background: rgba(212, 175, 55, 0.1);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.28);
}

.pratst-bundle-coverage__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.pratst-bundle-coverage__actions[hidden] {
  display: none !important;
}

.pratst-bundle-coverage__choice {
  appearance: none;
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 12px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.pratst-bundle-coverage__choice strong {
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.pratst-bundle-coverage__choice span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.pratst-bundle-coverage__choice:hover,
.pratst-bundle-coverage__choice:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.pratst-bundle-coverage__choice.is-selected {
  background: rgba(212, 175, 55, 0.14);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.55);
}

.pratst-bundle-coverage__choice.is-selected span {
  color: rgba(255, 236, 190, 0.75);
}

@media (max-width: 560px) {
  .pratst-bundle-coverage__actions {
    grid-template-columns: 1fr;
  }
}

.pratst-bundle-builder__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pratst-bundle-builder__total {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pratst-bundle-builder__total strong {
  color: #ffe9a8;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}

.pratst-bundle-builder__checkout {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, #d4af37 0%, #b8891f 100%);
  color: #111;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
}

.pratst-bundle-builder__checkout:hover,
.pratst-bundle-builder__checkout:focus-visible {
  filter: brightness(1.08);
}

.pratst-bundle-checkout {
  max-width: 560px;
  margin: 32px auto;
  padding: 24px;
  color: #f5f5f7;
}

.pratst-bundle-checkout__total {
  font-size: 1.25rem;
}

.pratst-bundle-checkout__pay {
  margin-right: 12px;
}

.pratst-bundle-success__code {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #d4af37;
}

@media (max-width: 1100px) {
  .pratst-bundle-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pratst-bundle-builder {
    padding: 40px 0 48px;
  }

  .pratst-bundle-builder__header {
    margin-bottom: 28px;
  }

  .pratst-bundle-builder__lead {
    font-size: 16px;
  }

  .pratst-bundle-plans {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .pratst-bundle-includes__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
