/* =========================================================
   PDP PDF — hojas A4 (794×1123) para html2canvas
   Manual PDP: Poetsen One + Helvetica, verde #00CC00.
========================================================= */

.pdp-pdf-studio {
  position: fixed;
  left: 0;
  top: 0;
  width: 794px;
  pointer-events: none;
  z-index: 1;
}

.pdp-pdf-sheet {
  position: relative;
  width: 794px;
  height: 1123px;
  overflow: hidden;
  box-sizing: border-box;
  isolation: isolate;
  font-family: var(--font-body);
  color: #000000;
  background: #ffffff;
}

.pdp-pdf-sheet * {
  box-sizing: border-box;
}

.pdp-pdf-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #00cc00;
  z-index: 4;
}

.pdp-pdf-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  padding: 0 28px 0 24px;
  background: #00cc00;
  color: #fff7ee;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 6;
}

.pdp-pdf-kicker {
  display: block;
  margin-bottom: 10px;
  color: #00cc00;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-pdf-mark {
  position: absolute;
  right: -12px;
  bottom: 36px;
  z-index: 0;
  font-family: var(--font-display);
  font-size: 220px;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  color: rgba(0, 204, 0, 0.08);
  pointer-events: none;
}

/* ── Cover ── */
.pdp-pdf-sheet--cover {
  background: #000000;
  color: #fff7ee;
}

.pdp-pdf-cover__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  z-index: 0;
}

.pdp-pdf-cover__veil {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  z-index: 1;
  background:
    linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 28%, transparent 48%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.4) 100%);
}

.pdp-pdf-cover__slash {
  position: absolute;
  top: 0;
  left: 51.6%;
  width: 12px;
  height: 100%;
  background: #00cc00;
  z-index: 2;
}

.pdp-pdf-cover__panel {
  position: absolute;
  inset: 0 48% 0 0;
  padding: 36px 28px 70px 32px;
  background: #000000;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.pdp-pdf-cover__logo-wrap {
  width: 252px;
  height: auto;
  margin: 0 0 18px 0;
  overflow: visible;
}

.pdp-pdf-cover__logo {
  display: block;
  width: 252px;
  height: auto;
}

.pdp-pdf-cover__logo-wrap--back {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 10px 14px 8px 10px;
  background: #000000;
}

.pdp-pdf-cover__logo-wrap--back .pdp-pdf-cover__logo {
  mix-blend-mode: normal;
}

.pdp-pdf-cover__panel h1 {
  margin: 12px 0 18px;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.045em;
  color: #fff7ee;
}

.pdp-pdf-cover__panel .lead {
  margin: 0 0 auto;
  color: rgba(255, 247, 238, 0.72);
  font-size: 14.5px;
  line-height: 1.5;
  max-width: 34ch;
}

.pdp-pdf-doctype {
  margin: 0 0 12px;
  color: rgba(255, 247, 238, 0.5);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.pdp-pdf-cover__focus {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 204, 0, 0.55);
  color: #00cc00;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-pdf-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 20px;
}

.pdp-pdf-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  color: #00cc00;
}

.pdp-pdf-stats span {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 247, 238, 0.55);
}

.pdp-pdf-cover__meta {
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255, 247, 238, 0.7);
}

.pdp-pdf-sheet--cover .pdp-pdf-foot {
  background: #00cc00;
  color: #fff7ee;
  border-top: 0;
}

/* ── Paper ── */
.pdp-pdf-sheet--paper {
  padding: 40px 36px 62px 44px;
}

.pdp-pdf-sheet--paper h1,
.pdp-pdf-sheet--method h1 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.pdp-pdf-sheet--paper .lead {
  margin: 0 0 24px;
  max-width: 58ch;
  color: #5a463a;
  font-size: 15px;
  line-height: 1.5;
}

