/* ============================================================
   SCHNAPP Schädlingsbekämpfung — Design-System
   Editorial-Premium: Papier, Tinte, Orange. Fraunces + System-Sans.
   ============================================================ */

@font-face {
  font-family: 'Fraunces';
  src: url('/assets/fonts/fraunces-var.woff2') format('woff2');
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Farben */
  --ink:         #23262E;
  --ink-soft:    #3C404B;
  --ink-mute:    #6B6F7A;
  --paper:       #FAF7F2;
  --paper-deep:  #F2EDE4;
  --white:       #FFFFFF;
  --accent:      #E9692C;   /* Logo-Orange (Schnapp) */
  --accent-dark: #BF4B14;   /* Text auf hell, Kontrast ≥ 4.5:1 */
  --accent-soft: #FCEAE1;
  --line:        rgba(35, 38, 46, .14);
  --line-strong: rgba(35, 38, 46, .3);

  /* Typo */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Skala */
  --fs-hero:  clamp(2.4rem, 5.6vw, 4.4rem);
  --fs-h2:    clamp(1.7rem, 3.4vw, 2.6rem);
  --fs-h3:    clamp(1.2rem, 2vw, 1.5rem);
  --fs-lede:  clamp(1.05rem, 1.5vw, 1.2rem);

  --wrap: 1160px;
  --radius: 14px;
  --shadow-soft: 0 18px 50px -18px rgba(35, 38, 46, .28);
  --ease: cubic-bezier(.22, .8, .3, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent); }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: var(--fs-hero); font-variation-settings: 'opsz' 100; }
h2 { font-size: var(--fs-h2);  font-variation-settings: 'opsz' 72; }
h3 { font-size: var(--fs-h3);  font-variation-settings: 'opsz' 40; }
p  { margin: 0 0 1em; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: .6rem 1rem;
}
.skip-link:focus { left: 0; }

/* Eyebrow — kleine Auszeichnungszeile über Headlines */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent-dark);
  margin-bottom: 1.1rem;
}
.eyebrow::before { content: ''; width: 2.2rem; height: 2px; background: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-weight: 700; font-size: .98rem; line-height: 1;
  padding: .95rem 1.5rem; border-radius: 999px;
  text-decoration: none; border: 1.5px solid transparent;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
  cursor: pointer;
}
.btn:active { transform: translateY(1px); }
.btn--accent { background: var(--accent); color: #fff; box-shadow: 0 10px 26px -12px rgba(233, 105, 44, .65); }
.btn--accent:hover { background: var(--accent-dark); color: #fff; transform: translateY(-1px); }
.btn--ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: #14161c; color: #fff; }
.btn--lg { padding: 1.1rem 1.9rem; font-size: 1.05rem; }

/* ---------- Topbar ---------- */
.topbar { background: var(--ink); color: rgba(250, 247, 242, .85); font-size: .82rem; }
.topbar__in { display: flex; justify-content: space-between; gap: 1rem; padding-block: .45rem; }
.topbar__hours { display: inline-flex; align-items: center; gap: .45rem; }
.topbar__hours svg { color: var(--accent); }
@media (max-width: 640px) { .topbar__area { display: none; } }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header__in { display: flex; align-items: center; gap: 1.6rem; padding-block: .7rem; position: relative; }

.brand { display: flex; align-items: center; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand__logo { display: block; width: auto; height: clamp(38px, 5.2vw, 50px); }

.nav { display: flex; align-items: center; gap: .2rem; }
.nav__link {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .55rem .8rem; border-radius: 8px;
  font-size: .95rem; font-weight: 600; color: var(--ink);
  text-decoration: none; background: none; border: 0; cursor: pointer;
  font-family: var(--font-body);
}
.nav__link:hover { background: var(--paper-deep); color: var(--ink); }

/* Dropdown / Mega-Menü */
.nav-dd { position: relative; }
/* Breites Menü zentriert sich am Header (statischer Parent), nicht am Button */
.nav-dd--wide { position: static; }
.mega {
  position: absolute; top: calc(100% + .6rem); left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.4rem 1.6rem 1.1rem;
  opacity: 0; visibility: hidden; transition: all .22s var(--ease);
  width: min(1040px, 100%);
}
.mega--small { width: 320px; padding: .7rem; }
.nav-dd.open .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; }
.mega__head {
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute); margin: 0 0 .55rem; padding-bottom: .45rem; border-bottom: 1px solid var(--line);
}
.mega__link {
  display: flex; justify-content: space-between; align-items: baseline; gap: .6rem;
  padding: .34rem .45rem; margin-inline: -.45rem; border-radius: 7px;
  font-size: .92rem; color: var(--ink); text-decoration: none;
}
.mega__link:hover { background: var(--accent-soft); color: var(--ink); }
.mega__all {
  display: block; margin-top: 1.1rem; padding-top: .8rem; border-top: 1px solid var(--line);
  font-size: .9rem; font-weight: 700; color: var(--accent-dark); text-decoration: none;
}
.mega__all:hover { color: var(--accent); }

.header__tel span { white-space: nowrap; }

/* Burger */
.burger { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.burger span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: all .25s var(--ease); }
.burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1020px) {
  .nav {
    position: fixed; inset: 0; top: 0; z-index: 90;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); padding: 6.2rem 1.4rem 2rem; overflow-y: auto;
  }
  .nav.open { display: flex; }
  body.nav-open { overflow: hidden; }
  .nav__link { font-size: 1.15rem; padding: .9rem .4rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-dd { border-bottom: 1px solid var(--line); }
  .nav-dd .nav-dd__btn { width: 100%; justify-content: space-between; border-bottom: 0; }
  .mega {
    position: static; transform: none; width: 100%; opacity: 1; visibility: hidden;
    display: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 1rem .6rem;
  }
  .nav-dd.open .mega { display: block; visibility: visible; transform: none; }
  .mega__grid { grid-template-columns: 1fr; gap: 1rem; }
  .header__tel { display: none; }
  .burger { display: block; position: relative; z-index: 95; }
}
@media (max-width: 420px) {
  .brand__claim { display: none; }
  .brand__name { font-size: 1.1rem; }
}

