/* PDFPrivado — caja Pro unificada v1 */
.pdfp-pro-unified-v1 {
  width: min(100%, 860px);
  margin: 2rem auto 0;
  padding: clamp(1.15rem, 3vw, 1.7rem);
  border: 1px solid rgba(37, 99, 235, 0.28);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 42%),
    #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  color: #0f172a;
  text-align: left;
}

.pdfp-pro-unified-v1,
.pdfp-pro-unified-v1 * {
  box-sizing: border-box;
}

.pdfp-pro-unified-v1__top {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.pdfp-pro-unified-v1__icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.pdfp-pro-unified-v1__heading {
  min-width: 0;
}

.pdfp-pro-unified-v1__badge {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.3rem 0.68rem;
  border: 1px solid rgba(37, 99, 235, 0.24);
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdfp-pro-unified-v1 h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 850;
  line-height: 1.2;
}

.pdfp-pro-unified-v1__heading p {
  margin: 0.48rem 0 0;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.58;
}

.pdfp-pro-unified-v1__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.pdfp-pro-unified-v1__features li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0.78rem 0.8rem 0.78rem 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: rgba(248, 250, 252, 0.9);
  color: #334155;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.pdfp-pro-unified-v1__features li::before {
  content: "✓";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: #2563eb;
  font-weight: 950;
}

.pdfp-pro-unified-v1__note {
  margin: 1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 760px) {
  .pdfp-pro-unified-v1 {
    width: 100%;
    margin-top: 1.35rem;
    border-radius: 17px;
  }

  .pdfp-pro-unified-v1__top {
    gap: 0.8rem;
  }

  .pdfp-pro-unified-v1__icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.2rem;
  }

  .pdfp-pro-unified-v1__features {
    grid-template-columns: 1fr;
  }
}
