/* =====================================================================
   PLUSTOOLS – Stylesheet
   Schrift: Oswald (Text), Caveat (Buttons) · Akzent: #C4261D / #536A7B
   ===================================================================== */

/* ---------- Design-Tokens ---------- */
:root {
  --red: #c4261d;
  --red-dark: #a31f17;
  --slate: #536a7b;
  --slate-dark: #3d4f5b;
  --ink: #202a2f;
  --ink-soft: #56656d;
  --bg: #ffffff;
  --muted: #f4f6f7;
  --muted-2: #eef2f3;
  --line: #e2e8ea;
  --line-strong: #cfd8db;

  --radius: 14px;
  --radius-sm: 9px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(32, 42, 47, .06), 0 1px 3px rgba(32, 42, 47, .08);
  --shadow: 0 6px 18px rgba(32, 42, 47, .08), 0 2px 6px rgba(32, 42, 47, .06);
  --shadow-lg: 0 18px 40px rgba(32, 42, 47, .14);

  --container: 1180px;
  --container-narrow: 860px;

  --ease: cubic-bezier(.4, .1, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Oswald', system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }
h1, h2, h3, h4 { font-weight: 600; line-height: 1.15; color: var(--ink); letter-spacing: .2px; }

/* ---------- Icons ---------- */
.pt-ico {
  width: 1.1em; height: 1.1em;
  flex: 0 0 auto;
  vertical-align: -.18em;
}

/* ---------- Layout-Helfer ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.container--narrow { max-width: var(--container-narrow); }
.section { padding-block: clamp(48px, 7vw, 92px); }
.section--muted { background: var(--muted); }
.section--top { padding-top: clamp(28px, 4vw, 48px); }

.kicker {
  display: inline-block;
  font-weight: 600; font-size: .76rem; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--red);
}
.section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; flex-wrap: wrap; }
.section__head--center { flex-direction: column; align-items: center; text-align: center; }
.section__head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-top: 6px; }
.section__sub { color: var(--ink-soft); margin-top: 10px; max-width: 56ch; }
.section__note { margin-top: 26px; color: var(--ink-soft); font-size: .92rem; display: flex; align-items: center; gap: 8px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--slate); outline-offset: 2px; border-radius: 4px; }

/* =====================================================================
   Buttons (Caveat)
   ===================================================================== */
.btn {
  --btn-bg: var(--red); --btn-fg: #fff; --btn-bd: var(--red);
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 1.32rem; line-height: 1;
  letter-spacing: .3px;
  padding: .62em .95em;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 2px solid var(--btn-bd); border-radius: var(--radius-sm);
  transition: transform .12s var(--ease), box-shadow .15s var(--ease), background .15s, color .15s;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }
.btn .pt-ico { width: 1em; height: 1em; vertical-align: middle; }

.btn--primary { --btn-bg: var(--red); --btn-fg: #fff; --btn-bd: var(--red); }
.btn--primary:hover { --btn-bg: var(--red-dark); --btn-bd: var(--red-dark); }
.btn--secondary { --btn-bg: var(--slate); --btn-fg: #fff; --btn-bd: var(--slate); }
.btn--secondary:hover { --btn-bg: var(--slate-dark); --btn-bd: var(--slate-dark); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line-strong); }
.btn--ghost:hover { --btn-bg: var(--ink); --btn-fg: #fff; --btn-bd: var(--ink); }
.btn--light { --btn-bg: #fff; --btn-fg: var(--red); --btn-bd: #fff; }
.btn--light:hover { --btn-fg: var(--red-dark); }

.btn--sm { font-size: 1.08rem; padding: .5em .8em; }
.btn--lg { font-size: 1.55rem; padding: .62em 1.15em; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.linklike { background: none; border: 0; color: var(--red); padding: 0; font: inherit; cursor: pointer; }
.linklike:hover { text-decoration: underline; }

/* =====================================================================
   Header / Navigation
   ===================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 16px; }
.site-header__logo img { height: 52px; width: auto; }
.site-nav ul { display: flex; align-items: center; gap: 6px; }
.site-nav a {
  display: inline-block; color: var(--ink); font-weight: 400; font-size: 1.02rem;
  padding: 10px 14px; border-radius: var(--radius-sm); transition: background .15s, color .15s;
}
.site-nav a:hover { background: var(--muted); text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--red); font-weight: 500; }
.site-nav__cta { margin-left: 8px; }
.site-nav__cta a { padding: 0; }

.nav-toggle {
  display: none; background: var(--muted); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 9px 11px; color: var(--ink);
}
.nav-toggle .pt-ico { width: 1.4em; height: 1.4em; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; inset: 76px 0 auto 0;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: 14px 22px 22px;
    display: none;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .site-nav a { padding: 13px 14px; font-size: 1.1rem; }
  .site-nav__cta { margin: 10px 0 0; }
  .site-nav__cta a { width: 100%; }
  .site-nav__cta .btn { width: 100%; }
}

/* =====================================================================
   Hero (Startseite)
   ===================================================================== */
.hero { padding-block: clamp(40px, 6vw, 84px); background:
  radial-gradient(1200px 480px at 80% -10%, rgba(196, 38, 29, .07), transparent 60%),
  radial-gradient(900px 420px at 0% 110%, rgba(83, 106, 123, .10), transparent 55%); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero__title { font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 700; line-height: 1.05; margin: 14px 0 0; }
.hero__title .accent { color: var(--red); }
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); margin: 20px 0 28px; max-width: 54ch; }
.hero__points { margin-top: 26px; display: grid; gap: 10px; }
.hero__points li { display: flex; align-items: center; gap: 10px; font-size: 1rem; color: var(--ink); }
.hero__points .pt-ico { color: var(--red); }
.hero__media { position: relative; }
.hero__media > img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); object-fit: cover; }
.hero__badge {
  position: absolute; left: -18px; bottom: 26px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 14px 18px; display: flex; align-items: center; gap: 12px;
}
.hero__badge .pt-ico { width: 2em; height: 2em; color: var(--red); }
.hero__badge strong { display: block; font-size: 1.25rem; font-weight: 600; }
.hero__badge span { font-size: .85rem; color: var(--ink-soft); }

@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__badge { left: 12px; }
}

/* =====================================================================
   Feature-Grid
   ===================================================================== */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.feature-grid--4 { grid-template-columns: repeat(4, 1fr); }
.feature { }
.feature--card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); transition: transform .15s var(--ease), box-shadow .2s; }
.feature--card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.feature__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(196, 38, 29, .09); color: var(--red); margin-bottom: 16px;
}
.feature__icon .pt-ico { width: 1.5em; height: 1.5em; }
.feature h4 { font-size: 1.2rem; font-weight: 600; margin-bottom: 6px; }
.feature p { color: var(--ink-soft); font-size: .98rem; }

