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

/* Hero (kompakt – Chat soll schnell sichtbar sein) */
.sc-hero { background: linear-gradient(135deg, #eef4fb 0%, #f7fbff 55%, #eaf3fb 100%); border-bottom: 1px solid #d4e4f4; padding: 40px 0 36px; }
.sc-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.sc-hero h1 { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 12px; color: #0d2137; }
.sc-hero h1 span { color: #0d5a93; }
.sc-hero-sub { font-size: 1.08rem; line-height: 1.6; color: #475569; max-width: 820px; margin: 0; }
.sc-hero-badge { width: 84px; height: 84px; border-radius: 22px; background: linear-gradient(135deg, #0d5a93, #0a4a7a); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(13,90,147,0.28); flex-shrink: 0; }
.sc-hero-badge svg { width: 42px; height: 42px; }
.sc-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 18px 0 0; padding: 0; }
.sc-trust li { list-style: none; display: inline-flex; align-items: center; gap: 8px; font-size: 0.95rem; font-weight: 600; color: #334155; }
.sc-trust li svg { color: #1e7d52; flex-shrink: 0; }

/* Chat-Bereich */
.sc-section { padding: 40px 0 56px; }
.sc-grid { display: grid; grid-template-columns: 1fr 320px; gap: 26px; align-items: start; }

.sc-chat-card { background: #fff; border: 1px solid #d3dce4; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 18px rgba(13,33,55,0.07); }
.sc-chat-head { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: #0d5a93; color: #fff; }
.sc-chat-head .sc-avatar { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sc-chat-head .sc-avatar svg { width: 20px; height: 20px; }
.sc-chat-head strong { font-size: 1rem; display: block; line-height: 1.2; }
.sc-chat-head .sc-status { font-size: 0.8rem; color: #cfe4f4; display: inline-flex; align-items: center; gap: 6px; }
.sc-chat-head .sc-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; display: inline-block; box-shadow: 0 0 0 3px rgba(74,222,128,0.25); }
.sc-chat-card iframe { display: block; width: 100%; height: 600px; border: 0; }

.sc-disclosure { font-size: 0.85rem; color: #6c757d; margin: 22px 2px 0; line-height: 1.55; }
.sc-disclosure svg { width: 14px; height: 14px; vertical-align: -2px; }
.sc-disclosure a { color: #0d5a93; font-weight: 600; white-space: nowrap; }

/* Aside */
.sc-aside-card { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 16px 18px 18px; box-shadow: 0 2px 10px rgba(13,33,55,0.05); margin-bottom: 14px; }
.sc-aside-card h2, .sc-aside-card h3 { font-size: 1rem; font-weight: 700; margin: 0 0 10px; color: #0d2137; }
.sc-aside-card p { font-size: 0.88rem; color: #475569; margin: 0 0 12px; line-height: 1.5; }
.sc-chips { display: flex; flex-direction: column; gap: 7px; margin: 0; padding: 0; }
.sc-chips li { list-style: none; background: #f1f6fb; border: 1px solid #e0eaf3; border-radius: 9px; padding: 9px 12px; font-size: 0.88rem; color: #2a4459; line-height: 1.4; display: flex; gap: 8px; align-items: flex-start; }
.sc-chips li svg { color: #0d5a93; flex-shrink: 0; margin-top: 2px; width: 14px; height: 14px; }
.sc-tips { margin: 0; padding: 0; }
.sc-tips li { list-style: none; display: flex; gap: 8px; align-items: flex-start; font-size: 0.86rem; color: #475569; padding: 3px 0; line-height: 1.45; }
.sc-tips li svg { color: #1e7d52; flex-shrink: 0; margin-top: 2px; width: 14px; height: 14px; }

/* Fallback-CTA */
.sc-fallback { background: linear-gradient(135deg, #0d5a93 0%, #0a4a7a 100%); color: #fff; border-radius: 14px; padding: 18px 18px 20px; }
.sc-fallback h3 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 6px; }
.sc-fallback p { color: #d6e6f3; font-size: 0.86rem; margin: 0 0 14px; line-height: 1.5; }
.sc-btn { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 0.9rem; white-space: nowrap; padding: 10px 18px; border-radius: 9px; text-decoration: none; background: #fff; color: #0d5a93; transition: transform .15s, background .2s; }
.sc-btn:hover { background: #eef5fb; color: #0d5a93; transform: translateY(-2px); text-decoration: none; }
.sc-btn svg { width: 15px; height: 15px; }

@media (max-width: 900px) {
  .sc-hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .sc-hero-badge { display: none; }
  .sc-hero h1 { font-size: 1.8rem; }
  .sc-grid { grid-template-columns: 1fr; }
}
