:root {
  --ptlp-ivory: #fbf3e8;
  --ptlp-cream: #f3e5d3;
  --ptlp-warm: #e5cdb4;
  --ptlp-ink: #24141f;
  --ptlp-plum: #4b173d;
  --ptlp-plum-deep: #2a0d25;
  --ptlp-burgundy: #6d2d4d;
  --ptlp-gold: #b88842;
  --ptlp-gold-light: #d7ad62;
  --ptlp-cacao: #493022;
  --ptlp-muted: #6d5c51;
  --ptlp-line: rgba(116, 70, 43, 0.24);
  --ptlp-shadow: 0 24px 70px rgba(61, 33, 21, 0.18);
  --ptlp-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body.pareja-tlp-page {
  margin: 0;
  color: var(--ptlp-ink);
  background: var(--ptlp-ivory);
  font-family: Montserrat, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ptlp-approved {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 48%, rgba(84, 23, 63, 0.16), transparent 18rem),
    radial-gradient(circle at 80% 0%, rgba(215, 173, 98, 0.24), transparent 24rem),
    linear-gradient(180deg, #fbf3e8 0%, #f5e4d1 55%, #fbf3e8 100%);
}

.ptlp-approved *,
.ptlp-approved *::before,
.ptlp-approved *::after {
  box-sizing: border-box;
}

.ptlp-approved img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ptlp-approved-wrap {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.ptlp-approved h1,
.ptlp-approved h2,
.ptlp-approved h3,
.ptlp-approved h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

.ptlp-approved h2 {
  text-shadow: 0 10px 28px rgba(83, 24, 70, 0.08);
}

.ptlp-approved p {
  margin: 0;
}

.ptlp-approved a {
  color: inherit;
}

.ptlp-approved-hero {
  position: relative;
  min-height: 720px;
  padding: 2rem 0 1.6rem;
  background:
    radial-gradient(circle at 16% 64%, rgba(89, 21, 70, 0.15), transparent 18rem),
    linear-gradient(90deg, rgba(251, 243, 232, 0.98) 0%, rgba(251, 243, 232, 0.92) 45%, rgba(251, 243, 232, 0.46) 100%),
    url("../images/pareja-con-tlp/pareja-con-tlp-hero.png") center right / cover no-repeat;
  border-bottom: 3px solid rgba(255, 255, 255, 0.78);
}

.ptlp-approved-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8rem;
  background: linear-gradient(180deg, transparent, rgba(251, 243, 232, 0.92));
  pointer-events: none;
}

.ptlp-approved-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ptlp-brand {
  display: grid;
  width: max-content;
  margin-bottom: 1.25rem;
  color: var(--ptlp-ink);
  text-transform: uppercase;
}

.ptlp-brand span {
  color: var(--ptlp-gold);
  font-size: 1.6rem;
  line-height: 0.9;
}

.ptlp-brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: 0.88;
}

.ptlp-brand small {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ptlp-approved-hero h1 {
  max-width: 680px;
  color: var(--ptlp-plum-deep);
  font-size: clamp(2.75rem, 5.1vw, 4.45rem);
  line-height: 0.94;
}

.ptlp-approved-hero h1::first-letter {
  color: #4b163c;
}

.ptlp-approved-hero__gold {
  margin-top: 0.2rem;
  color: #9c6b2e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.65vw, 3.3rem);
  font-weight: 700;
  line-height: 0.98;
}

.ptlp-approved-lead {
  max-width: 670px;
  margin-top: 1rem;
  color: #130f0f;
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  font-weight: 700;
  line-height: 1.42;
}

.ptlp-approved-hero__copy > p:not(.ptlp-approved-hero__gold, .ptlp-approved-lead) {
  max-width: 650px;
  margin-top: 0.95rem;
  font-size: 1.02rem;
  line-height: 1.55;
}

.ptlp-micro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 1.8rem;
}

.ptlp-micro-grid div {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
}

.ptlp-micro-grid i {
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--ptlp-plum);
  border-radius: 50%;
  position: relative;
}

.ptlp-micro-grid i::before,
.ptlp-micro-grid i::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 2px solid var(--ptlp-plum);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.ptlp-micro-grid p {
  font-size: 0.88rem;
  line-height: 1.32;
}

.ptlp-soft-note {
  max-width: 690px;
  margin-top: 1.4rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(146, 88, 47, 0.34);
  border-radius: var(--ptlp-radius);
  background: rgba(255, 247, 237, 0.72);
  box-shadow: 0 12px 28px rgba(74, 40, 24, 0.08);
}

