* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #183024;
  background: #f7faf7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: #1f6f4a;
  font-weight: 700;
}

.pc-static-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px;
}

.pc-static-header,
.pc-static-footer {
  border-bottom: 1px solid #d8e6dc;
  background: #ffffff;
}

.pc-static-footer {
  border-top: 1px solid #d8e6dc;
  border-bottom: 0;
  margin-top: 32px;
}

.pc-static-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.pc-static-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #183024;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.pc-static-brand img {
  width: 36px;
  height: 36px;
}

.pc-static-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pc-static-links a {
  color: #183024;
  font-size: 14px;
  text-decoration: none;
}

.pc-static-hero {
  display: grid;
  gap: 14px;
  padding: 34px 0 18px;
}

.pc-static-kicker {
  color: #1f6f4a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
}

h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

p {
  margin: 0;
}

.pc-static-lede {
  max-width: 880px;
  color: #3f5b4c;
  font-size: 18px;
}

.pc-static-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 14px;
  margin-top: 18px;
}

.pc-static-card,
.pc-static-band {
  border: 1px solid #d8e6dc;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
}

.pc-static-card strong {
  display: block;
  margin-bottom: 6px;
}

.pc-static-section {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.pc-static-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.pc-static-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 9px 13px;
  background: #1f6f4a;
  color: #ffffff;
  text-decoration: none;
}

.pc-static-cta-secondary {
  border: 1px solid #d8e6dc;
  background: #ffffff;
  color: #183024;
}

.pc-static-list {
  margin: 0;
  padding-left: 20px;
}

.pc-static-boundary {
  border: 1px solid #d8e6dc;
  border-radius: 8px;
  padding: 12px;
  color: #3f5b4c;
  font-size: 13px;
}

@media (max-width: 700px) {
  .pc-static-shell {
    padding: 20px;
  }

  h1 {
    font-size: 32px;
  }
}
