/* ===== Wakazi — generated SEO category pages (/hire/, /<lang>/hire/) =====
   Sits on top of styles.css. Light content pages; dark CTA bookend reuses
   .section.dark + .glass-panel. All pages are fully static (no JS). */

.hire-h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  letter-spacing: -0.015em;
  color: var(--text);
}

/* Native-language navigation stays legible on the shared ivory header. */
body .hire-langs > a:not(.btn) { color:#45604e; min-height:44px; }
body .hire-langs > a.on:not(.btn),body .hire-langs > a:not(.btn):hover {
  color:#153e31; background:#dfe6d3; border-color:#a9b99c;
}
body .hire-lead { line-height:1.85; max-width:65ch; }
body .hire-faq { box-shadow:none; border-radius:16px; }
body .hire-chips { gap:12px; }

.hire-lead {
  max-width: 52rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

/* static language switcher (plain crawlable links) */
.hire-langs {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.hire-langs > a:not(.btn) {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  color: var(--muted-on-dark);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.hire-langs > a:not(.btn):hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}

.hire-langs > a.on:not(.btn) {
  color: #ffffff;
  border-color: rgba(198, 161, 91, 0.6);
  background: rgba(198, 161, 91, 0.12);
}

/* skill chips (light pages) */
.hire-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
}

.hire-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.4rem 1.05rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid rgba(11, 61, 46, 0.2);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
}

/* FAQ accordion */
.hire-faq {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 0.2rem 1.2rem;
  margin-bottom: 0.7rem;
  max-width: 52rem;
}

.hire-faq summary {
  cursor: pointer;
  padding: 0.9rem 0;
  font-weight: 700;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hire-faq summary::-webkit-details-marker {
  display: none;
}

.hire-faq summary::after {
  content: "";
  flex: none;
  width: 10px;
  height: 10px;
  border-inline-end: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.hire-faq[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.hire-faq p {
  margin: 0 0 1rem;
  color: var(--muted);
}

/* Play "coming at launch" — a chip, not a dead link */
.hire-play-soon {
  opacity: 0.65;
  cursor: default;
}

.hire-play-soon:hover {
  transform: none;
}

/* cross-links */
.hire-more {
  padding-bottom: 3.5rem;
}

.hire-more-links {
  list-style: none;
  columns: 2;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) {
  .hire-more-links { columns: 3; }
}

.hire-more-links li {
  break-inside: avoid;
  margin-bottom: 0.15rem;
}

.hire-more-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.hire-more-links a:hover {
  text-decoration: underline;
}
