/* === FAQ – Section-Design (Namespace .fq-) === */
.faq main.content.fq-page { max-width: none !important; padding: 0 !important; flex-grow: 1 !important; background: #f7fafd; }
.fq-container { max-width: 1100px; padding: 0 0 0 80px; margin: 0; box-sizing: border-box; }
@media (max-width: 768px) { .fq-container { padding: 0 20px; } }
.fq-page, .fq-page h1, .fq-page h2, .fq-page h3 { color: #1a2b3c; }
.fq-page p { line-height: 1.7; color: #334155; }

/* Hero */
.fq-hero { background: linear-gradient(135deg, #eef4fb 0%, #f7fbff 55%, #eaf3fb 100%); border-bottom: 1px solid #d4e4f4; padding: 50px 0 44px; }
.fq-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.fq-hero h1 { font-size: 2.3rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 14px; color: #0d2137; }
.fq-hero h1 span { color: #0d5a93; }
.fq-hero-sub { font-size: 1.1rem; line-height: 1.6; color: #475569; max-width: 820px; margin: 0 0 24px; }
.fq-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.fq-hero-badge { text-align: center; }
.fq-hero-badge img { width: 100%; max-width: 240px; height: auto; }

/* Buttons */
.fq-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; padding: 13px 26px; border-radius: 9px; text-decoration: none; transition: transform .15s, box-shadow .2s, background .2s; }
.fq-btn svg { width: 16px; height: 16px; }
.fq-btn-primary { background: #0d5a93; color: #fff; box-shadow: 0 6px 16px rgba(13,90,147,0.25); }
.fq-btn-primary:hover { background: #094a7a; color: #fff; transform: translateY(-2px); text-decoration: none; }
.fq-btn-ghost { background: #fff; color: #0d5a93; border: 1px solid #c7ddf0; }
.fq-btn-ghost:hover { background: #eef5fb; color: #0d5a93; transform: translateY(-2px); text-decoration: none; }

/* Sections */
.fq-section { padding: 44px 0; }
.fq-section-head { max-width: 740px; margin: 0 0 22px; }
.fq-section-head h2 { font-size: 1.55rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.fq-section-head p { color: #586878; font-size: 1.02rem; line-height: 1.6; margin: 0; }

/* Accordion */
.fq-page .accordion { --bs-accordion-border-color: #e6eef4; }
.fq-page .accordion-item { border: 1px solid #e6eef4; border-radius: 12px !important; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(13,33,55,0.04); background: #fff; }
.fq-page .accordion-button { font-weight: 700; color: #0d2137; }
.fq-page .accordion-button:not(.collapsed) { background: #eef5fb; color: #0d5a93; box-shadow: none; }
.fq-page .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(13,90,147,0.18); }
.fq-page .accordion-body { color: #334155; }
.fq-page .accordion-body a { color: #0d5a93; font-weight: 600; }

/* Wissensdatenbank-Liste */
.fq-kb-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.fq-kb-item { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid #e6eef4; border-radius: 10px; padding: 12px 15px; text-decoration: none; color: #1a2b3c; font-size: 0.94rem; font-weight: 600; transition: border-color .15s, box-shadow .2s; box-shadow: 0 1px 4px rgba(13,33,55,0.03); }
.fq-kb-item:hover { border-color: #cfe0ef; box-shadow: 0 4px 12px rgba(13,33,55,0.07); color: #0d5a93; text-decoration: none; }
.fq-kb-item > svg:first-child { flex-shrink: 0; color: #0d5a93; }
.fq-kb-item.is-hot > svg:first-child { color: #e8590c; }
.fq-kb-item .fq-kb-title { flex: 1 1 auto; min-width: 0; }
.fq-kb-item .fq-kb-ext { flex-shrink: 0; color: #c0ccd8; }
.fq-kb-more { margin-top: 18px; text-align: center; }
.fq-kb-more a { color: #0d5a93; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.fq-kb-more a:hover { text-decoration: underline; }

/* CTA-Band */
.fq-cta { background: linear-gradient(135deg, #0d5a93 0%, #0a4a7a 100%); color: #fff; border-radius: 18px; padding: 34px; text-align: center; }
.fq-cta h2 { color: #fff; font-size: 1.45rem; font-weight: 800; margin: 0 0 8px; }
.fq-cta p { color: #d6e6f3; margin: 0 auto 20px; max-width: 560px; }
.fq-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.fq-cta .fq-btn-primary { background: #fff; color: #0d5a93; }
.fq-cta .fq-btn-primary:hover { background: #eef5fb; color: #0d5a93; }
.fq-cta .fq-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.fq-cta .fq-btn-ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }

@media (max-width: 860px) {
  .fq-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .fq-hero-badge { display: none; }
  .fq-hero h1 { font-size: 1.9rem; }
  .fq-kb-grid { grid-template-columns: 1fr; }
}