@media (max-width: 880px) { .feature-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .feature-grid--4 { grid-template-columns: 1fr; } }

/* =====================================================================
   Produkt-Grid & Karten
   ===================================================================== */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }

.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .16s var(--ease), box-shadow .2s, border-color .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
.product-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.product-card__link:hover { text-decoration: none; }
.product-card__media { position: relative; background: var(--muted-2); aspect-ratio: 4 / 3; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.product-card__body { padding: 18px 20px 8px; flex: 1; }
.product-card__maker { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 500; color: var(--slate); letter-spacing: .3px; }
.product-card__maker .pt-ico { width: .95em; height: .95em; color: var(--maker, var(--slate)); }
.product-card__title { font-size: 1.4rem; font-weight: 600; margin: 8px 0 4px; }
.product-card__tagline { color: var(--ink-soft); font-size: .96rem; line-height: 1.5; }
.product-card__cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 20px 20px; color: var(--red); font-weight: 500; font-size: .98rem; }
.product-card__cta .pt-ico { transition: transform .15s var(--ease); }
.product-card:hover .product-card__cta .pt-ico { transform: translateX(4px); }

/* Badges / Chips */
.badge { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-size: .76rem; font-weight: 500; padding: 5px 10px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); }
.badge--demo { color: #1d7a3d; border-color: #bfe6cc; background: #f0faf3; }
.badge--demo .pt-ico { width: 1em; height: 1em; }

.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chips--sm { margin-top: 14px; }
.chip { font-size: .76rem; font-weight: 400; color: var(--slate-dark); background: var(--muted); border: 1px solid var(--line); padding: 4px 9px; border-radius: var(--radius-pill); }
.chip--more { background: var(--slate); color: #fff; border-color: var(--slate); }
.chip--solid { background: rgba(83, 106, 123, .12); border-color: transparent; color: var(--slate-dark); font-weight: 500; }

/* =====================================================================
   Versions-Grid (Startseite)
   ===================================================================== */
.version-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.version-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.version-col__title { font-size: 1.05rem; font-weight: 600; color: var(--slate); padding-bottom: 12px; margin-bottom: 8px; border-bottom: 2px solid var(--muted-2); }
.version-list li a { display: flex; align-items: center; gap: 8px; padding: 9px 4px; color: var(--ink); border-radius: 6px; transition: background .12s, padding .12s; }
.version-list li a:hover { background: var(--muted); text-decoration: none; padding-left: 10px; }
.version-list .pt-ico { width: .9em; height: .9em; color: var(--red); }

/* =====================================================================
   Hersteller-Karten
   ===================================================================== */
.maker-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.maker-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; text-align: center; box-shadow: var(--shadow-sm); }
.maker-card__logo { height: 64px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.maker-card__logo img { max-height: 64px; width: auto; object-fit: contain; }
.maker-card h3 { font-size: 1.3rem; font-weight: 600; }
.maker-card p { color: var(--ink-soft); margin-top: 6px; }

/* =====================================================================
   CTA-Band
   ===================================================================== */
.cta-band { background: linear-gradient(120deg, var(--red), #d6453c); color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: clamp(40px, 6vw, 70px); flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band p { color: rgba(255, 255, 255, .9); margin-top: 8px; max-width: 52ch; }

/* =====================================================================
   Seiten-Hero (Unterseiten)
   ===================================================================== */
.page-hero { padding-block: clamp(34px, 5vw, 64px) clamp(20px, 3vw, 30px); background:
  radial-gradient(900px 360px at 90% -20%, rgba(196, 38, 29, .06), transparent 60%), var(--muted); }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); margin-top: 8px; }
.page-hero__lead { color: var(--ink-soft); margin-top: 14px; max-width: 60ch; font-size: 1.08rem; }
.page-hero--legal { background: var(--muted); }

.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--ink-soft); margin-bottom: 14px; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .pt-ico { width: .8em; height: .8em; opacity: .6; }
.breadcrumb span { color: var(--ink); font-weight: 500; }

/* =====================================================================
   Filterbar (Produktübersicht)
   ===================================================================== */
.filterbar { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow-sm); display: grid; grid-template-columns: minmax(200px, 1fr) auto; gap: 14px; align-items: center; }
.filterbar__search { display: flex; align-items: center; gap: 10px; background: var(--muted); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 14px; }
.filterbar__search .pt-ico { color: var(--ink-soft); }
.filterbar__search input { border: 0; background: transparent; padding: 12px 0; width: 100%; font: inherit; color: var(--ink); outline: none; }
.filterbar__selects { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.select { display: flex; flex-direction: column; gap: 3px; }
.select__label { font-size: .68rem; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-soft); font-weight: 500; padding-left: 2px; }
.select select { font: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 9px 12px; min-width: 180px; cursor: pointer; }