.pdp-pdf-toc {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.pdp-pdf-toc li {
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  gap: 10px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(20, 8, 0, 0.1);
  list-style: none;
}

.pdp-pdf-toc small {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  color: #00cc00;
}

.pdp-pdf-toc strong {
  display: block;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.pdp-pdf-toc span {
  display: block;
  margin-top: 2px;
  color: #5a463a;
  font-size: 12px;
  line-height: 1.35;
}

.pdp-pdf-toc em {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  color: #00cc00;
  text-align: right;
  padding-top: 2px;
}

.pdp-pdf-diffs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.pdp-pdf-diffs li {
  min-height: 168px;
  padding: 20px 18px 16px;
  background: #070504;
  color: #fff7ee;
}

.pdp-pdf-diffs b {
  display: block;
  margin-bottom: 8px;
  color: #00cc00;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pdp-pdf-diffs strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.1;
}

.pdp-pdf-diffs span {
  color: rgba(255, 247, 238, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

/* ── Method (dark) ── */
.pdp-pdf-sheet--method {
  background: #070504;
  color: #fff7ee;
  padding: 40px 40px 64px 48px;
  display: flex;
  flex-direction: column;
}

.pdp-pdf-sheet--method .lead {
  margin: 0 0 22px;
  max-width: 52ch;
  color: rgba(255, 247, 238, 0.68);
  font-size: 15px;
  line-height: 1.5;
}

.pdp-pdf-steps {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  gap: 10px;
  margin: 4px 0 0;
  flex: 1;
}

.pdp-pdf-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  padding: 16px 18px;
  border-left: 3px solid #00cc00;
  background: #120c08;
}

.pdp-pdf-step b {
  font-family: var(--font-display);
  font-size: 20px;
  color: #00cc00;
}

.pdp-pdf-step strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 17px;
}

.pdp-pdf-step p {
  margin: 0;
  color: rgba(255, 247, 238, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

/* ── Chapter ── */
.pdp-pdf-hero {
  position: relative;
  height: 348px;
  overflow: hidden;
  background: #100c08;
}

.pdp-pdf-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-pdf-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 5, 4, 0.08) 0%, rgba(7, 5, 4, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 5, 4, 0.55), transparent 58%);
}

.pdp-pdf-hero__copy {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 26px;
  z-index: 1;
  color: #fff7ee;
}

.pdp-pdf-hero__copy .pdp-pdf-kicker {
  color: #00cc00;
}

.pdp-pdf-hero__copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.pdp-pdf-chapter {
  position: relative;
  padding: 18px 36px 56px 44px;
  z-index: 1;
}

.pdp-pdf-chapter .lead {
  margin: 0 0 8px;
  color: #5a463a;
  font-size: 14px;
  line-height: 1.5;
}

.pdp-pdf-proof {
  margin: 0 0 16px;
  color: #00cc00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.pdp-pdf-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.pdp-pdf-grid2 h2 {
  margin: 0 0 8px;
  color: #00cc00;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pdp-pdf-grid2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp-pdf-grid2 li {
  position: relative;
  padding: 5px 0 5px 14px;
  font-size: 13px;
  line-height: 1.35;
  border-bottom: 1px solid rgba(20, 8, 0, 0.08);
}

.pdp-pdf-grid2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #00cc00;
}

.pdp-pdf-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 0 0;
}

.pdp-pdf-process span {
  padding: 10px 12px;
  background: rgba(0, 204, 0, 0.08);
  border-top: 2px solid #00cc00;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pdp-pdf-process small {
  display: block;
  margin-bottom: 2px;
  color: #00cc00;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.pdp-pdf-for {
  margin: 14px 0 0;
  padding: 12px 14px;
  background: #070504;
  color: #fff7ee;
  font-size: 13px;
  line-height: 1.45;
}

.pdp-pdf-for b {
  color: #00cc00;
}

.pdp-pdf-chapter__base {
  margin-top: 14px;
}

.pdp-pdf-cta {
  margin: 8px 0 0;
  color: #00cc00;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

/* ── Industries ── */
.pdp-pdf-industries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.pdp-pdf-ind {
  position: relative;
  height: 236px;
  overflow: hidden;
  background: #100c08;
  color: #fff7ee;
}

.pdp-pdf-ind img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-pdf-ind::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 18%, rgba(7, 5, 4, 0.94) 100%);
}