.ptlp-soft-note p {
  font-size: 0.93rem;
  line-height: 1.45;
}

.ptlp-soft-note em {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.ptlp-approved-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  margin-top: 1rem;
  padding: 0.9rem 3.6rem;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #6f2e55, #45143d);
  color: #fff5df;
  box-shadow: 0 16px 36px rgba(61, 19, 49, 0.28);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.ptlp-approved-button:hover,
.ptlp-approved-button:focus,
.ptlp-approved-button:visited {
  color: #fff5df;
}

.ptlp-approved-button:hover,
.ptlp-approved-button:focus {
  background: linear-gradient(135deg, #7d365f, #4f1645);
  box-shadow: 0 18px 42px rgba(61, 19, 49, 0.34);
}

.ptlp-approved-button span {
  color: #fff4d1;
}

.ptlp-scroll-cue {
  display: block;
  width: max-content;
  margin: 0.55rem auto 0;
  color: #1f1513;
  font-size: 1.05rem;
  text-decoration: none;
}

.ptlp-approved-hero__visual {
  position: relative;
  display: grid;
  justify-items: center;
}

.ptlp-approved-hero__visual img {
  width: min(100%, 430px);
  filter: drop-shadow(0 28px 42px rgba(38, 18, 14, 0.34));
}

.ptlp-medallion {
  position: absolute;
  right: -1rem;
  bottom: 5rem;
  display: grid;
  width: 8.4rem;
  height: 8.4rem;
  place-items: center;
  border: 3px double var(--ptlp-gold-light);
  border-radius: 50%;
  background: radial-gradient(circle, #6c3151, #37122f);
  color: #fbe8af;
  box-shadow: 0 16px 34px rgba(49, 17, 42, 0.3);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.ptlp-method {
  padding: 0 0 1.9rem;
  background: linear-gradient(180deg, #fff9f0, #f3dfcb);
}

.ptlp-method__head {
  padding: 0.7rem 0 0.5rem;
  text-align: center;
}

.ptlp-method__head h2 {
  color: var(--ptlp-plum);
  font-size: clamp(1.65rem, 2.3vw, 2.15rem);
  text-transform: uppercase;
}

.ptlp-method__head p {
  margin-top: 0.2rem;
  font-size: 1.08rem;
}

.ptlp-trigger-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0.8rem auto 0;
  max-width: 850px;
}

.ptlp-trigger-row span {
  padding: 0.35rem 0.6rem;
  border-bottom: 1px solid var(--ptlp-line);
  font-size: 1rem;
}

.ptlp-bridge {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.6fr) minmax(0, 2.4fr) minmax(150px, 0.6fr);
  min-height: 410px;
  overflow: hidden;
  border-block: 1px solid rgba(116, 70, 43, 0.22);
  background:
    radial-gradient(circle at 50% 62%, rgba(79, 22, 66, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(246, 230, 213, 0.9));
}

.ptlp-bridge::before {
  content: "";
  position: absolute;
  inset: 0 13%;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.34), rgba(255, 250, 242, 0.92)),
    url("../images/pareja-con-tlp/guia-tlp-final-bg.png") center 54% / cover no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.ptlp-bridge__scene {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 410px;
  padding: 1.35rem 1rem;
  overflow: hidden;
  background: #2b1027;
  color: #fff7ed;
  text-align: center;
}

.ptlp-bridge__scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--scene) center / cover no-repeat;
  opacity: 0.72;
  filter: saturate(0.9) contrast(0.94);
}

.ptlp-bridge__scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(45, 12, 38, 0.28), rgba(45, 12, 38, 0.68)),
    radial-gradient(circle at 50% 48%, transparent 0 28%, rgba(45, 12, 38, 0.42) 70%);
}

.ptlp-bridge__scene--storm {
  --scene-position: 34% center;
}

.ptlp-bridge__scene--sun {
  --scene-position: center;
}

.ptlp-bridge__scene--storm::before {
  background-position: 34% center;
}

.ptlp-bridge__scene--sun::before {
  background-position: center;
}

