/* Testronix — plagiatstester.de — generated */
:root {
  --tx-bg: #fafafa;
  --tx-bg2: #ffffff;
  --tx-fg: #1a1a2e;
  --tx-fg2: #4a4a6a;
  --tx-primary: #8e1cc2;
  --tx-primary-d: #6612a0;
  --tx-accent: #0084a3;
  --tx-line: #e0e0e8;
  --tx-card: #ffffff;
  --tx-muted: #7a7a8a;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 17px; line-height: 1.6;
  color: var(--tx-fg);
  background: var(--tx-bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', system-ui, sans-serif; line-height: 1.25; margin: 0 0 .6em; color: var(--tx-fg); }
h1 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h2, .tx__h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--tx-fg);
  background: linear-gradient(90deg, var(--tx-primary), var(--tx-accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-block;
}
.tx__h-as-p { font-size: 1.15rem; font-weight: 600; margin: 0 0 1em; color: var(--tx-fg); font-family: 'Space Grotesk', system-ui, sans-serif; }
p { margin: 0 0 1em; color: var(--tx-fg); }
a { color: var(--tx-primary); text-decoration: underline; text-underline-offset: 2px; }
a:hover { text-decoration: underline; }
.tx__nav a, .tx__brand, .tx__btn, .tx__footer a { text-decoration: none; }
.tx__footer a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
strong, b, .tx__b, .tx__b--w { font-weight: 700; color: var(--tx-fg); }
.tx__b--w { color: var(--tx-fg); }

.tx__container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.tx__container--n { max-width: 880px; margin: 0 auto; padding: 0 24px; }
.tx__section { padding: 64px 0; }
.tx__section--alt { background: var(--tx-bg2); }
.tx__text-center { text-align: center; }
.tx__text-muted { color: var(--tx-muted); }
.tx__text-sm { font-size: .92rem; }

/* topbar */
.tx__topstrip {
  background: var(--tx-primary);
  color: var(--tx-bg);
  padding: 10px 16px; text-align: center;
  font-size: .92rem; font-weight: 600;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.tx__topstrip code {
  background: var(--tx-bg);
  color: var(--tx-primary);
  padding: 2px 8px; border-radius: 4px; font-size: .9rem;
}

/* header */
.tx__header {
  position: sticky; top: 0; z-index: 50;
  background: var(--tx-bg);
  border-bottom: 1px solid var(--tx-line);
  transition: box-shadow .15s ease;
}
.tx__header__row {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
}
.tx__brand img { height: 36px; width: auto; }
.tx__nav { display: flex; gap: 18px; align-items: center; }
.tx__nav a { color: var(--tx-fg); font-size: .98rem; font-weight: 500; }
.tx__nav a.is-active { color: var(--tx-primary); }
.tx__menu-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--tx-fg); padding: 4px; }

/* buttons */
.tx__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: 'Space Grotesk', system-ui, sans-serif;
}
.tx__btn:hover { filter: brightness(1.08); text-decoration: none; }
.tx__btn:active { transform: translateY(1px); }
.tx__btn--primary { background: var(--tx-primary); color: var(--tx-bg); }
.tx__btn--gold { background: var(--tx-accent); color: var(--tx-bg); }
.tx__btn--ghost { background: transparent; color: var(--tx-primary); border-color: var(--tx-primary); }
.tx__btn--lg { padding: 16px 28px; font-size: 1.05rem; }
.tx__btn--sm { padding: 8px 16px; font-size: .9rem; }
.tx__btn--block { display: block; width: 100%; text-align: center; }

/* hero */
.tx__hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px;
  align-items: start;
  padding: 56px 0 30px;
}
.tx__hero__eyebrow { display:inline-block; font-size: .82rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--tx-primary); margin-bottom: 12px; font-weight: 700; font-family: 'Space Grotesk', system-ui, sans-serif; }
.tx__hero__title { font-size: clamp(1.8rem, 4.2vw, 2.8rem); margin: 0 0 16px; }
.tx__hero__title em { font-style: normal; color: var(--tx-primary); }
.tx__hero__lede { font-size: 1.08rem; color: var(--tx-fg2); margin: 0 0 24px; }
.tx__hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.tx__hero__trust { display: flex; gap: 20px; flex-wrap: wrap; color: var(--tx-muted); font-size: .92rem; }

