:root {
  --bg: #f6f0e6;
  --surface: #fffdf8;
  --surface-strong: #ffffff;
  --text: #26342d;
  --muted: #647069;
  --green: #35624e;
  --green-dark: #254838;
  --green-soft: #dfeadf;
  --terracotta: #b85f42;
  --terracotta-soft: #f2ddd4;
  --gold: #d6ad61;
  --gold-soft: #f3ead2;
  --line: #ddd7ca;
  --shadow: 0 14px 36px rgba(55, 48, 37, 0.08);
  --radius: 24px;
  --font-size: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: var(--font-size); }
html.large-font { --font-size: 21px; }
body {
  margin: 0;
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(214, 173, 97, 0.16), transparent 32rem),
    linear-gradient(180deg, #fbf7ef 0%, var(--bg) 100%);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

html.high-contrast {
  --bg: #fff;
  --surface: #fff;
  --surface-strong: #fff;
  --text: #000;
  --muted: #272727;
  --green: #005d3a;
  --green-dark: #003923;
  --green-soft: #e6f4ec;
  --terracotta: #8f2e14;
  --terracotta-soft: #fae7e0;
  --gold: #7d5c00;
  --gold-soft: #fff6d8;
  --line: #6e6e6e;
  --shadow: none;
}

a { color: var(--green-dark); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 3px;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-160%);
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 240, 230, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(108, 95, 73, 0.13);
}
.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 11px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--terracotta);
}
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-size: 0.95rem; line-height: 1.15; }
.brand small { display: block; color: var(--muted); font-size: 0.72rem; margin-top: 3px; }
.accessibility-tools { display: flex; gap: 8px; }
.tool-button {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.section-shell { max-width: 1120px; margin: 0 auto; padding: 52px 20px; }
.hero { padding-top: 28px; }
.hero-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 7vw, 72px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255,255,255,.48) 0 7%, transparent 7.5%),
    radial-gradient(circle at 85% 25%, rgba(255,255,255,.34) 0 12%, transparent 12.5%),
    linear-gradient(145deg, #e4ede2 0%, #f4ead8 57%, #efd8cc 100%);
  border: 1px solid rgba(92, 80, 57, .10);
  box-shadow: var(--shadow);
}
.hero-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 26px solid rgba(53, 98, 78, .09);
  border-radius: 52% 48% 44% 56%;
  transform: rotate(22deg);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 26px;
  align-items: center;
}
.hero-copy {
  min-width: 0;
}
.hero-photo-card {
  margin: 0;
  justify-self: end;
  max-width: 460px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(92, 80, 57, .12);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(55, 48, 37, 0.12);
}
.hero-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hero-photo-card figcaption {
  padding: 16px 18px 18px;
}
.hero-photo-card strong {
  display: block;
  color: var(--green-dark);
  font-size: 1rem;
  margin-bottom: 4px;
}
.hero-photo-card span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
h1, h2, h3, h4 { line-height: 1.17; letter-spacing: -0.025em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.3rem, 7vw, 4.6rem); font-weight: 850; }
h2 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.65rem); }
h3 { margin: 0; font-size: 1.28rem; }
h4 { margin: 22px 0 7px; font-size: 1rem; }
.hero blockquote {
  max-width: 760px;
  margin: 30px 0 20px;
  padding: 18px 22px;
  border-left: 5px solid var(--terracotta);
  background: rgba(255,255,255,.53);
  border-radius: 0 18px 18px 0;
  font-size: 1.18rem;
  font-weight: 750;
}
.hero-text { max-width: 800px; font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
}
.button.primary { background: var(--green); color: white; }
.button.secondary { background: rgba(255,255,255,.7); color: var(--green-dark); border: 1px solid rgba(53,98,78,.20); }
.updated { margin: 22px 0 0; color: var(--muted); font-size: .82rem; }

.section-heading { max-width: 780px; margin-bottom: 24px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); margin: 10px 0 0; }
.with-controls { max-width: none; display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; }

.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.reason-card, .not-now-grid article, .paid-options article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 21px;
}
.reason-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--green-soft);
  color: var(--green-dark);
  border-radius: 50%;
  font-weight: 900;
  margin-bottom: 18px;
}
.reason-card p { color: var(--muted); margin-bottom: 0; }