.ptlp-bridge__scene strong {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.ptlp-bridge__scene span {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.ptlp-bridge__center {
  position: relative;
  display: grid;
  align-content: center;
  padding: 2rem 2.2rem 1.45rem;
  background:
    radial-gradient(circle at 50% 76%, rgba(255, 255, 255, 0.72), transparent 12rem),
    linear-gradient(180deg, rgba(255, 250, 242, 0.46), rgba(255, 250, 242, 0.94)),
    linear-gradient(90deg, transparent 5%, rgba(135, 87, 55, 0.2) 50%, transparent 95%);
}

.ptlp-bridge__center::before {
  content: "";
  position: absolute;
  inset: auto 5% 4.5rem;
  height: 8.5rem;
  border: 6px solid rgba(94, 62, 43, 0.46);
  border-top: 0;
  border-radius: 0 0 50% 50%;
  pointer-events: none;
}

.ptlp-bridge__center h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 1.3rem;
  color: var(--ptlp-plum);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  text-align: center;
  text-transform: uppercase;
}

.ptlp-method-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.ptlp-method-steps article {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  padding: 0 0.6rem;
  text-align: center;
}

.ptlp-method-steps article::before {
  content: "";
  order: 4;
  width: clamp(5.8rem, 9vw, 7.4rem);
  aspect-ratio: 1;
  margin-top: 0.28rem;
  border: 2px solid rgba(166, 111, 45, 0.34);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 246, 233, 0.12), rgba(255, 246, 233, 0.2)),
    url("../images/pareja-con-tlp/pareja-con-tlp-hero.png") center / cover no-repeat;
  box-shadow:
    0 16px 30px rgba(58, 26, 45, 0.16),
    inset 0 0 0 0.45rem rgba(255, 247, 237, 0.52);
  opacity: 0.9;
}

.ptlp-method-steps article:nth-child(2)::before {
  background-image:
    linear-gradient(180deg, rgba(255, 246, 233, 0.1), rgba(255, 246, 233, 0.22)),
    url("../images/pareja-con-tlp/guia-tlp-product-pack.png");
}

.ptlp-method-steps article:nth-child(3)::before {
  background-image:
    linear-gradient(180deg, rgba(255, 246, 233, 0.1), rgba(255, 246, 233, 0.22)),
    url("../images/pareja-con-tlp/guia-tlp-final-bg.png");
}

.ptlp-method-steps article > span {
  order: 1;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ptlp-plum);
  color: #fff4df;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.ptlp-method-steps h4 {
  order: 2;
  color: var(--ptlp-plum);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.ptlp-method-steps p {
  order: 3;
  min-height: 2.6rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.36;
}

.ptlp-method-steps ul,
.ptlp-learn ul,
.ptlp-price-core ul,
.ptlp-value-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ptlp-method-steps ul {
  order: 5;
  display: grid;
  gap: 0.22rem;
  margin-top: 0.4rem;
  padding: 0.75rem 0.9rem;
  border-radius: 999px 999px 8px 8px;
  background: rgba(255, 248, 238, 0.82);
  box-shadow: 0 16px 24px rgba(68, 38, 25, 0.1);
  font-size: 0.88rem;
  font-weight: 700;
}

.ptlp-principle-strip {
  padding-top: 0.9rem;
  text-align: center;
}

.ptlp-principle-strip h3 {
  color: var(--ptlp-plum);
  font-size: 1.3rem;
  text-transform: uppercase;
}

.ptlp-principle-strip div {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.65rem;
}

.ptlp-principle-strip span {
  display: grid;
  align-content: center;
  min-height: 3rem;
  padding: 0.35rem;
  border-top: 1px solid var(--ptlp-line);
  color: #3f2a23;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.22;
}

.ptlp-change {
  position: relative;
  padding: 1.4rem 0 2.15rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(91, 28, 76, 0.2), transparent 20rem),
    radial-gradient(circle at 84% 22%, rgba(112, 45, 92, 0.14), transparent 18rem),
    linear-gradient(180deg, #f8ead9, #fff7ed);
}

.ptlp-change::before {
  content: "";
  position: absolute;
  inset: 1rem auto auto 44%;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: rgba(74, 19, 62, 0.14);
  filter: blur(72px);
  pointer-events: none;
}

.ptlp-change__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(230px, 0.58fr) minmax(300px, 0.96fr);
  gap: clamp(1.3rem, 3.2vw, 2.6rem);
  align-items: stretch;
}

.ptlp-compare,
.ptlp-change__mock,
.ptlp-learn {
  min-height: 35rem;
}

.ptlp-compare,
.ptlp-learn {
  padding: clamp(1rem, 1.9vw, 1.35rem);
  border: 1px solid rgba(116, 70, 43, 0.18);
  border-radius: var(--ptlp-radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(122, 52, 96, 0.11), transparent 15rem),
    rgba(255, 249, 242, 0.68);
  box-shadow: 0 22px 54px rgba(78, 36, 47, 0.09);
}

.ptlp-compare {
  display: grid;
  align-content: center;
}