/* ---------- Sticky Mobile CTA ---------- */
.sticky-cta {
  display: none;
  position: fixed; left: .8rem; right: .8rem; bottom: .8rem; z-index: 80;
  align-items: center; justify-content: center; gap: .55rem;
  background: var(--accent); color: #fff; text-decoration: none;
  font-weight: 700; font-size: 1.02rem;
  padding: 1rem; border-radius: 999px;
  box-shadow: 0 14px 34px -10px rgba(233, 105, 44, .75);
}
@media (max-width: 760px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 4.6rem; }
}

/* ---------- Sektionen (Basis) ---------- */
.section { padding-block: clamp(3.2rem, 7vw, 5.5rem); }
.section--deep { background: var(--paper-deep); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section__head { max-width: 720px; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.section__head .lede { font-size: var(--fs-lede); color: var(--ink-soft); }
.section--ink .lede { color: rgba(250, 247, 242, .78); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(250, 247, 242, .82); padding-block: clamp(3rem, 6vw, 4.5rem) 1.4rem; }
.footer a { color: rgba(250, 247, 242, .82); text-decoration: none; }
.footer a:hover { color: var(--white); text-decoration: underline; }
.footer__top { display: grid; grid-template-columns: 1.1fr 2fr; gap: clamp(2rem, 5vw, 4rem); padding-bottom: 2.6rem; }
.footer__mark { margin-bottom: 1.1rem; }
.footer__slogan { font-family: var(--font-display); font-size: 1.35rem; line-height: 1.3; color: var(--white); margin-bottom: 1.3rem; }
.footer__hours { font-size: .85rem; margin-top: .8rem; color: rgba(250, 247, 242, .6); }
.footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.6rem; }
.footer__head { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin: 0 0 .9rem; }
.footer__list { list-style: none; margin: 0; padding: 0; font-size: .92rem; }
.footer__list li { margin-bottom: .45rem; }
.footer__list--2col { columns: 2; column-gap: 1.4rem; }
.footer__legal {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid rgba(250, 247, 242, .16); padding-top: 1.3rem;
  font-size: .82rem; color: rgba(250, 247, 242, .55);
}
@media (max-width: 860px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) { .footer__cols { grid-template-columns: 1fr; } }

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   HERO-Varianten
   ============================================================ */

.hero { position: relative; overflow: hidden; }
.hero .wrap { position: relative; }

/* Gemeinsame Bausteine */
.hero__eyebrow { margin-bottom: 1rem; }
.hero__lede { font-size: var(--fs-lede); color: var(--ink-soft); max-width: 34rem; }
.hero h1 { hyphens: auto; overflow-wrap: break-word; }
/* Service-Heros: kleinere H1 fuer lange Komposita (Bettwanzenbekaempfung etc.) */
.hero--service h1 { font-size: clamp(2.1rem, 4.2vw, 3.4rem); }
/* Home-Hero (V3): etwas kleinere H1, damit die laengere Headline sauber in den Hero passt */
.hero--v3 h1 { font-size: clamp(2.1rem, 4.2vw, 3.5rem); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

.hero-bullets { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: .55rem; }
.hero-bullets li { display: flex; align-items: baseline; gap: .6rem; font-weight: 600; font-size: .98rem; }
.hero-bullets svg { flex: none; transform: translateY(2px); color: var(--accent); }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  margin-top: clamp(1.8rem, 4vw, 3rem);
}
.hero-stats > div { padding: 1.1rem .5rem 0; border-left: 1px solid var(--line); padding-left: 1.1rem; }
.hero-stats > div:first-child { border-left: 0; padding-left: 0; }
.hero-stats b { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; letter-spacing: -.01em; }
.hero-stats span { font-size: .8rem; color: var(--ink-mute); }
@media (max-width: 720px) {
  .hero-stats { grid-template-columns: 1fr 1fr; gap: .4rem 0; }
  .hero-stats > div:nth-child(3) { border-left: 0; padding-left: 0; }
}

/* ---------- V1: Editorial asymmetrisch, Bild im Bogen ---------- */
.hero--v1 { padding-block: clamp(2.6rem, 6vw, 5rem) clamp(2.2rem, 5vw, 4rem); }
.hero--v1 .hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.6rem, 4vw, 3.6rem); align-items: center; }
.hero--v1 .hero__img {
  border-radius: 300px 300px var(--radius) var(--radius);
  overflow: hidden; box-shadow: var(--shadow-soft);
  border: 6px solid var(--white);
}
.hero--v1 .hero__img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 3.6; }
@media (max-width: 860px) {
  .hero--v1 .hero__grid { grid-template-columns: 1fr; }
  .hero--v1 .hero__img { max-width: 420px; margin-inline: auto; order: -1; }
  .hero--v1 .hero__img img { aspect-ratio: 4 / 3.4; }
}