.check-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--muted); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 9px 15px; cursor: pointer; user-select: none; align-self: flex-end; }
.check-pill input { accent-color: var(--red); width: 16px; height: 16px; }
.check-pill span { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; }
.check-pill .pt-ico { width: 1em; height: 1em; color: #1d7a3d; }

.filter-count { margin: 20px 0 26px; color: var(--ink-soft); font-size: .92rem; }
.product-section { margin-bottom: 50px; }
.product-section__title { font-size: 1.5rem; font-weight: 600; margin-bottom: 6px; }
.product-section__sub { color: var(--ink-soft); margin-bottom: 22px; }
.empty-state { display: flex; align-items: center; gap: 10px; justify-content: center; padding: 40px; color: var(--ink-soft); background: var(--muted); border-radius: var(--radius); border: 1px dashed var(--line-strong); }

@media (max-width: 760px) {
  .filterbar { grid-template-columns: 1fr; }
  .select select { min-width: 0; width: 100%; }
  .select { flex: 1 1 140px; }
  .check-pill { align-self: stretch; justify-content: center; }
}

/* =====================================================================
   Produkt-Detailseite
   ===================================================================== */
.product-hero { padding-block: clamp(28px, 4vw, 50px); background:
  linear-gradient(180deg, var(--muted), #fff); border-bottom: 1px solid var(--line); }
.product-hero__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.product-hero__media { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; }
.product-hero__media img { width: 100%; height: auto; object-fit: contain; }

.maker-badge { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--maker, var(--slate)); border-radius: var(--radius-sm); padding: 9px 16px 9px 13px; box-shadow: var(--shadow-sm); margin-bottom: 18px; }
.maker-badge img { height: 30px; width: auto; max-width: 120px; object-fit: contain; }
.maker-badge span { font-size: .9rem; color: var(--ink-soft); }
.maker-badge strong { color: var(--ink); font-weight: 600; }

.product-hero__title { font-size: clamp(2rem, 4.6vw, 3.1rem); font-weight: 700; }
.product-hero__tagline { font-size: 1.2rem; color: var(--slate); font-weight: 400; margin-top: 4px; }
.product-hero__desc { color: var(--ink-soft); margin-top: 16px; font-size: 1.05rem; max-width: 60ch; }

.factbar { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 0; }
.factbar li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 10px 16px; box-shadow: var(--shadow-sm); }
.factbar__k { display: flex; align-items: center; gap: 7px; font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-soft); font-weight: 500; }
.factbar__k .pt-ico { width: 1em; height: 1em; color: var(--red); }
.factbar__v { display: block; font-size: 1.12rem; font-weight: 600; margin-top: 2px; }