.ptlp-compare h2,
.ptlp-learn h2,
.ptlp-library__head h2 {
  color: var(--ptlp-plum);
  font-size: clamp(1.55rem, 2.25vw, 2rem);
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
}

.ptlp-compare h2 {
  max-width: 18rem;
  margin-inline: auto;
}

.ptlp-learn h2 {
  max-width: 21rem;
}

.ptlp-compare h2 span,
.ptlp-learn h2 span,
.ptlp-library__head h2 span {
  color: #a0702f;
  font-style: italic;
  text-transform: none;
}

.ptlp-compare__table {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(116, 70, 43, 0.22);
  border-radius: var(--ptlp-radius);
  background: rgba(255, 249, 242, 0.86);
  box-shadow: 0 18px 46px rgba(79, 38, 31, 0.12);
}

.ptlp-compare__heads,
.ptlp-compare__table div:not(.ptlp-compare__heads) {
  display: grid;
  grid-template-columns: 1fr 2.1rem 1fr;
  align-items: stretch;
}

.ptlp-compare__heads {
  grid-template-columns: 1fr 1fr;
}

.ptlp-compare__heads strong {
  padding: 0.75rem 0.65rem;
  background: linear-gradient(135deg, #601848, #411138);
  color: #fff0d4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

.ptlp-compare__table span,
.ptlp-compare__table i {
  display: grid;
  min-height: 4rem;
  align-items: center;
  padding: 0.7rem 0.75rem;
  border-bottom: 1px solid rgba(116, 70, 43, 0.14);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.34;
  text-align: center;
}

.ptlp-compare__table i {
  padding-inline: 0;
  color: var(--ptlp-gold);
  font-style: normal;
}

.ptlp-change__mock {
  display: grid;
  min-height: 100%;
  place-items: center;
  margin: 0;
  position: relative;
}

.ptlp-change__mock::before {
  content: "";
  position: absolute;
  inset: 6% 4%;
  border-radius: 50%;
  background: rgba(86, 27, 72, 0.28);
  filter: blur(54px);
  transform: translateY(1rem);
}

.ptlp-change__mock img {
  position: relative;
  z-index: 1;
  width: min(100%, 310px);
  max-height: 560px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 44px rgba(48, 18, 44, 0.34));
}

.ptlp-learn {
  display: grid;
  align-content: center;
  gap: 1.1rem;
}

.ptlp-learn h2 {
  text-align: left;
}

.ptlp-learn li,
.ptlp-price-core li,
.ptlp-value-summary li {
  position: relative;
  padding-left: 1.55rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.ptlp-learn li + li,
.ptlp-price-core li + li,
.ptlp-value-summary li + li {
  margin-top: 0.45rem;
}

.ptlp-learn li::before,
.ptlp-price-core li::before,
.ptlp-value-summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ptlp-gold-light) 0 36%, var(--ptlp-plum) 40% 100%);
}

.ptlp-references {
  padding-top: 0.9rem;
  border-top: 1px solid var(--ptlp-line);
}

