.public-page-hero {
  background: var(--color-pale-green, #f3faf6);
  padding: 7rem 0 2.5rem;
}

.public-page-hero__eyebrow {
  color: var(--color-primary, #08743f);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.public-page-hero__title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.public-page-hero__lead {
  color: var(--color-text-muted, #5f6b7a);
  margin: 0;
  max-width: 46rem;
}

.public-page-hero__meta {
  color: var(--color-primary, #08743f);
  font-weight: 600;
  margin: 1rem 0 0;
}

.public-page-content {
  padding: 2.5rem 0 3rem;
}

.public-empty-state {
  background: #fff;
  border: 1px dashed var(--color-border, #d8dee6);
  border-radius: 12px;
  color: var(--color-text-muted, #5f6b7a);
  padding: 1.5rem;
  text-align: center;
}

.public-empty-state--inline {
  margin-top: 0.75rem;
}

.offices-zone {
  margin-bottom: 2rem;
}

.offices-zone__header {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.offices-zone__title {
  font-size: 1.25rem;
  margin: 0;
}

.offices-zone__count {
  color: var(--color-primary, #08743f);
  font-size: 0.875rem;
  font-weight: 700;
}

.offices-zone__desc {
  color: var(--color-text-muted, #5f6b7a);
  margin: 0 0 1rem;
}

.offices-zone__list {
  margin: 0;
}

.public-page-cta {
  align-items: center;
  border-top: 1px solid var(--color-border, #d8dee6);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.page-offices .immediate-assistance {
  margin-top: 1.5rem;
  padding: 2rem 0;
  background: var(--color-mint-card);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.page-offices .immediate-assistance__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.page-offices .immediate-assistance__heading {
  margin: 0 0 0.5rem;
  font-size: var(--font-size-xl);
}

.page-offices .immediate-assistance__desc {
  margin: 0;
  color: var(--color-text-muted);
}

.page-offices .immediate-assistance__actions {
  display: flex;
  gap: 0.75rem;
}

.page-offices .immediate-assistance__btn {
  min-height: 46px;
}

.page-offices .site-footer {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .page-offices .immediate-assistance {
    margin-top: 1rem;
    padding: 1.75rem 0;
  }

  .page-offices .immediate-assistance__inner,
  .page-offices .immediate-assistance__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-offices .immediate-assistance__btn {
    width: 100%;
  }

  .page-offices .site-footer {
    margin-top: 1.5rem;
  }
}

.resources-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-resources { background: #f8fbf9; }

.page-resources .public-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 8.75rem 0 4.5rem;
  background: radial-gradient(circle at 85% 20%, rgba(232, 163, 23, 0.18), transparent 23rem), linear-gradient(135deg, #063d24 0%, #08743f 58%, #0d8a4c 100%);
  color: #fff;
}

.page-resources .public-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image: linear-gradient(30deg, transparent 49%, #fff 50%, transparent 51%), linear-gradient(150deg, transparent 49%, #fff 50%, transparent 51%);
  background-size: 72px 72px;
  pointer-events: none;
}

.resources-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: center; gap: 4rem; }
.resources-hero__copy { max-width: 760px; }
.resources-hero__badge { display: inline-flex; align-items: center; gap: 0.55rem; margin-bottom: 1.25rem; padding: 0.55rem 0.9rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 999px; background: rgba(255,255,255,0.1); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.resources-hero__badge svg, .resources-list__download svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.page-resources .public-page-hero__title { max-width: 760px; font-size: clamp(2rem, 4.2vw, 3.75rem); line-height: 1.12; }
.page-resources .public-page-hero__title span { color: #ffd77b; }
.page-resources .public-page-hero__lead { max-width: 660px; color: rgba(255,255,255,0.82); font-size: 1.05rem; }
.resources-hero__visual { position: relative; display: grid; place-items: center; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; background: rgba(255,255,255,0.08); box-shadow: 0 25px 60px rgba(0,0,0,0.18); }
.resources-hero__seal { display: grid; place-items: center; width: 140px; height: 140px; border-radius: 32px; background: #fff; color: var(--color-primary-green); transform: rotate(-5deg); box-shadow: 0 18px 35px rgba(0,0,0,0.2); }
.resources-hero__seal svg { width: 72px; height: 72px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.resources-hero__check { position: absolute; right: 15px; bottom: 22px; display: grid; place-items: center; width: 54px; height: 54px; border: 5px solid #08743f; border-radius: 50%; background: var(--color-gold); color: #17301f; }
.resources-hero__check svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.page-resources .public-page-content { padding-top: 3.5rem; padding-bottom: 5rem; }
.resources-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.75rem; }
.resources-intro__eyebrow { margin: 0 0 0.35rem; color: var(--color-primary-green); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.resources-intro__title { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.15rem); }
.resources-intro__text { margin: 0.45rem 0 0; color: var(--color-text-muted); }
.resources-summary { display: flex; gap: 0.65rem; flex-shrink: 0; }
.resources-summary span { padding: 0.65rem 0.9rem; border: 1px solid var(--color-border); border-radius: 999px; background: #fff; color: var(--color-text-muted); font-size: 0.8rem; }
.resources-summary strong { color: var(--color-primary-green); }

.resources-list__item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border, #d8dee6);
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.2rem 1.25rem;
  box-shadow: 0 5px 20px rgba(0, 58, 32, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.resources-list__item:hover { transform: translateY(-2px); border-color: #9fcbb4; box-shadow: 0 14px 32px rgba(0, 58, 32, 0.09); }
.resources-list__icon { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; border-radius: 14px; background: var(--color-light-mint); color: var(--color-primary-green); }
.resources-list__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.resources-list__body { min-width: 0; flex: 1; }

.resources-list__title {
  font-size: 1.05rem;
  margin: 0 0 0.25rem;
}

.resources-list__meta {
  color: var(--color-text-muted, #5f6b7a);
  font-size: 0.875rem;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.resources-list__meta span + span::before { content: "\2022"; margin-right: 0.65rem; color: #a6b3ac; }
.resources-list__type { color: var(--color-primary-green); font-weight: 700; }
.resources-list__download { min-width: 140px; padding: 12px 20px; box-shadow: 0 8px 18px rgba(8,116,63,0.18); }
.resources-list__download:hover { box-shadow: 0 12px 24px rgba(8,116,63,0.25); }

.page-contact .section-contact {
  padding-top: 0;
}

@media (max-width: 768px) {
  .public-page-hero {
    padding-top: 6.25rem;
  }

  .page-resources .public-page-hero { min-height: 0; padding: 7rem 0 3.5rem; }
  .resources-hero__inner { grid-template-columns: 1fr; gap: 0; }
  .resources-hero__visual { display: none; }
  .page-resources .public-page-hero__lead { font-size: 0.95rem; }
  .resources-intro { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .resources-list__item { align-items: flex-start; }
  .resources-list__download { width: 100%; margin-top: 0.25rem; }
}

@media (max-width: 480px) {
  .resources-summary { width: 100%; }
  .resources-summary span { flex: 1; text-align: center; }
  .resources-list__icon { width: 46px; height: 46px; flex-basis: 46px; }
  .resources-list__title { font-size: 1rem; }
}
