/* Erkennungsdienst — plagiat-erkennung.de — generated */
:root {
  --ed-bg: #f4f1e8;
  --ed-bg2: #ffffff;
  --ed-fg: #1a2418;
  --ed-fg2: #525947;
  --ed-primary: #2f4a2a;
  --ed-primary-d: #1f351b;
  --ed-accent: #8b5a2b;
  --ed-line: #d4cdb8;
  --ed-card: #fbf8ee;
  --ed-muted: #7a7660;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 17px; line-height: 1.6;
  color: var(--ed-fg);
  background: var(--ed-bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', 'Georgia', serif; line-height: 1.25; margin: 0 0 .6em; color: var(--ed-fg); }
h1 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h2, .ed__h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--ed-fg);
  background: linear-gradient(90deg, var(--ed-primary), var(--ed-accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-block;
}
.ed__h-as-p { font-size: 1.15rem; font-weight: 600; margin: 0 0 1em; color: var(--ed-fg); font-family: 'Roboto Slab', 'Georgia', serif; }
p { margin: 0 0 1em; color: var(--ed-fg); }
a { color: var(--ed-primary); text-decoration: underline; text-underline-offset: 2px; }
a:hover { text-decoration: underline; }
.ed__nav a, .ed__brand, .ed__btn, .ed__footer a { text-decoration: none; }
.ed__footer a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
strong, b, .ed__b, .ed__b--w { font-weight: 700; color: var(--ed-fg); }
.ed__b--w { color: var(--ed-fg); }

.ed__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.ed__container--n { max-width: 880px; margin: 0 auto; padding: 0 24px; }
.ed__section { padding: 64px 0; }
.ed__section--alt { background: var(--ed-bg2); }
.ed__text-center { text-align: center; }
.ed__text-muted { color: var(--ed-muted); }
.ed__text-sm { font-size: .92rem; }

/* topbar */
.ed__topstrip {
  background: var(--ed-primary);
  color: var(--ed-bg);
  padding: 10px 16px; text-align: center;
  font-size: .92rem; font-weight: 600;
  font-family: 'Roboto Slab', 'Georgia', serif;
}
.ed__topstrip code { background: rgba(255,255,255,0.2); color: inherit; padding: 3px 10px; border: 2px dashed rgba(255,255,255,0.8); border-radius: 5px; font-family: 'JetBrains Mono', 'Source Code Pro', 'Fira Code', monospace; font-size: .9rem; font-weight: 600; letter-spacing: .02em; cursor: pointer; transition: background .15s, border-color .15s; }
.ed__topstrip code:hover { background: rgba(255,255,255,0.3); border-color: #fff; }

/* header */
.ed__header {
  position: sticky; top: 0; z-index: 50;
  background: var(--ed-bg);
  border-bottom: 1px solid var(--ed-line);
  transition: box-shadow .15s ease;
}
.ed__header__row {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
}
.ed__brand img { height: 36px; width: auto; }
.ed__nav { display: flex; gap: 18px; align-items: center; }
.ed__nav a { color: var(--ed-fg); font-size: .98rem; font-weight: 500; }
.ed__nav a.is-active { color: var(--ed-primary); }
.ed__menu-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--ed-fg); padding: 4px; }

/* buttons */
.ed__btn {
  display: inline-block; padding: 12px 22px; border-radius: 8px;
  font-weight: 600; font-size: .98rem;
  border: 1px solid transparent; cursor: pointer;
  text-decoration: none; transition: filter .15s, transform .05s;
  font-family: 'Roboto Slab', 'Georgia', serif;
}
.ed__btn:hover { filter: brightness(1.08); text-decoration: none; }
.ed__btn:active { transform: translateY(1px); }
.ed__btn--primary { background: var(--ed-primary); color: var(--ed-bg); }
.ed__btn--gold { background: var(--ed-accent); color: var(--ed-bg); }
.ed__btn--ghost { background: transparent; color: var(--ed-primary); border-color: var(--ed-primary); }
.ed__btn--lg { padding: 16px 28px; font-size: 1.05rem; }
.ed__btn--sm { padding: 8px 16px; font-size: .9rem; }
.ed__btn--block { display: block; width: 100%; text-align: center; }

/* hero */
.ed__hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px;
  align-items: start;
  padding: 56px 0 30px;
}
.ed__hero__eyebrow { display:inline-block; font-size: .82rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ed-primary); margin-bottom: 12px; font-weight: 700; font-family: 'Roboto Slab', 'Georgia', serif; }
.ed__hero__title { font-size: clamp(1.8rem, 4.2vw, 2.8rem); margin: 0 0 16px; }
.ed__hero__title em { font-style: normal; color: var(--ed-primary); }
.ed__hero__lede { font-size: 1.08rem; color: var(--ed-fg2); margin: 0 0 24px; }
.ed__hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.ed__hero__trust { display: flex; gap: 20px; flex-wrap: wrap; color: var(--ed-muted); font-size: .92rem; }

