body {
  background-color: #F4F8F6;
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, sans-serif;
  color: #1E2A2F;
  line-height: 1.6;
}

.header {
  background: #EAF3EE;
  color: #1E2A2F;
  padding: 12px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #00000015;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: padding 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

main {
  border-top: 1px solid #ffffff;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  transition: gap 0.18s ease;
}

.header nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

.section {
  background: #ffffff;
  border-radius: 12px;
  padding: 60px 40px;
  margin: 40px auto;
  max-width: 1024px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.over-section .over-head h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.over-section .over-head p {
  margin: 0 0 12px;
}

.over-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.over-card {
  border: 1px solid #d5e5de;
  background: #f7fbf9;
  border-radius: 12px;
  padding: 14px 16px;
}

.over-card h3 {
  margin: 0 0 8px;
}

.over-card p {
  margin: 0;
}

.over-card h4 {
  margin: 12px 0 8px;
  font-size: 16px;
}

.over-card p + p {
  margin-top: 10px;
}

.over-card ul {
  margin: 0 0 10px;
  padding-left: 18px;
}

.over-card li {
  margin-bottom: 6px;
}

.over-card li:last-child {
  margin-bottom: 0;
}

a {
  color: #0F5C63;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  background-color: #0E4E55;
  color: #ffffff;
  padding: 40px 20px;
  margin-top: 40px;
}
.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.footer-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(223, 245, 248, 0.22);
  border-radius: 12px;
  padding: 14px 16px;
  text-align: left;
  min-width: 0;
}
.footer-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
}
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-list li {
  margin: 0;
  padding: 0;
}
.footer-list a {
  color: #dff5f8;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.35;
}
.footer-list a:hover {
  text-decoration: underline;
}
.footer-list--provinces {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
}
.footer-brand {
  margin: 0;
  text-align: center;
  color: #d5ebee;
  font-weight: 700;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #dff5f8;
  font-weight: 600;
  font-size: 13px;
}
.footer-powered-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(14, 78, 85, 0.2);
}
.footer-powered-link img {
  display: block;
  height: 14px;
  width: auto;
}
.footer-rss-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-rss-link i {
  font-size: 12px;
}
.footer-cookie-btn {
  border: 1px solid #8bb7bf;
  background: transparent;
  color: #dff5f8;
  border-radius: 8px;
  padding: 6px 10px;
  font: inherit;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.footer-cookie-btn:hover {
  background: #12606a;
}

.ad-slot {
  display: block;
  min-height: 250px;
}
.ad-slot.ad-awaiting-consent {
  border: 1px dashed #c8d9d2;
  border-radius: 8px;
  background: #f5faf8;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-consent-placeholder {
  margin: 0;
  text-align: center;
  color: #4a5a61;
  font-size: 13px;
  line-height: 1.4;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1400;
}
.cookie-banner[hidden] {
  display: none !important;
}
.cookie-banner-inner {
  max-width: 1024px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #c8d9d2;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(11, 42, 48, 0.16);
  padding: 14px;
}
.cookie-banner-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}
.cookie-banner-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
}
.cookie-banner-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1e2a2f;
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.cookie-btn {
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.cookie-btn-primary {
  border: 1px solid #0f766e;
  background: #0f766e;
  color: #ffffff;
}
.cookie-btn-primary:hover {
  background: #0c635d;
}
.cookie-btn-muted {
  border: 1px solid #d2dfd8;
  background: #f5faf8;
  color: #20444b;
}
.cookie-btn-muted:hover {
  background: #eaf3ee;
}
.cookie-btn-outline {
  border: 1px solid #9ebcb3;
  background: #ffffff;
  color: #20444b;
}
.cookie-btn-outline:hover {
  background: #f7fbf9;
}

.header h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.2px;
  white-space: nowrap;
  line-height: 1.05;
  transition: font-size 0.18s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  display: block;
  transition: width 0.18s ease, height 0.18s ease;
}

.brand-de {
  color: #FF7A00;
}

.brand-goede {
  color: #5AAE1B;
}

.brand-doelen {
  color: #1692C9;
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px;
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid rgba(129, 159, 148, 0.28);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 246, 242, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(17, 57, 64, 0.08);
}

.menu li {
  position: relative;
}

.menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  color: #134b53;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  position: relative;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1692c9, #0f766e);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.menu li:hover a,
.menu li:focus-within a {
  color: #0b3f46;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(14, 57, 64, 0.08);
  text-decoration: none;
  transform: translateY(-1px);
}

