:root {
  --bg: #f5eee6;
  --surface: rgba(255, 251, 246, 0.9);
  --surface-strong: #1b1519;
  --surface-soft: #f0e7de;
  --text: #221b1d;
  --muted: #6b5f66;
  --line: rgba(40, 31, 33, 0.09);
  --line-strong: rgba(40, 31, 33, 0.14);
  --line-light: rgba(255, 255, 255, 0.12);
  --accent: #bc7d4b;
  --accent-strong: #9a6237;
  --accent-soft: rgba(188, 125, 75, 0.1);
  --shadow: 0 32px 90px rgba(30, 20, 18, 0.07);
  --shadow-soft: 0 16px 42px rgba(30, 20, 18, 0.045);
  --radius: 26px;
  --radius-small: 18px;
  --max: 1180px;
  --measure: 68ch;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(188, 125, 75, 0.1), transparent 27rem),
    radial-gradient(circle at 85% 0%, rgba(149, 129, 138, 0.09), transparent 24rem),
    linear-gradient(180deg, #fcf8f4 0%, #f8f2eb 36%, var(--bg) 100%);
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration-color: rgba(184, 111, 49, 0.45); text-underline-offset: 0.18em; }
a:hover { text-decoration-color: rgba(184, 111, 49, 0.85); }
img { display: block; max-width: 100%; height: auto; border-radius: 20px; }
code { font-family: Consolas, monospace; background: rgba(32, 25, 27, 0.06); padding: 0.1rem 0.35rem; border-radius: 0.35rem; }
main { display: block; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 2rem), 880px); }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px); background: rgba(252, 248, 244, 0.78); border-bottom: 1px solid rgba(40, 31, 33, 0.05); box-shadow: 0 8px 24px rgba(24, 16, 14, 0.025); }
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: 5.1rem; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; gap: 0.15rem; }
.brand-mark { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.brand-sub { color: var(--muted); font-size: 0.8rem; letter-spacing: 0.02em; }
.site-nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 0.35rem; align-items: center; }
.site-nav a, .footer-links a { text-decoration: none; }
.site-nav a { padding: 0.56rem 0.8rem; border-radius: 999px; color: var(--muted); font-size: 0.93rem; transition: background 160ms ease, color 160ms ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--text); background: rgba(34, 27, 29, 0.045); }
.nav-toggle { display: none; border: 1px solid var(--line); background: rgba(255, 252, 247, 0.84); border-radius: 999px; padding: 0.7rem 0.95rem; font-weight: 600; }
.page-hero { padding: 6.5rem 0 3.3rem; }
.hero-inner { max-width: min(980px, 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); gap: 1.6rem; align-items: start; }
.hero-copy { max-width: 54rem; padding-top: 0.15rem; }
.hero-panel {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.94), rgba(246, 237, 229, 0.84));
  border: 1px solid rgba(40, 31, 33, 0.08);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.3rem;
  box-shadow: 0 14px 32px rgba(24, 16, 14, 0.05);
}
.hero-panel > * + * { margin-top: 0.9rem; }
.hero-panel p:last-child { margin-bottom: 0; }
.hero-kicker {
  margin: 0 0 0.7rem;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow { margin: 0 0 0.95rem; color: var(--accent-strong); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -0.034em; }
h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5.05rem); max-width: 12ch; }
h2 { font-size: clamp(1.62rem, 4vw, 2.65rem); margin: 0 0 1.05rem; }
h3 { font-size: clamp(1.18rem, 3vw, 1.62rem); margin: 0 0 0.85rem; }
p, li, summary { font-size: 1rem; }
p { margin: 0 0 1.05rem; }
ul, ol { margin: 0.9rem 0 0; padding-left: 1.15rem; }
.lead { margin: 1.25rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 2.05vw, 1.24rem); max-width: 45ch; line-height: 1.8; }
.hero-note { color: var(--muted); font-size: 0.93rem; max-width: 54ch; margin-top: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.78rem; margin-top: 1.45rem; }
.hero-actions .button { min-width: 15.5rem; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.18rem;
}
.hero-trust a,
.hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 2.28rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(34, 27, 29, 0.04);
  color: var(--muted);
  text-decoration: none;
  font-size: 0.89rem;
}
.page-section { padding: 1.22rem 0; }
.page-section > .container { position: relative; }
.page-section + .page-section { padding-top: 0.28rem; }
.section-dark { color: #f6f1ea; }
.section-dark .container {
  background: linear-gradient(180deg, rgba(31, 24, 28, 0.97), rgba(21, 17, 21, 0.985));
  border-radius: 36px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(1.25rem, 2vw, 1.95rem);
}
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.15rem; align-items: start; }
.col { min-width: 0; }
.col-12 { grid-column: span 12; }
.col-8 { grid-column: span 8; }
.col-7 { grid-column: span 7; }
.col-6 { grid-column: span 6; }
.col-5 { grid-column: span 5; }
.col-4 { grid-column: span 4; }
.col-3 { grid-column: span 3; }
.col > * + * { margin-top: 1.05rem; }
.col > p, .col > ul, .col > ol, .col > details, .col > nav, .col > blockquote, .col > figure, .col > div, .col > section { max-width: 100%; }
.col > p, .card p, details p, .notice p { max-width: var(--measure); }
.card, .quote-card, .notice {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(252, 247, 241, 0.88));
  border: 1px solid rgba(40, 31, 33, 0.07);
  border-radius: 28px;
  padding: clamp(1.18rem, 2vw, 1.65rem);
  box-shadow: var(--shadow-soft);
  height: 100%;
}
.content-card { padding: clamp(1.04rem, 2vw, 1.46rem); }
.inner-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0.9rem; }
.content-card > .inner-grid { min-height: 100%; align-content: start; }
.section-dark .card, .section-dark .quote-card, .section-dark .notice {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.52rem;
  padding: 0.94rem 1.48rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #d49868, #bc7a47);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 24px rgba(171, 108, 62, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 16px 30px rgba(171, 108, 62, 0.2); }
.button-secondary {
  background: rgba(34, 27, 29, 0.02);
  color: var(--text);
  border: 1px solid rgba(40, 31, 33, 0.12);
  box-shadow: none;
  font-weight: 620;
}
.button-secondary:hover { background: rgba(34, 27, 29, 0.045); }
.section-dark .button-secondary {
  color: #f6f1ea;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}
.section-dark .button-secondary:hover { background: rgba(255, 255, 255, 0.07); }
.cta-wrap { margin: 1.05rem 0 0; display: flex; flex-wrap: wrap; gap: 0.68rem; }
.cta-wrap + .cta-wrap { margin-top: 0.75rem; }
.feature-list, .download-list { padding-left: 1.15rem; margin: 0.9rem 0 0; }
.feature-list li, .download-list li, ul li, ol li { margin: 0.35rem 0; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}
.trust-chip {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(40, 31, 33, 0.08);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(248, 241, 234, 0.8));
  text-align: center;
  font-weight: 600;
  color: var(--muted);
}
.link-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.link-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(32, 25, 27, 0.05);
  text-decoration: none;
}
.section-dark .link-pills a {
  background: rgba(255, 255, 255, 0.06);
}
.quote-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.quote-card p { margin: 0 0 1rem; font-size: 1.02rem; }
.quote-card footer { color: var(--muted); font-size: 0.95rem; }
.media { margin: 0; }
.media img { width: 100%; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.divider { border: 0; border-top: 1px solid var(--line); margin: 1rem 0; }
.notice p:first-child { margin-top: 0; }
.notice p:last-child { margin-bottom: 0; }
.page--faq .hero-inner,
.page--faq-heart-reset .hero-inner,
.page--impressum .hero-inner,
.page--datenschutz .hero-inner,
.page--widerruf .hero-inner,
.page--agb .hero-inner { max-width: 940px; }
.page--faq .page-section .col-8,
.page--faq .page-section .col-7,
.page--faq .page-section .col-6,
.page--faq .page-section .col-5,
.page--faq .page-section .col-4,
.page--faq .page-section .col-3,
.page--faq-heart-reset .page-section .col-8,
.page--faq-heart-reset .page-section .col-7,
.page--faq-heart-reset .page-section .col-6,
.page--faq-heart-reset .page-section .col-5,
.page--faq-heart-reset .page-section .col-4,
.page--faq-heart-reset .page-section .col-3 { max-width: 100%; }
details {
  background: rgba(32, 25, 27, 0.04);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  padding: 1rem 1.05rem;
}
.faq-list {
  display: grid;
  gap: 0.9rem;
}
.faq-list details {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.82), rgba(249, 243, 236, 0.76));
}
details + details { margin-top: 0.8rem; }
summary { cursor: pointer; font-weight: 700; list-style: none; line-height: 1.45; }
summary::-webkit-details-marker { display: none; }
details[open] summary { margin-bottom: 0.65rem; }
.site-footer { padding: 3.8rem 0 2.6rem; }
.footer-grid { display: grid; gap: 1rem; grid-template-columns: 1.4fr 1fr; border-top: 1px solid rgba(40, 31, 33, 0.08); padding-top: 1.65rem; }
.footer-title { margin: 0 0 0.5rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-content: start; justify-content: flex-end; }
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1rem; border-bottom: 1px solid var(--line); background: rgba(251, 247, 242, 0.98); box-shadow: var(--shadow-soft); }
  .site-nav.is-open { display: grid; }
  .page-hero { padding: 4.7rem 0 2.15rem; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { max-width: none; }
  .grid, .inner-grid { gap: 0.9rem; }
  .col-8, .col-7, .col-6, .col-5, .col-4, .col-3 { grid-column: span 12; }
  .button { width: 100%; min-height: 3.5rem; }
  .hero-actions { gap: 0.65rem; }
  .hero-actions .button { min-width: 0; }
  .link-pills a { width: 100%; justify-content: center; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 560px) {
  body { line-height: 1.62; }
  .container { width: min(calc(100% - 1.15rem), var(--max)); }
  .site-header { backdrop-filter: blur(14px); }
  .section-dark .container { border-radius: 28px; padding: 1.05rem; }
  .card, .quote-card, .notice { border-radius: 22px; padding: 1.05rem; }
  .site-nav a { width: 100%; text-align: center; }
  .page-section { padding: 0.85rem 0; }
  .lead { font-size: 1.04rem; }
  .hero-panel { padding: 1rem; }
  .hero-trust { gap: 0.4rem; }
  .hero-trust a, .hero-trust span { width: 100%; justify-content: center; }
  .trust-strip { grid-template-columns: 1fr; }
  .cta-wrap { margin-top: 0.9rem; }
}