.product-hero__versions { margin-top: 18px; }
.product-hero__versions .factbar__k { margin-bottom: 8px; }

.price-cards { display: flex; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.price-card { flex: 1 1 200px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-sm); }
.price-card--accent { border-color: rgba(196, 38, 29, .35); background: linear-gradient(180deg, #fff, rgba(196, 38, 29, .04)); }
.price-card__label { display: flex; align-items: center; gap: 8px; font-size: .82rem; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-soft); font-weight: 500; }
.price-card__label .pt-ico { width: 1em; height: 1em; color: var(--red); }
.price-card__value { display: block; font-size: 1.18rem; font-weight: 600; margin-top: 6px; color: var(--ink); }

.action-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

@media (max-width: 880px) {
  .product-hero__grid { grid-template-columns: 1fr; }
  .product-hero__media { max-width: 420px; }
}

/* =====================================================================
   Inhaltsbausteine
   ===================================================================== */
.product-content { padding-top: clamp(36px, 5vw, 64px); }
.block { margin-bottom: clamp(30px, 4vw, 52px); }
.block--heading { margin-bottom: 18px; }
.block--heading h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-top: 4px; }
.block--heading h3 { font-size: 1.45rem; }
.block--text { font-size: 1.08rem; color: var(--ink); }
.block--text p { margin-bottom: 1em; }
.block--text p:last-child { margin-bottom: 0; }
.block--text strong { font-weight: 600; }
.block--text a { text-decoration: underline; }