.menu li:hover a::after,
.menu li:focus-within a::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu .active a {
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #0f5c63);
  box-shadow: 0 10px 22px rgba(12, 80, 88, 0.24);
}

.menu .active a::after {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transform: scaleX(1);
}

.menu .active:hover a,
.menu .active:focus-within a {
  color: #ffffff;
  background: linear-gradient(135deg, #11857c, #106a73);
}

body.is-scrolled .menu a {
  min-height: 28px;
}

.search-form {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.search-form input[type="search"] {
  height: 38px;
  width: 260px;
  border: 1px solid #bfd6ca;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  background: #ffffff;
  color: #1E2A2F;
  transition: height 0.18s ease, width 0.18s ease;
}

.search-form input[type="search"]::placeholder {
  color: #55717a;
}

.search-suggest-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 320px;
  min-width: 100%;
  max-width: calc(100vw - 24px);
  background: #fff;
  border: 1px solid #bfd6ca;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(8, 35, 40, 0.14);
  overflow: hidden;
  z-index: 60;
}

.search-suggest-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 360px;
  overflow-y: auto;
}

.search-suggest-item {
  margin: 0;
  padding: 0;
}

.search-suggest-link {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  color: #14353c;
  text-decoration: none;
}

.search-suggest-link:hover,
.search-suggest-link:focus {
  background: #edf6f2;
}

.search-suggest-link.is-active {
  background: #dff0ea;
}

.search-suggest-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.search-suggest-meta {
  font-size: 12px;
  color: #4a5a61;
  line-height: 1.25;
  word-break: break-word;
}

.search-suggest-empty {
  padding: 10px 12px;
  color: #4a5a61;
  font-size: 13px;
}

body.is-scrolled .header {
  padding: 6px 20px;
  background: rgba(234, 243, 238, 0.96);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

body.is-scrolled .header-inner {
  gap: 16px;
}

body.is-scrolled .header h1 {
  font-size: 31px;
}

body.is-scrolled .brand img {
  width: 54px;
  height: 54px;
}

body.is-scrolled .search-form input[type="search"] {
  height: 34px;
  width: 236px;
}

.muted {
  color: #4A5A61;
}

.search-results-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.search-results-item {
  border: 1px solid #d7e6de;
  background: #fdfefe;
  border-radius: 10px;
  padding: 12px 14px;
}

.search-results-name {
  color: #0a4f57;
  font-weight: 700;
  font-size: 16px;
}

.search-results-website {
  margin-top: 4px;
  font-size: 13px;
  color: #4a5a61;
  word-break: break-word;
}

.search-results-website a {
  color: inherit;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.claim-section {
  max-width: 1100px;
  width: min(1100px, 100%);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.claim-section > h2 {
  margin-bottom: 10px;
}

.claim-section > p {
  color: #34515a;
}

.claim-block {
  border: 1px solid #d9e8de;
  background: #fcfdfd;
  border-radius: 12px;
  padding: 14px;
}

.claim-block h3 {
  margin: 0 0 6px;
  color: #0a4f57;
}

.claim-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.claim-section .goal-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
}

.claim-section .goal-layout {
  min-width: 0;
}

.claim-section .goal-section {
  border: 1px solid #dce8e3;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
}

.claim-section .goal-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 12px;
}

.claim-section .goal-head-media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 150px;
}

.claim-section .goal-logo {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border: 1px solid #d9e8de;
  border-radius: 10px;
  padding: 8px;
}

.claim-section .goal-logo-placeholder {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  border: 1px dashed #bfd3cc;
  background: #f4faf7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #537078;
  font-weight: 700;
  font-size: 12px;
}

.claim-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border-radius: 8px;
  border: 1px solid #c9ddd4;
  background: #f5fbf8;
  color: #0f4d56;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: -10px;
  bottom: 6px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.claim-upload-btn input[type="file"] {
  display: none;
}

.claim-section .goal-title {
  margin: 0 0 6px;
  color: #123f47;
  font-size: 38px;
  line-height: 1.08;
}

.claim-section .goal-head-body {
  padding-left: 10px;
}

.claim-section .goal-head-note {
  margin: 0;
  color: #4f676e;
}

.claim-edit-table {
  width: 100%;
  border-collapse: collapse;
}

.claim-edit-table .goal-field {
  color: #24484f;
  font-weight: 700;
  width: 180px;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  padding: 10px 16px 10px 0;
  border-bottom: 1px solid #edf3f0;
}