/* ---------- V2: Ink Vollbreit, Bild rechts eingeblendet ---------- */
.hero--v2 { background: var(--ink); color: var(--paper); }
.hero--v2 .hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 540px; align-items: center; }
.hero--v2 .hero__copy { padding-block: clamp(2.6rem, 6vw, 5rem); }
.hero--v2 h1 { color: var(--white); }
.hero--v2 .hero__lede { color: rgba(250, 247, 242, .78); }
.hero--v2 .hero-bullets li { color: rgba(250, 247, 242, .92); }
.hero--v2 .hero__media { position: relative; height: 100%; min-height: 420px; }
.hero--v2 .hero__media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  mask-image: linear-gradient(90deg, transparent 0, #000 18%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%);
}
.hero--v2 .hero-stats { border-top-color: rgba(250,247,242,.2); }
.hero--v2 .hero-stats > div { border-left-color: rgba(250,247,242,.2); }
.hero--v2 .hero-stats span { color: rgba(250,247,242,.55); }
@media (max-width: 860px) {
  .hero--v2 .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero--v2 .hero__media { min-height: 260px; order: -1; }
  .hero--v2 .hero__media img { mask-image: linear-gradient(180deg, #000 70%, transparent); -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent); }
  .hero--v2 .hero__copy { padding-top: 0; }
}

/* ---------- V3: Split mit schwebender Preiskarte ---------- */
.hero--v3 { padding-block: clamp(2.6rem, 6vw, 5rem); background: linear-gradient(180deg, var(--paper-deep), var(--paper) 60%); }
.hero--v3 .hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero--v3 .hero__stack { position: relative; }
.hero--v3 .hero__img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.hero--v3 .hero__img img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.price-float {
  width: 100%; margin-top: 1.1rem;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-soft); border: 1px solid var(--line);
  padding: 1.1rem 1.25rem .9rem;
}
.price-float__head { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-dark); margin: 0 0 .5rem; }
.price-float dl { margin: 0; }
.price-float .row { display: flex; justify-content: space-between; gap: .8rem; font-size: .88rem; padding: .32rem 0; border-bottom: 1px dashed var(--line); }
.price-float .row:last-of-type { border-bottom: 0; }
.price-float .row b { font-weight: 600; font-family: var(--font-body); }
.price-float .row span { color: var(--ink-mute); white-space: nowrap; }
.price-float a { display: inline-block; margin-top: .5rem; font-size: .85rem; font-weight: 700; }
.price-float .row .row-check { color: var(--accent-dark); display: inline-flex; align-items: center; }
@media (max-width: 860px) {
  .hero--v3 .hero__grid { grid-template-columns: 1fr; }
  .hero--v3 .hero__stack { order: -1; max-width: 460px; padding-bottom: 0; }
  .hero--v3 .hero__img img { aspect-ratio: 16 / 11; }
  /* Karte rutscht unters Bild und ragt nur noch leicht hinein */
  .price-float { position: relative; width: min(330px, 92%); margin: -2.4rem auto 0; }
}

