.wdj-pd {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #d4d4d8;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  max-width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wdj-pd-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.wdj-pd-sub {
  font-size: 15px;
  color: #d4d4d8;
  margin: 0 0 20px;
}

/* Section label */
.wdj-pd-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71717a;
  margin: 28px 0 10px;
}

/* Checkmarks */
.wdj-pd-checks {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.wdj-pd-checks li {
  font-size: 15px;
  color: #f4f4f5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wdj-pd-checks li::before {
  content: "✓";
  color: #4ade80;
  font-weight: 600;
  flex-shrink: 0;
}

/* Steps */
.wdj-pd-steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  counter-reset: wdj-step;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.wdj-pd-steps li {
  font-size: 15px;
  color: #d4d4d8;
  display: flex;
  align-items: baseline;
  gap: 8px;
  counter-increment: wdj-step;
}

.wdj-pd-steps li::before {
  content: counter(wdj-step) ".";
  color: #71717a;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

/* Links */
.wdj-pd-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.wdj-pd-link {
  font-size: 14px;
  font-weight: 600;
  color: #e4e4e7;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.wdj-pd-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  text-decoration: none !important;
}

/* Terms */
.wdj-pd-terms {
  margin-bottom: 28px;
}

.wdj-pd-terms-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71717a;
  margin: 0 0 6px;
}

.wdj-pd-terms p {
  font-size: 13px;
  color: #71717a;
  line-height: 1.6;
  margin: 0;
}

/* Body text */
.wdj-pd-body {
  font-size: 15px;
  color: #a1a1aa;
  line-height: 1.7;
  margin: 0 0 0;
}

/* Features list */
.wdj-pd-features {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.wdj-pd-features li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.5;
}

.wdj-pd-features li svg {
  flex-shrink: 0;
  color: #71717a;
  position: relative;
  top: 2px;
}

.wdj-pd-features li strong {
  color: #e4e4e7;
  font-weight: 600;
}

/* Specs grid */
.wdj-pd-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
}

.wdj-pd-spec {
  display: flex;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wdj-pd-spec:nth-last-child(-n+2) {
  border-bottom: none;
}

.wdj-pd-spec dt {
  font-size: 13px;
  color: #71717a;
  min-width: 68px;
  flex-shrink: 0;
}

.wdj-pd-spec dd {
  font-size: 13px;
  color: #d4d4d8;
  margin: 0;
}
