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

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

/* Buttons */
.sup-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; }
.sup-btn svg { width: 16px; height: 16px; }
.sup-btn-primary { background: #0d5a93; color: #fff; box-shadow: 0 6px 16px rgba(13,90,147,0.25); }
.sup-btn-primary:hover { background: #094a7a; color: #fff; transform: translateY(-2px); text-decoration: none; }
.sup-btn-ghost { background: #fff; color: #0d5a93; border: 1px solid #c7ddf0; }
.sup-btn-ghost:hover { background: #eef5fb; color: #0d5a93; transform: translateY(-2px); text-decoration: none; }

/* Sections */
.sup-section { padding: 30px 0; }
.sup-section:first-of-type { padding-top: 36px; }
/* Zentrale weiße Anliegen-Box */
.s2-box { background: #fff; border: 1px solid #e6eef4; border-radius: 16px; padding: 28px 30px; box-shadow: 0 4px 18px rgba(13,33,55,0.06); }
.s2-box .s2-stage { margin-top: 18px; }
.s2-box .s2-panel { box-shadow: none; }
.s2-box .s2-panel.s2-default { background: #f7fafd; }
@media (max-width: 768px) { .s2-box { padding: 20px 18px; } }
.sup-tint { background: #f7fafd; border-top: 1px solid #e9eff5; border-bottom: 1px solid #e9eff5; }
.sup-section-head { max-width: 740px; margin: 0 0 18px; }
.sup-section-head h2 { font-size: 1.55rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.sup-section-head p { color: #586878; font-size: 1.02rem; line-height: 1.6; margin: 0; }

/* Wissens-Suche (wiederverwendet vom Dashboard) */
.sup-search { max-width: 760px; }
.sup-search-title { font-size: 1.55rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 6px; color: #0d2137; }
.sup-search-sub { color: #586878; font-size: 1.02rem; margin: 0 0 16px; }
.sup-page .search-container { max-width: 100%; margin: 0; }
.sup-page #searchEngineForm { display: flex !important; align-items: center !important; gap: 0 !important; padding: 0 !important; }
.sup-page #searchEngineSearchString { flex: 1 1 auto !important; width: auto !important; max-width: none !important; height: 54px !important; margin: 0 !important; padding: 8px 16px !important; border-radius: 10px 0 0 10px !important; border-right: none !important; background-color: #fff !important; }
.sup-page #searchButton { position: static !important; flex: 0 0 auto !important; height: 54px !important; width: 56px !important; margin: 0 !important; top: auto !important; right: auto !important; border-radius: 0 10px 10px 0 !important; }
.sup-page .tws-search-suggestions { margin-top: 14px; font-size: 0.9rem; color: #586878; }
.sup-page .tws-search-suggestions a { color: #0d5a93; white-space: nowrap; }
.sup-page .tws-autocomplete { text-align: left; }
.sup-page .search-container form[role=search] { border-radius: 12px; transition: box-shadow .15s; }
.sup-page .search-container form[role=search]:focus-within { box-shadow: 0 0 0 4px rgba(13,90,147,0.15); }
.sup-page .search-container form[role=search]:focus-within input[type=search],
.sup-page .search-container form[role=search]:focus-within #searchButton { border-color: #0d5a93 !important; }

/* Tobi-Spotlight */
.sup-tobi { display: grid; grid-template-columns: 88px 1fr auto; gap: 24px; align-items: center; background: linear-gradient(135deg, #0d5a93 0%, #0a4a7a 100%); color: #fff; border-radius: 18px; padding: 28px 32px; box-shadow: 0 12px 30px rgba(13,90,147,0.25); }
.sup-tobi-badge { width: 88px; height: 88px; border-radius: 22px; background: rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; }
.sup-tobi-badge svg { width: 44px; height: 44px; color: #fff; }
.sup-tobi-body h2 { color: #fff; font-size: 1.5rem; font-weight: 800; margin: 0 0 6px; }
.sup-tobi-body p { color: #d6e6f3; margin: 0; font-size: 1rem; line-height: 1.55; }
.sup-tobi-body .sup-tobi-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.16); color: #fff; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; padding: 4px 11px; border-radius: 30px; margin-bottom: 10px; }
.sup-tobi-body .sup-tobi-pill .sup-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 3px rgba(74,222,128,0.3); }
.sup-tobi .sup-btn-primary { background: #fff; color: #0d5a93; white-space: nowrap; }
.sup-tobi .sup-btn-primary:hover { background: #eef5fb; color: #0d5a93; }

/* Karten-Grid */
.sup-cards { display: grid; gap: 16px; }
.sup-cards.is-4 { grid-template-columns: repeat(4, 1fr); }
.sup-cards.is-2 { grid-template-columns: repeat(2, 1fr); }
.sup-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 22px; text-decoration: none; box-shadow: 0 2px 10px rgba(13,33,55,0.05); transition: transform .15s, box-shadow .2s, border-color .2s; height: 100%; }
.sup-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(13,33,55,0.1); border-color: #cfe0ef; text-decoration: none; }
.sup-card-ico { width: 46px; height: 46px; border-radius: 12px; background: #eef5fb; color: #0d5a93; display: flex; align-items: center; justify-content: center; margin-bottom: 13px; }
.sup-card-ico svg { width: 24px; height: 24px; }
.sup-card h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 5px; color: #0d2137; }
.sup-card p { font-size: 0.9rem; color: #475569; margin: 0 0 14px; flex: 1 1 auto; line-height: 1.5; }
.sup-card .sup-card-link { font-size: 0.9rem; font-weight: 700; color: #0d5a93; display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.sup-card .sup-card-link svg { width: 14px; height: 14px; }
.sup-card.is-action .sup-card-ico { background: #e7f6ee; color: #1e7d52; }
.sup-card.is-action .sup-card-link { color: #1e7d52; }
.sup-card.is-danger .sup-card-ico { background: #fdecec; color: #c0392b; }
.sup-card.is-danger .sup-card-link { color: #c0392b; }

/* === Anliegen-Auswähler === */
.s2-chooser { max-width: 100%; }
.s2-label { display: block; font-weight: 700; font-size: 0.92rem; color: #0d2137; margin-bottom: 8px; }
.s2-select-wrap { position: relative; }
.s2-select { width: 100%; appearance: none; -webkit-appearance: none; -moz-appearance: none; font-size: 1.1rem; font-weight: 600; color: #0d2137; padding: 16px 50px 16px 18px; border: 2px solid #cfe0ef; border-radius: 12px; background: #fff; cursor: pointer; box-shadow: 0 4px 14px rgba(13,33,55,0.06); transition: border-color .15s, box-shadow .15s; }
.s2-select:hover { border-color: #aacbe8; }
.s2-select:focus { outline: none; border-color: #0d5a93; box-shadow: 0 0 0 4px rgba(13,90,147,0.15); }
.s2-chevron { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #0d5a93; display: flex; }
.s2-chevron svg { width: 20px; height: 20px; }

.s2-stage { margin-top: 24px; }
.s2-panel { background: #fff; border: 1px solid #e6eef4; border-radius: 16px; padding: 28px 30px; box-shadow: 0 4px 18px rgba(13,33,55,0.06); }
.s2-panel:focus { outline: none; }
.s2-panel.s2-default { background: #fff; border: 1px dashed #cfe0ef; box-shadow: none; }
.s2-default-lead { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #475569; font-weight: 600; }
.s2-default-lead svg { color: #0d5a93; flex-shrink: 0; width: 20px; height: 20px; }
.s2-quick { display: flex; flex-wrap: wrap; gap: 10px; }
.s2-quick-btn { display: inline-flex; align-items: center; gap: 8px; background: #eef5fb; color: #0d5a93; border: 1px solid #d5e6f4; border-radius: 30px; padding: 9px 16px; font-size: 0.92rem; font-weight: 600; cursor: pointer; transition: background .15s, border-color .15s; }
.s2-quick-btn:hover { background: #e1eefb; border-color: #bcd9f0; }
.s2-quick-btn svg { width: 16px; height: 16px; }
.s2-panel-head { display: flex; align-items: center; gap: 15px; margin-bottom: 14px; }
.s2-panel-ico { width: 50px; height: 50px; border-radius: 13px; background: #eef5fb; color: #0d5a93; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.s2-panel-ico svg { width: 26px; height: 26px; }
.s2-panel-head h3 { margin: 0; font-size: 1.25rem; font-weight: 800; color: #0d2137; }
.s2-panel-body p { margin: 0 0 16px; color: #475569; line-height: 1.65; }
.s2-cta { display: inline-flex; align-items: center; gap: 8px; background: #0d5a93; color: #fff; font-weight: 700; font-size: 1rem; padding: 12px 26px; border-radius: 9px; text-decoration: none; transition: transform .15s, background .2s; }
.s2-cta:hover { background: #094a7a; color: #fff; transform: translateY(-2px); text-decoration: none; }
.s2-cta svg { width: 16px; height: 16px; }
.s2-cta.is-danger { background: #c0392b; }
.s2-cta.is-danger:hover { background: #a93226; }
.s2-panel .card { margin-top: 4px; }

@media (max-width: 900px) {
  .sup-hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .sup-hero-visual { display: none; }
  .sup-hero h1 { font-size: 1.9rem; }
  .sup-cards.is-4 { grid-template-columns: repeat(2, 1fr); }
  .sup-tobi { grid-template-columns: 1fr; text-align: center; }
  .sup-tobi-badge { display: none; }
}
@media (max-width: 560px) {
  .sup-cards.is-4, .sup-cards.is-2 { grid-template-columns: 1fr; }
  .s2-panel { padding: 22px 18px; }
}