/* upload card */
.ed__hero__upload {
  background: var(--ed-card);
  border: 1px solid var(--ed-line);
  border-radius: 14px;
  padding: 26px;
}
.ed__hero__upload h2 { font-size: 1.2rem; margin: 0 0 8px; background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--ed-fg); display: block; }
.ed__drop {
  border: 2px dashed var(--ed-line);
  border-radius: 10px;
  padding: 28px 16px; text-align: center; cursor: pointer;
  transition: border-color .15s, background .15s;
  color: var(--ed-fg2);
}
.ed__drop:hover, .ed__drop.is-drag { border-color: var(--ed-primary); background: var(--ed-bg2); }
.ed__drop svg { width: 42px; height: 42px; margin: 0 auto 6px; color: var(--ed-primary); }
.ed__progress { height: 6px; background: var(--ed-line); border-radius: 4px; margin: 12px 0 4px; overflow: hidden; }
.ed__progress span { display: block; height: 100%; background: var(--ed-primary); transition: width .15s; }

/* stats */
.ed__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  padding: 24px; background: var(--ed-bg2);
  border-radius: 12px; border: 1px solid var(--ed-line);
}
.ed__stats__item { text-align: center; }
.ed__stats__n { display: block; font-size: 1.7rem; font-weight: 800; color: var(--ed-primary); font-family: 'Roboto Slab', 'Georgia', serif; }
.ed__stats__l { display: block; font-size: .85rem; color: var(--ed-muted); }

/* grid + cards */
.ed__grid { display: grid; gap: 32px; }
.ed__grid--3 { grid-template-columns: repeat(3, 1fr); }
.ed__card {
  background: var(--ed-card);
  border: 1px solid var(--ed-line);
  border-radius: 12px; padding: 24px;
}
.ed__card__step { display: inline-block; font-family: 'Roboto Slab', 'Georgia', serif; font-size: 1.6rem; color: var(--ed-accent); margin-bottom: 8px; font-weight: 800; }
.ed__card--ink { background: var(--ed-fg); color: var(--ed-bg); }
.ed__pill {
  display: inline-block; padding: 4px 12px; border-radius: 99px;
  background: var(--ed-bg2); color: var(--ed-primary);
  border: 1px solid var(--ed-line);
  font-size: .82rem; font-weight: 700;
  font-family: 'Roboto Slab', 'Georgia', serif;
}

