/* Tools Hub + Guide redesign */
.tools-hub__cta-grid {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 1.75rem;
}
@media (min-width: 900px) {
  .tools-hub__cta-grid {
    grid-template-columns: 1.2fr 1fr 0.9fr;
  }
}
.tools-hub__cta {
  display: block;
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(160deg, #eef6f4 0%, #f7f3ea 100%);
  border: 1px solid rgba(47, 111, 126, 0.18);
  min-height: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.tools-hub__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 60, 70, 0.08);
}
.tools-hub__cta--primary {
  background: linear-gradient(160deg, #2f6f7e 0%, #245a66 100%);
  color: #fff;
  border-color: transparent;
}
.tools-hub__cta--primary h2,
.tools-hub__cta--primary p,
.tools-hub__cta--primary .tools-hub__cta-action {
  color: #fff;
}
.tools-hub__cta h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}
.tools-hub__cta p {
  margin: 0 0 0.85rem;
  line-height: 1.65;
  font-size: 0.95rem;
}
.tools-hub__cta-action {
  font-weight: 700;
  font-size: 0.95rem;
}
.tools-grid--situations .tools-card--situation {
  min-height: 11rem;
}
.tools-card--situation,
.tools-card {
  text-decoration: none;
  color: inherit;
}
.tools-card__tech {
  font-size: 0.85rem;
  opacity: 0.75;
  margin: 0.15rem 0 0.5rem;
}
.tools-card--secondary {
  opacity: 0.72;
}
.tools-card--best {
  outline: 2px solid #2f6f7e;
}
.tools-persona-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.tools-persona {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 111, 126, 0.25);
  text-decoration: none;
  color: inherit;
  background: #fff;
  font-size: 0.9rem;
}
.tools-persona.is-active {
  background: #2f6f7e;
  color: #fff;
  border-color: #2f6f7e;
}
.tools-search {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.tools-search input {
  flex: 1 1 16rem;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  background: #fff;
  font: inherit;
}
.tools-search input:focus {
  outline: none;
  border-color: rgba(47, 111, 126, 0.55);
  box-shadow: 0 0 0 3px rgba(47, 111, 126, 0.12);
}
.tools-search__hints {
  line-height: 1.9;
}
.tools-search__hints a {
  white-space: nowrap;
}
.tools-case {
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: #f4f8f7;
  border: 1px solid rgba(47, 111, 126, 0.15);
}
.tools-case__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}
.tools-case__list {
  margin: 0 0 0.75rem;
  padding-inline-start: 1.1rem;
}
.tools-progress-banner {
  font-weight: 700;
  margin: 0.75rem 0 1rem;
  padding: 0.75rem 1rem;
  background: #eef6f4;
  border-radius: 10px;
}
.tools-guide-wizard fieldset {
  border: 1px solid rgba(47, 111, 126, 0.18);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin: 0 0 1rem;
}
/* Radio/Checkbox rechts neben dem Text (RTL: Control am Zeilenanfang rechts) */
.tools-guide-wizard label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  margin: 0.4rem 0;
  font-weight: 500;
  cursor: pointer;
}
.tools-guide-wizard label input[type="radio"],
.tools-guide-wizard label input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  flex: 0 0 auto;
  order: -1; /* visuell rechts vom Text in RTL */
  accent-color: #2f6f7e;
}
.tools-guide__item--skip {
  opacity: 0.55;
}
.tools-contract-full {
  margin-top: 1.5rem;
}
.tools-contract-section {
  margin: 0 0 1.1rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.tools-contract-section h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}
.tools-status {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #eef6f4;
  margin-bottom: 0.4rem;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
