.rcs-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 20px 72px;
}

.rcs-hero,
.rcs-section,
.rcs-card {
  border: 1px solid #dde8e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(7, 41, 25, 0.05);
}

.rcs-hero {
  padding: 42px;
  background: linear-gradient(180deg, #ffffff 0%, #eef8f2 100%);
}

.rcs-eyebrow,
.rcs-kicker {
  color: #0a6b3f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rcs-hero h1 {
  max-width: 860px;
  margin: 18px 0 0;
  color: #10231b;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.rcs-hero p,
.rcs-section p,
.rcs-card p,
.rcs-list,
.rcs-small {
  color: #5d6b63;
  line-height: 1.65;
}

.rcs-hero p {
  max-width: 780px;
  margin-top: 20px;
  font-size: 18px;
}

.rcs-actions,
.rcs-link-grid,
.rcs-grid {
  display: grid;
  gap: 16px;
}

.rcs-actions {
  grid-template-columns: repeat(2, max-content);
  margin-top: 28px;
}

.rcs-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
}

.rcs-button:hover {
  text-decoration: none;
}

.rcs-button-primary {
  background: #0a6b3f;
  color: #ffffff;
}

.rcs-button-secondary {
  border-color: #dde8e1;
  background: #ffffff;
  color: #10231b;
}

.rcs-section {
  margin-top: 28px;
  padding: 30px;
}

.rcs-section h2 {
  margin: 10px 0 0;
  color: #10231b;
  font-size: 30px;
  line-height: 1.2;
}

.rcs-section h3,
.rcs-card h3 {
  margin: 0 0 8px;
  color: #10231b;
  font-size: 20px;
  line-height: 1.25;
}

.rcs-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

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

.rcs-card {
  padding: 22px;
}

.rcs-card a {
  color: #0a6b3f;
  font-weight: 700;
}

.rcs-list {
  margin: 18px 0 0 18px;
}

.rcs-list li + li {
  margin-top: 8px;
}

.rcs-callout {
  margin-top: 22px;
  padding: 20px;
  border-left: 4px solid #0a6b3f;
  background: #edf7f1;
  color: #10231b;
}

.rcs-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.rcs-link-card {
  display: block;
  min-height: 128px;
  padding: 18px;
  border: 1px solid #dde8e1;
  border-radius: 8px;
  background: #ffffff;
  color: #10231b;
  text-decoration: none;
}

.rcs-link-card:hover {
  border-color: #0a6b3f;
  text-decoration: none;
}

.rcs-link-card strong {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .rcs-actions,
  .rcs-grid,
  .rcs-grid-2,
  .rcs-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rcs-main {
    padding: 24px 14px 48px;
  }

  .rcs-hero,
  .rcs-section {
    padding: 22px;
  }
}