/* ---------- V4: Centered Statement + Bildband ---------- */
.hero--v4 { padding-top: clamp(2.8rem, 6vw, 5rem); text-align: center; }
.hero--v4 .hero__eyebrow { justify-content: center; }
.hero--v4 h1 { max-width: 18ch; margin-inline: auto; }
.hero--v4 .hero__lede { margin-inline: auto; }
.hero--v4 .hero__ctas { justify-content: center; }
.hero--v4 .hero-bullets { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.6rem; margin-top: 1.6rem; }
.hero--v4 .hero__band { position: relative; margin-top: clamp(2rem, 5vw, 3.4rem); }
.hero--v4 .hero__band img {
  width: 100%; max-height: 440px; object-fit: cover;
  border-radius: var(--radius) var(--radius) 0 0;
}
.hero--v4 .band-bar {
  position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%);
  display: flex; gap: 1.6rem; align-items: center;
  background: var(--ink); color: var(--paper);
  padding: 1rem 1.8rem; border-radius: 12px 12px 0 0;
  font-size: .9rem; white-space: nowrap;
}
.hero--v4 .band-bar b { color: var(--white); font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
@media (max-width: 760px) {
  .hero--v4 .band-bar { position: static; transform: none; border-radius: 0 0 var(--radius) var(--radius); justify-content: center; flex-wrap: wrap; gap: .4rem 1.2rem; }
  .hero--v4 .hero__band img { border-radius: var(--radius) var(--radius) 0 0; }
}

/* ---------- Preview-Rahmen (nur Vergleichsseite) ---------- */
.pv-label {
  position: sticky; top: 0; z-index: 60;
  background: var(--accent); color: #fff;
  font-weight: 700; font-size: .9rem; letter-spacing: .06em;
  padding: .55rem 1.2rem;
}
.pv-sep { height: 3rem; background: repeating-linear-gradient(45deg, var(--paper-deep), var(--paper-deep) 12px, var(--paper) 12px, var(--paper) 24px); border-block: 1px solid var(--line); }

/* ============================================================
   Startseiten-Sektionen
   ============================================================ */

/* ---------- Intro-Split (editorial) ---------- */
.intro { padding-block: clamp(3rem, 7vw, 5.5rem); }
.intro__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.intro__copy p:first-of-type { font-size: 1.08rem; }
.intro__copy .drop::first-letter {
  font-family: var(--font-display); font-size: 3.4em; font-weight: 600;
  float: left; line-height: .82; padding: .06em .12em 0 0; color: var(--accent);
}
.intro__aside { display: grid; gap: 1.2rem; }
.intro__img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.intro__fact {
  border-left: 3px solid var(--accent); padding: .2rem 0 .2rem 1.1rem;
  font-size: .95rem; color: var(--ink-soft);
}
.intro__fact b { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); font-weight: 600; }
@media (max-width: 860px) { .intro__grid { grid-template-columns: 1fr; } }

