/* Behördenlayout – Hilfeseite */
.help-page .help-hero-note {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-left: 6px solid #d59b00;
  padding: 24px;
  background: #fff;
}
.help-page .help-hero-note > i { font-size: 30px; color: #087a52; margin-top: 3px; }
.help-page .help-hero-note strong,
.help-page .help-hero-note span,
.help-page .help-hero-note a { display: block; }
.help-page .help-hero-note strong { font-size: 21px; margin-bottom: 6px; }
.help-page .help-hero-note span { color: var(--ink-soft); margin-bottom: 10px; }
.help-page .help-hero-note a { font-weight: 700; }

.help-page .help-priority-card {
  width: 100%;
  margin: 0;
  padding: 38px 42px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--brand);
  background: #fff;
}
.help-page .help-priority-card h2 { margin: 8px 0 20px; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; }
.help-page .help-callout { display: flex; gap: 14px; align-items: flex-start; margin-top: 26px; }
.help-page .help-callout p { margin: 0; }
.help-page .help-callout > i { color: var(--brand); margin-top: 5px; }

.help-signs-section { background: var(--bg-soft); border-block: 1px solid var(--line); }
.compact-heading { max-width: 850px; margin-bottom: 28px; }
.compact-heading h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.16; margin: 0 0 14px; }
.help-page .help-signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); gap: 0; }
.help-page .help-sign-card { border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px; min-height: 245px; }
.help-page .help-sign-card:nth-child(3n) { border-right: 0; }
.help-page .help-sign-card:nth-last-child(-n+3) { border-bottom: 0; }
.help-page .help-sign-card > i { font-size: 24px; color: var(--brand); }
.help-page .help-sign-card h3 { font-size: 21px; line-height: 1.25; margin: 16px 0 10px; }
.help-page .help-sign-card p { margin: 0; color: var(--ink-soft); }
.help-observation-note { display: flex; gap: 14px; padding: 22px 24px; margin-top: 20px; background: #e8f5ef; border-left: 5px solid #087a52; }
.help-observation-note p { margin: 0; }
.help-observation-note i { color: #087a52; margin-top: 5px; }

.help-page .muted { background: #fff; }
.quick-help-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.quick-help-card { position: relative; padding: 28px; border-right: 1px solid var(--line); }
.quick-help-card:last-child { border-right: 0; }
.quick-help-card > span { display: block; color: var(--brand); font-weight: 700; font-size: 14px; letter-spacing: .08em; }
.quick-help-card > i { font-size: 25px; color: var(--brand); margin: 18px 0 4px; }
.quick-help-card h3 { margin: 8px 0 10px; font-size: 22px; }
.quick-help-card p { margin: 0; color: var(--ink-soft); }

.help-directory-section { background: var(--bg-warm); border-top: 1px solid var(--line); }
.help-directory-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.help-directory-card { grid-column: span 2; border: 1px solid var(--line); background: #fff; padding: 25px; display: flex; flex-direction: column; min-height: 300px; }
.help-directory-card:nth-child(4), .help-directory-card:nth-child(5) { grid-column: span 3; }
.help-directory-card > i { width: 44px; height: 44px; display: grid; place-items: center; background: #e5f4ef; color: var(--brand); font-size: 20px; }
.help-directory-card > span, .facebook-card-head span { margin-top: 18px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 13px; color: var(--brand); }
.help-directory-card h3 { margin: 8px 0; font-size: 23px; }
.help-directory-card p { color: var(--ink-soft); margin: 0 0 18px; }
.help-directory-card > a { margin-top: auto; font-weight: 700; }
.help-facebook-card { grid-column: 1 / -1 !important; min-height: 0; background: #eef7f5; }
.facebook-card-head { display: flex; gap: 16px; align-items: center; }
.facebook-card-head > i { width: 48px; height: 48px; display: grid; place-items: center; background: var(--brand); color: #fff; font-size: 21px; }
.facebook-card-head span { margin: 0; display: block; }
.facebook-card-head h3 { margin: 4px 0 0; }
.facebook-group-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.facebook-group-links a { position: relative; display: block; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; padding: 18px 48px 18px 18px; }
.facebook-group-links a:hover { border-color: var(--brand); }
.facebook-group-links strong, .facebook-group-links small { display: block; }
.facebook-group-links small { color: var(--ink-soft); margin-top: 5px; }
.facebook-group-links i { position: absolute; right: 18px; top: 20px; color: var(--brand); }
.directory-warning { display: flex; gap: 14px; margin-top: 20px; padding: 20px 22px; border-left: 5px solid #d59b00; background: #fff5d8; }
.directory-warning p { margin: 0; }
.directory-warning i { color: #9b6b00; margin-top: 5px; }

.help-final-section { background: var(--brand-dark); color: #fff; padding: 54px 0; }
.help-final-card { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.help-final-card h2 { max-width: 780px; font-size: clamp(28px, 4vw, 43px); line-height: 1.16; margin: 0; }
.overline-light { color: #c8e9e5; }
.button-white { background: #fff; color: var(--brand-dark); border-color: #fff; white-space: nowrap; }
.button-white:hover { background: #eaf3f2; color: var(--brand-dark); }

@media (max-width: 900px) {
  .help-page .help-signs-grid { grid-template-columns: 1fr 1fr; }
  .help-page .help-sign-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .help-page .help-sign-card:nth-child(2n) { border-right: 0; }
  .help-page .help-sign-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .help-page .help-sign-card:nth-last-child(-n+2) { border-bottom: 0; }
  .quick-help-grid { grid-template-columns: 1fr 1fr; }
  .quick-help-card { border-bottom: 1px solid var(--line); }
  .quick-help-card:nth-child(2n) { border-right: 0; }
  .quick-help-card:nth-last-child(-n+2) { border-bottom: 0; }
  .help-directory-card { grid-column: span 3; }
  .help-directory-card:nth-child(5) { grid-column: span 6; }
}
@media (max-width: 620px) {
  .help-page .help-priority-card { padding: 26px 22px; }
  .help-page .help-signs-grid, .quick-help-grid, .facebook-group-links { grid-template-columns: 1fr; }
  .help-page .help-sign-card, .help-page .help-sign-card:nth-child(2n), .help-page .help-sign-card:nth-child(3n) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
  .help-page .help-sign-card:last-child { border-bottom: 0; }
  .quick-help-card, .quick-help-card:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-help-card:last-child { border-bottom: 0; }
  .help-directory-grid { grid-template-columns: 1fr; }
  .help-directory-card, .help-directory-card:nth-child(4), .help-directory-card:nth-child(5) { grid-column: 1; min-height: 0; }
  .help-final-card { display: block; }
  .help-final-card .button { margin-top: 24px; width: 100%; }
}

/* V5 – kompaktere Karten und keine künstlich gestreckten Rasterelemente */
.help-page .help-hero-grid{align-items:start}
.help-page .help-hero-note{align-self:start;height:auto;min-height:0;padding:20px 22px}
.help-page .help-hero-note strong{font-size:20px}
.help-page .help-priority-card{padding:32px 36px}
.help-page .help-sign-card{min-height:0;padding:22px}
.help-page .help-directory-grid{align-items:start}
.help-page .help-directory-card{min-height:0;height:auto;padding:22px}
.help-page .help-directory-card>p{margin-bottom:14px}
.help-page .help-directory-card>a{margin-top:10px}
.help-page .help-facebook-card{padding:22px}
.help-page .quick-help-card{padding:24px}
@media(max-width:620px){
 .help-page .help-hero-note{padding:18px}
 .help-page .help-priority-card{padding:24px 20px}
 .help-page .help-directory-card,.help-page .help-facebook-card,.help-page .help-sign-card,.help-page .quick-help-card{padding:20px}
}