/* upload card */
.tx__hero__upload {
  background: var(--tx-card);
  border: 1px solid var(--tx-line);
  border-radius: 14px;
  padding: 26px;
}
.tx__hero__upload h2 { font-size: 1.2rem; margin: 0 0 8px; background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--tx-fg); display: block; }
.tx__drop {
  border: 2px dashed var(--tx-line);
  border-radius: 10px;
  padding: 28px 16px; text-align: center; cursor: pointer;
  transition: border-color .15s, background .15s;
  color: var(--tx-fg2);
}
.tx__drop:hover, .tx__drop.is-drag { border-color: var(--tx-primary); background: var(--tx-bg2); }
.tx__drop svg { width: 42px; height: 42px; margin: 0 auto 6px; color: var(--tx-primary); }
.tx__progress { height: 6px; background: var(--tx-line); border-radius: 4px; margin: 12px 0 4px; overflow: hidden; }
.tx__progress span { display: block; height: 100%; background: var(--tx-primary); transition: width .15s; }

/* stats */
.tx__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  padding: 24px; background: var(--tx-bg2);
  border-radius: 12px; border: 1px solid var(--tx-line);
}
.tx__stats__item { text-align: center; }
.tx__stats__n { display: block; font-size: 1.7rem; font-weight: 800; color: var(--tx-primary); font-family: 'Space Grotesk', system-ui, sans-serif; }
.tx__stats__l { display: block; font-size: .85rem; color: var(--tx-muted); }

