/* ==================================================================
   re:connect · Supporter-Werkzeugkiste — Styles
   Theme: Variante C (Claude Design) — dunkles Slate-Theme mit
   Farbbändern (Sage/Teal/Creme/Gradient). Schriften unveraendert:
   PP Right Grotesk (Headlines) + Lato (Body). Akzentwoerter im
   Marken-Gradient. Keine Hex ausserhalb der Tokens hier.
   ================================================================== */

@font-face {
  font-family: 'PP Right Grotesk Narrow';
  src: url('/fonts/PPRightGrotesk-NarrowMedium.ttf') format('truetype');
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --slate: #383C49;
  --slate-2: #2F333E;
  --panel: #41454F;
  --line: rgba(255, 255, 255, .13);
  --ink: #ECEAE3;
  --ink-soft: #AEB3C0;
  --accent: #6FC5BC;          /* pastel teal */
  --accent2: #E59A86;         /* soft coral */
  --sage: #7CA892;
  --teal: #5EAFA7;
  --cream: #EFEBDF;
  --brand-grad: linear-gradient(100deg, #74C8BF 0%, #8FB7CA 30%, #A6A6CC 52%, #C99FBA 73%, #E89A85 100%);

  --font-head: 'PP Right Grotesk Narrow', 'Barlow Condensed', sans-serif;
  --font-body: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;

  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--slate);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--accent); color: #23262F; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--accent); color: #23262F; padding: 12px 18px; border-radius: 0 0 var(--radius-md) 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.section { padding-block: clamp(60px, 8vw, 100px); position: relative; }
.section--tight { padding-block: clamp(42px, 6vw, 70px); }

