/* Shared landing-page styling for reference-section index pages.
   Used by:
     - conditions/all-conditions.html
     - techniques/all-techniques.html
     - anatomy/muscles/all-muscles.html
     - anatomy/nerves/all-nerves.html
     - anatomy/joints/all-joints.html
     - anatomy/bones/all-landmarks.html
     - professional-practice/all-guides.html
   The anatomy pages set the visual standard (prominent gold count, gold
   underline section headers, generous spacing). This file makes that
   styling available to every landing page.
*/

.list-back-bar {
  background-color: #f0f3f4;
  padding: 10px 0;
  border-bottom: 1px solid #d5d8dc;
}
.list-back-row { display: flex; gap: 20px; }
.list-back-row .back-link {
  font-size: 0.9em;
  color: #1a3c5e;
  font-weight: 600;
  text-decoration: none;
}
.list-back-row .back-link:hover { color: #f0b429; }

.list-hero {
  background-color: #1a3c5e;
  color: #ffffff;
  padding: 50px 0 40px;
  text-align: center;
}
.list-hero h1 {
  color: #ffffff;
  font-size: 2.2em;
  margin-bottom: 8px;
}
.list-hero .gold-line {
  width: 60px;
  height: 3px;
  background: #f0b429;
  margin: 0 auto 16px;
}
.list-hero .total-count {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  color: #f0b429;
  display: block;
  margin-bottom: 4px;
  line-height: 1;
}
.list-hero p {
  color: #d6eaf8;
  font-size: 1.05em;
  max-width: 720px;
  margin: 0 auto;
}
.list-hero .badge-wrap {
  margin: 0 0 14px;
}
.list-hero .badge-wrap .cmto-badge,
.list-hero .badge-wrap .fomtrac-badge {
  display: inline-block;
  background: #f0b429;
  color: #1a3c5e;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 3px;
}

.list-main {
  padding: 40px 0 60px;
}

.list-region {
  margin-bottom: 36px;
}
.list-region:last-child {
  margin-bottom: 0;
}
.list-region h3 {
  font-size: 1.2em;
  color: #1a3c5e;
  border-bottom: 2px solid #f0b429;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.region-count {
  color: #999;
  font-weight: 400;
  font-size: 0.85em;
}
