/* === Erste Schritte – Section-Design (Namespace .fs-) === */
.first-steps main.content.fs-page { max-width: none !important; padding: 0 !important; flex-grow: 1 !important; }
.fs-container { max-width: 1100px; padding: 0 0 0 80px; margin: 0; box-sizing: border-box; }
@media (max-width: 768px) { .fs-container { padding: 0 20px; } }
.fs-page, .fs-page h1, .fs-page h2, .fs-page h3 { color: #1a2b3c; }

/* Hero */
.fs-hero { background: linear-gradient(135deg, #eef4fb 0%, #f7fbff 55%, #eaf3fb 100%); border-bottom: 1px solid #d4e4f4; padding: 56px 0 50px; }
.fs-hero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: center; }
.fs-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #e7f1fb; border: 1px solid #cfe2f4; border-radius: 30px; padding: 6px 16px; font-size: 0.85rem; font-weight: 700; color: #0d5a93; margin-bottom: 18px; }
.fs-hero h1 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 14px; color: #0d2137; }
.fs-hero h1 span { color: #0d5a93; }
.fs-hero-sub { font-size: 1.12rem; line-height: 1.65; color: #475569; max-width: 600px; margin: 0 0 26px; }
.fs-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.fs-hero-visual { text-align: center; }
.fs-hero-visual img { width: 100%; max-width: 260px; height: auto; }

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

/* Section base */
.fs-section { padding: 50px 0; }
.fs-section h2 { font-size: 1.65rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.fs-lead { color: #64748b; font-size: 1.05rem; line-height: 1.6; margin: 0 0 28px; max-width: 720px; }
.fs-page p { line-height: 1.7; color: #334155; }
.fs-tint { background: #f7fafd; border-top: 1px solid #e9eff5; border-bottom: 1px solid #e9eff5; }

/* Inline-Links */
.fs-inline-link { color: #0d5a93; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.fs-inline-link:hover { text-decoration: underline; color: #094a7a; }
.fs-inline-link svg { width: 14px; height: 14px; }

/* Steps */
.fs-steps { position: relative; display: grid; gap: 20px; }
.fs-step { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 22px; align-items: start; z-index: 1; }
/* Prozess-Linie zwischen den Nummern */
.fs-step:not(:last-child)::before { content: ""; position: absolute; left: 23px; top: 23px; height: calc(100% + 20px); width: 2px; background: #cfe2f4; transform: translateX(-1px); z-index: 0; }
.fs-step-num { position: relative; z-index: 1; width: 46px; height: 46px; border-radius: 50%; background: #0d5a93; color: #fff; font-weight: 800; font-size: 1.15rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(13,90,147,0.25); border: 3px solid #fff; }
.fs-step-body { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 22px 24px; box-shadow: 0 2px 10px rgba(13,33,55,0.05); }
.fs-step-body h3 { font-size: 1.18rem; font-weight: 700; margin: 0 0 6px; }
.fs-step-body h3 svg { color: #0d5a93; vertical-align: -2px; margin-right: 9px; }
.fs-step-body p { font-size: 0.97rem; color: #475569; margin: 0 0 10px; }
.fs-step-body p:last-child { margin-bottom: 0; }
.fs-step-usp { background: #f0f8f1; border: 1px solid #cdebd9; border-radius: 10px; padding: 14px 16px; margin: 12px 0 0; }
.fs-step-usp-text { display: flex; gap: 9px; align-items: flex-start; font-size: 0.92rem; color: #176844; line-height: 1.55; }
.fs-step-usp-text svg { flex-shrink: 0; margin-top: 2px; color: #1e7d52; }
.fs-step-usp-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #d5ecdd; }
.fs-btn-sm { padding: 9px 16px; font-size: 0.9rem; }
.fs-step-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 6px; }

/* Karten-Grid (Spezialfunktionen + Vertiefung) */
.fs-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fs-card { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 24px 22px; display: flex; flex-direction: column; transition: transform .15s, box-shadow .2s; }
.fs-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(13,33,55,0.1); }
.fs-card-ico { width: 46px; height: 46px; border-radius: 12px; background: #eef5fb; color: #0d5a93; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.fs-card h3 { font-size: 1.12rem; font-weight: 700; margin: 0 0 6px; }
.fs-card p { font-size: 0.94rem; color: #475569; margin: 0 0 16px; flex: 1 1 auto; }
.fs-card .fs-inline-link { margin-top: auto; }
.fs-card-badge { align-self: flex-start; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; border-radius: 6px; padding: 2px 8px; margin-bottom: 12px; }
.fs-card-badge.is-pflicht { color: #c0392b; background: #fdecec; border: 1px solid #f5cccc; }
.fs-card-badge.is-bfsg { color: #1e7d52; background: #e7f6ee; border: 1px solid #cdebd9; }
.fs-card-badge.is-conv { color: #7c3aed; background: #f1ecfd; border: 1px solid #e2d8fb; }
.fs-card.is-eu .fs-card-ico { background: #fdecec; color: #c0392b; }
.fs-card.is-bf .fs-card-ico { background: #e7f6ee; color: #1e7d52; }
.fs-card.is-co .fs-card-ico { background: #f1ecfd; color: #7c3aed; }

/* Editionen */
.fs-editions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fs-edition { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 24px 24px; }
.fs-edition.is-pro { border-color: #cfe2f4; box-shadow: 0 6px 18px rgba(13,90,147,0.08); }
.fs-edition h3 { font-size: 1.15rem; font-weight: 800; margin: 0 0 4px; color: #0d2137; }
.fs-edition-tag { font-size: 0.85rem; color: #64748b; margin: 0 0 14px; }
.fs-edition ul { list-style: none; padding: 0; margin: 0; }
.fs-edition li { display: flex; gap: 9px; align-items: flex-start; padding: 6px 0; font-size: 0.94rem; color: #334155; line-height: 1.5; }
.fs-edition li svg { color: #1e7d52; flex-shrink: 0; margin-top: 3px; }

/* FAQ */
.fs-faq details { border: 1px solid #e6eef4; border-radius: 10px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.fs-faq summary { cursor: pointer; padding: 14px 18px; font-weight: 600; color: #1a2b3c; list-style: none; position: relative; padding-right: 42px; }
.fs-faq summary::-webkit-details-marker { display: none; }
.fs-faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.3rem; color: #0d5a93; line-height: 1; }
.fs-faq details[open] summary::after { content: "\2212"; }
.fs-faq .fs-faq-a { padding: 8px 18px 16px; color: #475569; line-height: 1.6; }

/* CTA-Band (zentriert) */
.fs-cta-band { background: linear-gradient(135deg, #0d5a93 0%, #0a4a7a 100%); color: #fff; border-radius: 18px; padding: 40px 34px; margin: 0 0 10px; text-align: center; }
.fs-cta-band h2 { color: #fff; font-size: 1.55rem; font-weight: 800; margin: 0 0 10px; }
.fs-cta-band p { color: #d6e6f3; margin: 0 auto 22px; max-width: 620px; line-height: 1.6; }
.fs-cta-band .fs-hero-cta { justify-content: center; }
.fs-cta-band .fs-btn-primary { background: #fff; color: #0d5a93; }
.fs-cta-band .fs-btn-primary:hover { background: #eef5fb; color: #0d5a93; }
.fs-cta-band .fs-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.fs-cta-band .fs-btn-ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }

@media (max-width: 860px) {
  .fs-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .fs-hero-visual { order: -1; }
  .fs-hero h1 { font-size: 1.8rem; }
  .fs-cards, .fs-editions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .fs-step { gap: 16px; }
}