.ptlp-references h3 {
  color: var(--ptlp-plum);
  font-size: 1.18rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.ptlp-references p {
  margin-top: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.42;
}

.ptlp-references small {
  display: block;
  margin-top: 0.7rem;
  color: var(--ptlp-muted);
  font-size: 0.88rem;
  line-height: 1.42;
}

.ptlp-library {
  padding: 1.8rem 0 1rem;
  background: linear-gradient(180deg, #fff6eb, #ead5bf);
}

.ptlp-library__head {
  text-align: center;
}

.ptlp-library__head p {
  color: var(--ptlp-plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.ptlp-resource-slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.05rem;
}

.ptlp-resource-card {
  display: grid;
  gap: 0.45rem;
  padding: 0.65rem;
  border: 1px solid rgba(116, 70, 43, 0.18);
  border-radius: var(--ptlp-radius);
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 12px 30px rgba(84, 47, 28, 0.1);
  text-align: center;
}

.ptlp-resource-card p {
  min-height: 2rem;
  color: var(--ptlp-cacao);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.ptlp-resource-card figure {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(135deg, #fff8ec, #ead9c4);
}

.ptlp-resource-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ptlp-resource-card h3 {
  color: var(--ptlp-plum);
  font-size: 1.18rem;
  line-height: 1;
}

.ptlp-resource-card span {
  color: #2e211e;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

.ptlp-library__note {
  margin-top: 0.75rem;
  color: var(--ptlp-cacao);
  font-size: 0.86rem;
  text-align: center;
}

.ptlp-offer-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.12fr) minmax(150px, 0.45fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin-top: 1.4rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(116, 70, 43, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 28%, rgba(120, 38, 92, 0.14), transparent 16rem),
    radial-gradient(circle at 38% 18%, rgba(210, 168, 101, 0.22), transparent 15rem),
    linear-gradient(135deg, rgba(255, 249, 240, 0.92), rgba(238, 214, 190, 0.74));
  box-shadow: 0 24px 64px rgba(74, 35, 48, 0.12);
}

.ptlp-offer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
  pointer-events: none;
}

.ptlp-value-summary {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
  align-self: stretch;
  align-content: center;
  padding: 1rem;
  border: 1px solid rgba(116, 70, 43, 0.16);
  border-radius: 8px;
  background: rgba(255, 251, 244, 0.58);
  color: #2a1d1a;
}

.ptlp-value-summary > span {
  color: var(--ptlp-cacao);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ptlp-value-summary > del {
  width: max-content;
  padding: 0.32rem 0.78rem;
  border: 1px solid rgba(116, 70, 43, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #412b25;
  font-weight: 900;
  line-height: 1;
}

.ptlp-value-summary li {
  font-size: 0.9rem;
  line-height: 1.35;
}

.ptlp-value-summary li strong {
  color: var(--ptlp-plum);
  white-space: nowrap;
}

.ptlp-price-core {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.72rem;
  text-align: center;
}

.ptlp-price-core > strong {
  color: var(--ptlp-plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.3rem, 8.4vw, 6.7rem);
  line-height: 0.85;
  text-shadow: 0 9px 20px rgba(67, 21, 54, 0.12);
}

.ptlp-price-core > strong span {
  font-size: 0.36em;
}

.ptlp-price-core p {
  margin-top: 0;
  padding: 0.72rem 2rem;
  border-radius: var(--ptlp-radius);
  background: linear-gradient(135deg, rgba(185, 139, 75, 0.26), rgba(255, 245, 228, 0.62));
  color: #2f1e1b;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.ptlp-price-core ul {
  display: grid;
  gap: 0.5rem;
  width: min(100%, 520px);
  margin: 0.1rem auto 0;
  text-align: left;
}

.ptlp-price-core li {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.38;
}

.ptlp-price-core .ptlp-approved-button {
  width: min(100%, 520px);
  margin-top: 0.35rem;
  padding-inline: 1.4rem;
  border: 1px solid rgba(246, 211, 143, 0.46);
  color: #fff7e9;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%),
    linear-gradient(135deg, #853966, #501543);
  box-shadow:
    0 16px 34px rgba(66, 19, 53, 0.3),
    inset 0 1px 0 rgba(255, 238, 205, 0.34);
  font-size: clamp(1.05rem, 2.1vw, 1.34rem);
  line-height: 1.15;
}

.ptlp-price-core small {
  display: block;
  margin-top: -0.25rem;
  color: #3d2922;
  font-size: 0.9rem;
  font-weight: 700;
}

.ptlp-guarantee {
  position: relative;
  z-index: 1;
  display: grid;
  width: 10rem;
  height: 10rem;
  place-items: center;
  justify-self: center;
  padding: 1.2rem;
  border: 1px solid rgba(125, 76, 27, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 28%, #fff3c8 0 12%, transparent 13%),
    radial-gradient(circle, #f5ce83 0 57%, #d69a42 58% 100%);
  color: #5a2b1b;
  text-align: center;
  text-transform: uppercase;
  box-shadow:
    0 20px 38px rgba(122, 78, 28, 0.22),
    inset 0 0 0 0.55rem rgba(113, 62, 16, 0.06);
}

.ptlp-guarantee::before,
.ptlp-guarantee::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ptlp-guarantee::before {
  inset: 0.55rem;
  border: 2px dashed rgba(112, 68, 24, 0.44);
}

.ptlp-guarantee::after {
  inset: -0.35rem;
  border: 1px solid rgba(246, 213, 149, 0.72);
  box-shadow: 0 0 0 0.25rem rgba(96, 24, 72, 0.04);
}

.ptlp-guarantee strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.ptlp-guarantee span {
  align-self: start;
  font-size: 0.78rem;
  font-weight: 900;
}

.ptlp-secure-row {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1.25fr) 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.35rem;
  padding: 0.9rem 1rem;
  border-top: 1px solid rgba(116, 70, 43, 0.22);
  border-bottom: 1px solid rgba(116, 70, 43, 0.22);
  background: rgba(255, 248, 238, 0.44);
  color: #33231e;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.ptlp-secure-row > div {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.ptlp-secure-row > div:last-child {
  justify-content: flex-end;
}

.ptlp-pay-logos {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.45rem;
}

.ptlp-pay-logos strong {
  margin-right: 0.4rem;
  white-space: nowrap;
}

.ptlp-pay-logos img {
  width: auto;
  height: 30px;
  padding: 0.18rem 0.42rem;
  border: 1px solid rgba(80, 52, 43, 0.12);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 14px rgba(60, 36, 23, 0.08);
}

.ptlp-editorial-signature {
  margin-top: 0.8rem;
  color: #4e332d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.35;
  text-align: center;
}

.ptlp-pay {
  min-height: 100vh;
  padding: 1.4rem 0 2rem;
  color: var(--ptlp-ink);
  background:
    radial-gradient(circle at 80% 0%, rgba(215, 173, 98, 0.18), transparent 24rem),
    linear-gradient(180deg, #fbf3e8, #ead5bf);
}

.ptlp-pay__top,
.ptlp-pay__shell,
.ptlp-pay__footer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.ptlp-pay__brand {
  display: inline-grid;
  color: var(--ptlp-plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
}

.ptlp-pay__brand span {
  color: var(--ptlp-gold);
  font-size: 1.2rem;
}

.ptlp-pay__brand small {
  font-family: Montserrat, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}

.ptlp-pay__shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  gap: 1.4rem;
  align-items: start;
  margin-top: 1.4rem;
}

.ptlp-pay__summary,
.ptlp-pay__panel {
  border: 1px solid rgba(116, 70, 43, 0.22);
  border-radius: var(--ptlp-radius);
  background: rgba(255, 249, 242, 0.88);
  box-shadow: var(--ptlp-shadow);
}

.ptlp-pay__summary {
  padding: 1.1rem;
}

.ptlp-pay__summary h1,
.ptlp-pay__step h2 {
  color: var(--ptlp-plum);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1;
}

.ptlp-pay__summary h1 {
  font-size: 2.2rem;
}

.ptlp-pay__subtitle {
  margin-top: 0.25rem;
  color: var(--ptlp-muted);
  font-weight: 700;
}

.ptlp-pay__cover {
  margin: 1rem 0;
}

.ptlp-pay__cover img {
  width: min(100%, 270px);
  margin-inline: auto;
  filter: drop-shadow(0 18px 28px rgba(48, 25, 19, 0.22));
}

.ptlp-pay__included {
  display: grid;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.ptlp-pay__included span::before {
  content: "";
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--ptlp-gold);
}

.ptlp-pay__panel {
  padding: clamp(1rem, 3vw, 1.6rem);
}

.ptlp-pay__alert {
  margin-bottom: 1rem;
  padding: 0.85rem;
  border: 1px solid rgba(125, 34, 51, 0.28);
  border-radius: var(--ptlp-radius);
  background: rgba(125, 34, 51, 0.08);
  color: #6f2131;
  font-weight: 700;
}

.ptlp-pay__form {
  display: grid;
  gap: 1rem;
}

.ptlp-pay__step {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(116, 70, 43, 0.18);
  border-radius: var(--ptlp-radius);
  background: rgba(255, 255, 255, 0.46);
}

.ptlp-pay__step h2 {
  font-size: 1.55rem;
}

.ptlp-pay__step label {
  display: grid;
  gap: 0.3rem;
  color: var(--ptlp-cacao);
  font-size: 0.9rem;
  font-weight: 800;
}

.ptlp-pay__step input {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(116, 70, 43, 0.28);
  border-radius: var(--ptlp-radius);
  background: #fffaf4;
  color: var(--ptlp-ink);
  font: inherit;
}

.ptlp-pay__line,
.ptlp-pay__total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.ptlp-pay__line {
  padding-bottom: 0.55rem;
  border-bottom: 1px dotted rgba(116, 70, 43, 0.24);
}

.ptlp-pay__line em,
.ptlp-pay__total strong {
  color: var(--ptlp-plum);
  font-style: normal;
  font-weight: 900;
}

.ptlp-pay__total {
  font-size: 1.2rem;
  font-weight: 900;
}

.ptlp-pay__submit {
  min-height: 3rem;
  border: 0;
  border-radius: var(--ptlp-radius);
  background: linear-gradient(135deg, #6f2e55, #45143d);
  color: #fff4df;
  cursor: pointer;
  font: 900 1rem/1 Montserrat, sans-serif;
  text-transform: uppercase;
}

.ptlp-pay__back,
.ptlp-pay__product {
  color: var(--ptlp-plum);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.ptlp-pay__product {
  color: var(--ptlp-muted);
}

.ptlp-pay__footer {
  margin-top: 1rem;
  color: var(--ptlp-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
}

.ptlp-pay__footer a {
  color: var(--ptlp-plum);
  font-weight: 800;
}

.ptlp-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ptlp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes ptlpSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ptlp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .ptlp-approved-hero {
    min-height: auto;
  }

  .ptlp-approved-hero__grid,
  .ptlp-change__grid,
  .ptlp-offer-panel,
  .ptlp-secure-row {
    grid-template-columns: 1fr;
  }

  .ptlp-approved-hero__visual {
    order: -1;
  }

  .ptlp-approved-hero__visual img {
    width: min(74vw, 360px);
  }

  .ptlp-medallion {
    right: max(0rem, 8vw);
    bottom: 2.5rem;
  }

  .ptlp-bridge {
    grid-template-columns: 1fr;
  }

  .ptlp-bridge__scene {
    min-height: 12rem;
  }

  .ptlp-bridge__center::before {
    display: none;
  }

  .ptlp-principle-strip div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ptlp-learn h2 {
    text-align: center;
  }

  .ptlp-secure-row > div,
  .ptlp-secure-row > div:last-child {
    justify-content: center;
    text-align: center;
  }

  .ptlp-offer-panel {
    max-width: 680px;
    margin-inline: auto;
  }

  .ptlp-value-summary {
    justify-items: center;
    text-align: center;
  }

  .ptlp-price-core {
    order: -1;
  }

  .ptlp-pay__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ptlp-approved-wrap {
    width: min(100% - 24px, 540px);
  }

  .ptlp-approved-hero {
    padding-top: 1.2rem;
    background:
      linear-gradient(180deg, rgba(251, 243, 232, 0.98), rgba(251, 243, 232, 0.84)),
      url("../images/pareja-con-tlp/pareja-con-tlp-hero.png") 64% top / cover no-repeat;
  }

  .ptlp-brand strong {
    font-size: 1.85rem;
  }

  .ptlp-approved-hero h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .ptlp-approved-hero__gold {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .ptlp-approved-lead,
  .ptlp-approved-hero__copy > p:not(.ptlp-approved-hero__gold, .ptlp-approved-lead) {
    font-size: 0.96rem;
  }

  .ptlp-micro-grid {
    grid-template-columns: 1fr;
  }

  .ptlp-soft-note {
    padding: 0.85rem;
  }

  .ptlp-approved-button {
    width: 100%;
    padding-inline: 1rem;
    font-size: 1.1rem;
  }

  .ptlp-scroll-cue {
    width: 100%;
    text-align: center;
  }

  .ptlp-medallion {
    width: 7.2rem;
    height: 7.2rem;
    right: 0;
    bottom: 1rem;
    font-size: 0.88rem;
  }

  .ptlp-trigger-row,
  .ptlp-method-steps {
    grid-template-columns: 1fr;
  }

  .ptlp-bridge__center {
    padding: 1.4rem 1rem;
  }

  .ptlp-method-steps p {
    min-height: 0;
  }

  .ptlp-method-steps ul {
    width: 100%;
    border-radius: var(--ptlp-radius);
  }

  .ptlp-principle-strip div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ptlp-compare__heads,
  .ptlp-compare__table div:not(.ptlp-compare__heads) {
    grid-template-columns: 1fr;
  }

  .ptlp-compare__table i {
    min-height: 1.2rem;
    padding: 0;
  }

  .ptlp-change__grid[data-ptlp-change-slider] {
    display: block;
    min-height: 34rem;
    position: relative;
  }

  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-compare,
  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-change__mock,
  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-learn {
    display: none;
    min-height: 34rem;
  }

  .ptlp-change__grid[data-ptlp-change-slider]:not(.is-running) > .ptlp-compare:first-child,
  .ptlp-change__grid[data-ptlp-change-slider] > .is-active {
    display: grid;
    animation: ptlpSlideIn 420ms ease both;
  }

  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-change__mock.is-active {
    place-items: center;
  }

  .ptlp-change__mock img {
    width: min(76vw, 250px);
    max-height: 29rem;
  }

  .ptlp-resource-slider {
    display: block;
    min-height: 24rem;
    position: relative;
  }

  .ptlp-resource-card {
    display: none;
    min-height: 24rem;
  }

  .ptlp-resource-slider:not(.is-running) .ptlp-resource-card:first-child,
  .ptlp-resource-card.is-active {
    display: grid;
    animation: ptlpSlideIn 420ms ease both;
  }

  .ptlp-value-summary {
    text-align: center;
  }

  .ptlp-value-summary > del {
    margin-inline: auto;
  }

  .ptlp-value-summary li {
    padding-left: 1.35rem;
    text-align: left;
  }

  .ptlp-price-core > strong {
    font-size: clamp(4rem, 22vw, 5.7rem);
  }

  .ptlp-price-core p {
    width: 100%;
    padding-inline: 1rem;
  }

  .ptlp-price-core ul {
    width: 100%;
  }

  .ptlp-price-core li {
    padding-left: 1.35rem;
    font-size: 0.9rem;
  }

  .ptlp-guarantee {
    width: 8.8rem;
    height: 8.8rem;
    margin-top: 0.25rem;
  }

  .ptlp-guarantee strong {
    font-size: 1.28rem;
  }

  .ptlp-secure-row {
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 8px;
  }

  .ptlp-secure-row > div {
    width: 100%;
    justify-content: center;
  }

  .ptlp-pay-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
    gap: 0.45rem 0.55rem;
  }

  .ptlp-pay-logos strong {
    grid-column: 1 / -1;
    margin-right: 0;
  }

  .ptlp-pay-logos img {
    height: 29px;
  }
}

@media (min-width: 769px) {
  .ptlp-slider-controls {
    display: none;
  }
}

@media (max-width: 768px) {
  .ptlp-method-steps[data-ptlp-mobile-slider],
  .ptlp-principle-strip [data-ptlp-mobile-slider],
  .ptlp-change__grid[data-ptlp-change-slider],
  .ptlp-resource-slider[data-ptlp-bonus-slider] {
    display: flex;
    gap: 16px;
    width: 100%;
    min-height: 0;
    margin-inline: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding-inline: 8vw;
    scroll-snap-type: x mandatory;
    padding: 0.25rem 8vw 0.85rem;
    scrollbar-width: none;
  }

  .ptlp-method-steps[data-ptlp-mobile-slider]::-webkit-scrollbar,
  .ptlp-principle-strip [data-ptlp-mobile-slider]::-webkit-scrollbar,
  .ptlp-change__grid[data-ptlp-change-slider]::-webkit-scrollbar,
  .ptlp-resource-slider[data-ptlp-bonus-slider]::-webkit-scrollbar {
    display: none;
  }

  .ptlp-method-steps[data-ptlp-mobile-slider] > article,
  .ptlp-principle-strip [data-ptlp-mobile-slider] > span,
  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-compare,
  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-change__mock,
  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-learn,
  .ptlp-resource-slider[data-ptlp-bonus-slider] > .ptlp-resource-card {
    display: grid;
    flex: 0 0 min(84vw, 360px);
    max-width: 360px;
    min-height: auto;
    scroll-snap-align: center;
  }

  .ptlp-principle-strip [data-ptlp-mobile-slider] > span {
    min-height: 7.2rem;
    align-content: center;
    justify-items: center;
    padding: 1rem;
    font-size: 0.92rem;
    line-height: 1.25;
    white-space: normal;
  }

  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-change__mock {
    place-items: center;
    padding: 1rem;
    border: 1px solid rgba(116, 70, 43, 0.16);
    border-radius: var(--ptlp-radius);
    background: rgba(255, 250, 243, 0.74);
    box-shadow: 0 14px 36px rgba(84, 47, 28, 0.08);
  }

  .ptlp-change__grid[data-ptlp-change-slider] > .ptlp-change__mock img {
    width: min(58vw, 230px);
    max-height: 25rem;
  }

  .ptlp-resource-slider[data-ptlp-bonus-slider] > .ptlp-resource-card {
    padding: 0.85rem;
  }

  .ptlp-resource-card p,
  .ptlp-resource-card h3,
  .ptlp-resource-card span,
  .ptlp-compare__table span,
  .ptlp-learn li {
    overflow-wrap: anywhere;
  }

  .ptlp-slider-controls {
    display: flex;
    justify-content: center;
    margin: 0.2rem 0 1rem;
  }

  .ptlp-slider-controls:not(.is-visible) {
    display: none;
  }

  .ptlp-slider-dots {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    justify-content: center;
  }

  .ptlp-slider-dots button {
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(86, 19, 62, 0.24);
  }

  .ptlp-slider-dots button[aria-current="true"] {
    width: 1.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #6d214f, #d99a36);
  }
}