/* ---------- Schädlings-Register (kein Card-Grid!) ---------- */
.register { background: var(--paper-deep); border-block: 1px solid var(--line); }
.register__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.4rem, 3vw, 2.6rem); }
.register__group-head {
  font-size: .74rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--accent-dark); margin: 0 0 .8rem; display: flex; align-items: center; gap: .5rem;
}
.register__group-head::after { content: ''; flex: 1; height: 1px; background: var(--line-strong); }
.register__list { list-style: none; margin: 0; padding: 0; }
.register__item a {
  display: flex; justify-content: space-between; align-items: baseline; gap: .7rem;
  padding: .55rem 0; text-decoration: none; color: var(--ink);
  border-bottom: 1px dashed var(--line);
  font-family: var(--font-display); font-weight: 600; font-size: 1.06rem;
  transition: padding-left .18s var(--ease), color .15s;
}
.register__item a:hover { color: var(--accent-dark); padding-left: .5rem; }
@media (max-width: 980px) { .register__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .register__grid { grid-template-columns: 1fr; } }

/* ---------- Prozess-Timeline ---------- */
.process__steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.3rem; }
.process__step {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.5rem;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s;
}
.process__step::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  opacity: 0; transition: opacity .18s;
}
.process__step:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: var(--accent); }
.process__step:hover::before { opacity: 1; }
.process__num {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(2.8rem, 5vw, 3.8rem);
  line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--accent);
  display: block; margin-bottom: .8rem;
  padding-bottom: .8rem; border-bottom: 1px dashed var(--line);
}
.process__step h3 { margin-bottom: .35rem; font-size: 1.14rem; }
.process__step p { font-size: .93rem; color: var(--ink-soft); margin: 0; }
@media (max-width: 480px) { .process__steps { grid-template-columns: 1fr; } }

/* ---------- Preis-Teaser (ink) ---------- */
.pricing { }

/* ---------- Dezente Kosten-Infobox ---------- */
.cost-note {
  max-width: 720px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-soft);
  padding: 1.5rem 1.7rem 1.3rem;
}
.cost-note__head {
  font-family: var(--font-body); font-size: .78rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--accent-dark);
  margin: 0 0 .55rem;
}
.cost-note p { margin: 0 0 .65rem; font-size: .95rem; }
.cost-note a { display: inline-block; font-size: .88rem; font-weight: 700; }
.pricing__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.pricing table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.pricing td { padding: .62rem .2rem; border-bottom: 1px solid rgba(250,247,242,.16); }
.pricing td:last-child { text-align: right; white-space: nowrap; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--white); }
.pricing tr:last-child td { border-bottom: 0; }
.pricing__note { font-size: .82rem; color: rgba(250,247,242,.6); margin-top: .9rem; }
@media (max-width: 860px) { .pricing__grid { grid-template-columns: 1fr; } }

/* ---------- Themen-Leiste (Gewerbe/HACCP/Prävention) ---------- */
.themes { }
.themes__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.theme-link {
  display: block; text-decoration: none; color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.4rem; background: var(--white);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s;
}
.theme-link:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: var(--accent); color: var(--ink); }
.theme-link h3 { display: flex; justify-content: space-between; align-items: center; gap: .6rem; }
.theme-link h3::after { content: '→'; color: var(--accent); font-family: var(--font-body); }
.theme-link p { font-size: .92rem; color: var(--ink-soft); margin: 0; }
@media (max-width: 780px) { .themes__row { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin-inline: auto; }
.faq details {
  border-bottom: 1px solid var(--line-strong);
}
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.12rem;
  padding: 1.1rem 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; flex: none; width: 1.7rem; height: 1.7rem; border-radius: 50%;
  border: 1.5px solid var(--line-strong); color: var(--accent-dark);
  display: grid; place-items: center; font-size: 1.1rem; font-family: var(--font-body);
  transition: transform .2s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); border-color: var(--accent); }
