/* ─────────────────────────────────────────────
   Kündige deinen Editor · Landingpage
   ───────────────────────────────────────────── */

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0b0b0c;
  --ink-2: #3a3a3f;
  --muted: #74747c;
  --line: #e7e7ea;
  --bg: #ffffff;
  --soft: #f6f6f7;

  --red: #ff3b30;
  --red-soft: #ff6b5f;
  --green: #34c759;
  --green-deep: #1f9d40;

  --radius: 22px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);

  --wrap: 1160px;
  --gutter: clamp(16px, 4vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Satoshi", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 450;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
b { font-weight: 700; }

/* ───────────── Buttons ───────────── */
.btn {
  --h: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  height: var(--h); padding: 0 24px;
  border-radius: 999px;
  font: inherit; font-weight: 650; font-size: 16px; letter-spacing: -.005em;
  text-decoration: none; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.btn span { transition: transform .25s var(--ease); }
.btn:hover span { transform: translateX(3px); }
.btn-dark { background: var(--ink); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 8px 24px -8px rgba(0,0,0,.45); }
.btn-dark:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 14px 30px -10px rgba(0,0,0,.5); }
.btn-ghost { color: var(--ink); background: rgba(255,255,255,.65); box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.btn-ghost:hover { background: #fff; }
.btn-green { background: var(--green); color: #04150a; box-shadow: 0 8px 20px -8px rgba(52,199,89,.7); }
.btn-green:hover { transform: translateY(-1px); }
.btn-sm { --h: 40px; padding: 0 18px; font-size: 14.5px; }
.btn:focus-visible, .sound:focus-visible, .brand:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

/* ───────────── Nav ───────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--gutter);
  transition: background .3s, box-shadow .3s, backdrop-filter .3s;
}
.nav.scrolled {
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(1.6) blur(14px); -webkit-backdrop-filter: saturate(1.6) blur(14px);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.brand b { font-weight: 800; }

/* ───────────── Typo ───────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 0 18px;
  font-size: 13.5px; font-weight: 650; letter-spacing: .01em; color: var(--ink-2);
}
.eyebrow.center { display: flex; justify-content: center; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(255,59,48,.5); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,59,48,.5); } 70% { box-shadow: 0 0 0 8px rgba(255,59,48,0); } 100% { box-shadow: 0 0 0 0 rgba(255,59,48,0); } }

.h2 {
  margin: 0;
  font-size: clamp(38px, 5.6vw, 68px);
  font-weight: 850; line-height: 1; letter-spacing: -.045em;
}
.center { text-align: center; }
.sub { max-width: 640px; margin: 20px auto 0; font-size: clamp(17px, 1.6vw, 19px); color: var(--ink-2); }
.note { margin: 28px auto 0; font-size: 14px; color: var(--muted); }

.section { padding: clamp(90px, 12vw, 150px) var(--gutter); max-width: var(--wrap); margin: 0 auto; }

/* ───────────── Hero ───────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid; align-items: center;
  padding: 110px var(--gutter) 90px;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: -12% 0 -12% 0; z-index: -1; will-change: transform; }
.hero-gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(38% 55% at 2% 22%, rgba(255,149,0,.42), transparent 70%),
    radial-gradient(55% 85% at -4% 58%, rgba(255,45,40,.92), rgba(255,59,48,.55) 32%, rgba(255,90,80,.18) 58%, transparent 76%),
    radial-gradient(38% 55% at 98% 82%, rgba(0,190,170,.34), transparent 70%),
    radial-gradient(55% 85% at 104% 50%, rgba(40,200,80,.9), rgba(52,199,89,.55) 32%, rgba(90,215,120,.18) 58%, transparent 76%),
    #fff;
}
/* Grain: stark an den Rändern, in der Mitte weg */
.hero-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
  mix-blend-mode: overlay;
  opacity: .9;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.65) 22%, transparent 42%, transparent 58%, rgba(0,0,0,.65) 78%, #000 100%);
          mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.65) 22%, transparent 42%, transparent 58%, rgba(0,0,0,.65) 78%, #000 100%);
}
.hero::after { /* sauberer Übergang nach unten */
  content: ""; position: absolute; inset: auto 0 0 0; height: 22%; z-index: -1;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 92%);
}

