* { box-sizing: border-box; }
:root {
  --bg: #f1ece2;
  --sand: #e7e1d3;
  --card: #faf7f0;
  --ink: #2b2b2b;
  --muted: #66645e;
  --petrol: #0f3d4a;
  --petrol-soft: #16505f;
  --coral: #e07a5f;
  --coral-bright: #ff8370;
  --coral-deep: #a84729;
  --cream: #f4f0e5;
  --line: #d4cdbb;
  --head: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  --body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font: 400 16.5px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
  hyphens: auto;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .16 0 0 0 0 .15 0 0 0 0 .13 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.wrap { width: min(100% - 44px, 1120px); margin-inline: auto; }
.narrow { max-width: 880px; }
section { padding: clamp(72px, 8vw, 108px) 0; }
h1, h2, h3 { margin: 0; font-family: var(--head); font-weight: 800; letter-spacing: -.03em; line-height: 1.08; text-wrap: balance; }
h2 { font-size: clamp(30px, 4.5vw, 46px); }
em.x { color: var(--coral); font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: 0; }
p { margin: 0; }
.section-intro { max-width: 780px; }
.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--coral-deep);
  font: 800 12px/1.3 var(--head);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--coral); }
.kicker.mid { justify-content: center; }
.kicker.mid::after { content: ""; width: 26px; height: 2px; background: var(--coral); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 26px;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
  font: 700 15px/1.25 var(--head);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,61,74,.2); }
.btn-petrol { background: var(--petrol); color: #fbf9f2; }
.btn-line { border: 1.5px solid var(--petrol); color: var(--petrol); }
.btn-cream { background: var(--cream); color: var(--petrol); }
.btn-light-line { border: 1.5px solid rgba(244,240,229,.8); color: var(--cream); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--coral-bright); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: 10px; z-index: 100; padding: 10px 14px; background: var(--cream); color: var(--petrol); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Global header: current Preise/Testlauf shell, reduced to approved routes. */
#navbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(241,236,226,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; min-height: 66px; }
.logo { font: 800 22px/1 var(--head); letter-spacing: -.02em; text-decoration: none; }
.logo i { color: var(--coral); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 8px 9px; border-radius: 10px; color: var(--muted); font-size: 14px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--petrol); background: rgba(15,61,74,.06); }
#menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; border: 0; background: transparent; }
#menu-toggle span { display: block; width: 24px; height: 2px; border-radius: 3px; background: var(--ink); }
#mobile-nav { display: none; padding: 8px 22px 18px; border-top: 1px solid var(--line); background: var(--bg); }
#mobile-nav.open { display: grid; }
#mobile-nav a { padding: 10px 0; text-decoration: none; font-weight: 600; }

