.pd { margin: 0; background: #f9f8f6; color: #433c33; font-family: Inter, Geist, sans-serif; }
.pd a { color: inherit; text-decoration: none; }
.pd-top {
  height: 72px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #eceae6;
}
.pd-logo img { height: 44px; width: auto; display: block; }
.pd-top__actions { display: flex; align-items: center; gap: 20px; }
.pd-signin { font-size: 14px; font-weight: 500; }
.pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  background: #cb1e31;
  color: #fff !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}
.pd-btn--block { width: 100%; height: 48px; margin: 8px 0 16px; }
.pd-buy__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  margin: 20px 0 22px;
  background: #cb1e31;
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  font-family: Geist, Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}
.pd-buy__cta svg { display: block; flex-shrink: 0; }
.pd-buy__cta:hover { background: #b4182a; }
.pd-banner {
  background: #433c33;
  color: #fff;
  min-height: 40px;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}
.pd-banner p { margin: 0; }
.pd-banner a { color: #fff; text-decoration: underline; }
.pd-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 340px;
  gap: 28px;
}
.pd-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a8178;
}
.pd-title {
  margin: 0 0 18px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  color: #1d1a16;
  line-height: 1.1;
}
.pd-player {
  position: relative;
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.pd-player video { width: 100%; height: 100%; object-fit: cover; display: block; background: #111; }
.pd-preview-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #f3c14b;
  color: #3b2a00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 10px;
  border-radius: 999px;
}
.pd-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  font-size: 22px;
}
.pd-preview {
  margin-top: 16px;
  background: #fff;
  border: 1px solid #e8e4de;
  border-radius: 16px;
  padding: 22px 24px 20px;
}
.pd-preview__desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #5a534c;
}
.pd-preview__row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pd-preview__alert {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff8e6;
  border: 1px solid #efd7a4;
  border-radius: 12px;
  padding: 12px 14px;
}
.pd-preview__alert svg { flex-shrink: 0; margin-top: 2px; }
.pd-preview__copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pd-preview__copy strong {
  font-size: 14px;
  font-weight: 700;
  color: #8b5a1c;
}
.pd-preview__copy span {
  font-size: 13px;
  line-height: 1.45;
  color: #a06c22;
}
.pd-preview__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px;
  background: #cb1e31;
  color: #fff !important;
  border-radius: 999px;
  font-family: Geist, Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}
.pd-preview__cta svg { display: block; }
.pd-preview__cta:hover { background: #b4182a; }
.pd-card {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(29, 26, 22, .05);
  padding: 0 28px 28px;
}
.pd-tabs {
  display: flex;
  gap: 28px;
  margin: 0 0 22px;
  border-bottom: 1px solid #eceae6;
}
.pd-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  padding: 18px 0 12px;
  font-size: 15px;
  font-weight: 500;
  color: #8a8178;
  cursor: pointer;
}
.pd-tabs button svg { display: block; }
.pd-tabs button.is-active {
  color: #cb1e31;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 #cb1e31;
}
.pd-panel { display: none; }
.pd-panel.is-active { display: block; }
.pd-locked {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px 36px;
}
.pd-locked__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f4f2ee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.pd-locked h2 {
  margin: 0 0 8px;
  font-family: Inter, Geist, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2b2622;
}
.pd-locked p {
  margin: 0 0 22px;
  max-width: 420px;
  font-size: 14px;
  line-height: 1.55;
  color: #8a8178;
}
.pd-locked__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  background: #cb1e31;
  color: #fff !important;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}