.pdp-pdf-ind div {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
}

.pdp-pdf-ind strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 1.1;
}

.pdp-pdf-ind span {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 247, 238, 0.75);
}

/* ── Back ── */
.pdp-pdf-sheet--back {
  background: #00cc00;
  color: #000000;
  padding: 48px 44px 72px 48px;
}

.pdp-pdf-sheet--back .pdp-pdf-bar {
  background: #070504;
}

.pdp-pdf-sheet--back h1 {
  margin: 20px 0 16px;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.pdp-pdf-sheet--back .lead {
  max-width: 34ch;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.4;
}

.pdp-pdf-back-logo {
  display: block;
  width: 280px;
  height: auto;
  margin: 0 0 18px;
}

.pdp-pdf-contact {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 800;
}

.pdp-pdf-contact small {
  display: block;
  font-weight: 600;
  font-size: 13px;
}

.pdp-pdf-tag {
  position: absolute;
  left: 48px;
  bottom: 64px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pdp-pdf-stats--ink {
  margin: 22px 0 0;
  padding: 16px 8px 4px;
  border-top: 1px solid rgba(20, 8, 0, 0.12);
}

.pdp-pdf-stats--ink span {
  color: #5a463a;
}

.pdp-pdf-howto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.pdp-pdf-howto-grid div {
  padding: 14px 14px 16px;
  border-top: 3px solid #00cc00;
  background: rgba(0, 204, 0, 0.07);
}

.pdp-pdf-howto-grid b {
  display: block;
  margin-bottom: 6px;
  color: #00cc00;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.pdp-pdf-howto-grid strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 16px;
}

.pdp-pdf-howto-grid span {
  font-size: 12.5px;
  line-height: 1.4;
  color: #5a463a;
}

.pdp-pdf-nots {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.pdp-pdf-nots li {
  padding: 10px 14px;
  border-left: 3px solid #00cc00;
  background: #120c08;
  color: rgba(255, 247, 238, 0.78);
  font-size: 13px;
}

.pdp-pdf-frentes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.pdp-pdf-frentes span {
  padding: 8px 12px;
  background: #070504;
  color: #fff7ee;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

html.pdp-pdf-capturing .pdp-cookie-banner,
html.pdp-pdf-capturing .pdp-cookie-modal,
html.pdp-pdf-capturing .pdp-unified-footer,
html.pdp-pdf-capturing footer:not(.pdp-pdf-foot),
html.pdp-pdf-capturing .pdp-assistant {
  display: none !important;
}

.pdp-pdf-method-note {
  margin: 18px 0 0;
  color: rgba(255, 247, 238, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.pdp-pdf-next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 8px 0 28px;
}

.pdp-pdf-next div {
  padding: 16px 14px;
  background: #070504;
  color: #fff7ee;
}

.pdp-pdf-next b {
  display: block;
  margin-bottom: 8px;
  color: #00cc00;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.pdp-pdf-next strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 16px;
}

.pdp-pdf-next span {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 247, 238, 0.72);
}

html.pdp-pdf-previewing {
  background: #1c1410;
}

html.pdp-pdf-previewing body > *:not(#pdpPdfPreview) {
  display: none !important;
}

html.pdp-pdf-previewing footer:not(.pdp-pdf-foot),
html.pdp-pdf-previewing .pdp-unified-footer,
html.pdp-pdf-previewing .pdp-cookie-banner,
html.pdp-pdf-previewing .pdp-cookie-modal,
html.pdp-pdf-previewing .pdp-assistant,
html.pdp-pdf-previewing .pdp-assistant-root,
html.pdp-pdf-previewing [data-pdp-assistant] {
  display: none !important;
}

#pdpPdfPreview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 40px 16px 64px;
  background: #1c1410;
}

#pdpPdfPreview .pdp-pdf-sheet {
  isolation: isolate;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}