/* ---------- Baender ---------- */
.band-slate { background: var(--slate); color: var(--ink); }
.band-sage  { background: var(--sage); color: #F5F3ED; }
.band-teal  { background: var(--teal); color: #FBFAF5; }
.band-cream { background: var(--cream); color: #46535C; }
.band-grad  { background: var(--brand-grad); color: #243039; }

.band-sage h1, .band-sage h2, .band-sage h3,
.band-teal h1, .band-teal h2, .band-teal h3 { color: #FBFAF5; }
.band-cream h1, .band-cream h2, .band-cream h3 { color: #23303A; }
.band-grad h1, .band-grad h2, .band-grad h3 { color: #1B2730; }

/* ---------- Typo ---------- */
h1, h2, h3 { font-family: var(--font-head); font-weight: 700; line-height: 1.1; margin: 0; letter-spacing: 0; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.3rem); line-height: 1.12; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.55rem); }
.lead { font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.5; opacity: .94; }
p { margin: 0 0 1em; text-wrap: pretty; overflow-wrap: break-word; }
p:last-child { margin-bottom: 0; }

/* Akzentwort im Marken-Gradient */
.grad, .em {
  background: var(--brand-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-style: normal;
}
/* auf hellen Baendern lesbar halten -> solides Teal/Koralle */
.band-cream .grad, .band-cream .em { background: none; -webkit-text-fill-color: #2C8B7C; color: #2C8B7C; }
.band-grad .grad, .band-grad .em { background: none; -webkit-text-fill-color: #1B2730; color: #1B2730; }

.eyebrow {
  font-family: var(--font-body); font-size: 13px; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: .6em; color: var(--accent);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; display: inline-block; }
.eyebrow--warm { color: var(--accent2); }
.band-sage .eyebrow, .band-teal .eyebrow { color: #FBFAF5; }
.band-cream .eyebrow { color: #62786A; }
.band-grad .eyebrow { color: #23303A; }

/* ---------- Buttons (Gradient / Light / Ghost) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  padding: 14px 26px; border-radius: 999px; border: 0;
  cursor: pointer; text-decoration: none; line-height: 1; white-space: nowrap;
  transition: transform .15s ease, filter .2s, background .2s, color .2s, box-shadow .2s, opacity .2s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--brand-grad); color: #23262F; box-shadow: 0 12px 28px -14px rgba(111, 197, 188, .6); }
.btn--primary:hover { filter: brightness(1.06); }
.btn--light { background: #FBFAF5; color: #23262F; }
.btn--light:hover { background: #fff; }
.btn--ghost { background: transparent; color: inherit; box-shadow: inset 0 0 0 1.5px currentColor; opacity: .9; }
.btn--ghost:hover { opacity: 1; background: rgba(255, 255, 255, .08); }
.band-cream .btn--ghost:hover, .band-grad .btn--ghost:hover { background: rgba(0, 0, 0, .05); }
.btn .arr { font-size: 1.05em; }

.kicker-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- Cards ---------- */
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 2.6vw, 30px); color: var(--ink); }
.band-sage .card, .band-teal .card { background: #FFFEFA; border-color: rgba(0, 0, 0, .06); color: #283A31; box-shadow: 0 26px 54px -36px rgba(0, 0, 0, .45); }
.band-cream .card { background: #fff; border-color: rgba(0, 0, 0, .07); color: #2A2E39; box-shadow: 0 26px 54px -40px rgba(0, 0, 0, .3); }
.grid { display: grid; gap: clamp(18px, 3vw, 30px); }
.grid-2x2 { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; }
.two-col { display: grid; gap: clamp(28px, 5vw, 64px); align-items: start; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--slate) 80%, transparent);
  backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, background .2s;
}
.nav.is-stuck { border-color: var(--line); background: color-mix(in srgb, var(--slate) 92%, transparent); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: var(--maxw); margin: 0 auto; padding: 14px var(--pad); }
.wordmark {
  font-family: var(--font-head); font-weight: 800; font-size: 1.6rem; letter-spacing: -.01em; text-decoration: none;
  background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.wordmark img { height: 26px; width: auto; display: block; }
.nav__links { display: flex; gap: 22px; align-items: center; }
.nav__links a { font-family: var(--font-head); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; color: var(--ink-soft); transition: color .15s; }
.nav__links a:hover { color: var(--ink); }
.nav__links a.btn--primary { color: #23262F; text-transform: none; letter-spacing: 0; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--ink); padding: 6px; }
@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__links.is-open { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; position: absolute; top: 100%; left: 0; right: 0; background: var(--slate-2); border-bottom: 1px solid var(--line); padding: 20px var(--pad); }
  .nav-toggle { display: inline-flex; }
}

/* ---------- Hero ---------- */
.sec--hero { overflow: hidden; }
.sec--hero::before {
  content: ""; position: absolute; left: -3%; bottom: -2%; width: 66%; height: 46%;
  background: url('/assets/contour.png') left bottom / contain no-repeat; opacity: .45; pointer-events: none; z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 4vw, 60px); align-items: center; }
/* Text-Block leicht transparent -> Contour-Deko scheint durch */
.hero-text {
  background: color-mix(in srgb, var(--slate-2) 52%, transparent);
  backdrop-filter: blur(7px);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 40px);
}
.hero-cta { margin-top: 30px; }
.hero-trust { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; }
.hero-trust__num { font-family: var(--font-head); font-weight: 800; font-size: 2.1rem; }
.hero-trust__txt { font-size: 14px; color: var(--ink-soft); line-height: 1.3; max-width: 160px; }
.hero-trust__sep { width: 1px; height: 36px; background: var(--line); }
.hero-art { width: 100%; display: block; }

/* ---------- Support ---------- */
.support-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(26px, 4vw, 52px); align-items: start; margin-top: 46px; }
.way { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .28); }
.way__no { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 16px; color: #fff; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .5); }
.way h3 { color: #fff; font-size: 1.25rem; }
.way p { margin-top: 7px; font-size: 15.5px; color: #FBFAF5; opacity: .9; }
.way .btn { margin-top: 14px; }

/* Teilen-Werkzeugkiste = helle Karte */
.share { background: #FFFEFA; color: #283A31; border: 1px solid rgba(0, 0, 0, .06); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 30px); box-shadow: 0 26px 54px -36px rgba(0, 0, 0, .45); }
.share h3 { color: #1f2d26; }
.share .eyebrow { color: var(--accent2); }
.share__row { margin-top: 18px; display: flex; gap: 10px; align-items: stretch; flex-wrap: wrap; }
.share__url { flex: 1 1 220px; min-width: 0; display: flex; align-items: center; padding: 0 14px; background: #F2F0E7; border: 1px solid rgba(0, 0, 0, .08); border-radius: var(--radius-sm); font-size: 14px; color: #5E6B62; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.share__text { margin-top: 14px; background: #F2F0E7; border: 1px solid rgba(0, 0, 0, .08); border-radius: var(--radius-sm); padding: 16px; font-size: 14.5px; line-height: 1.55; color: #5E6B62; }
.share__actions { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; }
.share .btn--ghost { color: #2c3a31; }

/* ---------- 30-Sekunden ---------- */
.quick-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(26px, 4vw, 52px); align-items: center; margin-top: 38px; }
.stat-card { background: rgba(255, 255, 255, .05); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 34px); }
.stat-row { display: flex; gap: 22px; flex-wrap: wrap; }
.stat-num { font-family: var(--font-head); font-weight: 800; font-size: 2.5rem; display: block; line-height: 1; }
.stat-label { font-size: 13px; color: var(--ink-soft); margin-top: 6px; max-width: 180px; }

/* ---------- Nummerierte Karten ---------- */
.num { font-family: var(--font-head); font-weight: 800; font-size: 2rem; line-height: 1; margin-bottom: 14px; }
.val-icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; margin-bottom: 14px; }

/* ---------- Investition (Gradient-Band) ---------- */
.invest-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(30px, 5vw, 72px); align-items: center; }
.invest-panel { background: #FBFAF5; border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 32px); box-shadow: 0 30px 60px -34px rgba(0, 0, 0, .45); }
.invest-line { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(0, 0, 0, .1); }
.invest-line:last-child { border-bottom: 0; }
.invest-line span:first-child { font-size: 14.5px; color: #5A6168; max-width: 220px; }
.invest-line span:last-child { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.25rem, 2.4vw, 1.6rem); color: #1F2A33; white-space: nowrap; }

/* ---------- Ablauf ---------- */
.format { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(0, 0, 0, .1); align-items: start; }
.format__no { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: #2E8C7E; width: 30px; }
.format h3 { color: #1f2d26; font-size: 1.18rem; }
.format p { margin-top: 6px; font-size: 15px; color: #56646B; }

/* ---------- Listen / Chips ---------- */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.checklist li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; line-height: 1.45; }
.checklist .dot { color: var(--accent); font-size: 18px; line-height: 1.3; }
.band-cream .checklist .dot { color: #2E8C7E; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chip { font-family: var(--font-head); font-weight: 500; font-size: 14px; padding: 8px 15px; border-radius: 999px; border: 1px solid currentColor; opacity: .85; color: var(--ink-soft); }

/* ---------- Medienkit (Vorschau-Karten) ---------- */
.medien-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(18px, 2.4vw, 26px); margin-top: 44px; }
.medien-card { display: flex; flex-direction: column; background: #FFFEFA; border: 1px solid rgba(0, 0, 0, .06); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 26px 54px -40px rgba(0, 0, 0, .4); transition: transform .2s, box-shadow .2s; }
.medien-card:hover { transform: translateY(-3px); box-shadow: 0 32px 60px -38px rgba(0, 0, 0, .5); }
.medien-preview { aspect-ratio: 16 / 10; display: grid; place-items: center; padding: 18px; background: #F2F0E7; border-bottom: 1px solid rgba(0, 0, 0, .06); overflow: hidden; }
.medien-preview--dark { background: linear-gradient(150deg, #0e0e13, #1a1b22); }
.medien-preview--doc { background: linear-gradient(150deg, #e7ece9, #d8e2dd); }
.medien-preview img { max-height: 100%; width: auto; object-fit: contain; }
.doc-glyph { text-align: center; color: #2E8C7E; }
.doc-glyph__ext { font-family: var(--font-head); font-weight: 800; font-size: 2rem; }
.doc-glyph__sub { font-size: 12px; color: #5E6B62; margin-top: 2px; }
.medien-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.medien-body h3 { font-size: 1.15rem; color: #1f2d26; }
.medien-body p { margin-top: 8px; font-size: 14px; color: #56646B; flex: 1; }
.medien-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.medien-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: rgba(46, 140, 126, .14); color: #2E6E63; }
.btn-download { display: inline-flex; align-items: center; gap: .5em; font-weight: 700; font-size: 14px; color: #1f2d26; text-decoration: none; padding: 11px 16px; border-radius: var(--radius-sm); border: 1px solid rgba(0, 0, 0, .12); background: #F2F0E7; transition: background .15s, border-color .15s; }
.btn-download:hover { background: #e6efe9; border-color: #2E8C7E; }
.medien-note { margin-top: 34px; font-size: 14px; color: #F5F3ED; opacity: .92; }
.medien-note a { color: #FFFFFF; font-weight: 700; }

/* ---------- Footer ---------- */
.footer { background: #22252E; color: #CFD2DB; }
.footer a { color: inherit; text-decoration: none; opacity: .85; }
.footer a:hover { opacity: 1; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.footer .wordmark { font-size: 1.9rem; }
.footer .wordmark img { height: 32px; }
.footer-legal { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 13.5px; color: #8C909C; }
.footer-legal .links { display: flex; gap: 22px; flex-wrap: wrap; }

/* ---------- Modal (helle Karte) ---------- */
.modal-overlay { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(20, 22, 28, .6); backdrop-filter: blur(3px); }
.modal-overlay.is-open { display: flex; }
.modal { background: #FBFAF5; color: #2A2E39; border-radius: var(--radius-lg); width: 100%; max-width: 480px; padding: clamp(22px, 3vw, 32px); max-height: 90vh; overflow-y: auto; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .6); }
.modal h3 { color: #1f2d26; }
.modal > p { color: #56646B; }
.modal__close { float: right; background: none; border: 0; cursor: pointer; font-size: 24px; line-height: 1; color: #8C909C; }
.field { display: block; margin-top: 16px; }
.field > span { display: block; font-size: 13px; font-weight: 700; color: #2A2E39; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; font-family: var(--font-body); font-size: 15px; color: #2A2E39; padding: 11px 13px; border: 1px solid rgba(0, 0, 0, .14); border-radius: var(--radius-sm); background: #fff; transition: border-color .15s; }
.field input:focus, .field textarea:focus { border-color: var(--teal); outline: none; }
.field textarea { min-height: 110px; resize: vertical; }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: 13px; color: #56646B; line-height: 1.5; }
.consent input { margin-top: 3px; }
.consent a { color: #2C8B7C; }
.modal-status { margin-top: 14px; font-size: 14px; font-weight: 700; }
.modal-status.ok { color: #2C8B7C; }
.modal-status.err { color: #B8514F; }

/* ---------- Toast ---------- */
.toast { position: fixed; bottom: 24px; left: 50%; translate: -50% 20px; background: #22252E; color: #fff; padding: 13px 20px; border-radius: 999px; font-size: 14px; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .25s, translate .25s; z-index: 90; box-shadow: 0 12px 30px -12px rgba(0,0,0,.6); }
.toast.show { opacity: 1; translate: -50% 0; }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(14px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; }
  .toast { transition: opacity .2s; }
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  /* !important noetig: einige .two-col setzen grid-template-columns inline (HTML) -> sonst kein Mobil-Umbruch */
  .hero-grid, .support-grid, .quick-grid, .invest-grid, .two-col, .footer-grid { grid-template-columns: 1fr !important; }
  .grid-2x2 { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .sec--hero::before { width: 90%; opacity: .3; }
}