.faq .faq__a { padding: 0 2.6rem 1.2rem 0; color: var(--ink-soft); }
.faq .faq__a p { margin: 0 0 .6em; }

/* ---------- Abschluss-CTA-Band ---------- */
.cta-band { background: var(--accent); color: #fff; }
.cta-band .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap;
  padding-block: clamp(2.2rem, 5vw, 3.4rem);
}
.cta-band h2 { color: #fff; margin: 0; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.cta-band p { margin: .3rem 0 0; color: rgba(255,255,255,.85); }
.cta-band .btn { background: var(--ink); color: var(--paper); flex: none; }
.cta-band .btn:hover { background: #14161c; }

/* ---------- Region / Über uns ---------- */
.region__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.region__img { border-radius: var(--radius) var(--radius) 120px 120px; overflow: hidden; box-shadow: var(--shadow-soft); }
.region__img img { width: 100%; aspect-ratio: 3/3.4; object-fit: cover; }
.region__sign { margin-top: 1rem; text-align: center; }
.region__sign b { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; display: block; }
.region__sign span { font-size: .82rem; color: var(--ink-mute); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.chip {
  font-size: .84rem; font-weight: 600; color: var(--ink-soft);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: .32rem .85rem;
  background: var(--white);
}
.chip--more { color: var(--accent-dark); border-style: dashed; }
@media (max-width: 860px) {
  .region__grid { grid-template-columns: 1fr; }
  .region__img { max-width: 380px; margin-inline: auto; }
}

/* ---------- Warnzeichen ---------- */
.signs__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 3.6rem); align-items: start; }
.signs__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; }
.signs__list li { display: flex; gap: .85rem; align-items: flex-start; }
.signs__list .sign-ico {
  flex: none; width: 2.1rem; height: 2.1rem; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent-dark);
  display: grid; place-items: center; font-weight: 700; font-family: var(--font-display);
}
.signs__list b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }
.signs__list p { margin: 0; font-size: .92rem; color: var(--ink-soft); }
.dodont { display: grid; gap: 1rem; }
.dodont__box { border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 1.3rem 1.4rem 1.1rem; background: var(--white); }
.dodont__box--dont { border-color: rgba(233, 105, 44, .45); background: #FDF6F0; }
.dodont__box h3 { font-size: 1.05rem; margin-bottom: .6rem; }
.dodont__box ul { margin: 0; padding: 0 0 0 1.1rem; font-size: .92rem; color: var(--ink-soft); }
.dodont__box li { margin-bottom: .35rem; }
@media (max-width: 860px) { .signs__grid { grid-template-columns: 1fr; } }

/* ---------- Verfahren (Lexikon-Zeilen) ---------- */
.methods__rows { border-top: 1px solid var(--line-strong); }
.methods__row {
  display: grid; grid-template-columns: minmax(180px, .75fr) 2fr 225px;
  gap: 1rem 2rem; align-items: baseline;
  padding: 1.05rem 0; border-bottom: 1px solid var(--line);
}
.methods__row dt { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; margin: 0; }
.methods__row dd { margin: 0; font-size: .94rem; color: var(--ink-soft); }
.methods__row .m-for { font-size: .78rem; color: var(--accent-dark); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; text-align: right; }
@media (max-width: 720px) {
  .methods__row { grid-template-columns: 1fr; gap: .25rem; }
  .methods__row .m-for { order: -1; text-align: left; }
}

/* ============================================================
   Preisseite
   ============================================================ */
.page-head { padding-block: clamp(2.6rem, 6vw, 4.6rem) clamp(1.6rem, 4vw, 3rem); }
.page-head h1 { max-width: 20ch; }
.page-head .lede { font-size: var(--fs-lede); color: var(--ink-soft); max-width: 44rem; }

.pricelist { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; }
.pricelist table { width: 100%; border-collapse: collapse; }
.pricelist th {
  text-align: left; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute); padding: 1rem 1.6rem .7rem; border-bottom: 1px solid var(--line-strong);
}
.pricelist th:last-child { text-align: right; }
.pricelist td { padding: .85rem 1.6rem; border-bottom: 1px solid var(--line); }
.pricelist tr:last-child td { border-bottom: 0; }
.pricelist tbody tr { transition: background .12s; }
.pricelist tbody tr:hover { background: var(--accent-soft); }
.pricelist td a { font-weight: 600; text-decoration: none; color: var(--ink); }
.pricelist td a:hover { color: var(--accent-dark); }
.pricelist td a::after { content: ' →'; color: var(--accent); font-size: .85em; }
.pricelist .p-val { text-align: right; font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; white-space: nowrap; }
.pricelist .p-val--req { font-family: var(--font-body); font-weight: 600; font-size: .85rem; color: var(--ink-mute); }
.pricelist tfoot td { font-size: .82rem; color: var(--ink-mute); background: var(--paper); padding-block: .8rem; }
@media (max-width: 560px) {
  .pricelist th, .pricelist td { padding-inline: 1rem; }
}