/* grid + cards */
.tx__grid { display: grid; gap: 32px; }
.tx__grid--3 { grid-template-columns: repeat(3, 1fr); }
.tx__card {
  background: var(--tx-card);
  border: 1px solid var(--tx-line);
  border-radius: 12px; padding: 24px;
}
.tx__card__step { display: inline-block; font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 1.6rem; color: var(--tx-accent); margin-bottom: 8px; font-weight: 800; }
.tx__card--ink { background: var(--tx-fg); color: var(--tx-bg); }
.tx__pill {
  display: inline-block; padding: 4px 12px; border-radius: 99px;
  background: var(--tx-bg2); color: var(--tx-primary);
  border: 1px solid var(--tx-line);
  font-size: .82rem; font-weight: 700;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

/* price */
.tx__price { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tx__price__col {
  background: var(--tx-card);
  border: 1px solid var(--tx-line);
  border-radius: 12px; padding: 24px;
}
.tx__price__col--feat { border-color: var(--tx-primary); box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.tx__price__name { font-weight: 700; margin: 0 0 4px; font-family: 'Space Grotesk', system-ui, sans-serif; }
.tx__price__sub { font-size: .9rem; color: var(--tx-muted); margin: 0 0 12px; }
.tx__price__num { font-size: 2.1rem; font-weight: 800; color: var(--tx-primary); font-family: 'Space Grotesk', system-ui, sans-serif; }
.tx__price__unit { font-size: .95rem; color: var(--tx-muted); }
.tx__price__features { list-style: none; padding: 0; margin: 16px 0 18px; }
.tx__price__features li { padding: 6px 0; border-bottom: 1px dashed var(--tx-line); font-size: .95rem; }

/* faq */
.tx__faq details {
  background: var(--tx-card);
  border: 1px solid var(--tx-line);
  border-radius: 10px;
  padding: 18px 22px; margin-bottom: 12px;
}
.tx__faq summary { cursor: pointer; font-weight: 600; list-style: none; outline: none; }
.tx__faq summary::-webkit-details-marker { display: none; }
.tx__faq details p { margin-top: 10px; color: var(--tx-fg2); }

/* reviews */
.tx__reviews__head { display: flex; flex-wrap: wrap; gap: 18px; align-items: baseline; justify-content: space-between; margin-bottom: 26px; }
.tx__reviews__score { display: flex; align-items: baseline; gap: 10px; }
.tx__reviews__rating { font-size: 2rem; font-weight: 800; color: var(--tx-primary); font-family: 'Space Grotesk', system-ui, sans-serif; }
.tx__reviews__stars { color: var(--tx-accent); letter-spacing: 2px; }
.tx__reviews__count { color: var(--tx-muted); font-size: .92rem; }
.tx__reviews__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tx__reviews__card {
  background: var(--tx-card);
  border: 1px solid var(--tx-line);
  border-radius: 12px; padding: 22px;
}
.tx__reviews__cardstars { color: var(--tx-accent); letter-spacing: 2px; margin-bottom: 8px; }
.tx__reviews__text { margin: 0 0 14px; font-size: .98rem; color: var(--tx-fg); }
.tx__reviews__meta { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; color: var(--tx-muted); }
.tx__reviews__name { font-weight: 600; color: var(--tx-fg); }

/* footer */
.tx__footer { background: var(--tx-bg2); border-top: 1px solid var(--tx-line); padding: 48px 0 0; margin-top: 64px; color: var(--tx-fg2); }
.tx__footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; }
.tx__footer__h { font-size: 1rem; font-weight: 700; margin: 0 0 12px; font-family: 'Space Grotesk', system-ui, sans-serif; color: var(--tx-fg); background: none; -webkit-background-clip: initial; background-clip: initial; display: block; }
.tx__footer a { display: block; color: var(--tx-fg2); padding: 4px 0; font-size: .95rem; }
.tx__footer__bottom { border-top: 1px solid var(--tx-line); padding: 18px 0; font-size: .9rem; color: var(--tx-muted); }
.tx__footer__bottom p { margin: 4px 0; color: var(--tx-muted); }

/* funnel page additions (used by bestellen.html) */
.tx__scan-pick { display: grid; gap: 12px; }
.tx__scan-pick label { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 2px solid var(--tx-line); border-radius: 10px; cursor: pointer; background: var(--tx-card); transition: border-color .15s, background .15s; }
.tx__scan-pick label:hover { border-color: var(--tx-primary); }
.tx__scan-pick label.is-selected { border-color: var(--tx-primary); background: var(--tx-bg2); }
.tx__scan-pick input { display: none; }
.tx__scan-pick .name { font-weight: 700; color: var(--tx-fg); font-family: 'Space Grotesk', system-ui, sans-serif; }
.tx__scan-pick .price { font-size: .92rem; color: var(--tx-muted); }
.tx__upload-state { padding: 16px; border: 1px solid var(--tx-line); border-radius: 10px; background: var(--tx-card); }
.tx__summary { background: var(--tx-card); border: 1px solid var(--tx-line); border-radius: 10px; padding: 18px; }
.tx__summary .row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--tx-line); font-size: .95rem; }
.tx__summary .row:last-child { border: 0; }
.tx__summary .row.total { font-weight: 700; font-size: 1.15rem; padding-top: 14px; margin-top: 4px; border-top: 2px solid var(--tx-line); border-bottom: 0; color: var(--tx-fg); }
.tx__input { width: 100%; padding: 12px 14px; border: 1px solid var(--tx-line); border-radius: 8px; background: var(--tx-bg); color: var(--tx-fg); font-family: inherit; font-size: 1rem; }
.tx__input:focus { outline: none; border-color: var(--tx-primary); box-shadow: 0 0 0 3px #8e1cc222; }
.tx__btn--gold { background: var(--tx-accent); color: var(--tx-bg); border-color: transparent; }
.tx__success { color: #2a8f47; }
.tx__danger { color: #c0392b; }

/* Funnel panel — visual wrapper around the bestellen funnel */
.tx__funnel-panel {
  background: var(--tx-card);
  border: 1px solid var(--tx-line);
  border-radius: 18px;
  padding: 32px;
  margin-top: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.tx__funnel-panel .tx__drop { background: var(--tx-bg2); padding: 40px 24px; border-radius: 14px; border-width: 2px; }
.tx__funnel-panel .tx__drop:hover { border-color: var(--tx-primary); background: var(--tx-bg); }
.tx__funnel-panel .tx__drop svg { width: 56px; height: 56px; }
.tx__bestellen-hero { text-align: center; padding: 48px 0 8px; }
.tx__bestellen-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); margin: 14px 0 18px; }
.tx__bestellen-hero h1 em { font-style: normal; color: var(--tx-primary); }
@media (max-width: 720px) {
  .tx__funnel-panel { padding: 20px; border-radius: 14px; }
  .tx__funnel-panel .tx__drop { padding: 28px 16px; }
}

/* legal content */
.tx__content { max-width: 820px; margin: 40px auto; padding: 0 24px; }
.tx__content h1 { font-size: 1.9rem; margin: 0 0 16px; }
.tx__content h2 { font-size: 1.4rem; margin: 28px 0 12px; background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--tx-fg); display: block; }
.tx__content h3 { font-size: 1.1rem; margin: 22px 0 8px; }
.tx__content p, .tx__content li { font-size: .98rem; color: var(--tx-fg2); }

/* keyword badge (per-page) */
.tx__kw-badge { display: inline-block; vertical-align: middle; margin-left: 12px; }

/* TEMPLATE STRUCTURAL VARIANT — applied per-domain */
.tx__hero { background: linear-gradient(135deg, #1f0b34, #2a1042); color: #f5edff; padding: 56px 40px; border-radius: 32px; margin-top: 24px; }
.tx__hero p, .tx__hero h1, .tx__hero__lede { color: #f5edff; }
.tx__hero__eyebrow { color: #0084a3; }
.tx__hero__title { font-size: clamp(2.4rem, 6vw, 4rem); background: linear-gradient(90deg, #8e1cc2, #0084a3); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tx__hero__upload { background: rgba(255,255,255,0.08); backdrop-filter: blur(16px); border-color: rgba(255,255,255,0.15); border-radius: 28px; color: #f5edff; }
.tx__hero__upload .tx__h-as-p, .tx__hero__upload p, .tx__hero__upload small { color: #f5edff; }
.tx__header { background: #1f0b34; border-bottom-color: #150624; }
.tx__header a, .tx__nav a { color: #f5edff !important; }
.tx__nav a.is-active { color: #0084a3 !important; }
.tx__topstrip { background: #ffffff; color: #1f0b34; border-bottom: 1px solid #e0d8ed; }
.tx__btn--primary { background: linear-gradient(90deg, #8e1cc2, #0084a3); border-radius: 999px; color: #ffffff; }
.tx__btn--ghost { border-radius: 999px; }
.tx__card { border-radius: 22px; }


/* responsive */
@media (max-width: 880px) {
  .tx__hero { grid-template-columns: 1fr; gap: 28px; }
  .tx__stats { grid-template-columns: repeat(2, 1fr); }
  .tx__grid--3 { grid-template-columns: 1fr; }
  .tx__price { grid-template-columns: 1fr; }
  .tx__reviews__track { grid-template-columns: 1fr; }
  .tx__footer__grid { grid-template-columns: 1fr 1fr; }
  .tx__menu-toggle { display: block; }
  .tx__nav { display: none; position: absolute; top: 100%; right: 0; background: var(--tx-card); padding: 14px; border: 1px solid var(--tx-line); border-radius: 8px; flex-direction: column; gap: 8px; min-width: 200px; }
  .tx__nav.is-open { display: flex; }
}

/* PSI-A11Y-HARDEN */
.tx__btn--primary { color: #ffffff !important; }
.tx__section--alt { background: var(--tx-bg2) !important; }
.tx__content { background: #ffffff !important; padding: 32px 40px !important; border-radius: 16px !important; }
main > section.tx__container { background: #ffffff !important; padding: 16px 24px !important; border-radius: 16px !important; margin-top: 16px !important; }
/* /PSI-A11Y-HARDEN */