/* price */
.ed__price { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ed__price__col {
  background: var(--ed-card);
  border: 1px solid var(--ed-line);
  border-radius: 12px; padding: 24px;
}
.ed__price__col--feat { border-color: var(--ed-primary); box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.ed__price__name { font-weight: 700; margin: 0 0 4px; font-family: 'Roboto Slab', 'Georgia', serif; }
.ed__price__sub { font-size: .9rem; color: var(--ed-muted); margin: 0 0 12px; }
.ed__price__num { font-size: 2.1rem; font-weight: 800; color: var(--ed-primary); font-family: 'Roboto Slab', 'Georgia', serif; }
.ed__price__unit { font-size: .95rem; color: var(--ed-muted); }
.ed__price__features { list-style: none; padding: 0; margin: 16px 0 18px; }
.ed__price__features li { padding: 6px 0; border-bottom: 1px dashed var(--ed-line); font-size: .95rem; }

/* faq */
.ed__faq details {
  background: var(--ed-card);
  border: 1px solid var(--ed-line);
  border-radius: 10px;
  padding: 18px 22px; margin-bottom: 12px;
}
.ed__faq summary { cursor: pointer; font-weight: 600; list-style: none; outline: none; }
.ed__faq summary::-webkit-details-marker { display: none; }
.ed__faq details p { margin-top: 10px; color: var(--ed-fg2); }

/* reviews */
.ed__reviews__head { display: flex; flex-wrap: wrap; gap: 18px; align-items: baseline; justify-content: space-between; margin-bottom: 26px; }
.ed__reviews__score { display: flex; align-items: baseline; gap: 10px; }
.ed__reviews__rating { font-size: 2rem; font-weight: 800; color: var(--ed-primary); font-family: 'Roboto Slab', 'Georgia', serif; }
.ed__reviews__stars { color: var(--ed-accent); letter-spacing: 2px; }
.ed__reviews__count { color: var(--ed-muted); font-size: .92rem; }
.ed__reviews__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ed__reviews__card {
  background: var(--ed-card);
  border: 1px solid var(--ed-line);
  border-radius: 12px; padding: 22px;
}
.ed__reviews__cardstars { color: var(--ed-accent); letter-spacing: 2px; margin-bottom: 8px; }
.ed__reviews__text { margin: 0 0 14px; font-size: .98rem; color: var(--ed-fg); }
.ed__reviews__meta { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; color: var(--ed-muted); }
.ed__reviews__name { font-weight: 600; color: var(--ed-fg); }

/* footer */
.ed__footer { background: var(--ed-bg2); border-top: 1px solid var(--ed-line); padding: 48px 0 0; margin-top: 64px; color: var(--ed-fg2); }
.ed__footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; }
.ed__footer__h { font-size: 1rem; font-weight: 700; margin: 0 0 12px; font-family: 'Roboto Slab', 'Georgia', serif; color: var(--ed-fg); background: none; -webkit-background-clip: initial; background-clip: initial; display: block; }
.ed__footer a { display: block; color: var(--ed-fg2); padding: 4px 0; font-size: .95rem; }
.ed__footer p a { display: inline; padding: 0; }
.ed__footer__bottom { border-top: 1px solid var(--ed-line); padding: 18px 0; font-size: .9rem; color: var(--ed-muted); }
.ed__footer__bottom p { margin: 4px 0; color: var(--ed-muted); }

/* funnel page additions (used by bestellen.html) */
.ed__scan-pick { display: grid; gap: 12px; }
.ed__scan-pick label { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 2px solid var(--ed-line); border-radius: 10px; cursor: pointer; background: var(--ed-card); transition: border-color .15s, background .15s; }
.ed__scan-pick label:hover { border-color: var(--ed-primary); }
.ed__scan-pick label.is-selected { border-color: var(--ed-primary); background: var(--ed-bg2); }
.ed__scan-pick input { display: none; }
.ed__scan-pick .name { font-weight: 700; color: var(--ed-fg); font-family: 'Roboto Slab', 'Georgia', serif; }
.ed__scan-pick .price { font-size: .92rem; color: var(--ed-muted); }
.ed__upload-state { padding: 16px; border: 1px solid var(--ed-line); border-radius: 10px; background: var(--ed-card); }
.ed__summary { background: var(--ed-card); border: 1px solid var(--ed-line); border-radius: 10px; padding: 18px; }
.ed__summary .row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--ed-line); font-size: .95rem; }
.ed__summary .row:last-child { border: 0; }
.ed__summary .row.total { font-weight: 700; font-size: 1.15rem; padding-top: 14px; margin-top: 4px; border-top: 2px solid var(--ed-line); border-bottom: 0; color: var(--ed-fg); }
.ed__input { width: 100%; padding: 12px 14px; border: 1px solid var(--ed-line); border-radius: 8px; background: var(--ed-bg); color: var(--ed-fg); font-family: inherit; font-size: 1rem; }
.ed__input:focus { outline: none; border-color: var(--ed-primary); box-shadow: 0 0 0 3px #2f4a2a22; }
.ed__btn--gold { background: var(--ed-accent); color: var(--ed-bg); border-color: transparent; }
.ed__success { color: #2a8f47; }
.ed__danger { color: #c0392b; }

/* Funnel panel — visual wrapper around the bestellen funnel */
.ed__funnel-panel {
  background: var(--ed-card);
  border: 1px solid var(--ed-line);
  border-radius: 18px;
  padding: 32px;
  margin-top: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.ed__funnel-panel .ed__drop { background: var(--ed-bg2); padding: 40px 24px; border-radius: 14px; border-width: 2px; }
.ed__funnel-panel .ed__drop:hover { border-color: var(--ed-primary); background: var(--ed-bg); }
.ed__funnel-panel .ed__drop svg { width: 56px; height: 56px; }
.ed__bestellen-hero { text-align: center; padding: 16px 0 24px; }
.ed__bestellen-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); margin: 14px 0 18px; }
.ed__bestellen-hero h1 em { font-style: normal; color: var(--ed-primary); }
@media (max-width: 720px) {
  .ed__funnel-panel { padding: 20px; border-radius: 14px; }
  .ed__funnel-panel .ed__drop { padding: 28px 16px; }
}

/* legal content */
.ed__content { max-width: 820px; margin: 40px auto; padding: 0 24px; }
.ed__content h1 { font-size: 1.9rem; margin: 0 0 16px; }
.ed__content h2 { font-size: 1.4rem; margin: 28px 0 12px; background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--ed-fg); display: block; }
.ed__content h3 { font-size: 1.1rem; margin: 22px 0 8px; }
.ed__content p, .ed__content li { font-size: .98rem; color: var(--ed-fg2); }

/* keyword badge (per-page) */
.ed__kw-badge { display: inline-block; vertical-align: middle; margin-left: 12px; }

/* TEMPLATE STRUCTURAL VARIANT — applied per-domain */
.ed__hero { grid-template-columns: 1.4fr .6fr; gap: 64px; }
.ed__hero__title { font-family: 'Roboto Slab', Georgia, serif; }
.ed__hero__lede { column-count: 2; column-gap: 32px; }
@media (max-width: 880px) { .ed__hero__lede { column-count: 1; } }
.ed__topstrip { border-bottom: 4px double #1a2418; }
.ed__h2 { background: none; -webkit-background-clip: initial; background-clip: initial; color: #2f4a2a; border-bottom: 2px solid #8b5a2b; padding-bottom: 4px; display: inline-block; }


/* responsive */
@media (max-width: 880px) {
  .ed__hero { grid-template-columns: 1fr; gap: 28px; }
  .ed__stats { grid-template-columns: repeat(2, 1fr); }
  .ed__grid--3 { grid-template-columns: 1fr; }
  .ed__price { grid-template-columns: 1fr; }
  .ed__reviews__track { grid-template-columns: 1fr; }
  .ed__footer__grid { grid-template-columns: 1fr 1fr; }
  .ed__menu-toggle { display: block; }
  .ed__nav { display: none; position: absolute; top: 100%; right: 0; background: var(--ed-card); padding: 14px; border: 1px solid var(--ed-line); border-radius: 8px; flex-direction: column; gap: 8px; min-width: 200px; }
  .ed__nav.is-open { display: flex; }
}

/* PSI-A11Y-HARDEN */
:root { --ed-muted: #5d5a48 !important; }
.ed__section--alt { background: #ffffff !important; }
.ed__btn--primary, .ed__btn--primary * { color: #ffffff !important; }
.ed__text-muted, .ed__stats__l, .ed__reviews__count, .ed__price__sub, .ed__price__unit { color: #5d5a48 !important; }
/* /PSI-A11Y-HARDEN */