/* Preisfaktoren */
.factors { counter-reset: fct; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem 2.4rem; }
.factor { display: flex; gap: 1rem; align-items: flex-start; }
.factor::before {
  counter-increment: fct; content: counter(fct, decimal-leading-zero);
  font-family: var(--font-display); font-weight: 600; font-size: 1.9rem; line-height: 1.15;
  color: transparent; -webkit-text-stroke: 1.2px var(--accent); flex: none;
}
.factor b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; }
.factor p { margin: 0; font-size: .93rem; color: var(--ink-soft); }
@media (max-width: 720px) { .factors { grid-template-columns: 1fr; } }

/* Hinweis-Kasten */
.notice {
  border-left: 3px solid var(--accent); background: var(--accent-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.2rem 1.5rem; font-size: .95rem; color: var(--ink-soft);
}
.notice b { color: var(--ink); }

/* ---------- Bildband (Schädlingsseiten) ---------- */
.img-band { margin-top: clamp(2rem, 4vw, 3rem); }
.img-band figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.img-band img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
.img-band figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(35, 38, 46, .82));
  color: var(--paper); font-size: .88rem; padding: 2.2rem 1.4rem .9rem;
}
@media (max-width: 640px) { .img-band img { aspect-ratio: 16 / 10; } }

/* ---------- Fakten-Leiste (flach, volle Breite) ---------- */
.fact-bar {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2.6rem);
  margin-top: clamp(1.8rem, 4vw, 2.8rem);
  border-top: 1px solid var(--line-strong);
  padding-top: clamp(1.2rem, 3vw, 1.8rem);
}
.fact-bar .intro__fact { align-self: start; }
@media (max-width: 720px) { .fact-bar { grid-template-columns: 1fr; gap: 1rem; } }

/* ---------- Ratgeber ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.post-card {
  display: flex; flex-direction: column; text-decoration: none; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); color: var(--ink); }
.post-card__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.post-card__body { padding: 1.2rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .4rem; }
.post-card__body time { font-size: .78rem; color: var(--ink-mute); letter-spacing: .06em; }
.post-card__body h2, .post-card__body h3 { font-size: 1.18rem; margin: 0; }
.post-card__body p { font-size: .92rem; color: var(--ink-soft); margin: 0; }
.post-card__more { font-size: .88rem; font-weight: 700; color: var(--accent-dark); margin-top: .4rem; }
.post-card:hover .post-card__more { color: var(--accent); }
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .post-grid { grid-template-columns: 1fr; } }

.post-wrap { max-width: 780px; }
.post-hero { margin: 0 0 1.8rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.post-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post-body h2 { font-size: 1.5rem; margin-top: 1.8em; }
.post-body h3 { margin-top: 1.4em; }
.post-body ul { padding-left: 1.2rem; }
.post-body li { margin-bottom: .4rem; }

/* Ratgeber-Teaser (Startseite) */
.teaser-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
