.ppi-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2937;
  line-height: 1.65;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  box-sizing: border-box;
}

.ppi-page * {
  box-sizing: border-box;
}

.ppi-page h2,
.ppi-page h3 {
  color: #0f172a;
  line-height: 1.25;
  margin-top: 0;
}

.ppi-page h2 {
  font-size: 1.35rem;
  margin: 32px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
}

.ppi-page h3 {
  font-size: 1.05rem;
  margin: 24px 0 10px;
}

.ppi-page p {
  margin: 0 0 14px;
}

.ppi-page .ppi-lead {
  font-size: 1.05rem;
  color: #374151;
  margin-bottom: 20px;
}

.ppi-page .ppi-lead p:last-child {
  margin-bottom: 0;
}

.ppi-page .ppi-section-body p {
  margin: 0 0 14px;
}

.ppi-page .ppi-section-body p:last-child {
  margin-bottom: 0;
}

.ppi-page .ppi-note p {
  margin: 0;
}

.ppi-page .ppi-note p + p {
  margin-top: 14px;
}

.ppi-page .ppi-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  margin: 18px 0 8px;
}

.ppi-page .ppi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ppi-page .ppi-table-wrap {
  overflow-x: auto;
}

.ppi-page table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.ppi-page th,
.ppi-page td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
}

.ppi-page th {
  width: 260px;
  background: #f1f5f9;
  font-weight: 700;
  color: #0f172a;
}

.ppi-page tr:last-child th,
.ppi-page tr:last-child td {
  border-bottom: none;
}

.ppi-page .ppi-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ppi-page .ppi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #0f766e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  border: 1px solid #0f766e;
  transition: all 0.2s ease-in-out;
}

.ppi-page .ppi-btn:hover,
.ppi-page .ppi-btn:focus {
  background: #115e59;
  border-color: #115e59;
  color: #ffffff;
  text-decoration: none;
}

.ppi-page .ppi-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.ppi-page .ppi-list li {
  margin: 0 0 10px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.ppi-page .ppi-list a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
}

.ppi-page .ppi-list a:hover,
.ppi-page .ppi-list a:focus {
  text-decoration: underline;
}

.ppi-page .ppi-note {
  margin-top: 28px;
  padding: 14px 16px;
  background: #fffbeb;
  border-left: 4px solid #d97706;
  border-radius: 8px;
  color: #78350f;
}

.ppi-page .ppi-empty {
  color: #6b7280;
  font-style: italic;
}

@media (max-width: 700px) {
  .ppi-page {
    padding: 20px 14px 32px;
  }

  .ppi-page h2 {
    font-size: 1.2rem;
  }

  .ppi-page th,
  .ppi-page td {
    display: block;
    width: 100%;
  }

  .ppi-page th {
    border-bottom: none;
    padding-bottom: 6px;
  }

  .ppi-page td {
    padding-top: 0;
  }
}
