:root {
  color-scheme: light;
  --blue: #36a9f7;
  --blue-deep: #0879c9;
  --sky: #dff3ff;
  --ink: #0b172a;
  --muted: #4e6077;
  --bg: #f8fbff;
  --surface: #ffffff;
  --line: #d9e7f3;
  --success: #138763;
  --danger: #c63d4d;
  --max: 1160px;
  --copy: 74ch;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 23, 42, 0.12);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

html {
  color-scheme: light;
  background: var(--bg);
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

/* Startseite: heller, neutraler Look wie auf den Datenschutz-/Infoseiten. */
body.home-page {
  min-height: 100vh;
  color-scheme: light;
  --blue: #36a9f7;
  --blue-deep: #0879c9;
  --sky: #dff3ff;
  --ink: #0b172a;
  --muted: #4e6077;
  --bg: #f8fbff;
  --surface: #ffffff;
  --line: #d9e7f3;
  --success: #138763;
  --shadow: 0 24px 70px rgba(11, 23, 42, 0.12);
  background: var(--bg);
}

/* Auf der Startseite ist die Navigation genauso hell wie auf den Infoseiten. */
body.home-page .site-header {
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  border-bottom-color: color-mix(in srgb, var(--line) 76%, transparent);
}

body.home-page .site-header .brand,
body.home-page .site-header .nav-links a,
body.home-page .site-header .nav-links button {
  color: var(--ink);
}

body.home-page .site-header .nav-links a:hover,
body.home-page .site-header .nav-links a[aria-current="page"],
body.home-page .site-header .nav-links button:hover {
  background: var(--sky);
}

body.home-page .site-header .menu-button {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

/* Kein Deutschland-/Schwarz-Rot-Gold-Hintergrund mehr im Hero. */
body.home-page .hero {
  background: var(--bg);
  color: var(--ink);
  padding-top: clamp(28px, 4vw, 54px);
}

body.home-page .made-here {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

body.home-page .app-store-note {
  color: var(--muted);
}

body.home-page .section {
  background: var(--surface);
}

body.home-page .section-blue {
  background: #0b172a;
  color: #f5f9ff;
}
body.home-page .section-blue .intro { color: #b9c9dd; }
body.home-page .section-blue a { color: #8cd5ff; }

body.home-page .section-sky {
  background: var(--sky);
}

body.home-page .site-footer {
  background: var(--bg);
}

a { color: var(--blue-deep); text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 60;
  transform: translateY(-180%);
  border-radius: 12px;
  background: var(--ink);
  color: var(--surface);
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 76%, transparent);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px) saturate(1.2);
}

.nav-wrap {
  width: min(calc(100% - 32px), var(--max));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand img { width: 38px; height: 38px; border-radius: 10px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav-links a, .nav-links button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  padding: 8px 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
}
.nav-links a:hover, .nav-links a[aria-current="page"], .nav-links button:hover { background: var(--sky); }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.copy { width: min(100%, var(--copy)); }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 11vw, 136px) 0 clamp(76px, 10vw, 126px);
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 0, 0, 0.96) 0, rgba(0, 0, 0, 0.78) 20%, transparent 47%),
    radial-gradient(circle at 57% 52%, rgba(221, 0, 0, 0.88) 0, rgba(221, 0, 0, 0.65) 26%, transparent 57%),
    radial-gradient(circle at 90% 92%, rgba(255, 206, 0, 0.98) 0, rgba(255, 206, 0, 0.76) 28%, transparent 58%),
    linear-gradient(145deg, #080808 0%, #1b0b0b 28%, #bd1010 58%, #ffce00 100%);
  color: #fff;
}

.hero::before,
.hero::after {
  content: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 9vw, 110px);
}

