.directory-hero { padding-bottom: 44px; }
.directory-honesty { max-width: 70ch; margin-top: 26px; padding: 18px 22px; color: #cbd8e8; border-left: 3px solid #71e2e7; background: rgba(113,226,231,.07); line-height: 1.6; }
.directory-section { padding-top: 42px; }
.directory-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.directory-heading h2 { margin-bottom: 0; }
.directory-heading p { color: #71e2e7; font-weight: 700; white-space: nowrap; }
.directory-controls { margin: 30px 0; }
.directory-controls label { display: block; margin-bottom: 10px; font-weight: 700; }
.directory-controls input { display: block; width: 100%; padding: 15px 18px; border: 1px solid rgba(121,164,255,.38); border-radius: 12px; outline-offset: 3px; background: #0d2138; color: #fff; font: inherit; }
.directory-controls input::placeholder { color: #b2c5da; }
.directory-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.directory-filters button { border: 1px solid rgba(121,164,255,.35); border-radius: 999px; padding: 9px 16px; color: #e4efff; background: #132944; font: inherit; cursor: pointer; }
.directory-filters button:hover, .directory-filters button:focus-visible, .directory-filters button.active { color: #061728; background: #71e2e7; border-color: #71e2e7; }
.directory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.directory-card { min-width: 0; padding: clamp(20px,3vw,30px); border: 1px solid rgba(121,164,255,.22); border-radius: 20px; background: linear-gradient(150deg,#10243c,#0a192c); }
.directory-card:nth-child(4n+2) { border-top-color: #8d8bff; }.directory-card:nth-child(4n+3) { border-top-color: #f5b85d; }.directory-card:nth-child(4n+4) { border-top-color: #7bebaa; }
.directory-card[hidden], .directory-empty[hidden] { display: none; }
.directory-number { color: #71e2e7; font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.directory-card h3 { margin: 16px 0 10px; font-size: clamp(1.4rem,2vw,1.9rem); }
.directory-card p { line-height: 1.6; color: #d2dfeb; }
.directory-card details { margin: 22px 0; border-top: 1px solid rgba(121,164,255,.22); border-bottom: 1px solid rgba(121,164,255,.22); }
.directory-card summary { padding: 14px 0; cursor: pointer; font-weight: 700; color: #e7f7ff; }
.directory-card dl { display: grid; grid-template-columns: 75px 1fr; gap: 8px 12px; margin: 0 0 18px; line-height: 1.45; }
.directory-card dt { color: #71e2e7; font-weight: 700; }.directory-card dd { margin: 0; color: #d4e1ed; }
.directory-card > a { display: inline-flex; gap: 8px; color: #a8f3f3; font-weight: 700; text-decoration: none; }
.directory-card > a:hover, .directory-card > a:focus-visible { text-decoration: underline; }
.directory-empty { padding: 28px; border: 1px dashed #71e2e7; border-radius: 14px; }
@media (max-width: 767px) { .directory-grid { grid-template-columns: 1fr; }.directory-heading { align-items: start; flex-direction: column; }.directory-heading p { margin: 0; } }