.claim-edit-table .goal-value {
  color: #1f373d;
  padding: 10px 0;
  border-bottom: 1px solid #edf3f0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.claim-edit-cell {
  cursor: pointer;
}

.claim-display {
  display: block;
  white-space: pre-wrap;
  word-break: break-word;
  border: 1px solid #dbe7e2;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fbfefd;
}

.claim-inline-control {
  display: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.claim-inline-control.claim-wysiwyg {
  display: none;
}

.claim-inline-control input,
.claim-inline-control textarea,
.claim-inline-control select,
.claim-year-report-grid input,
.claim-year-report-grid textarea,
.claim-year-report-grid select,
.claim-social-row input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.claim-edit-cell.is-editing .claim-display {
  display: none;
}

.claim-edit-cell.is-editing .claim-inline-control {
  display: block;
}

.claim-edit-cell.is-editing .claim-inline-control.claim-wysiwyg {
  display: grid;
}

.goal-aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.goal-aside-card {
  border: 1px solid #dce8e3;
  border-radius: 10px;
  background: #f7fcfa;
  padding: 12px;
}

.goal-aside-title {
  margin: 0 0 8px;
  color: #123f47;
  font-size: 18px;
}

.goal-aside-card label {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #1b3740;
}

.goal-aside-card textarea {
  width: 100%;
  border: 1px solid #b6cfc2;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: #1E2A2F;
  font-size: 15px;
  font-family: inherit;
  resize: vertical;
  box-sizing: border-box;
}

.claim-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: #1b3740;
}

.claim-form input[type="text"],
.claim-form input[type="email"],
.claim-form input[type="url"],
.claim-form input[type="number"],
.claim-form input[type="file"],
.claim-form select,
.claim-form textarea {
  border: 1px solid #b6cfc2;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: #1E2A2F;
  font-size: 15px;
  font-family: inherit;
}

.claim-year-report-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 10px;
}

.claim-year-report-list {
  margin: 8px 0 0;
  padding-left: 18px;
}

.claim-year-report-list li {
  margin: 0 0 6px;
}

.claim-year-report-year {
  display: inline-block;
  min-width: 52px;
  font-weight: 700;
  color: #24484f;
}

.claim-social-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.claim-social-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.claim-form .claim-social-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #1b3740;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.claim-display-rich ul,
.claim-display-rich ol {
  margin: 0 0 10px 20px;
  padding: 0;
}

.claim-display-rich p {
  margin: 0 0 10px;
}

.claim-display.claim-display-rich {
  white-space: normal;
}

.claim-display-rich > :last-child {
  margin-bottom: 0;
}

.claim-wysiwyg {
  display: grid;
  gap: 8px;
}

.claim-wysiwyg-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.claim-wysiwyg-toolbar button {
  border: 1px solid #c9ddd4;
  background: #f7fcfa;
  color: #144851;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 13px;
  cursor: pointer;
}

.claim-wysiwyg-editor {
  min-height: 220px;
  border: 1px solid #b6cfc2;
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  outline: none;
}

.claim-wysiwyg textarea[hidden] {
  display: none !important;
}

.claim-form textarea {
  resize: vertical;
}

.claim-form button {
  justify-self: start;
  border: 0;
  background: #0f766e;
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}

.claim-form button:hover {
  background: #0d645d;
}

.claim-error {
  background: #fde8e8;
  color: #9b1c1c;
  border: 1px solid #f8b4b4;
  border-radius: 8px;
  padding: 10px 12px;
}

.claim-success {
  background: #e8f8ef;
  color: #0f5132;
  border: 1px solid #9bd5b2;
  border-radius: 8px;
  padding: 10px 12px;
}