/* VG-08 */
.hero { padding: clamp(82px, 10vw, 136px) 0 clamp(104px, 12vw, 156px); }
.hero-solo { text-align: center; }
.hero-copy { max-width: 960px; margin: 0 auto; }
.hero h1 { max-width: 920px; margin: 0 auto 28px; font-size: clamp(42px, 6.2vw, 72px); }
.hero-lead { max-width: 780px; margin: 0 auto 36px; color: var(--muted); font-size: clamp(18px, 1.6vw, 21px); line-height: 1.64; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* VG-07 flow recipe, расширено 07.08.2026 с 8 до 9 луж на всю группу hero+ablauf+weiterleitung+grenzen+pakete
   (владелец: швов между секциями быть не должно, лужи через равные интервалы, попеременно слева/справа —
   KATALOG_blokov_2026-08-01.md §2 «Бесшовный переход через тяжёлый механизм»). */
.flow-field { position: relative; isolation: isolate; }
.flow-field > section { position: relative; z-index: 1; background: transparent; overflow: visible; }
.flow-paint { position: absolute; inset: -260px 0 -260px; z-index: 0; pointer-events: none; overflow: visible; }
.flow-blob { position: absolute; filter: blur(82px); transform-origin: center; }
.flow-blob--1 { top: 0%; right: -18%; width: 58%; height: 22%; background: radial-gradient(ellipse at 58% 46%, rgba(196,87,74,.34) 0%, rgba(196,87,74,.27) 44%, rgba(196,87,74,.11) 73%, transparent 100%); border-radius: 61% 39% 54% 46% / 42% 59% 41% 58%; transform: rotate(7deg); }
.flow-blob--2 { top: 11%; left: -18%; width: 50%; height: 21%; background: radial-gradient(ellipse at 42% 52%, rgba(217,160,91,.34) 0%, rgba(217,160,91,.24) 46%, rgba(217,160,91,.09) 74%, transparent 100%); border-radius: 43% 57% 62% 38% / 58% 39% 61% 42%; transform: rotate(-8deg); }
.flow-blob--3 { top: 22%; right: -15%; width: 56%; height: 30%; background: radial-gradient(ellipse at 62% 45%, rgba(196,69,58,.50) 0%, rgba(196,69,58,.40) 42%, rgba(196,69,58,.18) 72%, transparent 100%); border-radius: 56% 44% 39% 61% / 37% 63% 46% 54%; transform: rotate(5deg); }
.flow-blob--4 { top: 33%; left: -16%; width: 49%; height: 24%; background: radial-gradient(ellipse at 39% 52%, rgba(239,173,147,.44) 0%, rgba(239,173,147,.32) 44%, rgba(239,173,147,.12) 74%, transparent 100%); border-radius: 64% 36% 51% 49% / 47% 57% 43% 53%; transform: rotate(-5deg); }
.flow-blob--5 { top: 44%; right: -17%; width: 52%; height: 26%; background: radial-gradient(ellipse at 61% 48%, rgba(217,160,91,.30) 0%, rgba(217,160,91,.20) 47%, rgba(217,160,91,.08) 75%, transparent 100%); border-radius: 41% 59% 55% 45% / 62% 38% 57% 43%; transform: rotate(13deg); filter: blur(94px); }
.flow-blob--6 { top: 55%; left: -18%; width: 51%; height: 27%; background: radial-gradient(ellipse at 61% 48%, rgba(196,87,74,.43) 0%, rgba(196,87,74,.31) 45%, rgba(196,87,74,.11) 74%, transparent 100%); border-radius: 59% 41% 47% 53% / 54% 39% 61% 46%; transform: rotate(-11deg); }
.flow-blob--7 { top: 66%; right: -15%; width: 46%; height: 25%; background: radial-gradient(ellipse at 40% 49%, rgba(232,168,124,.36) 0%, rgba(232,168,124,.25) 45%, rgba(232,168,124,.09) 74%, transparent 100%); border-radius: 46% 54% 63% 37% / 39% 61% 44% 56%; transform: rotate(6deg); }
.flow-blob--8 { top: 77%; left: -16%; width: 47%; height: 24%; background: radial-gradient(ellipse at 39% 52%, rgba(217,160,91,.27) 0%, rgba(217,160,91,.17) 48%, transparent 100%); border-radius: 63% 37% 45% 55% / 57% 43% 62% 38%; transform: rotate(-4deg); filter: blur(96px); }
.flow-blob--9 { top: 88%; right: -14%; width: 42%; height: 22%; background: radial-gradient(ellipse at 55% 46%, rgba(196,69,58,.38) 0%, rgba(196,69,58,.27) 44%, rgba(196,69,58,.10) 73%, transparent 100%); border-radius: 55% 45% 58% 42% / 46% 55% 44% 57%; transform: rotate(17deg); filter: blur(92px); }
/* Точечные добавки 07.08.2026 — не трогают существующие 9 луж (расширение ширины
   всех сразу однажды уже сломало рендер в headless), а закрывают две конкретные
   измеренные по пикселям дыры: левый край hero был чистый кремовый (0% лужи),
   правый край в районе Übergabe заметно бледнее соседей. */
.flow-blob--10 { top: 0%; left: -16%; width: 46%; height: 17%; background: radial-gradient(ellipse at 45% 48%, rgba(196,87,74,.30) 0%, rgba(217,160,91,.20) 46%, rgba(217,160,91,.08) 74%, transparent 100%); border-radius: 52% 48% 58% 42% / 46% 55% 44% 57%; transform: rotate(-9deg); }
.flow-blob--11 { top: 24%; right: -16%; width: 50%; height: 18%; background: radial-gradient(ellipse at 58% 47%, rgba(196,69,58,.32) 0%, rgba(196,69,58,.22) 45%, rgba(196,69,58,.09) 74%, transparent 100%); border-radius: 57% 43% 55% 45% / 44% 58% 43% 56%; transform: rotate(10deg); }

#ablauf { padding-top: 38px; }

/* Long locked copy exceeds the VG-24 rail passport. Large organic step fields
   keep every stage readable without shrinking or hiding text. */
.process-steps { display: grid; gap: clamp(34px, 4.5vw, 58px); margin: clamp(54px, 7vw, 92px) 0 0; padding: 0; list-style: none; }
.process-step {
  position: relative;
  isolation: isolate;
  width: min(92%, 940px);
  min-height: 230px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  padding: clamp(38px, 5vw, 58px) clamp(34px, 6vw, 72px);
}
.process-step:nth-child(even) { margin-left: auto; }
.process-step::before {
  content: "";
  position: absolute;
  inset: -7% -3%;
  z-index: -1;
  border-radius: 42% 58% 47% 53% / 58% 43% 57% 42%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.64), 0 22px 48px rgba(88,62,42,.08);
  transform: rotate(-1.2deg);
}
.process-step:nth-child(even)::before { border-radius: 58% 42% 55% 45% / 44% 61% 39% 56%; transform: rotate(1.1deg); }
.process-step--coral::before { background: radial-gradient(ellipse at 44% 45%, rgba(255,255,255,.42), transparent 38%), rgba(224,122,95,.23); }
.process-step--gold::before { background: radial-gradient(ellipse at 63% 36%, rgba(255,255,255,.4), transparent 36%), rgba(217,160,91,.24); }
.process-step--petrol::before { background: radial-gradient(ellipse at 38% 46%, rgba(255,255,255,.42), transparent 38%), rgba(82,126,125,.20); }
.process-step--apricot::before { background: radial-gradient(ellipse at 62% 42%, rgba(255,255,255,.45), transparent 40%), rgba(232,168,124,.25); }
.process-num { color: var(--coral-deep); font: 800 clamp(52px, 7vw, 78px)/1 var(--head); letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.process-step--gold .process-num { color: #8d6428; }
.process-step--petrol .process-num { color: var(--petrol); }
.process-step h3 { max-width: 24ch; font-size: clamp(24px, 2.6vw, 32px); }
.process-step p { max-width: 62ch; margin-top: 16px; color: rgba(43,43,43,.88); font-size: 17.5px; font-weight: 500; line-height: 1.68; }
.js .process-step { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .process-step.is-in { opacity: 1; transform: none; }

.light-copy { padding: clamp(82px, 9vw, 124px) 0; }
.weiterleitung-stage {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(52px, 8vw, 124px);
  align-items: center;
  padding: clamp(52px, 6vw, 84px) max(22px, calc((100vw - 1120px)/2 + 22px));
  border-top: 1px solid rgba(43,43,43,.16);
  border-bottom: 1px solid rgba(43,43,43,.16);
  background: rgba(250,247,240,.28);
}
.weiterleitung-stage h2 { max-width: 12ch; font-size: clamp(42px, 5.8vw, 72px); }
.weiterleitung-stage > p { max-width: 62ch; color: rgba(43,43,43,.9); font-size: clamp(18px, 1.55vw, 21px); font-weight: 500; line-height: 1.72; }
.weiterleitung-stage > .line-list { grid-column: 1 / -1; grid-row: 2; max-width: 84ch; margin-top: 0; }
.limits { padding-top: 44px; }
.limits-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: clamp(46px, 7vw, 96px); align-items: center; }
.limits-copy h2 { max-width: 14ch; }
.line-list { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.line-list li { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--line); color: rgba(43,43,43,.92); font-size: 17.5px; font-weight: 650; line-height: 1.55; }
.line-list span { color: var(--coral-deep); font: 800 12px/1.8 var(--head); letter-spacing: .08em; }
.limits-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.limits-visual img { position: relative; z-index: 1; width: min(100%, 350px); height: auto; filter: drop-shadow(0 24px 28px rgba(43,43,43,.12)); }
.limits-orbit { position: absolute; width: min(100%, 390px); aspect-ratio: 1; border-radius: 56% 44% 61% 39% / 43% 58% 42% 57%; background: radial-gradient(circle at 38% 34%, rgba(255,255,255,.68), transparent 28%), radial-gradient(ellipse at 52% 55%, rgba(82,126,125,.24), rgba(217,160,91,.13) 58%, transparent 76%); transform: rotate(-7deg); }
.js .limits-list li { opacity: 0; transform: translateY(12px); }
.js .limits-list.is-revealed li { opacity: 1; transform: none; transition: opacity .38s ease, transform .38s ease; }
.js .limits-list.is-revealed li:nth-child(2) { transition-delay: .22s; }
.js .limits-list.is-revealed li:nth-child(3) { transition-delay: .44s; }

/* VG-20 final Preise cascade, approved two-column deviation. */
#pakete { position: relative; z-index: 2; }
.paket-buehne { position: relative; isolation: isolate; margin-top: clamp(42px,5vw,68px); padding: 0; }
.paket-buehne::before { content: ""; position: absolute; inset: -90px -7vw -105px; z-index: -2; pointer-events: none; opacity: .58; background: radial-gradient(ellipse 76% 72% at 53% 52%, rgba(224,122,95,.15), rgba(211,160,78,.08) 46%, transparent 76%); filter: blur(32px); }
.paket-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; border: 0; border-radius: 26px; background: linear-gradient(104deg,#fbf8f1 0%,#f7f1e6 25%,#f1dfd0 51%,#e5b9a7 76%,#aec0b9 100%); box-shadow: 0 24px 62px rgba(71,53,39,.1), inset 0 1px 0 rgba(255,255,255,.72); }
.paket { min-height: 0; display: flex; flex-direction: column; padding: clamp(42px,5vw,62px) clamp(30px,4vw,52px) clamp(38px,4vw,52px); overflow: visible; background: transparent; transition: transform .24s cubic-bezier(.22,1,.36,1), box-shadow .24s ease, background-color .24s ease, border-radius .24s ease; }
.paket + .paket { border-left: 1px solid rgba(43,43,43,.15); }
.paket-index { color: var(--coral-deep); font: 800 12.5px/1.3 var(--head); letter-spacing: .14em; text-transform: uppercase; }
.paket h3 { margin-top: 16px; font-size: clamp(26px,2.4vw,34px); }
.paket-preis { margin-top: 24px; font: 800 clamp(58px,6.2vw,82px)/.95 var(--head); letter-spacing: -.065em; font-variant-numeric: tabular-nums; }
.paket-preis small { display: block; margin-top: 10px; color: rgba(43,43,43,.72); font: 600 15.5px/1.3 var(--body); letter-spacing: 0; }
.paket-copy { margin-top: 28px; color: rgba(43,43,43,.92); font-size: 17.5px; font-weight: 600; line-height: 1.58; }
.paket-note { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(43,43,43,.16); color: rgba(43,43,43,.8); font-size: 16.5px; font-weight: 500; line-height: 1.58; }
/* Paket-Features — скопировано дословно из agy_preise.html .paket-features (07.08.2026). */
.paket-features { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; color: var(--ink); }
.paket-features li { display: flex; gap: 9px; align-items: baseline; }
.paket-features li::before { content: "—"; color: var(--coral-deep); font-weight: 700; flex: none; }
.vat-note { margin-top: 18px; color: var(--muted); font-size: 15.5px; }
@media (hover:hover) { .paket:hover { z-index: 7; border-radius: 22px; background-color: rgba(255,255,255,.22); box-shadow: 0 20px 42px rgba(64,47,35,.16), inset 0 1px 0 rgba(255,255,255,.68); transform: translateY(-11px) scale(1.018); } }

/* VG-19 native details, no character wrapping. */
.faq { margin: 38px 0 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: flex-start; gap: 20px; padding: clamp(21px,2vw,27px) 0; list-style: none; cursor: pointer; font: 700 clamp(18px,1.55vw,22px)/1.35 var(--head); letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover, .faq details[open] summary { color: var(--coral-deep); }
.zeichen { position: relative; width: 26px; height: 26px; margin: 2px 0 0 auto; flex: none; }
.zeichen::before, .zeichen::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--coral); transform: translate(-50%,-50%); transition: transform .3s cubic-bezier(.22,1,.36,1), opacity .3s ease; }
.zeichen::before { width: 16px; height: 2px; }
.zeichen::after { width: 2px; height: 16px; }
details[open] .zeichen::after { opacity: 0; transform: translate(-50%,-50%) rotate(90deg); }
.huelle { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .38s cubic-bezier(.22,1,.36,1); }
details[open] .huelle { grid-template-rows: 1fr; }
.inhalt { overflow: hidden; }
.inhalt .body { max-width: 66ch; padding: 0 46px clamp(23px,2.2vw,31px) 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.more-info { padding-top: 36px; }
.info-links { display: grid; margin-top: 30px; border-top: 1px solid var(--line); }
.info-links a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--petrol); font: 700 17px/1.4 var(--head); text-decoration: none; }
.info-links a:hover span { transform: translateX(5px); }
.info-links span { color: var(--coral-deep); transition: transform .2s ease; }

/* VG-26 exact Prices organic lagoon geometry. */
#cta-final { position: relative; min-height: clamp(650px,58vw,790px); padding: clamp(126px,12vw,176px) 0; display: grid; place-items: center; isolation: isolate; overflow: visible; background: transparent; }
#cta-final::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; width: min(1260px,94vw); height: clamp(520px,46vw,650px); transform: translate(-50%,-50%) rotate(1.4deg); border-radius: 47% 53% 41% 59% / 61% 44% 56% 39%; background: radial-gradient(ellipse at 45% 47%,#2c5b5e 0%,#2c5b5e 52%,rgba(44,91,94,.92) 63%,rgba(70,111,104,.61) 77%,rgba(105,133,115,.22) 89%,transparent 100%); filter: blur(8px); pointer-events: none; }
#cta-final::after { content: ""; position: absolute; z-index: 0; left: 50%; top: 51%; width: min(1060px,83vw); height: clamp(430px,38vw,560px); transform: translate(-47%,-50%) rotate(-5deg); border-radius: 58% 42% 55% 45% / 42% 59% 41% 58%; background: radial-gradient(ellipse at 68% 38%,rgba(117,145,126,.42),rgba(75,117,111,.22) 48%,transparent 74%); filter: blur(19px); pointer-events: none; }
#cta-final .wrap { position: relative; z-index: 1; width: 100%; }
.panel-petrol { max-width: 790px; margin: 0 auto; padding: 18px 22px; color: var(--cream); text-align: center; }
.panel-petrol h2 { color: #fbf8ef; font-size: clamp(38px,5vw,61px); }
.panel-petrol em.x { color: var(--coral-bright); }
.panel-petrol > p { max-width: 42em; margin: 20px auto 28px; color: rgba(244,240,229,.82); font-size: 17px; }

footer { position: relative; z-index: 2; padding: 60px 0; background: var(--petrol); color: rgba(244,240,229,.68); font-size: 14.5px; }
.foot-mark { margin: 0; color: #fbf8ef; font: 800 clamp(38px,6.5vw,60px)/1 var(--head); letter-spacing: -.03em; }
.foot-mark i { color: var(--coral-bright); font-style: normal; }
.foot-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 36px 60px; margin: 44px 0 40px; }
.foot-col .h { margin: 0 0 14px; color: rgba(244,240,229,.45); font: 700 11.5px/1.3 var(--head); letter-spacing: .15em; text-transform: uppercase; }
footer a { display: block; margin-bottom: 9px; color: rgba(244,240,229,.82); text-decoration: none; }
footer a:hover { color: #fff; }
.foot-base { padding-top: 22px; border-top: 1px solid rgba(244,240,229,.16); color: rgba(244,240,229,.5); font-size: 12.5px; }

@media (max-width: 960px) {
  .nav-links { display: none; }
  #menu-toggle { display: flex; }
  .hero h1 { font-size: clamp(40px,8vw,64px); }
}
@media (max-width: 759px) {
  .wrap { width: min(100% - 36px,1120px); }
  section { padding: 72px 0; }
  .hero { padding: 70px 0 104px; }
  .hero h1 { font-size: clamp(37px,10.8vw,50px); }
  .hero-lead { font-size: 17.5px; }
  .hero .cta-row, .panel-petrol .cta-row { display: grid; }
  .hero .btn, .panel-petrol .btn { width: 100%; }
  .flow-paint { inset: -160px 0 -200px; opacity: .62; }
  .flow-blob { width: 88%; filter: blur(62px); }
  .flow-blob--1, .flow-blob--3, .flow-blob--5, .flow-blob--7, .flow-blob--9, .flow-blob--11 { right: -42%; left: auto; }
  .flow-blob--2, .flow-blob--4, .flow-blob--6, .flow-blob--8, .flow-blob--10 { left: -42%; right: auto; }
  .flow-blob--9 { width: 70%; filter: blur(72px); }
  .process-steps { gap: 30px; }
  .process-step, .process-step:nth-child(even) { width: 100%; margin: 0; grid-template-columns: 56px minmax(0,1fr); gap: 18px; min-height: 0; padding: 30px 24px; }
  .process-step::before { inset: -3% -2%; }
  .process-num { font-size: 36px; }
  .process-step h3 { font-size: 21px; }
  .process-step p { margin-top: 10px; font-size: 17px; line-height: 1.65; }
  .weiterleitung-stage { grid-template-columns: 1fr; gap: 26px; padding: 54px 18px; }
  .weiterleitung-stage h2 { font-size: clamp(40px, 11vw, 52px); }
  .weiterleitung-stage > p { font-size: 17.5px; }
  .weiterleitung-stage > .line-list { grid-column: 1; grid-row: auto; margin-top: 0; }
  .limits-grid { grid-template-columns: 1fr; gap: 28px; }
  .limits-visual { min-height: 320px; }
  .limits-visual img { width: min(78vw, 290px); }
  .limits-orbit { width: min(86vw, 330px); }
  .paket-grid { grid-template-columns: 1fr; overflow: hidden; background: linear-gradient(156deg,#fbf8f1 0%,#f2e2d4 52%,#e3b6a3 78%,#aec0b9 100%); }
  .paket { min-height: 0; padding: 30px 24px 28px; transform: none !important; border-radius: 0 !important; box-shadow: none !important; }
  .paket + .paket { border-left: 0; border-top: 1px solid rgba(43,43,43,.15); }
  .paket-note { margin-top: 20px; }
  #cta-final { min-height: 710px; padding: 126px 0 148px; }
  #cta-final::before { width: calc(100% + 100px); height: 660px; transform: translate(-50%,-50%) rotate(2deg); }
  #cta-final::after { width: calc(100% + 38px); height: 570px; transform: translate(-47%,-50%) rotate(-6deg); }
  .panel-petrol { padding: 12px 4px; }
  .panel-petrol h2 { font-size: clamp(34px,10vw,45px); }
  .foot-grid { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 430px) {
  .wrap { width: min(100% - 32px,1120px); }
  .hero h1 { font-size: 36px; }
  .paket-grid { border-radius: 22px; }
  .paket { padding: 28px 20px 26px; }
  .line-list li { font-size: 16.5px; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .paket { transform: none !important; }
  .process-step, .limits-list li { opacity: 1 !important; transform: none !important; transition: none !important; }
}