.block--image figure { margin: 0; }
.block--image img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.block--image figcaption { margin-top: 10px; font-size: .88rem; color: var(--ink-soft); text-align: center; }
.block--image-normal { max-width: 720px; margin-inline: auto; }

/* Split (zweispaltig: Bild + Text) */
.block--split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 50px); align-items: center; }
.split__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.split__body h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 12px; }
.split__body p { color: var(--ink-soft); font-size: 1.05rem; margin-bottom: 1em; }
.split--media-right .split__media { order: 2; }
@media (max-width: 760px) {
  .block--split { grid-template-columns: 1fr; }
  .split--media-right .split__media { order: -1; }
}

/* Tabellen */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.block--table table, .services-table { width: 100%; font-size: .98rem; }
.block--table th, .block--table td, .services-table th, .services-table td { text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.block--table thead th, .services-table thead th { background: var(--muted); font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .6px; color: var(--slate-dark); }
.block--table tbody tr:last-child td, .services-table tbody tr:last-child td { border-bottom: 0; }
.block--table tbody tr:hover, .services-table tbody tr:hover { background: var(--muted); }
.block-table-title { font-size: 1.3rem; margin-bottom: 14px; }
.block-table-note, .services__note { margin-top: 12px; font-size: .92rem; color: var(--ink-soft); }

.block--services h2 { display: flex; align-items: center; gap: 10px; font-size: 1.6rem; margin-bottom: 8px; }
.block--services h2 .pt-ico { color: var(--red); }
.block--services { margin-top: 12px; padding-top: clamp(24px, 4vw, 40px); border-top: 1px solid var(--line); }
.services__note { margin-bottom: 18px; }

/* Buttons-Block */
.block--buttons { display: flex; flex-wrap: wrap; gap: 12px; }

/* Features-Block */
.block--features .feature-grid { gap: 20px; }
.block--features .feature { background: var(--muted); border-radius: var(--radius); padding: 22px; }

/* Quote */
.block--quote { border-left: 4px solid var(--red); padding: 6px 0 6px 24px; margin-inline: 0; }
.block--quote blockquote { font-size: 1.3rem; font-weight: 400; color: var(--ink); font-style: italic; }
.block--quote cite { display: block; margin-top: 10px; font-style: normal; font-size: .9rem; color: var(--ink-soft); }

.block--divider { border: 0; border-top: 1px solid var(--line); }

/* =====================================================================
   Video-Embed (Consent)
   ===================================================================== */
.video-embed { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, var(--slate-dark), var(--ink)); box-shadow: var(--shadow); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-embed__play { position: absolute; inset: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: transparent; border: 0; color: #fff; text-align: center; padding: 24px; }
.video-embed__icon { display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 50%; background: var(--red); box-shadow: 0 8px 24px rgba(196, 38, 29, .5); transition: transform .15s var(--ease); }
.video-embed__icon .pt-ico { width: 2em; height: 2em; margin-left: 4px; }
.video-embed__play:hover .video-embed__icon { transform: scale(1.08); }
.video-embed__title { font-size: 1.25rem; font-weight: 600; }
.video-embed__hint { font-size: .82rem; color: rgba(255, 255, 255, .8); max-width: 42ch; }
.video-embed--empty { background: var(--muted); border: 1px dashed var(--line-strong); color: var(--ink-soft); display: flex; align-items: center; justify-content: center; }
.video-embed--empty span { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; }

/* =====================================================================
   Formulare
   ===================================================================== */
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.contact-form__head { margin-bottom: 26px; }
.contact-form__head h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.contact-form__head p { color: var(--ink-soft); margin-top: 8px; }

.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .9rem; font-weight: 500; color: var(--ink); }
.field__optional { color: var(--ink-soft); font-weight: 300; }
.field input, .field textarea {
  font: inherit; color: var(--ink); background: #fff;
  border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
  padding: 12px 14px; transition: border-color .15s, box-shadow .15s; width: 100%;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--slate); box-shadow: 0 0 0 3px rgba(83, 106, 123, .15); }