@media (max-width: 768px) {
  .claim-section .goal-page-layout {
    grid-template-columns: 1fr;
  }
  .claim-section .goal-head {
    grid-template-columns: 1fr;
  }
  .claim-section .goal-logo,
  .claim-section .goal-logo-placeholder {
    max-width: 150px;
  }
  .claim-year-report-grid {
    grid-template-columns: 1fr;
  }
  .claim-social-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 1024px) {
  .header {
    padding: 10px 14px;
  }
  .header h1 {
    font-size: 30px;
  }
  .brand img {
    width: 60px;
    height: 60px;
  }
  .menu a {
    font-size: 14px;
    min-height: 38px;
    padding: 0 13px;
  }
  .search-form input[type="search"] {
    width: 190px;
  }
  .search-suggest-dropdown {
    width: 300px;
  }
  body.is-scrolled .header {
    padding: 6px 14px;
  }
  body.is-scrolled .header h1 {
    font-size: 26px;
  }
  body.is-scrolled .brand img {
    width: 48px;
    height: 48px;
  }
  body.is-scrolled .search-form input[type="search"] {
    width: 172px;
    height: 32px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 12px;
  }
  .header nav {
    order: 3;
    width: 100%;
  }
  .header h1 {
    font-size: 24px;
  }
  .brand img {
    width: 48px;
    height: 48px;
  }
  .menu {
    width: 100%;
    justify-content: space-between;
    padding: 5px;
  }
  .menu a {
    font-size: 13px;
    min-height: 36px;
    padding: 0 10px;
    flex: 1 1 0;
  }
  .menu a::after {
    left: 12px;
    right: 12px;
  }
  .search-form {
    order: 4;
    margin-left: 0;
    width: 100%;
  }
  .search-form input[type="search"] {
    width: 100%;
  }
  .search-suggest-dropdown {
    width: 100%;
  }
  body.is-scrolled .header h1 {
    font-size: 21px;
  }
  body.is-scrolled .brand img {
    width: 40px;
    height: 40px;
  }
  body.is-scrolled .search-form input[type="search"] {
    width: 100%;
    height: 30px;
  }
  .section {
    margin: 20px 12px;
    padding: 28px 20px;
  }
  .over-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-list--provinces {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-banner-inner {
    padding: 12px;
  }
  .cookie-banner-actions .cookie-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header,
  .header-inner,
  .header h1,
  .brand img,
  .search-form input[type="search"],
  .menu a,
  .menu a::after {
    transition: none;
  }
}

/* home.php shared styles moved from front-temp.css */
        .home-section {
          background: #ffffff;
        }
        .home-head {
          margin-bottom: 14px;
        }
        .home-head h2 {
          margin: 0 0 8px;
        }
        .home-overview-layout {
          display: grid;
          grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
          gap: 16px;
          align-items: start;
          margin-bottom: 16px;
        }
        .home-overview-main,
        .home-overview-side {
          min-width: 0;
        }
        .home-overview-side {
          display: flex;
          flex-direction: column;
          gap: 16px;
        }
        .category-overview,
        .special-support-overview,
        .map-overview,
        .province-overview {
          margin: 0;
          border: 1px solid #d8e7e1;
          border-radius: 12px;
          background: #ffffff;
          padding: 12px;
        }
        .category-overview h3,
        .special-support-overview h3,
        .map-overview h3,
        .province-overview h3 {
          margin: 0 0 8px;
          font-size: 18px;
          line-height: 1.2;
        }
        .province-overview {
          margin-bottom: 16px;
        }
        .special-support-list {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-direction: column;
          gap: 10px;
        }
        .special-support-card {
          position: relative;
          display: block;
          min-height: 78px;
          border: 1px solid #dce8e3;
          background: #f8fcfa;
          border-radius: 10px;
          padding: 10px 12px;
          text-decoration: none;
          color: #0f4d56;
        }
        .special-support-card:hover {
          text-decoration: none;
          background: #edf6f2;
        }
        .special-support-content {
          display: flex;
          align-items: center;
          gap: 10px;
          min-height: 44px;
        }
        .special-support-logo {
          width: 44px;
          height: 44px;
          object-fit: contain;
          background: #fff;
          border: 1px solid #dbe6e1;
          border-radius: 8px;
          padding: 4px;
          flex: 0 0 44px;
        }
        .special-support-count {
          position: absolute;
          top: 8px;
          right: 8px;
          background: #dcebe6;
          border-radius: 999px;
          padding: 2px 9px;
          font-size: 12px;
          font-weight: 700;
          color: #234851;
          border: 1px solid #cfe1da;
        }
        .special-support-name {
          display: block;
          flex: 1 1 auto;
          font-weight: 700;
          font-size: 15px;
          line-height: 1.35;
          padding-right: 50px;
        }
        .category-list {
          list-style: none;
          margin: 0;
          padding: 0;
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
          gap: 10px;
        }
        .category-card {
          position: relative;
          border: 1px solid #dce8e3;
          background: #f8fcfa;
          border-radius: 10px;
          padding: 7px 7px 7px;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 8px;
          text-decoration: none;
          color: #0f4d56;
          min-height: 90px;
        }
        .category-card:hover {
          text-decoration: none;
          background: #edf6f2;
        }
        .category-card.active {
          border-color: #74b79f;
          background: #daf0e6;
        }
        .category-card-icon {
          width: 30px;
          height: 30px;
          object-fit: contain;
          border-radius: 8px;
          background: #ffffff;
          border: 1px solid #dbe6e1;
          padding: 8px;
        }
        .category-card-icon-ph {
          width: 100px;
          height: 84px;
          border-radius: 8px;
          border: 1px dashed #c8d9d2;
          background: #f3f8f5;
          color: #5c7378;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10px;
          font-weight: 700;
          text-align: center;
          padding: 4px;
        }
        .category-card-name {
          display: block;
          text-align: center;
          font-weight: 700;
          font-size: 13px;
          line-height: 1.3;
        }
        .category-card-count {
          position: absolute;
          top: 8px;
          right: 8px;
          background: #dcebe6;
          border-radius: 999px;
          padding: 2px 9px;
          font-size: 12px;
          font-weight: 700;
          color: #234851;
          border: 1px solid #cfe1da;
        }
        .category-results {
          margin-bottom: 18px;
        }
        .category-page {
          margin-bottom: 18px;
        }
        .category-page-grid {
          display: grid;
          grid-template-columns: minmax(0, 1fr) 300px;
          gap: 16px;
          align-items: start;
        }
        .category-page-main {
          min-width: 0;
        }
        .category-page-aside {
          width: 300px;
        }
        .category-ad-box {
          border: 1px solid #d8e7e1;
          border-radius: 12px;
          background: #ffffff;
          padding: 8px;
          position: sticky;
          top: 84px;
          min-height: 250px;
        }
        .category-ad-box .adsbygoogle {
          width: 100%;
          min-height: 250px;
        }
        .category-page-back {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          text-decoration: none;
          font-weight: 700;
          color: #0f4d56;
          margin-bottom: 10px;
        }
        .category-page-back:hover {
          text-decoration: underline;
        }
        .category-page-head {
          display: flex;
          align-items: center;
          gap: 14px;
          margin-bottom: 8px;
        }
        .category-page-head-noicon {
          display: block;
        }
        .category-page-icon {
          width: 60px;
          height: 60px;
          object-fit: contain;
          border-radius: 12px;
          background: #ffffff;
          border: 1px solid #dbe6e1;
          padding: 8px;
          flex: 0 0 60px;
        }
        .category-page-icon-ph {
          width: 60px;
          height: 60px;
          border-radius: 12px;
          border: 1px dashed #c8d9d2;
          background: #f3f8f5;
          color: #5c7378;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 9px;
          font-weight: 700;
          text-align: center;
          padding: 4px;
          flex: 0 0 60px;
        }
        .category-page-title {
          margin: 0;
          font-size: 34px;
          line-height: 1.1;
          color: #103d46;
        }
        .category-results h3 {
          margin: 0 0 6px;
        }
        .category-results-title {
          display: flex;
          align-items: center;
          gap: 8px;
        }
        .category-results-icon {
          width: 22px;
          height: 22px;
          object-fit: contain;
          border-radius: 6px;
          background: #ffffff;
          flex: 0 0 22px;
        }
        .category-goal-list {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-direction: column;
          gap: 10px;
        }
        .category-goal-row {
          display: grid;
          grid-template-columns: 84px minmax(0, 1fr);
          gap: 18px;
          border: 1px solid #e2ebe7;
          border-radius: 10px;
          background: #fff;
          box-shadow: 0 4px 14px rgba(21, 52, 61, 0.06);
          padding: 10px;
          align-items: center;
        }
.category-goal-logo {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  border: 1px solid #dbe6e1;
  background: #fff;
  object-fit: contain;
  padding: 3px;
}
.category-goal-logo-ph {
  width: 92px;
  height: 92px;
  border-radius: 8px;
  border: 1px dashed #c8d9d2;
  background: #f3f8f5;
          color: #5c7378;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10px;
          font-weight: 700;
        }
        .category-goal-content {
          min-width: 0;
          padding-left: 2px;
        }
        .category-goal-name {
          margin: 0;
          font-size: 18px;
          line-height: 1.2;
        }
        .category-goal-name a {
          color: #103d46;
          text-decoration: none;
        }
.category-goal-name a:hover {
  text-decoration: underline;
}
.category-goal-excerpt {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #48656b;
}
.category-goal-meta {
  margin-top: 6px;
  display: flex;
          flex-wrap: wrap;
          gap: 8px;
          font-size: 13px;
          color: #35535a;
        }
.category-goal-cert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 1px 6px;
  border-radius: 5px;
  font-weight: 700;
  border: 1px solid #d7e5df;
  background: #f5faf8;
          color: #214951;
        }
        .category-goal-cert i {
          font-size: 12px;
        }
        .category-goal-cert-ok {
          border-color: #b7e3c6;
          background: #eaf8ef;
          color: #1f6a3a;
        }