.hero h1 {
  max-width: 14ch;
  margin: 18px 0 20px;
  font-size: clamp(3.1rem, 8vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-lead { max-width: 58ch; margin: 0 0 30px; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.made-here {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 750;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.made-here::before,
.made-here::after {
  content: none !important;
  display: none !important;
}

.app-store-link { display: inline-block; min-height: 44px; }
.app-store-link[hidden] { display: none; }
.app-store-link img { display: block; width: 180px; height: auto; }
.app-store-coming {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 15px;
  padding: 10px 18px;
  font-weight: 780;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.app-store-note { display: block; margin-top: 8px; font-size: 13px; opacity: 0.75; }


.app-object {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-icon-wrap {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.app-icon-wrap::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 28%;
  background: radial-gradient(circle at center, rgba(54,169,247,0.18), rgba(54,169,247,0.06) 55%, rgba(255,255,255,0) 75%);
  filter: blur(8px);
}
.app-icon-large {
  position: relative;
  width: min(72vw, 230px);
  border-radius: 25%;
  box-shadow: 0 30px 80px rgba(6, 23, 41, 0.16);
}


.section { padding: clamp(72px, 10vw, 124px) 0; }
.section-tight { padding: 56px 0; }
.section-blue { background: #0b172a; color: #f5f9ff; }
.section-blue a { color: #8cd5ff; }
.section-sky { background: var(--sky); }

.section h2, .legal-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.038em;
  text-wrap: balance;
}
.section h3 { margin: 34px 0 10px; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.2; }
.intro { max-width: 65ch; font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); }
.section-blue .intro { color: #b9c9dd; }

.feature-flow { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(48px, 9vw, 120px); align-items: start; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.feature-list strong { display: block; margin-bottom: 3px; }
.feature-list span { color: var(--muted); }
.feature-mark { color: var(--blue-deep); font-weight: 850; }


/* Startseite: grosse, ruhige Feature-Geschichten statt Feature-Liste. */
.feature-showcase {
  background: var(--bg) !important;
  padding-top: clamp(46px, 7vw, 78px);
}
.showcase-stack {
  display: grid;
  gap: clamp(18px, 2.5vw, 26px);
}
.showcase-row {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #dbeaf5;
  border-radius: clamp(28px, 4vw, 44px);
  background: #eef8ff;
  padding: clamp(30px, 5vw, 54px);
}
.showcase-row::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(54, 169, 247, 0.10);
  pointer-events: none;
}
.showcase-row:nth-child(even) {
  background: #ffffff;
}
.showcase-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.showcase-kicker {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.showcase-row h2 {
  max-width: 14ch;
  margin-bottom: 16px;
  font-size: clamp(2.5rem, 5.4vw, 4.4rem);
}
.showcase-row p {
  max-width: 55ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.16rem);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.text-link:hover { color: var(--blue-deep); }
.showcase-privacy {
  background: linear-gradient(145deg, #f7fbff 0%, #e8f6ff 100%);
}

.trust-strip { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 28px; }
.trust-strip span { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; }
.trust-strip span::before { content: "✓"; color: var(--success); }

.legal-hero { padding: clamp(58px, 8vw, 94px) 0 46px; border-bottom: 1px solid var(--line); }
.legal-hero p { max-width: 62ch; margin: 0; color: var(--muted); font-size: 1.08rem; }
.updated { display: inline-block; margin-bottom: 14px; color: var(--blue-deep); font-size: 14px; font-weight: 760; }

.legal-layout { display: grid; grid-template-columns: 240px minmax(0, var(--copy)); gap: clamp(42px, 8vw, 100px); align-items: start; padding: 54px 0 100px; }
.toc { position: sticky; top: 98px; }
.toc strong { display: block; margin-bottom: 12px; }
.toc a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: 14px; line-height: 1.35; }
.toc a:hover { color: var(--blue-deep); }
.legal-content h2 { margin: 54px 0 14px; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.14; letter-spacing: -0.025em; text-wrap: balance; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 30px 0 8px; font-size: 1.2rem; line-height: 1.25; }
.legal-content p, .legal-content li { text-wrap: pretty; }
.legal-content ul, .legal-content ol { padding-left: 1.3em; }
.legal-content li + li { margin-top: 7px; }
.legal-content address { font-style: normal; }
.notice { margin: 28px 0; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); padding: 20px 22px; }
.notice strong { display: block; margin-bottom: 4px; }
.data-table { width: 100%; border-collapse: collapse; margin: 20px 0 30px; font-size: 15px; }
.data-table th, .data-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { font-weight: 760; }

.contact-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(28px, 6vw, 72px);
}
.contact-band h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
}
.contact-band .copy { margin-top: 0; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 15px;
  background: var(--blue);
  color: #ffffff;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 780;
}
.button:hover { background: #71c6ff; }

.site-footer { border-top: 1px solid var(--line); padding: 48px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 34px; }
.footer-brand { max-width: 42ch; }
.footer-brand .brand { margin-bottom: 12px; }
.footer-brand p { color: var(--muted); font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 8px 28px; }
.footer-links a, .footer-links button {
  min-height: 36px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  padding: 8px 12px;
  margin-left: -12px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.footer-links a:hover, .footer-links button:hover {
  background: var(--sky);
  color: var(--ink);
}
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }

.consent-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}
.consent-backdrop[hidden] { display: none; }
.consent-panel {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--surface) 97%, transparent);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(0,0,0,0.24);
  padding: clamp(22px, 4vw, 34px);
  pointer-events: auto;
}
.consent-panel:focus { outline: 3px solid color-mix(in srgb, var(--blue) 58%, transparent); outline-offset: 3px; }
.consent-panel h2 { margin: 0 42px 8px 0; font-size: 1.55rem; line-height: 1.15; }
.consent-panel p { margin: 0; color: var(--muted); }
.consent-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.consent-close:hover { background: var(--sky); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.consent-actions button, .consent-actions a { min-height: 46px; border-radius: 13px; padding: 10px 16px; font-weight: 730; }
.consent-actions button { border: 0; background: var(--blue); color: #061729; cursor: pointer; }
.consent-actions a { display: inline-flex; align-items: center; border: 1px solid var(--line); color: var(--ink); text-decoration: none; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 70;
  transform: translate(-50%, 20px);
  width: min(calc(100% - 32px), 520px);
  border-radius: 16px;
  background: #0b172a;
  color: #fff;
  padding: 14px 18px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 240ms var(--ease);
}
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

/*
 * Die Website verwendet bewusst ein einheitliches helles Erscheinungsbild.
 * Der System-Dunkelmodus darf Rechts-/Supportseiten nicht automatisch abdunkeln.
 */

@media (max-width: 820px) {
  .menu-button { display: inline-grid; place-items: center; }
  body.home-page .site-header .nav-links {
    background: var(--bg);
    border-bottom-color: var(--line);
  }
  .nav-links {
    position: fixed;
    inset: 74px 0 auto;
    display: none;
    margin: 0;
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    padding: 18px 20px 24px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: grid; }
  .nav-links a, .nav-links button { width: 100%; justify-content: flex-start; font-size: 17px; }
  .hero-grid, .feature-flow { grid-template-columns: 1fr; }
  .showcase-row { min-height: 0; }
  .showcase-row h2 { max-width: 13ch; }
  .hero h1 { max-width: 10ch; }
  .app-object { display: none; }
  .legal-layout { grid-template-columns: 1fr; }
  .toc { position: static; columns: 2; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .toc strong { column-span: all; }
  .contact-band { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--max)); }
  .hero { padding-top: 34px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .app-icon-wrap { width: min(100%, 260px); }
  .feature-showcase { padding-top: 34px; }
  .showcase-stack { gap: 16px; }
  .showcase-row { border-radius: 26px; padding: 30px 20px 34px; }
  .showcase-row h2 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
  .phone-mockup { width: min(92%, 306px); border-width: 7px; border-radius: 38px; }
  .phone-screen { min-height: 392px; border-radius: 29px; }
  .privacy-visual { min-height: 320px; }
  .privacy-orbit { width: min(100%, 330px); }
  .privacy-shield { width: 94px; height: 108px; font-size: 2.4rem; }
  .privacy-chip { min-height: 38px; padding: 7px 11px; font-size: 0.66rem; }
  .chip-one { left: 0; top: 18%; }
  .chip-two { right: 0; top: 28%; }
  .chip-three { left: 0; bottom: 22%; }
  .chip-four { right: 2%; bottom: 13%; }
  .toc { columns: 1; }
  .data-table, .data-table tbody, .data-table tr, .data-table th, .data-table td { display: block; }
  .data-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .data-table tr { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .data-table td { border: 0; padding: 4px 0; }
  .data-table td::before { content: attr(data-label) ": "; font-weight: 760; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .consent-backdrop { padding: 10px; }
  .consent-panel { border-radius: 20px; }
  .consent-actions { flex-direction: column; }
  .consent-actions button, .consent-actions a { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@media print {
  .site-header, .site-footer, .toc, .consent-backdrop, .toast { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .legal-layout { display: block; padding-top: 20px; }
  a { color: #000; }
}


/* PHP account & privacy flow */
.consent-eyebrow,
.account-kicker {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.consent-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.consent-facts span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--sky);
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 700;
}
.consent-status { margin-top: 16px !important; font-size: 0.9rem; }
.consent-actions .consent-secondary {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.consent-actions button:disabled { opacity: 0.55; cursor: progress; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button-secondary { border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
.button-secondary:hover { background: var(--sky); }

.account-flow {
  min-height: calc(100vh - 170px);
  display: grid;
  place-items: center;
  padding: clamp(44px, 8vw, 90px) 20px;
  background:
    radial-gradient(circle at 16% 8%, rgba(54,169,247,0.16), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(104,196,255,0.13), transparent 30%),
    var(--surface);
}
.account-card {
  width: min(100%, 590px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: 0 28px 90px rgba(8, 28, 48, 0.12);
  padding: clamp(26px, 6vw, 48px);
}
.account-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(16, 112, 180, 0.22);
}
.account-icon img { width: 100%; height: 100%; object-fit: cover; }
.account-card h1 { margin: 0; font-size: clamp(2rem, 6vw, 3rem); line-height: 1.02; letter-spacing: -0.045em; text-wrap: balance; }
.account-lead { margin: 16px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.account-form { display: grid; gap: 10px; margin-top: 28px; }
.account-form label { margin-top: 8px; font-size: 0.9rem; font-weight: 750; }
.account-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 14px;
  font: inherit;
  outline: none;
}
.account-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(54,169,247,0.13); }
.account-submit { justify-content: center; width: 100%; margin-top: 12px; text-align: center; }
.account-footnote, .field-help, .account-success-actions p { color: var(--muted); font-size: 0.88rem; line-height: 1.5; }
.password-field { position: relative; }
.password-field input { padding-right: 92px; }
.password-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  min-height: 38px;
  border: 0;
  border-radius: 10px;
  background: var(--sky);
  color: var(--ink);
  padding: 0 10px;
  font-weight: 720;
  cursor: pointer;
}
.form-message {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 0.94rem;
  line-height: 1.5;
}
.form-message.success { background: rgba(22, 163, 74, 0.08); border-color: rgba(22, 163, 74, 0.28); }
.form-message.error { background: rgba(220, 38, 38, 0.07); border-color: rgba(220, 38, 38, 0.24); }
.account-success-actions { margin-top: 24px; }
.compact-footer { padding-top: 22px; }
.compact-footer a { color: inherit; }
.reset-nav { display: flex; }

@media (max-width: 680px) {
  .account-flow { padding: 28px 12px 52px; place-items: start center; }
  .account-card { border-radius: 23px; padding: 24px 20px 28px; }
  .reset-nav { display: flex; position: static; width: auto; border: 0; box-shadow: none; padding: 0; flex-direction: row; }
  .reset-nav a { display: none; }
}


@media (max-width: 820px) {
  body.home-page .hero { padding-bottom: clamp(50px, 9vw, 72px); }
}


/* Unterstützen: bewusst sachlich und ohne Spendenbanner-Look. */
.support-hero {
  padding: clamp(56px, 8vw, 96px) 0 clamp(62px, 9vw, 108px);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  align-items: center;
  gap: clamp(44px, 8vw, 96px);
}
.support-hero h1 {
  max-width: 10ch;
  margin: 0 0 20px;
  font-size: clamp(3rem, 7vw, 5.3rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.support-hero p {
  max-width: 61ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}
.support-actions {
  margin-top: 28px;
  align-items: center;
}
.support-actions .text-link {
  margin-top: 0;
  padding: 10px 2px;
}
.support-logo {
  display: grid;
  place-items: center;
}
.support-logo img {
  width: min(62vw, 220px);
  border-radius: 25%;
  box-shadow: 0 26px 70px rgba(11, 23, 42, 0.14);
}
.support-info-section {
  background: var(--surface);
}
.support-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(42px, 8vw, 100px);
  align-items: start;
}
.support-info-grid h2 {
  max-width: 10ch;
  margin-bottom: 0;
}
.support-copy {
  max-width: 62ch;
}
.support-copy p {
  margin-top: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.support-copy p + p { margin-top: 18px; }

@media (max-width: 820px) {
  .support-hero-grid,
  .support-info-grid {
    grid-template-columns: 1fr;
  }
  .support-logo { display: none; }
  .support-hero { padding-top: 42px; }
}