.field__error { display: none; font-size: .82rem; color: var(--red); }
.field.is-invalid .field__error { display: block; }
.field.is-invalid input, .field.is-invalid textarea { border-color: var(--red); }

.checkbox { display: flex; align-items: flex-start; gap: 11px; font-size: .92rem; color: var(--ink-soft); cursor: pointer; }
.checkbox input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--red); flex: 0 0 auto; }
.checkbox a { text-decoration: underline; }

.form__actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 6px; }
.form__status { font-size: .95rem; font-weight: 500; }
.form__status.is-ok { color: #1d7a3d; }
.form__status.is-error { color: var(--red); }

.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

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

/* Kontaktseite Layout */
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.contact-info__card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.contact-info__card h2 { color: #fff; font-size: 1.4rem; margin-bottom: 20px; }
.contact-list { display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list__ico { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, .12); color: #fff; flex: 0 0 auto; }
.contact-list__k { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255, 255, 255, .6); }
.contact-list a { color: #fff; }
.contact-list a:hover { color: #fff; }
.contact-info__note { display: flex; gap: 12px; align-items: flex-start; margin-top: 22px; padding: 18px; background: var(--muted); border-radius: var(--radius); font-size: .92rem; color: var(--ink-soft); }
.contact-info__note .pt-ico { color: var(--slate); flex: 0 0 auto; width: 1.3em; height: 1.3em; }

@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }

/* =====================================================================
   Legal-Seiten
   ===================================================================== */
.legal h2 { font-size: 1.4rem; margin: 32px 0 10px; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--ink); margin-bottom: 12px; max-width: 74ch; }
.legal a { text-decoration: underline; }
.legal code { background: var(--muted-2); padding: 2px 6px; border-radius: 5px; font-size: .9em; }
.legal-todo { color: var(--red); font-style: italic; }

/* =====================================================================
   Modal (Download)
   ===================================================================== */
.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(20, 27, 31, .55); backdrop-filter: blur(3px); animation: fade .2s ease; }
.modal__dialog { position: relative; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; max-width: 480px; padding: 34px 32px; text-align: center; animation: pop .22s var(--ease); }
.modal__close { position: absolute; top: 14px; right: 14px; background: var(--muted); border: 0; border-radius: 8px; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); }
.modal__close:hover { background: var(--line); }
.modal__icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: rgba(196, 38, 29, .1); color: var(--red); margin-bottom: 16px; }
.modal__icon .pt-ico { width: 1.7em; height: 1.7em; }
.modal__title { font-size: 1.6rem; font-weight: 600; }
.modal__lead { margin-top: 8px; color: var(--ink); }
.modal__text { margin-top: 12px; color: var(--ink-soft); font-size: .95rem; }
.modal form { margin-top: 22px; text-align: left; }
.modal__actions { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.modal__actions .btn { width: 100%; }
.modal__privacy { margin-top: 16px; font-size: .8rem; color: var(--ink-soft); text-align: center; }
.modal__privacy a { text-decoration: underline; }

@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(.98); } }

/* =====================================================================
   Cookie-Consent
   ===================================================================== */
.consent { position: fixed; inset: auto 0 0 0; z-index: 300; display: flex; justify-content: center; padding: 18px; }
.consent[hidden] { display: none; }
.consent__box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); max-width: 760px; width: 100%; padding: 26px 28px; animation: slideup .3s var(--ease); }
.consent__head h2 { font-size: 1.3rem; }
.consent__text { color: var(--ink-soft); font-size: .94rem; margin-top: 10px; }
.consent__text a { text-decoration: underline; }
.consent__options { display: grid; gap: 10px; margin-top: 20px; }
.consent__option { display: flex; align-items: center; gap: 16px; padding: 14px 16px; background: var(--muted); border-radius: var(--radius-sm); cursor: pointer; }
.consent__option-main { flex: 1; }
.consent__option-main strong { display: block; font-weight: 600; font-size: 1rem; }
.consent__option-main span { font-size: .86rem; color: var(--ink-soft); }
.consent__option input { position: absolute; opacity: 0; pointer-events: none; }
.switch { position: relative; width: 46px; height: 26px; border-radius: 999px; background: var(--line-strong); transition: background .18s; flex: 0 0 auto; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); transition: transform .18s var(--ease); }
.consent__option input:checked ~ .switch { background: var(--red); }
.consent__option input:checked ~ .switch::after { transform: translateX(20px); }
.consent__option input:disabled ~ .switch { background: var(--slate); opacity: .7; }
.consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; justify-content: flex-end; }