.hero-grid {
  display: grid; grid-template-columns: 1fr minmax(0, 1.25fr) 1fr; align-items: center; gap: 12px;
  width: 100%; max-width: 1320px; margin: 0 auto;
}
.hero-copy { text-align: center; position: relative; z-index: 2; }
.hero-copy h1 {
  margin: 0;
  font-size: clamp(52px, 7.6vw, 112px);
  font-weight: 900; line-height: .94; letter-spacing: -.055em;
}
.lede { margin: 26px auto 0; font-size: clamp(18px, 1.7vw, 21px); line-height: 1.45; color: var(--ink-2); font-weight: 500; }
.hero-cta { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero .eyebrow { padding: 7px 14px 7px 12px; border-radius: 999px; background: rgba(255,255,255,.7); box-shadow: inset 0 0 0 1px rgba(0,0,0,.07); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

.hero-side { position: relative; display: grid; place-items: center; min-height: 420px; }
[data-depth] {
  --py: 0px;
  transform: translate3d(0, var(--py), 0);
  will-change: transform;
}
.layer-2 { position: relative; display: flex; flex-direction: column; align-items: center; }

/* Editor + Roboter: gleicher Stil, unten weich ausgeblendet */
.figure {
  width: clamp(220px, 23vw, 340px); height: auto;
  -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 99%);
          mask-image: linear-gradient(to bottom, #000 72%, transparent 99%);
}
.figure-editor { width: clamp(210px, 22vw, 325px); }

.tag {
  margin-top: -6px; padding: 7px 13px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: -.005em;
  background: rgba(255,255,255,.82);
  box-shadow: 0 6px 18px -8px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.05);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
}
.tag-red { color: #c4190f; }
.tag-green { color: var(--green-deep); }

/* Layer 3: X und Check */
.badge { position: absolute; z-index: 3; width: clamp(64px, 6.4vw, 92px); }
.badge img { width: 100%; height: auto; filter: drop-shadow(0 14px 22px rgba(0,0,0,.22)); }
.badge-x { top: 10%; right: 6%; }
.badge-x img { transform: rotate(10deg); animation: pop .9s .5s var(--spring) both; }
.badge-check { top: 10%; left: 8%; }
.badge-check img { transform: rotate(-10deg); animation: pop .9s .75s var(--spring) both; }
@keyframes pop { from { opacity: 0; scale: .3; } to { opacity: 1; scale: 1; } }

.scroll-hint {
  position: absolute; left: 50%; bottom: 28px; translate: -50% 0;
  width: 26px; height: 42px; border-radius: 20px; box-shadow: inset 0 0 0 1.5px rgba(0,0,0,.25);
}
.scroll-hint span { position: absolute; left: 50%; top: 9px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: var(--ink); animation: wheel 1.8s var(--ease) infinite; }
@keyframes wheel { 0% { opacity: 0; translate: 0 -3px; } 30% { opacity: 1; } 100% { opacity: 0; translate: 0 12px; } }

/* ───────────── Problem / Versus ───────────── */
.problem { padding-top: clamp(60px, 8vw, 110px); }
.versus {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr;
  margin-top: clamp(44px, 6vw, 72px);
}
/* angedeutete Tabelle: ein Kreuz aus zwei zarten Linien, die vor dem Rand enden */
.versus::before, .versus::after { content: ""; position: absolute; pointer-events: none; }
.versus::before { /* vertikal */
  left: 50%; top: 4%; bottom: 4%; width: 1px;
  background: linear-gradient(to bottom, transparent, #dcdce0 14%, #dcdce0 86%, transparent);
}
.versus::after { /* horizontal unter den Überschriften */
  left: 5%; right: 5%; top: var(--head-h, 108px); height: 1px;
  background: linear-gradient(to right, transparent, #dcdce0 12%, #dcdce0 88%, transparent);
}
.versus-col { padding: 0 clamp(20px, 4.5vw, 64px); }
.versus-col h3 {
  display: flex; align-items: center; min-height: var(--head-h, 108px); margin: 0; padding-bottom: 8px;
  font-size: clamp(20px, 2.1vw, 27px); font-weight: 800; letter-spacing: -.03em; line-height: 1.15;
}
.versus ul { list-style: none; margin: 0; padding: 30px 0 8px; display: grid; gap: 26px; }
.pitem { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; font-size: clamp(16px, 1.45vw, 18px); color: var(--ink-2); transition: color .5s; }
.pitem.on { color: var(--ink); }
.mark { position: relative; width: 22px; height: 22px; margin-top: 2px; }
.mark .dash {
  position: absolute; left: 3px; right: 3px; top: 50%; height: 2px; margin-top: -1px; border-radius: 2px;
  background: var(--ink-2);
  transition: transform .4s var(--ease), opacity .3s;
}
.mark img {
  position: absolute; inset: 0; width: 22px; height: 22px;
  opacity: 0; transform: scale(.2) rotate(-120deg);
  transition: transform .55s var(--spring), opacity .25s;
}
.pitem.on .dash { transform: scaleX(0) rotate(45deg); opacity: 0; }
.pitem.on .mark img { opacity: 1; transform: none; }

/* ───────────── Lösung ───────────── */
.solution { padding-top: clamp(40px, 6vw, 80px); }

.timecompare {
  max-width: 760px; margin: clamp(40px, 5vw, 60px) auto 0;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 28px;
  background: var(--soft);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}
.trow { display: grid; grid-template-columns: 200px 1fr 70px; align-items: center; gap: 16px; }
.trow + .trow { margin-top: 14px; }
.tlabel { font-size: 14.5px; font-weight: 600; color: var(--ink-2); }
.tbar { height: 14px; border-radius: 99px; background: rgba(0,0,0,.05); overflow: hidden; }
.tfill { display: block; height: 100%; width: 0; border-radius: inherit; transition: width 1.6s var(--ease); }
.tfill-red { background: linear-gradient(90deg, #ff9a8f, var(--red)); }
.tfill-green { background: linear-gradient(90deg, #7be495, var(--green)); transition-delay: .5s; }
.timecompare.in .tfill-red { width: 100%; }
.timecompare.in .tfill-green { width: 6.7%; }
.tval { font-weight: 800; letter-spacing: -.02em; text-align: right; font-variant-numeric: tabular-nums; }
.tval-green { color: var(--green-deep); }

.prompt {
  display: flex; align-items: center; gap: 12px;
  margin-top: 24px; padding: 14px 18px;
  border-radius: 16px; background: #fff;
  box-shadow: 0 10px 30px -18px rgba(0,0,0,.35), inset 0 0 0 1px rgba(0,0,0,.06);
  font-size: 15.5px; font-weight: 550; min-height: 54px;
}
.prompt-icon { color: var(--green-deep); font-size: 18px; }
.caret { width: 2px; height: 20px; margin-left: -8px; background: var(--ink); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.clips {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2.4vw, 30px);
  max-width: 900px; margin: clamp(60px, 7vw, 90px) auto 0;
}
.clip { margin: 0; transition: transform .5s var(--ease); }
.clip-mid { translate: 0 -36px; }
.clip-frame {
  position: relative; aspect-ratio: 9 / 16; overflow: hidden;
  border-radius: var(--radius);
  background: #0b0b0c;
  box-shadow: 0 40px 70px -40px rgba(0,0,0,.55), 0 0 0 1px rgba(0,0,0,.06);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.clip:hover .clip-frame { transform: translateY(-6px) scale(1.01); box-shadow: 0 50px 80px -40px rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.06); }
.clip video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.clip-placeholder {
  position: absolute; inset: 0; display: none;
  flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  color: #fff; text-align: center; padding: 20px;
  background:
    radial-gradient(80% 50% at 20% 10%, rgba(52,199,89,.45), transparent 70%),
    radial-gradient(80% 50% at 90% 95%, rgba(255,59,48,.35), transparent 70%),
    #111;
}
.clip-placeholder::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 4px);
  animation: scan 6s linear infinite;
}
@keyframes scan { to { background-position: 0 120px; } }
.clip-placeholder span { font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.clip-placeholder small { font-size: 12px; opacity: .6; font-family: ui-monospace, monospace; }
.clip.no-video .clip-placeholder { display: flex; }

.sound {
  position: absolute; right: 12px; top: 12px; z-index: 2;
  width: 44px; height: 44px; border: 0; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: rgba(255,255,255,.9); color: var(--ink);
  box-shadow: 0 8px 20px -8px rgba(0,0,0,.5);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  opacity: 0; transform: scale(.8);
  transition: opacity .25s, transform .35s var(--spring), background .2s;
}
.sound svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.sound svg path:first-child { fill: currentColor; stroke: none; }
.sound .i-on { display: none; }
.sound[aria-pressed="true"] { background: var(--green); color: #fff; opacity: 1; transform: none; }
.sound[aria-pressed="true"] .i-on { display: block; }
.sound[aria-pressed="true"] .i-off { display: none; }
.clip:hover .sound, .sound:focus-visible { opacity: 1; transform: none; }
@media (hover: none) { .sound { opacity: 1; transform: none; } }
.clip.no-video .sound { display: none; }

.clip figcaption { display: flex; flex-direction: column; gap: 2px; padding: 16px 4px 0; }
.clip figcaption b { font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.clip figcaption span { font-size: 14px; color: var(--muted); }

/* ───────────── Webinar ───────────── */
.webinar { max-width: 1200px; }
.webinar-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: start; }
.webinar .h2 { font-size: clamp(36px, 4.6vw, 58px); }

.facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 0; }
.facts div { padding: 12px 16px; border-radius: 14px; background: var(--soft); box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
.facts dt { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.facts dd { margin: 2px 0 0; font-weight: 750; letter-spacing: -.01em; }

.countdown { display: flex; gap: 10px; margin-top: 18px; }
.countdown div {
  flex: 1; max-width: 96px; padding: 14px 6px 10px; text-align: center;
  border-radius: 16px; background: var(--ink); color: #fff;
}
.countdown b { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown span { font-size: 12px; opacity: .6; }
.countdown.live { font-weight: 800; font-size: 20px; }

.learn-title { margin: 40px 0 0; font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.learn { list-style: none; counter-reset: l; margin: 18px 0 0; padding: 0; display: grid; gap: 22px; }
.learn li {
  counter-increment: l;
  display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; align-items: start;
  color: var(--ink-2);
}
.learn li b { color: var(--ink); }
/* Zahl so hoch wie zwei Textzeilen: von der Oberkante der 1. Zeile bis zur Grundlinie der 2. */
.learn li::before {
  content: counter(l);
  font-size: 3.09em; font-weight: 800; line-height: 1; letter-spacing: -.05em;
  color: var(--ink); text-align: left;
  text-box: trim-both cap alphabetic;
  margin-top: 0;
}
@supports (text-box: trim-both cap alphabetic) {
  .learn li::before { margin-top: .142em; }
}

.form-card {
  position: sticky; top: 96px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 28px;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(160deg, rgba(52,199,89,.7), rgba(0,0,0,.07) 45%) border-box;
  box-shadow: 0 40px 80px -40px rgba(20,90,40,.35);
}
.form-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.form-card-head img { width: 48px; height: auto; }
.form-card-head b { display: block; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.form-card-head span { font-size: 14px; color: var(--muted); }
.wj-embed { position: relative; height: 404px; transition: height .3s var(--ease); }
.wj-embed iframe { display: block; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity .4s; }
.wj-embed.ready iframe { opacity: 1; }
.wj-embed.ready .wj-loading { display: none; }
.wj-loading { position: absolute; inset: 0; display: grid; align-content: start; gap: 12px; padding-top: 4px; }
.wj-loading i { display: block; height: 46px; border-radius: 10px; background: linear-gradient(90deg, #f1f1f3 25%, #f8f8f9 50%, #f1f1f3 75%); background-size: 200% 100%; animation: shimmer 1.4s linear infinite; }
.wj-loading i.wide { height: 54px; margin-top: 8px; border-radius: 12px; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* ───────────── Closer ───────────── */
.closer {
  position: relative; overflow: hidden; isolation: isolate;
  padding: clamp(90px, 12vw, 150px) var(--gutter);
  text-align: center;
}
.closer-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(40% 90% at 0% 100%, rgba(255,59,48,.35), transparent 70%),
    radial-gradient(40% 90% at 100% 100%, rgba(52,199,89,.4), transparent 70%);
}
.closer-line { margin: 0 auto 32px; max-width: 820px; font-size: clamp(26px, 3.4vw, 42px); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; }

.footer {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding: 26px var(--gutter); font-size: 14px; color: var(--muted);
  border-top: 1px solid var(--line);
}
.footer nav { display: flex; gap: 20px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--ink); }

/* ───────────── Sticky-Leiste ───────────── */
.stickybar {
  position: fixed; z-index: 60;
  left: 50%; bottom: calc(12px + env(safe-area-inset-bottom));
  width: min(560px, calc(100% - 20px));
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 8px 8px 8px 16px;
  border-radius: 18px;
  background: rgba(11,11,12,.92); color: #fff;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,.55);
  transform: translate(-50%, 140%);
  transition: transform .45s var(--ease);
}
.stickybar.show { transform: translate(-50%, 0); }
.sb-info { display: flex; align-items: center; gap: 10px; min-width: 0; }
.sb-info b { display: block; font-size: 14px; font-weight: 750; letter-spacing: -.01em; white-space: nowrap; }
.sb-cd { display: block; font-size: 12.5px; color: rgba(255,255,255,.62); font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ───────────── Reveal ───────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ───────────── Responsive ───────────── */
@media (max-width: 960px) {
  .hero { padding-top: 96px; align-items: start; }
  .hero-grid { grid-template-columns: 1fr 1fr; row-gap: 0; }
  .hero-copy { grid-column: 1 / -1; order: -1; }
  .hero-side { min-height: 300px; margin-top: 24px; }
  .figure { width: min(42vw, 260px); }
  .figure-editor { width: min(40vw, 248px); }
  .webinar-grid { grid-template-columns: 1fr; }
  .form-card { position: relative; top: 0; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .hide-sm { display: none; }
  .hero-copy h1 { font-size: clamp(46px, 14vw, 70px); }
  .hero .eyebrow { font-size: 12.5px; }
  .tag { font-size: 11.5px; padding: 6px 10px; }
  .badge { width: 54px; }
  .badge-x { right: 0; top: 0; }
  .badge-check { left: 2%; top: 4%; }
  .scroll-hint { display: none; }
  .hero-cta .btn-ghost { display: none; }
  .hero-cta { margin-top: 26px; }
  .hero-side { min-height: 250px; margin-top: 8px; }

  .versus { grid-template-columns: 1fr; }
  .versus::before, .versus::after { display: none; }
  .versus-col { padding: 0; }
  .versus-col + .versus-col { margin-top: 40px; padding-top: 40px; position: relative; }
  .versus-col + .versus-col::before { content: ""; position: absolute; top: 0; left: 8%; right: 8%; height: 1px; background: linear-gradient(to right, transparent, #dcdce0 20%, #dcdce0 80%, transparent); }
  .versus-col h3 { min-height: 0; padding-bottom: 0; }
  .versus ul { padding-top: 20px; gap: 18px; }

  .trow { grid-template-columns: 1fr auto; row-gap: 6px; }
  .tlabel { grid-column: 1 / -1; font-size: 13.5px; }

  .clips { grid-template-columns: repeat(3, 72%); overflow-x: auto; scroll-snap-type: x mandatory; margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); padding: 40px var(--gutter) 10px; scrollbar-width: none; }
  .clips::-webkit-scrollbar { display: none; }
  .clip { scroll-snap-align: center; }
  .clip-mid { translate: none; }

  .footer { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .countdown div { padding: 12px 4px 8px; }
  .countdown b { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ───────────── Rechtliches ───────────── */
.legal { max-width: 760px; margin: 0 auto; padding: 130px var(--gutter) 90px; }
.legal h1 { margin: 0 0 32px; font-size: clamp(40px, 6vw, 60px); font-weight: 850; letter-spacing: -.045em; line-height: 1; }
.legal h2 { margin: 44px 0 10px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.legal h3 { margin: 26px 0 6px; font-size: 17px; font-weight: 750; }
.legal p, .legal li { color: var(--ink-2); }
.legal ul { padding-left: 20px; }
.legal a { color: var(--green-deep); }
.legal address { font-style: normal; color: var(--ink); line-height: 1.6; }
.legal .stand { margin-top: 48px; font-size: 14px; color: var(--muted); }
.nav.static { background: rgba(255,255,255,.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(0,0,0,.06); }
