/* Reusable guide / market / index page template */
.ipk-content-page {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0 80px;
}
.ipk-content-breadcrumb {
  font-size: 0.8125rem;
  color: var(--ipk-text-muted, #627d98);
  margin-bottom: 1rem;
}
.ipk-content-breadcrumb a {
  color: var(--ipk-accent, #2c5282);
  font-weight: 600;
}
.ipk-content-page h1 {
  font-family: var(--font-serif, "Source Serif 4", Georgia, serif);
  font-size: clamp(1.625rem, 4vw, 2.375rem);
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--ipk-navy, #0c1929);
  line-height: 1.15;
}
.ipk-content-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ipk-text-muted, #627d98);
  margin: 0 0 2rem;
  max-width: 42rem;
}
.ipk-content-card {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 4px 24px rgba(12, 25, 41, 0.07);
  margin-bottom: 2rem;
}
.ipk-content-card h2 {
  font-family: var(--font-serif, "Source Serif 4", Georgia, serif);
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
  color: var(--ipk-navy, #0c1929);
}
.ipk-content-card h2:first-child {
  margin-top: 0;
}
.ipk-content-card p {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: var(--ipk-charcoal, #243b53);
  font-size: 0.9375rem;
}
.ipk-content-card ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  line-height: 1.6;
  font-size: 0.9375rem;
  color: var(--ipk-charcoal, #243b53);
}
.ipk-content-card li { margin-bottom: 0.35rem; }
.ipk-content-keypoints {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.ipk-content-keypoints li {
  padding: 14px 16px;
  background: var(--ipk-bg, #f4f6f9);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ipk-navy, #0c1929);
}
.ipk-content-related {
  margin-bottom: 2rem;
}
.ipk-content-related h2 {
  font-size: 1.125rem;
  margin: 0 0 12px;
  font-family: var(--font-serif, "Source Serif 4", Georgia, serif);
}
.ipk-content-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ipk-content-related__links a {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--ipk-accent, #2c5282);
  padding: 8px 14px;
  border: 1px solid rgba(44, 82, 130, 0.2);
  border-radius: 8px;
  background: #fff;
}
.ipk-content-cta {
  padding: clamp(28px, 4vw, 40px);
  border-radius: 16px;
  background: linear-gradient(135deg, #0c1929 0%, #152a45 100%);
  color: #f0f4f8;
  margin-bottom: 2rem;
}
.ipk-content-cta h2 {
  font-family: var(--font-serif, "Source Serif 4", Georgia, serif);
  margin: 0 0 10px;
  font-size: 1.375rem;
}
.ipk-content-cta p {
  margin: 0 0 18px;
  color: #bcccdc;
  line-height: 1.6;
  max-width: 36rem;
}
.ipk-content-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ipk-content-cta__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 10px;
}
.ipk-content-cta__actions .ipk-btn--wa {
  background: #25d366;
  color: #fff;
}
.ipk-content-cta__actions .ipk-btn--outline-light {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.ipk-content-faq h2 {
  font-family: var(--font-serif, "Source Serif 4", Georgia, serif);
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
.ipk-content-faq details {
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 10px;
  margin-bottom: 8px;
  background: #fff;
  padding: 0 16px;
}
.ipk-content-faq summary {
  font-weight: 600;
  padding: 14px 0;
  cursor: pointer;
  color: var(--ipk-navy, #0c1929);
}
.ipk-content-faq details p {
  margin: 0 0 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ipk-text-muted, #627d98);
}
/* Index listing pages */
.ipk-index-page {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0 80px;
}
.ipk-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 1.5rem;
}
.ipk-index-card {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(12, 25, 41, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ipk-index-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(12, 25, 41, 0.1);
}
.ipk-index-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--ipk-navy, #0c1929);
}
.ipk-index-card p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ipk-text-muted, #627d98);
  line-height: 1.5;
}
.ipk-index-card__tag {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ipk-accent, #2c5282);
  margin-bottom: 8px;
}
