.assoc-survey-main {
  max-width: 1000px;
}

.assoc-survey-title {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.assoc-survey-lead {
  max-width: 760px;
}

.assoc-survey-bottom-toc {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(16, 18, 27, 0.08);
}

.assoc-survey-toc {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.assoc-survey-toc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.assoc-survey-toc-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: #5a3a10;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 800;
}

.assoc-survey-toc-link:hover {
  background: rgba(212, 160, 23, 0.12);
  color: #1a1d29;
}

.assoc-survey-toc-link.is-sub {
  font-size: 0.8rem;
  font-weight: 700;
}

.assoc-survey-homepage-section {
  margin-top: 2.5rem;
  padding: 1.1rem 1rem;
  border: 1px solid rgba(212, 160, 23, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 248, 232, 0.9), #fff);
}

.assoc-survey-homepage-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.assoc-survey-assoc-homepage {
  margin: 1.25rem 0 2rem;
  padding: 0.9rem 1rem;
  background: rgba(212, 160, 23, 0.10);
  border: 1px solid rgba(212, 160, 23, 0.26);
  border-radius: 14px;
}

.assoc-survey-assoc-homepage-link {
  display: inline-block;
  font-weight: 900;
  color: #5a3a10;
  text-decoration: none;
}

.assoc-survey-assoc-homepage-link:hover {
  text-decoration: underline;
}

.assoc-survey-assoc-homepage-muted {
  color: #6b7280;
}

.assoc-survey-homepage-table th,
.assoc-survey-homepage-table td {
  vertical-align: middle;
}

.assoc-survey-homepage-table thead th {
  background: #f7f0df;
  color: #5a3a10;
  font-weight: 800;
}

.assoc-survey-homepage-table tbody tr:nth-child(even) td {
  background: #fffaf0;
}

.assoc-survey-homepage-table-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 160, 23, 0.28);
  color: #5a3a10;
  text-decoration: none;
  font-weight: 700;
  background: #fff;
}

.assoc-survey-homepage-table-link:hover {
  background: rgba(212, 160, 23, 0.12);
  color: #1a1d29;
}

@media print {
  .assoc-survey-bottom-toc {
    display: none !important;
  }

  .assoc-survey-homepage-section {
    display: none !important;
  }
}