.pd-locked__cta:hover { background: #b4182a; }
.pd-panel h2 {
  margin: 0 0 10px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #2b2622;
}
.pd-locked h2 {
  margin: 0 0 8px;
  font-family: Inter, Geist, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2b2622;
}
.pd-panel h2 + p { margin: 0 0 28px; }
.pd-panel p { line-height: 1.7; color: #6b645c; font-size: 15px; }
.pd-locked p { margin: 0 0 22px; font-size: 14px; line-height: 1.55; color: #8a8178; }
.pd-learn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.pd-learn li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #433c33; line-height: 1.4; }
.pd-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cb1e31;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.pd-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pd-stats div {
  background: #f4f2ee;
  border-radius: 14px;
  padding: 16px 14px 14px;
}
.pd-stats svg {
  display: block;
  margin-bottom: 10px;
  color: #b01e3c;
}
.pd-stats strong { display: block; font-size: 20px; font-weight: 700; color: #1d1a16; }
.pd-stats span { font-size: 12px; color: #8a8178; }
.pd-buy, .pd-content { background: #fff; border-radius: 24px; box-shadow: 0 10px 28px rgba(29,26,22,.08); overflow: hidden; }
.pd-content { padding: 0; }
.pd-buy { margin-bottom: 16px; padding: 0; }
.pd-buy__media { position: relative; height: 168px; overflow: hidden; }
.pd-buy__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-buy__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 72%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(20,16,12,.72) 100%);
}
.pd-buy__name {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
}
.pd-buy__body { padding: 18px 20px 22px; }
.pd-buy__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 10px; }
.pd-buy__price strong { font-size: 34px; font-weight: 700; color: #2b2622; letter-spacing: -.02em; }
.pd-buy__price s { color: #b0aaa4; font-size: 14px; font-weight: 500; }
.pd-buy__price em {
  background: #fdecee;
  color: #c5222e;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}
.pd-buy__note { margin: 6px 0 0; font-size: 13px; color: #9a928a; }
.pd-perks { list-style: none; padding: 0; margin: 0; font-size: 13px; color: #8a8178; }
.pd-perks li { display: flex; align-items: center; gap: 10px; padding: 7px 0; }
.pd-perks svg { flex-shrink: 0; }
.pd-content__head {
  background: #433c33;
  padding: 22px 20px 18px;
}
.pd-content__head h3 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #f6f1ea;
}
.pd-content__head > p {
  margin: 6px 0 14px;
  font-size: 13px;
  color: #c4b8a8;
}
.pd-lock-note {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, .28);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.35;
}
.pd-lock-note svg { flex-shrink: 0; }
.pd-lock-note strong { font-weight: 700; }
.pd-eps { display: flex; flex-direction: column; max-height: 520px; overflow: auto; }
.pd-ep {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  border: 0;
  border-top: 1px solid #eeeae4;
  background: #fff;
  border-radius: 0;
  padding: 14px 18px;
  cursor: pointer;
  position: relative;
}
.pd-ep:first-child { border-top: 0; }
.pd-ep.is-active {
  background: #fff5f5;
  border-top: 1px solid #e8b4b8;
  border-bottom: 1px solid #e8b4b8;
  box-shadow: none;
}
.pd-ep.is-locked { opacity: 1; cursor: default; }
.pd-ep-tip {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  z-index: 6;
  background: #1d1a16;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}
.pd-ep-tip.is-on {
  opacity: 1;
  transform: translateY(0);
}
.pd-ep__icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 1px;
  flex-shrink: 0;
}
.pd-ep__icon--play { background: #fff4cc; border: 1px solid #e8b84a; }
.pd-ep__icon--lock { background: #f3f1ee; }
.pd-ep__body { display: flex; flex-direction: column; min-width: 0; width: 100%; }
.pd-ep__body strong { font-size: 13px; font-weight: 600; color: #1d1a16; }
.pd-ep__body em { font-style: normal; font-weight: 700; margin-right: 2px; }
.pd-ep.is-active .pd-ep__body strong,
.pd-ep.is-active .pd-ep__body em { color: #b01e3c; }
.pd-ep.is-locked .pd-ep__body strong,
.pd-ep.is-locked .pd-ep__body em { color: #b0aaa4; font-weight: 500; }
.pd-ep.is-locked .pd-ep__title {
  filter: blur(2.2px);
  user-select: none;
}
.pd-ep__body small {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
  font-size: 11px;
  color: #8a8178;
}
.pd-ep.is-locked .pd-ep__body small { color: #b0aaa4; }
.pd-tag {
  background: none;
  color: #d97706;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
  margin-left: 4px;
  white-space: nowrap;
}
.pd-tag--full { background: none; color: #15803d; }
.pd-resource-list {
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
  width: 100%;
  text-align: left;
}
.pd-resource-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  font-size: 14px;
}
.pd-resource-list__name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.pd-resource-lock {
  flex-shrink: 0;
  color: #8a827a;
}
.pd-resource-list li.is-locked strong {
  color: #6b645c;
}
.pd-resource-list em { color: #9a928a; font-style: normal; font-size: 12px; }
.pd-resource-list li > span:not(.pd-resource-list__name) { color: #9a928a; font-size: 12px; text-transform: uppercase; }
.pd-reviews { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.pd-review {
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  background: #faf9f7;
}
.pd-review__rating { margin-left: 8px; color: #9a928a; font-size: 13px; }
.pd-review p { margin: 8px 0 0; color: #4b453f; line-height: 1.5; }
@media (max-width: 960px) {
  .pd-wrap { grid-template-columns: 1fr; }
  .pd-learn, .pd-stats { grid-template-columns: 1fr 1fr; }
  .pd-banner { flex-direction: column; align-items: flex-start; }
  .pd-preview__row { flex-direction: column; align-items: stretch; }
  .pd-preview__cta { width: 100%; }
}


.pd-tag--locked {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #cb1e31;
  font-weight: 700;
  filter: none;
}
.pd-tag--locked svg {
  flex-shrink: 0;
}
.pd-ep__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #cb1e31;
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}
.pd-ep__buy:hover { background: #b4182a; }
.pd-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  text-align: center;
}
.pd-lock-overlay[hidden] { display: none; }
.pd-lock-overlay strong {
  font-size: 22px;
  font-weight: 700;
}
.pd-lock-overlay span {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,.86);
}
.pd-lock-overlay__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  margin-top: 6px;
  border-radius: 999px;
  background: #cb1e31;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.pd-lock-overlay__cta:hover { background: #b4182a; }
.pd--owned .pd-ep.is-locked {
  opacity: 1;
}
.pd--owned .pd-ep__buy,
.pd--owned .pd-lock-overlay,
.pd--owned .pd-lock-note,
.pd--owned .pd-tag--locked {
  display: none !important;
}
.pd-buy__owned {
  margin: 0 0 12px;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #007a55;
}
.pd-signin {
  white-space: nowrap;
}
