.page-template-page-static-info {
  background: #f7faf7;
}

.kp-static-page {
  color: var(--kp-text, #223126);
  overflow-x: hidden;
}

.kp-static-page a {
  color: var(--kp-green, #0a6b2f);
  font-weight: 800;
  text-decoration: none;
}

.kp-static-page a:hover {
  color: var(--kp-dark, #063f21);
}

.kp-static-page h1,
.kp-static-page h2,
.kp-static-page h3 {
  letter-spacing: 0;
}

.kp-static-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}

.kp-static-breadcrumb a {
  color: inherit;
  font-weight: 800;
}

.kp-policy-hero .kp-static-breadcrumb {
  color: rgba(10, 55, 28, .74);
}

.kp-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  color: var(--kp-yellow, #ffc928);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.kp-info-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  background: var(--kp-dark, #063f21);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.kp-info-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--kp-static-hero-image) center/cover no-repeat;
}

.kp-info-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 38, 17, .92), rgba(0, 74, 32, .78) 56%, rgba(0, 74, 32, .42));
}

.kp-info-hero-inner {
  padding-top: 122px;
  padding-bottom: 70px;
}

.kp-info-hero h1 {
  max-width: 920px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 900;
}

.kp-info-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.72;
  font-weight: 600;
}

.kp-hero-actions,
.kp-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.kp-static-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.kp-static-page .btn-primary {
  background: var(--kp-yellow, #ffc928);
  color: #111;
}

.kp-static-page .btn-outline {
  background: #fff;
  color: var(--kp-dark, #063f21);
  border: 2px solid rgba(255, 255, 255, .8);
}

.kp-stats-strip {
  background: #004d23;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.kp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .12);
}

.kp-stats-grid div {
  padding: 24px;
  background: #004d23;
}

.kp-stats-grid strong {
  display: block;
  color: #7ee0a1;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.kp-stats-grid span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 800;
}

.kp-info-section {
  padding: 74px 0;
  background: #fff;
}

.kp-soft-band {
  background: var(--kp-soft, #f2f8f2);
}

.kp-narrow-copy {
  max-width: 900px;
}

.kp-section-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.kp-static-page h2 {
  margin: 0 0 14px;
  color: var(--kp-dark, #063f21);
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.22;
  font-weight: 900;
}

.kp-section-head p,
.kp-narrow-copy p,
.kp-policy-content p,
.kp-policy-content li,
.kp-card-grid p,
.kp-legal-card li {
  color: var(--kp-muted, #607166);
  font-size: 15px;
  line-height: 1.78;
}

.kp-card-grid {
  display: grid;
  gap: 18px;
}

.kp-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kp-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kp-card-grid article,
.kp-author-posts article,
.kp-legal-card,
.kp-policy-toc,
.kp-policy-content {
  background: #fff;
  border: 1px solid var(--kp-line, #dfe9df);
  border-radius: 8px;
  box-shadow: var(--shadow-sm, 0 8px 24px rgba(0, 0, 0, .06));
}

.kp-card-grid article {
  padding: 24px;
}

.kp-card-grid h3,
.kp-author-posts h3,
.kp-policy-content h3 {
  margin: 0 0 8px;
  color: var(--kp-dark, #063f21);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.kp-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.kp-timeline article {
  position: relative;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid var(--kp-line, #dfe9df);
  border-radius: 8px;
}

.kp-timeline span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--kp-green, #0a6b2f);
  font-weight: 900;
}

.kp-timeline h3 {
  margin: 0 0 8px;
  color: var(--kp-dark, #063f21);
  font-size: 15px;
  line-height: 1.35;
}

.kp-timeline p {
  margin: 0;
  color: var(--kp-muted, #607166);
  font-size: 13px;
  line-height: 1.65;
}

.kp-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kp-cert-grid > * {
  min-height: 138px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--kp-line, #dfe9df);
  border-radius: 8px;
  text-align: center;
}

.kp-cert-grid strong {
  display: block;
  color: var(--kp-dark, #063f21);
  font-size: 22px;
  font-weight: 900;
}

.kp-cert-grid img {
  max-width: 150px;
  height: auto;
}

.kp-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kp-photo-grid figure {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--kp-line, #dfe9df);
}

.kp-photo-grid img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.kp-photo-grid figcaption {
  padding: 12px 14px;
  color: var(--kp-muted, #607166);
  font-size: 13px;
  font-weight: 800;
}

.kp-legal-card {
  padding: 30px;
}

.kp-legal-card ul,
.kp-policy-content ul,
.kp-policy-content ol {
  margin: 14px 0 22px;
  padding-left: 22px;
}

.kp-cta-band,
.kp-policy-cta {
  padding: 42px 0;
  background: linear-gradient(135deg, #053018, #0a6b2f);
  color: #fff;
}

.kp-cta-inner,
.kp-policy-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.kp-cta-band h2,
.kp-policy-cta strong {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 900;
}

.kp-cta-band p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}

.kp-author-hero {
  padding: 134px 0 72px;
  background: linear-gradient(135deg, #062816, #0a6b2f);
  color: #fff;
}

.kp-author-grid {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.kp-author-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.kp-author-photo img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.kp-author-copy h1 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.08;
  font-weight: 900;
}

.kp-author-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.75;
}

.kp-author-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.kp-author-stats span {
  display: block;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 800;
}

.kp-author-stats strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.kp-author-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kp-author-posts a {
  display: block;
  height: 100%;
  padding: 22px;
}

.kp-author-posts span {
  display: block;
  margin-bottom: 10px;
  color: var(--kp-muted, #607166);
  font-size: 12px;
  font-weight: 800;
}

.kp-author-posts p {
  margin: 0;
  color: var(--kp-muted, #607166);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

.kp-center-link {
  margin-top: 24px;
  text-align: center;
}

.kp-author-contact a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kp-policy-hero {
  padding: 134px 0 56px;
  background: var(--kp-soft, #f2f8f2);
  border-bottom: 1px solid var(--kp-line, #dfe9df);
}

.kp-policy-hero h1 {
  max-width: 900px;
  margin: 0 0 14px;
  color: var(--kp-dark, #063f21);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.1;
  font-weight: 900;
}

.kp-policy-hero p {
  max-width: 860px;
  margin: 0;
  color: var(--kp-muted, #607166);
  font-size: 16px;
  line-height: 1.75;
}

.kp-policy-section {
  padding: 52px 0 78px;
  background: #fff;
}

.kp-policy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.kp-policy-toc {
  position: sticky;
  top: 96px;
  padding: 20px;
}

.kp-policy-toc strong {
  display: block;
  margin-bottom: 12px;
  color: var(--kp-dark, #063f21);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.kp-policy-toc a {
  display: block;
  padding: 9px 0;
  color: var(--kp-muted, #607166);
  font-size: 13px;
  font-weight: 800;
  border-top: 1px solid var(--kp-line, #dfe9df);
}

.kp-policy-content {
  padding: 34px;
}

.kp-policy-content h2 {
  margin-top: 34px;
}

.kp-policy-content h2:first-child {
  margin-top: 0;
}

.kp-table-wrap {
  width: 100%;
  margin: 18px 0 22px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--kp-line, #dfe9df);
  border-radius: 8px;
}

.kp-info-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
}

.kp-info-table th,
.kp-info-table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid var(--kp-line, #dfe9df);
  color: var(--kp-text, #223126);
  font-size: 14px;
  line-height: 1.5;
}

.kp-info-table th {
  background: #063f21;
  color: #fff;
  font-weight: 900;
}

.kp-info-table tr:last-child td {
  border-bottom: 0;
}

.kp-policy-note,
.kp-warning-box,
.kp-alert-box {
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid rgba(10, 107, 47, .18);
  background: var(--kp-soft, #f2f8f2);
}

.kp-alert-box {
  border-color: rgba(176, 70, 20, .24);
  background: #fff7ed;
  color: #7a3414;
}

.footer-bct-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: rgba(255, 255, 255, .92);
  border-radius: 6px;
}

.footer-bct-badge img {
  display: block;
  width: 100px;
  height: auto;
}

.footer-bottom-links {
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .kp-timeline,
  .kp-card-grid-4,
  .kp-author-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kp-policy-layout {
    grid-template-columns: 1fr;
  }

  .kp-policy-toc {
    position: static;
  }
}

@media (max-width: 820px) {
  .kp-info-hero {
    min-height: auto;
  }

  .kp-info-hero-inner,
  .kp-author-hero,
  .kp-policy-hero {
    padding-top: 106px;
  }

  .kp-stats-grid,
  .kp-card-grid-2,
  .kp-card-grid-4,
  .kp-cert-grid,
  .kp-photo-grid,
  .kp-author-grid,
  .kp-author-posts {
    grid-template-columns: 1fr;
  }

  .kp-timeline {
    grid-template-columns: 1fr;
  }

  .kp-cta-inner,
  .kp-policy-cta .container {
    align-items: stretch;
    flex-direction: column;
  }

  .kp-cta-actions,
  .kp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .kp-static-page .btn {
    width: 100%;
  }

  .kp-author-photo img {
    height: 220px;
  }

  .kp-author-copy {
    order: 1;
  }

  .kp-author-photo {
    order: 2;
  }

  .kp-author-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .kp-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .kp-info-table {
    min-width: 0;
  }

  .kp-info-table,
  .kp-info-table tbody,
  .kp-info-table tr,
  .kp-info-table td {
    display: block;
    width: 100%;
  }

  .kp-info-table thead {
    display: none;
  }

  .kp-info-table tr {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--kp-line, #dfe9df);
    border-radius: 8px;
    background: #fff;
  }

  .kp-info-table tr:last-child {
    margin-bottom: 0;
  }

  .kp-info-table td {
    display: grid;
    grid-template-columns: minmax(104px, 36%) minmax(0, 1fr);
    gap: 14px;
    padding: 13px 14px;
    border-bottom: 1px solid var(--kp-line, #dfe9df);
    font-size: 14px;
  }

  .kp-info-table td::before {
    content: attr(data-label);
    color: var(--kp-green, #0a6b2f);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .kp-info-table tr td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .kp-info-hero-inner,
  .kp-author-hero,
  .kp-policy-hero {
    padding-top: 92px;
  }

  .kp-info-section,
  .kp-policy-section {
    padding: 46px 0;
  }

  .kp-info-hero h1,
  .kp-author-copy h1,
  .kp-policy-hero h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  .kp-info-hero p,
  .kp-author-copy p,
  .kp-policy-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .kp-policy-content,
  .kp-legal-card {
    padding: 22px;
  }

  .kp-photo-grid img {
    height: 210px;
  }
}