@keyframes slideup { from { opacity: 0; transform: translateY(20px); } }
@media (max-width: 560px) { .consent__actions { justify-content: stretch; } .consent__actions .btn { flex: 1 1 100%; } }

/* =====================================================================
   Footer
   ===================================================================== */
.site-footer { background: var(--ink); color: #c9d2d7; margin-top: auto; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr 1.2fr 1fr; gap: 40px; padding-block: clamp(40px, 5vw, 64px); }
.site-footer__logo { height: 50px; width: auto; filter: brightness(0) invert(1); opacity: .92; }
.site-footer__claim { margin-top: 14px; font-size: 1.05rem; color: #fff; }
.site-footer__intro { margin-top: 8px; font-size: .92rem; color: #9aa7ad; max-width: 40ch; }
.site-footer__kicker { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: 1.5px; color: #8a979d; margin-bottom: 16px; font-weight: 500; }

.footer-company { display: flex; gap: 14px; align-items: flex-start; }
.footer-company__details strong { color: #fff; display: block; margin-bottom: 6px; font-weight: 600; }
.footer-company address { font-style: normal; font-size: .92rem; line-height: 1.7; color: #b6c0c5; }
.footer-company address a { color: #b6c0c5; }
.footer-company address a:hover { color: #fff; }
.footer-company .pt-ico { width: .95em; height: .95em; color: #8a979d; vertical-align: -.12em; }

.site-footer__nav ul { display: grid; gap: 10px; }
.site-footer__nav a, .site-footer__nav .linklike { color: #b6c0c5; font-size: .96rem; }
.site-footer__nav a:hover, .site-footer__nav .linklike:hover { color: #fff; }

.site-footer__bar { border-top: 1px solid rgba(255, 255, 255, .1); }
.site-footer__bar-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 18px; font-size: .85rem; color: #8a979d; flex-wrap: wrap; gap: 10px; }
.site-footer__legal { display: flex; gap: 18px; }
.site-footer__legal a { color: #8a979d; }
.site-footer__legal a:hover { color: #fff; }

@media (max-width: 860px) { .site-footer__grid { grid-template-columns: 1fr; gap: 32px; } }

/* =====================================================================
   Utilities & Motion
   ===================================================================== */
html, body { min-height: 100%; }
body { display: flex; flex-direction: column; }
#main { flex: 1 0 auto; }

body.no-scroll { overflow: hidden; }

/* Anker-Ziele nicht unter dem Sticky-Header verstecken */
[id] { scroll-margin-top: 92px; }

/* Sicheres Ausblenden gefilterter Karten */
[hidden] { display: none !important; }

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

/* =====================================================================
   FontAwesome-Icons – Größen (lösen die früheren SVG-Maße ab)
   ===================================================================== */
.pt-ico { vertical-align: -0.075em; }
.btn .pt-ico { font-size: .9em; }
.nav-toggle .pt-ico { font-size: 1.35rem; }
.hero__points .pt-ico { font-size: 1.02rem; }
.hero__badge .pt-ico { font-size: 1.9rem; }
.feature__icon .pt-ico { font-size: 1.45rem; }
.version-list .pt-ico { font-size: .85rem; }
.breadcrumb .pt-ico { font-size: .72rem; }
.factbar__k .pt-ico { font-size: .95em; }
.video-embed__icon .pt-ico { font-size: 1.7rem; }
.contact-info__note .pt-ico { font-size: 1.25rem; }
.contact-list__ico { font-size: 1.05rem; }
.modal__icon .pt-ico { font-size: 1.6rem; }
.modal__close .pt-ico { font-size: 1.05rem; }
.block--services h2 .pt-ico { font-size: 1.3rem; }
.footer-company .pt-ico { font-size: .9em; }
.product-card__maker .pt-ico { font-size: .92em; }

/* =====================================================================
   Größeres Hersteller-Banner im Produktkopf
   ===================================================================== */
.maker-badge { padding: 14px 26px 14px 20px; gap: 20px; border-left-width: 5px; }
.maker-badge img { height: 50px; max-width: 200px; }
.maker-badge span { font-size: 1.05rem; }
@media (max-width: 520px) { .maker-badge { gap: 14px; padding: 12px 16px; } .maker-badge img { height: 40px; } }

/* Hilfsklassen */
.btn-row--center { justify-content: center; margin-top: 30px; }
.price-intro { margin-bottom: 26px; }

/* =====================================================================
   Preis-Staffel-Tabellen
   ===================================================================== */
.price-table { margin-bottom: 36px; }
.price-table:last-of-type { margin-bottom: 0; }
.price-table__title { font-size: 1.3rem; font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.price-table__tag { font-family: 'Caveat', cursive; font-size: 1.18rem; font-weight: 700; line-height: 1; padding: 4px 14px; border-radius: var(--radius-pill); color: #fff; }
.price-table__tag--kauf { background: var(--red); }
.price-table__tag--miete { background: var(--slate); }
.price-table__note { display: flex; gap: 8px; align-items: flex-start; margin-top: 12px; font-size: .86rem; color: var(--ink-soft); line-height: 1.55; }
.price-table__note .pt-ico { color: var(--slate); flex: 0 0 auto; margin-top: .2em; font-size: .95em; }

/* Datentabellen (Preise & Dienstleistungen) – mit Mobil-Stapelung */
.stack-table { width: 100%; font-size: .98rem; background: #fff; }
.stack-table thead th { background: var(--ink); color: #fff; font-weight: 600; font-size: .74rem; text-transform: uppercase; letter-spacing: .5px; text-align: left; padding: 13px 18px; }
.stack-table tbody td { padding: 13px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.stack-table tbody tr:last-child td { border-bottom: 0; }
.stack-table tbody tr:nth-child(even) { background: var(--muted); }
.stack-table__head { font-weight: 600; color: var(--ink); white-space: nowrap; }

@media (max-width: 640px) {
  .stack-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .stack-table, .stack-table tbody, .stack-table tr, .stack-table td { display: block; width: 100%; }
  .stack-table tr { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; overflow: hidden; background: #fff !important; box-shadow: var(--shadow-sm); }
  .stack-table td { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; text-align: right; border-bottom: 1px solid var(--line); padding: 11px 15px; }
  .stack-table td:last-child { border-bottom: 0; }
  .stack-table td::before { content: attr(data-label); font-weight: 600; color: var(--slate-dark); text-align: left; flex: 1 1 45%; font-size: .8rem; }
  .stack-table__head { background: var(--muted); font-size: 1.02rem; }
}

/* =====================================================================
   Download-Liste (cobra-Version + Produktversion)
   ===================================================================== */
.download-list { display: grid; gap: 12px; }
.download-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: var(--radius-sm); padding: 13px 18px; box-shadow: var(--shadow-sm); flex-wrap: wrap; }
.download-row__info { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.download-row__label { font-size: 1.1rem; font-weight: 600; color: var(--ink); }
.download-row__version { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 500; color: var(--slate-dark); background: var(--muted); border: 1px solid var(--line); padding: 4px 11px; border-radius: var(--radius-pill); }
.download-row__version .pt-ico { font-size: .85em; color: var(--slate); }
@media (max-width: 520px) {
  .download-row { align-items: stretch; }
  .download-row__info { width: 100%; }
  .download-row .btn { width: 100%; justify-content: center; }
}
