/* ============================================================
   TiXA hilft · Pro Redesign 20.08.2026
   Eigenstaendig, keine externen CSS-Imports, keine Abhaengigkeit zur Hauptseite
   ============================================================ */
:root{
  --bg:#090a0d;
  --bg-2:#0d0f13;
  --surface:#12151b;
  --surface-2:#171b22;
  --surface-3:#1c2129;
  --text:#f7f8fa;
  --text-soft:#c4cad3;
  --muted:#929aa6;
  --yellow:#ffdc00;
  --yellow-2:#ffc900;
  --yellow-soft:rgba(255,220,0,.10);
  --yellow-line:rgba(255,220,0,.30);
  --line:rgba(255,255,255,.09);
  --line-strong:rgba(255,255,255,.16);
  --danger:#ff7676;
  --success:#62d596;
  --radius:18px;
  --radius-lg:26px;
  --shadow:0 22px 64px rgba(0,0,0,.34);
  --shadow-sm:0 10px 28px rgba(0,0,0,.23);
  --container:1180px;
}

*{box-sizing:border-box}
html{margin:0;padding:0;scroll-behavior:smooth;background:var(--bg)}
body.tixa-help{
  margin:0;padding:0;min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 420px at 8% -8%,rgba(255,220,0,.12),transparent 58%),
    radial-gradient(820px 380px at 96% 0%,rgba(255,220,0,.06),transparent 62%),
    linear-gradient(180deg,#0a0b0e 0%,#0b0d11 48%,#090a0d 100%);
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.tixa-help.large-text{font-size:19px}
body.tixa-help main{min-height:55vh;overflow:hidden}
body.tixa-help a{color:inherit}
body.tixa-help img{max-width:100%}
body.tixa-help button,body.tixa-help input,body.tixa-help textarea,body.tixa-help select{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.wrap{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.wrap.narrow,.quiz.narrow{width:min(880px,calc(100% - 40px));margin-inline:auto}
.is-hidden{display:none!important}

.skip-link{position:absolute;left:-9999px;top:0}
.skip-link:focus{left:14px;top:14px;z-index:9999;background:#111;color:var(--yellow);padding:10px 14px;border:2px solid var(--yellow);border-radius:10px}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}

/* ---------- Kopfbereich ---------- */
.site-header.help-site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(8,9,12,.95);
  border-bottom:1px solid var(--line);
  box-shadow:0 12px 38px rgba(0,0,0,.23);
  backdrop-filter:blur(16px);
}
.header-inner.help-header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}
.help-brand{display:flex;align-items:center;gap:13px;min-width:245px;text-decoration:none}
.help-brand:hover .help-brand-copy strong{color:#fff}
.help-brand-logo{
  flex:0 0 86px!important;width:86px!important;height:58px!important;max-width:86px!important;max-height:58px!important;
  display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#fff;padding:4px 7px;
  box-shadow:0 8px 24px rgba(0,0,0,.32);
}
.help-brand-logo img{width:76px!important;height:52px!important;max-width:76px!important;max-height:52px!important;object-fit:contain!important;display:block!important}
.help-brand-copy{display:flex;flex-direction:column;line-height:1.08}
.help-brand-copy strong{font-size:22px;font-weight:900;letter-spacing:-.03em;color:var(--yellow);transition:.2s ease}
.help-brand-copy small{margin-top:5px;color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}
.nav.help-nav{display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.nav.help-nav>a:not(.btn){text-decoration:none;color:#d9dde3;font-size:14px;font-weight:750;padding:8px 0;position:relative}
.nav.help-nav>a:not(.btn)::after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--yellow);transition:.2s ease}
.nav.help-nav>a:not(.btn):hover{color:#fff}.nav.help-nav>a:not(.btn):hover::after{right:0}
.help-main-link{margin-left:2px}
.nav-toggle.help-nav-toggle{display:none;appearance:none;border:1px solid var(--line-strong);background:var(--surface);color:var(--text);width:44px;height:42px;border-radius:11px;cursor:pointer;font-size:20px}
.lang{position:relative}.lang summary{list-style:none;cursor:pointer;border:1px solid var(--line);background:var(--surface);color:#e8ebef;border-radius:11px;padding:8px 10px;font-size:13px;font-weight:800}.lang summary::-webkit-details-marker{display:none}
.langmenu{position:absolute;right:0;top:calc(100% + 9px);z-index:130;display:grid;min-width:220px;padding:8px;border-radius:14px;background:#11141a;border:1px solid var(--line-strong);box-shadow:var(--shadow)}
.langmenu a{text-decoration:none;color:#e9ecf1!important;padding:9px 11px;border-radius:9px;font-size:14px;font-weight:700}.langmenu a:hover{background:var(--yellow-soft);color:var(--yellow)!important}
.nav.nav--mobile.help-mobile{display:none;position:fixed;top:82px;right:14px;left:14px;z-index:120;padding:12px;background:#101319;border:1px solid var(--line-strong);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;gap:4px}
.nav.nav--mobile.help-mobile.open{display:flex}.help-mobile a{text-decoration:none;color:#eceff3;padding:11px 12px;border-radius:10px;font-weight:750}.help-mobile a:hover{background:var(--yellow-soft);color:var(--yellow)}

.help-tools{background:#0d0f13;border-bottom:1px solid var(--line)}
.help-tools-inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:5px 0}
.help-tools-label{text-transform:uppercase;letter-spacing:.09em;color:#808995;font-size:10px;font-weight:900}
.help-tools-actions{display:flex;gap:7px}.toolbtn{appearance:none;border:1px solid var(--line);background:#14171d;color:#d9dde2;border-radius:10px;padding:7px 10px;font-size:12px;font-weight:800;cursor:pointer}.toolbtn:hover{border-color:var(--yellow-line);color:var(--yellow)}

/* ---------- Grundelemente ---------- */
.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#15181f;border:1px solid var(--line);color:#c7cdd5;font-size:12px;font-weight:800}
.kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.10em;color:var(--yellow);font-size:11px;font-weight:900}
.accent{color:var(--yellow)}
h1,h2,h3{color:#fff;letter-spacing:-.035em}
h1{margin:0;font-size:clamp(38px,5vw,66px);line-height:1.02}
h2{margin:0;font-size:clamp(26px,3vw,39px);line-height:1.12}
h3{margin:0;font-size:20px;line-height:1.24}
.lead{color:var(--text-soft);font-size:18px;line-height:1.68}.muted{color:var(--muted)}
.h1-sub{display:block;margin-top:12px;color:#f4f5f7;font-size:clamp(20px,2.5vw,28px);font-weight:720;line-height:1.18;letter-spacing:-.025em}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 17px;border-radius:12px;border:1px solid rgba(255,220,0,.42);background:linear-gradient(180deg,var(--yellow),var(--yellow-2));color:#090a0d!important;text-decoration:none;font-weight:900;box-shadow:0 12px 26px rgba(255,220,0,.13);transition:transform .18s ease,box-shadow .18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(255,220,0,.18)}.btn--small{min-height:38px;padding:8px 12px;font-size:13px}.btn--ghost{background:#15181f;color:#f1f3f5!important;border-color:var(--line-strong);box-shadow:none}.btn--ghost:hover{background:#1a1e25;border-color:rgba(255,220,0,.32)}
.hero-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.section{padding:62px 0}.section--alt{background:#0e1014;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}
.note,.notice{border:1px solid var(--line);border-radius:16px;background:#13161c;color:var(--text-soft);padding:17px 19px}.note strong,.notice strong{color:#fff}.notice p,.note p{margin:6px 0 0;color:var(--text-soft)}

/* ---------- Hilfe Startseite ---------- */
.help-hero{padding:62px 0 48px;position:relative}
.help-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--yellow-line),transparent)}
.help-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.72fr);gap:54px;align-items:center}
.help-hero-copy{max-width:730px}.help-hero-copy .badge{margin-bottom:18px}.help-hero-copy h1{max-width:13ch}.help-hero-copy .lead{max-width:64ch;margin:19px 0 0}
.help-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.help-trust-row span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#11141a;border:1px solid var(--line);color:#aeb5bf;font-size:11px;font-weight:800}
.help-content-status{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:18px;padding-top:15px;border-top:1px solid var(--line);color:#858e9a;font-size:11px}.help-content-status strong{color:#cbd0d7}
.help-quick-panel{padding:23px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#171a21,#12151b);border:1px solid var(--line-strong);box-shadow:var(--shadow);position:relative;overflow:hidden}
.help-quick-panel::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--yellow),rgba(255,220,0,.08))}
.help-quick-head{padding-bottom:15px;border-bottom:1px solid var(--line)}.help-quick-head h2{font-size:25px}
.help-quick-links{display:grid;gap:8px;margin-top:14px}.help-quick-link{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;text-decoration:none;padding:11px;border-radius:13px;border:1px solid transparent;background:#11141a;transition:.18s ease}.help-quick-link:hover{background:#1a1e25;border-color:var(--line-strong);transform:translateX(2px)}.help-quick-link.featured{background:rgba(255,220,0,.08);border-color:rgba(255,220,0,.21)}
.quick-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#0b0d10;border:1px solid var(--line);font-size:21px}.help-quick-link strong{display:block;color:#f6f7f8;font-size:14px;line-height:1.3}.help-quick-link small{display:block;margin-top:3px;color:var(--yellow);font-size:11px;font-weight:850}
.help-servicebar{background:#101216;border-bottom:1px solid var(--line)}.help-servicebar-inner{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#929aa5;font-size:12px}.help-servicebar-inner strong{color:#fff}.help-servicebar-inner>div{display:flex;gap:17px;flex-wrap:wrap}.help-servicebar a{color:var(--yellow);text-decoration:none;font-weight:850}
.help-feature{padding:38px 0 12px}.help-priority-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:20px;align-items:center;padding:24px 26px;border-radius:22px;background:linear-gradient(110deg,rgba(255,220,0,.095),#15181e 55%,#12151a);border:1px solid var(--yellow-line);box-shadow:var(--shadow-sm)}.priority-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:16px;background:var(--yellow);color:#090a0d;font-size:29px}.priority-copy h2{font-size:clamp(24px,2.6vw,33px);margin-bottom:7px}.priority-copy p{margin:0;color:#b5bbc4}
.help-topics-section{padding-top:42px}.help-sectionhead{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:24px}.help-sectionintro{max-width:67ch;margin:8px 0 0}.help-search{width:min(380px,100%);display:flex;align-items:center;gap:8px;border:1px solid var(--line-strong);background:#12151b;border-radius:12px;padding:0 12px}.help-search>span{color:var(--yellow);font-size:20px}.help-search input{width:100%;border:0!important;background:transparent!important;color:#fff!important;padding:12px 0!important;box-shadow:none!important;outline:none!important}.help-search input::placeholder{color:#7f8792}
.cards.help-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.card.help-card{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 20px;gap:12px;align-items:start;min-height:154px;padding:17px;border-radius:17px;background:linear-gradient(180deg,#15181f,#11141a);border:1px solid var(--line);text-decoration:none;box-shadow:var(--shadow-sm);transition:.18s ease}.card.help-card:hover{transform:translateY(-3px);border-color:rgba(255,220,0,.35);background:linear-gradient(180deg,#191d24,#13161c)}.help-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--yellow-soft);border:1px solid rgba(255,220,0,.16);font-size:22px}.help-card-body h3{margin:1px 0 6px;color:#f8f9fa;font-size:16px;line-height:1.28}.help-card-body p{margin:0;color:#9ea6b1;font-size:13px;line-height:1.48;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.help-card .card-link{color:var(--yellow);font-size:19px;font-weight:900;margin-top:6px}
.help-tools-section{padding:58px 0}.help-tool-copy{padding-right:28px}.help-privacy-card{display:flex;gap:16px;align-items:flex-start;padding:23px;border-radius:19px;background:#14171d;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.privacy-icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:var(--yellow-soft);border:1px solid rgba(255,220,0,.15);font-size:23px}.help-privacy-card h3{color:var(--yellow);margin:2px 0 7px}.help-privacy-card p{margin:0;color:#aeb5be}.help-note-section{padding:34px 0 62px}.help-note{background:#11141a;border-left:3px solid var(--yellow)}

/* ---------- Themen / Artikel ---------- */
.topic-hero{padding:46px 0 38px;background:linear-gradient(180deg,#101318 0%,#0c0e12 100%);border-bottom:1px solid var(--line);position:relative}.topic-hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--yellow-line),transparent)}
.topic-hero-inner{max-width:1080px}.topic-heading{max-width:870px}.back{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px;color:var(--yellow);text-decoration:none;font-size:13px;font-weight:850}.back:hover{text-decoration:underline}.topic-title-row{display:flex;align-items:flex-start;gap:17px}.topic-icon{flex:0 0 56px;width:56px;height:56px;display:grid;place-items:center;border-radius:15px;background:var(--yellow-soft);border:1px solid rgba(255,220,0,.22);font-size:28px}.topic-title-row h1{font-size:clamp(34px,4.6vw,53px);line-height:1.06}.topic-hero .lead{margin:18px 0 0 73px;max-width:72ch}.topic-meta{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0 0 73px}.stamp,.privacy-pill{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#15181e;border:1px solid var(--line);color:#9da5af;font-size:11px;font-weight:750}.stamp-link{text-decoration:none}.stamp-link:hover{border-color:var(--yellow-line);color:var(--yellow)}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(245px,295px);justify-content:space-between;gap:52px;align-items:start;padding-top:44px;padding-bottom:72px}.article{min-width:0}.article-section{margin-bottom:43px}.section-title-line{display:flex;align-items:center;gap:12px;margin-bottom:17px}.section-number{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--yellow);color:#0b0c0f;font-size:13px;font-weight:950}.section-title-line h2{font-size:clamp(24px,2.7vw,32px)}
.article-proof{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 27px;padding:13px;border-radius:15px;background:#11141a;border:1px solid rgba(255,220,0,.20)}.article-proof>div{padding:5px 7px}.proof-label{display:block;margin-bottom:2px;text-transform:uppercase;letter-spacing:.08em;color:#7f8893;font-size:9px;font-weight:900}.article-proof strong{color:#f4f5f7;font-size:14px}
.factlist{list-style:none;margin:0;padding:0;display:grid;gap:10px}.factlist li{position:relative;padding:14px 16px 14px 42px;border-radius:13px;background:#12151b;border:1px solid var(--line);color:#c6ccd4}.factlist li::before{content:"✓";position:absolute;left:15px;top:14px;color:var(--yellow);font-weight:950}
.steps{list-style:none;counter-reset:tixa-step;margin:0;padding:0;display:grid;gap:12px}.steps li{counter-increment:tixa-step;display:grid;grid-template-columns:37px minmax(0,1fr);gap:13px;align-items:start;padding:14px 16px;border-radius:14px;background:#12151b;border:1px solid var(--line);color:#c7cdd5}.steps li::before{content:counter(tixa-step);width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--yellow-soft);border:1px solid rgba(255,220,0,.19);color:var(--yellow);font-weight:950}.steps li>span{padding-top:3px}
.article-notice{margin:0 0 42px;border-color:rgba(255,220,0,.20);border-left:3px solid var(--yellow);background:#14171c}.article-notice strong{color:var(--yellow)}
.sources p{color:#aab1bb}.source-links{display:grid;gap:8px}.source-links a,.source-links>div{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;background:#11141a;border:1px solid var(--line);color:#c9ced5;text-decoration:none;font-size:13px;line-height:1.45}.source-links a:hover{border-color:var(--yellow-line);color:#fff}.source-links a>span:first-child{color:var(--yellow);font-weight:900}
.article-rail{min-width:0}.article-rail-card{position:sticky;top:145px;padding:21px;border-radius:18px;background:linear-gradient(180deg,#171a21,#12151a);border:1px solid var(--line-strong);box-shadow:var(--shadow-sm)}.article-rail-card h3{margin:0 0 8px;font-size:20px}.article-rail-card p{margin:0 0 15px;color:#9fa7b1;font-size:13px}.article-rail-card .btn{width:100%;margin-bottom:10px}.rail-link{display:block;padding:10px 2px;border-top:1px solid var(--line);color:#c7cdd5;text-decoration:none;font-size:12px;font-weight:800}.rail-link:hover{color:var(--yellow)}
.nextbox,.help-actionbox{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:36px 0 0;padding:20px;border-radius:17px;background:linear-gradient(105deg,rgba(255,220,0,.075),#14171d);border:1px solid var(--yellow-line)}.nextbox strong{color:#fff}.nextbox p{margin:5px 0 0;color:#abb2bc;font-size:13px}.help-action-buttons{display:flex;gap:9px;flex-wrap:wrap;flex-shrink:0}

/* ---------- Anspruchscheck / Formular ---------- */
.utility-hero{padding-bottom:34px}.quiz{padding-top:38px;padding-bottom:56px}.quiz form{display:grid;gap:13px}.quiz fieldset{margin:0;padding:18px;border-radius:15px;background:#12151b;border:1px solid var(--line)}.quiz legend{padding:0 7px;color:#fff;font-size:17px;font-weight:850}.quiz label:not(.field){display:block;margin:7px 0 0;padding:10px 11px;border-radius:10px;background:#0e1014;border:1px solid transparent;color:#c3c9d1;cursor:pointer}.quiz label:not(.field):hover{border-color:rgba(255,220,0,.18);background:#15181d}.quiz input[type=radio],.quiz input[type=checkbox]{width:auto;margin-right:7px;accent-color:var(--yellow);transform:scale(1.12)}
.result{margin-top:22px;padding:21px;border-radius:17px;background:#14171c;border:1px solid var(--yellow-line)}.result h2{font-size:25px;margin-bottom:8px}.result p{color:#b5bbc4}.result a{color:var(--yellow);font-weight:850}
.form-assistant>form{padding:21px;border-radius:17px;background:#12151b;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.field{display:block;margin:12px 0}.field span{display:block;margin-bottom:6px;color:#b8bec7;font-size:13px;font-weight:800}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
input,textarea,select{width:100%;border-radius:11px;border:1px solid var(--line-strong);background:#0d0f13;color:#f4f6f8;padding:12px 13px;outline:none}input::placeholder,textarea::placeholder{color:#6f7884}input:focus,textarea:focus,select:focus{border-color:rgba(255,220,0,.55);box-shadow:0 0 0 3px rgba(255,220,0,.08)}select option{background:#101216;color:#fff}
.letter-result{margin-top:23px}.letter-actions{display:flex;gap:9px;margin-bottom:11px}.letter-result pre{white-space:pre-wrap;margin:0;padding:21px;border-radius:14px;background:#0e1014;color:#e6e9ed;border:1px solid var(--line);font:14px/1.58 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;box-shadow:var(--shadow-sm)}
.utility-sourcebox{padding-top:0;padding-bottom:62px}.form-sourcebox .article-notice{margin-bottom:18px}

/* ---------- Recht / Quellen ---------- */
.legal-body{color:#b5bcc5;line-height:1.75}.sources-layout{padding-top:44px}
.global-legal-notice{padding:22px 0 0;background:#090a0d}.legal-notice-card{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:14px;align-items:start;padding:17px 19px;border-radius:16px;background:#11141a;border:1px solid var(--line)}.legal-notice-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--yellow-soft);border:1px solid var(--yellow-line);color:var(--yellow);font-family:Georgia,serif;font-weight:950}.legal-notice-copy strong{display:block;margin-bottom:3px;color:#f1f3f5;font-size:13px}.legal-notice-copy p{margin:0;max-width:94ch;color:#929ba6;font-size:11px;line-height:1.55}.legal-notice-meta{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:6px;color:#737d89;font-size:9px}.legal-notice-link{align-self:center;color:var(--yellow);text-decoration:none;font-size:11px;font-weight:850;white-space:nowrap}.legal-notice-link:hover{text-decoration:underline}

/* ---------- Sprachauswahl ---------- */
.langlanding{min-height:calc(100vh - 82px);display:grid;place-items:center;padding:54px 0;text-align:center}.language-shell{max-width:880px}.language-brand-panel{display:inline-flex;flex-direction:column;align-items:center;gap:9px;padding:15px 21px;border-radius:17px;background:#13161c;border:1px solid var(--line-strong);box-shadow:var(--shadow)}.language-brand-panel img{width:250px!important;height:auto!important;max-width:min(250px,70vw)!important;display:block;border-radius:8px}.language-brand-panel p{margin:0;color:#9ba3ad;font-size:11px;font-weight:800}.langlanding .kicker{margin-top:28px}.langlanding .lead{margin-inline:auto}.language-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:26px 0;text-align:left}.language-grid a{display:flex;flex-direction:column;gap:3px;padding:15px;border-radius:13px;background:#12151b;border:1px solid var(--line);color:#fff;text-decoration:none}.language-grid a:hover{border-color:var(--yellow-line);background:#171a20}.language-grid a strong{font-size:15px}.language-grid a span{color:#929ba6;font-size:12px}

/* ---------- Footer ---------- */
.footer.help-footer{padding:30px 0 18px;background:#08090b;border-top:1px solid var(--line)}.help-footer-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:30px;align-items:center}.help-footer-brand{display:flex;align-items:center;gap:12px}.help-footer-logo{flex:0 0 82px!important;width:82px!important;height:54px!important;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#fff;padding:4px 6px}.help-footer-logo img{width:72px!important;height:50px!important;max-width:72px!important;max-height:50px!important;object-fit:contain!important;display:block!important}.help-footer-brand strong{display:block;color:var(--yellow);font-size:18px}.help-footer-brand p{margin:3px 0 0;color:#78818d;font-size:11px}.footer-links{display:flex;justify-content:flex-end;gap:12px 15px;flex-wrap:wrap}.footer-links a{color:#949da8;text-decoration:none;font-size:12px;font-weight:700}.footer-links a:hover{color:var(--yellow)}.help-footer-bottom{display:grid;grid-template-columns:auto 1fr;gap:20px;margin-top:21px;padding-top:15px;border-top:1px solid var(--line);color:#626b77;font-size:10px}.help-footer-bottom span:last-child{text-align:right}

/* ---------- RTL ---------- */
[dir="rtl"] .topic-hero .lead,[dir="rtl"] .topic-meta{margin-left:0;margin-right:73px}
[dir="rtl"] .factlist li{padding:14px 42px 14px 16px}[dir="rtl"] .factlist li::before{left:auto;right:15px}
[dir="rtl"] .help-quick-link:hover{transform:translateX(-2px)}
[dir="rtl"] .langmenu{right:auto;left:0}

@media(max-width:1100px){
  .nav.help-nav{display:none}.nav-toggle.help-nav-toggle{display:inline-grid;place-items:center}
  .help-hero-grid{grid-template-columns:minmax(0,1fr) minmax(310px,.72fr);gap:34px}
  .cards.help-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .article-layout{grid-template-columns:minmax(0,1fr) 260px;gap:34px}
}
@media(max-width:900px){
  .help-hero-grid{grid-template-columns:1fr}.help-quick-panel{max-width:720px}
  .help-priority-card{grid-template-columns:58px 1fr}.help-priority-card>.btn{grid-column:2}
  .cards.help-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .help-sectionhead{align-items:stretch;flex-direction:column}.help-search{width:100%}
  .article-layout{display:block}.article-rail{margin-top:34px}.article-rail-card{position:static}.topic-heading{max-width:none}
  .help-footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.help-footer-bottom{grid-template-columns:1fr}.help-footer-bottom span:last-child{text-align:left}
}
@media(max-width:680px){
  .container,.wrap{width:min(var(--container),calc(100% - 26px))}.wrap.narrow,.quiz.narrow{width:min(100% - 26px,880px)}
  .header-inner.help-header-inner{min-height:72px}.help-brand{min-width:0;gap:9px}.help-brand-logo{flex-basis:68px!important;width:68px!important;height:46px!important;max-width:68px!important;max-height:46px!important}.help-brand-logo img{width:60px!important;height:42px!important;max-width:60px!important;max-height:42px!important}.help-brand-copy strong{font-size:18px}.help-brand-copy small{display:none}.nav.nav--mobile.help-mobile{top:72px}
  .help-tools-label{display:none}.help-tools-inner{justify-content:flex-end}.toolbtn{padding:7px 9px}.toolbtn[data-read] span{display:none}
  .help-hero{padding:40px 0 34px}.help-hero-copy h1{font-size:42px}.h1-sub{font-size:20px}.help-hero-copy .lead{font-size:16px}.help-quick-panel{padding:17px}.help-quick-link{grid-template-columns:40px 1fr}.quick-icon{width:39px;height:39px}
  .help-servicebar-inner{align-items:flex-start;flex-direction:column;padding:12px 0}.help-feature{padding-top:27px}.help-priority-card{display:flex;flex-direction:column;align-items:flex-start;padding:20px}.priority-icon{width:52px;height:52px;font-size:25px}.help-priority-card>.btn{width:100%}
  .cards.help-cards{grid-template-columns:1fr}.card.help-card{min-height:0;grid-template-columns:44px 1fr 20px;padding:15px}.help-card-body p{-webkit-line-clamp:2}
  .grid-2,.formgrid,.language-grid{grid-template-columns:1fr}.help-tool-copy{padding-right:0}
  .topic-hero{padding:34px 0 29px}.topic-title-row{gap:12px}.topic-icon{width:48px;height:48px;flex-basis:48px;font-size:23px}.topic-title-row h1{font-size:34px}.topic-hero .lead,.topic-meta,[dir="rtl"] .topic-hero .lead,[dir="rtl"] .topic-meta{margin-left:0;margin-right:0}.topic-hero .lead{margin-top:17px}.topic-meta{margin-top:13px}
  .article-layout{padding-top:32px;padding-bottom:55px}.article-section{margin-bottom:36px}.section-title-line h2{font-size:24px}.article-proof{grid-template-columns:1fr}
  .nextbox,.help-actionbox{align-items:stretch;flex-direction:column}.help-action-buttons{flex-direction:column;width:100%}.help-action-buttons .btn{width:100%}
  .legal-notice-card{grid-template-columns:34px 1fr}.legal-notice-link{grid-column:2;justify-self:start;white-space:normal}
  .help-footer-brand{align-items:flex-start}.help-footer-logo{flex-basis:72px!important;width:72px!important;height:48px!important}.help-footer-logo img{width:62px!important;height:44px!important}.footer-links{gap:10px 14px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media print{
  html,body.tixa-help{background:#fff!important;color:#111!important}.site-header,.help-tools,.footer,.help-servicebar,.article-rail,.btn{display:none!important}.topic-hero{background:#fff!important}.topic-title-row h1,h2,h3,.article-proof strong{color:#111!important}.lead,.factlist li,.steps li,.legal-body,.notice p,.source-links a{color:#222!important}.factlist li,.steps li,.source-links a,.article-proof,.notice{background:#fff!important;border-color:#bbb!important}.article-layout{display:block;padding-top:10px}.article{max-width:none}.global-legal-notice{background:#fff!important}.legal-notice-card{background:#fff!important;border-color:#bbb!important}.legal-notice-copy strong,.legal-notice-copy p,.legal-notice-meta{color:#111!important}.legal-notice-link{display:none!important}
}

/* SEO cluster: interne thematische Verlinkung */
.related-section{margin-top:28px}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.related-card{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.035);text-decoration:none;color:inherit;transition:.18s ease}.related-card:hover{border-color:rgba(255,204,0,.55);transform:translateY(-2px)}.related-card>span{font-size:24px}.related-card div{display:grid;gap:5px;min-width:0}.related-card strong{color:#fff;line-height:1.25}.related-card small{color:var(--muted,#aeb4bf);line-height:1.45}.related-card b{margin-inline-start:auto;color:#ffd400}@media(max-width:820px){.related-grid{grid-template-columns:1fr}}