.category-goal-cert-no {
  border-color: #efc7c7;
  background: #fff2f2;
  color: #8d2a2a;
}

.category-goal-lottery-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  min-width: 22px;
  padding: 1px 4px;
  border-radius: 5px;
  border: 1px solid #d7e5df;
  background: #f5faf8;
}

.category-goal-lottery-icon {
  display: block;
  max-height: 20px;
  height: auto;
  width: auto;
}

.ui-tooltip {
  position: relative;
  cursor: help;
}
.ui-tooltip::before,
.ui-tooltip::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
  z-index: 50;
}
.ui-tooltip::after {
  content: attr(data-tooltip);
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: min(340px, calc(100vw - 36px));
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #c8d9d2;
  background: #f3f8f5;
  color: #214951;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  box-shadow: 0 10px 20px rgba(15, 55, 61, 0.14);
  white-space: normal;
}
.ui-tooltip::before {
  content: "";
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c8d9d2;
}
.ui-tooltip:hover::before,
.ui-tooltip:hover::after,
.ui-tooltip:focus-visible::before,
.ui-tooltip:focus-visible::after {
  opacity: 1;
}
        .category-pagination {
          margin-top: 10px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          gap: 10px;
        }
        .category-pagination-link {
          display: inline-block;
          padding: 5px 10px;
          border-radius: 8px;
          border: 1px solid #d0e2db;
          color: #17474f;
          text-decoration: none;
          font-weight: 700;
        }
        .category-pagination-link:hover {
          text-decoration: underline;
        }
        .nl-map-wrap {
          width: 100%;
          border: 1px solid #d8e7e1;
          border-radius: 10px;
          background: #ffffff;
          padding: 6px;
        }
        .nl-map {
          width: 100%;
          height: 340px;
          background: #ffffff;
          border-radius: 8px;
          overflow: hidden;
        }
        .nl-map-canvas {
          width: 100%;
          height: 100%;
          min-height: 340px;
          border: 0;
          border-radius: 8px;
          background: #ffffff;
          overflow: hidden;
        }
        .leaflet-container {
          font: inherit;
          background: transparent !important;
        }
        .leaflet-container:focus {
          outline: none;
          outline-offset: unset;
        }
        .province-tooltip {
          background: rgba(255, 255, 255, 0.92);
          border: 1px solid #cfe1da;
          border-radius: 999px;
          color: #214951;
          font-weight: 700;
          box-shadow: none;
          padding: 2px 8px;
        }
        .province-tooltip:before {
          display: none;
        }
        .province-list {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 10px;
        }
        .province-card {
          border: 1px solid #d8e7e1;
          border-radius: 12px;
          background: #ffffff;
          padding: 10px 12px;
        }
        .province-card h3 {
          margin: 0 0 8px;
          font-size: 16px;
          line-height: 1.25;
        }
        .province-card h3 a {
          color: #0f5c63;
          text-decoration: none;
        }
        .province-card h3 a:hover {
          text-decoration: underline;
        }
        .city-line {
          margin: 0;
          font-size: 14px;
          line-height: 1.4;
          color: #48656b;
        }
        .city-line a {
          color: #17474f;
          font-weight: 700;
        }
        .city-line a:hover {
          text-decoration: underline;
        }
        .home-error {
          background: #fde8e8;
          color: #8e1e1e;
          border: 1px solid #f7b6b6;
          border-radius: 10px;
          padding: 10px 12px;
          margin-bottom: 12px;
        }
        @media (max-width: 1120px) {
          .home-overview-layout {
            grid-template-columns: 1fr;
          }
          .province-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
          }
        }
        @media (max-width: 780px) {
          .category-page-grid {
            grid-template-columns: 1fr;
          }
          .category-page-aside {
            width: 100%;
          }
          .category-ad-box {
            position: static;
            top: auto;
          }
          .category-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
          }
          .category-page-title {
            font-size: 28px;
          }
          .category-goal-row {
            grid-template-columns: 1fr;
          }
          .province-list {
            grid-template-columns: 1fr;
          }
          .nl-map-wrap,
          .nl-map {
            width: 100%;
            max-width: none;
          }
          .nl-map {
            height: 320px;
          }
          .nl-map-canvas {
            min-height: 320px;
          }
        }