.top-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.opportunity-card {
  scroll-margin-top: 96px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(21px, 4vw, 30px);
  box-shadow: var(--shadow);
}
.compact-card { background: linear-gradient(180deg, #fffdf8, #fbf6eb); }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.rank-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #6e541b;
  font-weight: 900;
  font-size: .75rem;
}
.favorite-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 850;
  cursor: pointer;
  padding: 7px 4px;
}
.favorite-button.saved { color: var(--terracotta); }
.card-subtitle { color: var(--muted); margin: 8px 0 14px; }
.fit-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 17px 0; }
.fit-dots { display: flex; gap: 5px; }
.fit-dot { width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--green); }
.fit-dot.filled { background: var(--green); }
.fit-row strong { color: var(--green-dark); font-size: .84rem; }
.quick-facts { display: grid; gap: 8px; margin: 18px 0; }
.quick-facts > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: start;
  padding-top: 9px;
  border-top: 1px solid #ece7dd;
}
.quick-facts span { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.quick-facts strong { font-size: .92rem; font-weight: 720; }
.why-box {
  background: var(--green-soft);
  border-radius: 17px;
  padding: 17px;
  margin-top: 18px;
}
.why-box strong { display: block; margin-bottom: 5px; }
.why-box p { margin: 0; }
.details-box { margin-top: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.details-box summary { padding: 15px 0; cursor: pointer; font-weight: 850; color: var(--green-dark); }
.details-content { padding-bottom: 18px; }
.details-content ul { padding-left: 23px; }
.details-content li + li { margin-top: 8px; }
.card-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.action-button {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 12px;
  border-radius: 13px;
  background: #f1eee7;
  color: var(--green-dark);
  text-decoration: none;
  font-weight: 850;
  border: 1px solid #e4dfd4;
}
.action-button.call { background: var(--green); color: #fff; border-color: var(--green); }
.action-button span { display: block; font-size: .76rem; opacity: .85; font-weight: 700; }
.action-button.subtle { background: transparent; }
.details-jump { display: inline-block; margin-top: 15px; font-weight: 800; }

.filter-wrap { display: flex; gap: 9px; overflow-x: auto; padding: 3px 0 13px; scrollbar-width: thin; }
.filter-button, .favorites-toggle {
  white-space: nowrap;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 820;
  cursor: pointer;
}
.filter-button.active, .favorites-toggle.active { background: var(--green); color: white; border-color: var(--green); }
.local-note { color: var(--muted); font-size: .82rem; margin-top: 0; }
.opportunity-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.empty-state { padding: 35px; text-align: center; background: var(--surface); border: 1px dashed var(--line); border-radius: var(--radius); }

.joker-card, .paid-card {
  border-radius: 28px;
  padding: clamp(24px, 5vw, 44px);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: white;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  box-shadow: var(--shadow);
}
.joker-card .eyebrow, .paid-card .eyebrow { color: #f5d6ad; }
.contact-box {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 19px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
}
.contact-box a { color: #fff; font-weight: 820; }
.contact-box span { opacity: .86; }

.not-now-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.not-now-grid p { color: var(--muted); margin-bottom: 0; }

.paid-card { display: block; background: linear-gradient(135deg, #7e4e3b, #b2674b); }
.paid-card > p:not(.eyebrow) { max-width: 800px; }
.paid-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.paid-options article { background: rgba(255,255,255,.92); color: var(--text); border: 0; }
.text-link { font-weight: 850; }

.sources details { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 0 18px; }
.sources summary { padding: 16px 0; cursor: pointer; font-weight: 850; }
.source-list { padding-left: 22px; padding-bottom: 17px; }
.source-list li + li { margin-top: 9px; }

.site-footer { margin-top: 28px; background: #2b4035; color: #f8f4ea; }
.footer-inner { padding-top: 32px; padding-bottom: 94px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-inner p { max-width: 680px; margin: 0; }
.footer-inner a { color: white; font-weight: 850; }

.mobile-nav {
  position: fixed;
  z-index: 60;
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  display: none;
  grid-template-columns: repeat(4, 1fr);
  padding: 6px;
  background: rgba(255, 253, 248, .96);
  border: 1px solid rgba(74, 63, 48, .15);
  box-shadow: 0 10px 40px rgba(32, 29, 24, .18);
  border-radius: 18px;
  backdrop-filter: blur(16px);
}
.mobile-nav a { text-align: center; text-decoration: none; color: var(--text); font-weight: 850; font-size: .78rem; padding: 10px 4px; border-radius: 12px; }
.mobile-nav a:active { background: var(--green-soft); }

@media (max-width: 920px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-photo-card { justify-self: stretch; max-width: none; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .top-card-grid { grid-template-columns: 1fr; }
  .opportunity-list { grid-template-columns: 1fr; }
  .joker-card { grid-template-columns: 1fr; }
  .not-now-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .section-shell { padding: 38px 16px; }
  .hero { padding-top: 14px; }
  .hero-card { border-radius: 25px; padding: 28px 21px; }
  .hero-layout { gap: 18px; }
  .hero-photo-card { border-radius: 20px; }
  .hero-photo-card figcaption { padding: 14px 16px 16px; }
  .hero blockquote { font-size: 1.04rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .reason-grid, .paid-options { grid-template-columns: 1fr; }
  .with-controls { align-items: stretch; flex-direction: column; }
  .favorites-toggle { width: 100%; min-height: 48px; }
  .card-actions { grid-template-columns: 1fr; }
  .action-button { min-height: 53px; }
  .quick-facts > div { grid-template-columns: 1fr; gap: 2px; }
  .mobile-nav { display: grid; }
  .site-header .brand small { display: none; }
  .tool-button { padding: 8px 9px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

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

/* Kleine Ideen ohne feste Verpflichtung */
.easy-going {
  padding-top: 34px;
}
.easy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.easy-card {
  background: linear-gradient(180deg, #fffdf8 0%, #f8f1e4 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.easy-card p {
  color: var(--muted);
  margin-bottom: 14px;
}
.easy-label {
  display: inline-flex;
  padding: 6px 10px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: var(--terracotta-soft);
  color: #7d3b28;
  font-size: .76rem;
  font-weight: 900;
}

@media (max-width: 920px) {
  .easy-grid { grid-template-columns: 1fr; }
}
