/* ThesisPrüfer — plagiatspruefer-bachelorarbeit.de — generated */
:root {
  --th-bg: #F5F8FB;
  --th-bg2: #ffffff;
  --th-fg: #0F2A44;
  --th-fg2: #3D5470;
  --th-primary: #1E5A8F;
  --th-primary-d: #143F66;
  --th-accent: #2BB3A3;
  --th-line: #D6E1EC;
  --th-card: #ffffff;
  --th-muted: #627080;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 17px; line-height: 1.6;
  color: var(--th-fg);
  background: var(--th-bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Inter', system-ui, -apple-system, sans-serif; line-height: 1.25; margin: 0 0 .6em; color: var(--th-fg); }
h1 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h2, .th__h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--th-fg);
  background: linear-gradient(90deg, var(--th-primary), var(--th-accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-block;
}
.th__h-as-p { font-size: 1.15rem; font-weight: 600; margin: 0 0 1em; color: var(--th-fg); font-family: 'Inter', system-ui, -apple-system, sans-serif; }
p { margin: 0 0 1em; color: var(--th-fg); }
a { color: var(--th-primary); text-decoration: underline; text-underline-offset: 2px; }
a:hover { text-decoration: underline; }
.th__nav a, .th__brand, .th__btn, .th__footer a { text-decoration: none; }
.th__footer a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
strong, b, .th__b, .th__b--w { font-weight: 700; color: var(--th-fg); }
.th__b--w { color: var(--th-fg); }

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

/* topbar */
.th__topstrip {
  background: var(--th-primary);
  color: var(--th-bg);
  padding: 10px 16px; text-align: center;
  font-size: .92rem; font-weight: 600;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.th__topstrip code { background: rgba(255,255,255,0.2); color: inherit; padding: 2px 8px; border: 1px dashed rgba(255,255,255,0.5); border-radius: 4px; 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; }
.th__topstrip code:hover { background: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.8); }

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

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

/* hero */
.th__hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px;
  align-items: start;
  padding: 56px 0 30px;
}
.th__hero__eyebrow { display:inline-block; font-size: .82rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--th-primary); margin-bottom: 12px; font-weight: 700; font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.th__hero__title { font-size: clamp(1.8rem, 4.2vw, 2.8rem); margin: 0 0 16px; }
.th__hero__title em { font-style: normal; color: var(--th-primary); }
.th__hero__lede { font-size: 1.08rem; color: var(--th-fg2); margin: 0 0 24px; }
.th__hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.th__hero__trust { display: flex; gap: 20px; flex-wrap: wrap; color: var(--th-muted); font-size: .92rem; }

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

/* stats */
.th__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  padding: 24px; background: var(--th-bg2);
  border-radius: 14px; border: 1px solid var(--th-line);
}
.th__stats__item { text-align: center; }
.th__stats__n { display: block; font-size: 1.7rem; font-weight: 800; color: var(--th-primary); font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.th__stats__l { display: block; font-size: .85rem; color: var(--th-muted); }

/* grid + cards */
.th__grid { display: grid; gap: 32px; }
.th__grid--3 { grid-template-columns: repeat(3, 1fr); }
.th__card {
  background: var(--th-card);
  border: 1px solid var(--th-line);
  border-radius: 14px; padding: 24px;
}
.th__card__step { display: inline-block; font-family: 'Inter', system-ui, -apple-system, sans-serif; font-size: 1.6rem; color: var(--th-accent); margin-bottom: 8px; font-weight: 800; }
.th__card--ink { background: var(--th-fg); color: var(--th-bg); }
.th__pill {
  display: inline-block; padding: 4px 12px; border-radius: 99px;
  background: var(--th-bg2); color: var(--th-primary);
  border: 1px solid var(--th-line);
  font-size: .82rem; font-weight: 700;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* price */
.th__price { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.th__price__col {
  background: var(--th-card);
  border: 1px solid var(--th-line);
  border-radius: 14px; padding: 24px;
}
.th__price__col--feat { border-color: var(--th-primary); box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.th__price__name { font-weight: 700; margin: 0 0 4px; font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.th__price__sub { font-size: .9rem; color: var(--th-muted); margin: 0 0 12px; }
.th__price__num { font-size: 2.1rem; font-weight: 800; color: var(--th-primary); font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.th__price__unit { font-size: .95rem; color: var(--th-muted); }
.th__price__features { list-style: none; padding: 0; margin: 16px 0 18px; }
.th__price__features li { padding: 6px 0; border-bottom: 1px dashed var(--th-line); font-size: .95rem; }

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

/* reviews */
.th__reviews__head { display: flex; flex-wrap: wrap; gap: 18px; align-items: baseline; justify-content: space-between; margin-bottom: 26px; }
.th__reviews__score { display: flex; align-items: baseline; gap: 10px; }
.th__reviews__rating { font-size: 2rem; font-weight: 800; color: var(--th-primary); font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.th__reviews__stars { color: var(--th-accent); letter-spacing: 2px; }
.th__reviews__count { color: var(--th-muted); font-size: .92rem; }
.th__reviews__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.th__reviews__card {
  background: var(--th-card);
  border: 1px solid var(--th-line);
  border-radius: 14px; padding: 22px;
}
.th__reviews__cardstars { color: var(--th-accent); letter-spacing: 2px; margin-bottom: 8px; }
.th__reviews__text { margin: 0 0 14px; font-size: .98rem; color: var(--th-fg); }
.th__reviews__meta { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; color: var(--th-muted); }
.th__reviews__name { font-weight: 600; color: var(--th-fg); }

/* footer */
.th__footer { background: var(--th-bg2); border-top: 1px solid var(--th-line); padding: 48px 0 0; margin-top: 64px; color: var(--th-fg2); }
.th__footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; }
.th__footer__h { font-size: 1rem; font-weight: 700; margin: 0 0 12px; font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--th-fg); background: none; -webkit-background-clip: initial; background-clip: initial; display: block; }
.th__footer a { display: block; color: var(--th-fg2); padding: 4px 0; font-size: .95rem; }
.th__footer p a { display: inline; padding: 0; }
.th__footer__bottom { border-top: 1px solid var(--th-line); padding: 18px 0; font-size: .9rem; color: var(--th-muted); }
.th__footer__bottom p { margin: 4px 0; color: var(--th-muted); }

/* funnel page additions (used by bestellen.html) */
.th__scan-pick { display: grid; gap: 12px; }
.th__scan-pick label { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 2px solid var(--th-line); border-radius: 14px; cursor: pointer; background: var(--th-card); transition: border-color .15s, background .15s; }
.th__scan-pick label:hover { border-color: var(--th-primary); }
.th__scan-pick label.is-selected { border-color: var(--th-primary); background: var(--th-bg2); }
.th__scan-pick input { display: none; }
.th__scan-pick .name { font-weight: 700; color: var(--th-fg); font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.th__scan-pick .price { font-size: .92rem; color: var(--th-muted); }
.th__upload-state { padding: 16px; border: 1px solid var(--th-line); border-radius: 14px; background: var(--th-card); }
.th__summary { background: var(--th-card); border: 1px solid var(--th-line); border-radius: 14px; padding: 18px; }
.th__summary .row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--th-line); font-size: .95rem; }
.th__summary .row:last-child { border: 0; }
.th__summary .row.total { font-weight: 700; font-size: 1.15rem; padding-top: 14px; margin-top: 4px; border-top: 2px solid var(--th-line); border-bottom: 0; color: var(--th-fg); }
.th__input { width: 100%; padding: 12px 14px; border: 1px solid var(--th-line); border-radius: 10px; background: var(--th-bg); color: var(--th-fg); font-family: inherit; font-size: 1rem; }
.th__input:focus { outline: none; border-color: var(--th-primary); box-shadow: 0 0 0 3px #1E5A8F22; }
.th__btn--gold { background: var(--th-accent); color: var(--th-bg); border-color: transparent; }
.th__success { color: #2a8f47; }
.th__danger { color: #c0392b; }

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

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

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

/* TEMPLATE STRUCTURAL VARIANT — applied per-domain */
.th__hero { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
.th__hero__title { font-family: 'Inter', system-ui, -apple-system, sans-serif; font-weight: 800; letter-spacing: -0.02em; font-size: clamp(2rem, 4.6vw, 3.2rem); }
.th__hero__lede { font-size: 1.18rem; line-height: 1.7; }
.th__hero__upload { max-width: 480px; margin: 24px auto 0; background: #ffffff; }
.th__drop { background: #F5F8FB; }
.th__container { max-width: 760px; }
.th__h2 { background: linear-gradient(90deg, var(--th-primary), var(--th-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; }
.th__section { padding: 80px 0; }


/* responsive */
@media (max-width: 880px) {
  .th__hero { grid-template-columns: 1fr; gap: 28px; }
  .th__stats { grid-template-columns: repeat(2, 1fr); }
  .th__grid--3 { grid-template-columns: 1fr; }
  .th__price { grid-template-columns: 1fr; }
  .th__reviews__track { grid-template-columns: 1fr; }
  .th__footer__grid { grid-template-columns: 1fr 1fr; }
  .th__menu-toggle { display: block; }
  .th__nav { display: none; position: absolute; top: 100%; right: 0; background: var(--th-card); padding: 14px; border: 1px solid var(--th-line); border-radius: 10px; flex-direction: column; gap: 8px; min-width: 200px; }
  .th__nav.is-open { display: flex; }
}

/* PSI-A11Y-HARDEN */
:root { --th-muted: #52617A !important; }
.th__section--alt { background: #ffffff !important; }
.th__btn--primary, .th__btn--primary * { color: #ffffff !important; }
.th__text-muted, .th__stats__l, .th__reviews__count, .th__price__sub, .th__price__unit { color: #52617A !important; }
/* /PSI-A11Y-HARDEN */


